@font-face{
    font-family: MyriadPro-Light;
    src: url(assets/fonts/MyriadPro-Light.eot?#iefix) format("embedded-opentype"),url(assets/fonts/MyriadPro-Light.otf) format("opentype"),url(assets/fonts/MyriadPro-Light.woff) format("woff"),url(assets/fonts/MyriadPro-Light.ttf) format("truetype"),url(assets/fonts/MyriadPro-Light.svg#MyriadPro-Light) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face{
    font-family: MyriadPro-It;
    src: url(assets/fonts/MyriadPro-It.eot?#iefix) format("embedded-opentype"),url(assets/fonts/MyriadPro-It.otf) format("opentype"),url(assets/fonts/MyriadPro-It.woff) format("woff"),url(assets/fonts/MyriadPro-It.ttf) format("truetype"),url(assets/fonts/MyriadPro-It.svg#MyriadPro-It) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face{
    font-family: MyriadProLight_Italic;
    src: url(assets/fonts/MyriadProLight_Italic.eot);
    src: url(assets/fonts/MyriadProLight_Italic.eot) format("embedded-opentype"),url(assets/fonts/MyriadProLight_Italic.woff2) format("woff2"),url(assets/fonts/MyriadProLight_Italic.woff) format("woff"),url(assets/fonts/MyriadProLight_Italic.ttf) format("truetype"),url(assets/fonts/MyriadProLight_Italic.svg#MyriadProLight_Italic) format("svg");
}
@font-face{
    font-family: 'Brandon Grotesque Medium';
    font-style: normal;
    font-weight: 400;
    src: local('Brandon Grotesque Medium'),url(assets/fonts/brandon-grotesque-medium-587bd623e472a.woff) format('woff');
}
@font-face{
    font-family: 'Brandon Grotesque Thin';
    font-style: normal;
    font-weight: 400;
    src: local('Brandon Grotesque Thin'),url(assets/fonts/brandon-grotesque-thin-587bd5b76cfba.woff) format('woff');
}
@font-face{
    font-family: 'Brandon Grotesque Light';
    font-style: normal;
    font-weight: 400;
    src: local('Brandon Grotesque Light'),url(assets/fonts/Brandon_light.woff) format('woff');
}
@font-face{
    font-family: 'Brandon Grotesque Regular';
    font-style: normal;
    font-weight: 400;
    src: local('Brandon Grotesque Regular'),url(assets/fonts/Brandon_reg.woff) format('woff');
}
@font-face{
    font-family: 'Brandon Grotesque Bold';
    font-style: normal;
    font-weight: 400;
    src: local('Brandon Grotesque Bold'),url(assets/fonts/brandon-grotesque-bold-587bd6400afd0.woff) format('woff');
}
body{
    font-family: MyriadPro-Light,Arial,sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #a7a9ac;
}
.top-space{
    height: 264px;
}
h1{
    font-size: 32px;
    line-height: 46px;
}
h2{
    font-size: 28px;
    line-height: 30.8px;
}
h3{
    font-size: 24px;
}
h4{
    font-size: 20px;
}
h5{
    font-size: 16px;
}
h6{
    font-size: 12px;
}
a,
a:active,
a:focus,
a:hover{
    color: #ba8748;
    outline: 0!important;
}
.clearfix{
    height: 0!important;
}
.page-ribbon{
    position: absolute;
    top: -26px;
    left: -26px;
    z-index: 10000;
}
.page-ribbon img{
    width: 162px;
    height: 162px;
}
.admin-bar .page-ribbon{
    top: 6px;
}
.blog .filterable-area .row{
    margin: 0 -8px;
}
.blog .filterable-area .row .col-sm-4{
    padding: 0 8px;
}
.blog .filterable-area .animation-wrapper{
    min-height: 460px;
}
.splitter{
    height: 90px;
}
.pagination-section .featured-box .mask{
    opacity: .75;
}
.pagination-section .featured-box .btn-default{
    background: 0 0;
    top: 48%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    height: 45px;
}
.pagination-section .featured-box .content-box ul{
    height: 45px;
}
.pagination-section .featured-box.hover .btn-default,
.pagination-section .featured-box:hover .btn-default{
    background: #ba8748;
}
.pagination-section h4{
    font-family: MyriadProLight_Italic,Arial,sans-serif;
}
.intro-section .featured-box .content-box p{
    font-style: italic;
}
.intro-section .featured-box .content-box .btn-white{
    opacity: 1;
}
.container{
    max-width: 870px;
}
.page-title{
    margin-bottom: 55px;
}
.h-page-title{
    margin-bottom: 45px;
}
.btn{
    position: relative;
    -webkit-text-stroke: .25px;
}
.btn span{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 80%;
}
.btn:active,
.btn:focus,
.btn:hover{
    box-shadow: none;
}
.btn-default{
    background-image: none;
    background-color: #ba8748;
    border: 1px #ba8748 solid;
    border-radius: 0;
    font-size: 17px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #fff;
    padding: 10px 25px;
    text-shadow: none;
    box-shadow: none;
    outline: 0;
}
.btn-default:active,
.btn-default:focus,
.btn-default:hover{
    background-color: transparent;
    border: 1px #ba8748 solid;
    color: #fff;
    box-shadow: none!important;
}
.btn-rounded{
    display: block;
    width: 108px;
    height: 108px;
    border-radius: 50%;
    color: #fff;
    background-color: #a7a9ac;
    font-family: 'Brandon Grotesque Medium';
    font-size: 15px;
    line-height: 22px;
    white-space: normal;
    padding: 27px 20px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    text-transform: uppercase;
    letter-spacing: .1em;
    outline: 0;
}
.btn-rounded:hover{
    background-color: #ba8748;
    color: #fff;
}
.btn-rounded-inverted{
    color: #fff;
    background-color: #ba8748;
}
.btn-rounded-inverted:active,
.btn-rounded-inverted:focus,
.btn-rounded-inverted:hover{
    color: #fff;
    background-color: #a7a9ac;
}
.btn-index{
    width: 28px;
    height: 28px;
    position: fixed;
    top: 15px;
    left: 15px;
    z-index: 9999;
    padding: 0;
    outline: 0;
}
.btn-index:active,
.btn-index:focus,
.btn-index:hover{
    outline: 0;
}
.btn-index a{
    position: absolute;
    z-index: 99999;
    width: 28px;
    height: 28px;
    top: 0;
    left: 0;
}
.btn-index span{
    position: absolute;
    width: 8px;
    height: 8px;
    background: #a7a9ac;
    display: block;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    z-index: -1;
}
.btn-index .el-one{
    left: 2px;
    top: 2px;
}
.btn-index .el-two{
    left: 12px;
    top: 2px;
}
.btn-index .el-three{
    left: 22px;
    top: 2px;
}
.btn-index .el-four{
    left: 2px;
    top: 12px;
}
.btn-index .el-five{
    left: 12px;
    top: 12px;
}
.btn-index .el-six{
    left: 22px;
    top: 12px;
}
.btn-index .el-seven{
    left: 2px;
    top: 22px;
}
.btn-index .el-eight{
    left: 12px;
    top: 22px;
}
.btn-index .el-nine{
    left: 22px;
    top: 22px;
}
.btn-index:hover .el-one{
    left: 12px;
    top: 22px;
}
.btn-index:hover .el-two{
    left: 12px;
    top: 12px;
}
.btn-index:hover .el-three{
    left: 22px;
    top: 22px;
}
.btn-index:hover .el-four{
    left: 2px;
    top: 22px;
}
.btn-index:hover .el-five{
    left: 22px;
    top: 12px;
}
.btn-index:hover .el-six{
    left: 2px;
    top: 2px;
}
.btn-index:hover .el-seven{
    left: 22px;
    top: 2px;
}
.btn-index:hover .el-eight{
    left: 2px;
    top: 12px;
}
.btn-index:hover .el-nine{
    left: 12px;
    top: 2px;
}
.btn-index .menu{
    width: auto;
    height: auto;
    display: block;
    background: 0 0;
    color: #a7a9ac;
    font-size: 15px;
    letter-spacing: .1em;
    top: 50px;
    -webkit-font-smoothing: antialiased;
}
.style-light .featured-box .content-box .btn-white{
    border: 1px #ba8748 solid!important;
    color: #ba8748;
    background-color: transparent;
}
.style-light .featured-box .content-box span.btn-white:hover{
    border-color: #ba8748!important;
    color: #ba8748!important;
}
.style-light .featured-box .content-box a,
.style-light .featured-box .content-box p{
    color: #ba8748;
}
.style-dark .featured-box .content-box .btn-white{
    border: 1px #fff solid!important;
    color: #fff!important;
    background-color: transparent;
}
.style-dark .featured-box .content-box .btn-white:hover{
    border: 1px #fff solid!important;
    color: #fff!important;
    background-color: transparent;
}
.style-dark .featured-box .content-box a,
.style-dark .featured-box .content-box p{
    color: #fff;
}
.navbar{
    background-color: #fff;
    padding: 15px 0 0 0;
    border: none;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    height: auto;
}
.navbar .navbar-header{
    float: none;
}
.navbar .navbar-header .navbar-brand{
    height: auto;
    float: none;
    text-align: center;
    text-shadow: none;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    margin-left: auto!important;
    margin-right: auto!important;
    position: absolute;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    width: 180px;
    padding: 2px;
    z-index: 999;
}
.navbar .navbar-header .navbar-brand img{
    border-radius: 50%;
    width: 150px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.navbar .navbar-header .navbar-brand-so-books{
    height: auto;
    float: none;
    text-align: center;
    text-shadow: none;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    margin-left: auto!important;
    margin-right: auto!important;
    position: absolute;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    width: 220px;
    padding: 2px;
    z-index: 999;
}
.navbar .navbar-header .navbar-brand-so-books img{
    max-width: 220px;
    height: auto;
    margin: 40px 0;
    object-fit: contain;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.book-logo .navbar-brand{
    display: none !important;
}
.affix .book-logo .navbar-brand{
    display: block !important;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.affix .book-logo .navbar-brand-so-books{
    display: none !important;
}
.navbar .navbar-header h1{
    font-size: 15px;
    letter-spacing: .1em;
    text-align: center;
    color: #888;
    padding: 0 10px;
    margin: 121px 0 0 0;
    opacity: 1;
    top: 15px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    width: 100%;
    z-index: 998;
    font-family: 'Brandon Grotesque Thin';
}
.navbar-toggle{
    display: block;
    position: fixed;
    top: 5px;
    right: 12px;
    z-index: 10000000;
    margin: 0;
    padding: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    width: 35px;
    height: 65px;
}
.navbar-toggle .icon-bar{
    background-color: #a7a9ab;
    width: 34px;
    margin-top: 9px!important;
    height: 2px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    opacity: 1;
}
.navbar-toggle .icon-bar:last-child{
    margin-bottom: 0;
}
.navbar-toggle .menu{
    font-size: 15px;
    color: #a7a9ac;
    opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    display: block;
    letter-spacing: .1em;
    position: absolute;
    top: 45px;
    left: -4px;
    -webkit-text-stroke: .25px;
}
.navbar-toggle.collapsed .menu{
    opacity: 1;
}
.navbar-toggle .sr-only{
    font-size: 15px;
}
.navbar-toggle .two{
    display: none;
    position: absolute;
    top: 21px;
    left: 0;
    margin: 0!important;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.navbar-toggle .one{
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center;
    -webkit-transform-origin: center;
    position: absolute;
    top: 21px;
    left: 0;
    margin: 0!important;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.navbar-toggle .three{
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform-origin: center;
    -webkit-transform-origin: center;
    position: absolute;
    top: 21px;
    left: 0;
    margin: 0!important;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.navbar-toggle.collapsed .two{
    display: block;
    top: 21px;
}
.navbar-toggle.collapsed .one{
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    top: 10px;
}
.navbar-toggle.collapsed .three{
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    top: 32px;
}
.navbar-toggle.collapsed.hover .one{
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 21px;
}
.navbar-toggle.collapsed.hover .two{
    display: block;
    top: 21px;
}
.navbar-toggle.collapsed.hover .three{
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 21px;
}
.menu-left.navbar-toggle.collapsed .one{
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 20px;
}
.menu-left.navbar-toggle.collapsed .two{
    display: block;
    top: 20px;
}
.menu-left.navbar-toggle.collapsed .three{
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 20px;
}
.menu-left{
    display: block;
    position: fixed;
    top: 5px;
    left: 15px;
    z-index: 10000000;
    margin-left: 0;
}
.filter.collapse{
    height: 100%!important;
}
.filter.collapse.in{
    display: block!important;
    left: 0;
    opacity: 1;
    height: 100%!important;
}
.filter{
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    background-color: #000;
    position: fixed;
    left: -50%;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%!important;
    background-color: #333334;
    max-height: none!important;
    z-index: 10000;
    padding: 0 15px;
    opacity: 0;
}
.filter.menu-format h3{
    text-align: right;
}
.filter.menu-format .nav{
    float: none;
}
#sectors.newnavbar-collapse{
    left: auto;
    right: -50%;
}
#sectors.newnavbar-collapse.in{
    right: 0;
    z-index: 10001;
}
.navbar-collapse{
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    background-color: #000;
    position: fixed;
    right: -50%;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%!important;
    background-color: #333334;
    max-height: none!important;
    z-index: 10000;
    opacity: 0;
}
.navbar-collapse .nav{
    padding: 0 5px;
    float: none;
}
.navbar-collapse .nav .current-menu-item a,
.navbar-collapse .nav .current_menu_parent a{
    color: #ba8748;
}
.menu-format h3{
    font-family: MyriadPro-It,Arial,sans-serif;
    color: #ba8748;
    font-size: 15px;
    padding: 5px 40px;
    margin: 146px 0 27px 0;
}
.menu-format ul li{
    float: none;
}
.menu-format ul li a{
    color: #fff;
    padding: 5px 35px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    outline: 0;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 23px;
    line-height: 23px;
}
.menu-format ul li a:active,
.menu-format ul li a:hover{
    background-color: transparent;
    color: #ba8748;
}
.menu-format ul li a:focus{
    color: #fff;
    background-color: transparent;
}
.notin.animation-wrapper > div{
    transform: scale(0);
    -webkit-transform: scale(0);
}
.slide-content{
    transition: none;
    -webkit-transition: none;
    overflow: hidden;
    width: 100%;
}
.slide-content .container{
    max-height: 1999px;
    transition: all 1s;
    -webkit-transition: all 1s;
    padding: 0;
}
.slide-content .container .content-wrapper{
    padding: 50px 0 75px 0;
}
.no-height{
    min-height: 0;
}
.no-height .container{
    max-height: 0;
    padding: 0;
}
.gold-heading{
    color: #ba8748!important;
}
.rotate-item img{
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.next,
.prev{
    position: fixed;
    top: 110px;
    z-index: 10000;
    text-align: center;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.next a,
.prev a{
    font-size: 15px;
    line-height: 10px;
    color: #a7a9ac;
    letter-spacing: .1em;
}
.next a:hover,
.prev a:hover{
    text-decoration: none;
}
.next a img,
.prev a img{
    margin-bottom: 15px;
}
.next a span,
.prev a span{
    display: block;
}
.menu{
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.next{
    right: 15px;
}
.prev{
    left: 32px;
}
.prev img{
    opacity: 0;
}
.navbar-collapse.collapse{
    height: 100%!important;
    display: block!important;
}
.navbar-collapse.collapse.in,
.navbar-collapse.collapsing{
    display: block!important;
    right: 0;
    opacity: 1;
    height: 100%!important;
}
.affix h1{
    top: -100px!important;
    opacity: 0!important;
    position: absolute;
    width: 100%;
}
.affix .navbar-brand{
    padding-top: 0;
    top: -5px!important;
}
.affix .navbar-brand img{
    width: 100px!important;
    height: auto;
}
.affix .next{
    top: 15px;
    right: 80px;
}
.affix .next a span{
    display: none;
}
.affix .prev{
    top: 12px;
    left: 80px;
}
.affix .prev a span{
    display: none;
}
.small-menu .navbar-toggle.collapsed .menu{
    opacity: 0;
}
.small-menu .btn-index .menu{
    opacity: 0;
}
.top-space.affix{
    position: static;
}
.no-padding{
    padding: 0;
}
.no-padding .animation-wrapper,
.no-padding .row{
    margin: 0;
}
.no-padding .animation-wrapper .col-sm-12,
.no-padding .animation-wrapper .col-sm-3,
.no-padding .animation-wrapper .col-sm-4,
.no-padding .animation-wrapper .col-sm-6,
.no-padding .row .col-sm-12,
.no-padding .row .col-sm-3,
.no-padding .row .col-sm-4,
.no-padding .row .col-sm-6{
    padding: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    height: auto;
}
.animation-wrapper{
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.animation-wrapper > div{
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.animation-wrapper .clearfix{
    transform: scale(0);
    -webkit-transform: scale(0);
}
.animation-wrapper:hover .loaded .content-img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 10s cubic-bezier(.23,1,.32,1) 0s;
    -webkit-transition: all 10s cubic-bezier(.23,1,.32,1) 0s;
}
.animation-wrapper.content-animation-wrapper:hover .loaded .content-img{
    transform: scale(1);
    transition: all 10s cubic-bezier(.23,1,.32,1) 0s;
    -webkit-transition: all 10s cubic-bezier(.23,1,.32,1) 0s;
}
.featured-box{
    position: relative;
    overflow: hidden;
}
.featured-box img{
    width: 100%;
    height: auto;
}
.featured-box .content-img{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    transform: scale(.95);
    -webkit-transform: scale(.95);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    opacity: 0;
}
.featured-box .btn{
    opacity: 0;
    transition-delay: .3;
    -webkit-transition-delay: .3;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.featured-box span.btn{
    opacity: 1;
}
.featured-box.loaded .content-img{
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
    opacity: 1;
}
.featured-box.loaded .btn{
    opacity: 1;
}
.featured-box .btn-default{
    position: absolute;
    bottom: 45%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 230px;
    z-index: 200;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 8px;
    font-family: 'Brandon Grotesque Medium';
    font-weight: 400!important;
    font-size: 15px;
    -webkit-text-stroke: 0;
}
.featured-box .plus{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 36px;
    height: 36px;
    opacity: 0;
    z-index: 200;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.featured-box .mask{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-color: #000;
    display: block;
    opacity: 0;
    overflow: hidden;
    text-indent: -999px;
    z-index: 100;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.featured-box .animation-wrapper-mask{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-color: #000;
    display: block;
    opacity: 0;
    overflow: hidden;
    text-indent: -999px;
    z-index: 99999;
}
.featured-box .font-normal{
    font-style: normal;
}
.featured-box .font-italic{
    font-style: italic;
}
.featured-box #map-canvas{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.featured-box .content-box{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    text-align: center;
    padding: 10px;
    z-index: 300;
}
.featured-box .content-box a,
.featured-box .content-box h2,
.featured-box .content-box p,
.featured-box .content-box span.btn{
    position: static;
}
.featured-box .content-box a{
    color: #fff;
}
.featured-box .content-box a:hover{
    text-decoration: none;
}
.featured-box .content-box p{
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 39px;
    padding: 0 70px;
    color: #fff;
}
.featured-box .content-box h1{
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 40px;
    padding: 0 70px;
    color: #fff;
    font-family: 'Brandon Grotesque Medium';
    font-weight: 400;
}
.featured-box .content-box .post-title{
    margin-bottom: 0;
}
.featured-box .content-box h2{
    margin: 0 auto 10px;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    font-size: 28px;
    line-height: 40px;
    color: #fff;
    font-style: italic;
}
.featured-box .content-box h3{
    padding: 0 10px;
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
    opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin: 0;
}
.featured-box .content-box h3 a{
    color: #fff;
}
.featured-box .content-box h3 a:hover{
    text-decoration: none;
}
.featured-box .content-box h3 a span{
    color: #ba8748;
    display: block;
    font-style: italic;
    text-transform: none;
    letter-spacing: 0;
}
.featured-box .content-box blockquote{
    border: none;
    font-family: MyriadPro-Light,Arial,sans-serif;
    font-size: 26px;
    line-height: 39px;
    font-style: italic;
    color: #ba8748;
    text-align: center;
    margin-bottom: 0;
}
.featured-box .content-box .blockquote-author{
    font-size: 18px;
    padding: 0;
    color: #a7a9ac;
}
.featured-box .content-box .btn-white{
    border-color: #fff!important;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 30px;
    padding: 12px 10px 8px 10px;
    width: auto;
    min-width: 200px;
}
.featured-box .content-box .btn-white:hover{
    border-color: #333334!important;
    color: #333334!important;
}
.featured-box .content-box span.btn-white{
    cursor: auto;
}
.featured-box .content-box span.btn-white:hover{
    border-color: #fff!important;
    color: #fff!important;
}
.featured-box .content-box .x-btn{
    width: 32px;
    height: 32px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    outline: 0;
}
.featured-box .content-box .x-btn:hover{
    opacity: .6;
}
.featured-box .content-box .x-btn img{
    width: auto;
    height: auto;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.featured-box .content-box .post-date{
    width: 240px;
}
.featured-box .content-box h4{
    z-index: 200;
    color: #fff;
    font-size: 16px;
}
.featured-box .content-box ul{
    list-style: none;
    margin: 0;
}
.featured-box .content-box ul li a{
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    display: block;
    width: 35px;
    height: 35px;
    padding: 5px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.featured-box .content-box ul li a:hover{
    background-color: #333334;
}
.featured-box .content-box ul li a i{
    color: #ba8748;
}
.featured-box .content-box.share-box-wrapper{
    height: 48px;
    padding: 0;
}
.featured-box .content-box.share-box-wrapper .share-box{
    position: relative;
}
.featured-box .content-box.share-box-wrapper .share-box h4{
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
}
.featured-box .content-box .socials-buttons{
    height: 36px;
}
.featured-box .content-box .socials-buttons a{
    width: 42px;
    height: 42px;
    overflow: hidden;
    background-image: url(assets/img/social-icons-sprite.png);
    background-size: 168px 84px;
    background-repeat: no-repeat;
    background-color: transparent;
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
}
.featured-box .content-box .socials-buttons a:hover{
    background-color: transparent;
}
.featured-box .content-box .socials-buttons a span{
    background-image: url(assets/img/social-icons-sprite.png);
    width: 42px;
    height: 42px;
    display: block;
    opacity: 0;
    background-size: 168px 84px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.featured-box .content-box .socials-buttons .twitter-btn a{
    background-position: -126px -42px;
}
.featured-box .content-box .socials-buttons .twitter-btn a span{
    background-position: -126px 0;
}
.featured-box .content-box .socials-buttons .twitter-btn a:hover span{
    opacity: 1;
}
.featured-box .content-box .socials-buttons .linkedin-btn a{
    background-position: 0 -42px;
}
.featured-box .content-box .socials-buttons .linkedin-btn a span{
    background-position: 0 0;
}
.featured-box .content-box .socials-buttons .linkedin-btn a:hover span{
    opacity: 1;
}
.featured-box .content-box .socials-buttons .pinterest-btn a{
    background-position: -84px -42px;
}
.featured-box .content-box .socials-buttons .pinterest-btn a span{
    background-position: -84px 0;
}
.featured-box .content-box .socials-buttons .pinterest-btn a:hover span{
    opacity: 1;
}
.featured-box .content-box .socials-buttons .facebook-btn a{
    background-position: -42px -42px;
}
.featured-box .content-box .socials-buttons .facebook-btn a span{
    background-position: -42px 0;
}
.featured-box .content-box .socials-buttons .facebook-btn a:hover span{
    opacity: 1;
}
.featured-box .content-box .talks{
    font-size: 17px;
    line-height: 32px;
    margin-bottom: 37px;
}
.featured-box.hover .mask,
.featured-box:hover .mask{
    opacity: .75;
}
.featured-box.hover .btn-default,
.featured-box:hover .btn-default{
    background-color: transparent;
    border: 1px #ba8748 solid;
    color: #fff;
}
.featured-box.hover .plus,
.featured-box:hover .plus{
    bottom: 20%;
    opacity: 1;
}
.featured-box.hover h3,
.featured-box:hover h3{
    opacity: 1;
}
.blog .animation-wrapper .content-box,
.page-template-work .animation-wrapper .content-box{
    width: 80%;
}
.blog .animation-wrapper .content-box h3,
.page-template-work .animation-wrapper .content-box h3{
    line-height: 36px;
}
.blog .animation-wrapper .content-box h3 span,
.page-template-work .animation-wrapper .content-box h3 span{
    line-height: 24px;
}
.gold .featured-box blockquote{
    color: #fff;
}
.gold .featured-box .blockquote-author{
    color: #fff;
}
.blog .featured-box{
    margin-bottom: 20px;
}
.blog .featured-box h3{
    text-align: center;
    line-height: 32px;
}
.blog .featured-box h3 span{
    font-style: italic;
}
.blog p{
    margin-bottom: 50px;
}
.blog .text-center a{
    color: #a7a9ac;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.blog .animation-wrapper:hover .text-center a{
    color: #333334;
    text-decoration: none;
}
.content.image-content .container{
    padding-top: 0;
    padding-bottom: 0;
}
.single-post .content .container{
    padding-top: 80px;
    padding-bottom: 80px;
}
.single-post .content.image-content .container{
    padding-top: 0;
    padding-bottom: 0;
}
.content img{
    width: 100%;
    height: auto;
}
.content .wp-caption{
    width: 100%!important;
    height: auto;
    margin-bottom: 40px;
}
.content .wp-caption-text{
    font-size: 16px;
    margin-top: 10px;
    font-style: italic;
    text-align: center;
    display: block;
}
.content video{
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.content .wp-video{
    width: 100%!important;
}
.content .mejs-layer,
.content .wp-video-shortcode{
    width: 100%!important;
    height: 100%!important;
    max-width: 100%;
}
.content .wp-video br{
    display: none;
}
.content .wp-video .mejs-container{
    outline: 0;
}
.content .container{
    padding-top: 90px;
    padding-bottom: 0;
}
.content .container h1{
    margin-top: 0;
}
.content .container h2{
    margin-top: 0;
}
.content .container :last-child{
    margin-bottom: 0;
}
.content .container blockquote{
    margin-bottom: 0;
}
section .container{
    padding-top: 90px;
    padding-bottom: 0px;
}
.home section .container{
    padding-top: 50px;
    padding-bottom: 75px;
}
section.buttons-section .container{
    padding-top: 90px;
	padding-bottom: 90px;
}
section .container h2{
    font-size: 32px;
    text-align: center;
    color: #333334;
    line-height: 44px;
    margin-bottom: 55px;
    padding-top: 15px;
}
section .container h1{
    font-size: 32px;
    line-height: 46px;
    text-align: center;
    color: #333334;
    margin-bottom: 50px;
}
section .container p{
    text-align: center;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 30px;
}
section .container p:last-child{
    margin-bottom: 0;
}
section .container blockquote{
    border: none;
    font-family: MyriadPro-Light,Arial,sans-serif;
    font-size: 28px;
    line-height: 40px;
    font-style: italic;
    color: #ba8748;
    text-align: center;
}
section .container blockquote p{
    font-family: MyriadPro-Light,Arial,sans-serif;
    font-size: 28px;
    line-height: 40px;
    font-style: italic;
    color: #ba8748;
    text-align: center;
}
.four-img{
    padding-top: 10px;
    height: 85px;
    overflow: hidden;
}
.four-img .owl-item{
    text-align: center;
}
.four-img .owl-item a{
    display: block;
    text-align: center;
}
.four-img .owl-item img{
    max-width: 100%;
    height: auto;
    width: auto;
    margin: 0 auto;
}
.active-filter{
    color: #ba8748!important;
    background-color: transparent;
}
.filterable-area{
    position: relative;
}
.filterable-area .animation-wrapper{
    overflow: hidden;
}
.filterable-area .inactive{
    display: none;
}
.filter-wrapper{
    position: relative;
}
.page-template-home .featured-box .btn-default{
    transition: none;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}
.page-template-home .featured-box.hover .btn-default,
.page-template-home .featured-box:hover .btn-default{
    background: #ba8748;
}
.page-template-services .service-intro{
    font-style: italic;
}
#map-canvas{
    height: 100%;
}
.map-section .featured-box .content-box .btn{
    opacity: 1;
}
.map-section .featured-box .content-box .btn:hover{
    background: #fff;
    border: 1px solid #fff!important;
    color: #ba8748!important;
}
.content .main-title{
    color: #ba8748;
}
.small-content .container{
    padding-top: 55px;
    padding-bottom: 0;
    max-width: 630px;
}
.small-content .container p{
    margin-bottom: 15px;
}
.content-margin{
    margin-bottom: 100px;
}
.contact-form input,
.contact-form label,
.contact-form textarea{
    width: 100%;
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
.contact-form input:active,
.contact-form input:focus,
.contact-form input:hover,
.contact-form label:active,
.contact-form label:focus,
.contact-form label:hover,
.contact-form textarea:active,
.contact-form textarea:focus,
.contact-form textarea:hover{
    outline: 0;
}
.contact-form form p:nth-child(2),
.contact-form form p:nth-child(3){
    width: 49%;
}
.contact-form form p:nth-child(2){
    float: left;
}
.contact-form form p:nth-child(3){
    float: right;
}
.contact-form span{
    color: #ba8748;
}
.contact-form input,
.contact-form textarea{
    border: 1px #ba8748 solid;
    margin-bottom: 30px;
    padding: 2px 20px;
    color: #a7a9ac;
}
.contact-form input{
    margin-bottom: 7px;
}
.contact-form textarea{
    height: 177px;
    padding: 15px 20px;
    color: #a7a9ac;
}
.contact-form :-moz-placeholder{
    opacity: 1;
    font-size: 18px;
    color: #a7a9ac;
}
.contact-form :-ms-input-placeholder{
    opacity: 1;
    font-size: 18px;
    color: #a7a9ac;
}
.contact-form ::-moz-placeholder{
    opacity: 1;
    font-size: 18px;
    color: #a7a9ac;
}
.contact-form ::-webkit-input-placeholder{
    opacity: 1;
    font-size: 18px;
    color: #a7a9ac;
}
.contact-form ::-moz-placeholder{
    opacity: 1;
    font-size: 18px;
    color: #a7a9ac;
}
.contact-form .send{
    width: 180px;
    background-color: #ba8748;
    border: none;
    color: #fff;
    padding: 8px 6px 5px 6px;
    float: right;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    text-align: center;
    letter-spacing: .1em;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
.contact-form .send:hover{
    background-color: #333334;
}
.contact-form form p{
    margin: 0;
}
.contact-form div.wpcf7{
    margin: 0 auto;
    max-width: 515px;
    padding: 0;
}
.contact-form label{
    margin-bottom: 3px;
}
.contact-form .submit-btn{
    overflow: hidden;
}
.contact-form .wpcf7-response-output{
    padding: 0;
    border: 0;
    margin: 0;
    margin-top: 20px;
}
.admin-bar .navbar-fixed-top{
    top: 32px;
}
.admin-bar .navbar-toggle{
    top: 37px;
}
.admin-bar .menu-format h3{
    margin-top: 178px;
}
.admin-bar .btn-index{
    top: 47px;
}
.style-gold .featured-box .content-box a{
    color: #d6b785;
}
.style-dark .featured-box .content-box a{
    color: #858585;
}
.style-light .featured-box .content-box a{
    color: #ba8748;
}
.error404 .navbar,
.error404 .navbar-collapse,
.error404 .navbar-toggle{
    display: none;
}
.error404 .content-404 .container{
    text-align: center;
}
.error404 .content-404 .container h3{
    margin-top: 100px;
}
footer .col-sm-12 .btn-rounded-inverted{
    float: none!important;
    margin: 0 auto;
}
footer .buttons-section .container{
    padding-bottom: 25px;
}
footer .buttons{
    text-align: center;
}
footer .buttons a{
    display: inline-block;
    margin: 15px;
}
footer .social-links{
    padding-bottom: 50px;
}
footer .social-links a{
    font-size: 33px;
    color: #a7a9ac;
    margin: 0 5px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
footer .social-links a:hover{
    color: #ba8748;
}
.menu-left.navbar-toggle[data-target=".filter"] img{
    width: 100%;
}
.menu-left.navbar-toggle[data-target=".filter"]{
    display: block;
    position: absolute;
    right: 30px;
    top: 0;
    left: auto;
    width: 25px;
    border: none;
}
.menu-left.navbar-toggle[data-target=".filter"] .icon-bar.one{
    top: 0;
    width: 100%;
    height: 3px;
    transform: none;
    background: #000;
    border-radius: 8px;
    position: relative;
    margin-bottom: 3px!important;
    display: block;
}
.menu-left.navbar-toggle[data-target=".filter"] .icon-bar.two{
    top: 0;
    width: 80%;
    height: 3px;
    transform: none;
    background: #000;
    border-radius: 8px;
    position: relative;
    margin-left: 10%!important;
    margin-bottom: 3px!important;
    display: block;
}
.menu-left.navbar-toggle[data-target=".filter"] .icon-bar.three{
    top: 0;
    width: 50%;
    height: 3px;
    transform: none;
    background: #000;
    border-radius: 8px;
    position: relative;
    margin-left: 25%!important;
    margin-bottom: 3px!important;
    display: block;
}
.menu-left.navbar-toggle[data-target=".filter"] .menu{
    display: none;
}
.related-posts h2{
    color: #020202;
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    font-family: 'Brandon Grotesque Medium';
    margin-bottom: 50px;
    letter-spacing: 1.32px;
}
.page-template-services-inner-page-template .titlepart + h2{
    margin-top: 30px!important;
}
@media (min-width:2000px){
    .featured-box .responsive-content-box{
        max-width: 900px;
    }
    .featured-box .responsive-content-box blockquote,
    .featured-box .responsive-content-box p{
        font-size: 52px;
        line-height: 68px;
    }
}
@media (min-width:1500px) and (max-width:2000px){
    .featured-box .responsive-content-box{
        max-width: 750px;
    }
    .featured-box .responsive-content-box blockquote,
    .featured-box .responsive-content-box p{
        font-size: 42px;
        line-height: 58px;
    }
}
@media (min-width:1200px) and (max-width:1500px){
    .featured-box .responsive-content-box{
        max-width: 600px;
    }
    .featured-box .responsive-content-box blockquote,
    .featured-box .responsive-content-box p{
        font-size: 32px;
        line-height: 48px;
    }
}
@media (max-width:1200px){
    .blog .filterable-area .animation-wrapper{
        min-height: 400px;
    }
    .blog .filterable-area .animation-wrapper .text-center p{
        margin-bottom: 0;
    }
}
@media (max-width:1024px){
    .aboutsectionpart .container-author .col-sm-6{
        height: 480px;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        overflow: hidden;
        padding: 0 45px;
    }
    .aboutsectionpart .container-author .col-sm-6 img{
        height: 480px!important;
        width: auto;
        max-width: 768px!important;
    }
    .aboutsectionpart .row .textwidget p{
        margin-top: 25px;
    }
}
@media (max-width:992px){
    .featured-box h2{
        font-size: 30px;
    }
    .featured-box p{
        font-size: 18px;
    }
    .featured-box p span{
        font-size: 17px;
    }
    .featured-box .btn-white{
        font-size: 17px;
    }
    .featured-box .content-box blockquote{
        font-size: 18px;
    }
    .featured-box .responsive-content-box{
        max-width: 450px;
    }
    .featured-box .responsive-content-box blockquote,
    .featured-box .responsive-content-box p{
        font-size: 18px;
        line-height: 24px;
        padding: 0 35px;
    }
    .featured-box .content-box .blockquote-author{
        margin-top: 10px;
    }
    .featured-box .content-box .blockquote-author span{
        font-size: 16px;
    }
    .blog .filterable-area .animation-wrapper{
        min-height: 350px;
    }
    .blog .filterable-area .animation-wrapper .text-center p{
        margin-bottom: 0;
    }
    .container{
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media (max-width:767px){
    .content.tlpart .container{
        padding-top: 20px;
    }
    .navbar .navbar-header h3{
        line-height: 1.6;
    }
    .top-space{
        height: 230px;
    }
    .navbar .navbar-header h3{
        margin-top: 138px!important;
    }
    .menu_list{
        min-height: 300px;
    }
    .menu-format .navbar-nav{
        min-height: 300px;
    }
    .page-template-services-inner-page-template .titlepart{
        margin-top: 20px;
    }
    .aboutsectionpart .container-author .col-sm-6{
        height: auto;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        overflow: hidden;
        padding: 0 45px;
    }
    .aboutsectionpart .container-author .col-sm-6:last-child{
        padding: 45px;
    }
    .aboutsectionpart .container-author .col-sm-6 img{
        height: 334.8px!important;
        width: auto;
        max-width: 768px!important;
    }
    .aboutsectionpart .row .textwidget p{
        margin-top: 25px;
    }
    .topimagespart .col-sm-4 img{
        display: none;
    }
    section .container h2{
        margin-bottom: 30px;
        padding: 0;
    }
    .topimagespart .col-sm-4:nth-child(3) img{
        display: block;
    }
    .menu-format{
        padding: 0;
    }
    .menu-format .navbar-nav{
        margin: 0;
    }
    .menu-format h3{
        padding: 5px 20px;
    }
    .menu-format ul li a{
        padding: 5px 15px;
    }
    .menu-format.filter ul li a{
        padding: 5px 15px 5px 0;
    }
    .container{
        padding-left: 45px;
        padding-right: 45px;
    }
    .navbar .navbar-header h1{
        font-size: 18px;
        text-transform: uppercase;
        letter-spacing: .1em;
        line-height: 24px;
        z-index: 9999;
        position: relative;
        margin-top: 107px;
    }
    .slide-content .container{
        padding-left: 15px;
        padding-right: 15px;
    }
    .contact-form .submit-btn{
        text-align: center;
    }
    .contact-form .submit-btn .send{
        float: right;
        width: 100%;
    }
    .contact-form .submit-btn .ajax-loader{
        float: left;
    }
    .contact-form textarea{
        height: 180px;
    }
    .contact-form form p:nth-child(2),
    .contact-form form p:nth-child(3){
        width: 100%;
        float: none;
    }
    .featured-box .content-box h2{
        font-size: 28px;
    }
    .featured-box .content-box h3{
        line-height: 24px!important;
    }
    .featured-box .content-box h3 span{
        margin-top: 5px;
    }
    .featured-box .content-box .talks{
        line-height: 24px;
        margin-bottom: 15px;
    }
    .featured-box .content-box .blockquote-author{
        margin-top: 10px;
    }
    .featured-box .content-box .blockquote-author span{
        font-size: 14px;
    }
    .featured-box .content-box blockquote{
        font-size: 23px;
    }
    .featured-box p{
        font-size: 23px;
    }
    .featured-box p span{
        font-size: 22px;
    }
    .featured-box .btn-white{
        font-size: 19px;
    }
    .navbar .navbar-header h1{
        font-size: 16px;
    }
    .featured-box .content-box p{
        font-size: 17px;
        line-height: 30px;
        padding: 0 50px;
    }
    .featured-box .content-box .btn-white,
    .featured-box .content-box p{
        margin-bottom: 15px;
    }
    .featured-box .content-box .post-date{
        margin-bottom: 25px!important;
    }
    .featured-box .content-box .post-title{
        margin-bottom: 0!important;
    }
    .featured-box .responsive-content-box{
        max-width: 450px;
    }
    .featured-box .responsive-content-box blockquote,
    .featured-box .responsive-content-box p{
        font-size: 24px;
        line-height: 28px;
        padding: 0 35px;
    }
    .page-template-contact .featured-box .content-box h2{
        margin-bottom: 0;
    }
    .overlay{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        background: url(assets/img/sosorry.png) #fff center center no-repeat;
        z-index: 10000000;
        background-size: contain;
    }
}
@media (max-width:767px){
    .featured-box .content-box p{
        padding: 0 10px;
    }
    .featured-box .content-box .btn-white,
    .featured-box .content-box p{
        margin-bottom: 10px;
    }
    .next,
    .prev{
        display: none;
    }
}
@media (max-width:767px){
    .featured-box .responsive-content-box{
        max-width: 450px;
    }
    .featured-box .responsive-content-box blockquote,
    .featured-box .responsive-content-box p{
        font-size: 18px;
        line-height: 24px;
        padding: 0 35px;
    }
}
@media (max-width:480px){
    .error404 .content-404 .container img{
        width: 100%;
    }
}
.staticmenu{
    text-align: center;
    padding: 20px 0 40px;
    position: relative;
}
.menu-main-navigation-container{
    line-height: 22px;
}
.staticmenu #menu-main-navigation > li{
    float: left;
    text-transform: uppercase;
    margin: 0 13px;
}
.staticmenu #menu-main-navigation > li a{
    color: #020202;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 1.32px;
    display: block;
    min-width: 124px;
    position: relative;
    z-index: 999;
    font-family: 'Brandon Grotesque Medium';
}
.staticmenu #menu-main-navigation > li.current-menu-item a,
.staticmenu #menu-main-navigation > li.current-menu-parent a,
.staticmenu #menu-main-navigation > li:hover a{
    color: #ba8748;
    text-decoration: none;
}
.affix .staticmenu #menu-main-navigation > li:nth-child(3){
    margin-right: 70px;
}
.affix .staticmenu #menu-main-navigation > li:nth-child(4){
    margin-left: 70px;
}
.affix h3{
    top: -100px!important;
    opacity: 0!important;
    position: absolute;
    width: 100%;
}
.staticmenu #menu-main-navigation{
    list-style: none;
    margin: auto;
    display: inline-block;
    padding: 0;
    vertical-align: top;
}
.staticmenu #menu-main-navigation::after{
    clear: both;
    content: "";
    display: block;
}
.affix.navbar{
    height: 60px;
    padding: 0 0;
}
.affix .staticmenu{
    padding: 20px 0 0;
}
.newnavbar-collapse{
    position: fixed;
    height: 100%;
    z-index: 10000;
    background: #333334;
    width: 50%;
    text-align: center;
    transition: all .3s ease-in-out;
    left: -50%;
    top: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    display: block;
}
.newnavbar-collapse .menu_area{
    display: flex;
    height: 100%;
    width: 100%;
}
.newnavbar-collapse .menu_area .menu_list{
    margin: auto;
}
.newnavbar-collapse .menu_area .menu_list .nav li{
    float: none;
    margin-bottom: 9px;
}
.newnavbar-collapse .menu_area .menu_list ul{
    float: none;
}
.cls_menu{
    width: 25px;
    height: 25px;
    opacity: 1;
    display: block;
    margin: 20px auto auto auto;
    position: relative;
    cursor: pointer;
}
.cls_menu::after,
.cls_menu::before{
    height: 100%;
    width: 2px;
    background: #fff;
    content: "";
    position: absolute;
    left: 50%;
    top: -1px;
    transform: rotate(45deg);
}
.cls_menu::after{
    transform: rotate(135deg);
}
.newnavbar-collapse .menu_area .menu_list .nav li a:focus,
.newnavbar-collapse .menu_area .menu_list .nav li a:hover{
    background: 0 0;
}
.newnavbar-collapse .menu_area .menu_list .nav li a{
    padding: 0;
    letter-spacing: 1.76px;
    font-size: 20px;
    color: #fff;
    line-height: 29px;
    font-family: 'Brandon Grotesque Medium';
    text-transform: uppercase;
    display: block;
}
.newnavbar-collapse .menu_area .menu_list .nav li.current-menu-item a,
.newnavbar-collapse .menu_area .menu_list .nav li:hover a{
    color: #ba8748;
}
.newnavbar-collapse.in{
    left: 0;
}
.newnavbar-collapse.portfolio-menu{
    right: -50%;
    left: auto;
}
.newnavbar-collapse.portfolio-menu.in{
    right: 0;
    left: auto;
}
div.filter-wrapper .featured-box .content-box h3 a span{
    display: block;
    font-style: normal;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.32px;
    font-size: 15px;
    line-height: 22px;
    font-family: 'Brandon Grotesque Medium';
}
.animation-wrapper[data-groups="[\"insights\"]"] .content-box,
.animation-wrapper[data-groups="[\"insights\"]"] .mask{
    display: none;
}
footer .content h2.main-title{
    color: #020202;
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    font-family: 'Brandon Grotesque Medium';
    margin-bottom: 50px;
    letter-spacing: 1.32px;
}
.mobile_menu{
    display: none;
}
.page-template-services-inner-page-template .titlepart h2{
    text-align: center;
    color: #be8544;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Brandon Grotesque Medium';
    margin: 0;
    line-height: 26px;
    letter-spacing: 1.32px;
}
.page-template-services-inner-page-template .content .container h3{
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
    color: #000;
}
.page-template-services-inner-page-template .topimagespart img{
    width: 100%;
}
.page-template-services-inner-page-template .buttons-section .buttons a{
    display: inline-block;
    margin: 15px;
    font-family: 'Brandon Grotesque Medium';
    font-size: 15px;
    line-height: 23px;
    letter-spacing: .5px;
}
.topimagespart .col-sm-4 img{
    width: 100%;
}
.page-template-services-inner-page-template .buttons-section .buttons{
    text-align: center;
}
.aboutsectionpart,
.page-template-services-inner-page-template footer section .container-author{
    background: #4e4e4e;
}
.aboutsectionpart .col-sm-6{
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
}
.aboutsectionpart .row{
    display: flex;
    flex-wrap: wrap;
}
.aboutsectionpart .row .textwidget{
    color: #fffcfc;
    max-width: 489px;
    margin: auto;
    width: 100%;
    line-height: 30px;
    padding-top: 15px;
}
.aboutsectionpart .col-sm-6 img{
    width: 100%;
}
.aboutsectionpart .row .textwidget p{
    margin-top: 30px;
    margin-bottom: 0;
}
.aboutsectionpart .row h3{
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    font-family: 'Brandon Grotesque Medium';
    margin: 0;
    letter-spacing: 1.32px;
}
.navbar .navbar-header h3{
    letter-spacing: .1em;
    text-align: center;
    color: #a7a9ac;
    padding: 0 10px;
    margin: 121px 0 20px 0;
    opacity: 1;
    top: 15px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -webkit-text-stroke: .25px;
    width: 100%;
    z-index: 998;
    margin-top: 145px;
    font-family: 'Brandon Grotesque Light';
    font-size: 15px;
}
.page-template-services-inner-page-template footer section .container-author h2,
.page-template-services-inner-page-template footer section .container-author p{
    color: #fff;
}
.portfolio_item-template-default .portfolio-content .content .container{
    padding-top: 90px;
    padding-bottom: 0px;
}
.portfolio_item-template-default .portfolio-content section:not(.content){
    padding-top: 90px;
    padding-bottom: 0px;
}
.portfolio_item-template-default .portfolio-content section:not(.content):nth-child(1){
    padding-top: 0px;
    padding-bottom: 0px;
}

.single-post-content .content .container{
    padding-top: 90px;
    padding-bottom: 0px;
}
.single-post-content .content.image-content .container{
	padding-top: 90px;
    padding-bottom: 0px;
}
.single-post-content section:not(.content){
    padding-top: 90px;
    padding-bottom: 0px;
}
.single-post-content section:not(.content):nth-child(1){
    padding-top: 0px;
    padding-bottom: 0px;
}

@media (max-width:992px){
    .aboutsectionpart .row .textwidget{
        padding-top: 5px;
    }
    #sectors.newnavbar-collapse{
        left: auto;
        right: -100%;
    }
    .mobile_menu{
        display: block;
        border: none;
        top: 20px;
    }
    .navbar-toggle .icon-bar{
        background-color: #fff;
    }
    .small-menu .mobile_menu{
        top: 9px;
    }
    .navbar-toggle.collapsed .icon-bar{
        background-color: #000;
    }
    .staticmenu{
        display: none;
    }
    .navbar-collapse.collapse.in{
        max-width: 100%;
        width: 100%;
        text-align: center;
        display: flex!important;
    }
    .menu-format .navbar-nav{
        margin: auto;
    }
    .menu-format ul li a{
        padding: 0;
        letter-spacing: 1.76px;
        font-size: 20px;
        color: #fff;
        line-height: 29px;
        font-family: 'Brandon Grotesque Medium';
        text-transform: uppercase;
        display: block;
    }
    .newnavbar-collapse{
        width: 100%;
        left: -100%;
    }
    .newnavbar-collapse.portfolio-menu{
        right: -100%;
        left: auto;
    }
    .navbar-collapse.collapse{
        height: 100%!important;
        display: flex!important;
    }
    .navbar-collapse.collapse.in,
    .navbar-collapse.collapsing{
        display: flex!important;
        right: 0;
        opacity: 1;
        height: 100%!important;
        width: 100%;
        text-align: center;
    }
    .navbar-collapse .nav li{
        float: none;
        margin-bottom: 9px;
    }
}
@media (min-width:768px) and (max-width:992px){
    .top-space{
        height: 215px;
    }
    .navbar-collapse.collapse.in.mnmenu,
    .navbar-collapse.collapsing.mnmenu{
        width: 50%;
    }
    #sectors.newnavbar-collapse{
        width: 50%;
        right: -50%;
    }
    #services.newnavbar-collapse{
        width: 50%;
        left: auto;
        right: -50%;
    }
    #services.newnavbar-collapse.collapse.in,
    #services.newnavbar-collapse.collapsing{
        width: 50%;
        left: auto;
        right: 0;
    }
}
.related-posts .row .animation-wrapper:hover .featured-box img{
    transform: scale(1)!important;
    -webkit-transform: scale(1)!important;
    -moz-transform: scale(1)!important;
    -ms-transform: scale(1)!important;
    -o-transform: scale(1)!important;
}
.related-posts .row .animation-wrapper:hover .featured-box .content-box,
.related-posts .row .animation-wrapper:hover .featured-box .mask{
    display: none!important;
}