@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Great+Vibes');
@import url('avenir/style.css');
html {
    font-size: 1rem;
}
body {
	color:#000000; 
	font-family:"Avenir";
	font-weight: normal;
	font-style: normal;
	margin: 0; 
	padding: 0; 
	line-height: normal;
}
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;
}
.great-vibes {
    font-family: 'Great Vibes';
}
h1, h2, h3, h4, h5, h6, .z-default-subpage-title, .garamond {
    font-family: 'Cormorant Garamond';
}

.bannerClickableText{
    font-size:28px;
    color:white;
}

#header {
    background-image: url(../images/header-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
#header a, .main-menu li, #footer a {
    display: inline-block;	
}
#header .top-bar a.call {
    background-color: #b65434;
    color: #fff;
    padding: 17px 25px 12px 30px;
}
#header .top-bar a.call img {
    margin: -4px 15px 0 0;
}
#header .top-bar a.call:hover {
    background-color: #616161;
}
#header .logo {
    padding: 0 0 10px 0;
}
#header .logo .logo-text {
    vertical-align: top;
    margin: 5px 0 0 10px;
}
#header .social {
    float: right;
    margin: 115px 0 0 0;
}
#header .social a {
    margin: 0 4px;
}
#header .social a:hover, #footer .social a:hover {
    opacity: 0.7;
}
#header .weather {
    display: inline-block;
    color: #b65434;
    padding: 0 0 0 15px;
}
.main-menu-sec {
    background-color: #1d252c;
}
.main-menu-sec a {
    color: #ffffff;
    padding: 15px 35px;
}
.main-menu-sec li:hover a {
    color: #b65434;
}
.main-menu-sec li img {
    margin: 0 0 0 5px;
}
.main-menu-sec li {
    position: relative;
    margin: 0 0px;
}
.main-menu-sec li ul {
    display: none;
    opacity: 0;
    padding: 15px 5px;
    position: absolute;
    background-color: #1d252c;
    left: 50%;
    top: 63px;
    width: 260px;
    text-align: left;
    transform: translateX( -50% );
    z-index: 9999;
}
.main-menu-sec ul.sub-menu li {
    display: inline-block;
    width: 100%;
    padding: 0 15px;
    margin: 0;
}
.main-menu-sec ul.sub-menu a {
    color: #fff;
    padding: 0;
    margin: 5px 0;
}
.main-menu-sec li ul li:hover a {
    color: #b65434;
}
.main-menu-sec li:hover ul {
    display: block;
    opacity: 1;
}
.main-menu-sec li:hover ul {
    display: block;
    opacity: 1;
}
.signup {
    background-color: #1d252c;
    color: #fff;
}
.signup .z-container div {
    display: inline-block;
}
.signup input {
    background-color: #a5a8ab;
    font-size: 24px;
    color: #010101;
}
.signup input::placeholder {
    color: #010101;
}
.signup input {
    background-color: #a5a8ab;
    font-size: 24px;
    color: #010101;
    border: none;
    padding: 15px 25px;
    margin: 0 10px;
    width: 400px;
}
.signup button {
    background-color: #b55434;
    font-size: 24px;
    color: #ffffff;
    border: none;
    padding: 11px 40px;
    margin: 0 0 0 10px;
}
.signup button:hover {
    background-color: #616161;
}
#footer {
    background-image: url(../images/footer-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
#footer .foo-box {
    float: left;
    width: 33.33%;
}
.foo-sec2 {
    background-color: #000000;
    color: #939598;
}
#footer .menu li {
    padding: 30px 0 0 0;
}
#footer .social a {
    margin: 0 5px;
}
#footer .trip a {
    margin: 15px 0 0 0;
    text-decoration: underline;
}
#footer .trip a:hover {
    text-decoration: none;
}
#footer a:hover {
    color: #b55434;
}
a.obtn {
    display: inline-block;
    background-color: #b55434;
    color: #fff;
    padding: 20px 50px;
}
a.obtn:hover {
    background-color: #1d252c;
}
a.gbtn {
    display: inline-block;
    background-color: #1d252c;
    color: #fff;
    padding: 20px 50px;
}
a.gbtn:hover {
    background-color: #b55434;
}
.z-default-subpage-left-panel-menu ul {
    border-top: 0px solid #EEE;
}
.z-default-subpage-body-full.has-sidebar {
    padding: 50px 0;
}
.z-default-subpage-left-panel {
    background-color: transparent;
    max-width: 290px;
    border-top: 0px solid #b65434;
    min-height: 520px;
    padding-bottom: 50px;
}
.z-default-subpage-left-panel ul {
    padding: 0;
}
.z-default-subpage-left-panel li {
    padding: 0 20px;
    display: inline-block;
    width: 100%;
    float: left;
    position: relative;
    margin: 7px 0;
}
.z-default-subpage-left-panel li:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background-color: #b55434;
    border-radius: 50%;
    top: 12px;
    left: 0;
}
.z-default-subpage-left-panel-menu a:link, .z-default-subpage-left-panel-menu a:visited {
    display: inline-block;
    width: 100%;
    font-family: 'Cormorant Garamond';
    color: #1d252c;
    padding: 0;
    border-bottom: 0px solid #a1a1a1;
    font-size: 28px;
    font-weight: 600;
}
.page-con-main .laft-p ul.menu li.active a:hover, .z-default-subpage-left-panel li.active a, .z-default-subpage-left-panel li.active a:hover {
    color: #b65434;
}
.z-default-subpage-left-panel li a:hover {
    color: #b65434;
    background-color: transparent;
}
.z-default-subpage-subcontent {
    padding-bottom: 30px;
}
.z-default-subpage-header {
    text-align: left;
    background-size: cover;
}
.z-default-subpage-title {
    position: relative;
    color: #fff;
    margin: 265px 0 95px 0;
    font-family: 'Great Vibes';
    display: inline-block;
    background-image: linear-gradient(to right, #b65434 , rgba(60, 70, 131, .0));
    padding: 15px 140px 10px 10px;
    font-size: 80px;
}
.z-default-subpage-title:before {
    content: '';
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #b65434;
}
.slide-text {
    text-align: center;
    position: absolute;
    top: 50%;
    color: #fff;
    left: 0;
    font-family: 'Cormorant Garamond';
    font-size: 56px;
    width: 100%;
    transform: translateY( -50% );
}
.slide-text strong {
    font-family: 'Great Vibes';
    display: inline-block;
    font-weight: normal;
}
.slide-text a {
    font-family: "Avenir";
    font-size: 20px;
    background-color: #b55434;
    color: #fff;
    display: inline-block;
    padding: 10px 60px;
}
.slide-text a:hover {
    background-color: #292929;
}
.z-default-subpage-header {
    background-image: url(/images/page-banner.jpg);
}


#zInquiryFormTRCompany{ display:none;}
#zInquiryFormTRAddress{ display:none;}
#zInquiryFormTRCity{ display:none;}
#zInquiryFormTRState{ display:none;}
#zInquiryFormTRCountry{ display:none;}
#zInquiryFormTRZip{ display:none;}

@media screen and (max-width: 1362px) {
    .main-menu-sec a{ padding:15px 16px;}
    .main-menu-sec li ul {
        top: 55px;
    }

    .bannerClickableText{
        font-size:24px;
    }

}
@media screen and (max-width: 992px) {
 
    .bannerClickableText{
        font-size:16px;
    }

	#header .logo, .main-menu-sec{
	    display: none;
	}
    .z-mobile-header, .z-mobile-header .z-mobile-menu, .z-mobile-header-fixed {
        background-color: #1d252c !important;
    }
	#header .top-bar, #header .logo-sec {
	    text-align: center !important;
	}
	#header .social {
	    float: none;
	    margin: 20px 0;
	}
	.foo-sec1, .foo-sec2 {
	    padding-left: 10px;
	    padding-right: 10px;
	}
	.signup input {
	    font-size: 18px;
	    width: 300px;
	}
	.signup button {
	    font-size: 18px;
	}
	#footer .menu li {
	    padding: 15px 0 0 0;
	}
	a.gbtn, a.obtn {
	    padding: 15px 30px;
	}
    .z-mobile-header .z-mobile-header-logo {
        width: 250px;
    }
    .z-default-subpage-header {
        margin-top: 0;
    }
    .z-default-subpage-title {
        margin: 100px 0 50px 0;
        padding: 5px 50px;
        font-size: 40px;
    }
    .slide-text {
        font-size: 40px;
    }
    .z-default-subpage-left-panel-menu {
        margin: 0 0 0 20px;
    }
    .p-title.z-t-50 {
        font-size: 40px;
    }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 479px) {
	#header .top-bar a.call img {
	    margin: -4px 15px 0 0;
	    display: none;
	}
	#header .top-bar a.call {
	    padding: 10px 25px;
	}
	#header .weather {
	    display: none;
	}
	.signup input {
	    margin: 0 0 15px 0;
	    width: 100%;
	}
	#footer .foo-box {
	    float: left;
	    width: 100%;
	    text-align: left !important;
	}
	#footer .foo-box.box2 {
	    padding: 30px 0;
	}
    .z-mobile-header .z-mobile-header-logo img {
        max-width: 100%;
    }
    .z-default-subpage-title {
        margin: 35px 0;
        font-size: 32px;
    }
    .z-mobile-header .z-mobile-header-logo img {
        max-width: 209px;
    }
    .slide-text {
        font-size: 22px;
    }
    .slide-text a {
        font-size: 16px;
        padding: 7px 28px;
        margin: 5px 0 0 0;
    }
}