@font-face {
    font-family: 'MontserratExtraBold';
    src: url('../fonts/Montserrat-ExtraBold.eot');
    src: url('../fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
    url('../fonts/Montserrat-ExtraBold.woff') format('woff'),
    url('../fonts/Montserrat-ExtraBold.ttf') format('truetype'),
    url('../fonts/Montserrat-ExtraBold.svg#montserratblack') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'MontserratLight';
    src: url('../fonts/MontserratLight.eot');
    src: url('../fonts/MontserratLight.eot') format('embedded-opentype'),
         url('../fonts/MontserratLight.woff2') format('woff2'),
         url('../fonts/MontserratLight.woff') format('woff'),
         url('../fonts/MontserratLight.ttf') format('truetype'),
         url('../fonts/MontserratLight.svg#MontserratLight') format('svg');
}
@font-face {
    font-family: 'MontserratSemiBold';
    src: url('../fonts/montserrat-semibold-webfont.eot');
    src: url('../fonts/montserrat-semibold-webfont.eot') format('embedded-opentype'),
         url('../fonts/montserrat-semibold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-semibold-webfont.woff') format('woff'),
         url('../fonts/montserrat-semibold-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-semibold-webfont.svg#MontserratLight') format('svg');
}

body{
    -webkit-overflow-scrolling: touch;
}
/*--- general css --*/
.center {
    max-width: 1280px;
    margin: 0 auto;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.clear {
    clear: both;
}

/*-- site header --*/
.site-header *{
    box-sizing: initial;
}
.site-header {
    padding: 11px 0 13px;
    border-bottom: solid 5px #c6dee3;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    position: fixed;
    width:100%;
    background-color: #fff;
    z-index: 3;
    transition: padding 0.3s ease-out;
    top:0px;
}
.site-header.collapsed{
    padding:5px 0px;
    height:46px;
    border: none;
    box-sizing: initial;
    z-index: 16;
}
.site-header.collapsed .lt-logo{
    max-width:140px;
    margin-top: 1px;
}
.site-header.collapsed .social-nav{
    top:10px;
}
.site-header.collapsed .navig-left{
    top:5px;
}
.site-header.collapsed .hamburg-dd{
    top:55px;
}
.site-header.collapsed .hamburger-menu-wrapper{
    top:40px;
}
.lt-logo {
    max-width: 189px;
    margin: 0 auto;
    transition: max-width 0.3s ease-out;
}
.lt-logo img {
    width: 100%;
    vertical-align: initial;
}
.site-header .navig-left {
    position: absolute;
    top: 14px;
}
.site-header .navig-left a.hamburg-activation {
    width: 36px;
    height: 36px;
    display: block;
    font-size: 36px;
    text-align: center;
    color: #444;
    background: url('../img/hamburg-menu.png') no-repeat left top;
}
.site-header .navig-left:hover a.hamburg-activation {
    color: #18b9d6;
    background: url('../img/hamburg-menu.png') no-repeat right top;
}
.site-header .center {
    position: relative;
    max-width: inherit;
    margin: 0 1.5%;
}
.social-nav {
    right: 0;
    top: 19px;
    position: absolute;
    min-width: 100px;
}
.social-nav a {
    margin-left: 10px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #999;
    display: block;
    float: left;
    outline:0;
    background: url('../img/social-icons.png') no-repeat;
}
.social-nav a.soc-facebook { background-position: 0 0; }
.social-nav a.soc-pinterest { background-position: -38px 0; }
.social-nav a.soc-twitter { background-position: -74px 0; }
.social-nav a.soc-email { background-position: -297px 0; }
.social-nav a.fa.fa-ellipsis-h { color: rgba(0, 0, 0, 0); background-position: -179px 0; margin: 0 5px 0 10px; }
.social-nav a.fa.fa-times { color: rgba(0, 0, 0, 0); background-position: -145px 0; margin-right: 5px; }
.social-nav .more-social {
    float: left;
    display: none;
}
.fa.fa-facebook-official {color: #3b5998;}
.fa.fa-twitter {color: #58ccff;}
.fa.fa-pinterest {color: #bd081c;}
.fa.fa-linkedin-square {color: #0077b5;}
.fa.fa-google-plus-square {color: #d34836;}
form.navig-search{
    position: relative;
    width: 26px;
    height: 26px;
    line-height: 26px;
    right: 0;
    top: 0;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
    border:2px solid #fff;
    float:left;
    display:block;
    box-sizing: initial;
    background-color:#fff;
}
form.navig-search.searchbox-open {
    width: 350px;
    position:absolute;
    background-color:#fff;
    border:2px solid #c6dee3;
}
.navig-search .search-input{
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    width: calc(100% - 60px);
    margin: 0 40px 0 20px;
    font-size: 20px;
    display: none;
    background-color: transparent;
}
.navig-search.searchbox-open .search-input {
    display: block;
}
.navig-search .search-submit{
    display: block;
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    color: #dcddd8;
    background-color: transparent;
}
.navig-search .site-search{
    display: block;
    position: absolute;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    right:0px;
    top:0px;
    background-position: -214px 0;
    color: rgba(255, 0, 0, 0);
}
.navig-search.searchbox-open .fa.fa-search{
   color: rgba(0, 0, 0, 0);
   background-position: -264px 0;
}
.navig-search .fa.fa-search:before{
    box-sizing: initial !important;
}
    .hamburg-dd h2,
    .hamburg-dd .menu-head-link {
        text-align: center;
        font-size: 2.6em;
        padding: 0 0 1em;
        font-weight: 300;
    }
    .hamburg-dd h2 a,
    .hamburg-dd .menu-head-link a,
    .hamburg-dd h3 a {
        color: #fff;
        text-decoration:none;
    }
    .hamburg-dd h2 a:hover,
    .hamburg-dd .menu-head-link a:hover,
    .hamburg-dd h3 a:hover {
        color: #fff;
    }
    .hamburg-dd h2 span,
    .hamburg-dd .menu-head-link span{
        font-weight: 700;
    }
    .hamburg-dd h2 i,
    .hamburg-dd .menu-head-link i {
        margin-left: 0.3em;
    }
    .hamburg-dd .sub-story figure {
        margin-bottom: 1em;
    }
    .hamburger-menu-wrapper {
        position: fixed;
        width: 100%;
        left: 0px;
        right: 0px;
        padding: 40px 0;
        min-height: 329px;
        top:55px;
        z-index: 100;
        box-sizing: initial;
        opacity: 0;
        visibility: hidden;
        transition-property: opacity, visibility;
        transition-duration: .25s, 0s;
        transition-delay: 0s, .0s;
    }
    .navig-left:hover .hamburger-menu-wrapper, .hamburger-menu-wrapper.force-menu-open,
    .hamburger-menu-wrapper:hover {
    /*.hamburger-menu-wrapper.force-menu-open,
    .navig-left:not(.hamburger-on-mobile):hover .hamburger-menu-wrapper.force-menu-open,
    .hamburger-menu-wrapper:not(.hamburger-on-mobile .hamburger-menu-wrapper):hover {*/
        opacity: 1;
        visibility: visible;
        transition-delay: 0s, 0s;
    }
    .hamburg-dd {
        overflow: hidden;
        padding-bottom: 20px;
        position: fixed;
        top: 90px;
        min-height: 409px;
        left: 0;
        right: 0;
        z-index: 100;
        border-top: solid 1px #e3e3e3;
        box-shadow: 0 3px 3px rgba(0,0,0,0.3);
        /*background-image: url('../img/dark-pattern.png');*/
        background: #222;
        background-repeat: repeat;
    }
    .hamburg-dd .sub-navig {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        padding: 20px 0 0 0;
        width: 323px;
        background: #333;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        margin: 0;
        border: 0;
        outline: 0;
        vertical-align: baseline;
        line-height:10px;
        display:block;
        font-family: Raleway, sans-serif;
        font-size:10px
    }
    .hamburg-dd .sub-navig a {
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        padding: 0.6em 40px;
        margin-bottom: 0.3em;
        box-sizing: border-box;
        height: 42px;
        display: block;
        position: relative;
        text-transform: uppercase;
        font-family: Raleway, sans-serif;
        line-height:20px;
        text-decoration: none;
    }
    .hamburg-dd .sub-navig li{
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
        line-height: 10px;
    }
    .hamburg-dd .sub-navig li.active a {
        background: #18b9d6;
    }
    .hamburg-dd .sub-navig li.active a span {
        width: 0;
        height: 0;
        border-top: 21px solid transparent;
        border-bottom: 21px solid transparent;
        border-left: 21px solid #18b9d6;
        position: absolute;
        right: -21px;
        top: 0;
        display: none;
    }
    .hamburg-dd .sub-navig li.active a span {
        display: block;
    }
    .hamburg-dd .sub-navig li.about-lt-nav a {
        text-transform: none;
        font-size: 1.8em;
        line-height: 21px;
        font-weight: 500;
    }
    .hamburg-dd .subnav-stories {
        margin-left: 339px;
        display:flex;
    }
    .hamburg-dd .subnav-stories .substory-wrapper{
        display:none;
        float: left;
        animation: hide 250ms linear;
        animation-fill-mode: forwards;
      }
    .hamburg-dd .subnav-stories .substory-wrapper .sub-story h3{
        margin-top:0px;
        line-height:18.7px;
    }
    .hamburg-dd .subnav-stories .substory-wrapper .sub-story a{
        font-size:19px;
        font-family: Raleway, sans-serif;
    }
    .hamburg-dd .subnav-stories .substory-wrapper.show{
        display:block;
        float: left;
        animation: show 250ms linear;
        animation-fill-mode: forwards;
    }
    .hamburg-dd .subnav-stories .substory-wrapper.sub-aboutit {
        z-index: 1000;
        position: relative;
    }
    .hamburg-dd .sub-story {
        width: 31.333333333%;
        margin: 0 1%;
        float: left;
    }
    .hamburg-dd .sub-story figure{
        margin-bottom: 10px;
        line-height: 22.8px;
        background-clip: border-box;
        background-color:rgba(0, 0, 0, 0);
        background-image:none;
        background-origin:padding-box;
        background-size:auto;
        border-bottom-color:rgb(85, 26, 139);
        border-bottom-style:none;
        border-bottom-width:0px;
        border-image-outset:0px;
        border-image-repeat:stretch;
        border-image-slice:100%;
        border-image-source:none;
        border-image-width:1;
        border-left-color:rgb(85, 26, 139);
        border-left-style:none;
        border-left-width:0px;
        border-right-color:rgb(85, 26, 139);
        border-right-style:none;
        border-right-width:0px;
        border-top-color:rgb(85, 26, 139);
        border-top-style:none;
        border-top-width:0px;
        color:rgb(85, 26, 139);
        cursor:auto;
        display:block;
        font-family:Raleway, sans-serif;
        font-size:10px;
        line-height:10px;
        margin-bottom:10px;
        margin-left:0px;
        margin-right:0px;
        margin-top:0px;
        outline-color:rgb(85, 26, 139);
        outline-style:none;
        outline-width:0px;
        padding-bottom:0px;
        padding-left:0px;
        padding-right:0px;
        padding-top:0px;
        vertical-align:baseline;
        width:490.672px;
    }
    .hamburg-dd .sub-story figure{ width: 100%; }
    .hamburg-dd .sub-story figure img {
        width: calc(100% - 10px);
        border:5px solid #5e5c5d;
    }
    .hamburg-dd h2,
    .hamburg-dd .menu-head-link {
        text-align: left;
        padding: 24px 0 24px 1%;
        font-size:26px;
        margin:0px;
        font-family: Raleway, sans-serif;
    }
    .aboutlt-sub {
        padding-top: 30px;
    }
    .aboutlt-sub .menu1 {
        float: left;
        min-width: 190px;
        min-height: 270px;
        font-family: Raleway, sans-serif;
    }
    .aboutlt-sub .menu1 a, .aboutlt-sub .menu2 > a {
        display: block;
        font-size: 16px;
        padding: 11.2px 16px;
        color: #fff;
        cursor: pointer;
        line-height:16px;
        text-decoration: none;
    }
    .aboutlt-sub .menu1 a:hover, .aboutlt-sub .menu2 > a:hover {
        font-weight: 700;
        cursor: pointer;
    }
    .aboutlt-sub .menu2 {
        float: left;
        min-height: 270px;
        position: relative;
    }
    .aboutlt-sub .menu2 > a {
        font-size: 14.6px;
        line-height:14.6px;
        font-family: Raleway, sans-serif;
        padding:10.2px 14.6px;
    }
    .aboutlt-sub .menu2 p {
        position: absolute;
        bottom: 0;
        font-size: 13px;
        color: #333;
        width: 276px;
        padding: 13px;
        background: #f6f6f6;
        margin:0px;
        font-family: Raleway, sans-serif;
    }
    .aboutlt-sub .menu2 p span {
        font-weight: bold;
        display: block;
    }
    .aboutlt-sub .menu2 p a {
        color: #18b9d6;
    }
.menu-subline{
    visibility:hidden;
}
.menu-hover-overlay{
    width:100%;
    position: fixed;
    top:0px;
    right:0px;
    bottom:-10px;
    left:0px;
    background-color:rgba(0, 0, 0, 0.8);
    z-index: 15;
    display: none;
    height:100vh;
}

/*-- more amazing live add on ---*/
.content-top-posts-header{
    font-family: 'Raleway' !important;
    line-height: normal !important;
    height: auto !important;
    float:left;
    font-size: 28px;
    font-weight: 300;
    text-align: center;
    color: #444444;
    width: 100%;
    margin-bottom:15px;
}
.content-top-posts-header strong{
    font-weight: 600;
}

.content-top-posts{
    display:block;
    width:100%;
    height:100%;
    position:relative;
    margin: 0 auto;
}

.content-top-posts .post{
    width:31%;
    margin:0 1%;
    display:block;
    padding-bottom:10px;
    position:relative;
    float: left;
}
.content-top-posts .post .author {
  margin-bottom: 0;
}
.content-top-posts .post:nth-child(3n+1){
    clear:left;

}
.content-top-posts .post:nth-child(3n+3){
    clear:right;
}
.content-top-posts .post .author a:last-child {
    display: none;
}

/*.more-stories-ab .content-top-posts .post,
.content-top-posts .post,
.more-stories-ab .content-top-posts .post,
.content-top-posts .post {
    width:31%;
    margin:0 1%;
    display:block;
    padding-bottom:10px;
    position:relative;
    float: left;

}
.more-stories-ab .content-top-posts .post:nth-child(1n+3),
.content-top-posts .post:nth-child(1n+3),
.more-stories-ab .content-top-posts .post:nth-child(1n+3),
.content-top-posts .post:nth-child(1n+3) {
    clear:left;

}
.more-stories-ab .content-top-posts .post:nth-child(1n+3),
.content-top-posts .post:nth-child(1n+3),
.more-stories-ab .content-top-posts .post:nth-child(1n+3),
.content-top-posts .post:nth-child(1n+3) {
    clear:right;
}
.more-stories-ab .content-top-posts .post .author,
.content-top-posts .post .author,
.more-stories-ab .content-top-posts .post .author,
.content-top-posts .post .author {
    display: block;
}*/

.content-top-posts.series_posts .post{
    width:calc( ( 100% - 20px )/4);
    float: left;
    margin:0px;
}

.content-top-posts .post .link .title{
    font-size:12px;
    display: block;
    font-weight: normal;
    color: #444;
    margin: 15px 0 10px 0;
    line-height: normal;
    font-family:'Raleway';
    font-weight: 600;
    text-transform: none;
}
.content-top-posts .post .link {
  padding: 0;
  width: 100%;
}

.content-top-posts .clear-bordered{
    border-bottom:1px solid #ccc;
    clear: both;
    width:100%;
    display: block;
    margin-bottom:25px;
    padding-bottom:0px;
}

.content-top-posts .post .link{
    text-decoration: none;
    display: block;
}

.content-top-posts .post .link .image{
    display:block;
    width:100%;
    padding-bottom: 165px;
    background-size:100% auto;
    background-position:0 50%;
    background-repeat:no-repeat;
    position: relative;
    transition: all 0.5s ease;
}
.load-more-holder,
.view-more-holder {
    display:block;
    float:left;
    width:100%;
    text-align: center;
}
.view-more-holder {
    padding-bottom: 58px;
}
.loading-wrapper{
    font-size: 18px;
    color: #333;
    text-align: center;
    width:100%;
    float: left;
    margin: 0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
    height: 1px;
}
.loading-wrapper > div{
    margin-left: 15px;
}
.loading-wrapper .loading{
    display:inline-block;
    width:65px;
    height:65px;
    background-image:url("../img/icons/lt-animated.gif");
    background-size:100% auto;
    vertical-align:middle;
}


@media (max-width: 1400px) {
    .hamburg-dd {
        min-height: 329px;
    }
}
@media (max-width: 1100px) {
    .hamburg-dd {
        min-height: 345px;
    }
}
@media (max-width: 1000px) {

    form.navig-search.searchbox-open{
            width: 230px;
    }
    form.navig-search.searchbox-open input {
        margin: 0 40px 0 10px;
        font-size: 19px;
    }
    /*-- sub nav --*/
    .main-drop-down .menu-story {
        width: 24%;
        margin: 0 0.5%;
    }
    /*--- hamburg --*/
    .hamburg-dd .sub-navig {
        width: 253px;
    }
    .hamburg-dd .sub-navig a {
        font-size: 19px;
        padding: 0.6 1.6em;
    }
    .hamburg-dd .sub-navig a span {
        border-top: 21px solid transparent;
        border-bottom: 21px solid transparent;
        border-left: 21px solid #18b9d6;
        right: -21px;
        display: none;
    }
    .hamburg-dd .subnav-stories {
        margin-left: 279px;
    }
    .hamburg-dd .subnav-stories .substory-wrapper .sub-story a{
        font-size: 15.6px;
        line-height:18.72px;
    }
}
/** Conditional Sticky Header Start **/
.site-header .article-headers-holder{
    width:calc(100% - 37px);
    margin: 0 auto;
    padding: 0 0 0 37px;
    height: 46px;
    overflow:hidden;
}
.site-header .article-headers-holder .article-headers-wrapper{
   position: relative;
    transition: transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
    -moz-transition: -moz-transform .3s ease;
    -ms-transition: -ms-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    height: 46px;
    margin:0;
}
.article-headers-holder .article-header{
    height:100%;
}
.article-headers-holder .article-header.second-view{
    width: 1175px;
    margin: 0 auto;
}
.article-headers-holder .article-header.second-view .header-logo{
    display: block;
    float: left;
    height: 100%;
}
.article-headers-holder .article-header.second-view .header-logo img{
    height:46px;
}
.article-headers-holder .article-header.second-view .post_title{
    width: calc(65% - 35px);
    height: 100%;
    padding: 0 15px 0 25px;
    display: block;
    float: left;
    font-family: 'Montserrat','PT Sans',arial,sans-serif;
    font-size: 16px;
}
.article-headers-holder .article-header.second-view .post_title .table_wrapper{
    display: table;
    width: 100%;
    height: 100%;
}
.article-headers-holder .article-header.second-view .post_title .table_cell{
    display: table-cell;
    vertical-align: middle;
}
.article-headers-holder .article-header.second-view .post_share{
    max-width: 290px;
    height: 100%;
    display: block;
    float: left;
    vertical-align: top;
    position: relative;
    width: 35%;
    margin-left: 35px;
}
/*
.article-headers-holder .article-header.second-view .post_share .facebook_share{
    width: 100%;
    height: calc(100% - 2px);
    display: block;
    float: left;
    background-color: #3C56A2;
    color: #fff;
    text-align: center;
    position: relative;
    font-family: 'Montserrat','PT Sans',arial,sans-serif;
    font-size: 16px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 3px 3px 3px 3px;
    background-image: url('../img/icons/facebook-white.png');
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 7px 13px;
    cursor: pointer;
}
.article-headers-holder .article-header.second-view .post_share .facebook_share:after{
    content: 'Share on Facebook';
    top: 50%;
    transform: translateY(-50%);
    display: block;
    position: relative;
    padding-left:30px;
}
*/
.article-headers-holder .article-header.second-view .post_share .facebook_share,
.social-share-box-full .share-item,
.social-share-box .share-item.fb {
  width: 100%;
  height: 42px;
  display: block;
  float: left;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;

  border-radius: 4px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.33), inset 0 1px 0 0 #5377d4;
  border: solid 1px #203a7e;
  background: #415fad;
  background: -moz-linear-gradient(top, #415fad 0%, #3c569a 100%);
  background: -webkit-linear-gradient(top, #415fad 0%,#3c569a 100%);
  background: linear-gradient(to bottom, #415fad 0%,#3c569a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#415fad', endColorstr='#3c569a',GradientType=0 );
}
.article-headers-holder .article-header.second-view .post_share .facebook_share {
    height: 41px;
}
.article-headers-holder .article-header.second-view .post_share .facebook_share::before,
.social-share-box-full .share-item::before,
.social-share-box .share-item.fb::before {
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f09a";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 10px;
  color: #fff;
  font-size: 22px;
  top: 50%;
  transform: translateY(-45%);
}
.article-headers-holder .article-header.second-view .post_share .facebook_share::before {
    font-size: 20px;
    transform: translateY(-50%);
}
.article-headers-holder .article-header.second-view .post_share .facebook_share::after,
.social-share-box-full .share-item::after,
.social-share-box .share-item.fb::after {
  content: 'Share on Facebook';
  top: 50%;
  transform: translateY(-50%);
  display: block;
  position: relative;
  width: 100%;

  font-family: 'Montserrat','PT Sans',arial,sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.47;
  letter-spacing: 1.4px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  text-indent: 22px;
}
.article-headers-holder .article-header.second-view .post_share .facebook_share::after{
  transform: translateY(-53%);
}
@media screen and (max-width: 800px) {
    .article-headers-holder .article-header.second-view .post_share .facebook_share::after{
        font-size: 14px;
        letter-spacing: 1.3px;
    }
}
.social-share-box-full .share-item::after,
.social-share-box .share-item.fb::after {
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: 1.5px;
}

.site-header .article-headers-holder .article-headers-wrapper.active_first{
    transform: translate3d(0 , 0, 0);
    -webkit-transform: translate3d(0 , 0, 0);
    -moz-transform: translate3d(0 , 0, 0);
    -ms-transform: translate3d(0 , 0, 0);
    -o-transform: translate3d(0 , 0, 0);
}
.site-header .article-headers-holder .article-headers-wrapper.active_second{
    transform: translate3d(0 , -100%, 0);
    -webkit-transform:  translate3d(0 , -100%, 0);
    -moz-transform:  translate3d(0 , -100%, 0);
    -ms-transform:  translate3d(0 , -100%, 0);
    -o-transform:  translate3d(0 , -100%, 0);
}
.cond_header_progress{
    display:none;
}
.single-post .cond_header_progress{
        position: fixed;
        display: inline-block;
        top: 56px;
        left:0;
        width: 100%;
        height: 5px;
        z-index:14;
       -webkit-appearance: none;
       -moz-appearance: none;
        appearance: none;
        border: none;
        background-color: transparent;
        color: #18b9d6;
 }
 .single-post .cond_header_progress::-webkit-progress-bar {
      background-color: transparent;
    }
    .single-post .cond_header_progress::-webkit-progress-value{
      background-color: #18b9d6;
    }
    .single-post .cond_header_progress::-moz-progress-bar{
      background-color: #18b9d6;
    }
    @media screen and (max-width: 1410px) {

    }
    @media screen and (max-width: 1290px) {
        .article-headers-holder .article-header.second-view{
            width:100%;
        }
        .article-headers-holder .article-header.second-view .header-logo{
            margin-left: 20px;
        }
        .article-headers-holder .article-header.second-view .post_title{
            width: calc(65% - 55px);
        }
    }
     @media screen and (max-width: 1200px) {
        .article-headers-holder .article-header.second-view .post_title {
            width: calc(66% - 150px);
        }
        .article-headers-holder .article-header.second-view .post_share{
            float: left;
            width: calc(34%);
            margin-left: 15px;
            max-width: none;
            margin-right: 20px;
        }
    }
/** Conditional Sticky Header End **/



/****************************
* FOOTER START SINGLE POST PAGE
*****************************/
.footer-v2{
    margin:0;
}
.footer-v2 .gray{
    width:100%;
    background-color:#656464;
    padding-top:30px;
    padding-bottom:30px;
    float:left;
}
.footer-v2 .gray .inner,
.footer-v2 .white .inner{
    width:1200px;
    padding:0;
    margin: 0 auto;
    position: relative;
}
.footer-v2 .gray .inner .subscription{
    display:inline-block;
    width:50%;
    max-width:480px;
    float:left;
    margin-left:30px;
}
.footer-v2 .gray .inner .subscription .logo{
    width:60px;
    float:none;
    display:ineline-block;
    margin:0 20px 0 0;
    float:left;
}
.footer-v2 .gray .inner .subscription .form{
    display:inline-block;
    width:calc(100% - 85px);
    vertical-align:middle;
    float:left;
}
.footer-v2 .gray .inner .subscription .form .label{
    font-family:Montserrat;
    font-weight: normal;
    font-size:18px;
    color:#fff;
    float:left;
    margin-bottom: 10px;
}
.footer-v2 .gray .inner .subscription .form .field{
    float:left;
    width:100%;
    position: relative;
}

.footer-v2 .gray .inner .subscription .form .field .loading{
    width: 24px;
    height: 24px;
    position: absolute;
    margin-left: -30px;
    top: 5px;
    display:none;
}
.footer-v2 .gray .inner .subscription .form .field .errors{
    position: absolute;
    color: red;
    background-color: white;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    padding: 1.5em;
    border: 1px solid #18b9d6;
    top: 40px;
    display:none;
}

.footer-v2 .gray .inner .subscription .form .field .thank-you-mesage{
    position: absolute;
    background: #fff;
    top: 40px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    padding: 1.5em;
    line-height: 10px;
    border: 1px solid #18b9d6;
    z-index: 1;
    color:green;
}

.footer-v2 .gray .inner .subscription .form .field .thank-you-mesage .close-modal-box{
    display:none;
}

.footer-v2 .gray .inner .subscription .form .field .input{
    width:68%;
    margin:0;
    border:none;
    border-radius:3px;
    height:35px;
    font-family:MontserratLight;
    font-size:14px;
    color:#555555;
    padding:0 10px;
    float:left;
}

.footer-v2 .gray .inner .subscription .form .field .input::placeholder{
    color:#555555;
}
.footer-v2 .gray .inner .subscription .form .field.input::-webkit-input-placeholder{
    color:#555555;
}
.footer-v2 .gray .inner .subscription .form .field .input:-moz-placeholder{
    color:#555555;
}
.footer-v2 .gray .inner .subscription .form .field .input::-moz-placeholder{
    color:#555555;
}
.footer-v2 .gray .inner .subscription .form .field .input:-ms-input-placeholder{
    color:#555555;
}
.footer-v2 .gray .inner .subscription .form .field .input:placeholder-shown{
    color:#555555;
}


.footer-v2 .gray .inner .subscription .form .field .button{
    font-family:Montserrat;
    font-size:13px;
    color:#fff;
    height:35px;
    border-radius:3px;
    width:25%;
    background-color: #18b9d6;
    border:none;
    vertical-align:top;
    margin-left:5px;
    float:left;
}

.footer-v2 .gray .inner .right-footer{
    display:block;
    float:right;
    width: calc(34% - 25px);
    margin-left: 25px;
    max-width: 300px;
    padding:0 10px;
}

.footer-v2 .gray .inner .right-footer .editorial{
    color: #000;
    margin: 0px 10px 20px 0px;
    background-color: #fdd02f;
    width: auto;
    display: block;
    padding: 10px 5px;
    text-align:center;
    max-width: 310px;
    text-decoration: none;
}
.footer-v2 .gray .inner .right-footer .editorial h2{
    font-family: Montserrat;
    font-size: 11px;
    margin: 0 0 10px 0;
}
.footer-v2 .gray .inner .right-footer .editorial a{
    color: #000;
    text-decoration: underline;
}
.footer-v2 .gray .inner .right-footer .editorial p{
    margin:0px;
}
.footer-v2 .gray .inner .right-footer .editorial p span{
    font-weight:bold;
}
.footer-v2 .gray .inner .menu{
    display: block;
    vertical-align: middle;
    max-width: 310px;
    text-align: right;
    margin-right: -10px;
    float: left;
    width: 100%;
    padding: 0 0px;
}
.footer-v2 .gray .inner .menu .footer-menu{
    list-style:none;
    margin:0;
    padding:0;
    column:2;
    -webkit-columns: 2;
    float:right;
    width:100%;
    text-align: justify;
}
.footer-v2 .gray .inner .menu .footer-menu .menu-item{
    float:left;
    margin-bottom:10px;
    clear:both;
}

.footer-v2 .gray .inner .menu .footer-menu .menu-item .menu-link-text{
    font-size:13px;
    font-family:Montserrat;
    color:#fff;
    float:left;
}
.footer-v2 .white{
    font-family:Montserrat;
    font-weight: normal;
    font-size:12px;
    color:#333;
    float:left;
    width:100%;
}
.footer-v2 .white .inner{
    display:inline-block;
    width:100%;
    margin:20px 0 0 0;
    text-align:center;
}
.footer-v2 .white .copyright,
.footer-v2 .white .menu{
    display:inline-block;
    margin:0 70px;
    vertical-align:middle;
}
.footer-v2 .white .menu .footer-menu{
    display:inline-block;
    margin:0;
    padding:0;
    list-style:none;
    float:left;
}
.footer-v2 .white .menu .footer-menu .menu-item{
    display:inline-block;
    float:left;
    padding:0 10px;
    border-right:1px solid #333;
}
.footer-v2 .white .menu .footer-menu .menu-item a { text-decoration: none; color: #1e1e1e; }
.footer-v2 .white .menu .footer-menu .menu-item:last-child{
    border-right:none;
}


@media only screen and (max-width: 1200px){
    .footer-v2 .gray .inner,
    .footer-v2 .white .inner{
        width:100%;
    }
}

/****************************
* FOOTER END SINGLE POST PAGE
*****************************/

/*-- author --*/
.author {
    margin-bottom: 23px;
    display: block;
    float: left;
    position: relative;
    left: -7px;
}
.author:after{
    content: '';
    display: block;
    height: 0;
    clear: both;
    float: none;
}
.author .author-wrap {
    border-radius: 5px;
    float: left;
    padding: 7px;
}
.author .author-wrap.color-toggle,
.author .author-wrap:hover {
    background-color: #f7f7f7;
}
.author a{
    float: left;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    font-style: normal;
    text-decoration: none;
    line-height: 30px;
    transition: all 0.25s ease;
    font-family: Montserrat;
    text-align: left;
    color: #555555;

}
.author a .author-by {
    text-transform: none;
}
.author .click-show,
.author .click-show2 {
    margin: 4px 10px;
    line-height: 20px;
    float: left;
    cursor: pointer;
}
.author .click-show i {
    color: #555555;
    font-size: 20px;
    position: relative;
    top: 1px;
}
.author .click-show.color-toggle i {
    color: #bebebe;
}
.author img {
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin-right: 10px;
    display: inline-block;
}
.author .publish-date,
.sponsored .publish-date {
    float: left;
    font-style: normal;
    transition: all 0.25s ease;
    height: 22px;
    font-family: Raleway;
    font-size: 13px;
    font-weight: 500;
    line-height: 3.5;
    text-align: left;
    color: #666666;
    margin-left: 15px;
}
/*-- end --*/

/*-- sponsored --*/
.sponsored .title-badge{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    max-width: 50%;
}
.sponsored .title-badge img{
    max-width: 100%;
    height: auto;
}
.sponsored .sponsored-by{
    display: inline-block;
}
.sponsored .sponsored-by .headline{
    color: #00beed;
    font-weight: normal;
}
.sponsored .sponsored-by a,
.sponsored .sponsored-by a .name{
    text-decoration: none;
    color: #000;
}

.sponsored .publish-date {
    float: none;
}
/*-- end sponsored --*/


.advertisment_heading {
    display: block;
    text-align: center;
    display: block;
    margin: 0;
    padding: 2px 0;
    font-size: 13px;
    color: #999;
    overflow-y: hidden;
}

.main-post-image-holder{
    overflow: hidden;
    max-height: 730px;
    min-height:300px;
    width: 100%;
    height: 70vw;
    max-width: none;;
    position: relative;
    z-index: -1;
}

.main-post-img {
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
    position: relative;
    max-width: none;
    top: 0;
}
.main-post-img.fixed-position{
    position: fixed;
}
.articles-holder{
    height: 100%;
    overflow: hidden;
}
.wrapper {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  height: 100%;
  margin-bottom: -365px;
}
.wrapper main {
    width: calc(100% - 80px);
    max-width: 1140px;
    margin: 0 auto;
    background: #fff;
    padding: 10px 40px 66px;
    position: relative;
    top: -365px;
}
.wrapper.post-article .overlay{
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    bottom: 365px;
    top: 0;
}
.wrapper.post-article section {
  clear: both;
}
.post-article h1 {
  margin: 0;
  font-size: 39px;
  line-height: 46px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  color:#000;
  margin-bottom: 20px;
}

.inner-custom-header {
  text-align: center;
  margin: -20px 0 33px;
}
.inner-custom-header span {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 13px;
    background: #16b0d0;
    font-weight: 600;
    font-size: 21px;
    font-family: 'MontserratSemiBold';
}
.wrapper article{
    margin-right: 330px;
    display: block;
}
.wrapper aside{
    max-width: 300px;
    display: inline-block;
    float: right;
}
.wrapper aside > div{
    display: inherit;
    margin-top:10px;
}
.wrapper aside > div:first-child{
    margin-top:0px;
}
.mainContentIntro .author-bio-top{
    display: none;
    float: left;
    width: 100%;
}
.mainContentIntro .author-bio-top div{
    font-family: Raleway;
    font-style: normal;
    margin-bottom: 26px;
    padding: 0 40px;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    color: #333333;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 20px;
}

/* Tablet portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1) {
    .mainContentIntro .author-bio-top div {
        -webkit-line-clamp: 2;
        height: 40px;
    }
}
/*author bio un the top of articles - end*/

.mainContentIntro .author-bio-top div:after {
    clear: both;
}
.mainContentIntro .author-bio-top p {
    margin: 10px 0;
}
.mainContentIntro p {
  color: #000;
  font-size: 16px;
  line-height: 27px;
  font-family: 'Raleway', georgia, arial;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
.mainContentIntro li {
  font-size: 15px;
  line-height: 27px;
  font-family: 'Raleway', georgia, arial;
  font-weight: 500;
}
.mainContentIntro li a {
  color: #1092ad;
  text-decoration: none;
}
.mainContentIntro p a {
  color: #1092ad;
  text-decoration: none;
}
.mainContentIntro li ul {
    margin-top: 10px;
}
.mainContentIntro li ul li {
    padding: 5px 0;
    list-style: outside;
}
.post-sidebar {
  float: right;
  width: 300px;
  margin-left: 30px;
}
.galleryWrapper img {
  display: block;
  max-width: 100%;
  height: auto;
}

/*-- Locked Image Start --*/
.lock_image_link {
    display: inline-block;
    background-color: #D6D6D6;
    overflow: hidden;
    position: relative;
    border: 1px solid #000;
    margin: -1px;
}
.lock_image_link span.locked_text {
    display: block;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    display: block;
    left: 35%;
    top: 40%;
    top: calc(50% - 45px);
    width: 30%;
    height: 90px;
    line-height: 28px;
    color: #FFF;
    font-weight: bold;
    font-size: 24px;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}
.lock_image_link span.locked_text span {
    vertical-align: middle;
    height: 90px;
    display: table-cell;
    text-align: center;
    padding: 0 5%;
}
.blur_video {
    -webkit-filter: blur(30px);
    -moz-filter: blur(30px);
    -o-filter: blur(30px);
    -ms-filter: blur(30px);
    filter: blur(30px);
    -webkit-transform: translate3d(0, 0, 0);
}
/*-- Locked Image End --*/

#zerglayout {
    float: left;
    clear: none!important;
}
.content-top-posts {
    overflow: hidden;
}
.content-wrapper .desktop-postcontent-ad{
    width: 336px;
    height: 290px;
    display: block;
    float: right;
    margin: 3px 0 0 15px;
    text-align: center;
}
.ad-relative{
    position: relative;
    left: 0px;
}
.ad-fixed{
    position: fixed;
    top: 55px;
    left: calc(50% + 270px);
    -webkit-transform: translateZ(0);
}
.ad-static{
    position: static;
    top: auto;
}

.multi-desktop-postcontent-ad{
    margin:20px 0;
}
.multi-desktop-postcontent-ad .advertisment_heading{
    margin:20px 0;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'MontserratLight';
    font-weight: 600;
    color:#555;
    position: relative;
}
.multi-desktop-postcontent-ad .advertisment_heading span{
    display: inline-block;
    background: #fff;
    z-index: 1;
    position: relative;
    padding: 0 10px;
}
.multi-desktop-postcontent-ad .advertisment_heading:before{
    content: '';
    border-top: 1px solid #555;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}
.multi-desktop-postcontent-ad .ads-holder{
    background-color: #eee;
    text-align: center;
}
.multi-desktop-postcontent-ad .ads-holder > div{
    display: inline-block;
    vertical-align: middle;
    margin:10px 5px;
}

.galleryWrapper a{
    color:#1092ad;
    text-decoration: none;
    font-family: 'Raleway', georgia, arial;
}
.galleryWrapper p {
  color: #555;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Raleway', georgia, arial;
}
.galleryWrapperRelative {
    position: relative;
    display: inline-block;
}

.galleryWrapper .galleryWrapperRelative .buttonlink.left-gallery {
    left: 0;
}

.galleryWrapper .buttonlink.left-gallery {
    position: absolute;
    z-index: 1;
}
.galleryWrapper .galleryWrapperRelative .buttonlink.right-gallery {
    right: 0;
}
.galleryWrapper .buttonlink.right-gallery {
    position: absolute;
    z-index: 1;
}
.galleryWrapper .galleryWrapperRelative .buttonlink {
    color: #FFF;
    display: table;
    opacity: 0.8;
    text-align: center;
    background: #04A4CC;
    font-size: 24px;
    width: 36px;
    height: 120px;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    top: 45%;
    top: calc(50% - 60px);
}
.galleryWrapper .galleryWrapperRelative .buttonlink > span {
    display: table-cell;
    vertical-align: middle;
    font-size: 50px;
    font-weight: bold;
    -webkit-transform: scale(0.5,1);
    -moz-transform: scale(0.5,1);
    -ms-transform: scale(0.5,1);
    -o-transform: scale(0.5,1);
    transform: scale(0.5,1);
}
.gimage_title {
    padding-right: 85px;
    position: relative;
    display: block;
}
.gimage_index {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #000;
    font-size: 1.5em;
}
.galleryWrapper h2 {
    text-align: left;
    position: relative;
    margin: 0;
    padding: 10px 0;
    font-family: "Raleway",arial,sans-serif!important;
    color: #555;
    font-weight: 500;
}
.right-gallery {
    float: right;
}
.top-post-next{
    display: none;
}
.lock_image_link {
  text-decoration: none;
  font-size: 13px;
}
.lock_image_link > span {
  text-align: center;
  display: block;
  margin-bottom: 5px;
  color: #18b9d6;
}
.post_image_source {
  text-align: left;
  font-size: 12px;
  color: #777;
  display: inherit;
  text-decoration: none;
  padding-top: 5px;
}
.pagination{
    margin-top:20px;
}
.pg-nav-btns {
  padding-bottom: 30px;
}
.pg-nav-btns a, .pg-nav-btns span {
  padding: 5px 10px;
  text-decoration: none;
  color: #777;
  border-radius: 4px;
  font-family: 'Raleway';
}
.pg-nav-btns .current {
  background: #ccc;
  color: #333;
}
.video-container {
  margin: 20px 0;
}
.video-container iframe {
  width: 100%;
  height: 30vw;
}
/*---------------- JwVideo Specific Start----------------*/
.video-container.jwplayer{
    margin-top: 10px;
}
.not-available {
    width: 100%;
    position: relative;
    display: none;
}
.not-available.us_only {
    display: none;
    margin-top: 10px;
    margin-bottom: 15px;
}
.video-container.us_only {
    display: none;
}
.not-available .bg-noize {
    width: 100%;
}
.not-available .center-text {
    position: absolute;
    top: 29%;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.not-available .center-text .smile-face {
    padding-bottom: 40px;
}
.not-available .center-text p {
    font-size: 30px;
    line-height: 35px;
    color: #fff;
    font-family: 'Raleway', georgia, arial;
    margin: 0;
}

/*---------------- JwVideo Specific End----------------*/

/*---------------- Youtube Specific Start----------------*/
.video-container.youtube {
  height: 0;
  padding-bottom:56.3%;
  width: 100%;
  position: relative;
  margin-top:10px;
}
.video-container.youtube *{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
/*---------------- Youtube Specific End----------------*/

/*---------------- Daily Mail Specific Start----------------*/
.video-container.dailymail {
  height: 0;
  padding-bottom:75%;
  width: 100%;
  position: relative;
}
.video-container.dailymail *{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 1200px) {
    .video-container.dailymail {
        padding-bottom:77%;
    }
}
@media only screen and (max-width: 1112px) {
    .video-container.dailymail {
        padding-bottom:73%;
    }
}
@media only screen and (max-width: 980px) {
    .video-container.dailymail {
        padding-bottom:75%;
    }
}
@media only screen and (max-width: 890px) {
    .video-container.dailymail {
        padding-bottom:76%;
    }
}
/*---------------- Daily Mail Specific End----------------*/

/*---------------- Ampathy Mail Specific Start----------------*/
.video-container.ampathy {
  height: 0;
  padding-bottom:79%;
  width: 100%;
  position: relative;
}
.video-container.ampathy *{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 1220px) {
    .video-container.ampathy {
        padding-bottom:81%;
    }
}
@media only screen and (max-width: 980px) {
    .video-container.ampathy {
        padding-bottom:82%;
    }
}
/*---------------- Ampathy Mail Specific End----------------*/


.video_hide_overflow_container > p{
    display: none;
}
.social-wrap {
  padding: 10px 0;
  border-top: solid 1px #d6d7d0;
  border-bottom: solid 1px #d6d7d0;
  overflow: hidden;
  margin-top: 10px;
}
  /*--- social btn --*/
  .fb_like_out .fb_text {
    float: left;
    text-transform: uppercase;
    color: #474747;
    padding-right: 10px;
  }
  .fb_like_out .fb_blue_arrow {
    float: left;
    padding: 7px 10px 0 0;
  }
  .fb_like_out .fb-like {
    float: left;
    height: 20px;
    display: inline-block;
  }
  .social-share-box-full {
    float: right;
  }

/*--- social wrapper bellow top video start--*/
  .social-wrap.filled{
    border-top: 0;
    border-bottom: 0;
    width: 100%;
}
.social-wrap.filled .combo_box.fb_like_and_share,
.social-wrap.filled .tablet_combo_box{
    float: left;
    width: 100%;
    border-radius: 4px;
    border: solid 1px #437aff;
    text-align: center;
    box-sizing: border-box;
    position: relative;
}
.social-wrap.filled .fb_like_out {
    width: 50%;
    float: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.social-wrap.filled .social-share-box-full {
    width: 50%;
    float: right;
    margin-right: -1px;
}

.social-wrap.filled .tablet_combo_box  .fb_like_out {
    width: 25%;
}

.social-wrap.filled .tablet_combo_box .social-share-box-full {
    width: 75%;
    margin-right: -1px;
}

.social-wrap.filled .social-share-box-full .share-item{
    margin: -1px -1px -1px -1px;
}
.social-wrap.filled .fb_like_out .fb_text {
    float: none;
    padding-right: 0px;
    font-size: 13px;
}
.social-wrap.filled .fb_like_out .fb_blue_arrow {
    float: none;
    padding: 3px 16px;
    vertical-align: middle;
    display: inline-block;
}
.social-wrap.filled .fb_like_out .fb-like {
    padding-top:0px;
    padding-right: 0px;
    float: none;
    vertical-align: middle;
}
/*--- social wrapper bellow top video end--*/

.load-more-btn,
.view-more-btn {
    display: inline-block;
    color: #222;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
}

.load-more-btn .fa,
.view-more-btn .fa {
    margin-left: 3px;
}

/****************** RECIPE CONTAINER START ******************/
.single-post .post-media .recipe-holder{
    font-family:Raleway;
}
.single-post .post-media .recipe-holder .recipe-bordered{
    border: 1px #ccc solid;
    width:100%;
    position: relative;
}
.single-post .post-media .recipe-holder .recipe-bordered .featured-image{
    width:100%;
    padding-bottom:53%;
    background-repeat:no-repeat;
    background-size: auto 100%;
    background-position: 50% 0;
    position: relative;
}
.single-post .post-media .recipe-holder .recipe-bordered .featured-image .title{
    position: absolute;
    bottom: 30px;
    left: 0px;
    right: 0px;
    font-size: 24px;
    color: #000;
    font-weight: bold;
    padding: 29px 0 32px 21px;
    background: rgba(255, 255, 255, 0.7);
    font-family: Raleway;
}
.single-post .post-media .recipe-holder .recipe-bordered .featured-image .lt_logo {
      position: absolute;
      right: 14px;
      bottom: 50px;
      width: 46px;
      height: 52px;
      background-image: url(../img/icons/logo.png);
      background-repeat: no-repeat;
      background-size: 45px;
}
.single-post .post-media .recipe-holder .recipe-bordered .featured-image .title:after{
    border-top: 1px solid #fff;
    width: 100px;
    content: ' ';
    position: absolute;
    top: 21px;
    z-index: 0;
    float: right;
    margin-left: 10px;
    display: inline-block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    float: left;
}
.single-post .post-media .recipe-holder .recipe-bordered .preparation-details{
    width:100%;
    display:block;
    float:left;
    background-color:#444;
    padding:10px 0;
    color: #fff;
    margin-left: -1px;
    border-left: 1px #ccc solid;
    border-right: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
}
.single-post .post-media .recipe-holder .recipe-bordered .preparation-details .cook-time:before,
.single-post .post-media .recipe-holder .recipe-bordered .preparation-details .prep-time:before,
.single-post .post-media .recipe-holder .recipe-bordered .preparation-details .meal-size:before,
.single-post .post-media .recipe-holder .recipe-bordered .preparation-details .logo-recipe:before{
    content:' ';
    width:32px;
    height:24px;
    display:block;
    float:left;
    margin:6px;
    background-repeat: no-repeat;
    background-position: center;
}

.single-post .post-media .recipe-holder .recipe-bordered .preparation-details .cook-time:before,
.single-post .post-media .recipe-holder .recipe-bordered .preparation-details .prep-time:before {
    background-image: url(../img/icons/recipe-time-icon.svg);
}
.single-post .post-media .recipe-holder .recipe-bordered .preparation-details .meal-size:before{
    background-image: url(../img/icons/recipe-serves-icon.svg);
}
.single-post .post-media .recipe-holder .recipe-bordered .preparation-details .logo-recipe:before{
    background-position: 0 0;
    background-size: 115px;
    width: 32px;
    height: 32px;
    margin: 0 5px;
}
.single-post .post-media .recipe-holder .recipe-bordered .preparation-details .meal-size,
.single-post .post-media .recipe-holder .recipe-bordered .preparation-details .cook-time,
.single-post .post-media .recipe-holder .recipe-bordered .preparation-details .prep-time{
    float:left;
    margin: 0 33px 0 5px;
    line-height:36px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
}
.single-post .post-media .recipe-holder .recipe-bordered .preparation-details span {
  font-weight: 400!important;
}
.single-post .post-media .recipe-holder .recipe-bordered .preparation-details .cook-time{
    margin-left:15px;
}
.single-post .post-media .recipe-holder .recipe-bordered .preparation-details .logo-recipe{
    float:right;
}

.single-post .post-media .recipe-holder .recipe-bordered .recipe-details{
    position:relative;
    float:left;
    width:100%;
    border-bottom: solid 1px rgba(68,68,68,0.14);
    overflow: hidden;
    z-index: 1;
}
.single-post .post-media .recipe-holder .recipe-bordered .recipe-details .ingredients{
    float:left;
    width: calc(35% - 40px);
    max-width: 302px;
    padding:20px;
    background: #f8f8f8;
}
.single-post .post-media .recipe-holder .recipe-bordered .recipe-details .delimiter{
    position: absolute;
    width: 1px;
    top: 30px;
    background: #ccc;
    bottom: 30px;
    left: 35%;
}
.single-post .post-media .recipe-holder .recipe-bordered .recipe-details .instructions{
    float:left;
    padding:20px;
    width:calc(65% - 40px);
}
.single-post .post-media .recipe-holder .recipe-bordered .recipe-details .ingredients .title,
.single-post .post-media .recipe-holder .recipe-bordered .recipe-details .instructions .title{
    color: #000;
    display: inline-block;
    font-size: 20px;
    font-size: 18px;
    font-weight: bold;
}
/*
.single-post .post-media .recipe-holder .recipe-bordered .recipe-details .ingredients .title:before,
.single-post .post-media .recipe-holder .recipe-bordered .recipe-details .instructions .title:before{
    content: ' ';
    border-top: 3px solid #18b9d6;
    width: 45px;
    position: relative;
    display: block;
    margin-bottom: 5px;
}
*/
.single-post .post-media .recipe-holder .recipe-bordered .recipe-details .ingredients ul
{
    list-style:none;
    padding:0px;
}
.single-post .post-media .recipe-holder .recipe-bordered .recipe-details .instructions ul{
    counter-reset: item;
    list-style-type: none;
    padding:0px;
}
.single-post .post-media .recipe-holder .recipe-bordered .recipe-details .ingredients ul li,
.single-post .post-media .recipe-holder .recipe-bordered .recipe-details .instructions ul li{
    margin:16px 0;
    position: relative;
    display: block;
}
.single-post .post-media .recipe-holder .recipe-bordered .recipe-details .instructions ul li::before{
  content: counter(item) "  ";
  counter-increment: item;
  font-family: 'MontserratSemiBold';
  position: absolute;
}
.single-post .post-media .recipe-holder .recipe-bordered .recipe-details .ingredients ul li {
  padding-left: 40%;
  font-style: italic;
}
.single-post .post-media .recipe-holder .recipe-bordered .recipe-details .ingredients ul li {
  font-size: 16px;
  font-style: italic;
  font-family: 'Raleway', georgia, arial;
  line-height: 22px;
}
.single-post .post-media .recipe-holder .recipe-bordered .recipe-details .ingredients ul li fraction.fraction > sup,
.single-post .post-media .recipe-holder .recipe-bordered .recipe-details .ingredients ul li fraction.fraction > sub {
  font-size: .66em;
  font-family: 'Raleway-Italic', georgia, arial;
}
.single-post .post-media .recipe-holder .recipe-bordered .recipe-details .ingredients ul li fraction.fraction > sup {
  vertical-align: -.1em;
}
.single-post .post-media .recipe-holder .recipe-bordered .recipe-details .ingredients ul li fraction.fraction > sub {
  vertical-align: .2em;
}
.single-post .post-media .recipe-holder .recipe-bordered .recipe-details .instructions ul li {
  font-size: 16px;
  line-height: 23px;
  font-weight: 600;
}
.single-post .post-media .recipe-holder .recipe-bordered .recipe-details .instructions ul li span {
  font-weight: 400;
  padding-left: 33px;
  display: block;
}
.single-post .post-media .recipe-holder .recipe-bordered .recipe-details .ingredients ul span.bold {
  display: block;
  width: 36%;
  position: absolute;
  left: 0;
  font-weight: 600;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.single-post .post-media .recipe-holder .recipe-conclusion{
    float:left;
    width:100%;
    margin: 15px 0;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Raleway', georgia, arial;
    color: #1e1e1e;
}
.single-post .post-media .recipe-holder .only-print{
   display: none;
}

.single-post .post-media .recipe-holder .only-print img{
   margin: 10px;
   display:block;
}

.single-post .post-media .recipe-holder .only-print .lt-logo{
   width:250px;
}

.single-post .post-media .recipe-holder .print-recipe{
    background-image: url(../img/icons/recipe-print-icon.svg);
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    right: 0;
    margin-top: 63px;
    cursor: pointer;
    color: #444;
    font-size: 14px;
    padding-right: 23px;
    overflow: visible;
    z-index: 14;
}

.single-post .post-media .recipe-holder .pinterest-icon{
    position:absolute;
    right: 0;
    margin: 5px;
    line-height: 34px;
}

@media print {
  body.recipe * {
    visibility: hidden;
  }


  .single-post .post-media .recipe-holder  ~ div {
    display: none !important;
  }


  .single-post .post-media .recipe-holder  * {
    visibility: visible;
  }


  .single-post .post-media .recipe-holder  .featured-image {
    padding: 0 !important;
  }

  .single-post .post-media .recipe-holder .only-print{
   display: block;
   width: auto !important;
}


 .single-post .post-media .recipe-holder .pinterest-icon{
   display: none;
}

 .single-post .post-media .recipe-holder .recipe-bordered .featured-image .title{
   bottom: 0;
   top:-80px;
}
 .single-post  .post-media .recipe-holder .recipe-bordered .preparation-details .prep-time{
    margin-left: 40px ;
 }

 .single-post  .post-media .recipe-holder .recipe-conclusion{
    display: none ;
 }

  .single-post .post-media .recipe-holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 80%;
  }
}

/******************  RECIPE CONTAINER END  ******************/

/* series */

.series_other{
    background-color: #f7f7f7;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #DBDBDB;
    overflow: hidden;
    margin-bottom: 30px;
    font-family: Montserrat;

}
.series-post-wrap{
    overflow: hidden;
    clear: both;
    width: 97%;
    margin: 0 1.5%;
    margin-bottom: 20px;
}
.series_other .post-0{
    width: 23%;
    float: left;
    margin: 0 1%;
    box-sizing:border-box;
    webkit-box-sizing:border-box;
    position: relative;
}
.series_other .post-0 .link .image {
    display: block;
    width: 100%;
    padding-bottom: 50%;
    background-size: 100% auto;
    background-position: 0 50%;
    background-repeat: no-repeat;
}
.series_other .num{
    position: absolute;
    top:0;
    left: 0;
    width: 28px;
    text-align: center;
    line-height: 28px;
    display: block;
    color: #fff;
    background-color: #02bbd7;
    font-weight: bold;
}
.series_other .series-title{
    text-align: center;
    margin: 20px;
    font-size: 30px;
    line-height: 46px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    color: #000;
}
.series_other h3{
    margin: 10px 1%;
    max-width: 81%;
    display: inline-block;
    width: 100%;
    font-weight: 100;
    font-size: 18px;
}
.series_other .title{
    font-weight: bold;
    margin-top: 5px;
}
img.sponsor{
    max-width: 15%;
    margin-bottom: 10px;
    display: inline;
}
.series_other .image{
    position: relative;
}
.series_other .current .image span{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.46);
}
.series_other .current .title{
   color: rgba(68, 68, 68, 0.5);
}
.series-trigger span{
    position: absolute;
    width: 100%;
}
.series-trigger .less-series, .series-trigger.more .more-series{
    display: block;
}
.series-trigger.more .less-series, .series-trigger .more-series{
    display: none;
}
.less-series{
    background-image: url(img/arrow-gray-up.png);
    background-size: 12px auto;
    background-repeat: no-repeat;
    background-position: calc(50% + 47px) center;
}
.more-series{
    background-image: url(img/arrow-gray-dw.png);
    background-size: 12px auto;
    background-repeat: no-repeat;
    background-position: calc(50% + 79px) center;
}
.series-trigger{
    position: relative;
    width: 95%;
    margin: 10px 2.5% 0 2.5%;
    height: 44px;
    cursor: pointer;
    text-align: center;
    border-top: 1px solid #DBDBDB;
    line-height: 41px;
}
.series-trigger.hide{
    display: none;
}
.anime{
    overflow: hidden;
    -webkit-transition: all 0.2s; /* Safari */
    transition: all 0.2s;
}
.open .anime {
    height: auto !important;
}

.series_other .header_holder{
    width: 97%;
    margin: 0 1.5%;
}

/*-- site footer --*/
.site-footer {
    background: #4c4c4c;
    overflow: hidden;
    padding: 1em 0;
    text-align: center;
    font-size: 10px;
    font-family: 'Raleway', sans-serif;
    z-index: 15;
    position: relative;
    width: 100%;
}
.site-footer a{
    text-decoration: none;
}
.site-footer .footer-link-list {
    list-style: none;
}
.site-footer .footer-link-list li {
    display: inline-block;
    padding: 0 1em;
    height: 69px;
}
.site-footer .footer-link-list li a {
    font-family: Raleway;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    color: #fff;
    margin: 0 0.7em;
    opacity: 0.85;
}
.site-footer .footer-link-list li a:hover,
.sub-footer .sub-footer-nav a:hover {
    opacity: 1;
    color: #18b9d6;
}
.site-footer .footer-logo {
    display: block;
    height: 75px;
    padding-top: 25px;
}
.sub-footer {
    padding-top: 3em;
    border-top: solid 1px #616161;
}
.sub-footer .sub-footer-nav {
    padding-bottom: 2em;
}
.sub-footer .sub-footer-nav a {
    text-transform: uppercase;
    color: #fff;
    padding: 0 0.7em;
    margin: 0 0.7em;
    font-family: Montserrat;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}
.sub-footer p.copy-r {
    color: #fff;
    font-family: Raleway;
    font-size: 11px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}

/*-- preset for tablet --*/
.tablet_combo_box {
  display: none;
}

/*----- in the series ----*/
.series-post-wrap a {
  text-decoration: none;
  color: #333;
}
.series_other .title {
    font-size: 14px;
    line-height: 120%;
}
.series-post-wrap a:hover {
  color: #666;
}

/*--- fb button --*/
.social-share-box .share-item.fb {
    width: 100%;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background: #3c569a;
    height: 42px;
    line-height: 40px;
    display: block;
    margin-bottom: 20px;
     font-family: 'Raleway', sans-serif;
    font-weight: 400;
}
.social-share-box .share-item.fb span {
  font-weight: 700;
}


@media (max-width: 1220px) {
    .wrapper main {
        margin-left: 25px;
        margin-right: 25px;
        width: calc(100% - 130px);
    }
    .ad-fixed{
        left: calc(100% - 365px);
    }
}
@media (max-width: 1100px) {
  .social-wrap.filled .fb_like_out .fb_blue_arrow {
    padding: 3px 9px;
  }
}
@media (max-width: 1024px) {
  .wrapper main {
      margin: 0 25px;
      width: auto;
  }
  #LT_Gallery_Sidebar_300x600_Placeholder{
    right: 45px !important;
  }
}

@media (max-width: 1000px) {
    .site-footer .footer-link-list li {
        padding: 0;
    }
}

@media (max-width: 900px) {
  .wrapper aside {
    display: none;
  }
  .wrapper article {
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 700px) {
    .wrapper main{
        top:0px;
    }
    .single-post-wrapper{
        margin-bottom:0px;
    }
    .main-post-img{
        background-position: 0 55px;
    }

}

@supports (-webkit-text-size-adjust:none) and (not (-ms-ime-align:auto))
and (not (-moz-appearance:none))
{

  .navig-search.searchbox-open .fa.fa-search {
    margin-top: 4px;
  }


}
/******************  RECIPE CONTAINER PORTRAIT START  ******************/
@media print and (orientation: portrait) {
    @page {
        size: A4;
    }
  body.recipe * {
    visibility: hidden;
    font-family: Raleway, sans-serif !important;
  }


  .post-sidebar, .mainContentIntro.content-wrapper p{
      display:none !important;
  }


  .single-post .post-media .recipe-holder  ~ div {
    display: none !important;
  }


  .single-post .post-media .recipe-holder  * {
    visibility: visible;
  }


  .single-post .post-media .recipe-holder  .featured-image {
    padding: 0 !important;
  }

  .single-post .post-media .recipe-holder .only-print{
   display: block;
  }


 .single-post .post-media .recipe-holder .pinterest-icon{
   display: none;
}

 .single-post .post-media .recipe-holder .recipe-bordered .featured-image .title{
   bottom: 0;
   top:-80px;
}
 .single-post  .post-media .recipe-holder .recipe-bordered .preparation-details .prep-time{
    margin-left: 40px ;
 }

 .single-post  .post-media .recipe-holder .recipe-conclusion{
    display: none ;
 }

  .single-post .post-media .recipe-holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 80%;
  }
  header.site-header, footer.site-footer {
    display: none;
  }
  .single-post .cond_header_progress, .menu-hover-overlay {
    display: none;
  }
  .advertisment_heading,
  .post-article h1,
  .inner-custom-header span,
  address.author {
    display: none;
  }

  .single-post .post-media .recipe-holder .recipe-bordered {
    border: 1px #ccc solid;
    float: left;
    width: 100%;
  }
  html, body {
    width: 100%;
    height: 100%;
    float: none !important;
  }
  .main-post-image-holder, .main-post-img.fixed-position {
    display: none;
  }
  .single-post .post-media .recipe-holder .only-print img:first-of-type {
    /*width: 35mm !important;*/
    width: 100% !important;
    max-width: 135px !important;
    display: inline-block !important;
    /*height: auto !important;*/
    margin-top: 12mm !important;
  }
  .single-post .post-media .recipe-holder .only-print img:last-of-type {
    /*width: 120mm !important;*/
    width: 100% !important;
    max-width: 450px !important;
    display: inline-block !important;
    /*height: auto !important;*/
  }
  .single-post .post-media .recipe-holder .recipe-bordered .featured-image .title {
    font-size: 12px !important;
    font-family: Raleway, sans-serif !important;
  }
  .single-post .post-media .recipe-holder .recipe-bordered .preparation-details .meal-size,
  .single-post .post-media .recipe-holder .recipe-bordered .preparation-details .cook-time,
  .single-post .post-media .recipe-holder .recipe-bordered .preparation-details .prep-time,
  .single-post .post-media .recipe-holder .recipe-bordered .recipe-details .ingredients .title {
    font-family: Raleway, sans-serif !important;
  }
  ul li {
    font-size: 12px !important;
    margin: 10px 0px !important;
    font-family: Raleway, sans-serif !important;
  }
  /*.wrapper main {
    top: 0px;
  }*/
}
/******************  RECIPE CONTAINER PORTRAIT END  ******************/
/******************  RECIPE CONTAINER LANDSCAPE START  ******************/
@media print and (orientation: landscape) {
    @page {
        size: A4;
    }
  body.recipe * {
    visibility: hidden;
    font-family: Raleway, sans-serif !important;
  }


  .post-sidebar, .mainContentIntro.content-wrapper p{
      display:none !important;
  }


  .single-post .post-media .recipe-holder  ~ div {
    display: none !important;
  }


  .single-post .post-media .recipe-holder  * {
    visibility: visible;
  }


  .single-post .post-media .recipe-holder  .featured-image {
    padding: 0 !important;
  }

  .single-post .post-media .recipe-holder .only-print{
   display: block;
  }


 .single-post .post-media .recipe-holder .pinterest-icon{
   display: none;
}

 .single-post .post-media .recipe-holder .recipe-bordered .featured-image .title{
   bottom: 0;
   top:-80px;
}
 .single-post  .post-media .recipe-holder .recipe-bordered .preparation-details .prep-time{
    margin-left: 40px ;
 }

 .single-post  .post-media .recipe-holder .recipe-conclusion{
    display: none ;
 }

  .single-post .post-media .recipe-holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 80%;
  }
  header.site-header, footer.site-footer {
    display: none;
  }
  .single-post .cond_header_progress, .menu-hover-overlay {
    display: none;
  }
  .advertisment_heading,
  .post-article h1,
  .inner-custom-header span,
  address.author {
    display: none;
  }

  .single-post .post-media .recipe-holder .recipe-bordered {
    border: 1px #ccc solid;
    float: left;
    width: 100%;
  }
  html, body {
    width: 100%;
    height: 100%;
    float: none !important;
  }
  .main-post-image-holder, .main-post-img.fixed-position {
    display: none;
  }
  .single-post .post-media .recipe-holder .only-print img:first-of-type {
    /*width: 35mm !important;*/
    width: 100% !important;
    max-width: 135px !important;
    display: inline-block !important;
    /*height: auto !important;*/
    margin-top: 12mm !important;
  }
  .single-post .post-media .recipe-holder .only-print img:last-of-type {
    /*width: 120mm !important;*/
    width: 100% !important;
    /*max-width: 450px !important;*/
    display: inline-block !important;
    /*height: auto !important;*/
  }
  .single-post .post-media .recipe-holder .recipe-bordered .featured-image .title {
    font-size: 12px !important;
    font-family: Raleway, sans-serif !important;
  }
  .single-post .post-media .recipe-holder .recipe-bordered .preparation-details .meal-size,
  .single-post .post-media .recipe-holder .recipe-bordered .preparation-details .cook-time,
  .single-post .post-media .recipe-holder .recipe-bordered .preparation-details .prep-time,
  .single-post .post-media .recipe-holder .recipe-bordered .recipe-details .ingredients .title {
    font-family: Raleway, sans-serif !important;
    font-size: 12px !important;
  }
  .single-post .post-media .recipe-holder .recipe-bordered .preparation-details .meal-size:before,
  .single-post .post-media .recipe-holder .recipe-bordered .preparation-details .cook-time:before,
  .single-post .post-media .recipe-holder .recipe-bordered .preparation-details .prep-time:before {
    display: none !important;
  }
  ul li {
    font-size: 12px !important;
    margin: 10px 0px !important;
    font-family: Raleway, sans-serif !important;
  }
  .single-post .post-media .recipe-holder .recipe-bordered .recipe-details,
  .single-post .post-media .recipe-holder .recipe-bordered .preparation-details {
    width: 48% !important;
    float: left !important;
  }
  .single-post .post-media .recipe-holder .recipe-bordered .recipe-details .ingredients,
  .single-post .post-media .recipe-holder .recipe-bordered .recipe-details .instructions {
    width: 99% !important;
    float: left !important;
  }
  .single-post .post-media .recipe-holder .recipe-bordered .recipe-details .ingredients {
    margin-top: 15px !important;
  }
  .single-post .post-media .recipe-holder .recipe-bordered .recipe-details .instructions {
    margin-top: -15px !important;
  }
  .single-post  .post-media .recipe-holder .recipe-bordered .preparation-details .prep-time,
  .single-post  .post-media .recipe-holder .recipe-bordered .preparation-details .cook-time,
  .single-post  .post-media .recipe-holder .recipe-bordered .preparation-details .meal-size {
    margin: 0 5px !important;
    float: left !important;
  }
  .wrapper main {
    top: 0px !important;
  }
}
/******************  RECIPE CONTAINER LANDSCAPE END  ******************/
/******************  SETTERS PRINT MEDIA START  ******************/
@media print {
    * {
        background:transparent !important;
        color:#000 !important;
        box-shadow:none !important;
        text-shadow:none !important;
    }
    a,
    a:visited {
        text-decoration:underline;
    }
    a[href]:after {
        content:" (" attr(href) ")";
    }
    abbr[title]:after {
        content:" (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content:"";
    }
    pre,blockquote {
        border:1px solid #999;
        page-break-inside:avoid;
    }
    thead {
        display:table-header-group;
    }
    tr,img {
        page-break-inside:avoid;
    }
    img {
        max-width:100% !important;
        height: auto !important;
    }
    @page {
        margin:0.5cm;
    }
    p,
    h2,
    h3 {
        orphans:3;
        widows:3;
    }
    h2,
    h3 {
        page-break-after:avoid;
    }
}
/******************  SETTERS PRINT MEDIA END  ******************/
.postcontent-ad-wrapper .content-top-posts-header, .postcontent-ad-wrapper .content-top-posts {
    /*display: none;*/
}
.more-stories-ab {
    background: #fff;
    padding: 0 32px 1em;
    text-align: center;
    font-size: 10px;
    font-family: 'Raleway', sans-serif;
    z-index: 14;
    position: relative;
    width: auto;
    height: 100%;
}
.more-stories-ab .inner-ad-wrap {
    background: #f7f7f7;
}
.more-stories-ab .content-top-posts-header, .more-stories-ab .content-top-posts {
    max-width: 1200px;
    margin: 0 auto 30px;
    text-align: center;
    float: none;
    padding: 0 25px;
    box-sizing: border-box;
}
.more-stories-ab .content-top-posts-header {
  margin: 0 auto;
  padding: 35px 0 30px;
}
.more-stories-ab .content-top-posts-header.variant_1 {
    margin: 0 auto 30px;
    position: relative;
    top: -10.666666px;
    padding: 0;
}
.more-stories-ab .author a:last-child {
    display: block;
    height: 22px;
    font-family: Montserrat;
    font-size: 12px;
    line-height: 1.83;
    color: #555555;
    text-transform: none;
}
.more-stories-ab .author a:last-child img {
    width: 20px;
    height: 20px;
    border-radius: 20px;
}
.more-stories-ab .author a:last-child span {
  text-transform: uppercase;
}
.more-stories-ab .post .author {
  margin: -52px 12px 30px;
  box-sizing: border-box;
  width: initial;
  padding: 11px 13px;
  min-height: 140px;
  background: rgb(255, 255, 255);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
  position: relative;
}
@media (min-width: 1024px) {
  .more-stories-ab .post .author {
    margin: -29px 12px 30px;
    padding: 6px 13px;
    min-height: 120px;
  }
}
.more-stories-ab .author .link .title {
  font-family: Raleway;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.47;
  color: #222222;
  margin: 0 0 16px;
  text-align: left;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 70px;
}
.more-stories-ab .author a:last-child {
  display: block!important;
}

.more-stories-ab .variant_1 strong {
  height: 31px;
  background-color: #fab21d;
  text-align: center;
  padding: 0 29px;
  color: #fff;
  font-family: 'MontserratSemiBold';
  font-size: 21.8px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 31px;
}

@media (max-width: 1024px) {
  .more-stories-ab .post {
    width: 48%!important;
  }
  .more-stories-ab .post .author {
    min-height: 96px;
    margin: -23px 12px 30px;
  }
  .more-stories-ab .author a:last-child {
    display: none!important;
  }
  .more-stories-ab .author .link .title {
    margin: 0;
    font-size: 16px;
    line-height: 1.56;
  }
    .more-stories-ab .content-top-posts .post:nth-child(2n+1){
        clear:left;
    }
    .more-stories-ab .content-top-posts .post:nth-child(2n+4){
        clear:right;
    }
    /*.more-stories-ab .content-top-posts .post:nth-child(9) {
        display: none;
    }*/
  /*-- tag title --*/
  .more-stories-ab .content-top-posts-header.variant_1 {
    top: -12.666666px;
  }
  .more-stories-ab .variant_1 strong {
    height: 24px;
    line-height: 24px;
    padding: 0 15.4px;
    font-size: 16.8px;
  }

  .content-top-posts-header {
    font-size: 25px;
  }

  .more-stories-ab .content-top-posts {
    padding: 0 63px;
  }

}
/*Live in hamburger menu START*/
.hamburg-dd .live-menu-item {
    width: 31%;
    float: left;
    position: relative;
    margin-right: 20px;
    padding: 1em 0 1em 1%;
}
.hamburg-dd .live-menu-item .live-bottom-part,
.hamburg-dd .live-menu-item .live-image-top,
.hamburg-dd .live-menu-item .view-all {
    width: 100%;
    position: relative;
}
.hamburg-dd .live-menu-item .live-title {
    padding: 15px 0px 8px 0px;
}
.hamburg-dd .live-menu-item .view-all {
    text-align: center;
    padding-top: 15px;
    border-top: 1px solid #505050;
    margin-top: 15px;
}
.hamburg-dd .live-menu-item .live-image-top img {
    width: 100%;
    height: 150px;
}
.hamburg-dd .live-menu-item .live-title h3 {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    margin: 0px;
}
.hamburg-dd .live-menu-item .live-bottom-part .left-part {
    width: 23%;
    float: left;
    padding-top: 7px;
}
.hamburg-dd .live-menu-item .live-bottom-part .left-part img {
    width: 100%;
    height: 80px;
}
.hamburg-dd .live-menu-item .live-bottom-part .right-part {
    width: 70%;
    float: left;
    padding: 0px 10px;
    padding-top: 7px;
}
.hamburg-dd .live-menu-item .live-bottom-part .right-part span {
    text-align: left;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.9px;
    color: rgba(120, 219, 237, 0.9);
    text-transform: uppercase;
}
.hamburg-dd .live-menu-item .live-bottom-part .right-part h4 {
    text-align: left;
    font-family: Raleway;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #ffffff;
}
.hamburg-dd .live-menu-item .live-bottom-part {
    border-top: 1px solid #505050;
    padding-top: 7px;
}
.hamburg-dd .live-menu-item span.all-episodes a {
    font-family: Raleway;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
}
/*Live in hamburger menu END*/
/*Live in main menu header START*/
    .main-drop-down.livelt h2 span {
        font-weight: 900;
        color: #18b9d6;
        text-align: left;
    }
    .main-drop-down .menu-items-wrapper .live-menu-item {
        width: 23%;
        float: left;
        position: relative;
        margin-right: 30px;
        padding: 1em 0 1em 1%;
    }
    .main-drop-down .menu-items-wrapper .live-menu-item .live-bottom-part,
    .main-drop-down .menu-items-wrapper .live-menu-item .live-image-top,
    .main-drop-down .menu-items-wrapper .live-menu-item .view-all {
        width: 100%;
        position: relative;
        margin-bottom: -2px;
    }
    .main-drop-down .menu-items-wrapper .live-menu-item .live-title {
        padding: 15px 0px 8px 0px;
    }
    .main-drop-down .menu-items-wrapper .live-menu-item .view-all {
        text-align: center;
        padding-top: 15px;
        border-top: 1px solid #505050;
        margin-top: 15px;
    }
    .main-drop-down .menu-items-wrapper .live-menu-item .live-image-top img {
        width: 100%;
        height: 130px;
    }
    .main-drop-down .menu-items-wrapper .live-menu-item .live-bottom-part .left-part {
        width: 23%;
        float: left;
        padding-top: 7px;
    }
    .main-drop-down .menu-items-wrapper .live-menu-item .live-bottom-part .left-part img {
        width: 100%;
        height: 80px;
    }
    .main-drop-down .menu-items-wrapper .live-menu-item .live-bottom-part .right-part {
        width: 70%;
        float: left;
        padding: 0px 10px;
        padding-top: 7px;
    }
    .main-drop-down .menu-items-wrapper .live-menu-item .live-bottom-part .right-part h4 {
        text-align: left;
        font-family: Raleway;
        font-size: 15px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.4;
        letter-spacing: normal;
        color: #ffffff;
    }
    .main-drop-down .menu-items-wrapper .live-menu-item .live-bottom-part {
        padding-top: 7px;
        padding: 15px;
        background: #444;
        width: auto;
    }
    .main-drop-down .menu-items-wrapper .live-menu-item span.all-episodes a {
        font-family: Raleway;
        font-size: 16px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.44;
        letter-spacing: normal;
        color: #ffffff;
        text-align: center;
        text-decoration: none;
    }
    .live-bar label a,
    .live-bar label a:hover {
        text-decoration: none;
        color: #fff;
    }
    /*Live in main menu header END*/
.rc-text-right.rc-branding, .rc-branding-label.rc-brand-content {
    z-index: 1;
}

/*-- new slide galery --*/
.slideshow-wrap {
  width: 100%;
  margin: 20px 0 30px 0;
}
.sl-image-wrap {
  position: relative;
  width: 100%;
}
.sl-image-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 630px;
  overflow: hidden;
  padding-bottom: 4px;
}
.sl-image-wrap ul li {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 10;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: solid 2px #f4f4f4;
}
.sl-image-wrap ul li:last-child {
  background: rgba(0, 0, 0, 0.66);
  overflow: hidden;
}

.sl-image-wrap ul li:first-child .heigh-wraper {
    border-bottom: 5px solid #26b8d3;
}
.sl-image-wrap ul li {
  text-align: center;
}
.sl-image-wrap ul li img {
  width: auto;
  max-height: 100%;
  max-width: 100%;
  display: block;
}

.sl-image-wrap ul li .heigh-wraper {
  border-bottom: 5px solid #aacfd7;
  overflow: hidden;
}


.sl-image-wrap ul li:first-child > .sl-description-wrap {
    padding-top: 55px;
    border-top: 5px solid #26b8d3;
}
.sl-description-wrap {
  border-top: none;
  padding: 30px 40px;
  background: #f4f4f4;
  border-top: 5px solid #aacfd7;
}
.sl-description-wrap p {
  color: #333;
  line-height: 23px;
  font-size: 14px;
}
.sl-description-wrap h3 {
  color: #444!important;
  font-size: 14px!important;
  font-weight: bold!important;
  text-transform: uppercase;
  font-family: Montserrat;
  margin: 0;
}

  /*-- slide navigation --*/
  .slideshow-wrap .sl-nav-prev, .slideshow-wrap .sl-nav-next {
    position: absolute;
    top: 50%;
    margin-top: -42px;
    width: 62px;
    height: 84px;
    /*padding: 10px 0;*/
    z-index: 11;
    outline: none;
    border: none;
    overflow: hidden;
  }
  .slideshow-wrap .sl-nav-prev i.arrows,
  .slideshow-wrap .sl-nav-next i.arrows {
      font-size: 45px;
      opacity: 1;
      position: absolute;
      width: 84px;
      height: 84px;
      border-radius: 84px;
      line-height: 84px;
      text-align: center;
      outline: 0;
      border: 0;
  }
  .slideshow-wrap .sl-nav-prev i.arrows {
    background: rgba(172, 208, 215, 0.8) url('../img/icons/arrow-left.png') no-repeat right center;
    margin-left: -40px;
  }
  .slideshow-wrap .sl-nav-next i.arrows {
    background: rgba(172, 208, 215, 0.8) url('../img/icons/arrow-right.png') no-repeat left center;
    margin-left: 18px;
  }
  .slideshow-wrap .sl-nav-prev i.arrows:hover, .slideshow-wrap .sl-nav-next i.arrows:hover {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.6);
  }
  .slideshow-wrap .sl-nav-prev {
    left: 2px;
  }
  .slideshow-wrap .sl-nav-prev.disabled {
    opacity: 0;
    pointer-events: none;
  }
  .slideshow-wrap .sl-nav-next.disabled {
    pointer-events: none;
  }
  .slideshow-wrap .sl-nav-next {
    right: 2px;
  }
  .slideshow-wrap .sl-nav-prev i.fa { text-indent: -3px; }
  .slideshow-wrap .sl-nav-next i.fa { text-indent: 3px; }

  /*-- next box --*/
  .slideshow-wrap .sl-nextbox {
    position: absolute;
    height: 166px;
    width: 90%;
    top: 50%;
    right: -90%;
    margin-top: -82px;
    background: #f9b135;
    text-decoration: none;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    outline: 0;
    border: 0;
  }
  .slideshow-wrap .sl-nextbox .sl-nextImg-wrap {
    max-width: 286px;
    height: 166px;
    overflow: hidden;
    background: #fff;
    float: left;
    margin-right: 29px;
  }
  .slideshow-wrap .sl-nextbox .sl-nextImg-wrap img {
    height: 100%;
  }
  .slideshow-wrap .sl-nextbox .sl-next-content {
    padding-top: 0;
    padding-right: 80px;
    color: #fff;
    top: 50%;
    position: relative;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  @media (max-width: 1024px) {
    .slideshow-wrap .sl-nextbox .sl-next-content {
      padding-top: 0;
      padding-right: 56px;
    }
    .slideshow-wrap .sl-nextbox .sl-nextImg-wrap {
      margin-right: 9px;
    }
    .slideshow-wrap .sl-nextbox .sl-next-content p {
      margin-top: 6px;
    }
  }

  .slideshow-wrap .sl-nextbox .sl-next-content span {
    text-transform: uppercase;
  }
  .slideshow-wrap .sl-nextbox .sl-next-content p {
    font-size: 17px;
  }
  @media (max-width: 1200px) {
    .slideshow-wrap .sl-nextbox {
      width: 88%;
      right: -90%;
    }
    .sl-image-wrap ul {
      height: 560px;
    }
  }
  /*-- next box end --*/


.slideshow-wrap .numbering {
  position: absolute;
  width: 64px;
  height: 30px;
  line-height: 30px;
  left: 50%;
  display: block;
  margin: -16px 0 0 -32px;
  background: #acd0d7;
  color: #fff;
  text-align: center;
  z-index: 10;
}
.slideshow-wrap .sl-begin {
  position: absolute;
  left: 50%;
  margin: -32px 0 0 -150px;
  width: 300px;
  height: 60px;
  line-height: 60px;
  background: #29b9d4;
  text-align: center;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
  z-index: 10;
}

.slideshow-wrap .sl-nextbox.slide-in {
    animation: slide-out 0.7s forwards;
    -webkit-animation: slide-out 0.7s forwards;
    z-index: 12;
}
.slideshow-wrap .sl-nextbox.slide-out {
    animation: slide-in 0.5s forwards;
    -webkit-animation: slide-in 0.5s forwards;
}

@keyframes slide-in {
    100% { transform: translateX(0%); }
}

@-webkit-keyframes slide-in {
    100% { -webkit-transform: translateX(0%); }
}

@keyframes slide-out {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-100%); }
}

@-webkit-keyframes slide-out {
    0% { -webkit-transform: translateX(0%); }
    100% { -webkit-transform: translateX(-100%); }
}
body.slideshow-page .wrapper aside {
    margin-top: 100px;
}


/*-- ab test for slide galery --*/
body.slideshow-page .social-share-box,
body.slideshow-page .more-stories-ab {
    display: none;
}


.more-videos-btf {
  display:none;
}
.more-videos-btf .content-top-posts .post {
  margin-bottom: 40px;
  background: #222;
  padding-bottom: 0;
}
.more-videos-btf .content-top-posts .data {
  background: #222;
  padding: 15px 16px 22px;
  text-align: left;
}
.more-videos-btf .content-top-posts .data .aired {
  font-size: 12px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: #fff;

    height: 22px;
    font-family: Montserrat;
    line-height: 1.83;
    text-align: left;
    margin: 6px 0 7px 0;

    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.more-videos-btf .content-top-posts .data .serie-title {
    font-family: Raleway, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
    text-align: left;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.more-videos-btf .content-top-posts .data .title {
  font-family: Raleway, sans-serif;
  font-size: 16px;
  color: #fff;
  margin: 0;
  overflow: hidden;

    height: 46px;
    font-weight: 600;
    line-height: 1.44;
    text-align: left;

    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.more-videos-btf .content-top-posts-header {
  overflow: hidden;
  width: 256px;
  margin: 0 auto;
}
.more-videos-btf .content-top-posts-header img {
  float: left;
  width: 166px;
}
.more-videos-btf .content-top-posts-header span {
  float: left;
  line-height: 59px;
  padding-left: 9px;
  font-size: 23px;
  -webkit-font-smoothing: antialiased;
}
.more-videos-btf .content-top-posts .play-btn {
  width: 47px;
  height: 47px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -23.5px 0 0 -23.5px;
  background: url('../img/play-btn.png') no-repeat;
  background-size: cover;
  transition: all 0.25s ease;
}
.more-videos-btf .content-top-posts .post a.link:hover .image{
  opacity: 0.8;
}
.more-videos-btf .content-top-posts .post a.link:hover .play-btn {
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
}

#div-gpt-ad-1425403661677-0 iframe{
    display:block;
}
/*author bio on bottom of articles start*/
.author-bio-bottom {
    border: solid 1px #dfdfdf;
    padding: 15px 23px 22px;
    max-height: 150px;
    height: 100%;
    min-height: 113px;
    box-sizing: border-box;
}
.author-bio-bottom .author-avatar {
    float: left;
    margin-right: 22px;
    margin-top: 9px;
}
.author-bio-bottom .author-avatar a {
  display: block;
}
.author-bio-bottom .author-avatar img {
    border-radius: 45px;
    height: 64px;
    width: 64px;
}
.author-bio-bottom .author-data {
  margin-left: 86px;
}
.author-bio-bottom .author-data a {
    text-decoration: none;
    color: #272727;
}
.author-bio-bottom .author-data p {
    margin: 0;
}
.author-bio-bottom .author-data p.author-name {
    font-family: Raleway;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.84;
    text-align: left;
    color: #272727;
}
.author-bio-bottom .author-data p.author-bio {
    font-family: Raleway;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    color: #333333;
    text-align: left;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 60px;
}
body.single.single-post .wrapper main {
    padding-bottom: 26px;
}
/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .author-bio-bottom .author-data p.author-bio {
        -webkit-line-clamp: 2;
        overflow: hidden;
        height: 40px;
    }
}
@media only screen and (min-device-width: 1367px) {
    .author-bio-bottom .author-data p.author-bio {
        -webkit-line-clamp: 2;
        overflow: hidden;
        height: 40px;
    }
}
/*author bio on bottom of articles end*/

@media only screen and (max-device-width: 768px) {
    .content-top-posts .post .link .image {
        padding-bottom: 136px;
    }
}
@media only screen and (min-device-width: 769px) and (max-device-width: 1024px) {
    .content-top-posts .post .link .image {
        padding-bottom: 185px;
    }
}
/*author bio on bottom of articles end*/
@media (max-width: 700px) {
    .video-container.jwplayer {
        padding-bottom:72vh;
    }
}
