@import url('fontkit/demo.css');

body {margin:0px; background-color:#FFF; color:#000; font-family: 'Myriad', sans-serif; font-weight: normal; font-size:18px; line-height:18px;background-repeat:repeat-x;background-color: #fff;}
form{ margin:0px; padding:0px;}
img{border-style:none;max-width:100%;}
h1,h2,h3,h4,p,ul,ol{ margin:0px; padding:0px; padding-bottom:10px;}
p {line-height:22px;}
h1 { font-family: 'Charter'; font-size:48px; line-height:1em; color:#002a3e; font-weight:normal; }
h2 { font-family: 'Charter'; font-size:30px; line-height:1em; color:#002a3e; font-weight:normal; }
h3 { font-family: 'Charter'; font-size:24px; line-height:1em; color:#002a3e; font-weight:normal; }
ul,ol{ padding-left:25px;}
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing:border-box;}
a {
	color: #146892;
	text-decoration: none;
}
a:hover{ color:#136;}

.z-button, .z-button:link, .z-button:visited, .z-container button {
	background-color: #0079c2 !important;
	display:inline-block;
	font-size:21px;
	padding-top:10px !important; padding-bottom:10px !important;
}
.z-button:hover, .z-container button:hover {
	background-color: #3092d7 !important;
}
.zSearchFormTable textarea, .zSearchFormTable select, .zSearchFormTable button, .zSearchFormTable input { font-size:13px;}

.zls-makeOfferBox{display:none;}

.crights{ background-color: #001620;clear:both; width:100%; padding:1%; float:left; font-size:10px; line-height:14px;  font-size:10px; line-height:14px;}
.titlediv{background-color:#000; color:#FFF; float:left; font-size:18px; line-height:24px; width:100%; padding:3%;}
.menudiv{width:100%; float:left;}
.searchdiv{float:right; width:200px;}

.mobileMenuDiv .zMenuBarDiv {width:100% !important; border-top:1px solid #999;}
.mobileMenuButton {display:none;}
.mobileMenuDiv {display:block;}

.sidebar{font-size:20px !important; direction:ltr !important;}

.searchform{padding-top:5px !important;}
header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border-top: 8px solid #002a3e;
	height: 118px;
	background-image: url('../images/header-bg.png');
	background-position: center top;
	background-repeat: no-repeat;
	z-index: 2;
}
header .logo {
	float: left;
	width: 260px;
	display:block; 
	height: 110px;
	padding-top:20px;
}
header .logo a {
	display: inline-block;
	width: 260px;
	height: 110px;
}
header .top-links {
	float: right;
	padding-top:4px;
	color: #288acf;
}

header .top-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
header .top-links li {
	list-style: none;
	display: inline-block;
	line-height: 1em;
	border-left: 1px solid #FFF;
	padding: 0 10px;
	margin: 7px 0 7px;
}
header .top-links li:first-child,
header .top-links li:last-child {
	border-left: none;
}
header .top-links li a {
	color: #FFFFFF;
}
header .top-links .searchform {
	margin-top: -1px;
}
header .top-links .searchform input {
	border: none;
	height: 22px;
	width: 140px;
	font-size: 14px;
	color: #666666;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	outline: 0;
}

header .top-links .searchform .z-button {
	background: none;
	background-image: url('../images/header-search-button-bg.png');
	background-repeat: no-repeat;
	background-position: left top;
	display: inline-block;
	width: 31px;
	height: 22px;
	float:right; margin-left:5px;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
}
header .main-menu {
	clear: right;
	float: right;
}
header .main-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
header .main-menu li {
	display: inline-block;
}
header .main-menu a {
	display: inline-block;
	color: #000000;
	font-family: 'Charter';
	line-height: 80px;
	font-size:19px;
	padding: 0 13px;
}



.page-title {
	background-image: url('../images/page-title-bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.page-title .z-container {
	position: relative;
	height: 311px;
}
.page-title h1 {
	color: #FFFFFF !important;
	font-family: 'Charter';
	font-weight: normal;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	background-image: url('../images/page-title-h1-bg.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 95px;
	line-height: 100px;
	padding: 0 200px 0 120px;
}
.page-title .z-container::after {
	content: '';
	position: absolute;
	left: 100%;
	bottom: 0;
	z-index: 1;
	background-color:#0062a7;
	height: 95px;
	width: 100%;
}

.sidebar ul {
	list-style: none;
	display: block;
	margin: 0 0 20px;
	padding: 0;
}
.sidebar li {
	list-style: none;
	display: block;
	position: relative;
}
.sidebar li a {
	display: block;
	background: #EFEFEF;
	color: #002A3E;
	font-family: 'Charter';
	line-height: 1em;
	height: 57px;
	padding: 16px 10px;
	border-top: 1px solid #BEBEBE;
	border-left: 1px solid #BEBEBE;
}
.sidebar li.active a {
	background: #0079c2;
	color: #FFFFFF; 
}
.sidebar li.active:after {
	left: 100%;
	top: 50%;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top: 28px solid transparent;
	border-left: 14px solid #0079c2;
	border-bottom: 28px solid transparent;
	margin-top: -28px;
}
.sidebar li:last-child a {
	border-bottom: 1px solid #BEBEBE;
}
.sidebar .sidebar-ads {
	text-align: center;
}
.sidebar .sidebar-ads .ad {
	display: inline-block;
	margin: 5px 0;
	padding: 0;
}


.content-sidebar {
	 direction:ltr !important;
}

#zInquiryFormTRAddress{display:none;}
#zInquiryFormTRCountry{display:none;}
#zInquiryFormTRZip{display:none;}
.znewslettercheckbox{display:none;}
.zPrivacyPolicyLink{display:none;}
.zPrivacyPolicyMessage{display:none;}


footer {
	background-color: #0079c2; 
	color: #FFFFFF;
}
footer .footer-links {
	list-style: none;
}
footer a {
	color: #FFFFFF;
}

.copyright {
	background-color: #001620;
}

.zls-saveListingButton{display:none;}



.sidebar{float:left; width:19%;}
.content-sidebar{float:right; width:80%;}

.zls-detail-askquestion{display:none;}

.zEventInfoButton{ display:none !important; }
.subpage-main-section{ background-color:#e4e2da; background-image:url(/images/new/bg2_02.jpg); background-repeat:no-repeat; background-position:bottom center; width:100%; float:left;}
.subpage-content-section{
	background-size:cover;
	background-image:url(/images/new/content-bg_03.png); background-repeat:no-repeat; background-position:top center; width:100%; float:left;
	min-height:1500px;
}

.home-sponsors{
	/*display: none;*/
	padding: 30px 0;
}
.home-sponsors-carousel{
	padding: 0 40px;
}
.home-sponsor-slide{
	padding: 0 20px;
}
.home-sponsor-image{
	display: block;
}
.slick-prev.slick-arrow, .slick-next.slick-arrow, .slick-prev.slick-arrow:hover, .slick-next.slick-arrow:hover{
	background: none !important;
}
.slick-prev.slick-arrow{
	left: 0;
}
.slick-next.slick-arrow{
	right: 10px;
}
.slick-prev .slick-prev-icon:before, .slick-next .slick-next-icon:before{
	color: #0079c2 !important;
}
.slick-prev:hover .slick-prev-icon:before, .slick-next:hover .slick-next-icon:before{
	color: #3092d7 !important;
}
button.slick-autoplay-toggle-button{
	left: auto;
	padding: 5px 15px !important;
	right: 0;
}


@media screen and ( max-width: 1362px ) {
	header{

    height: 94px;
    background-image: url(../images/header-bg1200.png);

	}

	header .logo {
		width:166px;
		position: relative;
	} 
	header .logo a{ width:100%; height:70px;}
	header .logo a img{max-width:100%;}
	header .top-links{ padding-top:0px;}
	header .top-links li{
		padding: 0 5px;
	}
	header .main-menu a {
		line-height:50px;
		font-size:16px;
		padding: 0 7px;
	}

	footer .footer-links li {
		width: 50%;
		margin: 0;
	}
	.find-member-form-content *{ font-size:16px;}
}

@media screen and ( max-width: 992px ) {
	.subpage-content-section{ min-height:auto;}
	header {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		z-index: 101;
		background-image: none;
		background-color: #0079c2;
		height: auto;
	}
	header .top-links {
		margin-top: 40px;
	}
	header .top-links .searchform {
		display: none;
	}
	header .main-menu {
		display: none;
	}

	.z-mobileMenuDiv, .z-mobileMenuButton {
		background-color: #FFF;
		color:#000;
	}
	.z-mobileMenuDiv a{ color:#000;}

	.sidebar {
		height: auto !important;
	}
	.content-sidebar {
		height: auto !important;
	}

	footer {
		text-align: center;
	}

	footer .footer-logo {
		width: 100%;
		text-align: center;
	}

	footer .footer-links-container {
		width: 100%;
		text-align: center;
		margin: 20px 0;
	}
	footer .footer-links {
		margin: 0;
	}
	footer .footer-links li {
		width: 25%;
	}

	footer .footer-address-social {
		width: 100%;
		margin: 0;
	}



}


@media screen and ( max-width: 767px ) {
	.content-sidebar{
		display:block; float:left; width:100% !important;}

	.page-title h1{ font-size:28px !important; padding:0px; width:100%; padding-left:20px; padding-top:20px; height:auto; padding-bottom:20px; line-height:30px !important; background:none; background-color:#0079c2;}
	header .top-links li {

		display: none;
	}

	header .top-links li.telephone {
		display: inline-block;
		font-size: 1.6em;
	}

	.z-mobileMenuDiv, .z-mobileMenuButton {
		background-color: #FFF;
		color:#000 !important;
	} 

	footer .footer-links li {
		width: 100%;
	}
}

@media screen and ( max-width: 479px ) {
	header .logo,
	header .logo a,
	header .logo a img {  
		height:auto;
	}
	header .logo{padding-bottom:10px;}
	header .logo:after {
		display: none;
	}

	header .top-links {
		margin-top: 20px;
	}
}
