*{margin: 0 auto;}
img{
    max-width: 100%;
}
#header{
    height: 450px;
    background-size: cover;
    background-attachment: fixed;
}
.row-flex{
    display: flex;
}
#main{
    padding: 35px 0 0;
}
#main .left-bar{
    text-align: right;
    border-right: 1px solid #e5e5e5;
    padding-right: 0;
}
ul.nav.menu li a:hover, ul.nav.menu li a:focus{
    background: transparent;
}
#main .left-bar ul{
    list-style: none;
}
#main .left-bar ul li{
    border-bottom: 1px solid #e5e5e5;

}
#main .left-bar ul li:last-child{
    border: none;
}
#main .left-bar ul li a{
    text-transform: uppercase;
    font-size: 22px;
    color: #3f3f3f;
    border-right: 5px solid transparent;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
#main .left-bar ul.child-menu li a{
    font-size: 16px;
    border-right: 2px solid transparent;
    color: #3f3f3f;
    text-decoration: none;
    padding: 5px 15px;
    display: block;
}
#main .left-bar ul li.active a, #main .left-bar ul li a:hover, #main .left-bar ul li a:focus{
    font-weight: 900;
    color: #fcc111;
    border-right: 5px solid #fcc111;
}
.right-content{
    padding-left: 40px;
}
.top-right-content .head-top{
    margin-bottom: 30px;
}
.top-right-content .head-top h2{
    font-size: 38px;
    color: #3f3f3f;
    font-weight: 900;
    margin: 0;
    line-height: 38px;
    text-transform: uppercase;
}
.top-right-content .head-top h4{
    font-size: 23px;
    color: #fcc111;
    line-height: 23px;
    margin: 10px 0 0;
    text-transform: uppercase;
}
.home-intro{
    padding: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin: 55px 0 15px 0;
}
.home-intro .box-intro h3{
    margin-top: 0;
    font-size: 21px;
}
.home-intro .box-intro h3 a{

    color: #3f3f3f;
    text-decoration: none;
    text-transform: uppercase;
}
.home-intro .box-intro img{
    width: 100%;
    border-bottom: 5px solid transparent;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.home-intro .box-intro:hover img{
    border-color: #ebbf40
}
.top-footer{
    padding-bottom: 10px;
}
.top-footer ul li{
    display: inline-block;
}
.top-footer ul li:first-child a{
    border: none;
}
.top-footer ul li a{
    font-size: 15px;
    color: #5d6264;
    text-transform: uppercase;
    padding: 0 10px;
    border-left: 1px solid #fcc111;
    line-height: 16px;
}
.bottom-footer{
    padding-top: 10px;
    padding-bottom: 35px;
    border-top: 1px solid #e5e5e5;
}
.bottom-footer .copyright{
    text-transform: uppercase;
    font-size: 15px;
    color: #5d6264;
    margin: 0;
}

.mobile-header{
    display: none;
}
.mobile-header .mobile-btn-div .logo-mobile {
    float: left;
    margin: 8px 0px;
    padding-left: 10px;
    max-width: 160px;
}
.mobile-header .mobile-btn .icon-bar {
    background-color: #fff;
    border-radius: 1px;
    display: block;
    height: 4px;
    margin-bottom: 3px;
    width: 25px;
}
.mobile-header .mobile-btn span {
    display: inline-table;
    width: 25px;
    vertical-align: middle;
    
}
.mobile-header .mobile-btn {
    float: right;
    background-color: #fcc111 !important;
    background-image: none;
    border-left: 1px solid #fff !important;
    box-shadow: none !important;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 0px 20px;
    text-shadow: none;
    transition: all 0.4s ease-out 0s;
    vertical-align: middle;
    border-radius: 0;
    height: 60px;
    line-height: 60px;
    border-bottom: 0;
    border-right: 0;
    border-top: 0;
}
.mobile-header .mobile-btn:hover, .mobile-header .mobile-btn:focus{
    color: #fff;
}
.mobile-header .mobile-btn-div{
    background-color: white;
    border: 1px solid #fcc111;
}
.mobile-header .mobile-btn i{
    line-height: 60px;
}

.mm-menu.mm-light .mm-header{
    border: none;
}
.mm-menu > .mm-panel{
    padding-left: 0;
}
.btn-purple{
    color: #fff;
    background: #fcc111;
    margin: 0 5px;
}
.cd-top{
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 45px;
    height: 45px;
    background: #ac162c;
    color: #fff;
    line-height: 45px !important;
    border: 1px solid #ac162c;
    border-radius: 4px;
    text-align: center;
    font-size: 20px !important;
    opacity: 0;
}
.cd-top.cd-is-visible{
    opacity: 0.8;
}
.cd-top:hover, .cd-top:focus{
    color: #fff;
    text-decoration: none;
}
.parallax-mirror {
    max-height: 450px;
}
#main .left-bar ul.child-menu li a {
    padding-right: 35px;
}