/*
Theme Name: Ligado em Série
Author: Charles Hasse / Agência Luma / Iw2
Version: 1.1
*/

/*

1.0 - Default Styles
2.0 - Home
6.0 - Responsive

*/

/* 1.0 - DEFAULT STYLES */

* {font-family: 'Lato', sans-serif;}


.logo {background: url(../img/logo_final.png) center center no-repeat;width: 183px;height: 92px;}
footer .logo {
    width: 130px;
    height: 50px;
    background-size: contain;
}
.design_by {background: url(../img/design_by.png) center center no-repeat;width: 102px;height: 43px;}
.offer_multi {background: url(../img/multi_ofer.png) center center no-repeat;width: 54px;height: 38px;}
.wrapper {position: relative;z-index: 0;}
.np {padding: 0;}
.wbg {background: white;}

.facebook_color_bg {background: #627aad;color:white;}
.twitter_color_bg {background: #4ad5ff;color:#227e9a;}
.instagram_color_bg {background: #3f729b;color:white;}


.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}
.mb80{margin-bottom: 80px;}
/* COLORS */
.yellow {}		/* #ffc000 */
.blue {}        /* #008fff */
.light-blue {}		/* #97b9ed */
.orange {}		/* #fe9d09 */
.purple {}		/* #785a9f */
.green {}		/* #20ca64 */
.red {}			/* #ca3e20 */

.yellow.border_left , .menu_lateral .yellow.border_bottom {left: 0;border-left:4px solid #ffc000;background-size: 200% 200%;background-position: 100%;background-image: linear-gradient(to right, #ffc000 50%, transparent 50%); -webkit-transition: background-position 0.3s; -moz-transition: background-position 0.3s; transition: background-position 0.3s;}
.blue.border_left   , .menu_lateral .blue.border_bottom {left: 0;border-left:4px solid #008fff;background-size: 200% 200%;background-position: 100%;background-image: linear-gradient(to right, #008fff 50%, transparent 50%); -webkit-transition: background-position 0.3s; -moz-transition: background-position 0.3s; transition: background-position 0.3s;}
.light-blue.border_left   , .menu_lateral .light-blue.border_bottom {left: 0;border-left:4px solid #97b9ed;background-size: 200% 200%;background-position: 100%;background-image: linear-gradient(to right, #97b9ed 50%, transparent 50%); -webkit-transition: background-position 0.3s; -moz-transition: background-position 0.3s; transition: background-position 0.3s;}
.orange.border_left , .menu_lateral .orange.border_bottom {left: 0;border-left:4px solid #fe9d09;background-size: 200% 200%;background-position: 100%;background-image: linear-gradient(to right, #fe9d09 50%, transparent 50%); -webkit-transition: background-position 0.3s; -moz-transition: background-position 0.3s; transition: background-position 0.3s;}
.purple.border_left , .menu_lateral .purple.border_bottom {left: 0;border-left:4px solid #785a9f;background-size: 200% 200%;background-position: 100%;background-image: linear-gradient(to right, #785a9f 50%, transparent 50%); -webkit-transition: background-position 0.3s; -moz-transition: background-position 0.3s; transition: background-position 0.3s;}
.green.border_left  , .menu_lateral .green.border_bottom {left: 0;border-left:4px solid #20ca64;background-size: 200% 200%;background-position: 100%;background-image: linear-gradient(to right, #20ca64 50%, transparent 50%); -webkit-transition: background-position 0.3s; -moz-transition: background-position 0.3s; transition: background-position 0.3s;}
.red.border_left    , .menu_lateral .red.border_bottom {left: 0;border-left:4px solid #ca3e20;background-size: 200% 200%;background-position: 100%;background-image: linear-gradient(to right, #ca3e20 50%, transparent 50%); -webkit-transition: background-position 0.3s; -moz-transition: background-position 0.3s; transition: background-position 0.3s;}
.no-color.border_left    , .menu_lateral .no-color.border_bottom {left: 0;border-left:4px solid grey;background-size: 200% 200%;background-position: 100%;background-image: linear-gradient(to right, grey 50%, transparent 50%); -webkit-transition: background-position 0.3s; -moz-transition: background-position 0.3s; transition: background-position 0.3s;}

.menu_lateral .border_bottom{border-bottom:0!important;}

.small_border_left {border-left-width:2px!important;}
.small_border_left:after {content: "";border-right: 3px solid white;position: absolute;right:0;height: 100%;top:0;}
.small_border_left:hover:after {border-right:none;}
.yellow.border_left:hover,
.blue.border_left:hover,
.orange.border_left:hover,
.purple.border_left:hover,
.green.border_left:hover,
.no-color.border_left:hover,
.red.border_left:hover 	
{background-position: 0% 200%;background-size:200%;}


.yellow.border_bottom 	{border-bottom: 3px solid #ffc000;background-size: 100% 200%;background-image: linear-gradient(to bottom, transparent 50%, #ffc000 50%); -webkit-transition: background-position 0.3s; -moz-transition: background-position 0.3s; transition: background-position 0.3s;}
.blue.border_bottom     {border-bottom: 3px solid #008fff;background-size: 100% 200%;background-image: linear-gradient(to bottom, transparent 50%, #008fff 50%); -webkit-transition: background-position 0.3s; -moz-transition: background-position 0.3s; transition: background-position 0.3s;}
.light-blue.border_bottom 	{border-bottom: 3px solid #97b9ed;background-size: 100% 200%;background-image: linear-gradient(to bottom, transparent 50%, #97b9ed 50%); -webkit-transition: background-position 0.3s; -moz-transition: background-position 0.3s; transition: background-position 0.3s;}
.orange.border_bottom 	{border-bottom: 3px solid #fe9d09;background-size: 100% 200%;background-image: linear-gradient(to bottom, transparent 50%, #fe9d09 50%); -webkit-transition: background-position 0.3s; -moz-transition: background-position 0.3s; transition: background-position 0.3s;}
.purple.border_bottom 	{border-bottom: 3px solid #785a9f;background-size: 100% 200%;background-image: linear-gradient(to bottom, transparent 50%, #785a9f 50%); -webkit-transition: background-position 0.3s; -moz-transition: background-position 0.3s; transition: background-position 0.3s;}
.green.border_bottom 	{border-bottom: 3px solid #20ca64;background-size: 100% 200%;background-image: linear-gradient(to bottom, transparent 50%, #20ca64 50%); -webkit-transition: background-position 0.3s; -moz-transition: background-position 0.3s; transition: background-position 0.3s;}
.red.border_bottom      {border-bottom: 3px solid #ca3e20;background-size: 100% 200%;background-image: linear-gradient(to bottom, transparent 50%, #ca3e20 50%); -webkit-transition: background-position 0.3s; -moz-transition: background-position 0.3s; transition: background-position 0.3s;}
.no-color.border_bottom 		{border-bottom: 3px solid grey;background-size: 100% 200%;background-image: linear-gradient(to bottom, transparent 50%, grey 50%); -webkit-transition: background-position 0.3s; -moz-transition: background-position 0.3s; transition: background-position 0.3s;}

.yellow.border_bottom:hover 	,
.blue.border_bottom:hover       ,
.light-blue.border_bottom:hover ,
.orange.border_bottom:hover 	,
.purple.border_bottom:hover 	,
.green.border_bottom:hover 		,
.red.border_bottom:hover 		{background-position: 0 100%;}

.border_bottom a {color:white;-webkit-transition: color 0.5s; -moz-transition: color 0.5s; transition: color 0.5s;}
.border_bottom:hover a {color:white;}

.menu_header .sidebar_only {display: none!important;}

li.yellow.current-menu-item , li.yellow.current-menu-parent     {background: #ffc000;}  li.yellow.current-menu-item a {color: white;}
li.blue.current-menu-item   , li.blue.current-menu-parent     {background: #008fff;}    li.blue.current-menu-item a {color: white;}
li.light-blue.current-menu-item   , li.light-blue.current-menu-parent     {background: #97b9ed;}    li.light-blue.current-menu-item a {color: white;}
li.orange.current-menu-item , li.orange.current-menu-parent     {background: #fe9d09;}  li.orange.current-menu-item a {color: white;}
li.purple.current-menu-item , li.purple.current-menu-parent     {background: #785a9f;}  li.purple.current-menu-item a {color: white;}
li.green.current-menu-item  , li.green.current-menu-parent     {background: #20ca64;}   li.green.current-menu-item a {color: white;}
li.red.current-menu-item    , li.red.current-menu-parent     {background: #ca3e20;}     li.red.current-menu-item a {color: white;}

/* Footer */
footer {height: 156px;width: 100%;background: #f2f2f2;padding: 55px 0;}

/* ================================================== */
/* 2.0 - HOME ======================================= */
/* ================================================== */
/* Header BG */
.header_featued_outer_bg {width:100%;height:900px;background-size:cover;background-repeat: no-repeat;position:absolute;z-index: -1;}
.header_featured_inner {width: 100%;height:auto;    overflow: hidden;background-size:contain;background-repeat: no-repeat;background-position: 100% 0;}
/* Main Header */
.main_header {background-color: white;height: 80px;}
/*.main_header a.logo {width: 97px;height: 37px;background-size: contain;margin:22px 15px;}*/
.main_header a.logo {
    width: 136px;
    height: 56px;
    background-size: contain;
    margin: 12px 0;
}
.main_header .offer_multi {margin:22px 20px;display: block;}
/* MENU */
.main_header ul {padding: 0;margin: 0;height: 80px;}
.main_header ul li {padding: 0;margin: 0;list-style-type: none;height: 80px;float:left;font-family: 'Lato', sans-serif;font-size: 12px;}
.main_header ul li  a {color: black;text-decoration: none;height: 80px;padding: 22px 8px;line-height: 80px;text-transform: uppercase;}

.menu_header {float: left;}
.menu_header_select {float:right;padding:10px 10px 10px 10px;margin:12px 0 12px 1px;border-right:1px solid #e1e1e1;}
.menu_header_select select, .search input {background:#e5e5e5;color:#727272; border:none;border-radius: 0;width: 203px;
    font-size: 12px;text-transform: uppercase;
    padding-right: 25px;}

.search {position: relative;}
.search:before {
    content:' ';
    display: block;
    width: 14px;
    height: 14px;
    background-image: url(https://getbootstrap.com/2.3.2/assets/img/glyphicons-halflings.png);
    background-position: -48px 0;
    position: absolute;
    top:11px;
    right:8px;
    opacity: .5;
    z-index: 1000;
}
.w147 {width: 147px!important;max-width: 147px!important;    margin-right: 15px;}

/* Sub Header */
.sub_header {background: #202020;padding:10px;text-transform: uppercase;height: 45px;line-height:20px;}
.sub_header a {color:white;font-size: 10px;margin-right: 10px;line-height:20px;}
.sub_header a.yellow {color: #ffc000;text-transform: uppercase;font-weight: 600;font-size: 14px;vertical-align: middle}
.sub_header .social {color: white;font-size: 10px;text-transform: uppercase;}
.sub_header .fireicon {vertical-align: middle;color: #fe9d09;margin-right: 10px;}
.sub_header .social_icon_contato {background: url(../img/icon_contato.png) center center no-repeat;width: 23px;height: 23px;display: block;    margin-right: 0;}
.sub_header .social_icon_face {display:inline;color:white;background: #627aad;border-radius: 10px;padding:5px 6px;margin: 0 0 0 5px;}
.sub_header .social_icon_twitter {display:inline;color:white;background: #4ad5ff;border-radius: 10px;padding:5px 6px;margin: 0 0 0 5px;}
.sub_header .social_icon_insta {display:inline;color:white;background: #3f729b;border-radius: 10px;padding:5px 6px;margin: 0 0 0 5px;}

/* Featured */
.featured_top_center 	{z-index:2;background-repeat:no-repeat;background-position:center center;background-size:cover;height: 310px;position: relative;width: 100%;border-left:1px solid white;border-bottom:1px solid white;border-left:1px solid white;border-right:1px solid white;}
.featured_top_side 		{z-index:2;background-repeat:no-repeat;background-position:center center;background-size:cover;height: 155px;position: relative;width: 101%;border-bottom:1px solid white;}
.featured_top_center:before,
.featured_top_side:before {
/* 	background: rgba(0,0,0,0.2); */
	content: "";position:absolute;height: 100%;width: 100%;z-index:-1;top:0;left:0;}
.featured_inner_title {text-decoration: none;width: 100%;position:absolute;bottom:0;font-family: 'Lato', sans-serif;color: white;font-size: 14px;font-weight: bold;background:rgba(0,0,0,0.5);padding:10px 15px;}
.featured_inner_title.big {text-decoration: none;width: 100%;font-size: 18px;padding:15px 15px;}

.featured_top_center .play_btn {color:white;position: absolute; z-index:1;top: 50%; left: 50%; transform: translate(-50%, -50%); padding:10px;border:4px solid white;border-radius:100px;}
.featured_top_side .play_btn {color:white;position: absolute; z-index:1;top: 50%; left: 50%; transform: translate(-50%, -50%); padding:6px;border:2px solid white;border-radius:100px;}
.featured_dark_bg .play_btn {color:white;position: absolute; z-index:1;top: 50%; left: 50%; transform: translate(-50%, -50%); padding:6px;border:2px solid white;border-radius:100px;}
.featured_top_center ,.featured_top_side div {text-decoration: none;color:white;}

.color_header.yellow {position:relative;font-weight:300;font-size: 27px;color: #987300;background: #ffc800;padding: 20px;text-align: left;height: 72px;}
.color_header.blue {position:relative;font-size: 27px;color: white;background: #789ca4;padding: 20px;height:72px;text-align: left;}
.color_header.yellow span {font-weight: 800}
.content_section {padding-top: 15px;}

.placeholder,.malinky-load-more {color:gray;background:#e5e5e5;padding:20px;text-align: center;font-size:20px;width: 100%;float: left;}
.placeholder.big {padding: 100px 50px;}

.malinky-load-more {margin: 15px 0;}
.malinky-load-more a {color: #5e5e5e;text-decoration: none;font-size: 15px;font-weight: 600;}

.topfive_sidebar .img {width:100%;height:60px;float: left;background-size:cover;background-position: center center;}
.topfive_sidebar .top5text {height: 60px; display: table-cell; vertical-align: middle;color:black;text-decoration: none;font-weight: 300;}
.topfive_sidebar .top5text_video {height: 60px; display: table-cell; vertical-align: middle;color:black;text-decoration: none;font-weight: 600;color:#535353;}
/*.topfive_sidebar > div:hover {background: #e1e1e1;}*/

.topfive_sidebar .color_header.yellow:before {content:" ";position:absolute;width:96px;height:72px;right:0;top:0;background: url(../img/top05bg.png) right center no-repeat;}
.topfive_sidebar .color_header.blue:before {content:" ";position:absolute;width:87px;height:72px;right:0;top:0;background: url(../img/topvideos_bg.png) right center no-repeat;}

.mini_fire_icon {    float: left;    margin-right: 10px;    margin-top: 3px;background: rgba(0,0,0,0.1)  url(../img/minifire.png) center center no-repeat;width: 10px;height: 15px;}
.mini_facebook {float: left;background: rgba(0,0,0,0.1)  url(../img/mini_facebook.png) center center no-repeat;width: 9px;height: 11px;}
.mini_twitter {float: left;background: rgba(0,0,0,0.1)  url(../img/mini_twitter.png) center center no-repeat;width: 9px;height: 11px;}
.mini_insta {float: left;background: rgba(0,0,0,0.1)  url(../img/mini_insta.png) center center no-repeat;width: 9px;height: 11px;}

.social_sidebar_block i {
    width: 35px;
    height: 38px;
    display: inline-block!important;
    vertical-align: middle;
    margin-right: 10px;
    float:none;
}

a.rightbar_vertical_ad {float:left;width: 100%;}
a.rightbar_vertical_ad img {width: 100%;height: auto;}

.social_sidebar_block {display: block;cursor:pointer;text-decoration: none!important;}
.social_sidebar_block:hover {color:inherit!important;}
.social_sidebar_block span {padding: 15px;height: 100%;background:rgba(0,0,0,0.1);margin-right: 10px;color: white;font-size: 16px;}

.featured_left_1 {float: left;width: 100%;}
.featured_left_1_img {width: 100%;height:180px;float: left;background-size: cover;background-position: center center;background-repeat: no-repeat;}
h3.featured_left_title {float: left;font-weight: 900;font-size: 15px;text-transform: uppercase;color: black}
h2.featured_left_title {float: left;font-weight: 900;font-size: 20px;text-transform: uppercase;color: black}

.featured_left_text_widget {padding: 0 15px;margin-bottom: 10px;    line-height: 14px;}
.featured_left_text_widget a {font-size: 14px;color: #000000;text-decoration: none;}
.featured_left_text_widget:hover a {color: white;}

.separador {height: 100%;}
.separador hr {margin:2px 0;}
.separador.yellow {border-bottom:6px solid #ffc000;}
.separador.blue {border-bottom:6px solid #008fff;}
.separador.orange {border-bottom:6px solid #fe9d09;}
.separador.purple {border-bottom:6px solid #785a9f;}
.separador.green {border-bottom:6px solid #20ca64;}
.separador.red {border-bottom:6px solid #ca3e20;}

.small_text_widget {max-height: 65px!important;}
.small_text_widget.h200 {max-height: 200px!important;}

.small_text_widget .img {width:100%;height:65px;float: left;background-size:cover;background-position: center center;}
.small_text_widget  .top5text {height: 65px; display: table-cell; vertical-align: middle;color:black;text-decoration: none;font-weight: 600;color:#535353;}

.col-sm-5ths .featured_left_text_widget {padding:0!important;}
.col-sm-5ths .featured_left_text_widget:hover a {color:black;}

#sidebar-wrapper select {
    width: 182px!important;
    padding-right: 15px;
}

.featured_dark_bg:before {
/* 	background: rgba(0,0,0,0.2); */
	content: "";position:absolute;top:0;left:0;height: 100%;width: 100%;}
.featured_dark_bg {position: relative;width: 100%;height: 215px;background-size:cover;background-repeat:no-repeat;background-position: center center;}
.featured_dark_bg.small {height: 180px;}
.featured_dark_bg .title {text-decoration: none;width: 100%;position:absolute;left:0;bottom:0;font-family: 'Lato', sans-serif;color: white;font-size: 16px;font-weight: bold;background:rgba(0,0,0,0.5);padding:15px;}


.videos_bg {background: #191919;width: 100%;padding-bottom:20px; }
.videos_bg_title {margin-top: -15px;}

.video_item_carousel a.img {position:relative;width: 100%;height:150px;float:left;background-position:center center;background-size:cover;background-repeat: no-repeat;}
.video_item_carousel a.img:before {
/* 	background: rgba(0,0,0,0.25); */
	content: "";position:absolute;height: 100%;width: 100%;z-index:0;}
.video_item_carousel .play_btn {color:white;position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-decoration: none;padding:10px;border:4px solid white;border-radius:100px;}
.video_item_carousel a {text-transform: uppercase;color:white;font-family: 'Lato', sans-serif;font-weight: 800;font-size: 13px;line-height: 13px;margin: 10px 0;}
.video_item_carousel {margin: 20px 0;}

.menu_footer li {float: left;list-style-type: none;text-transform: uppercase;color: black;font-size: 12px;margin-right: 15px;}
.menu_footer li a {color: black;font-size: 12px;margin-right: 15px;font-family: 'Lato', sans-serif;font-weight: 600;}
.menu_footer {padding: 0;margin: 0;margin-left: 20px;float: left;}
.copyright {font-family: 'Saira Extra Condensed', sans-serif;color: #cfcfcf;font-size: 24px;margin-left: 20px;float: left;}

.sidebar_widget * {    max-width: 100%;}
.sidebar_widget {margin-bottom: 20px;}

.post_top .title {
    font-size: 45px;
    color: #000000;
    font-weight: 600;
    margin: 10px 0px 30px 0;
    float: left;
    line-height: 47px;
}

.post_featured_image {width: 100%;height:380px;background-size: cover;background-position: center center;background-repeat: no-repeat;position: relative;margin-bottom: 20px;}
.post_content img {max-width: 100%;height:auto;}
.post_content img.aligncenter {width:100%;height:auto;}
/*.post_content img.alignleft {float: left;margin: 10px;margin-left:0;}*/
/*.post_content img.alignright {float: right;margin: 10px;margin-right:0;}*/
.post_content * {max-width: 100%;font-family: 'Lato', sans-serif!important;}
.post_content p {line-height: 20px;
    margin-bottom: 20px;    text-align: justify;font-size: 16px;
    line-height: 22px;}
.post_content p span {font-size: 18px;}
.post_content span {font-size: 18px;}
.post_content iframe.youtube-player {
    height: 338px!important;
}
.wpdiscuz-subscribe-bar {display: none;}

.vbox-inline {
    overflow: hidden;
}

.before_content_p {
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Lato',sans-serif;
    font-weight: 400;
    background: rgba(0,0,0,0.5);
    margin-left: -15px;
    margin-right: -15px;
    padding: 30px;
}
.before_content_p strong {font-family: 'Lato', sans-serif;font-weight: 800; }

.category_widget {margin: 20px auto; position: relative; text-align: center; width: 70%; height: auto; border-radius: 10px; overflow: hidden;}

.hamburger.in_menu.is-open {display: none!important;}

.category_widget .sidebar_widget{margin: 0;}
.category_widget img {width: 100%;height: auto;    border: 5px solid #ececec;
    border-radius: 10px;}

.fb-video.fb_iframe_widget.fb_iframe_widget_fluid_desktop span iframe {
    width: 100%!important;
}
.fb-video.fb_iframe_widget.fb_iframe_widget_fluid_desktop span {
    width: 100%!important;
}
.fb-video.fb_iframe_widget.fb_iframe_widget_fluid_desktop {
    width: 100%;
}

.vbox-inline .fve-video-wrapper.fve-image-embed.fve-thumbnail-image.youtube {
        max-height: 314px!important;
}
.vbox-inline {
    overflow: hidden!important;

}
.vbox-inline .fb-video.fb_iframe_widget.fb_iframe_widget_fluid_desktop > span > iframe {
        vertical-align: middle;
        height: 314px!important;
}
.z1 {
    z-index: 3;
    position: relative;
}
.vbox-inline.figlio {
    width: 560px;
    max-height: 314px!important;
}

#ad-bg-video, .ad-bg-show {z-index: -1!important;}

.vbox-inline .fb-video.fb_iframe_widget.fb_iframe_widget_fluid_desktop,
.vbox-inline .fb-video.fb_iframe_widget.fb_iframe_widget_fluid_desktop > span,
.vbox-inline .fb-video.fb_iframe_widget.fb_iframe_widget_fluid_desktop > span > iframe ,
.vbox-inline .fb-video.fb_iframe_widget.fb_iframe_widget_fluid_desktop > span > iframe html ,
.vbox-inline .fb-video.fb_iframe_widget.fb_iframe_widget_fluid_desktop > span > iframe html body ,
.vbox-inline .fb-video.fb_iframe_widget.fb_iframe_widget_fluid_desktop > span > iframe html body > div{
padding-bottom: 0!important;
    max-height: 314px!important;
        float: left;
}

span.fonte_single {
    background: #ffc000;
    padding: 2px 4px;
    bottom: 0;
    right: 0;
    position: absolute;
    font-size: 12px;
}
.author_single_top {
    /*position: absolute;*/
    /*bottom: -30px;*/
    /*left: 32px;*/
    width: 100%;
        /*z-index: 1;*/
            margin-bottom: 20px;
                margin-top: 10px;
}

.author_img {
    float: left;
}

.author_name p {
    font-size: 20px;
    line-height: 96px;
    font-family: Lato;
    font-weight: 800;
    /*color: white;*/
    /*margin-top: 20px;*/
    margin-left: 15px;
    float: left;
    margin-bottom: 0;
}

.post_featured_image:before {
    content: " ";
    position: absolute;
    width: 100%;
    top: 0;
/*     background: rgba(0,0,0,0.2); */
    height: 100%;
    left: 0;
}

.cloned {
    transition: all 0.5s ease;
}

span#facebook-count {background: #344e8a;}
span#googleplus-count {background: #c8422d;}
span#twitter-count {background: #4ad5ff;color:#2991b0;}

span#googleplus-count,
span#facebook-count,
span#twitter-count {

    min-width: 0px;
    text-align: left;
    padding: 11px 11px;

}

body {background-size:cover!important;}

.icone-nota-1 {position: absolute;top:20px;right:-5px;width: 59px;height: 23px;background:url('../img/nota-1.png');}
.icone-nota-2 {position: absolute;top:20px;right:-5px;width: 59px;height: 23px;background:url('../img/nota-2.png');}
.icone-nota-3 {position: absolute;top:20px;right:-5px;width: 59px;height: 23px;background:url('../img/nota-3.png');}
.icone-nota-4 {position: absolute;top:20px;right:-5px;width: 59px;height: 23px;background:url('../img/nota-4.png');}
.icone-nota-5 {position: absolute;top:20px;right:-5px;width: 59px;height: 23px;background:url('../img/nota-5.png');}

.icone-nota-1.nota_maior {position: absolute;top:20px;right:-11px;width: 131px;height: 51px;background:url('../img/nota_maior1/1.png');}
.icone-nota-2.nota_maior {position: absolute;top:20px;right:-11px;width: 131px;height: 51px;background:url('../img/nota_maior1/2.png');}
.icone-nota-3.nota_maior {position: absolute;top:20px;right:-11px;width: 131px;height: 51px;background:url('../img/nota_maior1/3.png');}
.icone-nota-4.nota_maior {position: absolute;top:20px;right:-11px;width: 131px;height: 51px;background:url('../img/nota_maior1/4.png');}
.icone-nota-5.nota_maior {position: absolute;top:20px;right:-11px;width: 131px;height: 51px;background:url('../img/nota_maior1/5.png');}
1
.nota-baixa {top:auto;bottom:10px!important;}

/* MEGA MENU */
.megamenu_bottom {
    float: left;
    background: #785a9f;
    width: 100%;
    height: 0px;
    color: white;
    transition: all 0.5s ease;
    overflow: hidden;
}


 .megamenu_bottom1 { background:#ffc000!important;}
 .megamenu_bottom2 { background:#008fff!important;}
 .megamenu_bottom3 { background:#fe9d09!important;}
 .megamenu_bottom4 { background:#785a9f!important;}
 .megamenu_bottom5 { background:#20ca64!important;}

.megamenu_bottom a {
    color: white;
}
.megamenu_bottom h4 {
    font-family: Lato;
    font-size: 15px;
    padding: 10px 10px 0;
}
.megamenu_bottom ul {
    padding: 0 0 0 10px;
    margin: 0;
    list-style: none;
    font-size: 12px;
    color: white;
}

.megamenu_bottom ul li, .megamenu_bottom ul li a {
    color: white;
}

.megamenu_item_img {height: 142px;width: 50%;background-size: cover;float: left;position: relative;}
.megamenu_item_title {float: left;width: 50%;padding: 20px;line-height: 16px;font-size:12px;}

.megamenu_item_img:before {
        content: " ";
    position: absolute;
    width: 100%;
    top: 0;
    background: rgba(0,0,0,0.4);
    height: 100%;
    left: 0;
}

.megamenu_item_img:after {
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    right: -1px;
    top: 61px;
    content: " ";
}

 .megamenu_bottom1 .megamenu_item_img:after { border-right: 10px solid #ffc000!important;}
 .megamenu_bottom2 .megamenu_item_img:after { border-right: 10px solid #008fff!important;}
 .megamenu_bottom3 .megamenu_item_img:after { border-right: 10px solid #fe9d09!important;}
 .megamenu_bottom4 .megamenu_item_img:after { border-right: 10px solid #785a9f!important;}
 .megamenu_bottom5 .megamenu_item_img:after { border-right: 10px solid #20ca64!important;}

.prev_arrow_megamenu {
    background: url(../img/ar_l.png) center center no-repeat;
    width: 12px;
    height: 37px;
    position: absolute;
    top: 56px;
    left: 10px;
    z-index: 9;
    cursor: pointer;
}

.next_arrow_megamenu {
    background: url(../img/ar_r.png) center center no-repeat;
    width: 12px;
    height: 37px;
    position: absolute;
    top: 56px;
    right: 0px;
    z-index: 9;
    cursor: pointer;
}



.prev_arrow_videos {
    background: url(../img/prev_videos.png) center center no-repeat;
    width: 15px;
    height: 43px;
    position: absolute;
    top: 85px;
    left: 0px;
    z-index: 9;
    cursor: pointer;
}

.next_arrow_videos {
    background: url(../img/next_videos.png) center center no-repeat;
    width: 15px;
    height: 43px;
    position: absolute;
    top: 85px;
    right: 10px;
    z-index: 9;
    cursor: pointer;
}
/* FIXED HEADER */

.main_header.cloned {
    /*height: 45px;*/
    -webkit-box-shadow: 0px 10px 38px -9px rgba(0,0,0,0.34);
    -moz-box-shadow: 0px 10px 38px -9px rgba(0,0,0,0.34);
    box-shadow: 0px 10px 38px -9px rgba(0,0,0,0.34);
}

.main_header.cloned .menu_header_select select, .main_header.cloned .menu_header_select .search {
    /*height: 30px;*/
}

.main_header.cloned .widget_text  {
    display: none!important;
}

.main_header.cloned .menu_header_select {
/*    padding: 2px 0 0 0;
    margin: 4px 30px;
    border: none;*/
}

.main_header.cloned a.logo {
/*    width: 44px;
    height: 33px;
    background-size: contain;
    background: url(../img/logo_s.png) center right no-repeat;
    margin: 6px 24px 7px 35px;*/
}

.main_header.cloned ul li {
        /*height: 45px;*/
}
.main_header.cloned ul li a {
/*    color: black;
    text-decoration: none;
    height: 45px;
    padding: 15px 15px;
    line-height: 45px;
    text-transform: uppercase;*/
}

.h13 a {
    vertical-align: middle;
    display: table-cell;
}

.h13 {
    display: table;
    min-height: 26px;
    vertical-align: middle;
    margin: 7px 0;
}

.h65 {
    height: 65px;
    vertical-align: middle;
    display: table;
}

.h65 a {
    vertical-align: middle;
    height: 100%;
    display: table-cell;
}

.fve-video-wrapper {
    position: relative!important;
    overflow: hidden;
    z-index: 0;
    height: 380px!important;
    background-color: transparent;
    padding-bottom: 0!important;
    margin: 0!important;
}

#crestashareicon {display: none!important;}
.share_or_gallery {
    padding: 0;
    float: left;
    width: 100%;
        margin-bottom: 20px;
}
#crestashareiconincontent {display: inline-block;}

span.compartilhe {
    display: inline-block;
    /* margin-left: 15px; */
    vertical-align: top;
    /* line-height: 40px; */
    font-size: 12px;
    margin-top: 10px;
    font-weight: 800;
    margin-right: 20px;
}

.sbutton {
    border-radius: 5px!important;
    overflow: hidden;
    height: 33px;
}
/* 6.0 - RESPONSIVE

/* 5 COLUMNS FIX */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

.wp-caption-text {
    background: #ffc000;
    padding: 1px 7px;
    float: right;
    font-size: 10px!important;
    text-transform: uppercase;
    margin-top: -24px;
    margin-bottom:0px!important;
    z-index: 3;
    position: relative;
    font-family: Lato;
}

.wp-caption.aligncenter {
    margin-bottom: 20px;
}

.cresta-share-icon i.c-icon-cresta-facebook, .cresta-share-icon i.c-icon-cresta-twitter, .cresta-share-icon i.c-icon-cresta-gplus, .cresta-share-icon i.c-icon-cresta-linkedin, .cresta-share-icon i.c-icon-cresta-pinterest, .cresta-share-icon i.c-icon-cresta-print {
        padding: 8px 0!important;
}
span#googleplus-count, span#facebook-count, span#twitter-count {
    min-width: 0px;
    text-align: left;
    padding: 11px 11px;
}

#crestashareiconincontent .sbutton {
    float: left;
    margin: 0 5px 0px 5px;
}


@media (max-width: 992px) {
    .menu_header_select .search input {
        width: 350px!important;
    }
    button.hamburger.is-closed.in_menu {
        margin-left: -180px;
    }
    .main_header.cloned button.hamburger.in_menu {
            margin-left: -123px;
                top: 6px;
    }
    .main_header a.logo, .main_header.cloned a.logo {margin-left: 65px!important;}
}


@media (max-width: 768px) {
    .hamburger.in_menu {
    margin-left: -90px!important;
    top: 25px!important;
    }
    .main_header.cloned  .hamburger.in_menu {
        margin-left: -85px;
    }
    .menu_header_select .search input {
        width: 230px!important;
    }
    .main_header .offer_multi {
        margin: 22px 10px 22px 0;
    }
/*    .main_header .logo {
        background: url(../img/logo_s.png) center right no-repeat;
        width: 40px!important;
        background-size: auto!Important;
        height: 51px!important;
        margin-top: 14px!important;
        margin-left: 70px!important;
        -webkit-clip-path: polygon(15% 0,100% 0,100% 100%,0% 100%);
        clip-path: polygon(15% 0,100% 0,100% 100%,0% 100%);
    } */
    .main_header a.logo {
        width: 75px;
        height: 34px;
        background-size: contain;
        background: url(../img/logo_scroll.png) center right no-repeat;
        margin: 24px -28px 0px 60px;
    }

    .main_header.cloned .logo {
        background: url(../img/logo_scroll.png) center right no-repeat;
        width: 90px!important;
        background-size: auto!Important;
        height: 33px!important;
        margin-top: 25px!important;
        margin-left: 45px!important;
        margin-right: -35px;
        -webkit-clip-path: polygon(15% 0,100% 0,100% 100%,0% 100%);
        clip-path: polygon(15% 0,100% 0,100% 100%,0% 100%);
    }
    .post_top .title {
        font-size: 30px;
        line-height: 35px;
        color: #000000;
        font-weight: 600;
        margin: 10px 0px 30px 0;
        margin-bottom: 20px!important;
        clear: both;
        float: left;
/*        margin-left: -15px;
        margin-right: -15px;*/
    }
}

@media (max-width: 480px) {
    .author_img img {
        width: 70px;
        height: 70px;
    }
    .author_name p {
        font-size: 16px;
        line-height: 70px;
    }
    #crestashareiconincontent {
        display: inline-block;
        width: 100%;
    }

    .post_content iframe.youtube-player {
        height: 154px!important;
    }
    .menu_header_select .search input {
        width: 85px!important;
    }
    .post_featured_image {
        height: 200px;
    }
/*    .author_single_top {
        left: 5px;
        bottom: -62px;
    }
    .author_img img {
        width: 80px;
        height: 80px;
    }
    .author_name p {
        font-size: 17px;
        font-family: Lato;
        font-weight: 600;
        color: #3a3a3a;
        margin-top: 30px;
        margin-left: 15px;
        float: left;
    }*/
    span.compartilhe {display: none;}
    .sbutton {
        border-radius: 5px!important;
        overflow: hidden;
        height: 33px;
    }

}

@media (min-width: 768px) {
    .pdl30lg {
        /*padding-left:30px!important;*/
    }
    .col-sm-5ths {
        width: 20%;
        float: left;
    }

    /* HEADER DESKTOP */
    .main_header.cloned {
        height: 45px;
        -webkit-box-shadow: 0px 10px 38px -9px rgba(0,0,0,0.34);
        -moz-box-shadow: 0px 10px 38px -9px rgba(0,0,0,0.34);
        box-shadow: 0px 10px 38px -9px rgba(0,0,0,0.34);
    }
    .main_header.cloned .menu_header_select {
        padding: 2px 0 0 0;
        margin: 4px 30px;
        border: none;
    }

/*    .main_header.cloned a.logo {
        width: 44px;
        height: 33px;
        background-size: contain;
        background: url(../img/logo_s.png) center right no-repeat;
        margin: 6px 24px 7px 35px;
    }*/

    .main_header.cloned a.logo {
        width: 75px;
        height: 34px;
        background-size: contain;
        background: url(../img/logo_scroll.png) center right no-repeat;
        margin: 5px 2px 5px 8px;
    }

    .main_header.cloned ul li {
            height: 45px;
    }
    .main_header.cloned ul li a {
        color: black;
        text-decoration: none;
        height: 45px;
        padding: 15px 15px;
        line-height: 45px;
        text-transform: uppercase;
    }


}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
  .container {
    width: 970px;
   }
}

/* MENU */

body {
    position: relative;
    overflow-x: hidden;
}
body,
html { height: 100%;}
.nav .open > a, 
.nav .open > a:hover, 
.nav .open > a:focus {background-color: transparent;}

/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 220px;
    overflow: hidden;
}

#sidebar-wrapper {
    z-index: 1000;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #1a1a1a;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 220px;
}

#page-content-wrapper {
    width: 100%;
    padding-top: 70px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav {
    /*position: absolute;*/
    top: 0;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    position: relative; 
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

nav#sidebar-wrapper .menu_lateral {
    padding: 0;
    margin: 0;
}

.sidebar-nav li a {
    display: block;
    color: #ddd;
    text-decoration: none;
    padding: 10px 15px 10px 30px;    
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus{
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 20px;
    line-height: 44px;
}
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
}

nav#sidebar-wrapper {
    background: white;
}
nav#sidebar-wrapper .logo {
    margin: 20px;
        width: 100px;
    background-size: contain;
}

.social_sidebar a {
    display: block;
    float: left;
    width: 36px;
    height: 35px;
    margin-right: 5px;
}
.social_sidebar a.facebook {background: url(../img/menu_social1/facebook.png);}
.social_sidebar a.twitter {background: url(../img/menu_social1/twitter.png);}
.social_sidebar a.instagram {background: url(../img/menu_social1/insta.png);}
.social_sidebar a.email {background: url(../img/menu_social1/email.png);}

.social_sidebar {
    position: absolute;
    bottom: 0;
        padding: 0 0 15px 15px;
            width: 220px;
}
.navbar-inverse {
    border: none!important;
}
/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger.in_menu {display: block;}
#wrapper.toggled .hamburger.in_menu {display: none;}
#wrapper.toggled .hamburger.outside {display: block;}
.hamburger.outside {display: none;}

#sidebar-wrapper .sidebar-nav li a {
    display: block;
    color: black;
    text-decoration: none;
    padding: 10px 15px 10px 30px;
}
#sidebar-wrapper .hamburger {
position: absolute;
    top: 35px;
    right: 44px; 
  z-index: 999;
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 15px;
  background: transparent;
  border: none;
}

.hamburger {
  position: relative;
  top: 25px;  
  z-index: 999;
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 15px;
  background: transparent;
  border: none;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: #424242;
}
.hamburger.is-closed .hamb-top { 
  top: 5px; 
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
  bottom: 5px;  
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: #424242;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;  
}
.hamburger.is-open .hamb-top { 
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.post_content blockquote {
    text-align: justify;
}

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250,250,250,.8);
    z-index: 2;
}

body {
    position: relative;
    overflow-x: hidden;
}
body,
html { height: 100%;}
.nav .open > a, 
.nav .open > a:hover, 
.nav .open > a:focus {background-color: transparent;}