@import url('korolev/stylesheet.css'); 
html {
    font-size: 1rem;
}
body {
	color:#000000; 
	font-family: 'korolevmedium', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 17px;
	margin: 0; 
	padding: 0; 
	line-height: normal;
}
.z-container {
    max-width: 990px;
}
input:focus{
    outline: none;
}
.head, h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
   font-family: korolevmedium;
}
p {
    line-height: 28px;
}
a, a:hover, a img, a:hover img {
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;	
}
#header {
    background-image: url(../images/header-bg.jpg);
    background-position: center top;
    background-size: cover;
}
#header a, #header a{
    display: inline-block;
    vertical-align: top;
}
#header .logo {
    margin: 50px 0;
}
#header .right {
    margin: 45px 0 0 0;
}
#header a.tel {
    color: #ffffff;
    margin: 10px 35px 0 0;
    font-weight: bold;
}
#header a.tel:hover {
    color: #96491b;
}
a.spbtn {
    background-color: #96491b;
    color: #fff;
    padding: 12px 50px;
    font-size: 22px;
    text-transform: uppercase;
}
a.spbtn.dark {
    background-color: #000000;
}
a.spbtn:hover, a.spbtn.dark:hover {
    background-color: #fff;
    color:#96491b;
}
.main-menu {
    display: inline-block;
    width: 100%;
    background-color: #96491b;
    text-align: center;
}
.main-menu li {
    display: inline-block;
    padding: 18px 40px;
}
.main-menu li a {
    color: #fff;
    text-transform: uppercase;
}
.main-menu li a:hover {
    color: #000;
}
#footer {}
#footer .foosec1 {
    background-image: url(../images/footer-bg.jpg);
    background-position: center top;
    background-size: cover;
    padding: 75px 0;
}
.foobox {
    float: left;
    width: 30%;
}
.foobox.box1 {
    float: right;
}
.foobox.box3 {
    width: 40%;
}
#footer .head {
    font-size: 26px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}
.foobox.box2 a {
    margin: 0 0 12px 0;
}
.footer-social-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-social-link{
    max-width: 25%;
    max-width: calc(25% - 8px);
}
.footer-social-image{
    height: auto;
    max-width: 100%;
}
#footer ul.menu {
    column-count: 2;
}
#footer ul.menu li {
    margin: 0 0 12px 0;
    padding: 0;
}
#footer a.logo {
    margin: 0 0 10px 0;
}
#footer a.spbtn {
    vertical-align: top;
    padding: 12px 38px;
}
#footer a.youtube {
    font-size: 43px;
    margin: 0 0 0 10px;
    color: #000 !important;
}
#footer a.youtube:hover {
    color: #fff !important;
}
.foosec2 {
    text-align: center;
    padding: 30px 15px;
}
#footer a:hover {
    color: #000;
}
#footer .foosec2 a:hover {
    color: #db5c1e;
}
.ctasec {
    background-image: linear-gradient(45deg, #000000, #3c3c3c, #000000);
    padding: 40px 0 25px 0;
    margin: -6px 0 0 0;
}
.signform {
    float: left;
    width: 100%;
    background-image: url(../images/formbg.jpg);
    background-position: center top;
    background-size: cover;
    color: #fff;
    padding: 30px 45px;
}
.signform input {
    width: 100%;
    float: right;
    font-family: 'korolevmedium', sans-serif;
    margin: 12px 0 0 0;
    background-color: #fff;
    border: none;
    padding: 10px 15px;
}
.signform input[type="submit"] {
    background-color: #96491b;
    color: #fff;
    padding: 12px 50px;
    font-size: 20px;
    text-transform: uppercase;
    width: auto;
}
.signform input[type="submit"]:hover {
    background-color: #fff;
    color: #96491b;
}
.ctasec .box {
    max-width: 312px;
}
a.more {
    text-transform: uppercase;
    color: #db5c1e;
}
a.more:hover {
    color: #000;
}

.z-default-subpage-title{ display:block; float:left;}
.z-default-subpage-header{ background-color:#000;}
#footer{background-color:#000;}

#slideshowHomeDiv1{position:relative; z-index:1;}
.homeSlideshowPrevious, .homeSlideshowNext, .homeSlideshowPause,  .homeSlideshowPlay{background-color:#96491b; color:#FFF; font-size:40px;line-height:1; padding:15px;  position:absolute; z-index:4; border:1px solid rgba(255,255,255,.7);}
.homeSlideshowPause,  .homeSlideshowPlay{ border:1px solid rgba(255,255,255,.7); width:60px; padding:7px; text-align:center;}
.homeSlideshowPrevious:hover, .homeSlideshowNext:hover, .homeSlideshowPause:hover,  .homeSlideshowPlay:hover{background-color:#000;}
.homeSlideshowPrevious{bottom:45%; left:0px;}
.homeSlideshowNext{bottom:45%; right:0px; }
.homeSlideshowPlay, .homeSlideshowPause{bottom:15px; right:10px;}
.homeSlideshowPause:focus, .homeSlideshowPlay:focus, .homeSlideshowNext:focus, .homeSlideshowPrevious:focus{outline:2px dashed #FFF;}

.z-default-subpage-header{
    position: relative;
}
.z-default-subpage-header:before{
    background: rgba(0, 0, 0, 0.4);
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.z-default-subpage-title-full{
    position: relative;
    z-index: 5;
}
.page-contact-us .zinquiry-form-table tbody,
.page-contact-us .zinquiry-form-table thead,
.page-contact-us .zinquiry-form-table tr,
.page-contact-us .zinquiry-form-table th,
.page-contact-us .zinquiry-form-table td,
.page-z-misc-inquiry-index .zinquiry-form-table tbody,
.page-z-misc-inquiry-index .zinquiry-form-table thead,
.page-z-misc-inquiry-index .zinquiry-form-table tr,
.page-z-misc-inquiry-index .zinquiry-form-table th,
.page-z-misc-inquiry-index .zinquiry-form-table td{
    box-sizing: border-box;
    display: block;
    width: 100% !important;
}
.page-contact-us .zinquiry-form-table input[type='text'],
.page-contact-us .zinquiry-form-table input[type='email'],
.page-contact-us .zinquiry-form-table textarea,
.page-z-misc-inquiry-index .zinquiry-form-table input[type='text'],
.page-z-misc-inquiry-index .zinquiry-form-table input[type='email'],
.page-z-misc-inquiry-index .zinquiry-form-table textarea{
    border: 1px solid #AAA;
    border-radius: 0;
    max-width: 720px;
    padding: .5em .65em;
    width: 100% !important;
}
.page-contact-us .zinquiry-form-table button,
.page-z-misc-inquiry-index .zinquiry-form-table button{
    background: #254635;
    border-radius: 0;
    padding: 15px 45px;
}


@media screen and (max-width: 1362px) {
}
@media screen and (max-width: 992px) {	
	#header .logo, .main-menu {display: none;}
	#header .right {text-align: center !important;width: 100%;padding: 10px 15px;margin: 0;}
    .z-mobile-header .z-mobile-menu, .z-mobile-menu-icon span {background-color: #96491b;}
    .z-mobile-header, .z-mobile-header-fixed {background-color: #000 !important;}
    .z-mobile-menu-icon.open span {background: #fff;}
    .z-default-subpage-header {margin-top: 0;}
    .z-mobile-header .z-mobile-header-logo {width: 300px;max-width: 300px;}
    .foobox, .foobox.box3 {width: 33.33%;padding: 0 15px;}
    .head br {display: none;}
    .z-t-50 {font-size: 34px;}
}
@media screen and (max-width: 767px) {
    .z-mobile-header .z-mobile-header-logo {width: 200px;}
    .z-default-subpage-title {margin-top: 100px;}
    .foobox, .foobox.box3 {width: 100%;}
    #footer ul.menu {column-count: 1;}
    #footer ul.menu li {padding: 0 0 5px 0;}
    #footer .head, .foobox.box2 a {margin: 0 0 5px 0;}
    .foobox.box2 {padding-top: 30px;padding-bottom: 25px;}
    #footer .foosec1 {padding: 50px 0;}
    .footer-social-container{
        justify-content: inherit;
    }
    .footer-social-link{
        display: block;
        margin-right: 8px;
    }
}
@media screen and (max-width: 479px) {
    .z-mobile-header .z-mobile-header-logo img {max-width: 200px;}
    .p-title {font-size: 32px;}
    #header a.tel {margin: 0;}
    a.spbtn {padding: 8px 30px;font-size: 20px;}
    .ctasec {padding: 40px 0 10px 0;}
    .signform {padding: 25px;}
    .p-title {font-size: 28px;}
}