/*         
   ------------------------------------------------------ 
                                                        Body
   ------------------------------------------------------
*/
body, .body-class {
    color: #363636;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
} 

body {
    background-color: #f7f7f7 !important;
}

::-webkit-input-placeholder { color: #7d7b6d; }

:-moz-placeholder {	color: #7d7b6d; }

::-moz-placeholder { color: #7d7b6d; }

:-ms-input-placeholder { color: #7d7b6d; }

.italic { font-style:italic; }
.bold { font-weight: bold; }
.colored { color:#c2374c; }

.ct-google-font,
.ct-google-font a {
    font-family: 'Open Sans', sans-serif;
}

.ct-transition,
#searchform #searchsubmit i,
.carousel-thumb img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -transition: all 0.2s linear;
}

.no-translatez,
.widget,
.carousel-thumb img,
.entry-thumb img,
.ct-related-thumbs-widget img {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}


.left-triangle {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 8.5px 10px 8.5px 0;
    border-color: transparent #FFFFFF transparent transparent;
}

.bottom-triangle {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 8.5px 0 8.5px;
    border-color: #FF0000 transparent transparent transparent;
}

.ct-border-top { border-top: 1px solid #D5D5D5; }
.ct-border-bottom { /*border-bottom: 1px solid #D5D5D5; */}

iframe { border: none; }

input::-webkit-input-placeholder { color: #9ca1a5; }
input:-moz-placeholder { /* Firefox 18- */  color: #9ca1a5;  }
input::-moz-placeholder {  /* Firefox 19+ */  color: #9ca1a5;  }
input:-ms-input-placeholder { color: #9ca1a5; }

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
    max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
    height: auto;
    max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
    max-width: 100%;
    float: left;
    padding-bottom: 10px;
    padding-right: 18px;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
    max-width: 100% !important;
}

/* Images */
.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignleft {
    margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
    margin: 5px 10px 5px 0;
}

img.alignright {
    margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
    margin: 5px 0 5px 10px;
}

img.aligncenter {
    margin: 5px auto;
}

img.alignnone {
    margin:5px 18px 5px 0px;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
    color: #220e10;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
}

img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
    list-style-position: inside;
}


/* 
   ------------------------------------------------------
                                                Custom Background
   ------------------------------------------------------
*/
#bg-stretch { position: fixed;top: 0;left: 0; height:inherit; width:inherit; max-width:inherit; min-width: 100%;min-height: 100%;z-index: -1;}
.bg-width { width: 100%; }
.bg-height { height: 100%; }


/* 
   ------------------------------------------------------
                                        SITE HEADER
   ------------------------------------------------------
*/

.site-header {
    position: relative;
}

.ct-top-entry { background-color: #2b373f; }
#ct-search-block { padding: 40px 0; float: right; }
#ct-search-block .assistive-text, .widget .assistive-text { display: none; }
#ct-search-block #searchform input[type="text"],
.widget #searchform input[type="text"] {
    color: #9ca1a5; 
    border:1px solid #525f6a; 
    background-color: #434d54; 
    height: 48px; 
    width: 270px; 
    padding-left: 15px; 
    padding-right: 50px;
    font-size: 12px;
}
.widget #searchform input[type="text"] { width: 100%; border: 1px solid #E0E0E0; background-color: #fff; }
#searchform { position: relative; }
#searchform #searchsubmit { position: absolute; top: 0; right: 0; height: 48px; background-color: transparent; }
#ct-search-block .icon-search, .widget .icon-search { color: #798085; font-size: 14px; }
#searchform #searchsubmit:active { background-image: none; outline: 0;	-webkit-box-shadow: none; box-shadow: none; }
#searchform #searchsubmit:hover i { color: #FFF; }
.widget #searchform #searchsubmit:hover i { color: #363636; }

#logo h1 { margin: 0; }
#logo { margin: 40px 0 0 0; }
#logo a:hover { text-decoration: none; }

#ct-banner-block { padding: 40px 0; }
#ct-banner-block img { float: right; }

/*
   ------------------------------------------------------
                                        SOCIAL ICONS BLOCK
   ------------------------------------------------------
*/
#social-icons-block {
    float: right;
    padding: 6px 0 3px 0px;
    margin-top: -15px;
}

.busc_top{
	float: right;
}

#social-icons-block-footer { 
float: unset;
    width: 195px;
    display: block;
    margin: 0px auto;
}

#social-icons-block-footer a:hover{ opacity:0.7;}
#social-icons-block i,
.ct-social-icons-widget i {
    color: #FFF;
    line-height: 39px;
    font-size: 25px;
    margin-left: 10px;
    width: 33px;
    height: 36px;
    display: inline-block;
    text-align: center;
}

#social-icons-block i {
   color:#0a5d93 !important;
}

#social-icons-block a:first-child i { margin-left: 0; }

#social-icons-block a:hover,
.ct-social-icons-widget a:hover { text-decoration: none; }

#social-icons-block i.icon-android,
.ct-social-icons-widget i.icon-android { background-color: #A4C639; }

#social-icons-block i.icon-apple,
.ct-social-icons-widget i.icon-apple { background-color: #f5f5f5; }

#social-icons-block i.icon-dribbble,
.ct-social-icons-widget i.icon-dribbble { background-color: #ea4c89; }

#social-icons-block i.icon-github-alt,
.ct-social-icons-widget i.icon-github-alt { background-color: #f4cab1; }

#social-icons-block i.icon-flickr,
.ct-social-icons-widget i.icon-flickr { background-color: #0063dc; }

#social-icons-block i.icon-youtube,
.ct-social-icons-widget i.icon-youtube { background-color: #CD332D; }

#social-icons-block i.icon-instagram,
.ct-social-icons-widget i.icon-instagram { background-color: #4f7ca1; }

#social-icons-block i.icon-skype,
.ct-social-icons-widget i.icon-skype { background-color: #00aff0; }

#social-icons-block i.icon-facebook,
.ct-social-icons-widget i.icon-facebook { background-color: #3b5998; }

#social-icons-block i.icon-twitter,
.ct-social-icons-widget i.icon-twitter { background-color: #00aced; }

#social-icons-block i.icon-google-plus,
.ct-social-icons-widget i.icon-google-plus { background-color: #d64431; }

#social-icons-block i.icon-pinterest,
.ct-social-icons-widget i.icon-pinterest { background-color: #cc2127; }

#social-icons-block i.icon-rss,
.ct-social-icons-widget i.icon-rss { background-color: #FF6600; }

#social-icons-block i:hover,
.ct-social-icons-widget i:hover {
    -webkit-transform: scale(1.1);
    -moz-transform:    scale(1.1);
    -ms-transform:     scale(1.1);
    -o-transform:      scale(1.1);
    transform:         scale(1.1);
}


/* 
   ------------------------------------------------------
                                                Superfish Menu
   ------------------------------------------------------
*
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu li {
    position: relative;
}
.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}
.sf-menu > li {
    float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
    display: block;
}

.sf-menu a {
    display: block;
    position: relative;
}
.sf-menu ul ul {
    top: 0;
    left: 100%;
}


/*** Original sf-menu styles ***/
.sf-menu {
    float: left;
    margin-bottom: 1em;
}
.sf-menu ul {
    box-shadow: 2px 2px 6px rgba(0,0,0,.2);
    min-width: 12em; /* allow long menu items to determine submenu width */
    *width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
    border-left: 1px solid #fff;
    border-top: 1px solid #dFeEFF; /* fallback colour must use full shorthand */
    border-top: 1px solid rgba(255,255,255,.5);
    padding:.75em 25px; 
    text-decoration: none;
    zoom: 1; /* IE7 */
}
.sf-menu a {
    color: #13a;
} 
.sf-menu li {
    white-space: nowrap; /* no need for Supersubs plugin */
    *white-space: normal; /* ...unless you support IE7 (let it wrap) */
    -webkit-transition: background .2s;
    transition: background .2s;
}
.sf-menu ul li {
    background: #AABDE6;
}
.sf-menu ul ul li {
    background: #9AAEDB;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
    background: #ebebeb;
    /* only transition out, not in */
    -webkit-transition: none;
    transition: none;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
    padding-right: 2.5em;
    *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -3px;
    height: 0;
    width: 0;
    /* order of following 3 rules important for fallbacks to work */
    border: 5px solid transparent;
    border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
    border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
    border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: white;
}

.sf-menu > li:hover{ 
background-color:#fff !important;

}

.page_item {
    background: #fff !important;
}

.sf-menu .sub-menu a:hover { color: #fff !important; }
.sf-menu .sub-menu li:hover {background-color: #192a67 !important; }


/*** Added by ZERGE sf-menu styles ***/
.sf-menu { margin-bottom: 0; z-index: 999; }
.sf-menu > li > a { /*padding: 1.64em 1.57em; padding: 29px 50px;*/ }
.sf-menu a { border: none; }
.sf-menu li { }
.sf-menu > li:hover > a { color: #363636; }
.sf-arrows .sf-with-ul:after {
    top: inherit;
    right: 1em;
    margin-top: 0;
    height: inherit;
    width: inherit;
    border: 0;
    font-family: FontAwesome;
    font-size: 12px;
    content: "\f107";
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    width: 21px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    font-weight: normal;
}

.sf-menu ul li, .sf-menu ul ul li { background: #FFF; }
.sf-arrows .sub-menu .sf-with-ul:after { top: 15px; content: "\f105"; }
.sf-arrows .sub-menu .sf-with-ul:hover:after { border-color: #ff003c; }
.sf-arrows .sub-menu .sf-with-ul { padding-right: 3.5em; }
.sf-menu ul li, .sf-menu ul ul li { border-bottom: 1px solid #E2E2E2; }
/*.sf-arrows .sfHover .sf-with-ul:after { border-color: #363636; }*/

.navigation {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.navigation select { display: none; }

.navigation select {
    display: none;
    background:url('img/icons/menu-icon.png') right top no-repeat #434d54;
    width: 100%;
    margin: 30px 0;
    border: 1px solid #E3E4E4;
    text-transform:uppercase;
    font: 14px/16px Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #E2E2E2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 35px;
}

/* 
   ------------------------------------------------------
                                PREDEFINED MENU COLORS
   ------------------------------------------------------
*/
.sf-menu .ct-mod-red { background-color: #e1252e; }
.sf-menu .ct-mod-blue { background-color: #2582e1; }
.sf-menu .ct-mod-green { background-color: #5fa03f; }
.sf-menu .ct-mod-olive { background-color: #817b38; }
.sf-menu .ct-mod-dblue { background-color: #386f81; }
.sf-menu .ct-mod-brown { background-color: #69472a; }


/* 
   ------------------------------------------------------
                                                Sidebars
   ------------------------------------------------------
*/

#masthead { z-index: 1; }
.page_header_sidebar { padding-top: 30px; padding-bottom: 30px; }
#primary, #secondary {}
.homepage_area {  }

.homepage_slider_area,
.homepage_main_area { margin-bottom: 5px; }  


/* 
   ------------------------------------------------------
                                                Widgets
   ------------------------------------------------------
*/

.widget { margin-bottom: 40px; padding: 35px 0px; }
.widget:last-child {
	padding-top: 16px;
    margin-bottom: 0;
}

.homepage_top_area .widget:last-child { margin-bottom: 40px; }
.widget-title {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 12px;
    margin: -20px;
    margin-bottom: -7px;
    position: relative;
    line-height: inherit;
}
.widget-title a { color: #FFF; }
.widget-title a:hover { color: #455058; text-decoration: none; }
.widget .bottom-triangle,
.page-template #content .bottom-triangle,
.blog #content .bottom-triangle,
.home #content.home-default .bottom-triangle { position: absolute; left: 50%; bottom: -10px; margin-left: -8px; }

.ct-popularpost-widget,
.ct-blog-widget { background-color: transparent; }

.ct-popularpost-widget ul { margin: 0; padding: 0; }
.ct-popularpost-widget li { list-style-type: none; background-color: #FFF; margin: 0 -20px; margin-bottom: 30px; }
.ct-popularpost-widget li:last-child,
.ct-small-slider-widget li:last-child { margin-bottom: -20px; }

.ct-popularpost-widget h4.entry-title,
.ct-small-slider-widget h4.entry-title { padding: 5px 20px 8px; margin-bottom: 0; }

.ct-popularpost-widget .entry-meta,
.ct-small-slider-widget .entry-meta,
.single-post .post .entry-meta { border-top: 1px solid #D5D5D5; margin: 0 20px 15px 20px; }
.single-post .post .entry-meta { margin: 20px 0 0 0; }

.ct-popularpost-widget .entry-meta > span,
#entry-blog .entry-meta > span,
.ct-small-slider-widget .entry-meta > span,
.single-post .post .entry-meta > span {
    border-right: 1px solid #D5D5D5;
    color: #A7A7A7;
    margin: 10px 15px 0 0;
    display: inline-block;
    padding-right: 20px;
    text-transform: uppercase;
    font-size: 11px;
    display: block;
    float: left;	
}
.ct-popularpost-widget .entry-meta a,
.ct-comments-widget .comment-time,
.ct-twitter-widget .tweet-time a,
.widget_recent_entries li .post-date,
#entry-blog .entry-meta a,
.ct-small-slider-widget a,
.single-post .post .entry-meta a { color: #A7A7A7; }

.ct-popularpost-widget .entry-meta > span:last-child,
#entry-blog .entry-meta > span:last-child,
.ct-small-slider-widget .entry-meta > span:last-child,
.single-post .post .entry-meta > span:last-child { margin-right: 0; border-right: none; padding-right: 0; }

.ct-popularpost-widget .entry-meta i,
.ct-v-newsticker-widget .entry-meta i,
#entry-blog .entry-meta i,
.ct-small-slider-widget .entry-meta i,
.single-post .post .entry-meta i { color: #A7A7A7; font-size: 14px; padding-right: 2px; }

.ct-popularpost-widget .entry-thumb:after,
#entry-blog .entry-thumb:after,
.ct-small-slider-widget .entry-thumb:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 8.5px 10px 8.5px;
    border-color: transparent transparent #FFFFFF transparent;
    bottom: -1px;
    left: 50%;
    margin-left: -8px;
}

.ct-popularpost-widget .entry-thumb,
#entry-blog .entry-thumb,
.ct-small-slider-widget .entry-thumb,
.ct-photonews-widget .entry-thumb,
.ct-small-slider-widget .entry-thumb { position: relative;}

.ct-popularpost-widget .entry-content { padding: 0 20px 14px 20px; }

h4.entry-title,
.ct-comments-widget h4,
.widget_recent_entries a,
.widget_recent_comments a,
.widget_nav_menu a,
.widget_categories a,
.widget_archive a,
.ct-categories-widget a { font-size: 13px; }

h4.entry-title a,
.ct-comments-widget h4,
.ct-comments-widget h4 a,
.widget_recent_entries a,
.widget_recent_comments a,
.widget_nav_menu a,
.widget_categories a,
.widget_archive a,
#entry-blog h2 a,
.ct-categories-widget a { color: #455058; }

.post-like .icon-heart { font-size: 13px; padding-right: 2px; }
.icon-heart.alreadyvoted, .voted .icon-heart { color: #FF0000; }
.post-like a { color: #bababa; }
.post-like a:hover .icon-heart { color: #FF0000; }
.post-like a:hover { text-decoration: none; }

.ct-v-newsticker-widget { overflow: hidden; max-height:383px; }

.ct-v-newsticker-widget ul li { list-style-type:none; }
.ct-v-newsticker-widget ul { padding: 0; margin-top: -9px !important; margin-bottom: -15px !important; }
.ct-v-newsticker-widget .meta-date,
.ct-v-newsticker-widget .meta-likes,
.ct-v-newsticker-widget .meta-views,
#entry-blog .author-by { color: #A7A7A7; }

.ct-v-newsticker-widget .meta-comments,
.ct-v-newsticker-widget .meta-date,
.ct-v-newsticker-widget .meta-likes,
.ct-v-newsticker-widget .meta-views,
.ct-v-newsticker-widget .meta-author,
.ct-v-newsticker-widget .meta-category { text-transform: uppercase; font-size: 11px; display: block; line-height: 18px; }

.ct-v-newsticker-widget h4.entry-title { margin-top: 0; }
.ct-v-newsticker-widget .ct-border-bottom { padding:4px 0 0px; }

.ct-v-newsticker-widget .circle-number {
    width: 33px;
    height: 33px;
    display: inline-block;
    border: 1px solid #A7A7A7;
    border-radius: 33px;
    text-align: center;
    line-height: 33px;
    margin-right: 15px;
    color: #A7A7A7;
}

.ct-v-newsticker-widget .entry-thumb { float: left; }
.ct-v-newsticker-widget .entry-news { padding-left: 0px; } 

.ct-comments-widget ul,
.ct-flickr-widget ul,
.ct-instagram-widget ul,
.ct-twitter-widget ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_nav_menu ul,
.widget_categories ul,
.widget_archive ul,
.ct-photonews-widget ul,
.ct-categories-widget ul,
.ct-social-counter-widget ul,
.ct-social-icons-widget ul,
.ct-related-thumbs-widget ul { list-style-type: none; margin: 0; padding: 0; }

.ct-comments-widget li img { float: left; margin-right: 15px; margin-bottom: 10px; }
.ct-comments-widget li { padding-bottom: 8px; margin-bottom: 15px; }
.ct-comments-widget li:last-child { margin-bottom: 0; }
.ct-comments-widget .author-name { }
.ct-comments-widget .author-name h4 { margin: 0; margin-bottom: 5px; }

.ct-popularpost-widget .entry-content,
.ct-comments-widget .comment-text,
.ct-twitter-widget .tweet-text { font-size: 12px; line-height: 20px; }

.ct-comments-widget .comment-time,
.ct-twitter-widget .tweet-time,
.widget_recent_entries li .post-date,
#entry-blog .author-by { text-transform: uppercase; font-size: 11px; }

.ct-comments-widget .comment-text a,
.ct-twitter-widget .tweet-text,
.ct-popularpost-widget .entry-content { color: #455058; }

.ct-comments-widget .ct-rm-arrow { font-size: 13px; }

.widget_tag_cloud .tagcloud a {
    color: #fff;
    font-size: 12px !important;
    background-color: #ff003c;
    padding: 4px 5px;
    margin-right: 3px;
    line-height: 31px;
}

.ct-flickr-widget ul,
.ct-instagram-widget ul { margin-right: -5px; margin-bottom: -5px; }

.ct-flickr-widget li,
.ct-instagram-widget li,
.ct-photonews-widget li,
.ct-related-thumbs-widget li { float: left; }

.ct-flickr-widget img { width: 70px; margin-right: 5px; margin-bottom: 5px; }
.col-lg-4 .ct-flickr-widget img { width: 75px; margin-right: 7px; margin-bottom: 7px; }
.col-lg-4 .ct-flickr-widget ul { margin-right: -8px; margin-bottom: -7px; }

.ct-instagram-widget img { width: 108px; margin-right: 5px; margin-bottom: 5px; }
.col-lg-4 .ct-instagram-widget img { width: 103px; }

.ct-related-thumbs-widget ul { margin-right: -15px; margin-bottom: -15px; }
.ct-related-thumbs-widget img { margin-right: 15px; margin-bottom: 15px; }

.col-lg-3 .ct-related-thumbs-widget ul { margin-right: -10px; margin-bottom: -10px; }
.col-lg-3 .ct-related-thumbs-widget img { width: 106px; margin-right: 10px; margin-bottom: 10px; }

.home_layout_3 .ct-flickr-widget img,
.home_layout_4 .ct-flickr-widget img { width: 75px; }

.home_layout_3 .ct-instagram-widget img,
.home_layout_4 .ct-instagram-widget img { width: 75px; }


.ct-twitter-widget .twitter-logo { float: left; }
.ct-twitter-widget .twitter-logo i { color: #00aced; }
.ct-twitter-widget .twitter-logo i,
.ct-twitter-widget .twitter-logo img {
    border: 1px solid #00aced;
    width: 33px;
    height: 33px;
    display: inline-block;
    text-align: center;
    line-height: 33px;
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    border-radius: 33px;
    margin-right: 15px;
}
.ct-twitter-widget .twitter-logo img { border: none; }
.ct-twitter-widget .twitter-logo a:hover { text-decoration: none; }
.ct-twitter-widget .tweet-content { padding-left: 48px; line-height: 20px; }
.ct-twitter-widget .tweet-time { display: block; }
.ct-twitter-widget li { margin-bottom: 20px; }
.ct-twitter-widget li:last-child { margin-bottom: 0; }

.tweet_info { font-size: 12px; }

.widget_recent_entries li,
.widget_recent_comments li,
.widget_nav_menu li,
.widget_categories li,
.widget_archive li,
.ct-categories-widget li,
.ct-posts-archives li,
.ct-monthly-archives li,
.ct-subject-archives li,
.entry-sitemap .posts-name ul li,
.entry-sitemap .pages-name li { margin-bottom: 10px; padding-left: 20px; position: relative; line-height: 21px; }

.widget_nav_menu li { margin-bottom: 5px; }

.widget_recent_entries li:last-child,
.widget_recent_comments li:last-child,
.widget_nav_menu li:last-child,
.widget_categories li:last-child,
.widget_archive li:last-child,
.ct-categories-widget li:last-child,
.ct-posts-archives li:last-child,
.ct-monthly-archives li:last-child,
.ct-subject-archives li:last-child,
.entry-sitemap .posts-name ul li:last-child,
.entry-sitemap .pages-name li:last-child { margin-bottom: 0; }

.widget_recent_entries li .post-date { display: block; line-height: 20px; }

.widget_recent_entries li:before,
.widget_recent_comments li:before,
.widget_nav_menu li:before,
.widget_categories li:before,
.widget_archive li:before,
.ct-categories-widget li:before,
.ct-posts-archives li:before,
.ct-monthly-archives li:before,
.ct-subject-archives li:before,
.entry-sitemap .posts-name ul li:before,
.entry-sitemap .pages-name li:before {
    content: "\f0f6";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    left: 0px;
    color: #455058;
}

.ct-monthly-archives li:before { content: "\f073"; }

.entry-sitemap .pages-name li:before { content: "\f016"; }

.widget_recent_comments li:before { content: "\f0e6"; left: -1px; }
.widget_recent_comments li { padding-left: 21px; }

.widget_recent_comments li,
.widget_categories li,
.widget_archive li { color: #A7A7A7; }

.widget_categories li:before,
.ct-categories-widget li:before,
.ct-subject-archives li:before { content: "\f0da"; }

.widget_archive li:before { content: "\f115"; line-height: 23px; }
.widget_nav_menu li:before { content: "\f046"; line-height: 24px; }

.ct-flickr-widget img,
.ct-popularpost-widget img,
.ct-instagram-widget img,
.ct-carousel-widget img,
#entry-blog .entry-thumb img,
.ct-photonews-widget .entry-thumb img,
.ct-related-thumbs-widget img { 
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -transition: all 0.2s linear;
}

.ct-flickr-widget img:hover,
.ct-popularpost-widget img:hover,
.ct-instagram-widget img:hover,
.ct-carousel-widget img:hover,
#entry-blog .entry-thumb img:hover,
.ct-photonews-widget .entry-thumb img:hover,
.ct-related-thumbs-widget img:hover { opacity: .8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter:alpha(opacity=80); }

#wp-calendar { width: 100%; }
#wp-calendar > caption { font-weight: bold;	margin-bottom: 10px; font-size: 14px; }
#wp-calendar > caption:after { clear: both }
#wp-calendar td { text-align: center; padding: 4px 0; font-size: 12px; }
#wp-calendar td#today, #wp-calendar td#today a { color: #FFF }
#wp-calendar td a {	 }
#wp-calendar td#prev,
#wp-calendar td#next,
#wp-calendar td#prev a,
#wp-calendar td#next a { text-transform: uppercase; color: #A7A7A7; }
#wp-calendar th { text-align: center; font-size: 14px; }

#entry-blog .entry-thumb { }
#entry-blog h4.entry-title {
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    padding: 0 20px;
    padding-top: 15px;
    margin-top: 0;
}
#entry-blog .entry-meta { border-top: 1px solid #D5D5D5; margin: 0 20px; padding-bottom: 15px; }
#entry-blog .entry-content { margin-bottom: 20px; padding: 0 20px; font-size: 12px; line-height: 20px; }
#entry-blog .entry-meta > span { }
#entry-blog .entry-meta > span:last-child { margin-right: 0; border-right: none; padding-right: 0; }
#entry-blog .author { }
#entry-blog .post { margin: 0 -20px 30px -20px; background-color: #FFF; }
#entry-blog .ct-read-more:after { border-color: #A7A7A7; }
#entry-blog .ct-read-more:hover:after { border-color: #ff003c; }
#entry-blog .ct-read-more:hover { color: #ff003c; }
#entry-blog .entry-meta .meta-readmore { float: right; }
#entry-blog #pbd-alp-load-posts {
    text-align: center;
    margin: 0 -20px;
    background-color: #FFF;
    padding: 10px 0;
    margin-top: -20px;
    position: relative;
}
#entry-blog #pbd-alp-load-posts i { margin-left: 10px; color: #ff003c; }
#entry-blog #pbd-alp-load-posts:after {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 8.5px 0 8.5px;
    border-color: #FFF transparent transparent transparent;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    bottom: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -transition: all 0.2s linear;	
}

#entry-blog #pbd-alp-load-posts:hover:after { bottom: -10px; }
#entry-blog #pbd-alp-load-posts a:hover { text-decoration: none; border-bottom: 1px dashed #ff003c; }
#entry-blog .entry-meta .meta-readmore { margin-top: 10px; }
#entry-blog .meta-share,
.single-post .meta-share { position: relative; }

#entry-blog .entry-share-icons,
.single-post .entry-share-icons { display: none; position: absolute; background-color: #fff; }

#entry-blog .meta-share:hover .entry-share-icons,
.single-post .meta-share:hover .entry-share-icons { display: inline-block; bottom: 0; left: 0; min-width: 80px; }

#entry-blog .entry-meta .meta-share,
.single-post .entry-meta .meta-share { margin-right: 0; border-right: none; padding-right: 0; }

.ct-blog-widget { padding-bottom: 0; }
#entry-blog .ct-audio-container { margin-bottom: -7px; }

#post-0.not-found {
background-color: #FFFFFF;
    padding: 0px 20px;
    margin-top: 10px;
    position: relative;
}
.not-found .assistive-text { display: none; }
.not-found input[type="text"] { width: 100%; }
.not-found #searchform input[type="text"] {
    color: #9ca1a5;
    border: 1px solid #D5D5D5;
    height: 48px;
    padding-left: 15px;
    padding-right: 50px;
    font-size: 12px;
    width: 100%;
    margin-left: 0px;
}

.not-found #searchform #searchsubmit:hover i { color: #FFF; }

.author #author-avatar { float: left; margin-right: 20px; }

.error404 #content { margin-top: 40px; margin-bottom: 40px; }

.archive #entry-blog,
.page-template #entry-blog,
.blog #entry-blog,
.search-results #entry-blog,
.home .home-default #entry-blog { padding: 20px; padding-top: 0; padding-bottom: 0; }

.search-results #entry-blog .page { margin: 0 -20px 30px -20px; padding: 0; }

.page-template-template-home-php #entry-blog { padding: 0 !important; }

.page-template #content .widget-title,
.blog #content .widget-title,
.home #content.home-default .widget-title { margin: 0; margin-bottom: 30px; }

.archive-meta p { margin-bottom: 0; } 

.entry-share-icons a:hover { text-decoration: none; }

.entry-share-icons i { padding-right: 5px !important; }

.entry-share-icons .ct-fb a:hover i { color: #3b5998 !important; }
.entry-share-icons .ct-twitter a:hover i { color: #00aced !important; }
.entry-share-icons .ct-gplus a:hover i { color: #d64431 !important; }
.entry-share-icons .ct-pinterest a:hover i { color: #cc2127 !important; }

.ct-photonews-widget .big-thumb li { margin-right: 20px;}
.ct-photonews-widget .small-thumb li { margin-right: 18px; margin-bottom: 18px; }
.ct-photonews-widget ul { margin-right: -21px; margin-bottom: -20px; }
/*.ct-photonews-widget .big-thumb img { width: 256px;}
.ct-photonews-widget .small-thumb img { width: 256px;}*/
.home_layout_3 .ct-photonews-widget .big-thumb img,
.home_layout_4 .ct-photonews-widget .big-thumb img { width: 126px;  border: 1px #efefef solid; 
                                                     height: 70px; } 

.ct-photonews-widget .entry-thumb .video, .ct-photonews-widget .entry-thumb .audio,
#entry-blog .entry-thumb .video, #entry-blog .entry-thumb .audio,
.ct-small-slider-widget .entry-thumb .video, .ct-small-slider-widget .entry-thumb .audio  { top: 50%; left: 50%; margin-left: -17px; margin-top: -17px; }

#entry-blog img,
.ct-popularpost-widget img { width: 100%; }

.ct-posts-archives,
.ct-monthly-archives,
.ct-subject-archives,
.ct-subject-archives ul,
.entry-sitemap .posts-name ul,
.entry-sitemap > ul { list-style-type: none; padding-left: 20px; }

.entry-sitemap > .posts-name > li { position: relative;}

#footer .widget { background-color: transparent; padding: 0; margin-bottom: 40px; }
#footer { }
#footer .widget-title { margin-left: 0; margin-right: 0; margin-top: 0;}
#footer .widget_text { color:#FFF; }
#footer .ct-instagram-widget img,
#footer .ct-flickr-widget img { height: 75px; width: 75px; margin-right: 14px; margin-bottom: 14px; }
#footer .ct-copyright { padding-top: 20px; padding-bottom: 20px; }
#footer .add-info { text-align: center; clear: both; }

.ct-social-counter-widget li a { color: #455058; position: relative; display: block; margin-bottom: 15px; }
.ct-social-counter-widget li { display: block; float: left; text-align: center; width: 33.3%; }
.ct-social-counter-widget .ct-counter { font-weight: bold; display: block; font-size: 12px; }
.ct-social-counter-widget li a:before {
    font-family: FontAwesome;
    display: inline-block;
    line-height: 50px;
    font-size: 28px;
    width: 48px;
    height: 48px;
    text-align: center;	
    color: #FFF;
}

.ct-social-counter-widget li a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -8px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 8.5px 0 8.5px;
    border-color: #FF0000 transparent transparent transparent;
}

.ct-social-counter-widget li.facebook-social a:before {	content: "\f09a"; background-color: #3b5998; }
.ct-social-counter-widget li.twitter-social a:before { content: "\f099"; background-color: #00aced; }
.ct-social-counter-widget li.youtube-social a:before { content: "\f167"; background-color: #CD332D; }
.ct-social-counter-widget li.rss-social a:before { content: "\f09e"; background-color: #FF6600; }

.ct-social-counter-widget li.facebook-social a:after { border-top-color: #3b5998; }
.ct-social-counter-widget li.twitter-social a:after { border-top-color: #00aced; }
.ct-social-counter-widget li.youtube-social a:after { border-top-color: #CD332D; }
.ct-social-counter-widget li.rss-social a:after { border-top-color: #FF6600; }

.ct-social-counter-widget li a:hover {
    -webkit-transform: scale(1.1);
    -moz-transform:    scale(1.1);
    -ms-transform:     scale(1.1);
    -o-transform:      scale(1.1);
    transform:         scale(1.1);
    text-decoration: none;
}

.ct-social-counter-widget li a:hover:after { bottom: -9px; }

.ct-social-icons-widget li { float: left; margin-right: 10px; margin-bottom: 10px; }
.ct-social-icons-widget ul { margin-right: -10px; margin-bottom: -10px; }

.col-lg-4 .ct-social-icons-widget li { margin-right: 6px; margin-bottom: 6px; }
.col-lg-4 .ct-social-icons-widget ul { margin-right: -6px; margin-bottom: -6px; }

.ct-social-icons-widget i { margin-left: 0; }
.ct-social-icons-widget i.icon-apple { color: #222222; }


/*
   ------------------------------------------------------
                                Pagination
   ------------------------------------------------------	
*/
.pagination { position:relative; font-size:11px; line-height:13px; margin: 0; }
.pagination span, .pagination a {
    display:block;
    float:left;
    margin: 2px 2px 2px 0;
    padding:6px 9px 6px 9px;
    text-decoration:none;
    min-width: 27px;
    color:#363636;
    border: 1px solid #D5D5D5;
}

.pagination a:hover { color:#fff !important;	background-color: #ff003c; }
.pagination .current { padding:6px 9px 6px 9px; background-color: #ff003c; color:#fff; }

.blog-navigation {
    text-align: center;
    margin: 0 -20px;
    background-color: #FFF;
    padding-top: 13px;
    padding-bottom: 6px;
    margin-top: -20px;
}


/* 
   ------------------------------------------------------
                                                FlexSlider
   ------------------------------------------------------
*/

/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0; }
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { position: relative; zoom: 1; /*background:url('img/banner_bottom.jpg'); */width: 100%; height: 14px; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active {background:#192a67 !important;background: rgba(0,0,0,0.9);cursor: default;}

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
    .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}

/* FlexSlider styles added by ZERGE */
.ct-carousel-widget .slides > li { margin-right: 30px; background-color: #FFF; }
.ct-carousel-widget .slides > li img { max-width: 160px; }

.ct-carousel-widget .carousel-thumb .category-item { position:absolute; max-width: 75%; }
.ct-carousel-widget .carousel-thumb { overflow:hidden; }
.ct-slider-widget .carousel-thumb { position: relative; }

.ct-carousel-widget .carousel-thumb { float: left; margin-right: 15px; }
.ct-carousel-widget .carousel-thumb .video, .ct-slider-widget .carousel-thumb .video, .entry-thumb .video,
.ct-carousel-widget .carousel-thumb .audio, .ct-slider-widget .carousel-thumb .audio, .entry-thumb .audio { 
    position: absolute;
    z-index: 1;
    top: 42%;
    left: 44%;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    font-size: 16px;
}
.flex-carousel .carousel-thumb:hover .video.youtube a,
.entry-thumb:hover .video.youtube a { color: #c83e39; }

.flex-carousel .carousel-thumb:hover .video.vimeo a,
.entry-thumb:hover .video.vimeo a { color: #47bcff; }

.flex-carousel .carousel-thumb:hover .video.dailymotion a,
.entry-thumb:hover .video.dailymotion a { color: #20b0ca; }

.flex-carousel .carousel-thumb:hover .video.custom-video a,
.entry-thumb:hover .video.custom-video a { color: #E7222B; }

.flex-carousel .carousel-thumb:hover .audio a,
.entry-thumb:hover .audio a { color: #47bcff; }

.ct-carousel-widget .carousel-thumb .video a, .ct-slider-widget .carousel-thumb .video a, .entry-thumb .video a,
.ct-carousel-widget .carousel-thumb .audio a, .ct-slider-widget .carousel-thumb .audio a, .entry-thumb .audio a { display: block; width: 100%; height: 100%; color: #FFF; }

.ct-carousel-widget .carousel-thumb .video i, .ct-slider-widget .carousel-thumb .video i, .entry-thumb .video i,
.ct-carousel-widget .carousel-thumb .audio i, .ct-slider-widget .carousel-thumb .audio i, .entry-thumb .audio i { line-height: 35px; font-size: 12px; }

.ct-carousel-widget .carousel-thumb .video a:hover, .ct-carousel-widget .carousel-thumb .audio a:hover,
.ct-slider-widget .carousel-thumb .video a:hover, .ct-slider-widget .carousel-thumb .audio a:hover,
.entry-thumb .video a:hover, .entry-thumb .audio a:hover { text-decoration: none; }

.ct-carousel-widget .carousel-thumb .video, .ct-carousel-widget .carousel-thumb .audio,
.entry-thumb .video, .entry-thumb .audio { top: 30%; left: inherit; margin-left: 70px; }

.ct-popularpost-widget .entry-thumb .video,
.ct-popularpost-widget .entry-thumb .audio,
.ct-slider-widget .entry-thumb .video,
.ct-slider-widget .entry-thumb .audio { top: 50%; left: 50%; margin-left: -17px; margin-top: -17px; }

.ct-carousel-widget { padding:0; background: none; box-shadow: none; }

.ct-carousel-widget .entry-meta { color: #A7A7A7; font-size: 11px; text-transform: uppercase; line-height: 20px; }
.ct-carousel-widget .entry-meta a { color: #A7A7A7; }
.ct-carousel-widget .entry-title { padding-top: 8px; padding-right: 15px; margin-top: 0; margin-bottom: 0; }

.ct-carousel-widget .carousel-thumb .left-triangle {
    position: absolute;
    margin-left: 150px;
    top: 37px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.flex-direction-nav a:before  { font-family: FontAwesome; }
.flex-direction-nav a:before { content: '\f104'; }
.flex-direction-nav a.flex-next:before { content: '\f105'; }
.flexslider:hover .flex-next { right: -35px; }
.flexslider:hover .flex-prev { left: -35px; }
.flex-direction-nav .flex-next, .flex-direction-nav .flex-prev { text-align: center; }
.flex-direction-nav a { height: 30px; line-height: 30px }
.flex-direction-nav a { top: 54%; }
.flex-big-slider .flex-direction-nav a { top: 50%; margin-top: -25px; }
.ct-carousel-widget .flex-direction-nav a { top: 50%; margin-top: -15px; }

.flex-big-slider .entry-content { float: left; width: 33.95%; padding: 35px 20px 20px 20px; margin-top: 46px; position: relative; }
.flex-big-slider .entry-thumb { float: right; width: 100%; position: relative; }
.ct-slider-widget { padding: 0; background-color: transparent; }
.ct-slider-widget .widget-title { margin: 0; margin-bottom: 30px; }
.flex-big-slider .flex-control-nav {top: auto;width: 100%;height: 37px;background-color: #192a67;line-height: 0;padding: 11px;z-index: 2;bottom: -4px;z-index: 99999;}
.flex-big-slider .flex-control-paging li a { background: #FFF; background: rgba(255, 255, 255, 0.5); }
.flex-big-slider .flex-control-paging li a.flex-active { background: #FFF; background: rgba(255, 255, 255, 1); }
.flex-big-slider .flex-control-paging li a:hover { background: #ff003c; background: rgba(255,0,60,1); }
.ct-slider-widget .bottom-triangle { bottom: -10px; border-top-color: #434d54; }
.flex-big-slider h4.entry-title { font-size: 18px; text-transform: uppercase; line-height: 26px; margin-top: 0; }
.flex-big-slider .slides > li { background-color: #3c95ba; }

.ct-slider-widget .flex-direction-nav .flex-next,
.ct-slider-widget .flex-direction-nav .flex-prev,
.ct-small-slider-widget .flex-direction-nav .flex-next,
.ct-small-slider-widget .flex-direction-nav .flex-prev,
.ct-carousel-widget .flex-direction-nav .flex-next,
.ct-carousel-widget .flex-direction-nav .flex-prev,
.format-gallery .flex-direction-nav .flex-next,
.format-gallery .flex-direction-nav .flex-prev  {     background-color: #192a67 !important;
    padding: 10px 0;
    color: #fff; }

.ct-carousel-widget .flex-direction-nav .flex-next,
.ct-carousel-widget .flex-direction-nav .flex-prev { padding: 0; }

.ct-carousel-widget .flex-direction-nav a  { width: 30px; height: 30px; }
.ct-carousel-widget .flex-direction-nav a:before { font-size: 30px; }

.ct-slider-widget .flex-direction-nav a,
.ct-small-slider-widget .flex-direction-nav a,
.format-gallery .flex-direction-nav a { height: 50px; }

.ct-carousel-widget .flex-direction-nav a { height: 30px; }

.ct-slider-widget .flexslider:hover .flex-prev,
.ct-small-slider-widget .flexslider:hover .flex-prev,
.ct-carousel-widget .flexslider:hover .flex-prev,
.format-gallery .flexslider .flex-prev { left: 0; text-decoration: none; }
.ct-slider-widget .flexslider:hover .flex-next,
.ct-small-slider-widget .flexslider:hover .flex-next,
.ct-carousel-widget .flexslider:hover .flex-next,
.format-gallery .flexslider .flex-next { right: 0; text-decoration: none; }

.format-gallery .flexslider .flex-prev,
.format-gallery .flexslider .flex-next { opacity: 0.7; }

.ct-slider-widget .flex-direction-nav a { top: 48%; }
.ct-slider-widget .flex-carousel .flex-direction-nav a { top: 45%; }
.ct-slider-widget .flex-carousel .slides > li { margin-right: 1px; }
.ct-slider-widget .flex-carousel { margin-top: 1px; }
.ct-slider-widget .flex-carousel img { cursor: pointer; }
.ct-slider-widget .flex-carousel .flex-active-slide img { cursor: default; opacity: .6; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter:alpha(opacity=60); }
.ct-slider-widget .flex-carousel .carousel-thumb:hover img { opacity: .6; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter:alpha(opacity=60); }
.ct-slider-widget .entry-text { font-size: 12px; }

.flex-small-slider { margin: 0 -20px; }

.ct-small-slider-widget .flex-direction-nav a { top: 30%; color: rgba(0,0,0,0.8); }

.flexslider { overflow: hidden; }
.slider-preloader img { width: auto !important; }
.ct-read-more {
    color: #FFF;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    font-size: 12px;
    float: right;
}
.ct-read-more:after {
    content: "\f105";
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    border: 1px solid #fff;
    border: 1px solid rgba(255, 255, 255, 0.6);
    width: 21px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 7px;
}

.ct-read-more:hover { color: #FFF; text-decoration: none; }
.ct-read-more:hover:after { border-color: #FFF; }

.ct-video-container {
    position: relative;
    padding-bottom: 56.45%;
    height: 0;
}

.ct-video-container iframe,
.ct-video-container object,
.ct-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#entry-blog .sticky h4.entry-title { padding-left: 40px; }
.sticky .entry-title:before {
    content: "\f08d";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    color: #ff0000;
    left: 35px;
    font-size: 18px;
    margin-top: 2px;
}

.bypostauthor > .comment-body .fn:before { }

.post[class*="span"] { float: none !important; margin-left: 0; }


/* 
   ------------------------------------------------------
                                        PRETTY PHOTO
   ------------------------------------------------------
*/
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(img/prettyphoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(img/prettyphoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(img/prettyphoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(img/prettyphoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(img/prettyphoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(img/prettyphoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(img/prettyphoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(img/prettyphoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(img/prettyphoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(img/prettyphoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(img/prettyphoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(img/prettyphoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(img/prettyphoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(img/prettyphoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(img/prettyphoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(img/prettyphoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(img/prettyphoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(img/prettyphoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(img/prettyphoto/default/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background: #1E2126;}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(img/prettyphoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(img/prettyphoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(img/prettyphoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(img/prettyphoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(img/prettyphoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(img/prettyphoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(img/prettyphoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(img/prettyphoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(img/prettyphoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(img/prettyphoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(img/prettyphoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(img/prettyphoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(img/prettyphoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(img/prettyphoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(img/prettyphoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(img/prettyphoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(img/prettyphoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(img/prettyphoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(img/prettyphoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(img/prettyphoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(img/prettyphoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(img/prettyphoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(img/prettyphoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:100px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(img/prettyphoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(img/prettyphoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(img/prettyphoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(img/prettyphoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(img/prettyphoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}

.pp_description { margin-bottom: 10px; }

/* PrettyPhoto styles added by ZERGE*/
div.light_square .pp_close {
    background: none;
    text-indent: inherit;
    width: auto;
    font-size: 12px;
}
div.light_square .pp_close:after {
    font-family: FontAwesome;
    font-size: 12px;
    content: "\f00d";
    padding-left: 5px;
}
div.light_square .pp_close:hover { text-decoration: none; color: #363636; }

/* 
   ------------------------------------------------------
                                        To Top
   ------------------------------------------------------
*/
.to-top {
    background: #FFF;
    -moz-border-radius: 96px;
    -webkit-border-radius: 96px;
    border-radius: 96px;
    border: 1px solid #E7E7E7;
    width: 48px;
    position: fixed;
    right: 5px;
    bottom: 20px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
}
.to-top i { line-height: 48px; }

/* 
   ------------------------------------------------------
                                        Single Post
   ------------------------------------------------------
*/
.entry-navigation {
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 6px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 6px;
    -o-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 6px;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 6px;
}

.entry-navigation .assistive-text { font-size: 14px; display: inline-block; margin: 0; color: #455058; margin-right: 10px;  }
.entry-navigation .assistive-text i { margin-right: 5px; }
.entry-navigation .meta-nav i {
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    border-radius: 33px;
    border: 1px solid #A7A7A7;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    display: inline-block;
}
.entry-navigation .nav-single { padding: 16px 0 15px 0; float: right; }

.entry-breadcrumb { padding: 7px 0; }
.entry-breadcrumb .icon-home { margin-right: 5px; }

.top-widgets-area { margin-top: 40px; }

.post .mejs-container { margin-bottom: 10px; }

.nav-single-hidden { display: none; }

h1.entry-title,
h1.archive-title { margin-top: 0; text-transform: uppercase;}

.single-post .entry-content p:last-child { margin-bottom: 0; }
.single-post .entry-thumb { margin: -20px; margin-bottom: 20px; }
.single-post .post,
#content .page,
.single-post .author-info,
#comments, 
.archive-header {padding: 20px; position: relative; margin-bottom: 40px; }

.single-post #content > div:last-child,
.page #content > div:last-child,
#content .page { margin-bottom: 0; }

.page #comments { margin-top: 40px; }

.post .edit-link,
.page .edit-link { text-transform: uppercase; font-size: 11px; }

.post .edit-link i,
.page .edit-link i { margin-right: 5px; }

.entry-tags { font-size: 11px; text-transform: uppercase; margin-top: 10px; }
.entry-tags > span { font-weight: bold; }

.author-info .author-avatar { float: left; padding-right: 15px; }
.author-info .author-avatar img { margin-bottom: 5px; }
.author-info p { margin-bottom: 0; }
.author-info .author-link { display: block; }

h2.author-title,
h2.comments-title,
.comment-navigation h2,
h3#reply-title { margin-top: 0; font-size: 24px; margin-top: -13px; }

.author-info span a { font-size: 18px; }
.author-info span a:hover { text-decoration: none; }
.author-info .ct-facebook-ico a { color: #3b5998; }
.author-info .ct-twitter-ico a { color: #00aced; }
.author-info .ct-google-ico a { color: #d64431; }
.author-info .ct-pinterest-ico a { color: #cc2127; }

.comment-list, .comment-list .children { list-style-type: none; padding: 0; }
.comment-author { float: left; max-width: 75px; margin-right: 20px; }

.comment-list > li:first-child > div { padding-top: 0; }

.comment-author .avatar { display: block; margin-bottom: 5px; }
.comment-meta, .comment-meta a { color: #A7A7A7; font-size: 11px; text-transform: uppercase; }
.comment-meta a:hover { color: #A7A7A7; }
.comment-body { padding: 20px 0; position: relative; }
.says { display: none; }
.comment-metadata { margin-bottom: 20px; }

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
    float: right;
}

.no-avatars .comment-author {
    margin: 0 0 5px;
    max-width: 100%;
    position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
    width: 100%;
}

.comment-list .edit-link {
    margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
    float: right;
}

.comment-body:after { clear: both; }
.comment-body:before, .comment-body:after { display: table; content: " "; }

.comment-list > li{ border-bottom: 1px solid #D5D5D5; }
.children .comment-body { border-top: 1px dashed #D5D5D5;}

#comments .depth-2 { padding-left: 50px; }
#comments .depth-3 { padding-left: 100px; }
.fn .url,
.comment-author .fn { color: #455058; font-weight: bold; font-size: 13px; }
.fn .url:hover { color: #ff003c; }

.form-allowed-tags { display: none; }
.comment-navigation { margin-top: 30px; }
.logged-in-as { color: #A7A7A7; font-size: 11px; text-transform: uppercase; }

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {	float: left; width: 120px; }

.comment-form-comment { margin-bottom: 15px; }

.comment-form textarea,
#ct-contacts-form textarea { width: 100%; border: 1px solid #D5D5D5; padding: 5px; }

.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
    max-width: 270px;
    width: 60%;
    padding: 0 5px;
    margin-bottom: 10px;
    border: 1px solid #D5D5D5;
    height: 34px;
}

.form-submit { text-align: right; margin-bottom: 0; }

#comments div:first-child { margin-top: 0 !important; }
.comment-respond { margin-top: 30px; }
.comment-list .comment-respond { margin-bottom: 30px; margin-top: 0;}

.page-links { font-weight: bold; }

.google-map iframe { width: 100%; }
.btn-default { border-radius: 0; }

.single-post .ct-small-slider-widget .entry-thumb { margin: 0; }
#respond h3#reply-title { margin-top: -7px; }


/* 
   ------------------------------------------------------
                                Contacts Form
   ------------------------------------------------------
*/
#ct-contacts-form .input-group-addon,
#ct-contacts-form .input-group .form-control { border-radius: 0; -webkit-box-shadow: none; box-shadow: none; }
#ct-contacts-form  .input-group-addon i { margin-right: -3px; }
#ct-contacts-form  .input-group,
#ct-contacts-form textarea { margin-bottom: 15px; width: 100%; }
#ct-contacts-form button { float: right; }
#ct-contacts-form .input-group-addon { width: 40px; }

/* 
   ------------------------------------------------------
                                        CSS Hacks Targeting Firefox
   ------------------------------------------------------
*/
@-moz-document url-prefix() { 
    .ct-read-more:after { line-height: 18px; }
    a [class^="icon-"]:before, a [class*=" icon-"]:before { cursor: pointer; }
    .ct-v-newsticker-widget .circle-number { line-height: 31px; }
    .sf-arrows .sub-menu .sf-with-ul:after { line-height: 18px; }
}

/* Added in the v. 1.02 */
.divider-1px { height: 1px; background-color: #B7B7B7; margin: 10px 0; width: 100%; }
.single-post .widget .entry-thumb { margin: 0; }
.flexslider { z-index: 0; }
.ct-carousel-widget .widget-title { margin-right: 0; margin-left: 0; }
.right-triangle {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 8.5px 0 8.5px 10px;
    border-color: transparent transparent transparent #FFFFFF;
}
.ct-carousel-widget .carousel-thumb .right-triangle {
    position: absolute;
    margin-right: 150px;
    top: 37px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.ct-v-newsticker-widget .icon-calendar, .ct-carousel-widget .icon-calendar { display: none; }
#logo img { width: 100%; }

/* Estilo novo */

.font-logo{
    color:#005bab;
    font-size: 16px;
    line-height: 15px;
    margin-top: 28px;
    margin-left: 0px;
	}

/* perdonalizações */
h2.tit-area {
    color: #000000;
    font-style: normal;		
    font-size: 18px;
    font-weight: bolder;
    margin-top: 49px;
    line-height: 0;
    margin-bottom: 18px;
}

input.emaiArea {
    border: 1px #666666 solid;
    padding: 2px 6px;
    color: #666666;
    width:113px;
    display: block;
    float: left;
    margin-right: 10px;
}

input.matriculaArea {
    border: 1px #666666 solid;
    padding: 2px 6px;
    color: #666666;
    width: 113px;
    display: block;
    float: left;
    margin-right: 10px;
}

button.submArea{
    background-color: #333333;
    text-align: center;
    color: #fff;
    font-size: 12px;
    width: 60px;
    height: 30px;
    margin-top: -1px;
    font-weight: normal;
    border: 0px;
	float: left;
    -webkit-transition: all 0.2s ease-out; 
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out; 
    -o-transition: all 0.2s ease-out;
}

button.submArea:hover{
    opacity:0.8; 
}

.text_associado{
    color: #26419d;
    font-size: 14px;
    font-weight: normal;
    display: block;
    clear: both;
    margin-top: 10px;
}

.text_associado a{
    color:#d3145a;
    font-size: 14px;
    font-weight:bolder;

}

.ct-entry-social{
    margin-top: 30px;
    width: 48%;
}

.ct-entry-search{
    margin-left: 13px;
}

#social-icons-block a:hover{
    opacity: 0.8;
}

.pl-0{
    padding-left: 0px;
}

.logo-nome-mobile{
	padding-right:0px;
}

/*
.menu-item-20{
    background-color:#d3145a;
}

.menu-item-21{
    background-color:#26419d;
}

.menu-item-86{
	background-color:#d3145a;
}

.menu-item-22{
    background-color:#00a89c;
}

.menu-item-23{
    background-color:#d3145a;
}

.menu-item-24{
    background-color:#26419d;
}

.menu-item-25{
    background-color:#d3145a;
}
*/

h4.titulo-footer{
    color:#fff;
    font-size: 15px;
    text-align: center;
}

.ml-74{ margin-left:74px;}
.font-12{
    font-size:12px;
    
}

img.img-parceiro{
    border: 1px #d7d7d7 solid;
}

.not-home{ 
    border: 1px #d7d7d7 solid; 
    border-radius: 7px;
    padding: 16px 20px;
        height: 365px;
}

.tit-noticia{   
    text-align: left;
    font-size:18px;
    font-weight: bolder;
    margin-left: -12px;
    margin-top: 15px;
}

.tit-noticia a {
    color: #11aa9d !important;
}

#box-noticia .tit-noticia {
    text-align: center;
    font-weight: 400 !important;
    font-size: 20px !important;
    font-weight: bolder;
    margin-left: -12px;
    margin-top: 11px;
	    padding: 10px 12px 15px 12px !important;
}

.linh-titu{
    border-top: 2px #4d4d4d solid;
    width: 100%;
    height:24px;
    position: relative;
}

.img-publicacoes{
    padding-right: 10px;
}


.sf-menu {
    padding-left:0x;
}

.ul-list-home {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0px;
    border-radius: 8px;  
    padding-left: 0px;
    margin-left: 0px;
}

.mais-not{

}


.li-lis-home {
    float: left;
    list-style: none;
    padding: .75em 10px;
}

.li-lis-home:hover{
	background: #ebebeb;
}

.li-lis-home:hover a{
	color: #393939;
	text-decoration: none;
}

#searchform .field{
	width: 32%;
    min-width: 260px;
    height: 35px;
    line-height: 36px;
    border-radius: 0px;
    border: 0px;
    padding: 0 40px 0 14px;
    outline: none;
    color: #848484;
    margin: 0;
    font-size: 13px;
    margin-left: 14px;
    border: 1px #848484 solid;
    border-radius: 2px;
    margin-bottom: 14px;
    background-color: transparent;
	    border-right: none;
}

#searchform #searchsubmit {
	position: absolute;
    top: 0;
    right: 0;
    height: 35px;
    background-color:transparent;
    color: #0a5d93;
    font-size: 20px;
    border-radius: 0px 4px 4px 0px;
    border: 1px #848484 solid;
    padding: 2px 9px;
	border-left: none;
}

#searchform #searchsubmit:hover {
	background-color:#848484 !important;

}

#ct-slider-widget-2 .flex-big-slider{
	height: 423px;
}

#comments, .archive-header {
    padding: 20px;
    position: relative;
    margin-bottom: -10px;
}

.full-p{
	width: 100%; 
}

.box-campanha .ct-v-newsticker-widget ul li{  
	float:left;
}
.box-campanha ul{
	padding-left: 31px;
    width: 97%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display:block !important;
}

.owl-theme .owl-nav {
    margin-top: -100px !important;
    position: relative !important;
    margin-bottom: 121px !important;
}

.owl-carousel button.owl-prev{
	float: left !important;
    margin-left: -29px !important;
}

.owl-carousel button.owl-next{
	float: right !important;
    margin-right: -31px !important;
}

.owl-theme .owl-dots .owl-dot {
    display: none !important;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
	color: #FFF !important;
	background: #192a67 !important;
    color: inherit;
    border: none;
    padding: 5px 6px 10px !important;
    font: inherit;
	margin-top:133px;
    font-size: 30px !important;
}

.owl-carousel .owl-stage-outer {
    margin-left: -1px !important;
}

.owl-carousel li{
	list-style:none;
}


.box-campanha ul li{
    list-style: none;
    float: left;
    width: 100%;
    border: 2px rgba(138,138,138,0.2) solid;
    padding: 5px;
}

.box-campanha .nossossites {
    float: left;
    padding-left: 0px;
    width: 100%;
    margin-top: 4px;
    position: relative;
}

.box-campanha{
	    clear: both;
}

.box-campanha .nossossites li{
	float:left;
}

.box-campanha .nossossites li {
    float: left;
    width: 19%;
    margin-right: 11px;
}

.box-campanha .nossossites li img{
	    width: 100%;
}


.box-campanha .nossossites.publicacoes li {
    float: left;
    width: 15%;
	    margin-left: 9px;
    margin-right: 10px;
}

.mt-24{
	margin-top: 24px;
}

.apoio a img{
    padding: 0px 49px;
    width:99%;
    margin-left: 0px;
}

.apoio3 a img{
    padding: 0px 49px;
    width: 96%;
    margin-left: 0px;
}

.flex-direction-nav a:before {
font-family: FontAwesome;
    font-size: 40px;
    display: block;
    content: '\f104';
    color: #1e2238;
    font-weight: 800;
    font-size: 46px;
    text-indent: 7px;
    float: left;
    position: absolute;
    z-index: 9999999999999;
}

.ct-slider-widget .flex-direction-nav .flex-prev{
    background-color: transparent!important;
}

.ct-slider-widget .flex-direction-nav .flex-next{
    background-color: transparent!important;
}

.flex-big-slider .flex-direction-nav a {
    top: 50%;
    margin-top: -253px;
}

.ajslist{
	float: left;
    width: 100%;
}

.informativo-top{
	background-color: #cc1d54;
    width: 100%;
    margin-top: 9px;
    text-align: center;
    margin-bottom: -13px;
}

.informativo-top a{
    width: 100%;
    display: block;
    color: #fff;
    padding: 10px;
    font-size: 16px;
	font-weight: 700;
}

.linh-titu {
    height: 8px !important;
}

.widget-title {
    padding: 17px 12px 12px 12px !important;
}

.widget {
    padding: 35px 0px 13px;
}

.ul-curs li {
    margin-top: 11px !important;
}

.livr-2{
	    margin-top: 6px !important;
}

.list-not-mobile {
    margin-top: 7px !important;
    float: left !important;
}

.cursos-eventos .linh-titu {
    margin-bottom: 10px;	
}

.eventos-gravados .linh-titu {
    margin-bottom: 10px;	
}

.campanhas-artigos .linh-titu {
    margin-bottom: 10px;	
}

.campanhas-artigos h4.entry-title a:hover{
	text-decoration:underline;
}

.ct-top-entry {
    background:#fff !important;
}

/* new*/

.container {
    max-width: 1200px;
}

#logo {
    margin:22px 0px 25px 0px !important;
}

.entry-logo{
	width: 50%;
	float:left;
}

.logo-mobile{
	padding-left: 0px;
    padding-right: 18px;
    width: 29%;
}

.font-logo p{
    font-size: 13px;
    float: left;
    line-height: 14px;
    font-weight: 500;
    width: 100%;
}

.font-logo strong{
    float: left;
    width: 100%;
    margin-bottom: 9px;
    margin-top: 19px;
}

.font-logo2{
	float: left;
    width: 100%;
    color: #fff;
    font-size: 13px;
    line-height: 13px;
}

.ct-top-entry:before{
	content:'';
	display:block;
	width:100%;
	height:5px;
	background: rgb(25,60,80);
	background: linear-gradient(90deg, rgba(25,60,80,1) 0%, rgba(25,60,80,1) 7%, rgba(213,21,120,1) 7%, rgba(213,21,120,1) 24%, rgba(139,40,143,1) 24%, rgba(139,40,143,1) 41%, rgba(6,186,179,1) 41%, rgba(6,186,179,1) 58%, rgba(180,211,51,1) 58%, rgba(180,211,51,1) 76%, rgba(255,207,6,1) 76%, rgba(255,207,6,1) 93%, rgba(25,60,80,1) 93%, rgba(25,60,80,1) 100%);
}

.entry-banner{
	width: 50%;
    float: right;
}

.menu_topo{
	padding: 0px;
    float: right;
    margin-top: 12px;
    margin-right: 5px;
}

.menu_topo li{
	float:left;
	list-style:none;
}

.menu_topo li a{
    color:#005bab;
    font-weight: 600;
    font-size: 13px;
}

.menu_topo li a:hover{
	text-decoration:underline;
}

.menu_topo li:before{
    content: "";
    display: block;
    height: 15px;
    width: 1px;
    background-color:#005bab;
    margin-bottom: 0px;
    margin: 0px 13px;
    float: right;
    font-weight: 600;
    margin-top: 5px;
}

.menu_topo li:last-child:before{
    display: none;
}

.box-contato{
    float: left;
    width: 74%;
    margin-top: 63px;
    margin-left: -132px;
    margin-bottom: 9px;
}

.box-contato ul{
	padding:0px;
	float:left;
}

.box-contato ul li{
	    float: left;
    list-style: none;
    width: 219px;
}

.box-contato ul li.bemail{
	    width: 185px;
    margin-left: 26px;
}

.box-contato ul li.bemail .block-htel {
    float: left;
    width: 73%;
}

.box-contato ul li span {
    color: #5a5a5a;
    float: left;
    margin-top: -6px;
}

.box-contato ul li .fa-envelope{
color: #0a5d93;
    font-size: 27px;
    float: left;
    margin-right: 10px;
    margin-left: 0px;
    margin-top: 7px;
}

#masthead .ct-menu-container {
	background: #192a67 !important;
    -webkit-box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.63);
    -moz-box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.63);
    box-shadow: 0px 2px 2px -1px rgba(0,0,0,0.33) !important;
    position: relative !important;
}

.sf-menu li:before {
	content: "";
    display: block;
    height: 21px;
    width: 2px;
    background-color: #fff;
    margin-bottom: 0px;
    margin: 0px 0px;
    float: right;
    font-weight: 600;
    margin-top: 11px;
}

.sf-menu li:last-child:before{
    display: none;
}

#social-icons-block a img{
    margin-top: -9px;
    margin-right: -6px;
    margin-left: 1px;
    width: 42px;
    height: auto;
    margin-bottom: 0px;
}

#footer .ct-copyright {
    border-top: 5px #00ab9d solid !important;
}

#social-icons-block .fa-instagram{
	font-size: 27px;
    margin-bottom: -14px;
    float: right;
    margin-top:0px;
}

.fot-info{
	margin: 0px auto;
    display: block;
    float: unset;
}

.copyright-info{
	    text-align: center;
}

.fot-red {
    width: 100%;
    text-align: center;
    display: block;
    margin: 0px auto;
    float: unset;
}

.fot-red h4.titulo-footer {
    text-align: center;
    margin-left: 0px;
}

#social-icons-block-footer {
    float: unset;
	    display: block;
}

.ct-copyright-foter{
    background: #0b1332 !important;
    padding: 5px;
}

#footer {
	    font-size: 13px;
	color:#fff !important;
    background: #192a67 !important;
}



a i.icon-instagram {
    color: #fff;
    font-size: 33px;
    margin-top: 12px;
    margin-bottom:0px;
    float: right;
    margin-left: 8px;
    display: block;
}

p.aj1{
	width: 100%;
    display: block;
    text-align: center;
    padding-top: 10px;
	    clear: both; 
}

.menu-topo-container .sf-menu a {
    font-size: 13px !important;
    font-weight: 700 !important;
}


.home .flex-big-slider{
	border: 1px #e2e1e1 solid;
	height: 471px !important;
}

#box-noticia .no-translatez{
	border: 1px #e2e1e1 solid;
	border-radius: 4px;
	height: 476px;
	overflow: hidden;
	padding: 7px 12px;
	background-color: #fff;
}

#box-noticia ul {
    padding: 0px;
    float: left;
    margin-bottom: 5px;
}

#box-noticia ul li{
    list-style: none;
    float: left;
    border-bottom: 1px solid #D5D5D5;
    width: 49%;
    margin-right: 10px;
    height: 48px;
    overflow: hidden;
}


#box-noticia .data{
    width: 37px;
    color: #11aa9d;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    margin-top: -2px;
    line-height: 16px;
    float: left;
    margin-right: 5px;
    margin-bottom: 7px;
}

#box-noticia .data small{
	 color: #11aa9d;
	  font-size: 15px;
}

#box-noticia .entry-title a{
    color: #252525;
    width: 300px;
    margin-top: -3px;
    float: left;
    line-height: 15px !important;
}

.mais-not a {
    color: #11aa9d !important;
    text-transform: capitalize !important;
    font-style: italic !important;
    margin-right: 6px !important;
    font-size: 15px !important;
    float: right;
    padding-top: 17px;
    width: 186px;
    height: 50px;
    display: block;
    text-align: right;
    margin-top: -11px;
}

.mais-not .fas.fa-share{
	font-size: 22px;
    margin-left: 3px;
}

.box-list .widget-title{
    font-size: 18px;
    color: #252525;
    font-weight: 300;
    padding: 1px !important;
    margin: 0px !important;
    text-transform: none;
    background-color: #f7f7f7 !important;
    position: absolute;
    float: left;
    margin-top: -14px !important;
    padding-right: 8px !important;
}

.box-list .ct-v-newsticker-widget:before{
	width: 100%;
    height: 1px;
    background-color: #898989;
    float: left;
    margin-top: 0px;
    content: '';
}

.box-list .no-translatez{
	float: left;
    width: 100%;
    margin-top: 24px;
    background-color: #fff;
    padding: 19px 14px;
    border: 1px #e2e1e1 solid !important;
    border-radius: 4px;
}

.box-list .mais-not {
    float: right;
    margin-top: 26px;
    margin-bottom: -10px;
    color: #11aa9d;
    font-style: italic;
    font-size: 15px;
}

.box-list .ct-v-newsticker-widget ul {
    padding: 0;
    overflow: hidden;
    height:260px;
    margin-top: -9px !important;
    margin-bottom: -5px !important; 
}

#podcast.box-list .ct-v-newsticker-widget ul {  
    height:190px;
}

.cursos-eventos{
	padding-left: 0px;
}

.box-list .tit-noticia a {
    color: #252525 !important;
}

.box-list .tit-noticia a:hover {
    color: #11aa9d !important;
}

.campanhas{
	padding-right: 0px;
}

.box-linha{
	float: left;
    width: 100%;
	padding:0px;
}

.box-linha:before{
	content: '';
    width: 100%;
    height: 1px;
    margin-top: 52px;
    margin-bottom: -19px;
    float: left;
    background-color: #11aa9d;
}

.box-linha .tit-noticia{
	background-color: #f7f7f7;
    width:253px;
    margin: 0px auto;
    margin-top: 23px;
    display: block;
    height: 50px;
    font-weight: 400;
    text-align: center;
	    margin-bottom: 13px;
}

.eventos-destaques h4 a{
	font-size: 14px;
    color: #252525;
    font-weight: 600;

}

.eventos-destaques h4{
	padding-left: 10px;
    padding-right: 10px;	
}

.eventos-destaques .resumo{
	color: #636363;
    font-size: 13px;
    padding-top: 9px;
    padding-left: 10px;
    padding-right: 10px;
	    text-align: justify;
}

.eventos-destaques{
	width: 24%;
    background-color: #fff;
    border: 1px #ededed solid;
    padding: 0px;
    margin: 0px 6px;
    border-radius: 4px;
	transition: all 0.5s ease-out 0s;
}

.eventos-destaques:hover{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
}

.eventos-destaques a.bot-destaque{
	background-color: #11aa9d;
    width: 91%;
    display: block;
    color: #fff;
    padding: 6px;
    margin-bottom: 12px;
    margin-left: 12px;
    text-align: center;
    border-radius: 4px;
    margin-top:12px;
	text-decoration:none;
}

.eventos-destaques .attachment-full.size-full.wp-post-image{
	    border-bottom: 3px #004f9f solid;
}

#educao-continuada{
	float: left;
    width: 100%;
	padding-top: 23px;
	padding-left: 8px;
}

#educao-continuada .box-linha2{
	padding-left:0px;
}

#educao-continuada .box-linha2 .widget-title {
	font-size: 18px;
    color: #110d2c;
    font-weight: 300;
    padding: 1px !important;
    margin: 0px !important;
    text-transform: none;
    background-color: #f7f7f7 !important;
    position: absolute;
    float: left;
    margin-top: 0px !important;
    padding-right: 8px !important;
}

#educao-continuada .box-linha2:before {
    width: 100%;
    height: 1px;
    background-color: #898989;
    float: left;
    margin-top:16px;
    content: '';
}

#educao-continuada .spspeduca{
	margin-top: 25px;
    padding-left: 0px;
    background-color: #fff;
    border: 1px #ededed solid;
    border-radius: 4px;
    width: 48.7%;
    margin-right:6px;
}

#educao-continuada .box-logo-educa{
    padding-left: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
}

#educao-continuada a.botspsp{
    float: left;
    width: 100%;
    border: 1px #eeeded solid;
    padding-left: 16px;
    padding: 4px 0px 4px 16px;
    border-radius: 4px;
    margin-top: 5px;
	    color: #fff;
		
}

#educao-continuada a.botspsp{
	transition: all 0.5s ease-out 0s;
}

#educao-continuada a.insi{
	background: #11aa9d;
}

#educao-continuada a.botspsp:hover{
	text-decoration:none;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
text-decoration:none;
}


#educao-continuada a.grav{
	background: #004f9f;
}

#educao-continuada a.cert{
	background: #9f9ea2;
}

#educao-continuada .box-logo-educa-links{
	padding-top: 10px;
}
 
#educao-continuada .spspeduca-list .box1 a:hover h4{
	text-decoration:none;
}

.box-logo-educa-txt{
	float: left;
    color: #192a67;
    font-size: 15px;
    line-height: 18px;
    padding-bottom: 13px;
}

.spspeduca-list .box1{
	float: left;
    background-color: #fff;
    border: 1px #ededed solid;
    border-radius: 4px;
    margin-top: 24px;
    height: 207px;
    width: 31.7%;
    margin-right: 13px;
}

.spspeduca-list .box1.mr-0{
	margin-right:0px;
}

.spspeduca-list .box1 img{
	width: 100%;
    border-bottom: 3px #004f9f solid;
}


.spspeduca-list .box1{
	transition: all 0.5s ease-out 0s;
}

.spspeduca-list .box1:hover{	
	text-decoration:none;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
}

.spspeduca-list .box1:hover a{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
}

.spspeduca-list .box1 a:hover{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
}

.spspeduca-list .box1:hover a{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
}

.spspeduca-list .box1 h4{
	text-align: center;
    font-weight: 600;
}


.spspeduca-list .box1 span{
	float: right;
    padding-right: 12px;
    margin-top: 24px;
    font-weight: 400;
    color: #110d2c;
}

#educao-continuada .mais-not a{
	float: right;
    padding-top: 22px;
    font-style: normal !important;
    margin-right: 6px !important;
    font-size: 15px !important;
    font-style: italic !important;
}

#departamento-cientifico .box-linha .tit-noticia{
    color: #1189b3;
    width: 293px;
    margin-left: -35px; 
}

#departamento-cientifico .box-linha:before {
    background-color: #1189b3;
}

#departamento-cientifico .box-img{
	float: left;
    width: 127px;
	text-align: center;
}

#departamento-cientifico .box-presidente span{
	color: #636363;
    font-weight: 400;
    font-style: italic;
    margin-top: 4px;
    float: left;
    width: 100%;
}

#departamento-cientifico .box-presidente strong{
	font-weight: 800;
    font-style: italic;
    margin-top: -6px;
    float: left;
    width: 100%;
}

.box-presidente .box-txt{
	float: left;
    width: 76%;
    padding-left: 26px;
    line-height:19px;
    font-size: 13px;
	color: #727272;
}

.box-departam a{
    background-color: #98ccfd;
    float: left;
    text-align: center;
    padding: 19px 15px 22px;
    margin-right: 18px;
    width:46.6%;
	transition: all 0.5s ease-out 0s;
}

.box-departam{
	    margin-top: 6px;
    padding-right: 0px;
    padding-left: 3px;
}

.box-departam a:hover{
	text-decoration:none;
	background-color:#5e9fdc; 
}

.box-departam a span{
	color: #ffff;
    font-size: 18px;
    font-weight: 600;
    display: block;
    padding-bottom: 16px;
}

.box-departam .mr-0{
	    margin-right: 0px;
    padding-bottom: 23px;
    padding-top: 22px;
}

.box-list-cientifico{
	background-color: #eeeeee;
    display: block;
    text-align: center;
    margin-right: 20px;
	margin-left: 3px;
    width: 23%;
    height: 153px;
	padding: 0px;
	transition: all 0.5s ease-out 0s;
}

.box-list-cientifico:hover{
	text-decoration:none;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
}

.box-cat-cientifico{
	float: left;
    width: 100%;
    margin-top: 23px;
	padding-right: 0px;
	    padding-left: 0px;
}

.box-cat-cientifico .mr-0{
	margin-right:0px;
}

.box-list-cientifico a.cat-cientidico{
	background-color: #004f9f;
    width: 100%;
    display: block;
    color: #fff;
    padding: 4px;
    font-weight: 300;
	transition: all 0.5s ease-out 0s;
	    float: left;
}

.box-list-cientifico a.cat-cientidico:hover{
	list-style:none;
	background-color:#00356a;
	text-decoration:none;	
}

.box-list-cientifico h4.entry-title a{
	color: #004f9f !important;
    font-size: 13px;
    line-height: 19px;
    width: 100%;
    float: left;
    padding: 15px;
    height: 111px;
    overflow: hidden;
}

.box-list-cientifico h4.entry-title a:hover{
	text-decoration:none;	
}

#departamento-cientifico .mais-not a {
    color: #11aa9d !important;
    text-transform: capitalize !important;
    font-style: italic !important;
    margin-right: 6px !important;
    font-size: 15px !important;
    float: right;
    padding-top: 22px;
	margin-top:3px !important;
}



#campanhas_spsp .box-linha .tit-noticia{
	color:#916f08;
    width: 293px;
}

#campanhas_spsp .box-linha:before {
    background-color:#916f08;
}

#campanhas_spsp .box-img{
	float: left;
    width: 127px;
	text-align: center;
}

#campanhas_spsp .box-presidente span{
	color: #636363;
    font-weight: 400;
    font-style: italic;
    margin-top: 4px;
    float: left;
    width: 100%;
}

#campanhas_spsp .box-presidente strong{
	font-weight: 800;
    font-style: italic;
    margin-top: -6px;
    float: left;
    width: 100%;
}

#campanhas_spsp .mais-not a {
    color: #11aa9d !important;
    text-transform: capitalize !important;
    font-style: italic !important;
    margin-right: 6px !important;
    font-size: 15px !important;
    float: right;
    padding-top: 22px;
	margin-top:3px !important;
}

#campanhas_spsp .txt-cap{
	float:right;
}

/* novo home */
#campanhas_spsp.box-campanha1 .txt-cap {
    float: left;
}

#campanhas_spsp.box-campanha1 .box-img {
    float: left;
    width: 146px;
    text-align: center;
    padding-bottom: 2px;
    padding-right: 12px;
    margin-left: 0px;
}

#campanhas_spsp.box-campanha1 .box-presidente .box-txt {
    float: none;
    width: 100%;
    padding-left:0px;
    text-align: justify;
    line-height: 17px;
    font-size: 13px;
    color: #727272;
    margin-top: -1px;
}

#campanhas_spsp.box-campanha1 .box-camp-list{
	    margin-top: 48px;
}

#campanhas_spsp.box-campanha1 .owl-carousel.owl-loaded {
    padding-left: 2px;
    width: 100%;
}

#campanhas_spsp.box-campanha1 .owl-carousel .owl-nav button.owl-next,#campanhas_spsp.box-campanha1 .owl-carousel .owl-nav button.owl-prev, #campanhas_spsp.box-campanha1 .owl-carousel button.owl-dot {
    margin-top: -13px !important;
}

#campanhas_spsp.box-campanha1 .owl-carousel .owl-item img{
	margin-left: 0px;
}

#campanhas_spsp.box-campanha1 .owl-carousel .owl-stage-outer {
    margin-left: 20px !important;
}

#campanhas_spsp.box-campanha1 .owl-carousel button.owl-prev {
    margin-left: -12px !important;
}

#campanhas_spsp.box-campanha1 #spsp_midia .ct-v-newsticker-widget:before{
	display:none;
}

#campanhas_spsp.box-campanha1 .box-list .no-translatez {
    margin-top: -16px;
}

#campanhas_spsp.box-campanha1 .box-list .widget-title{
	    background-color: transparent !important;
}

#campanhas_spsp.box-campanha1 #spsp_midia .ct-v-newsticker-widget ul {
    padding: 0;
    overflow: hidden;
    height: 203px;
    margin-top: 20px !important;
    margin-bottom: -23px !important;
}

#campanhas_spsp.box-campanha1 #spsp_midia {
    padding-left: 17px;
    padding-right: 0px;
}

#campanhas_spsp.box-campanha1 .owl-carousel.owl-loaded {
    padding-left: 20px;
    width: 100%;
    margin-left: -15px;
}


#campanhas_spsp.box-campanha1 .mais-not a {
    margin-top: -45px !important;
    margin-bottom: 23px;
}

#podcast{
	    padding-left: 0px;
    margin-bottom: 17px;
	    padding-right: 5px;
}

#podcast .box-podc {
    float: left;
    width: 100%;
    margin-top: 24px;
    background-color: transparent;
    padding: 19px;
    border: none;
    border-radius: 4px;
    height: 220px;
    overflow: hidden;
	padding-right: 0px;
}

#podcast .fa-square-full{
	font-size: 8px !important;
    float: left;
    margin-top: 7px;
    margin-right: 6px;
    height: 31px;
}

#podcast .box-img1{
    padding-left: 0px;
    margin-left: -23px;
    margin-right: -13px;
}

#box-podcast .box2.col-md-8.box-txt{
	    padding-right: 0px;
    width: 73%;
}

.box2.col-md-8.box-txt{
	padding-right: 0px;
    width: 73%;
}

.box-list .widget-title.tit-podcast {
    font-size: 18px;
    color: #11aa9d !important;
    font-weight: 300;
    padding: 1px !important;
    margin: 0px !important;
    text-transform: none;
    background-color: #f7f7f7 !important;
    position: absolute;
    float: left;
    margin-top: -14px !important;
    padding-right: 8px !important;
	    text-align: left;
}

#podcast.box-list .ct-v-newsticker-widget:before {
    background-color: #11aa9d;
}

#livros_manuais.box-list .ct-v-newsticker-widget:before {
    background-color: #dc616d;
}

/**/
#campanhas_spsp .box-presidente .box-txt {
    float: left;
    width: 82%;
    padding-left: 26px;
    text-align: justify;
    line-height: 19px;
    font-size: 13px;
    color: #727272;
}

#apoiadores_spsp .box-linha .tit-noticia{
	color:#790645;
    width: 293px;
}

#apoiadores_spsp .box-linha:before {
    background-color:#790645;
}

#apoiadores_spsp{
	float: left;
    width: 99%;
}

#apoiadores_spsp .owl-nav{
	display:none !important;
}

.owl-carousel.apoiadores{
	padding: 0px;
}

.apoiadores .owl-item{
    background-color: #fff;
    height: 124px;
    border: 1px #e4e3e3 solid;
    padding-top: 33px;
    padding-left: 15px;
    padding-right: 15px;
}

#spsp_midia .tit-noticia a{
	color:#8e1104 !important;
}

#spsp_midia .ct-v-newsticker-widget:before {
    background-color: #8e1104 !important;
}

.box-apoiadores-list{
	padding:0px;
}

#spsp_midia .entry-title a{
	    font-size: 15px;
    color: #4b463d;
    font-weight: 400;
    font-style: italic;
}

#spsp_midia .fa-square-full{
	font-size: 8px;
    float: left; 
    margin-top: 7px;
    margin-right: 10px;
}

#spsp_midia .ct-v-newsticker-widget ul {
    padding: 0;
    overflow: hidden;
    height: 142px;
    margin-top: -9px !important;
    margin-bottom: -5px !important;
}

.box-midia{
    float: left;
    padding-right: 0px;
    padding-left: 0px;
}

#livros_manuais .box1{
	float: left;
    background-color: #fff;
    border: 1px #ededed solid;
    border-radius: 4px;
    margin-top: 24px;
    width: 31%;
    margin-right: 13px;
}

#livros_manuais .box1.mr-0{
	margin-right:0px;
}

#livros_manuais .box1 img{
	width: 100%;
    border-bottom: 3px #004f9f solid;
}


#livros_manuais .box1{
	transition: all 0.5s ease-out 0s;
}

#livros_manuais .box1:hover{	
	text-decoration:none;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45);
}

#livros_manuais .box1:hover a{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
}

#livros_manuais .box1 a:hover{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
}

#livros_manuais .box1:hover a{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
}

#livros_manuais .box1 h4{
	text-align: center;
    font-weight: 600;
}


#livros_manuais .box1 span{
	float: right;
    padding-right: 12px;
    margin-top: 24px;
    font-weight: 400;
    color: #11aa9d;
}

#livros_manuais .widget-title{
	color:#dc616d;
}

#livros_manuais .box-list .ct-v-newsticker-widget:before {
    background-color:#dc616d;
}

.box-blog-pediatria .widget-title {
    background-color: #f7f7f7;
    width: 192px;
    margin: 0px auto;
    line-height: 10px;
    margin-top: 4px;
    display: block;
    height: 42px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 13px;
    margin-left: -8px;
}

.page-template-template-blog-pediatria-orienta .col-md-6.box-blog-pediatria{
	margin-left: -13px;
    margin-right: 13px;
    margin-top: -28px;
}

.home .box-blog-pediatria .widget-title {
    background-color: #f7f7f7;
    width: 254px;
    margin: 0px auto;
    line-height: 10px;
    margin-top: 2px;
    display: block;
    height: 42px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 13px;
}

#paginas .box1{
	    width: 50%;
    float: left;
    background-color: #fff;
    margin-top: 19px;
    padding: 14px;
}

#paginas .box1 h4{
	text-align: center;
    font-weight: 700;
}

#paginas{
	margin-top: 27px;
    margin-bottom: 20px;
}

#paginas .box-list .widget-title{
	color: #dc616d;
}

#paginas .box-list .ct-v-newsticker-widget:before{
	background-color: #dc616d;
}

#livros{
	    padding-left: 11px;
    margin-top: 26px;
}

#livros .widget-title {
    color: #1289b3;
}

#livros  .box-list .ct-v-newsticker-widget:before {
    background-color: #1289b3;
}

.box-blog-pediatria .ct-v-newsticker-widget:before {
        content: '';
    width: 100%;
    height: 1px;
    margin-top: 27px;
    margin-bottom: -19px;
    float: left;
    background-color: #004f9f !important;
}

.box-blog-pediatria .box-blog { 
	float: left;
    width: 100%;
    margin-top: -6px;
    background-color: #fff;
    padding: 19px;
    border: 1px #e2e1e1 solid !important;
    border-radius: 4px;
    height:auto;	
}

.box-blog-pediatria .ct-v-newsticker-widget{
	max-height:541px;
}

.box-blog-txt{
	float: left;
    text-align: justify;
    width: 50%;
    padding-right: 22px;
    line-height: 20px;
    font-size: 14px;
    color: #636363;
}

.box-blog-img img{
    margin-left: -20px;
    float: left;
    margin-top: 15px;
    margin-right: 19px;
}

.box-img-txt{
	    margin-top: 37px;
}

.box-blog h4.widget-title.tit-noticia{
	float: left;
    padding-left: 3px !important;
    position: relative;
    clear: both;
    margin-top: -14px !important;
    color: #636363;
    font-weight: 300;
    background-color: #fff !important;
}


.box-artigo-l ul{
    float: left;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px !important;
    width: 100%;
    margin-top: 14px !important;
}

.box-artigo-l ul li .entry-news a{
	    color: #636363;
    font-size:15px;
}

.box-artigo-l .fa-square-full {
    font-size: 8px;
    float: left;
    margin-top: 7px;
    margin-right: 10px;
}

.box-blog .mais-not{
	margin-top: 18px;
    color: #11aa9d;
    font-style: italic;
    font-size: 15px;
	float: right;
}


#Publicacoes .tit-noticia a{
	color:#004f9f !important;
}

#Publicacoes .box-linha:before {
    content: '';
    width: 100%;
    height: 1px;
    margin-top: 52px;
    margin-bottom: -19px;
    float: left;
    background-color:#004f9f !important;
}

#Publicacoes{
    float: left;
    margin-bottom: 5px;
    padding: 0px 0px 0px 0px;
}

.box-contato i{
	    color: #0a5d93;
    float: left;
    font-size: 27px;
    margin-right: 10px;
	margin-top: 6px;
}

.block-htel{
	float: left;
    width: 82%;
}

.block-htel strong{
	display: block;
    float: left;
    width: 100%;
}

.fw-block{ 
  height:304px!important;
  margin-bottom:20px!important;
}
.fw-block iframe{ height: 100%!important;}

iframe header .fw-feed-title {
    padding: 10px 0!important;
}

.home iframe {
    padding-bottom: 0px !important;
    padding-right: 0px !important;
	border-bottom: 1px #dbdee1 solid;
	
}

.cursos-eventos ul li, .cursos-gravados ul li, .campanhas ul li{
	border-bottom: 1px solid #D5D5D5;
	padding-top:3px;
	padding-bottom:3px;
}

#content{
	    background-color: #fff;
    margin-top: 18px;
	    margin-bottom: 18px;
}

#accordeonck118{
	    background-color: #fff;
		    padding: 24px 18px !important;
}

.archive.category #content {
    background-color: #fff;
    margin-top: 0px;
}

#spsp_midia, #livros_manuais{
	padding-left:0px;
}

#educao-continuada .spspeduca-list{
	padding-right:0px;
}

#eventos-destaques .box-linha {
    float: left;
    width: 99%;
}

.eventos-destaques:nth-child(2){
	margin-left:0px;
}

.eventos-destaques:nth-child(5){
	margin-right:0px;
}

.box-presidente{
	padding-left:0px;
}

#campanhas_spsp{
	width: 99%;
}

.home .box-blog-pediatria {
    width: 100%;
    float: left;
    padding: 7px;
    margin-top: 0px;
}

.divga{
	    padding: 0px;
    width: 32%;
    margin: 0px 7px;
}

.page_item {
    background: #fff !important;
}

.sf-menu .sub-menu li:before{
	display:none !important;
}


.cursos-eventos .data, .cursos-gravados .data{
    width: 37px;
    color: #11aa9d;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    margin-top: -2px;
    line-height: 16px;
    float: left;
    margin-right: 5px;
    margin-bottom: 6px;
}

.cursos-eventos .data small, .cursos-gravados .data small{
    color: #11aa9d;
    font-size: 14px;
}

.cursos-eventos .entry-title a{
    color: #4d4d4d;
    width: 293px;
    margin-top: -3px;
    float: left;
    line-height: 15px !important;
    margin-bottom: 5px;
	    height: 31px;
    overflow: hidden;
}

.cursos-gravados .entry-title a { 
    color: #4d4d4d;
    width: 278px;
    margin-top: -3px;
    float: left;
    line-height: 15px !important;
    margin-bottom: 5px;
	    height: 31px;
    overflow: hidden;
}

/* Apoiadores*/
.block-apoiadores img{
	width:100%;
}

.block-apoiadores{
    float: right; 
    width: 13%;
    margin-right: 62px;
    margin-top: -136px;
}
/**/

.owl-carousel.campanhas_spsp.owl-theme .owl-nav {
    margin-top:-377px ​!important;
}

#box-videos .widget-title.tit-podcast{
	color:#1189b3 !important;
}

#box-videos .widget-title.tit-podcast{
	color:#1189b3 !important;
}

#box-videos #podcast.box-list .ct-v-newsticker-widget:before {
    background-color: #1189b3;
}

#box-podcast{
	    margin-top: 28px;
}

#box-videos{
	 margin-top: 28px;
}

#departamento-cientifico ul{
	padding: 0px;
	clear: both;
	float: left;
	margin-top: -9px;
}

#departamento-cientifico li h4{
    margin-top: 0px;
}

#departamento-cientifico ul li{
	float: left;
    clear: both;
    list-style: none;
    margin-bottom: 0px;
    padding: 4px 0 0px;
	    width: 100%;
}

#departamento-cientifico .mais-not{
	color: #11aa9d !important;
	float: right;
}

#campanhas-spsp{
	padding-left: 0px;
}

#departamento-cientifico{
	    padding-left: 8px;
		padding-right: 19px;
}

#departamento-cientifico .box2.col-md-12{
	    padding-left: 0px;
		    float: left;
}

#departamento-cientifico ul li .fa-square-full{
	font-size: 8px !important;
    float: left;
    margin-top: 7px;
    margin-right: 6px;
    height: 14px;
}

#departamento-cientifico .box-list .widget-title.tit-podcast {
    font-size: 18px;
    color: #1189b3;
    font-weight: 300;
    padding: 1px !important;
    margin: 0px !important;
    text-transform: none;
    background-color: #f7f7f7 !important;
    position: absolute;
    float: left;
    margin-top: -14px !important;
    padding-right: 8px !important;
    text-align: left;
}


#departamento-cientifico ul li a{
	    font-size: 14px;
}

#campanhas-spsp h3{
	    text-align: left !important;
    margin-left: 0px !important;
    width: 200px !important;
    color: #906f08 !important;
}

#campanhas-spsp .box-linha:before {
    background-color: #906f08 !important;
}

#campanhas-spsp ul {
    padding: 0px;
    clear: both;
    float: left;
    margin-top: -9px;
}

#campanhas-spsp ul li{
	    float: left;
    clear: both;
    list-style: none;
    margin-bottom: 0px;
    width: 100%;
    padding: 4px 0 0px;
}

#campanhas-spsp li h4 {
    margin-top: 0px;
}

#campanhas-spsp ul li .fa-square-full {
    font-size: 8px !important;
    float: left;
    margin-top: 7px;
    margin-right: 6px;
    height: 14px;
}

#campanhas-spsp ul li a {
    font-size: 14px;
}

#campanhas-spsp .mais-not {
    color:#11aa9d !important;
	float: right;
}

 .not-home {
    border: none;
}

 #box-noticia .no-translatez{
    width: 100%;
    float: left;
    height: 309px;
}

#blog-pediatria{
	    clear: both;
		width:100%;
}

.not-rig-1{
	margin-right: 8px;
}

 .not-home {
    height: 228px;
}

 .cursos-eventos .data, .cursos-gravados .data {
    width: 37px;
    text-align: left;
    color: #11aa9d;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    margin-top: -2px;
    line-height: 16px;
    float: left;
    margin-right: 5px;
    margin-bottom: 6px;
}

 #box-noticia .data {
    width: 34px;
    color: #11aa9d;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    margin-top: -2px;
    line-height: 16px;
    float: left;
    margin-right: 5px;
    margin-bottom: 7px;
}

 #box-noticia .entry-title a {
    color: #252525;
    width:93%;
}

/*
#box-noticia .not-rig-1 ul li:nth-child(6){
	border:none;
}
*/

.not-home {
    height: auto !important;
}

#box-noticia .mais-not {
    float: right;
    margin-top: -56px;
}

 #box-noticia{
	float: left;
    width: 100%;
    margin-bottom: 11px;
}

 .cursos-gravados{
	    padding-right: 0px;
}

 .cursos-eventos {
    padding-left: 0px;
    padding-right: 0px;
}

 .not-rig-aj{
    width: 48.8% !important;
    margin-left: 6px;
}

 #box-videos {
    margin-top: 28px;
    width: 48.3%;
    margin-left: 19px;
}

 .box-blog-pediatria .widget-title{
    background-color: #f7f7f7;
    width: 254px;
    margin: 0px auto;
    margin-top: 4px;
    display: block;
    height: 50px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 6px;
}

 .box-linha:before {
    content: '';
    width: 100%;
    height: 1px;
    margin-top:52px;
    margin-bottom: -13px;
    float: left;
    background-color: #11aa9d;
}

 #box-noticia .tit-noticia {
    text-align: center;
    font-weight: 400 !important;
    font-size: 20px !important;
    font-weight: bolder;
    margin-left: -12px;
    margin-top: 11px;
    padding: 10px 12px 15px 12px !important;
    margin: 0px auto;
    margin-bottom: 20px;
}

 .cursos-eventos .entry-title a {
    color: #4d4d4d;
    width: 92%;
    margin-top: 4px;
    float: left;
    line-height: 15px !important;
    margin-bottom: -1px;
    height: 31px;
    overflow: hidden;
}

 .cursos-gravados .entry-title a {
    color: #4d4d4d;
    width: 92%;
}

 .flex-big-slider .flex-control-nav {
    bottom: 0px;
}

 .flexslider.flex-big-slider{	
        height: 533px !important;
    margin-bottom: -35px;
}

 .flex-big-slider .flex-control-nav {
    background-color:transparent !important;
}

#eventos-destaques .box-linha .tit-noticia{
	    margin-top: 5px !important;
}

.cursos-eventos.box-list .tit-noticia a{
	color:#ff0000 !important;
}

.cursos-eventos.box-list .ct-v-newsticker-widget:before{
	background-color:#ff0000 !important;
}

.cursos-eventos ul li:nth-child(odd), .spsp-midia ul li:nth-child(odd){
  background:whitesmoke;
}

 #box-noticia .no-translatez {
    border: none;
    border-radius: 4px;
    height: 313px;
    overflow: hidden;
    padding: 7px 12px;
    background-color: transparent;
}

.home .flex-big-slider {
    border: none !important;
}

#box-noticia .tit-noticia {
    font-size: 25px !important;
	    margin-top: 11px;
}

#box-podcast img, #box-videos img{
	    width: 150px;
}

.menu-topo-container .sf-menu a {  
    padding-top: 13px !important;
    padding-bottom: 13px !important;
}

#menu-topo a{
	color:#fff;
}

.sf-menu .sub-menu a {
    color: #13a;
}

.informativo-top2{
	background-color: #ED1C24;
    text-align: center;
    padding: 7px;
    margin-bottom: -16px;
}

.informativo-top2 a{
	color:#fff;
	    font-weight: 700;
}

.informativo-top2 a:hover{
	color:#fff;
	text-decoration:underline !important;
}

@media(max-width:1199px ){
	
	.box-departam a span {
		color: #ffff;
		font-size: 16px;
		line-height: 19px;
		font-weight: 600;
		display: block;
		padding-bottom: 16px;
	}

	.cursos-eventos .entry-title a {
		color: #4d4d4d;
		width: 86%;
	}
	
	.cursos-gravados .entry-title a {
    color: #4d4d4d;
    width:86%;
	}
	
	.box-list .ct-v-newsticker-widget ul {
		height: 215px;
	}
	
	.flexslider.flex-big-slider {
		height: auto !important;
		margin-bottom: -24px;
	}
	
	#box-noticia .no-translatez {
		width: 100%;
	}
	
	.not-home {
		height: 224px;
	}
	
	#box-podcast {
		margin-top: 28px;
		width: 49%;
	}
	
	.eventos-destaques {
		width: 24%;
	}
	
	#box-noticia .entry-title a {
		color: #252525;
		width: 90%;
	}
	
	#box-noticia ul li {
		width: 48%;
	}
}


@media(max-width:1195px ){
	.col-lg-4.ct-entry-social {
		margin-top: 62px !important;
		width: 21% !important;
		float: right !important;
	}
	#v-newsticker-19324744755{
		    display: block;
			position: relative;
			height: 329px !important;
			overflow: hidden;
	}
	
	.mais-not {
		float: right !important;
		margin-bottom: 0px !important;
	}
	
	.widget-title a {
		color: #4d4d4d;
		font-size: 16px !important;
	}
	
	.box-campanha .nossossites li {
		float: left;
		width: 18%;
		margin-right: 11px;
	}
	
	.widget-title {
		padding: 12px 12px 0px 12px;
	}
	
	.box-campanha .linh-titu {
		height:10px !important;
	}
	
	.box-campanha .nossossites.publicacoes li {
    float: left !important;
    margin-left: 0px !important;
    width: 15.5% !important;
    margin-right: 10px !important;
	}
	

	
	.ul-curs li {
		padding: 2px  !important;
		width: 44%  !important;
		margin-right: 7px  !important;
	}
	
		.ul-curs li.aj-i {
		width: 96% !important;
	}
	
	.aj-mobile-ev1{
		padding-left:0px !important;
	}
	
	#footer .fot-info{
		width: 63%;
	}
	
	.fot-red {
		width: 24% !important;
		float: right;
	}
	
	.ul-curs2.livr-2{
		    margin-top: 6px !important;
	}
	
	.container {
		max-width: 970px;
	}
	
	.logo-nome-mobile {
		padding-right: 0px;
		width: 62%;
	}
	
	.font-logo {
		font-size: 13px !important;
		margin-top: 25px !important;
	}
	
	.font-logo p {
		font-size: 12px;
	}
	
	.font-logo2 {
		font-size: 12px;
		    margin-top: 11px;
	}
	
	.logo-mobile {
		width: 34%;
	}
	
	.col-lg-4.ct-entry-social {
		margin-top: 14px !important;
		width: 214px !important;
		float: right !important;
	}
	
	#searchform .field {
		width: 19%;
		min-width: 210px;
	}
	
	.box-contato {
		float: left;
		width: 52%;
		margin-top: 5px;
		margin-left: -14px;
	}
	
	.fot-red {
		width: 100% !important;
		float: unset;
	}
	
	.fot-red h4.titulo-footer {
		text-align: center;
	}
	
	.menu-topo-container .sf-menu a {
		font-size: 13px !important;
	}
	
	.sf-menu > li > a {
		padding: 8px 12px !important;
	}
	
	.entry-logo .font-logo {
		font-size: 14px !important;
		margin-top: 28px !important;
	}
	
	.menu-topo-container .sf-menu > li > a {
		padding: 10px 22px !important;
		font-size: 13px !important;
	}
	
	.sf-arrows .sf-with-ul:after {
		top: inherit;
		right: 7px;
		text-align: right;
	}
	
	.box-contato ul li.bemail {
		width: 185px;
		margin-left: 0px;
	}
	
	.homepage_slider_area, .homepage_main_area {
		margin-bottom: 30px;
	}
	
	.box-presidente{
		    width: 33%;
	}
	
	.box-departam {
		margin-top: 6px;
		width: 40%;
	}
	
	.box-departam a {
		background-color: #98ccfd;
		float: left;
		text-align: center;
		padding: 19px 15px 22px;
		margin-right: 18px;
		width: 47%;
	}
	
	.box-list-cientifico {
		width: 22.5%;
		float: left;
	}
	
	.box-list-cientifico a.cat-cientidico {
		font-size: 12px;
	}
	
	#educao-continuada .spspeduca {
		float: left;
	}
	
	.spspeduca-list .box1 {
		width: 15.9%;
	}
	
	#educao-continuada .box-logo-educa-links {
		padding-top: 10px;
		width: 49%;
		float: left;
	}
	
	#educao-continuada .box-logo-educa {
		padding-left: 8px;
		padding-top: 8px;
		padding-bottom: 8px;
		float: left;
		width: 50%;
	}
	
	#educao-continuada .box-logo-educa img{
		width:100%;
	}
	
	#educao-continuada .box-logo-educa-links {
		padding-top: 10px;
		width: 50%;
		float: left;
		margin-bottom: 10px;
	}
	
	.eventos-destaques {
		width: 24%;
	}
	
	#campanhas_spsp .box-presidente .box-txt {
		float: left;
		width: 75%;
	}
	
	.box-camp-list {
		width: 33%;
	}
	
	.box-blog-img img {
		margin-right: -8px;
		float: right;
		margin-top: 25px;
		width: 51%;
	}
	
	.box-blog-pediatria .box-blog {
		float: left;
		width: 100%;
		margin-top: 24px;
		background-color: #fff;
		padding: 19px;
		border: 1px #e2e1e1 solid !important;
		border-radius: 4px;
		height: 507px;
		overflow: hidden;
	}
	
	#livros_manuais .box1 {
		float: left;
		background-color: #fff;
		border: 1px #ededed solid;
		border-radius: 4px;
		margin-top: 24px;
		height: 207px;
		width: 31.7%;
		margin-right: 10px;
	}
	
	.eventos-destaques .resumo {
		color: #636363;
		font-size: 13px;
		padding-top: 9px;
		padding-left: 10px;
		padding-right: 10px;
		height: 57px;
		overflow: hidden;
	}
	
	.eventos-destaques h4 {
		padding-left: 10px;
		padding-right: 10px;
		height: 99px;
		overflow: hidden;
	}
	
	.fot-red h4.titulo-footer {
		text-align: center !important;
	}
	
	.eventos-destaques .resumo {
		color: #636363;
		font-size: 13px;
		padding-top: 9px;
		padding-left: 10px;
		padding-right: 10px;
		height: 137px;
		overflow: hidden;
		margin-top: -38px;
	}
	
	.box-blog-pediatria .ct-v-newsticker-widget {
		max-height: 369px;
	}
	
	#livros_manuais .box1 {
		height: auto;
		width: 31%;
	}
}

@media(max-width:953px ){
	
	
	.menu-topo-container .sf-menu > li > a {
		padding: 8px 12px !important;
		font-size: 12px !important;
	}
	
	.box-presidente .box-txt {
    float: left;
    width: 70%;
	}
	
	.cursos-eventos .entry-title a {
		color: #4d4d4d;
		width: 188px;
	}
	
	.cursos-gravados .entry-title a {
		color: #4d4d4d;
		width: 188px;
	}
	
	.cursos-eventos .entry-title a {
		width: 82%;
	}
	
	.cursos-eventos .entry-title a {
		height: auto;
	}
	
	.cursos-gravados .entry-title a {
		width: 82%;
		height:auto;
	}
	
	.owl-carousel.campanhas_spsp.owl-theme .owl-nav {
		margin-top: -229px !important;
	}
	
	.owl-carousel.campanhas_spsp.owl-theme .owl-nav {
					margin-top: -229px !important;
	}
	
	.box-presidente {
		width: 60%;
	}
	
	.box-list-cientifico {
    width: 22%;
	}
	
	#campanhas_spsp .box-presidente {
		width: 100%;
	}
	
	#campanhas_spsp .box-camp-list {
		width: 48%;
	}
	
	#campanhas_spsp .owl-carousel.campanhas_spsp.owl-theme .owl-nav {
		margin-top: -52px !important;
	}
	
	#campanhas_spsp.box-campanha1 #spsp_midia {
		padding-left: 29px;
		padding-right: 0px;
		width: 50%;
		margin-bottom: 22px;
	}
	
	#podcast .box-img1 {
		padding-left: 0px;
		margin-left: -23px;
		margin-right: 19px;
		float: left;
		width: 214px;
	}
	
	.box-list .ct-v-newsticker-widget ul {
		height: 165px;
	}
	
	.box-blog-pediatria {
		width: 100%;
		clear: both;
		padding-left: 0px;
	}
	
	#box-podcast {
		margin-top: 28px;
		width: 100%;
	}
	
	#box-videos {
		margin-top: 28px;
		width: 100%;
	}
	
	.box-blog-pediatria .ct-v-newsticker-widget {
		max-height: 100%;
	}
	
	#livros_manuais .box1 {
    height: auto;
    width: 32%;
	}
	
	.ct-v-newsticker-widget {
		overflow: hidden;
		max-height: 100%;
	}
	
	#box-videos {
		width: 100%;
		margin-left: 0px;
	}
	
	#box-noticia .no-translatez {
		width: 100%;
		float: left;
		height: auto !important;
	}
	
	.not-rig-aj {
		width: 100% !important;
		margin-left: 0px;
	}
	
	.not-rig-aj {
		width: 100% !important;
		margin-left: 0px;
	}
	
	.not-rig-aj {
		width: 100% !important;
		margin-left: 0px;
	}
	
	#box-videos {
		margin-top: -13px;
	}
	
	.eventos-destaques {
		width: 48%;
		margin-bottom: 12px;
		min-height: 255px;
	}
	
	.box2.col-md-8.box-txt {
		padding-right: 0px;
		width: 100% !important;
	}
	
	.eventos-destaques:nth-child(2) {
		margin-left: 5px !important;
	}
	
	#podcast .box-podc {
		height: auto !important;
		padding-left: 0px !important;
	}
	
	#box-podcast img, #box-videos img {
		width: 150px;
		margin: 0px auto;
		display: block;
	}
	
	#podcast .box-img1,  #box-videos .box-img1{
		padding-left: 0px !important;
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
}

@media(max-width:910px ){
	.logo-mobile {
		padding-left: 0px;
		padding-right: 18px;
		width: 36%;
	}
	
	.font-logo p {
		font-size: 11px;
	}
	
	.font-logo2 {
		font-size: 11px;
	}
	
	.box-contato {
		float: left;
		width: 40%;
		margin-top: 28px;
		font-size: 11px;
	}
	
	.box-contato img{
	    width: 22px;
	}
	
	
	
	#social-icons-block i, .ct-social-icons-widget i {
		color: #FFF;
		line-height: 39px;
		font-size: 21px;
		margin-left: 10px;
		width: 15px;
		height: 26px;
		display: inline-block;
		text-align: center;
	}
	
	#social-icons-block a img {
		margin-top: -14px;
		margin-right: -10px;
		margin-left: 5px;
		width: 35px;
		height: auto;
	}
	
	.col-lg-4.ct-entry-social {
		margin-top: 14px !important;
		width: 160px !important;
		float: right !important;
	}
	
	#searchform .field {
		width: 19%;
		min-width: 194px;
	}
	
	
	
	.menu-topo-container .sf-menu > li > a {
		padding: 8px 8px !important;
		font-size: 12px !important;
	}
	
	.box-contato {
		float: left;
		width: 40%;
		margin-left: 10px;
		margin-top: -2px;
		font-size: 11px;
	}
	.spspeduca-list .box1 {
		width: 15.6%;
	}
	
	.eventos-destaques {
		width: 22%;
	}
	
	#campanhas_spsp .box-presidente .box-txt {
		float: left;
		width: 70%;
	}
	
	.apoiadores .owl-item {
		padding-top: 15px;
	}
	
	.box-blog-pediatria{
		    float: left;
	}
	
	.cursos-eventos, .cursos-gravados, .campanhas {
		width: 100%;
		padding-left: 0px;
		margin-bottom: 16px;
	}
	
	.box-list .ct-v-newsticker-widget ul {
		height: 138px;
	}
	
	.box-blog-txt {
		float: left;
		text-align: justify;
		width: 100%;
	}
	
	.box-blog-img img {
		margin-right: -8px;
		float: left;
		margin-top: 4px;
		width: 296px;
	}
	
	.page-template-template-blog-pediatria-orienta .col-md-6.box-blog-pediatria {
		margin-left: 0px;
		margin-right: 0px;
		margin-top: -25px;
	}
}

@media(max-width:830px ){
	.logo-nome-mobile {
		padding-right: 0px;
		width: 63%;
	}
	
	.menu-topo-container .sf-menu > li > a {
		padding: 8px 8px !important;
		font-size: 11px !important;
	}
	
	.block-apoiadores {
		float: unset;
		width: 100%;
		margin-right: 0px;
		margin-top: 36px;
		clear: both;
		text-align:center;
	}
	
	.block-apoiadores img {
		width: 170px;
	}
}

@media(max-width:815px ){
	.font-logo {
		font-size: 12px !important;
		margin-top: 25px !important;
	}
	
	.font-logo p {
		font-size: 10px;
		float: left;
		line-height: 13px;
		width: 100%;
	}
	
	.font-logo2 {
		float: left;
		width: 100%;
		color: #fff;
		font-size: 10px;
		line-height: 12px;
		margin-top: 8px;
	}
	
	.box-contato {
		float: left;
		width: 166px;
		margin-top: 28px;
		font-size: 11px;
	}
}

@media(max-width:778px ){
	.menu-topo-container .sf-menu > li > a {
		padding: 8px 7px !important;
		font-size: 11px !important;
	}
	
	.owl-carousel.campanhas_spsp.owl-theme .owl-nav {
				margin-top: 0px !important; 
				position: absolute !important;
				top: 29px;
				width: 94%;
	}
	
	.owl-carousel .owl-item img {
		display: block;
		width: 100%;
		height: auto !important;
	}
	
	.box-presidente .box-txt {
		float: left;
		width: 81%;
	}
	
	.box-departam {
		margin-top: 6px;
		width: 100%;
	}
	
	.box-departam a {
		height: 112px;
	}
	
	.box-list-cientifico {
		width: 46.3%;
		float: left;
	}
	
	#livros_manuais .box1{
		width: 30%;
	}
	
	#educao-continuada .box-logo-educa img {
		width: 190px !important;
	}
	
	#box-noticia ul li {
		width: 100% !important;
	}	
	
	#box-noticia .mais-not {
		float: right;
		margin-top: -12px;
	}
	
	#box-noticia ul li {
		height: auto !important;
	}
}

@media(max-width:742px ){
	.entry-logo {
		width: 100%;
		float: left;
	}
	
	.logo-mobile {
		width: 27% !important;
		text-align: center !important;
	}
	
	.entry-logo { 
		width: 500px;
		float: unset;
		margin: 0px auto;
	}
	
	.logo-nome-mobile {
		width: 66% !important;
		text-align: left !important;
	}
	
	.logo-mobile {
		width: 34% !important;
		text-align: center !important;
	}
	
	.logo-mobile #logo {
		width: 155px;
	}
	
	.font-logo p {
		font-size: 12px;
	}
	
	.font-logo2 {
		float: left;
		width: 100%;
		color: #fff;
		font-size: 12px;
		line-height: 13px;
		margin-top: 15px;
	}
	
	.box-menu-top{
		display: none;
	}
	
	.entry-banner {
		width: 100%;
		float: right;
		    margin-bottom: -19px;
	}
	
	.box-contato {
		float: left;
		width: 180px;
		margin-top: 28px;
		font-size: 12px;
	}
	
	.box-contato {
		float: left;
		width: 180px;
		margin-top:0px;
		font-size: 12px;
		margin-left: 17px;
	}
	
	#social-icons-block {
		float: none !important;
		margin: 0 auto !important;
		text-align: center !important;
		padding: 0px 0px 17px !important; 
		margin-top: -21px !important;
	}
	
	.box-contato img {
		width: 28px;
	}
	
	
	.fot-red h4.titulo-footer {
		text-align: center;
	}
	
	a i.icon-instagram {
		color: #fff;
		font-size: 33px;
		margin-top: 26px;
		float: unset;
		margin-left: 8px;
		display: inherit;
		margin-bottom: 5px;
	}
	
	.entry-logo .logo-mobile {
		width: 180px !important;
		text-align: center !important;
	}

	.entry-logo .logo-nome-mobile {
		width: 290px !important;
		text-align: left !important;
	}
	
	.col-lg-4.ct-entry-social {
		margin-top: -36px !important;
		width: 160px !important;
		float: right !important;
	}
	
	.fot-red h4.titulo-footer {
		text-align: center;
	}
	
	.navigation select{
		width: 100%;
	}
	
	.box-contato {
		float: left;
		width: 180px;g
		margin-top: 6px;
		font-size: 12px;
		margin-left: 17px;
		margin-bottom: 16px;
	}
	
	.box-presidente {
		width: 100%;
	}
	
	.box-departam {
		margin-top: 6px;
		width: 100%;
	}
	
	.box-list-cientifico {
		width:46%;
		float: left;
	}
	
	#educao-continuada .spspeduca {
		float: left;
		width: 100%;
	}
	
	.spspeduca-list{
		float: left;
		width: 100%;
	}
	
	.spspeduca-list .box1 {
		width: 31.9%;
	}
	
	.spspeduca-list .box1 span {
		margin-top: 9px;	
	}
	
	.eventos-destaques {
		width: 47%;
		margin-bottom: 12px;
	}
	
	.box-camp-list {
		margin-top:12px;
		width: 100%;
	}
	
	.owl-carousel.campanhas_spsp{
		padding-left: 19px;
		padding-right:0px;
	}
	
	#livros_manuais .box1 span {
		margin-top: 2px;
	}
	
	.home .flex-big-slider {
		border: 1px #e2e1e1 solid;
		height: auto !important;
		padding-bottom: 31px !important;
	}
	
	.widget-title a {
		font-size: 17px !important; 
	}

	.eventos-destaques {
		width: 45%;
		margin-bottom: 12px;
	}
	
	.eventos-destaques .resumo {
		color: #636363;
		font-size: 13px;
		padding-top: 9px;
		padding-left: 10px;
		padding-right: 10px;
		height: auto;
		overflow: hidden;
		margin-top: 0px;
	}
	
	.eventos-destaques h4 {
		padding-left: 10px;
		padding-right: 10px;
		height: auto;
		overflow: hidden;
	}
	
	#campanhas_spsp .box-camp-list {
		width: 100%;
	}
	
	#campanhas_spsp .owl-carousel.campanhas_spsp.owl-theme .owl-nav {
		margin-top: 145px !important;
	}
	
	.no-js .owl-carousel, .owl-carousel.owl-loaded {
		height: auto;
	}
	
	#campanhas_spsp.box-campanha1 #spsp_midia {
		padding-left: 5px;
		padding-right: 0px;
		width: 100%;
		margin-bottom: 22px;
	}
	
	#spsp_midia .widget-title a {
		font-size: 17px !important;
		margin-top: 10px;
		padding-top: 2px;
		float: left;
		width: 100%;
	}
	
	#campanhas_spsp.box-campanha1 #spsp_midia .ct-v-newsticker-widget ul {
		margin-top: 33px !important;
	}
	
	#campanhas_spsp.box-campanha1 .owl-carousel .owl-stage-outer {
		margin-left: 4px !important;
	}
	
	.cursos-eventos {
		height: 100% !important;
	}

	.cursos-gravados {
		margin-top: -5px;
	}
	
	#Publicacoes .resumo p{
		    height: 76px;
	}
	
	#livros_manuais .box1 {
		float: unset;
		background-color: #fff;
		border: 1px #ededed solid;
		border-radius: 4px;
		margin-top: 24px;
		height: auto;
		width: 51%;
		margin-right: 0px;
		margin: 7px auto;
		display: block;
	}
	
	#livros_manuais .box1:first-child{
		    margin-top: 25px;
	}
}

@media(max-width:600px ){
	.col-lg-4.ct-entry-social {
		margin-top: -1px !important;
		width: 100% !important;
		float: right !important;
	}
	
	.busc_top {
		float: left;
		width: 100%;
	}
	
	#searchform .field {
    width: 100%;
	}
	
	.tit-noticia {
		min-height: 57px;
	}
	
	.widget-title {
    font-size: 19px;
	}
	
	.widget-title.tit-noticia a {
		font-size: 19px !important;
	}
	
	.widget-title.tit-noticia {
		min-height: 54px !important;
	}
	
	.mais-not {
		float: right !important;
		margin-bottom: 15px !important;
		margin-top: 21px;
	}
	
	.cursos-eventos{
		    height: 300px !important;
	}
	
	.eventos-gravados{
		height: 300px !important;
	}
	
	.campanhas-artigos {
		height: 300px !important;
	}
	
	.eventos-gravados .mais-not{
		margin-top: -118px;
	}	
	
	.cursos-eventos .mais-not{
		margin-top: -118px;
	}
	
	.campanhas-artigos .mais-not{
		margin-top: -118px;
	}
	
	.box-campanha .nossossites li {
		float: left;
		width: 27%;
		margin-bottom: 11px;
		margin-right: 11px;
	}
	
	.owl-theme .owl-nav {
		margin-top: -153px !important;
		position: relative !important;
		margin-bottom: 171px !important;
	}
	
	.box-campanha .nossossites.publicacoes li {
		float: left !important;
		margin-left: 0px !important;
		width: 30% !important;
		margin-right: 10px !important;
	}
	
	.list-certifi.aj-producoes {
		padding-top: 0px !important;
		margin-top: -36px !important;
	}
	
	.list-certifi.aj-certificados {
		padding-top: 0px !important;
		margin-top: -36px !important;
	}
	
	.ul-curs li {
		padding: 2px !important;
		width: 30% !important;
		margin-right: 3px !important;
	}
	
	
	#footer .fot-red h4.titulo-footer {
		text-align: center !important;
	}
	
	#social-icons-block-footer {
		float: unset !important;
		margin: 0px auto !important;
		display: block !important;
		width: 196px;
		padding-top: 8px;
	}
	
	a i.icon-instagram {
		color: #fff;
		font-size: 33px !important;
		margin-top: 24px !important;
		float: unset !important;
		margin-left: 8px;
	}
	
	#social-icons-block-footer a img{
		margin-top: -21px;
	}
	
	#footer .fot-red {
		width: 100% !important;
		float: left;
	}
	
	ul.vacinas{
		width: 100%  !important;
		float: left  !important;
		padding-left: 0px  !important;
	}
	
	.vacinas img {
		width: 100%  !important;
		padding: 9px 0px  !important;
	}
	
	.vacinas li {
		padding-right: 0px !important;
	}
	
	#social-icons-block {
		float: right !important;
		margin: 0 auto !important;
		text-align: center !important;
		padding: 28px 0px 17px !important;
		width: 147px;
		margin-top: -80px !important;
		margin-bottom: 8px !important;
	}
	
	#searchform .field {
		width: 98%;
		margin-left: 2px;
	}
	
	.ct-menu-container .navigation select {
		background-color: transparent !important;
		color: #fff;
	}
	
	.cursos-eventos .entry-title a, .cursos-gravados .entry-title a{
    color: #4d4d4d;
    width: 84%;
	}
	
	.cursos-gravados{
		margin-top: 57px;
	}
	.box-blog-pediatria {
		width: 100%;
	}

	.owl-carousel.campanhas_spsp.owl-theme .owl-nav {
		margin-top: -225px ​!important;
	}
	
	.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
		margin-top: 76px;
		margin-bottom: 130px;
	}
	
	.cursos-eventos, .cursos-gravados, .campanhas {
		padding-right: 0px;
	}
	
	.fot-red .inta {
		margin-top: -8px !important;
	}
	
	.block-apoiadores {
		float: left;
		width: 100%;
	}
	
	#footer .ct-copyright .block-apoiadores a {
		float: unset;
	}
	
	.block-apoiadores img {
		width: 170px;
		text-align: center;
		margin: 0px auto;
		display: block;
		float: unset;
	}
	
	.owl-carousel .owl-item img {
		height: auto !important;
		margin-bottom: -62px !important;
	}
	
	.page-template-template-blog-pediatria-orienta #livros_manuais .box1.mr-0 {
		margin-right: auto;
	}
	
	.page-template-template-blog-pediatria-orienta #livros_manuais .box1 span{
		    display: none;
	}
}

@media(max-width:567px ){
	.ct-entry-social #social-icons-block {
		float: right !important;
		margin: 0 auto !important;
		text-align: center !important;
		padding: 28px 0px 17px !important;
		margin-top: -83px !important;
	}
	
	.box-contato {
		float: left;
		width: 100%;
		padding-left:0px;
		margin-top: 6px;
		font-size: 12px;
		margin-left: 0px;
		margin-bottom: 16px;
	}
	
	.busc_top {
		float: left;
		width: 100%;
		margin-bottom: 26px;
	}
	
	.ct-entry-social #social-icons-block {
		float: unset !important;
		margin: 0 auto !important;
		text-align: center !important;
		padding: 28px 0px 17px !important;
		margin-top: -24px !important;
	}
	
	.box-contato ul {
		padding: 0px;
		float: unset !important;
		margin: 0px auto !important;
		display: block;
		width: 404px !important;
	}
	
	#box-noticia ul {
		padding: 0px;
		float: left;
		width: 100% !important;
	}
	#box-noticia .entry-title a {
		color: #252525;
		width: 90%;
	}
	
	.mais-not {
		float: right !important;
		margin-bottom: 15px !important;
		margin-top: 0px;
	}
	
	.cursos-eventos .mais-not {
		margin-top: 32px;
	}
	
	.box-list .ct-v-newsticker-widget ul {
		height:220px;
	}
	
	.box-list-cientifico {
		width: 45%;
		float: left;
	}
	
	.spspeduca-list .box1 {
		width: 31%;
	}
	
	.widget-title.tit-noticia {
		min-height: 31px !important;
	}
	
	.box-blog-pediatria .ct-v-newsticker-widget {
		max-height: 646px;
	}
	
	.box-blog-pediatria .box-blog {
		float: left;
		width: 100%;
		margin-top: 24px;
		background-color: #fff;
		padding: 19px;
		border: 1px #e2e1e1 solid !important;
		border-radius: 4px;
		height: auto !important;
		overflow: unset !important;
	}
	
	.eventos-destaques {
		width: 100%;
		margin-bottom: 12px;
	}
	
	#campanhas_spsp.box-campanha1 .owl-carousel .owl-stage-outer {
		margin-left: 4px !important;
	}
	
	#campanhas_spsp.box-campanha1 .owl-carousel .owl-stage {
    height: 238px!important;
	}
	
	#campanhas_spsp.box-campanha1 .box-camp-list {
		margin-top: 48px;
		height: 250px;
		overflow: hidden;
	}
	
	#campanhas_spsp .owl-carousel.campanhas_spsp.owl-theme .owl-nav {
		margin-top: 80px !important;
	}
	
	.box-blog-pediatria {
		clear: both;
	}
	
	#paginas .box1 {
    width: 100%;
	}
	
	.not-home {
		height: auto !important;
	}
	
	
	.cursos-eventos {
		height: 100% !important;
		margin-top: -50px !important;
	}
	
	#box-noticia .mais-not {
		margin-top: -7px;
	}
	
	.box-list .ct-v-newsticker-widget ul {
		height: auto !important;
	}
	
	.cursos-eventos .mais-not {
		margin-top: 15px !important; 
	}
	
	.cursos-gravados {
		margin-top: -8px !important; 
	}
	
	.ct-v-newsticker-widget .ct-border-bottom {
		padding: 4px 0 8px;
	}
	
	.ct-v-newsticker-widget {
		max-height: unset !important;
	}
}

@media(max-width:490px ){
		.flex-big-slider .flex-direction-nav a {
		top: 50%;
		margin-top: -135px;
	}
	
	.ct-v-newsticker-widget.not-home2.ajjj{
		    margin-top: -60px !important;
	}
	
	.cursos-eventos {
		height: 296px !important;
	}
	
	.cursos-eventos .mais-not {
		margin-top: -96px !important;
	}
	
	.box-campanha .nossossites li {
    float: left;
    width: 30%;
	}
	
	.ul-curs2 li {
		float: left;
		padding: 3px;
		margin-right: 5px;
		width: 47% !important;
		margin-bottom: 5px !important;
	}
	
	.box-campanha .nossossites.publicacoes li {
		float: left !important;
		margin-left: 0px !important;
		width: 47% !important;
		margin-right: 10px !important;
	}
	
	.box-campanha .nossossites li {
		float: left;
		width: 47%;
	}
	
	.ul-curs li {
		padding: 2px !important;
		width: 38% !important;
		margin-right: 3px !important;
	}
	
	.ul-curs li a img {
		transition: all 0.5s ease-out 0s;
		opacity: 1;
		width: 100% !important;
	}
	
	#searchform .field {
		margin-left: 0px !important;
	}
	
	.list-not-mobile {
		width: 100% !important;
		border: none !important;
		padding: 0;
	}
	
	.list-certifi.aj-producoes {
		padding-top: 0px !important;
		margin-top: -36px !important;
		padding: 0px !important;
	}
	
	.list-certifi.aj-certificados {
		padding-top: 0px !important;
		margin-top: -36px !important;
		padding: 0px !important;
	}
	
	.col-lg-4.col-xs-4.list-certifi {
		padding-top: 5px  !important;
		padding: 3px 0px  !important;
	}
	
	.box-campanha ul {
		padding-left: 21px !important;
		width: 93% !important;
	}
	
	.box-campanha .nossossites {
		float: left;
		    width: 100% !important;
		padding-left: 0px !important;
	}
	
	.entry-logo {
		width: 100%;
		float: unset;
		margin: 0px auto;
	}
	
	.entry-logo .logo-mobile {
		width: 160px !important;
		text-align: center !important;
		margin: 0px auto;
		display: block;
		float: unset;
	}
	
	.entry-logo .logo-nome-mobile {
		width: 100% !important;
		text-align: center !important;
		margin-top: -33px;
	}
	
	.font-logo2 {
		float: left;
		width: 100%;
		color: #fff;
		font-size: 12px;
		line-height: 13px;
		margin-top: 6px;
	}
	
	.logo-mobile #logo {
		width: 126px;
		margin: 17px !important;
	}
	
	#box-noticia .entry-title a {
		color: #252525;
		width: 83%;
	}
	
	.cursos-eventos .mais-not {
		margin-top: 25px !important;
		float: right !important;
	}
	
	.box-presidente .box-txt {
		float: left;
		width: 100%;
		margin-left: 0px;
		padding-left: 0px;
	}
	
	#campanhas_spsp .box-presidente .box-txt {
		float: left;
		width: 100%;
		padding-left: 0px;
		padding-top: 20px;
	}
	
	.ct-menu-container .navigation select{
		background-color: #192a67 !important;
	}
	
	.navigation select {
		
		font: 11px Arial, Helvetica, sans-serif;
		font-size: 11px;
	}
	
	.box-list-cientifico {
		width: 100%;
		float: left;
		margin-bottom: 17px;
	}
	
	#educao-continuada .box-logo-educa {
		padding-left: 8px;
		padding-top: 8px;
		padding-bottom: 8px;
		float: left;
		width: 100%;
	}
	
	#educao-continuada .box-logo-educa-links {
		padding-top: 10px;
		width: 100%;
	}
	
	#livros_manuais .box1 {
		float: left;
		background-color: #fff;
		border: 1px #ededed solid;
		border-radius: 4px;
		margin-top: 24px;
		height: auto;
		width: 100%;
		margin-right: 0px;
	}
	
	#livros_manuais .ct-v-newsticker-widget {
		overflow:unset;
		max-height: auto !important;
	}
	
	#spsp_midia, #livros_manuais {
		padding-left: 0px;
		clear: both;
	}
	
	.box-blog-pediatria {
		float: left;
		margin-top: 20px;
	}
	
		#departamento-cientifico .box-img {
		float: unset;
		width: 127px;
		text-align: center;
		margin: 0px auto;
		display: block;
		margin-bottom: 12px;
	}
	.spspeduca-list .box1 {
		width: 100%;
	}
	
	.spspeduca-list .box1 {
		height: auto;
	}
	
	#eventos-destaques{
		float:left;
	}
	
	.eventos-destaques {
		width: 100%;
		    margin: 0px;
		margin-bottom: 12px;
	}
	
	#campanhas_spsp .box-img {
		float: unset;
		width: 127px;
		text-align: center;
		margin: 0px auto;
		display: block;
	}
	
	.box-blog-pediatria .ct-v-newsticker-widget {
		max-height: initial;  
	}
	
	#Publicacoes {
		float: left;
		margin-bottom: 0px;
		padding: 0px 15px;
	}
	
	.spspeduca-list {
		float: left;
		width: 100%;
		padding: 0px;
	}
	
	.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
		margin-top: 46px !important;
	}
	
	.ct-v-newsticker-widget {
		overflow: hidden;
		max-height: 100%;
	}
	
	.cursos-gravados {
		margin-top: 73px;
	}
	
	.spsp-midia{
		    margin-top: 19px !important;
	}
	
	.box-departam a {
		background-color: #98ccfd;
		float: left;
		text-align: center;
		padding: 19px 15px 22px;
		margin-right: 18px;
		width: 100%;
		margin-bottom: 7px;
	}
	
	.titulo-footer {
		margin-top: 19px !important;
		margin-bottom: 21px !important;
	}
	
	
	.box-departam {
		margin-top: 6px;
		width: 100%;
		padding-left: 3px;
	}
	
	.owl-carousel.campanhas_spsp.owl-theme .owl-nav {
		margin-top: -164px !important;
	}
	
	#campanhas_spsp .mais-not a {
		padding-top: 15px;
		margin-top: -34px !important;
	}
	
	.owl-carousel button.owl-next {
		float: right !important;
		margin-right: -12px !important;
	}
	
	.owl-carousel.campanhas_spsp {
		padding-left: 19px;
		padding-right: 5px !important;
	}
	
	#podcast .box-img1 {
		padding-left: 0px;
		margin-left: 0px;
		margin-right: 0px;
		float: left;
		width: 100%;
	}
	
	.box2.col-md-8.box-txt{
		float: left;
		width: 100%;
		margin-top: 18px;
		height: auto;
	}
	
	.box-list .ct-v-newsticker-widget ul {
		height: auto;
		margin-bottom: 15px !important;
	}
	
	#podcast .box-podc {
		height: auto !important;
	}
	
	#eventos-destaques {
		float: left;
		margin-top: -49px;
	}
	
	.page-template-template-blog-pediatria-orienta #eventos-destaques {
		float: left;
		margin-top:-12px;
	}
	
	
	
	.cursos-eventos {
		height: 100% !important;
		margin-top: -28px !important;
	}
	
		#livros_manuais .box1 {
		float: unset;
		background-color: #fff;
		border: 1px #ededed solid;
		border-radius: 4px;
		margin-top: 24px;
		height: auto;
		width: 51%;
		margin-right: 0px;
		margin: 7px auto;
		display: block;
	}
	
	#livros_manuais .box1:nth-child(2){
		    margin-top: 25px;
	}
	
	.spspeduca-list .box1 {
		width: 64%;
		margin: 8px auto;
		display: block;
		float: unset;
	}
	
	#educao-continuada .spspeduca{
		margin-bottom:10px !important;
	}
	
	.spspeduca-list .box1.mr-0 {
		margin-right: auto !important;
	}
	
	#paginas .box1 {
		width: 63%;
		margin: 8px auto;
		display: block;
		float: unset;
	}
	
	.box-blog-img img {
		margin-right: -8px;
		float: unset;
		margin-top: 4px;
		width: 212px;
		margin: -31px auto 14px;
		display: block;
	}
	
	#educao-continuada .box-logo-educa img {
		height: auto;
		margin: 0px auto;
		display: block;
	}
}

@media(max-width:415px ){
	.box-campanha .nossossites li {
		float: left;
		width: 46% !important;
		margin-right: 11px;
		margin-bottom: 10px;
	}

	.box-campanha .nossossites.publicacoes li {
		float: left;
		width: 43% !important;
		margin-left: 9px;
		margin-right: 10px;
		min-height: 212px;
	}
	
	.cursos-eventos {
		height: 354px !important;
	}

	.cursos-eventos .mais-not {
		margin-top: -73px !important;
	}

	.eventos-gravados {
		height: 318px !important;
	}

	.eventos-gravados .mais-not {
		margin-top: -107px;
	}

	.cursos-eventos .mais-not {
		margin-top: 14px !important;
		float: right !important;
	}
	
	#box-noticia .no-translatez {
		border: 1px #e2e1e1 solid;
		border-radius: 4px;
		height: auto;
		overflow: unset;
		padding: 7px 12px;
		background-color: #fff;
		float: left;
	}
	
	.box-contato ul {
		padding: 0px;
		float: unset !important;
		margin: 0px auto !important;
		display: block;
		width:163px !important;
	}

	.font-logo strong {
		float: left;
		width: 100%;
		margin-bottom: 9px;
		margin-top: 0px;
	}

	.entry-logo .logo-nome-mobile {
		width: 100% !important;
		text-align: center !important;
		margin-top: -33px;
		margin-bottom: 10px;
	}
	
	.cursos-eventos {
		height: auto !important;
	}

	.box-list .ct-v-newsticker-widget ul {
		height: 272px;
	}
	
	.cursos-gravados {
		margin-top: -8px;
	}
	
	.spsp-midia{
		    margin-top: -4px !important;
	}
	
	#departamento-cientifico{
		    margin-top: -36px !important;
    float: left;
    width: 100%;
	}
	
	.ct-v-newsticker-widget {
		overflow: hidden;
		max-height: 100%;
	}
	
	#podcast .box-podc {
		height: 100%;
	}
	
	.box-list .ct-v-newsticker-widget ul {
		height: auto !important;
	}
	
	.box-artigo-l ul {
    float: left;
    height: auto;
    overflow: unset;
	}
	
	.box-artigo-l ul {
		float: left;
		height: auto;
		overflow: unset;
		width: 100%;
		margin-top: 14px !important;
		margin-bottom: 10px !important;
	}

	
	.owl-carousel button.owl-next {
		float: right !important;
		margin-right: -12px !important;
	}
	
	.owl-carousel.campanhas_spsp {
		padding-left: 19px;
		padding-right: 5px !important;
	}
		
	#campanhas_spsp.box-campanha1 .box-camp-list {
		margin-top: 48px;
		height: 200px;
		overflow: hidden;
	}	
	
	#campanhas_spsp .owl-carousel.campanhas_spsp.owl-theme .owl-nav {
		margin-top: 56px !important;
	}
		
}


@media(max-width:400px ){
		.box-campanha .nossossites li {
		float: left;
		width: 46% !important;
	}
	
	.box-campanha .nossossites.publicacoes li {
		float: left;
		width: 15%;
		margin-right: 12px;
		width: 45% !important;
		min-height: 206px;
	}
}

@media(max-width:376px ){
	.box-campanha .nossossites.publicacoes li {
		float: left;
		width: 15%;
		margin-right: 12px;
		width: 43% !important;
		min-height: 188px;
	}
}


@media(max-width:321px ){
	.box-campanha .nossossites li {
		float: left;
		width: 45% !important;
	}
	
	.box-campanha .nossossites.publicacoes li {
		float: left;
		width: 15%;
		margin-right: 12px;
		width: 41% !important;
		min-height: 147px;
	}
	
	.ul-curs li {
		float: left;
		padding: 2px;
		width: 41%;
		margin-right: 19px;
	}
}
