@import url('avenir/demo.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

body {
	color: #565557;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	margin: 0;
	padding: 0;
	line-height: normal;
}

a,
a:hover,
.main-menu ul li .drop-down,
.main-menu ul li:hover .drop-down {
	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;
}

#videoTag1 {
	float: left;
}


.topMessageDiv {
	float: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
.avenir {
	font-family: 'Avenir LT W01_65 Medium1475532', Open Sans;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}

.head {
	color: #000;
}

.topbar {
	background-color: #623d31;
	padding: 8px 0;
}

.topbar a,
.topbar .z-container div {
	display: inline-block;
	vertical-align: top;
}

.topbar a img {
	float: left;
}

.topbar .social a {
	margin: 0 5px;
}

.topbar a.ser {
	margin: 0 15px;
}

.topbar .call {
	border-left: 2px solid #fff;
	padding: 0 0 0 15px;
}

.topbar a:hover,
.main-menu a:hover,
.footer-menu ul li a:hover,
.footer .copyright a:hover {
	color: #a25b05;
}

.logo-sec {
	background-image: url(../images/header-bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

#header .logo a {
	margin: 25px 0 20px 0;
}

.main-menu {
	padding: 0;
}

.main-menu ul,
.main-menu li,
.main-menu a,
#header .logo a {
	display: inline-block;
}

.main-menu ul li {
	padding: 58px 20px;
	position: relative;
}

.main-menu a {
	color: #3b241c;
	font-weight: 600;
	vertical-align: top;
	margin: 15px 0 0 0;
}

.main-menu ul li.con {
	padding: 0 0 0 20px;
}

.main-menu ul li.con a {
	background-color: #cb750d;
	color: #fff;
	padding: 13px 40px;
	text-transform: uppercase;
	border-radius: 7px;
	margin: 0;
}

.main-menu ul li.con a:hover {
	background-color: #623d31;
}

.main-menu ul li .drop-down {
	display: none;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 150px;
	background-color: #cb750d;
	border-top: 8px solid #a25b05;
	z-index: 9999;
	width: 720px;
	padding: 20px 25px;
}

.main-menu ul li:hover .drop-down {
	display: block;
	opacity: 1;
}

.main-menu .drop-down ul {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
	width: 33.33%;
}

.main-menu .drop-down ul li {
	margin: 0;
	padding: 0;
	width: 100%;
}

.main-menu .drop-down ul li a {
	color: #fff;
	margin: 7px 0;
	font-weight: 100;
	font-size: 15px;
}

.main-menu .drop-down ul li:first-child a {
	font-weight: bold;
}

.main-menu .drop-down ul li a:hover {
	color: #000;
}

.foo-cta {
	background-color: #623d31;
	background-image: url(../images/conatct.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;

}

.foo-cta .left {
	background-color: #623d31;
	color: #fff;
	padding-top: 70px;
	padding-bottom: 70px;
}

.foo-cta a.con {
	background-color: #ffffff;
	color: #cb750d;
	display: inline-block;
	font-weight: 600;
	padding: 20px 90px;
	border-radius: 7px;
	margin: 30px 0 0 0;
}

.foo-cta a.con:hover {
	background-color: #b95404;
	color: #ffffff;
}

.footer {
	background-color: #ece5dc;
}

.footer .box {
	float: left;
	padding: 0 50px 65px 0;
}

.footer-logo {
	width: 300px;
}

.footer-logo a {
	display: inline-block;
	color: #b95404;
	font-weight: bold;
	border: 2px solid #b95404;
	border-radius: 7px;
	padding: 12px 30px;
	margin: 15px 0 0 0;
}

.footer-logo a:hover {
	color: #623d31;
	border: 2px solid #623d31;
}

.footer-con .text,
.footer .footer-con a {
	color: #62646c;
}

.footer .footer-con a:hover {
	text-decoration: underline;
}

.footer-menu ul {
	padding: 0 40px 0 0;
	display: inline-block;
}

.footer-menu ul li {
	padding: 0 0 12px 0;
}

.footer-menu ul:last-child {
	padding-right: 0;
}

.footer-menu ul li a {
	color: #3b241c;
	font-weight: 600;
}

.footer .copyright {
	font-size: 15px;
	background-color: #d9c5ab;
	padding: 25px 0;
	line-height: 1.7;
}

.footer .copyright,
.footer .copyright a {
	color: #5e5d5e;
}

ul.list {}

ul.list li {
	padding: 0 0 10px 30px;
	list-style: none;
	position: relative;
}

ul.list li:before {
	content: '';
	background-image: url(../images/list-bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 5px;
	width: 16px;
	height: 16px;
}

.page-banner {
	background: url(../images/page-banner.jpg);
	background-position: center top !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	padding: 365px 0 175px 0;
}

.page-banner h1,
.z-default-subpage-header .z-default-subpage-title {
	color: #fff;
	padding: 6px 40px;
	font-size: 63px;
	display: inline-block;
	background-color: rgba(203, 117, 13, .73);
	font-family: 'Avenir LT W01_65 Medium1475532', Open Sans;
	font-weight: normal;
}

.page-main {
	padding: 100px 0;
}

.page-left,
.z-default-subpage-left-panel {
	border-top: 5px solid #f1971c;
	background-color: #ece5dc;
	padding: 20px;
	max-width: 290px;
}

.page-left .head,
.page-left .menu li a:hover,
.z-default-subpage-left-panel a:hover {
	color: #5c4b45;
}

.sub-boxes .box .menu {
	min-height: 150px;
	padding: 12px 0 0 0;
}

.page-left .menu li,
.z-default-subpage-left-panel li {
	border-top: 1px solid #c0c2c3;
	padding: 20px 5px;
	display: inline-block;
	width: 100%;
}

.page-left .menu li:first-child,
.z-default-subpage-left-panel li:first-child {
	border-top: 0px solid #c0c2c3;
}

.page-left .menu li a,
.z-default-subpage-left-panel a {
	color: #cb750d;
}

.sub-boxes .box .menu li a {
	color: #fff;
}

.page-left .menu li.active a {
	font-weight: bold;
	color: #f1971c;
}

.page-left .menu li a:hover {
	color: #5c4b45;
}

.page-left .menu li .text {
	padding: 5px 20px 0 0;
}

.page-right {
	padding: 0;
	float: right;
}

.page-right .p-title {
	color: #3b241c;
}

.sub-boxes .box .head,
.sub-boxes .box .menu li a:hover {
	color: #fec37c;
}

.sub-boxes .box {
	box-shadow: 0 0 65px rgba(0, 0, 0, .20);
	background-color: #cb750d;
	border-radius: 10px;
	padding: 30px 15px 15px 15px;
	position: relative;
	max-width: 290px;
}

.sub-boxes .box .head {
	font-weight: 600;
}

.sub-boxes .box a.btn {
	background-color: #a25b05;
	display: inline-block;
	font-size: 12px;
	color: #fff;
	font-weight: 600;
	padding: 11px;
	width: 100%;
	border-radius: 5px;
	margin: 20px 0 0 0;
}

.sub-boxes .box a.btn:hover {
	background-color: #623d31;
}

.sub-boxes .box .menu li {
	padding: 10px 0 0 0;
}

.z-default-subpage-header {
	margin-top: 0;
	padding: 365px 0 175px 0;
	text-align: left;
	background-size: cover;
}

.z-default-subpage-header .z-default-subpage-title {
	margin: 0;
}

.z-default-subpage-body-full.has-sidebar {
	padding: 100px 0;
}

.z-default-subpage-left-panel-menu ul {
	border: none;
}

.z-default-subpage-left-panel-menu a {
	padding: 0 !important;
	color: #cb750d !important;
	border: none !important;
}

.z-default-subpage-left-panel-menu li.active a,
.z-default-subpage-left-panel-menu a:hover {
	color: #5c4b45 !important;
	background: transparent;
}

h1.p-title.z-t-50 {
	color: #3b241c;
}

.z-default-subpage-title,
.page-banner h1 {
	display: none !important;
}

.modal-popup {
	display: none;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}

.modal-popup .popup-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	max-width: 600px;
	background-color: #fff;
	padding: 20px;
}

.modal-popup .popup-content .popup-close {
	position: absolute;
	top: -30px;
	right: 10px;
	font-size: 20px;
	cursor: pointer;
	color: #fff;
}

.modal-popup .popup-content .popup-image {
	text-align: center;
}

.modal-popup .popup-content .popup-image img {
	max-width: 100%;
}

@media (max-width: 767px) {
	.modal-popup .popup-content {
		width: 90%;
	}

	.modal-popup .popup-content {
		padding: 5px;
		font-size: 12px;
	}
}

#promotionsPopup.show {
	display: block;
}

#promotionsPopup .popup-image .image-desktop {
	display: block;
}

#promotionsPopup .popup-image .image-mobile {
	display: none;
}

@media (max-width: 767px) {
	#promotionsPopup .popup-image .image-desktop {
		display: none;
	}

	#promotionsPopup .popup-image .image-mobile {
		display: block;
	}
}

@media screen and (max-width: 1362px) {
	#header .logo a {
		width: 200px;
	}

	.main-menu ul li {
		padding: 48px 7px;

	}

	.main-menu ul li.con {
		padding: 0 0 0 12px;
	}

	.main-menu ul li .drop-down {
		top: 130px;
	}

	.footer-logo {
		width: 250px;
	}

	.footer-logo a {
		padding: 10px 15px;
	}

	.footer .footer-menu.box {
		padding-right: 0;
	}

	.footer-menu ul {
		padding: 0 30px 0 0;
	}

	.z-t-44 {
		font-size: 38px;
	}

	.z-t-36 {
		font-size: 32px;
	}
}

@media screen and (max-width: 992px) {
	.topMessageDiv {
		width: 100%;
		text-align: center;
	}

	.page-right {
		float: left;
	}

	.main-menu,
	#header .logo {
		display: none;
	}

	.z-mobile-header,
	.z-mobile-header-fixed {
		background-color: #fff !important;
	}

	.z-mobile-menu-icon span {
		background-color: #000;
	}

	.z-mobile-header .z-mobile-menu {
		background-color: #623d31;
	}

	.z-default-subpage-header {
		margin-top: 0;
	}

	.topbar .z-container {
		text-align: center !important;
	}

	.footer .box {
		padding: 0 30px 50px 10px;
	}

	.footer .copyright {
		padding: 25px 10px;
	}

	.foo-cta {
		background-image: none;
	}

	.page-banner,
	.z-default-subpage-header {
		padding: 200px 10px 90px 10px;
	}

	.page-banner h1,
	.z-default-subpage-header .z-default-subpage-title {
		padding: 6px 30px;
		font-size: 40px;
	}

	.page-left,
	.page-right {
		height: auto !important;
	}

	.page-right {
		padding: 30px 0 0 0;
	}

	.page-right .z-12of12 {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.sub-boxes .box {
		margin-bottom: 60px;
	}
}

@media screen and (max-width: 767px) {
	.footer .box.footer-con {
		width: 100%;
	}

	.footer .box {
		padding: 0 10px 40px 10px;
	}

	.footer .box .head {
		margin-bottom: 15px;
	}

	.footer .box.footer-con .text.z-mb-30 {
		margin-bottom: 10px;
	}

	#header {
		position: relative;
	}

	.page-banner,
	.z-default-subpage-header {
		padding: 70px 10px;
	}
}

@media screen and (max-width: 479px) {
	.topbar .call {
		border-left: 0px solid #fff;
		padding: 6px 0 0 0;
		width: 100%;
	}

	.footer-menu ul {
		padding: 0;
		width: 100%;
	}

	.foo-cta a.con {
		padding: 15px 35px;
	}

	.page-main {
		padding: 50px 0;
	}

	.page-banner {
		padding: 60px 10px;
	}

	.page-banner h1 {
		padding: 3px 20px;
		font-size: 30px;
	}

	.page-left .menu li .text {
		padding: 5px 5px 0 0;
	}

	.sub-boxes .box .menu {
		min-height: auto;
	}

	.page-banner h1,
	.z-default-subpage-header .z-default-subpage-title {
		padding: 6px 15px;
		font-size: 30px;
	}

	.z-default-subpage-body-full.has-sidebar {
		padding: 50px 0;
	}

	.p-title.z-t-50 {
		font-size: 30px;
	}

	.z-t-44 {
		font-size: 30px;
	}

	.z-t-24 {
		font-size: 20px;
	}
}