

:root {
    --thm-font: "Montserrat", sans-serif;
	--thm-font-1: "Karla", sans-serif;
    --heading-font: "Montserrat", sans-serif;
    --heading-font-2: "Lora", serif;
    --special-font: "Montserrat", sans-serif;
    --special-font-1: "Work Sans", sans-serif;
	--thm-base: #aaa081;
	--thm-base-rgb: 170, 160, 129;
	--thm-black: #252930;
	--thm-black-rgb: 37, 41, 48;
}
@font-face {
    font-family: 'Monotype Modern Std';
    src: url('/css/fonts/modernmt/ModernMTStd-Extended.eot');
    src: url('/css/fonts/modernmt/ModernMTStd-Extended.eot?#iefix') format('embedded-opentype'),
    url('/css/fonts/modernmt/ModernMTStd-Extended.woff2') format('woff2'),
    url('/css/fonts/modernmt/ModernMTStd-Extended.woff') format('woff'),
    url('/css/fonts/modernmt/ModernMTStd-Extended.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body{
    background-color: #3d1f00!important;
    /*background-color:#b59d91;*/
}


.ant-fem{
    padding-top:0!important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 10%;
    background-attachment: fixed;
    padding-bottom: 0!important;

}
.article-picture::before,
.ant-fem::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 1);
    z-index: -1;
    pointer-events: none;
    opacity:0.2
}
.article-picture::before{
    z-index: 0;
    opacity:0.3
}
.img-btm{
    margin:0 auto;
    padding-bottom: 70px;
    max-width: 1920px;
}
.z-index-1{z-index: 1}
.position-relative{position: relative}
body.ant-fem.background_1::before,
.article-content-holder .article-text,
.article-content-holder .article-text:nth-child(1){
    background-color: #f1d59e;
}
body.ant-fem.background_2::before,
.article-content-holder .article-text:nth-child(2){
    background-color: #504e7d;
}
body.ant-fem.background_3::before,
.article-content-holder .article-text:nth-child(3){
    background-color: #e9bbd6;
}
body.ant-fem.background_4::before,
.article-picture::before,
.article-content-holder .article-text:nth-child(4){
    background-color: #005f1f;
}
body.ant-fem.background_5::before,
.article-content-holder .article-text:nth-child(5){
    background-color: #f1d59e;
}
.ant-fem blockquote::before{
    display: none;
}
.ant-fem .article-wrapper .article-text{
    position: relative;
    z-index: 1;
    border-radius: 15px;
}

.ant-fem .article-wrapper .article-text p,
.ant-fem .article-wrapper .article-text p strong,
.ant-fem .article-wrapper .article-text h2{
    color: #ffffff;
}
.ant-fem .article-wrapper .article-content-holder .article-text:nth-child(1),
.ant-fem .article-wrapper .article-content-holder .article-text:nth-child(1) p,
.ant-fem .article-wrapper .article-content-holder .article-text:nth-child(1) p strong,
.ant-fem .article-wrapper .article-content-holder .article-text:nth-child(1) h2,
.ant-fem .article-wrapper .article-content-holder .article-text:nth-child(6),
.ant-fem .article-wrapper .article-content-holder .article-text:nth-child(6) p,
.ant-fem .article-wrapper .article-content-holder .article-text:nth-child(6) p strong,
.ant-fem .article-wrapper .article-content-holder .article-text:nth-child(6) h2,

.ant-fem .article-wrapper .article-content-holder .article-text:nth-child(5),
.ant-fem .article-wrapper .article-content-holder .article-text:nth-child(5) p,
.ant-fem .article-wrapper .article-content-holder .article-text:nth-child(5) p strong,
.ant-fem .article-wrapper .article-content-holder .article-text:nth-child(5) h2,
.ant-fem .article-wrapper .article-content-holder .article-text:nth-child(3),
.ant-fem .article-wrapper .article-content-holder .article-text:nth-child(3) p,
.ant-fem .article-wrapper .article-content-holder .article-text:nth-child(3) p strong,
.ant-fem .article-wrapper .article-content-holder .article-text:nth-child(3) h2{
    color: #4d4c67!important;
}
.article-header .article-sub-title{
    color: #ffffff;
    font-family: var(--heading-font);
    font-size: 46px;
}
footer.dark{
    background-color: #333333;
    color: #fff;
}
.mt-0{
    margin-top:0!important;
}
.article-picture{
    background-repeat: no-repeat!important;
    height: 768px;
    background-size: cover;
    background-position: center;
    position: relative;
    padding:15px;
    z-index: 226;
}
.article-lhn ul{
    list-style-type: none;
    padding:0;
    margin:0;
}
.article-lhn ul li a{
    font-size: 14px;
    font-weight: normal;
    padding:5px 0 0 0;
    text-decoration: none;
    color: #ffffff!important;
    text-transform: uppercase;
}
.article-lhn ul li{
    padding:0;
    line-height: 1.8;
}
.article-lhn ul li a, .article-lhn ul li a, .article-lhn ul li a{
    display: inline-block;
}
.article-lhn ul li:hover a, .article-lhn ul li:focus a, .article-lhn ul li:active a, .article-lhn ul li a.active{
    color:#9b9b9b;
    display: inline-block;
    text-decoration: none;
}
.align-items-end{
    align-items: end;
}
.title-gradient {
    width: 100%;
    /*background: #333333;*/
    /*background: linear-gradient(0deg,rgba(51, 51, 51, 1) 0%, rgba(237, 221, 83, 0) 100%);*/
    background: #3d1f00;
    background: linear-gradient(0deg,rgba(61, 31, 0, 1) 0%, rgba(199, 99, 0, 0) 100%);
    padding-bottom: 50px;
    padding-top: 50px;
}
.white-gradient{
    width: 100%;
    background: #ffffff;
    background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
.title-gradient .article-title,.title-gradient .article-lead{
    max-width: 1140px;
    margin:0 auto;
}
.title-gradient .article-title{
    /*text-shadow:1px 1px 1px rgba(255, 255, 255, .7);*/
    margin-bottom: 15px;
    text-align: left;
}
.article-lead{
    color: #ffffff;
    font-family: var(--thm-font);
    line-height: 1.6;
    line-spacing:1.2;
}
.article-wrapper{
    position: relative;
    z-index: 2;
    max-width: 1140px;
}
.article-header, .article-wrapper .read-time {
    margin:0 auto;
}
.article-header{
    max-width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
}
.article-wrapper .inArticleWrap{
    display: none!important;
}
.gallery-dynamic{
    position: fixed;
    z-index: 0;
    top:120px;
    left:50%;
    opacity: 0;
    transition: all .3s ease;
    transform: translateY(40%);
}
.gallery-dynamic.active{
    opacity: 1;
    transform: translateY(-10%);
}
.gallery-dynamic a, .gallery-dynamic a img{
    display: block;
}
.gallery-dynamic a{
    width: 330px;
}
.gallery-dynamic a{
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, 50%);
}
/*.gallery-dynamic a:nth-child(odd){*/
/*    margin-left: -800px;*/
/*    transform:translateY(0);*/
/*    !*margin-top: -30px;*!*/
/*    transition: .3s all .4s ease-in;*/
/*}*/
/*!*.gallery-dynamic.active a:nth-child(odd){*!*/
/*!*    transform:translateY(-20%);*!*/
/*!*}*!*/
/*.gallery-dynamic a:nth-child(even){*/
/*    margin-left: 400px;*/
/*    transform:translateY(0);*/
/*    transition: .3s all .4s ease-in;*/
/*}*/
.gallery-dynamic a:nth-child(1){
    transform: translate(-160%, 60%);
}
.gallery-dynamic a:nth-child(3){
    transform: translate(10%, -30%);
}
.gallery-dynamic a:nth-child(2){
    transform: translate(110%, -10%);
}
.gallery-dynamic a:nth-child(4){
    transform: translate(-90%, 0);
}
.gallery-dynamic a:nth-child(5){
    transform: translate(-60%, 100%);
}
.gallery-dynamic a:nth-child(6){
    transform: translate(30%, 190%);
}
/*.gallery-dynamic a:nth-child(7){*/
/*    margin-left: -220px;*/
/*    margin-top: -40px;*/
/*}*/
/*.gallery-dynamic a:nth-child(8){*/
/*    margin-left: 0;*/
/*    margin-top: -847px;*/
/*}*/
/*.gallery-dynamic a:nth-child(9){*/
/*    margin-top: -126px;*/
/*    margin-left: -620px;*/
/*}*/
/*.gallery-dynamic.active a:nth-child(even){*/
/*    transform:translateY(-10%);*/
/*}*/
.zindex-more{
    position: relative;
    z-index: 3;
}
.justify-content-between{
    justify-content: space-between;
}
.justify-content-end{
    justify-content: end;
}
.flex-column{
    flex-direction: column;
}
.pt-3{
    padding-top:15px;
}
.pb-3{
    padding-bottom: 15px;
}
.pt-5{
    padding-top: 30px;
}
.py-5{
    padding-top: 30px;
    padding-bottom: 30px;
}
.pb-5{
  padding-bottom: 30px;
}
.article-details{
    text-align: right;
    color: #ffffff;
}
.pb-0{
    padding-bottom: 0;
}
.mb-0{
    margin-bottom: 0;
}
.article-lhn .lhn-wrap.navbar{
    position: absolute;
    left: 0;
    top:20px;
}
.article-lhn.scrolled .lhn-wrap.navbar{
    position: fixed!important;
    z-index: 3;
}
.article-lhn .navbar{
    background-color: transparent;
    border-color: transparent;
}
.article-text h2{
    scroll-margin:0 0 0 0;
    scroll-padding: 30px 0 0 0;
}
.article-wrapper .article-text h2{
    font-family: var(--heading-font);
    font-size: 42px;
}
.article-text p{
    font-family: var(--thm-font);
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
    background-color: transparent;
}
.navbar-inverse .navbar-toggle{
    border-color: #ffffff;
}
.article-lhn .navbar-collapse{
    padding:0;
    background-color: transparent;
}
.text-left{
    text-align: left!important;
}
.navbar-brand{
    padding:7px 25px !important;
    display: inline-block;
    float: none;
    background-color: #333333;
    margin-right: 5px;
    line-height: 1.6;
    border-radius: 3px;
    transition: background-color .3s ease-in;
    margin-top: 30px;
}
.navbar-brand img{
    width: 80px;
}
.navbar-brand:hover{
    background-color: #848484;
    color: #333333;

}
.navbar-brand.alf-link span{
    display: inline-block;
    line-height: 1;
    border-radius: 7px;
    color: #ffffff;;
}
.text-white{
    color: #ffffff;
}
.article-title{
    /*font-family: 'Monotype Modern Std', 'Libre Baskerville', 'Times New Roman', Georgia;*/
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    font-size: 6em;
    line-height: 1;
    margin:10px 0 0 0;
    /*color: #dcab56;*/
    color: #ffffff;
    /*text-shadow: 3px 3px 0 #523f1f;*/
    font-weight: 100;
    text-transform: uppercase;
}
.article-lhn .navbar li{
    line-height: 1.4;
}
.article-lhn .navbar li a{
    font-family: var(--special-font);
}
.article-text > *:not(blockquote):not(picture):not(.article-content-image-container):not(.article-content-iframe-container):not(.table-responsive):not(figure){
    max-width: none;
}
.hidden-with-opacity .embed-responsive{
    display: none;
}
.hidden-with-opacity:nth-child(1){
    margin-bottom: 100px;
}
.gallery-main-wrap{
    display: none;
}
@media screen and (min-width: 1366px) {
    .article-title{
        font-size: 8.4em;
    }
    .article-lead{
        max-width: 25%;
    }
}
@media screen and (min-width: 1600px) {
    .article-picture{
        height:1080px
    }
}
@media screen and (min-width: 992px) {
    .hidden-with-opacity:nth-last-child(1){
        margin-bottom: 1000px;
    }
    .hidden-with-opacity{
        margin-top: 700px;
    }

    .article-picture{
        padding:50px;
    }
    .flex-md-row-reverse{flex-direction:row-reverse;}
    /*.hidden-with-opacity{*/
    /*    opacity: 0;*/
    /*    transition: opacity .3s ease-in;*/
    /*}*/
    /*.hidden-with-opacity.active{*/
    /*    opacity: 1;*/
    /*}*/
    .article-lhn ul{
        padding-left: 20px;
    }
    .article-lhn .navbar{
        background-color: transparent;
        border-color: transparent;
        padding-right:0!important;
    }
    .article-lhn .navbar ul>li:not(:nth-last-child(1)){
        border-bottom: 1px solid transparent;
    }
    .article-lhn{
        padding-left: 15px;
        position: relative;
        padding-top: 40px;
        width: 300px;
    }
    .article-lhn .lhn-wrap {
        width: 300px;
        padding-right:20px
    }


    /* .article-lhn ul li:nth-child(1) a, */
    .article-lhn ul li a.active{
        border-bottom:1px solid #00a3da;
    }
    .d-md-flex{
        display: flex;
    }
    .article-lead{
        max-width: 45%;
    }
}
.title-line{
    padding-left: 20px;
    position: relative;
    text-align: center;
}
.title-line strong{
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 10px;
}
.title-line::before{
    content:"";
    position:absolute;
    left:20px;
    top:0;
    border:5px solid #00a3da;
    display: block;
    height: 1px;
    background-color: #00a3da;
    width: calc(100% - 30px);
    transform:translateY(100%)
}

@media (min-width:1180px) and (max-width:1600px) {
    .ant-s-fem{
        margin-top:0;
    }
    .article-title{
        font-size: 5.5em;
    }
    
}
@media (min-width:1180px) and (max-width:1600px) {
    .article-wrapper, .article-header{
        max-width: 850px;
        width: 100%;
    }
}
@media screen and (max-width: 1280px) {
    .article-lhn .lhn-wrap, .article-lhn {
        width: 100%;
    }
    .article-lhn.scrolled .lhn-wrap{
        margin-left: 0;
        transform: translateX(-292.5%);
    }
}
@media screen and (max-width: 992px) {
    .navbar-brand{
        margin-top: 15px;
    }
    .article-lhn .lhn-wrap.navbar{
        z-index: 3;
    }
    .hidden-with-opacity{
        margin-top: 70vh;
    }
    .google-news-subscribe{
        margin-bottom: 1.5rem;
    }
    .article-wrapper{
        padding-top: 20px;
    }
    .flex-sm-column{
        flex-direction: column;
    }
    .article-lhn.scrolled .lhn-wrap{
        transform: translateX(0);
        background-color: #00a3da;
        top:0;
        width: 100%;
        left: 0;
    }
    .gallery-dynamic{
        top:250px;
    }
    .gallery-dynamic a{
        width: 120px;
    }
    .gallery-dynamic a:nth-child(3) {
        transform: translate(-4%, -30%);
    }
    .gallery-dynamic a:nth-child(2) {
        transform: translate(50%, 110%);
    }
    .gallery-dynamic a:nth-child(4) {
        transform: translate(-90%, -80%);
    }
    .gallery-dynamic a:nth-child(5) {
        transform: translate(-15%, 100%);
    }
    .gallery-dynamic a:nth-child(1) {
        transform: translate(-115%, 150%);
    }
    .gallery-dynamic a:nth-child(4) {
        transform: translate(-128%, -80%);
    }
    .align-items-sm-center{
        align-items: center!important;
    }
    /*.gallery-dynamic.active*/
    .title-line::before{
        transform:translateY(65%)
    }
    .menu-type-article{
        flex-direction: column;
        position: relative;
        height: 100px;
    }
    .article-lhn + .article-text{
        margin-top: 10px;
    }
    .article-text{
        opacity: 1;
        transition: all 0.3s ease-in;
    }
    .article-lhn{
        padding-left:10px;
        padding-right:10px;
    }
    .article-lhn ul li a{
        border: 0;
    }
    .article-lhn .lhn-wrap, .article-lhn {
        max-width: 760px;
        margin: 0 auto;
    }
    .article-picture{
        background-size: cover;
        background-position: 50%;
        object-fit:cover;
        min-height: 80vh;
    }
    .article-lhn ul {background-color: #00a3da;}

    .article-lhn ul li:hover a, .article-lhn ul li:focus a, .article-lhn ul li:active a, .article-lhn ul li a.active {
        background-color: #007ea8;
    }
    .article-lhn ul li a{
        color: #ffffff!important;
        text-align: center;
        width: 100%;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
        border-color:#a4ddf0!important;
    }
    .article-title{
        font-size: 2em;
        text-align: center!important;
    }
}

img.w-100{
    width: 100%;
    height: auto;
}
.clear-both{
    clear: both;
}
.fs32{
    font-size: 32px!important;
}
.fs42{
    font-size: 42px!important;
}
.fs52{
    font-size: 52px!important;
}
.fs62{
    font-size: 62px!important;
}
.fs72{
    font-size: 72px!important;
}
.fs82{
    font-size: 82px!important;
}
.fs92{
    font-size: 92px!important;
}
.fs102{
    font-size: 102px!important;
}
.fs112{
    font-size: 112px!important;
}
.fs122{
    font-size: 122px!important;
}
.fs132{
    font-size: 132px!important;
}
.lfs{
    float: left;
    line-height: 1;
    margin-right: 15px;
}
.article-text{
    clear: both;
}
.ff0{
    font-family: "Monotype Modern Std", "Libre Baskerville", "Times New Roman", Georgia;
}
.ff1{
    font-family: var(--heading-font);
}
.ff2{
    font-family: var(--thm-font);
}

.ff3{
    font-family: var(--special-font);
}