@font-face {
    font-family: Garnet;
    src: url('../fonts/garnet/Ksenia Belobrova - Garnet Capitals Bold.otf');
    font-weight: 800;
}

@font-face {
    font-family: Garnet;
    src: url('../fonts/garnet/Ksenia Belobrova - Garnet Capitals Regular.otf');
    font-weight: 500;
}
@font-face {
    font-family: L10;
    src: url('../fonts/l10/L10-SemiBold.otf');
    font-weight: 600;
}
@font-face {
    font-family: L10;
    src: url('../fonts/l10/L10-Regular.otf');
    font-weight: 400;
}
html,body{
    width:100%;
    height:100%;
    color:#fff;
}
html{
    overflow-x: hidden
}
h1, h2, h3, h4, h5, h6{
    font-family: Garnet;
}
h1{
    font-size: 4rem;
}
a{
    font-family: L10;
    font-weight: 600;
}
p{
    font-family: L10;
    font-weight: 400;
}
a{
    color: #fff;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}
p a {
    text-decoration: underline;
    font-weight: 100;
}
a:hover{
    color:#fd9827 !important;
    text-decoration: none;
}
nav {
    border-bottom: 1px solid rgba(255,255,255,.25);
}
h1 {
    font-size: 2.5rem;
    text-transform: none;
}
h1:after,
h1:before{
    content: '';
    display: block;
    margin: 2rem auto;
    width: 6rem;
    background-color: #fff;
    height: 4px;
}
header#home{
    height:100%;
    background-image: url("../img/bg-home.jpg");
}
header#home .container,
header#home .row{
    height:100%;
}
header.single-post{
    min-height: 400px;
}

header .middle {
    display: table-cell;
    vertical-align: middle;
}
header .outer {
    display: table;
    height: 100%;
    width: 100%;
}
header .inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: relative;
}
header .title{
    padding: 15rem 0 7.5rem;
    color: #212529;
}
main{
    background-color: #1D341D;
}
section, footer{
    padding:60px 0;
}
article{
    background-color: #333333;
}
footer{
    background-color: #000000;
}
footer a{
    color:#fff;
}
footer h4:after{
    content: '';
    display: block;
    width: 3rem;
    height:2px;
    background-color: #fd9827;
    margin:1.25rem 0;
}
footer .col-lg-3:last-child h4:after{
    display: none;
}

footer .col-md-3:last-child h4 {
    margin-bottom: 1.25rem;
}
footer ul{
    padding:0;
    list-style: none;
}
footer .menu li > a {
    margin: 0;
    padding: 0;
    font-weight:400;
}
.current_page_item > a {
    /* border-bottom: 2px solid red; */
    color: #fd9827;
    text-decoration: none;
}

.img-bg-responsive {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.card{
    color: #212529;
    border-radius: 0;
    min-height: 420px;
}
.no-list-style{
    list-style: none;
    padding:0;
}
footer a.social-icon {
    background-color: #fff;
    width: 40px;
    line-height: 40px;
    height: 40px;
    display: block;
    color: #000;
    text-align: center;
    font-size: 1rem;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}
footer a.social-icon:hover {
    background-color: #fd9827;
}
.btn {
    padding: .75rem 1.75rem;
    vertical-align: initial;
}
.btn-primary {
    background-color: #fd9827;
    border-color: #fd9827;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus{
    background-color: #fc6621;
    border-color: #fc6621;
}
.bg-dark-green{
    background-color: rgba(0, 0, 0,.5);
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.icons i {
    font-size: 3rem;
    width: 100px;
    height: 100px;
    border: 2px solid #fff;
    line-height: 100px;
    border-radius: 50%;
    margin-bottom: 1.5rem;
}
.outer-url a {
    margin-top: 20px;
    margin-left: 2.5rem;
}
nav img.logo {
    padding: 1rem 0;
    max-width: 12rem;
    position: relative;
    top: -5px;
}
.bg-dark-green,
nav img.logo{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.stick.bg-dark-green{
    background-color: rgba(0, 0, 0,1) !important;
}
nav.stick img.logo {
    padding: 0;
    max-width: 9rem;
}
.side-card{
    background-color: #F1F9FF;
    color: #212529;
}
.side-card > div{
    width: 50%;
    height: 100%;
    padding: 15px;
    float: left;
}
.side-card p{
    font-size: 1.15rem;
}
.side-card blockquote{
    padding-left: 1.5rem;
}
nav .dropdown-menu {
    color: #fff;
    background-color: rgba(29, 52, 29,.5);
    border: 1px solid rgba(255,255,255,.25);
}
nav .dropdown-menu a{
    color: #fff;
}
nav .dropdown-menu a:hover{
    color: #fff;
    background-color: rgba(29, 52, 29,1);
}
.navbar-toggler {
    background-color: #fff;
    border: 1px solid #fff;
}
.navbar-toggler i{
    line-height: 32px;
}
.bordered-container{
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
}
li.menu-item > a {
    padding: 10px 20px;
    margin-left: 30px;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}
li.menu-item.login > a {
    background: #fd9827;
    border-radius: 5px;
}
li.menu-item.login > a:hover {
    background: #fc6621;
    color: #fff;
}
#scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 30px;
    width: 60px;
    font-size: 25px;
    height: 60px;
    background-color: #333;
    text-align: center;
    line-height: 60px;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}
#scroll-to-top:hover {
    background-color: #000;
    color:#fff;
}

#blog {
    padding-top: 11rem;
    background-color: transparent;
}

.bg-full-fixed {
    background: no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.navbar-toggler:focus,.navbar-toggler:active {
    outline: none !important;
    box-shadow: none;
}
.navbar-toggler {
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: 0;
}
.testimonial{
    color: #333333;
}
.vc_gitem-zone {
    color: #222;
}
#menu-main-menu .login.current-menu-item a {
    color: #fff;
}
ul.sub-menu {
    list-style: none;
    position: absolute;
    background: rgba(0,0,0,.5);
    padding: 10px;
    top: 72px;
    display: none;
}
ul.sub-menu a:before{
    content:'- ';
}
ul.sub-menu li{
    position:relative;
}
ul.sub-menu ul.sub-menu {
    top: -10px;
    right: -112px;
    display: none;
}
ul.sub-menu:hover ul.sub-menu{
    display: block;
}
.menu-item:hover ul.sub-menu {
    display: block;
}
.sub-menu a {
    margin: 0 !important;
}
.navbar{
    padding:0 15px;
}
#menu-main-menu > li.menu-item {
    padding: 24px 0 !important;
}
.stick #menu-main-menu > li.menu-item {
    padding: 10px 0 !important;
}
.vc_tta-panel-body{
    max-height:0;
    overflow: hidden;
}
.vc_tta-panel.vc_active .vc_tta-panel-body,
.vc_tta-panel.vc_animating .vc_tta-panel-body{
    max-height:500px;
}
footer .col-lg-3:last-child h4{
    text-align: right;
}
footer .col-lg-3 {
    padding: 0 30px;
}
footer .col-lg-3 {
    padding: 0 30px;
}
footer .col-lg-3:first-child {
    padding-left: 15px;
    padding-right: 45px;
}
footer .col-lg-3:last-child {
    padding-right: 15px;
    padding-left: 45px;
}
.vc_icon_element .vc_icon_element-icon,
.vc_icon_element .vc_icon_element-outline{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.vc_icon_element:hover .vc_icon_element-outline{
    border-color: #fd9827 !important;
}
.vc_icon_element:hover .vc_icon_element-icon{
    color: #fd9827 !important;
}
.vc_images_carousel,
.vc_pageable-slide-wrapper{
    max-width: 100%;
}
#error-404{
    min-height:500px;
    display: block;
}
.card-img-top {
    height: 100%;
}
.stick ul.sub-menu {
    top: 44px !important;
}

footer a.social-icon:hover {
    color: #000 !important;
}
/*.fixed-top {
    background-color: rgba(0, 0, 0,1) !important;
}*/

/** RESPONSIVE **/
@media only screen and (max-width: 768px){
    #menu-main-menu > li.menu-item:last-child{
        padding-bottom: 10px !important;
    }
}

@media only screen and (max-height: 450px){
    #m-main-menu{
        max-height:250px;
        overflow-y:scroll;
    }

}
@media (min-width: 1200px){
    .container {
        max-width: 1140px;
    }
}

    .header-logo img{
        display: block;
        margin: 0 auto;
        width: 100%;
        max-width: 500px !important;
    }

@media (min-width: 1450px){
    .container {
        max-width: 1340px;
    }
}

@media only screen and (max-width: 768px) {
    .sm-pull-none{
        float:none;
    }
    .side-card > div{
        width: 100%;
        float: none;
    }
    #menu-main-menu > li.menu-item {
        padding:  0 !important;
    }
    .h2, h2 {
        font-size: 1.25rem;
    }
}

@media (max-width: 992px){
    #menu-main-menu .menu-item a{
        display: block;
        padding: 0;
        margin: 0;
    }
    #menu-main-menu .menu-item:last-child a{
        text-align:center;
        padding: 8px;
    }
    footer .col-lg-3:last-child h4:after{
        display: block;
    }
    .sm-pull-none {
        float: none;
    }
    ul.sub-menu {
        position: static;
        display: block;
        background-color: transparent;
    }
    ul.sub-menu a{
       text-align: left !important;
    }

    footer .col-lg-3:last-child h4 {
        text-align: left;
    }
    footer .col-lg-3:last-child {
        padding-right: 15px;
        padding-left: 15px;
    }
    footer .col-lg-3 {
        padding: 0 15px;
    }
}