html{
    overflow-x: hidden !important;
    max-width: 100vw;
    
}

body {
    position: relative;
    -webkit-user-select: text; 
    -moz-user-select: text; 
    -ms-user-select: text;     
    user-select: text;   
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
a {
    text-decoration: none;
    color: #152556
}
a:hover {
    color: #337ab7;
    text-decoration: none
}
a:focus {
    outline: none;
    text-decoration: none
}
h2 {    
    line-height: 110%;
}
svg path {
    fill: inherit;
    stroke: inherit;
    stroke-width: inherit;
    transform: inherit;
    /*all: inherit;*/
}

img {
    border: none
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}
.img-right {
    display: block;
    margin-left: auto
}
.img-left {
    display: block;
    margin-right: auto
}
.yellow_bg {
    background-color: #ffd62c
}
.yellow_btn {
    background-color: #ffd62c;
    color: #fff
}
.yellow_btn:hover {
    background-color: #f8c907;
    color: #fff
}
.limeblue_bg {
    background-color: #7dc34d
}
.blue_bg {
    background-color: #09c
}
.blue_btn {
    background-color: #09c;
    color: #fff
}
.blue_btn:hover {
    background-color: #39c8f7;
    color: #fff
}
.transition {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}
#header {
    width: 100%;
    position: sticky;
    z-index: 999;
    background-color: #fff;
    /*-webkit-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.4);*/

    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);

    top:0px;
}
#header .weather{
    display: inline-block;    
    background-color: transparent !important;
    overflow: hidden;
    vertical-align: middle;
    font-size: 13px;
}

#header .weather + span{
    font-size: 13px;
}
/*#header .lang {
    float: left;
    width: 170px;
}*/
#header .lang .btn-default {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}
.login-top .dropdown img{
    margin-right: 5px
}
.login-top .dropdown  .caret{margin-left: 5px}
.nav>li {
    position: relative;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
}
.nav>li a{
    color:#080808;
}

#header .nav>li a{
    opacity: 0.7;
}

.header_top {
    display: block;
}
.header_top .container{
    display:flex;
    justify-content: space-between;
    width:100%;
}

.header_top .weather{
    margin-right: 7px;
}

.header_top .container:after,
.header_top .container:before{
    display: none;
}

.header_top_left {
    float: left;

}
.top_nav {
    text-align: left
}
.top_nav li {
    display: inline-block
}
.top_nav li a {
    color: #798992;
    display: inline-block;    
    font-size: 12px;
    padding: 8px 12px;
    text-transform: uppercase;
    -webkit-transition: all 0.5;
    -o-transition: all 0.5;
    transition: all 0.5
}
.top_nav li a:hover{
    color: #5596D6;
    text-decoration: none;
    outline: none
}
.login-top{ position: relative; float: left}
li a.active{    
    text-decoration: none;
    outline: none;
    background-color: #e5e4e4;        
}
.header_top_right {
    float: right;
    display: flex;
    width: 48%;
    text-align: right
}
.search_form {
    position: relative;
    display: table;
    width: 50%;
    padding: 3px 0 0;
    margin: 10px 0px 0px 0px;
}

.search_form_mini{
    width: auto;
    display: block;
}



.search_form input[type="text"] {
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    color: #afafaf;
    border: 1px solid #D4D4D4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    line-height: 45px;
    vertical-align: middle;
    height: 45px;
    max-height: 45px;
    padding: 0 45px 0 15px;
    width: 100%;
    max-width: 275px;
}
.search_form input[type="submit"],.search_form input[type="button"] {
    background: url(images/icon-search.png) no-repeat scroll center rgba(0,0,0,0);
    height: 27px;
    line-height: 27px;
    width: 30px;
    border: none;
    position: absolute;
    top: 50%;
    margin-left: -39px;
    margin-top: -13px;
}

.search_form_mini input[type="submit"], .search_form input[type="button"]{
    top: initial;
    margin-top: 9px;
}

.header_bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    margin-top: 36px;
    padding: 10px 0px;
    position:relative;
}
.header_bottom_left {
    float: left;
    display: inline;
    width: auto;
    padding-right: 10px
}
.logo {
    display: block;    
    font-size: 35px;
    font-weight: bold
}

#logo-div {
    display: flex; 
    position: absolute; 
    margin: auto; 
    width: 100%;
}

a.logo {
    margin: auto;
}

.logo > img {
    margin: 10px 0 0;
    height: 50px;
    width: auto;
    -webkit-transition: width 300ms ease-in-out, height 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out, height 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out, height 300ms ease-in-out;
    transition: width 300ms ease-in-out, height 300ms ease-in-out;
}
.logo > img:hover {
    opacity: 1
}
.logo > strong {
    color: #5596D6
}
.logo > span {
    display: block;
    font-size: 16px;
    font-weight: normal
}
.logo-small > img {
    height: 30px !important
}
.header_bottom_right {
    float: right;
    display: inline;
    width: 728px
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url("images/status.gif");
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px
}
.scrollToTop {
    bottom: 105px;
    display: none;
    font-size: 32px;
    font-weight: bold;
    height: 50px;
    position: fixed;
    right: 75px;
    text-align: center;
    text-decoration: none;
    width: 50px;
    z-index: 100;
    border: 1px solid;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.scrollToTop:hover, .scrollToTop:focus {
    text-decoration: none;
    outline: none
}
#navarea {
    float: left;
    display: none;
}
.navbar-default {
    border-radius: 0;
    padding: 0;
    margin-bottom: 0px
}
.container-fluid {
    padding-left: 0;
    padding-right: 0
}
.navbar-collapse {
    padding-left: 0;
    padding-right: 0
}
.custom_nav {
    border: 0px;
    width: auto;
    margin: 0px 1.2%;
    border-top: 1px solid #e5e4e4;
}
.custom_nav_top{
    width:100%;
}
.logo-menu-top{
    display:none;
    float:left;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
    display: block;    
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 8px solid transparent;
    margin-bottom: -8px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.dropdown-menu > li > a {
    color: #000;    
    padding: 5px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #a9a9a9
}
.top-banner img {
    margin: 0px auto 35px auto;
    display: block;
    width: 100%;
    max-width: 728px;
}
#mainContent {
    display: inline;
    float: left;
    width: 100%;
    margin-top: 10px;
}
.content_top {
    float: left;
    display: inline;
    width: 100%
}
.latest_slider {
    float: left;
    display: inline;
    width: 100%;
}
.single_iteam {
    position: relative
}
.single_iteam img {
    width: 100%
}
.single_iteam h2 {
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    font-size: 20px;
    text-align: center;
    top: 45%
}
.single_iteam h2 > a:hover {
    text-decoration: underline
}
.single_iteam h2 > a {
    background-color: rgba(0,0,0,0.4);
    color: #fff;
    display: inline-block;
    font-size: 20px;
    padding: 10px
}
.content_top_right {
    float: left;
    display: inline;
    width: 100%
}
.featured_nav {
}
.video-frame {
    background-color: #414141;
    padding-top: 20px;
    width: 100%;
    margin: 0px 0px 30px 0px;
    border-radius: 3px;
}
.video-frame h2{
    color:#fff;
    font-weight:bold;
    padding:0px 10px 20px 20px;
    margin:0px;
    display:inline-block;
}
.video-frame a{
    color:#fff;	
    font-size:17px;
    font-weight:bold;
}
.featured_nav li a, .featured_video li {
    display: block;
    float: left;
    /*height: 208px;*/
    margin-bottom: 20px;
    margin-right: 20px;
    position: relative;

    -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    -moz-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}
.featured_nav li {	
    width: 47%;
}
.featured_video li {	
    width: 23%;
}
.featured_nav li:nth-child(2n+0) {
    margin-right: 0px;
}
.featured_video li:nth-child(4n+0) {
    margin-right: 0px;
}
.featured_nav li img, .featured_video li img {
    max-width: 100%;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.title_caption {
    position: relative; 
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    font-weight: bold;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    line-height: 145%;
    width:100%;
}

.body-copyright-bottom{
    margin-top: 5px;
}

.featured_nav li a, .featured_video li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 19px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.featured_nav li a {
    float: none;
    color: #383838;
}
.featured_video li a {
    color: #fff;
}
.featured_video .title_caption{
    background-color:#000
}
.featured_video li a span{
    position: absolute;
    background:url(../../images/play.png) 50% 30% no-repeat;
    width: 100%;
    height: 100%;
    text-indent: -200px;
    overflow: hidden;
}
.featured_video li a span:hover{
    opacity: 0.7
}
.content_middle {
    float: left;
    display: inline;
    width: 100%
}
.mid-left{
    padding-left:0px;
}
.mid-mid{
    padding-top:56px;
}
.mid-right{
    padding-right:0px;
}
.content_middle_leftbar {
    float: left;
    display: inline;
    width: 100%
}
.single_category {
    float: left;
    display: inline;
    width: 100%
}
.single_category > h2, .archive_style_1 > h2 {
    font-size: 0.85em;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 20px;
    position: relative;
}
.bold_line {
    bottom: 0;
    display: block;
    height: 10px;
    left: 0;
    position: absolute;
    width: 100%
}
.bold_line span {
    display: block;
    height: 100%;
    width: 100%
}
.solid_line {
    display: none
}
.title_text {
    /*display: inline-block;
    padding: 0px 0px 10px 0px;
    position: relative;
    top: 5px;
    z-index: 1*/

    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-size: 20px;
    font-weight: 700;
    margin-top: -3px;

}
.catg1_nav li, .img-full {
    float: left;
    display: inline;
    width: 100%;
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    -moz-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);


}
.catgimg_container {
    height: 150px;
    overflow: hidden;
    width: 100%;
    overflow: hidden
}
.catg1_img img, .img-full img {
    height: auto;
    width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.img-full img {
    border-radius: 3px 3px 0 0;
}
.catg1_nav li .post_titile {
    color: #434c51;
    float: left;
    margin: 10px 0px;
    font-size: 16px;
    width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}
.catg1_nav li .post_titile a {
    color: #383838;    
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    font-size: 19px;
    display: block;
}
.content_middle_middle {
    display: inline;
    float: left;
    position: relative;
    width: 100%;
}
.content_middle_middle:after {
    content: "";
    height: 122px;
    left: -10px;
    position: absolute;
    top: 0;
    width: 10px
}
.content_middle_middle:before {
    content: "";
    height: 122px;
    right: -10px;
    position: absolute;
    top: 0;
    width: 10px
}
.single_featured_slide {
    float: left;
    display: inline;
    width: 100%;
}
.single_featured_slide img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.title_caption > h2{
    padding: 0 10px 20px;
}

.single_featured_slide > h2 a, .title_caption > h2 a{
    color: rgba(0,0,0,.7);
    font-weight: bold;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s
}
.single_featured_slide > p {
    font-size: 12px;
    padding: 0px 16px
}
.content_middle_middle .slick-prev {
    left: 15px;
    top: 35%
}
.content_middle_middle .slick-next {
    right: 15px;
    top: 35%
}
.content_middle_rightbar {
    float: left;
    display: inline;
    width: 100%
}
.content_bottom {
    float: left;
    display: inline;
    width: 100%
}
.content_bottom_left {
    display: inline;
    float: left;
    margin-left: -15px;
    min-height: 300px;
    width: 100%;
    padding-right: 10px;
}

.content_bottom_left .container{
    max-width: 100%;
}

.single_page{	
    background-color:#FFF;
    padding-left:10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;

    -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    -moz-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}
.content_bottom_left .title_text {
}
.business_category_left {
    float: left;
    display: inline;
    width: 49%
}
.archive_style_1 > .business_category_left {
    width: 48% !important;
    margin-right: 2%
}
.fashion_catgnav li {
    display: table;
    margin-bottom: 10px;
    width: 100%;
    background-color:#FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    -moz-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}
.catgimg2_container {
    width: 100%;
    height: 300px;
    float: left;
    display: block;
    overflow: hidden
}
.catgimg2_container img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}



.catg_titile {
    margin: 0px;
    float: left;
    padding: 20px;
    font-weight: bold;
    line-height: 95%;
    width:100%;
}
.catg_titile a {
    color: #383838;
    font-size: 24px
}
.comments_box {
    float: left;
    display: inline;
    width: 100%;
}
span.meta_date, span.meta_comment, span.meta_more {
    display: inline-block;
    margin-right: 8px;
    color: #aaa;
    font-weight: bolder;
    font-size: 12px
}
span.meta_date:before {
    content: "\f073";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    padding-right: 4px;
    font-size: 11px;
    text-decoration: inherit
}
span.meta_comment:before {
    content: " ";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    padding-right: 4px;
    text-decoration: inherit
}
span.meta_more:before {
    content: " ";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    padding-right: 4px;
    text-decoration: inherit
}
.business_category_right {	
    display: inline;
    width: 47%;
}

.small_catg li {
    display: flex;
    margin-bottom: 33px;
    width: 100%;
    background-color:#FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    -moz-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}

.small_catg li .media{
    position: relative;
    overflow: hidden;
    float: left;
    min-width: 120px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.small_catg li .media img{  
    position: absolute;
    height: 100%;
    width: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.small_catg li .media-body{
    float: left;
    padding: 10px;
}

.small_catg li .media-left{
    display: block;
    height: 100%;
    width: auto;
    padding-right: 0;
}


.related-img {
    display: inline-block;
    float: left
}
.media-left {
    width: 112px;
    height: 112px
}
.media-left > img,.media-left > figure > img {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    width:100%;
}

.media-heading a {    
    color: rgba(0,0,0,.7);
    line-height: 1.2em;
    font-size: 16px;
    font-weight:bold
}
.games_fashion_area {
    float: left;
    display: inline;
    width: 100%
}
.games_category {
    float: left;
    display: inline;
    width: 49%
}
.fashion_category {
    float: right;
    display: inline;
    width: 47%
}
.technology_catrarea {
    float: left;
    display: inline;
    width: 100%
}
.content_bottom_right {
    float: left;
    margin-top: 45px;
    display: inline;
    width: 100%
}
.single_bottom_rightbar {
    float: left;
    display: inline;
    width: 100%;
    padding-bottom:10px;
}
.single_bottom_rightbar > h2 {
    color: #222;
    display: block;    
    font-size: 24px;
    font-weight: 700;
    line-height: 25px;
    margin: 6px 0 15px;
    padding: 0 0 13px;
    text-transform: uppercase;
    position: relative
}
.single_bottom_rightbar > h2:after {
    bottom: -3px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 45%
}
.popular_catg {
}
.popular_catg .media-left img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.popular_catg li {
    border-bottom: none;
    margin: 20px 0;
    padding: 0 20px;
    box-shadow:none;
    margin-bottom:0px;
}
.tab-content {
    padding-top: 20px
}
.nav-tabs > li > a:before {
    visibility: hidden;
    margin-right: 0px !important
}
.single_bottom_rightbar ul li a {
    color: #383838;    
    font-weight: bold;
    font-size: 16px;

    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s
}
.single_bottom_rightbar ul li > a:before {
    content: " ";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin-right: 5px
}
.blog_archive {
    display: inline;
    float: left;
    width: 100%;
    margin-bottom: 15px
}
.blog_archive select {
    background-color: #fff;
    border: medium none;
    height: 50px;
    padding: 10px;
    width: 100%
}
.blog_archive select option {
    cursor: pointer;
    padding: 10px 5px
}

.blog-title{
    padding: 0 32px;
    color: #8f8f8f;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .025em;
} 


.search-list li{
    display: inline-block;
    width: 100%;
    max-width: 720px;
    float: none;
    padding: 15px;
}


.search-list li .media-left{
    padding: 0;
    min-height: 170px;
    width: 50%;
}

.search-list li .media-body{
    padding:10px 20px 20px;
    width: 50%;
}

.search-list li .media-left img{
    border-radius: 3px 0 0 3px;
    width: 100%;
}

#mainContent > h4{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .025em;
    padding: 0 15px;
}


.blog-post li .media, 
.blog-post li  .no-image,
.search-list li .media, 
.search-list li .no-image,
.filters,
.author-bio{
    padding: 0;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    -moz-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}

.blog-post li .no-image,
.search-list li .no-image{
    padding: 15px;
    display: block;
    width: 100%;
}
.blog-post li .media-left img,
.search-list li .media-left img{
    position: relative; 
    height: auto; 
    width: 100%;
    left: 0;
    top:0; 
    transform: translate(0, 0); 
}

.box-search-result .blog-post .media-left{
    width: 100%;
    height: auto;
    display: block;
    padding: 0;
}

.blog-post .media-body{
    padding: 10px 20px;
}


.blog-post .media-heading{
    padding: 0 0 10px 0;
}

.blog-post li .media-left img{
    border-radius: 3px 3px  0 0;
}

.search-list li .media{
    display: flex;
}

.box-split{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.box-images{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 66.66666667%;
    transform: translateX(-15px);
}

.box-images .content_middle_middle{
    width: calc(50% - 30px);
}

.box-list{
    padding: 0;
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    -moz-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}


.box-list .content_middle_middle{
    padding: 10px 0 0;
    border-bottom: 1px solid #e5e4e4;
}

.box-list .content_middle_middle:last-child{
    border-bottom: none;

}

.box-list  .content_middle_middle:after{
    display: none;
}

.box-list .img-full{
    margin-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    float: none;
}

.box-list .catg_titile{
    float: none;
    padding: 5px 20px 10px;
}

.box-list .catg_titile a{
    display: block;
    line-height: 1.3em;
    font-size: 16px;
}

.box-list .catg_date{
    display: block;
    padding: 0 20px;
    font-size: 12px;
    position: relative;
    color: #8f8f8f;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .025em;
}

.box-list .catg_date i{
    margin-right: 5px;
}

.box-list .img-full .resume_caption{
    padding-bottom: 0;

}
.blog-post li .comments_box,
.search-list li .comments_box{
    float: none;
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    position: relative;
    color: #8f8f8f;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .025em;
}

.col-md-11 .catg_titile{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .025em;
    padding: 20px 0;
}

#footer {
    float: left;
    display: inline;
    width: 100%;
    margin-top: 30px;
    border-top: 1px solid #edecec
}
.footer_top {
    background-color: #fff;
    display: inline;
    float: left;
    padding: 50px 0 75px;
    width: 100%
}
.footer_top .description{
    margin-bottom: 30px
}

#footer a{
    color: #8f8f8f;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .025em;
}

#footer a:hover{
    color: #8a8a8a;
}

#footer .submenu{
    margin: 10px 0;
}
#footer li ul{
    margin-left: 5px;
}

#footer .header-menu-class a{
    font-size: 13px;
    color: #939da3;
}

.single_footer_top {
    width: 100%
}

.single_footer_top .social-media{
    float: none;

}

.single_footer_top > h2 {
    font-size: 18px;
    font-weight:bold;
    margin: 0 0 10px;
    padding: 6px 0;
    text-transform: uppercase
}


.flicker_nav li {
    display: block;
    float: left;
    width: 22%;
    margin-right: 8px;
    margin-bottom: 8px
}
.flicker_nav li a {
    display: block;
    height: 75px;
    width: 100%
}
.flicker_nav li a img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}
.flicker_nav li a img:hover {
    opacity: 0.75;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
}
.labels_nav {
    text-align: left
}
.labels_nav li {
    display: block
}
.labels_nav li a {
    display: inline-block;
    color: #000;
    font-size:16px;
    line-height: 12px;
    margin: 0 2px 4px 0;
    padding: 7px 7px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.footer_bottom {
    float: left;
    display: inline;
    width: 100%;
    background: none repeat scroll 0 0 #fff;
    color: #eee;
    font-size: 12px;
    padding: 8px 20px
}
.footer_bottom_left {
    float: left;
    display: inline;
    width: 100%
}
.footer_bottom_left p, .footer_bottom_right p {
    color: #949494
}
.footer_bottom_right p {
    font-size: 16px
}
.footer_bottom_right {
    float: left;
    display: inline;
    width: 100%;
    text-align: right
}
.single_page_area {
    display: inline;
    float: left;
    padding: 5%;
    width: 100%;
    padding-bottom: 25px
}
.breadcrumb {
    border-radius: 0
}
.breadcrumb li a {
    color: #000
}
.breadcrumb > li+li:before {
    color: #000
}
.breadcrumb > .active {
    color: #fff
}
.single_page_area > h2 {    
    padding: 0px 10px;
    line-height: 40px;
    font-weight: bold;
    font-size: 40px;
}
.single_page_content {
    float: left;
    display: inline;
    width: 100%
}
.single_page_content p{
    font-size:15px
}
.post_commentbox {    
    display: inline;	
    margin-bottom: 30px;
    padding-bottom: 2px;
    padding-left: 5px;
    width: 100%
}
.post_commentbox a {
    margin-right: 5px;
    font-size: 11px
}
.post_commentbox a > i {
    margin-right: 5px
}
.post_commentbox span {
    color: #798992;
    font-size: 11px;
    margin-right: 5px
}
.post_commentbox span > i {
    margin-right: 5px
}
.single_page_content img {
    margin-bottom: 10px;
    margin-top: 20px;
    max-width: 100%;
    height:auto;
}
.single_page_content blockquote {
    border-style: solid;
    border-width: 0px;
    font-size: 18px;
    font-style: italic;
    font-weight:bold
}
.single_page_content ul {
    margin-bottom: 10px
}
.single_page_content ul li {
    display: inline-block;
    margin-bottom: 3px;
    padding-left: 0
}

.single_page_content ul li a{

    /*padding: 5px 10px 2px 11px;*/

    padding: 0;
    margin-right: 5px;
    margin-top: 10px;

}

.single_page_content ul li:hover {
    opacity: 0.75
}
/*.single_page_content ul li:before {
    border-radius: 0;
    color: #5596D6;
    content: "";
    height: 10px;
    margin-left: -15px;
    margin-top: 5px;
    position: absolute;
    width: 10px
}*/
.btn:hover {
    border-radius: 0px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s
}
.post_pagination {
    padding: 3%;
    display: inline;
    float: left;	
    margin-top: 40px;
    /*margin-left: 15px;*/
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
    /*margin-left:-15px*/
}
.prev {
    display: inline;
    float: left;
    width: 50%
}

.angle_left,
.angle_right{
    color: #fff;
    display: block;
    font-size: 20px;
    padding: 30px 2px;
    text-align: center;
    width: 50px;
    border-radius:3px;
}
.angle_left {
    float: left;
}

.angle_right {
    float: right;
}

.angle_right:hover, .angle_left:hover {
    color: #fff
}
.pagincontent {
    display: inline;
    float: left;
    height: 100%;
    overflow: hidden;
    padding: 10px;
    width: 86%
}
.pagincontent > span {
    font-weight: 700;
    font-size: 11px;
    color: rgba(59, 60, 62, 0.61);
    text-transform: uppercase;
    letter-spacing: .3pt;
}
.pagincontent > a {
    color: #2f2f2f;
    display: block;
    font-size: 16px;
    font-weight:bold;
}
.next {
    display: inline;
    float: right;
    width: 50%;
    text-align: right
}
.share_post {
    padding: 1%;
    display: inline;
    float: left;
    width: 100%;
    margin-top: 20px
}
.share_post a {
    color: #fff;
    display: block;
    float: left;
    height: 32px;
    line-height: 32px;
    margin-bottom: 25px;
    margin-right: 10px;
    padding-right: 10px
}
.facebook {
    background-color: #436fc9
}
.facebook i {
    background-color: #3967c6;
    display: block;
    float: left;
    font-size: 16px;
    height: 32px;
    line-height: 33px;
    margin-right: 10px;
    padding-top: 0;
    text-align: center;
    width: 32px
}
.twitter {
    background-color: #40bef4
}
.twitter i {
    background-color: #26b5f2;
    display: block;
    float: left;
    font-size: 16px;
    height: 32px;
    line-height: 33px;
    margin-right: 10px;
    padding-top: 0;
    text-align: center;
    width: 32px
}
.googleplus {
    background-color: #ec5f4a
}
.googleplus i {
    background-color: #e94d36;
    display: block;
    float: left;
    font-size: 16px;
    height: 32px;
    line-height: 33px;
    margin-right: 10px;
    padding-top: 0;
    text-align: center;
    width: 32px
}
.linkedin {
    background-color: #007BB5
}
.linkedin i {
    background-color: #346DA6
}
.stumbleupon {
    background-color: #EF4E23
}
.stumbleupon i {
    background-color: #CA4638
}
.pinterest {
    background-color: #CA2127
}
.pinterest i {
    background-color: #A53829
}
.linkedin i, .stumbleupon i, .pinterest i {
    display: block;
    float: left;
    font-size: 16px;
    height: 32px;
    line-height: 33px;
    margin-right: 10px;
    padding-top: 0;
    text-align: center;
    width: 32px
}


a.icon-instagram{
    position: relative; 
}


svg path {
    fill: inherit;
}

.tooltipmaven{
    padding: 15px;
    background: #f4f4f4;
    border-radius: 3px;
    -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    -moz-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}

.tooltipmaven .fone{
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .025em;
}

.tooltipmaven .fone svg{
    margin-right: 5px;
    height: 15px;
    width: 15px;
    fill: #f0f0f0;
}

.tooltipmaven .fone svg use{
    fill: #152556;
}

a.icon-facebook img, 
a.icon-instagram img,
a.icon-twitter img, 
a.icon-whatsapp img, 
a.icon-googleplus img{
    width:25px;
    height:25px;
    display:inline-block;
    pointer-events: none;
}
#footer .social-media{
    display: flex;
    width:100%
}
#footer a.icon-facebook img, 
#footer a.icon-twitter img,
#footer a.icon-googleplus img,
#footer a.icon-whatsapp img,
#footer a.icon-instagram img{
    width:40px;
    height:40px;
}
#footer .social-media p {
    text-align: right;
    margin-top: 80px;
}
.similar_post {
    display: inline-block;
    float: left;
    margin-bottom: 20px;
    width: 100%
}
.similar_post .media-left > img {
    border-radius:5px;
}
.similar_post .media-body{
    padding-left:10px;
}
.similar_post h2 {
    font-size: 25px;
    padding-bottom: 5px;
    font-weight: bold;
}
.similar_nav li {
    width: 45%;
    float: left;
    margin-right: 5%;
    padding: 20px;
}
.archive_area {
    float: left;
    display: inline;
    width: 100%
}
.single_archive {
    display: inline;
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 20px
}
.archive_imgcontainer {
    float: left;
    display: inline;
    width: 100%;
    height: 300px;
    overflow: hidden
}
.archive_imgcontainer > img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}
.archive_imgcontainer:hover img {
    transform: scale(1.1)
}
.archive_caption {
    bottom: 25px;
    left: 0;
    padding: 10px 20px;
    position: absolute
}
.archive_caption h2 > a {
    background-color: rgba(0,0,0,0.4);
    color: #fff;
    display: inline-block;
    font-size: 24px;
    line-height: 26px;
    padding: 8px 10px 10px
}
.archive_caption h2 > a:hover {
    text-decoration: underline
}
.archive_caption p {
    background-color: rgba(0,0,0,0.4);
    color: #fff;
    padding: 3px
}
.read_more {
    border-bottom: 4px solid #5596D6;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    text-align: right;
    width: 100%
}
.read_more > span {
    background-color: #5596D6;
    color: #fff;
    display: inline-block;
    padding: 5px 10px
}
.error_page_content {
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
    padding-bottom: 45px
}
.error_page_content h1 {
    display: inline-block;    
    font-weight: 400;
    position: relative;
    vertical-align: middle;
    color: #5596D6
}
.error_page_content h2 {
    color: #c1c0b4;
    font-size: 60px;
    font-weight: 400
}
.error_page_content h3 {
    font-size: 24px;
    margin-top: 35px
}
.error_page_content p {
    font-size: 23px;
    line-height: 31px;
    margin: 36px auto 0;
    max-width: 630px;
    padding: 9px 0 8px;
    position: relative
}
.error_page_content p:before {
    content: "";
    left: 0;
    position: absolute;
    top: 1px;
    width: 100%
}
.error_page_content p:after {
    bottom: 1px;
    content: "";
    left: 0;
    position: absolute;
    width: 100%
}
.error_page_content p > a:hover {
    color: #5596D6
}
#ContactContent {
    float: left;
    display: inline;
    width: 100%
}
.error_page_content {
    display: inline;
    float: left;
    padding: 15px;
    width: 100%;

}
.contact_area h1 {
    font-size: 45px;
    font-weight: 400;
    text-align: left;
    font-weight: bold;
}
.contact_area > p {
    text-align: left
}

.our_office {
    display: inline;
    float: left;
    position: relative;
    text-align: center;
    width: 48%;
    margin-top: 30px
}
.our_office > h2 {
    font-size: 32px;
    margin: 24px 0
}
.contact_us {

    position: relative;
    margin-top: 30px;
    margin: 20px 0;
}
.contact_area{
    width: 50%;
    float: none;
    min-width: 300px;
    margin: 80px auto;
}

.our_office:before, .contact_us:before {
    content: "";
    left: 0;
    position: absolute;
    top: 1px;
    width: 100%
}
.contact_us > h2 {
    font-size: 32px;
    margin: 24px 0;
    text-align: center
}
.contact_form {
}


.contact_form textarea {
    width: 100%;
    height: 150px;
    margin-bottom: 10px
}
.contact_form input[type="submit"] {
    float: right;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08)

}

.contato_form input[type="button"] {
    float: right;
    position: relative;
    margin: 0 auto;

}

.no-image {
    top: 0px;
    min-height: 120px;
}
.no-image a {
    font-size: 24px !important;
    line-height: 110%;
}
.lateral-ads{
    display:table;
    overflow:hidden;
    margin:20px auto 40px auto
}
/* Cores das tags */
.tag1 {	
    background-color: #930;
    color: #FFF;
}
.tag1 a{
    color: #FFF;
}
.tag2{	
    background-color: #8713CF;
    color: #FFF;
}
.tag3 {	
    background-color: #1383CF;
    color: #FFF;
}
.slick-initialized .slick-slide .tag1, .slick-initialized .slick-slide .tag2, .slick-initialized .slick-slide .tag3, 
.tag1, .tag2, .tag3 {
    display: table;
    font-size: 14px;
    line-height: 1em;
    padding: 7px 10px 2px;
    font-weight: bolder;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 3px;
}

.slick-initialized .slick-slide .tag1, .slick-initialized .slick-slide .tag2, .slick-initialized .slick-slide .tag3 {
    position: absolute;
    margin-top: -43px;
    margin-left: -20px;
}
.title_caption .tag1, .title_caption .tag2, .title_caption .tag3{
    position: absolute;
    bottom: 0;
    left: 0;
}

/*.no-image .tag1, .no-image .tag2, .no-image .tag3 {
    font-size: 16px;
}*/

.page .tag1, .page .tag2, .page .tag3 {
    margin-left: -2%;
    width: 98%;
    float: left;
    font-size: 15px;
    line-height: 2em;
    font-weight: bolder;
}
cite {
    word-break: break-all;
}

.at-share-btn-elements{
    display: flex;
    justify-content: space-around;
}

.at-style-responsive .at-share-btn{
    padding: 0 5px !important;
    border-radius: 3px !important;
}

.at-resp-share-element .at-share-btn:hover {
    -webkit-transform: translateY(-1px) !important;
    transform: translateY(-1px) !important; 
    color: #fff;
    text-decoration: none;
}

ul.box-news{
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    counter-reset: item-counter;

}

@media screen and (min-width: 1100px) {
    ul.box-news{
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;}
}

ul.box-news li{
    position: absolute;
    width: 100%;
    width: 46%;
    float: left;
    box-sizing: border-box;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    counter-increment: item-counter;

}

ul.box-news li a{
    margin-bottom: 30px;
}


/* PAYWAL */
.single_page_content{
    position: relative;
}

.pay-wall{
    /*position: absolute;
    bottom: 0;*/
    position: relative;
    left: 0;
    margin: 0 auto;
    width: 100%;
}

.pay-wall .pay-wall-inner{
    z-index: 2;
    position: relative;
    background: #fff;
    border-radius: 2px;
    padding: 30px;
    box-shadow: 0px 0px 50px rgba(50,50,93,.25), 0 1px 3px rgba(0,0,0,.08);
}

.pay-wall:before{
    content: '';
    position: absolute;
    z-index: 1;
    top: -100px;
    left: 0;
    height: 101px;
    width: 100%;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.pay-wall h2{
    margin-top: 40px;
    color: rgba(0,0,0,.7);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .025em;
    padding: 0;
    text-align: center;
}

.pay-wall .flex{
    position: relative;
    margin: 50px 5% 10px;
    padding: 10px 0;
    width: 90%;
    display: flex;
    justify-content: space-around;
}

.pay-wall .flex:before{
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    margin: 0 0 0 -0.5px;
    height: 100%;
    border-right: 1px dashed rgba(0,0,0,.2);
}

.pay-wall .flex > div{
    width: 45%;
    max-width: 240px;
    text-align: center;
}

.pay-wall .flex > div h3{
    width: 90%;
    min-height: 40px;
    margin: 0 auto;
    color: #8f8f8f;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .025em;
}

.pay-wall .assine,
.pay-wall .login{
    /*position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -90px;*/
    margin: 20px auto;
    display: table;
    width: 180px;
    height: 50px;
    line-height: 45px;
    border-radius: 4px;
    padding: 5px 20px;
    color: #fff;
    font-weight: bolder;
    letter-spacing: .025em;
    text-transform: uppercase;
    transition: all .1s ease-in-out;
    text-align: center;
}

.pay-wall .login{
    border: 1px solid #8f8f8f;
    color: #8f8f8f;
}

.pay-wall .assine{
    border: 1px solid #24b47e;
    background: #24b47e;
}

.pay-wall .assine:hover{
    color: #24b47e;
    background: transparent;
}

.videos-section{
    position: relative;
    margin-bottom: 30px
}


.videos-section h2{
    font-weight: 600;
    font-size: 36px;
    color: #000000;
    letter-spacing: 0.5px;
    line-height: 40px;
    max-width: 640px;
}

.videos-section h3{
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.videos-section .row{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.videos-section .row:before{
    position: relative;
    top: 30px;
    content: '';
    left: -100vw;
    right: -100vw;
    width: 300vw;
    height: calc(100% - 30px);
    display: block;
    background: rgba(216,216,216,0.39);
}

.videos-section .col-lg-4{
    float: none;
    margin-bottom: 30px;
}

.videos-section .row .img-full{
    margin-bottom: 0;
}

.video-thumb {
    overflow: hidden;
}

.video-thumb h3{
    font-weight: 600;
    padding: 0 20px;
    margin-bottom: 0;
    cursor: pointer;
}

.video-thumb .resume_caption{
    cursor: pointer;
}



@media (min-width: 992px){
    .video-thumb-small:nth-child(-n+4){
        width: 22.222%;
        margin-bottom: 0;
    }
}

.video-thumb-small h3{
    font-size: 20px;
    margin: 10px 0 0;
    padding: 0 10px;
}

.video-thumb-small .resume_caption{
    padding: 10px;
}


.video-thumb figure {
    position: relative;
    z-index: 9;
    cursor: pointer;
}

.video-thumb figure img{
    position: relative;
    width: 100%;
    z-index: 9;
}

.video-thumb .img-shadow{
    position: absolute;
    z-index: 2;
    bottom: -5px;
    left: 10%;
    width: 80%;
    filter: blur(10px);
    border-radius: 3px;
}

.video-thumb .box-news-image a{
    display: table;
    margin: 0 auto;
}

.video-thumb .box-basic:not(.img-full) .box-news-image{
    border-radius: 3px;
    overflow: visible;
}

@media (max-width: 992px){
    .video-thumb .box-basic:not(.img-full) .box-news-image{
        max-height: 100%;
    }
}


.video-thumb .box-basic:not(.img-full) img{
    border-radius: 3px;
}


.video-thumb .icon-yt{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 40px;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.video-thumb:hover .icon-yt{
    fill: #F61C0D;

}

.video-thumb .icon-yt.white-triagule{
    height: 20px;
    width: 20px;
    z-index: 10;
}

.video-thumb .data{
    padding: 10px 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.video-thumb .data .little-yt{
    height: 12px;
    width: 18px;
    fill: #F61C0D;
}


.video-thumb .data svg{
    margin-right: 3px;
}

.video-thumb .data span,
.video-thumb .data a{
    font-size: 12px;
}

.video-thumb .data a{
    display: flex; 
    font-size: 11px;
    line-height: 1.2em;
}


.video-thumb .icon-yt{
    fill: rgba(58,55,56,0.90);
}

.embed-container { 
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%; 
} 

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


.youtube-modal-opened{
    overflow: hidden;
}

.video-modal{
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    overflow: hidden;
    overflow-y: scroll;
}

.video-modal .close-video-mdl{
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 48px;
    width: 44px;
    height: 44px;
    outline: none;
}

.video-modal .close-video-mdl:hover{
    opacity: 0.9;
}

.video-modal .resume_caption{
    padding: 20px 0 10px;
    font-size: 17px;
}

.video-modal .wrp{
    min-height:100%;
    overflow-y: scroll;
}

.video-modal .video-container{
    position: relative;
    margin: 0 auto;
    padding: 2rem;
    max-width: 1024px;
}

.video-modal .video-container h3{
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.33px;
    line-height: 22px;
    text-transform: uppercase
}

.video-modal .info{
    margin-top: 8px;
    display: block;
    font-size: 12px;
    color: #8f8f8f;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .025em;
}

.video-modal .comments {
    padding: 30px 0;
    background: rgba(0,0,0,.02); 
}

.video-modal .comments small{
    display: block;
    padding: 2px 0;
    color: #8f8f8f;
    margin-bottom: 30px;
}

.video-modal .comment{
    padding: 10px 10px 15px;
    border-bottom: 1px solid rgba(0,0,0,.06);
}

.video-modal .comment:last-child{
    border-bottom: none;
}

.video-modal .comment img{
    height: 40px;
    width: 40px;
}

.video-modal .comment{
    padding: 15px 0 10px;
    display: flex;
}

.video-modal  .comments .video-container{
    padding: 0 2rem 2rem;
}

.video-modal  .comments h5{
    padding: 0 10px 10px;
    margin:0;
    color: #8f8f8f;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .025em;
    padding: 0;
    border-bottom: 1px solid rgba(0,0,0,.2);

}

.video-modal .comment img{
    margin-right: 15px;
}

.video-modal .comment h2{
    margin: 0;
    font-size: 14px; 
    font-weight: 600;
    display: inline-block;
}

.video-modal .comment p{
    margin-top: 5px;
}

.video-modal .comment time{
    margin-left: 10px;
    font-size: 14px; 
    opacity: 0.3;
    display: inline-block;
}

.edicao-digital{
    display: block;
    position: relative;
}

.edicao-digital{
    padding: 10px;
    background: #f4f4f4;
}

.edicao-digital img{
    width: 100%;
    height: auto;
    box-shadow: 3px 3px 2px -1px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    backface-visibility: hidden;
    will-change: transform;
    transform: perspective(1600px) rotateX(0) rotateY(0) translate3d(0, 0, -10px)
}

.edicao-digital:hover img{
    box-shadow: 5px 5px 2px -1px rgba(0,0,0,0.3);
    -moz-animation: intro 0.7s cubic-bezier(0.315, 0.605, 0.375, 0.925) 1;
    -webkit-animation: intro 0.7s cubic-bezier(0.315, 0.605, 0.375, 0.925) 1;
    animation: intro 0.7s cubic-bezier(0.315, 0.605, 0.375, 0.925) 1;
    animation-fill-mode: forwards;
}

.edicao-digital .labeling{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 10px 9px;
    width: 100%;
}

.box-full{
    margin-top: 10px;
}

.box-full  > .box-full-images{
    width: calc(100%);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
}

.box-full  .content_middle_middle{
    width: calc(33.33333333% - 30px);
}


.breaking-news{
    position: relative;
    margin-bottom: 30px;
    overflow:hidden; /*marison - thom avaliar*/
    max-width:100%; /*marison - thom avaliar*/
}


.breaking-news-head:before,
.breaking-news:before{
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 300vw;
    left: -100vw;
    right: -100vw;

}

.breaking-news:before{
    background: rgba(0,0,0,.05);
    border-bottom: 1px solid #C61A1A;
}

.breaking-news-head:before{
    background:#C61A1A;
}


.breaking-news .row{
    margin: 0;
}

.breaking-news .row:after,
.breaking-news .row:before{
    display: none
}

.breaking-news-head{
    position: relative;
    margin-bottom: 30px;
    padding: 8px 20px 5px;
    background:#3f3f3f; 

}
.breaking-news-head span{
    position: relative;
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .025em;
}

.breaking-news .col-lg-8,
.breaking-news  .box-list{
    float: none;
    margin-bottom: 30px;
}

.breaking-news .col-lg-8{
    padding: 0 30px 0 0;
}

.breaking-news  .box-list .content_middle_middle{
    float: none;
    display: block;
}

.breaking-news .row, 
.breaking-news .col-lg-8 .img-full{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 0;
}

.breaking-news .box-news-image{
    width: 45%;
    max-height: 280px;
    overflow: hidden;
}
.breaking-news .col-lg-8 .catg_titile{
    width: 100%;
    font-size: 32px;
    line-height: 1.2em;
    padding: 10px 20px;
}

.breaking-news .box-news-image + .catg_titile{
    width: 55%;
}

.breaking-news .col-lg-8 .box-news-image img{
    border-radius: 3px 0 0 3px
}

.cover-digital{
    display: flex;
    align-items: center;
}

.cover-digital img{
    width: 55px;
    height: auto;
    box-shadow: 3px 3px 2px -1px rgba(0,0,0,0.3)
}

.cover-digital .cover{
    font-size: 14px;
    letter-spacing: .025em;
    padding: 0 5px;
    max-width: 70px;
    line-height: 1em;
    text-align: right;

}

.filters,
.author-bio{
    align-self: flex-start;
    width: 30%;
    min-width: 300px;
    max-width: 320px;
    margin: 15px 0 15px 0;
    padding: 15px 20px;
}

.filters +  div{
    width: 70%;
}

.filters +  div .search-list li{
    max-width: 100%;
}


.author-bio{
    margin-top: 0;
}

.author-bio .blog-short-pic{
    display: block;
    margin: 0 auto 15px;
    height: 100px;
    width: 100px;
    overflow: hidden;
    line-height: normal;
    position: relative; 
}


.author-bio .blog-short-pic img{
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    width: 100px;
    height: auto;
}

.author-posts{
    width: calc(100% - 100px); 
}

.author-bio .bio-desc{
    text-align: center;
}

.author-bio .nav{
    display: flex;
    justify-content: space-around;
}


.author-bio .name{
    line-height: 1.2em;
    margin-bottom: 2px;
}

.author-bio .position{
    margin-top:  0;
}

.filters .flex > div{
    width: 47%;
}

.date-wrp{
    position: relative;
    width: 100%;
}

.date-wrp i{
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
    color: #8f8f8f;
}

.filters .flex input{
    width: 100%;
}

.filters{
    width: 30%;
}


.author-bio h4,
.filters h5, .filters h3{
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: .025em;
    font-weight: 600;
    color: #8f8f8f;
}

.author-bio h4{
    font-weight: normal;
}

.filters h5{
    font-size: 12px;
}

.author-bio h4,
.filters h3{
    font-size: 14px;
}



.filters label{
    display: block;
    margin: 0;
    line-height: 1em;
    font-weight: normal;
    color: #6f6f6f;
}

.filters input{
    margin: 0;
    padding: 5px 4px 1px;
}

.filters ul{
    padding-left: 5px;
}

.filters ul li{
    display: block;
    margin-bottom: 10px;
}

.payd-content{
    display: block;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .15em;
    opacity: 0.5;
}

.downloadApps{
    
}

.appDownloadFooter {
    display: flex;
}

.flex,
.appDownloadFooter a,
.appDownloadTop {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.appDownloadFooter a{
    justify-content: flex-start;
    align-items: center;
}

.appDownloadFooter a svg{
    margin-right: 5px;
}

.appDownloadTop{
    position: relative;
    top: 3px;
    margin: 0 0 0 15px;
    width: 170px;
    align-items: center;
}

.appDownloadFooter a{
    margin: 0 10px 0 0;
    width: 130px;
    height: 45px;
    padding: 0 5px;
    border: 1px solid #000000;
    border-radius: 4px;
}

.appDownloadTop ul{
    align-items: center;
}

.appDownloadFooter h5,
.appDownloadTop h5{
    margin: 0;
    color: #000;
    font-weight: bold;
}

.appDownloadFooter h5{
    line-height: 1em;
}

.appDownloadFooter .title,
.appDownloadTop .title{
    font-size: 8px;
    letter-spacing: 1px; 
    text-transform: uppercase;  
}
.appDownloadFooter .sbTittle,
.appDownloadTop .sbTittle{
    font-size: 12px;
    letter-spacing: 0;
}

.appDownloadFooter .sbTittle{
    text-transform: none;
}

.appDownloadTop li{
    position: relative;
    display: inline-block;
    height: 45px;
    width: 45px;
    border: 1px solid #000000;
    border-radius: 4px;
}

.appDownloadTop li a{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.appDownloadTop li:hover{
    background: #000000;
}
.appDownloadTop li:hover a svg{
    fill: #fff;
}

.appDownloadFooter a:hover{
    background: #000;
}

.appDownloadFooter a:hover svg{
    fill: #fff;
}

.appDownloadFooter a:hover h5{
    color: #fff;
}

.appDownloadFooter svg,
.appDownloadTop .icons svg{
    position: relative;
    height: 24px;
    width: 30px;
}

.appDownloadTop .apple{
    top: 3px;
}

.appDownloadTop .googlePlay{
    top: 4px;
    left: 2px;
}

#mainContent .flex{
    margin-top: 30px;
}

#mainContent .flex > h4{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .025em;
    padding: 0;
}

.data-list-view{
    margin-bottom: 30px;
    display: flex;
    width: 73px;
    justify-content: flex-start;    
    background-clip: padding-box;
    border-radius: 4px;
    background-color: rgba(0,0,0,.1);
    border: 1px solid rgba(0,0,0,.2);

}

.data-list-view button{
    height: 25px;
    width: 25px;
    padding: 5px;
    align-self: center;
    background: none;
    border: 0;
    display: flex;
    justify-content: center;
    -webkit-appearance: none;
    box-sizing: content-box;
    outline: none;
}

.data-list-view button svg{
    pointer-events: none;
}

button.button-list.active{
    background: #fff;
    border-radius: 4px 0 0 4px;
    border-right: 1px solid rgba(0,0,0,.2);
}

button.button-grid.active{
    background: #fff;
    border-radius: 0 4px 4px 0;
    border-left: 1px solid rgba(0,0,0,.2);
}

.search-list.grid{
    max-width: 100%;
    padding: 0;
}

.search-list.list{
    max-width: 720px;
}

.search-list.grid li {
    padding: 0;
}

.search-list.grid li .media{
    display: block;
}

.search-list.grid li .media-body{
    width: 100%;
}

.search-list.grid li .media-left{
    display: block;
    width: 100%;
}

.search-list.grid li .media-left img{
    border-radius: 3px 3px 0 0;
}

.list{
    padding: 0;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    -moz-box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}

.search-list.list{
    max-width: 720px;
    padding: 15px;
}


.search-list.list li{
    padding: 15px 0;
}

.search-list.list .media-left{
    display: none;
}

.search-list.list .no-image{
    min-height: 1px;
}

.search-list.list .media-heading {
    margin-bottom: 0;
}

.search-list.list .no-image a,
.search-list.list .media-heading a{
    font-size: 18px !important;
}

.search-list.list .media-body{
    width: 100%;
    padding: 0;
}

.grid li{
    margin-bottom: 30px;
    width: calc(33.33333333% - 20px);
}

.list li{
    border-bottom: 1px solid rgba(0,0,0,.08);
}

.search-list.list li .comments_box{
    margin-bottom: 2px;
}

.list li h4 + p{
    display: none;
}

.list li:last-child{
    border-bottom: none;
}

.list li .media,
.list li .no-image{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


@keyframes intro {
    0% {
        transform: perspective(1600px) rotateX(0) rotateY(0) translate3d(0, 0, -10px)
    }
    100% {
        transform: perspective(1600px) rotateX(0) rotateY(0) translate3d(0, 0, 0)
    }
}
@media(max-width:1199px ) {
    .header_bottom_left {
        width: auto
    }
    .logo {
        width: 210px
    }
    .featured_nav li {
        height: auto;
        width: 46.5%
    }
    .featured_video li {
        height: 169px;
        width: 22.5%
    }
    .single_featured_slide > h2 {
        line-height: 70%
    }
    .single_featured_slide > h2 a {
        font-size: 25px;
        line-height: 110%;
    }
    .media-left > img {
        width: 100%;
        height: auto
    }
    .pagincontent {
        width: 82%
    }
    .slick-track {
        height: auto;
    }
    .breaking-news .col-lg-8{
        padding: 0;
    }
    .breaking-news  .box-list{
        width: 100%;
    }
}
@media(max-width:991px ) {
    .header_bottom_right {
        display: none
    }
    .header_top_right {
        width: 40%;
    }
    ul.box-news li, 
    .featured_nav li{
        width: calc(50% - 15px);
    }

    .featured_video li {
        height: 208px;
        width: 47.6%;
    }

    .featured_video li:nth-child(2n+0) {
        margin-right: 0px;
    }
    .catgimg_container {
        height: 105px
    }
    .flicker_nav li a {
        height: 60px
    }
    .content_bottom_left {
        margin-left: 0;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        background-color:#FFF
    }
    .media-left > img {
        width: 100%;
        height: auto
    }
    .pagincontent {
        width: 84%
    }
    .contact_us {
        margin-top: 40px;
        width: 100%
    }
    .our_office {
        width: 100%
    }
    .content_bottom .col-lg-8{
        padding:0px;
        display:table
    }
    .top-date, .social-media a.contact, .social-media a.news, .weather{
        display:none !important
    }

    .lang{
        width:50%
    }

    .page .tag1,.page .tag2, .page .tag3{
        margin-left:0px;
    }

    .small_catg {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .small_catg li{
        width: calc(50% - 15px);
    }


    .scrollToTop{
        bottom: 15px;
        opacity: 0.7;
    }


    .box-images{
        width: 100%;
    }

    .breaking-news .col-lg-8 .catg_titile{
        font-size: 28px
    }


}
.header-top-menu{
        padding: 0 30px;
        width: 100vw;
    }

@media(max-width:767px ) {

    .header-top-menu{
        display: block !important;
        padding:0px;
    }

    #navarea{
        display: block;
        position: absolute;
        top: 0;
        right: 0;
    }

    .header_bottom{
        position: relative;    
        display: flex;
        float: none;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .content_middle .col-sm-6, .content_middle .col-md-6, .content_middle .col-lg-6{
        padding:0px;
    }		
    .header_top_left {
        width: 60%
    }
    .header_top_right {
        width: 85%
    }
    .social-media{
        display: none
    }

    .social-media + .center{
        display: none
    }

    .mid-left {
        padding-right:0px;
    }
    .mid-mid {
        padding-top: 0px;
    }
    .mid-right{
        padding-left:0px;
    }
    .search_form input[type="text"] {
        width: 99%
    }
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px
    }
    .navbar-collapse {
        padding-left: 15px;
        padding-right: 15px;
        overflow-y: auto !important;
        float: left;
        width: 100%;
        max-height: 200px;
    }
    .navbar-nav {
        margin: 7.5px 0
    }

    .custom_nav {
        border: none !important
    }
    .navbar-nav > li > .dropdown-menu{
        display:none
    }
    .catgimg_container {
        height: 250px
    }
    .media-heading {
        font-size: 18px
    }
    .flicker_nav li a {
        height: 100px
    }
    .single_footer_top {
        margin-bottom: 20px
    }
    .footer_bottom_left {
        text-align: center
    }
    .footer_bottom_right {
        text-align: center
    }
    .media-left {
        width: 112px;
        height: 112px
    }
    .similar_nav li {
        width: 100%
    }
    .pagincontent {
        width: 87%
    }
    .angle_right {
        width: 13%
    }
    .angle_left {
        width: 13%
    }
    .error_page_content h1 {
        font-size: 170px
    }
    .logo-small > img {
        margin-bottom: 10px;
    }
    .login-top {
        width: 100%;
    }

    .box-full  .content_middle_middle{
        width: calc(50% - 30px);
    }

    .appDownloadTop{
        display: none;
    }


}

@media(max-width:700px ) {
    .featured_nav li, .featured_video li {
        width: 46.2%;
    }

    .featured_video li {
        height: 208px;
        width: 46.2%;
    }


    .small_catg {
        display: block;
    }

    .small_catg li{
        width: 100%;
    }


    .breaking-news .row, .breaking-news .col-lg-8 .img-full{
        display: block;
        float: none;
    }

    .breaking-news .box-news-image,
    .breaking-news .col-lg-8 .catg_titile{
        width: 100%;
        float: none;
    }

    .breaking-news .col-lg-8 .box-news-image img{
        border-radius: 3px 3px 0 0;
    }


    .cover-digital{
        display: none;
    }


}

@media(max-width:480px ) {

    body{
        max-width: 100vw;
       /* overflow-x: hidden;*/
    }

    #header{
        max-width: 100vw; 
    }

    .header_top_left {
        width: 100%
    }
    .top_nav {
        text-align: center
    }
    .search_form{
        width: 100%;
    }
    .header_top_right {
        width: 100%;
        margin-bottom: 5px;
    }
    .search_form input[type="text"] {
        width: 100%;
        max-width: 100%;
    }
    .logo {
        width: auto;
        float: none;
    }
    .header_bottom_left {
        text-align: center
    }
    .latest_slider {
        padding-left: 0
    }
    ul.box-news li, 
    .featured_nav li, 
    .featured_video li {
        width: 100%;
    }

    .featured_video li {
        height: 208px;
    }

    .games_category {
        width: 100%
    }
    .fashion_category {
        width: 100%
    }
    .business_category_left {
        width: 100%
    }
    .business_category_right {
        width: 100%
    }
    .nav > li > a {
        padding: 2%
    }
    .pagincontent > a {
        font-size: 13px
    }
    .single_page_area > h2 {
        color: #000000;
        padding: 20px 10px;
        line-height: 40px;
        font-weight: bold;
    }
    .breadcrumb li a {
        font-size: 12px
    }
    .breadcrumb > .active {
        font-size: 12px
    }
    .error_page_content h1 {
        font-size: 100px
    }
    .slick-track {
        height: 280px;
    }


    .pay-wall .pay-wall-inner{
        padding: 0 10px;
    }

    .pay-wall h2{
        margin-top: 20px;
        font-size: 22px;
    }

    .pay-wall .flex{
        display: block;
        margin: 20px 5% 10px;
    }

    .pay-wall .flex:before{
        display: none;
    }

    .pay-wall .flex > div{
        width: 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }

    .pay-wall .flex > div h3{
        width: 100%;
        min-height: auto;
    }

    .video-thumb-small{
        margin-bottom: 15px;
    }

    .video-thumb-small:nth-child(-n+4){
        margin-bottom: 15px;
        width: 100%;
    }

    .box-full  .content_middle_middle,
    .box-images .content_middle_middle{
        width: 100%;
    }



}
@media(max-width:360px ) {
    .catgimg_container {
        height: 150px
    }

    #footer .col-xs-6{
        width: 100%;
    }

    .mid-right {
        padding-left:0px;
    }
    .media-left {
        width: 112px;
        height: 150px;
    }
    .flicker_nav li a {
        height: 60px
    }
    .business_category_right .media-left, .games_category .media-left, .fashion_category .media-left {
        height: 112px
    }
    .pagincontent > a {
        font-size: 10px
    }
    .pagincontent > span {
        font-size: 10px
    }
    .archive_caption h2 > a {
        font-size: 18px;
        line-height: 20px
    }
    .error_page_content h1 {
        font-size: 70px
    }
    .error_page_content h2 {
        font-size: 40px
    }
    .error_page_content p {
        font-size: 17px
    }
    .error_page_content h1:after, .error_page_content h1:before {
        height: 15px;
        width: 15px
    }
    .error_page_content h1:after {
        right: -30px
    }
    .error_page_content h1:before {
        left: -30px
    }
    .top_nav li a {
        padding: 8px 7px
    }
    .flicker_nav li {
        margin-right: 7px;
        margin-bottom: 7px
    }
    .similar_post h2 {
        font-size: 17px
    }
    .lateral-ads{
        display:block;
        overflow:hidden
    }
}

figcaption {
    font-size: 0.8em;
    color: #999;
    margin: 0.4em 0px;
    line-height: 1.2em;
    text-align:center;
}

.html-snipet-container{
    width:100%;
    display:block;
    clear:both;
    text-align:center;
    margin:0px 0px 30px 0px
}
.html-snipet-container ins{
    text-align:center;
}
.portlet{
    padding:10px;
}
.portlet img{
    max-width:100%;
}

.portlet-banner{
    text-align:center;
    margin:0 auto;
}
.author { color: #58595B; display: block; font-size: 10px; text-align:right; padding-right:10px }

.resume_caption{
    padding: 20px;
    font-size:15px;
    line-height: 1.5em;
    color: #3f3f3f
}
.box-news .title_caption{
    font-size:0.75em;
}
.box-news .box-news-image{
    overflow:hidden;
    display:block;
}
.box-basic .box-news-image{
    position: relative;
    overflow:hidden;
    display:block;
}

.box-news-image{
    position: relative;
}

.box-news-image figcaption{
    position: absolute;
    margin: 0;
    width: 100%;
    bottom: 0;
}

.box-news-image figcaption span{
    font-size: 14px;
    line-height: 1em;
    padding: 7px 10px 2px;
    font-weight: bolder;
}

.box-basic .box-news-text{
    min-height:380px;
    max-height:380px;    
}

.box-basic .title_text {
    display: inline-block;
    padding: 0px 0px 10px 20px;
}
.box-search-result .media-left{
    width:220px;
    height:auto;
}
.box-search-result .no-image{
    padding-left:30px;
}
.news-entry .post_subtitle{
    font-size:1.2em;
}

.rssb-container{
    max-width:100%;
    clear:both;
}
.news-entry .rssb-container{
    max-width:400px;
    margin: 0 auto;
}
.weather-icon { display: block; float: left;  margin:0; position: relative; }
.weather-icon img { max-height: 30px; }
.city { color: #58595B; display: block; float: right; font-size: 13px; line-height: 22px; text-align: left; width: 120px; }
.temperature { display: block; float: left; font-size: 1em; font-weight: bold; line-height: 30px; text-align: left; }

.news-entry-article{
    margin-top:20px;
}

.news-entry-article ul{
    list-style: square !important;
    padding-inline-start: 40px;
}

.news-entry-article ul li{
    display: list-item;
}

span.bold{
    font-weight: bold;
}
span.italic{
    font-style:italic;
}
span.underline{
    text-decoration: underline; 
}
.center{
    text-align:center;
}
.right{
    text-align:right;
}
.left{
    text-align:left;
}
.full{
    width:100%;
}
.search_form_mini{
    display:none;
    float:right;
}
.search_form_mini #keywords{
    display:none;
    position:absolute;
    width:300px;
    max-width: 300px;
    right:0;
}
.container_top_scroll{
    width:96%;
    margin-left:1.75em;
}
.box-separator{
    border-bottom-width: 1px;
    border-bottom-style: solid;    
    font-weight:700;
}

@media(max-width:480px ) {


    .container_top_scroll {
        width: 100%;
        margin-left:0;
        padding: 0 15px ;
        margin: 0 auto;
    }
}

#header .dropdown-login .btn-default {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    float: left;

}
#header .dropdown-login{
    display: inline-block;
    vertical-align: middle;
    position: initial;
}

.gsc-search-box input{
    height: 30px;
}

.left-top{
    display: flex;
    justify-content: space-between;
    align-content: center;
}
.header_top{
    position: absolute;
    top: 0;
    width: 100%;
    display: block;
    transition: top 0.3s;
    z-index: 1;
}

.signup a{
    position: relative;
    padding: 5px;
    border-radius: 3px;
}

.signup{

}

.signup:before {
    content: '';
    position: absolute;
    top: -100%;
    height: 300%;
    width: 100%;
    left: 0px;
}


.left-top > div{
    margin: 0 15px 0 0;
}

.lang .btn .caret{
    margin-left: 5px;
}

.lang img{
    margin-right: 5px;
}

.user-options{
    position: relative;
    top: 2px;
    display: inline-block;
    z-index: 999;
}

.user-options .label {
    position: relative;
    display: flex;
    padding: 0;
}

.user-options .label h4{
    text-transform: uppercase
}

.user-options input#user-logged {
    display: none;
}

.user-options .label figure{
    height: 30px;
    width: 30px;
    overflow: hidden;
    border-radius: 15px;
}

.user-options .label figure img{
    width: 100%;
    height: auto;    
}

.user-options .label i{
    position: absolute;
    top: -1px;
    right: -10px;
}

.login-top a,
.user-options .label h4{
    position: relative;
    display: table;
    padding: 0 5px;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    font-weight: 600;
}

.left-top > div.lang{
    margin-right: 0;
}

.login-top a{
    display: block;
    padding: 9px 10px;
    font-size: 14px;
    line-height: 14px;
    background: rgba(0, 0, 0, 0.1);
}

.login-top a i{
    position: relative;
    top: 1px;
}

.user-options-list{
    position: absolute;
    right: 0;
    top: 29px;
    display: none !important;
    z-index: 999;
    min-width: 200px;
    width: 100%;
    max-width: 270px;
}

.user-options-list ul{
    position: relative;
    top: 0;
    opacity: 0;
    will-change: transform;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s linear;
    transform: translate3d(0, -35px, 0);
    padding: 5px 0;
    background: rgba(254, 254, 254, 1);
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}

.user-options-list ul:before{
    position: absolute;
    top: -5px;
    right: 15px;
    transform: rotate(45deg);
    content: '';
    height: 12px;
    width: 12px;
    background: #fff;
    border-radius: 2px;
}

.user-options-list li{
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.user-options-list li:last-child{
    border-bottom: none
}

.user-options-list li:hover{
    background: rgba(0, 0, 0, 0.06);
}


.user-options-list li,
.user-options-list li a{
    color: rgba(0, 0, 0, 0.7);
}

.user-options-list li i{
    position: absolute;
    right: 10px;
    top: 8px;
}

.user-options-list li a,
.user-options-list li button{
    display: block;
    width: 100%;
    padding: 5px 10px;
    text-align: left;
}

.user-options-list li a:hover,
.user-options-list li button:hover{
    color: rgba(0, 0, 0, 0.9);
}

.user-options-list li button{
    border: none;
    background: none;
}

.user-options:hover .user-options-list{
    display: block !important;
}

.user-options:hover .user-options-list ul{
    transform: translate3d(0, 0, 0);
    opacity: 1;
    animation: user-drop-down 600ms cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    -moz-animation: user-drop-down 600ms cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    -ms-animation: user-drop-down 600ms cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    -o-animation: user-drop-down 600ms cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    -webkit-animation: user-drop-down 600ms cubic-bezier(0.165, 0.84, 0.44, 1) forwards; 
}

@keyframes user-drop-down { 
    from { 
        opacity: 0;
        transform: translate3d(0, -25px, 0);
    } 
    to { 
        opacity: 1;
        transform: translate3d(0, 5px, 0);   
    } 
}
@-moz-keyframes user-drop-down { 
    from {
        opacity: 0;
        -moz-transform: translate3d(0, -25px, 0);
    } 
    to { 
        opacity: 1;
        -moz-transform: translate3d(0, 5px, 0);
    } 
}
@-ms-keyframes user-drop-down { 
    from {
        opacity: 0;
        -ms-transform: translate3d(0, -25px, 0);
    } 
    to { 
        opacity: 1;
        -ms-transform: translate3d(0, 5px, 0);

    } 
}
@-o-keyframes user-drop-down { 
    from {
        opacity: 0;
        -o-transform: translate3d(0, -25px, 0);
    } 
    to { 
        opacity: 1;
        -o-transform: translate3d(0, 5px, 0);

    } 
}
@-webkit-keyframes user-drop-down { 
    from { 
        opacity: 0;
        -webkit-transform: translate3d(0, -25px, 0);
    } 
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 5px, 0);
    } 
}



.box {
    width: 40%;
    margin: 0 auto;
    background: rgba(255,255,255,0.2);
    padding: 35px;
    border: 2px solid #fff;
    border-radius: 20px/50px;
    background-clip: padding-box;
    text-align: center;
}

.overlay {
    position: fixed;
    top: 0;
    max-width:100vw;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 70px auto;
    padding:30px;
    background: #fff;
    border-radius: 5px;
    width: 50%;
    max-width: 600px;
    position: relative;
    transition: all .2s ease-in-out;
    will-change: transform;
}

.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    transition: all .2s ease-in-out;
}
.popup .close:hover {
    color: #222;
}
.popup .close:active {
    top: 21px;
}


.popup .content {
    max-height: 30%;
    overflow: visible;
}

.popup h2{
    margin-bottom: 50px;
    color: #292e31;
    font-weight: lighter;
    letter-spacing: 1.2pt;
}

.news-form > div{
    position: relative;
    margin-bottom:30px;
    display: block;
    width: 100%;
    vertical-align: top;
}

.news-form > div:last-child{
    margin-bottom: 0;
}

.news-form > div input{
    display: block;
    width: 100%;
}

.news-form > div input.error{
    border-color:rgba(239, 88, 90, 0.2);
}

.news-form label.error{
    position: absolute;
    margin-top: -10px;
    top: initial;
    left: 0;
    width: 100%;
    line-height: 1.7em;
    padding: 2px 5px;
    display: block;
    text-align: right;
}


i.bg{
    position: absolute;
    left: 0;
    top: -30px;
    opacity: 0.03;
    font-size: 420px;
    transform: rotate(-15deg);
}

.news-form input[type=button]{
    margin: 0 auto;
    width: 180px;
}

.news-form input[type=button]:hover{
    opacity: 0.7;
}


.news-form input[type=button]:active{
    top: 1px;
}

.news-form .form-submit{
    width: 100%;
}


@media screen and (max-width: 700px){
    .box{
        width: 70%;
    }
    .popup{
        width: 70%;
    }
}


.image-gallery #grid-4 li{
    width: calc(25% - 22.5px);
}

.image-gallery .content_middle_middle{
    display: block;
    float: none;
}

.image-gallery .col-md-12, 
.image-gallery .col-lg-12{
    padding: 0;
}

.image-gallery h3{
    margin: 20px 0;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .025em;
    color: rgb(51, 51, 51);
}

@media(max-width:360px ) {

    .image-gallery #grid-4 li{
        width: 100%;
    }

}

svg:not(.no-touch) path {
    stroke-linejoin: round;
    fill: inherit
}

svg:not(.no-touch) line {
    fill: none;
    stroke-linejoin: round;
    stroke-width: 1;
    stroke: inherit
}

svg:not(.no-touch) polyline {
    stroke-dasharray: 0;
    stroke-dashoffset: 0
}

.custom-footer {
    font-family: Hind, sans-serif;
    padding: 20px 0;
    background: #f4f4f4
}

.custom-footer .container {
    padding: 0 10px
}

.custom-footer a {
    text-decoration: none
}

.custom-footer .row {
    margin: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.custom-footer .col {
    width: 14.28571%;
    min-width: 150px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width:540px) {
    .custom-footer .col {
        width: 50%;
        margin-bottom: 30px
    }
    .custom-footer h5 {
        margin-bottom: 0
    }
}

.custom-footer .col a.edicao-digital img {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 3px 3px 2px -1px rgba(0, 0, 0, .3);
    box-shadow: 3px 3px 2px -1px rgba(0, 0, 0, .3);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
    -webkit-transform: perspective(1600px) rotateX(0) rotateY(0) translate3d(0, 0, -10px);
    transform: perspective(1600px) rotateX(0) rotateY(0) translate3d(0, 0, -10px)
}

.custom-footer .col a.edicao-digital:hover img {
    -webkit-box-shadow: 5px 5px 2px -1px rgba(0, 0, 0, .3);
    box-shadow: 5px 5px 2px -1px rgba(0, 0, 0, .3);
    -webkit-animation: intro .7s cubic-bezier(.315, .605, .375, .925) 1;
    animation: intro .7s cubic-bezier(.315, .605, .375, .925) 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.custom-footer .col ul {
    padding-left: 10px
}

.custom-footer li,
.custom-footer ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.custom-footer h5 {
    margin-top: 0;
    text-transform: capitalize;
    line-height: 1.3em
}

.custom-footer h5 a {
    color: #006496
}

.custom-footer li {
    line-height: 1.4em
}

.custom-footer li a {
    color: #8f8f8f;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .025em
}

.custom-footer .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    margin-right: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width:540px) {
    .custom-footer .social-links {
        margin: 20px 0 20px auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.custom-footer .social-links .social-link {
    display: inline-block;
    margin: 0 5px;
    width: 50px;
    height: 50px
}

.custom-footer .social-links .social-link svg {
    fill: #006F91;
    width: 100%;
    height: 100%
}

.custom-footer .social-links .social-link:hover svg {
    fill: #005b78
}

.custom-footer .between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.custom-footer .between .logo {
    max-width: 235px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

@media (max-width:540px) {
    .custom-footer .between .logo {
        display: block;
        margin: 0 auto;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .custom-footer .between .slogan {
        margin: 30px auto
    }
}

.custom-footer .between .logo img {
    width: 100%;
    height: auto;
    -webkit-filter: multiply;
    filter: multiply;
    mix-blend-mode: multiply
}

.custom-footer .between .slogan {
    line-height: 1.2em;
    text-transform: uppercase;
    font-size: 1.375em;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.custom-footer .between .slogan span {
    margin: 0 0 5px;
    display: inline-block;
    padding: 6px 5px 1px;
    background: #000;
    color: #fff
}

#news-div {
    display: flex; 
    margin: auto; 
    margin-right: 0; 
    position: relative;
}

.custom-footer .newsletter {
    max-width: 300px;
    padding: 5px 30px;
    background: #006F91;
    border-radius: 8px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

@media (max-width:540px) {
    .custom-footer .newsletter {
        margin: 0 auto;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

.custom-footer .newsletter p {
    line-height: 1.1em
}

.custom-footer .newsletter strong {
    margin: 15px 0 0;
    font-size: 2.25em;
    text-transform: uppercase;
    display: block
}

.custom-footer #link1 {
    display: block;
    margin: 15px auto 10px;
    width: 100px
}

.custom-footer #link1 img {
    width: 100%;
    height: auto
}

.custom-footer .credits {
    position: absolute;
    width: 100%;
    padding-bottom: 35px;
    margin-top: 5px;
    margin-bottom: 0px;
    background: #006F91;
    color:white;
    text-align:center;
    font-weight: 600;
    display:block;
}

.custom-footer .mid {
    width: 100%;
    margin: 20px;
    margin-bottom: 70px;
}

.footer-custom-links >li{
    display:inline;
}
.footer-custom-links >li a{
    color:black;
    font-size:11px;
    font-family:Arial;
    padding-right:10px;
    text-decoration: none;
}
.footer-custom-links >li a:hover{
 text-decoration: underline;   
}
