
@font-face {
	font-family: 'robotoregular';
	src: url('../fonts/roboto-regular-webfont.eot');
	src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-regular-webfont.woff2') format('woff2'), url('../fonts/roboto-regular-webfont.woff') format('woff'), url('../fonts/roboto-regular-webfont.ttf') format('truetype'), url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'robotothin';
	src: url('../fonts/roboto-thin-webfont.eot');
	src: url('../fonts/roboto-thin-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-thin-webfont.woff2') format('woff2'), url('../fonts/roboto-thin-webfont.woff') format('woff'), url('../fonts/roboto-thin-webfont.ttf') format('truetype'), url('../fonts/roboto-thin-webfont.svg#robotothin') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'robotomedium';
	src: url('../fonts/roboto-medium-webfont.eot');
	src: url('../fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-medium-webfont.woff2') format('woff2'), url('../fonts/roboto-medium-webfont.woff') format('woff'), url('../fonts/roboto-medium-webfont.ttf') format('truetype'), url('../fonts/roboto-medium-webfont.svg#robotomedium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'robotolight';
	src: url('../fonts/roboto-light-webfont.eot');
	src: url('../fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-light-webfont.woff2') format('woff2'), url('../fonts/roboto-light-webfont.woff') format('woff'), url('../fonts/roboto-light-webfont.ttf') format('truetype'), url('../fonts/roboto-light-webfont.svg#robotolight') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ---- preset style START ---- */
html, body { -webkit-text-size-adjust: none; margin: 0px; padding: 0px; width: 100%; min-height: 100%;}
a, a:link, a:visited { outline: none; text-decoration: none;}
img { border: none; margin: 0;}
ul { list-style: none;}
li { float: left;padding: 0;}
h1 { font-size: 2em;}
h2 { font-size: 1.2em;}
h3 { font-size: .9em;}
h1, h2, h3, h4, h5, h6 { font-weight: normal;}
form, input, select, textarea, p, h1, h2, h3, h4, h5, h6, ul { margin: 0;padding: 0;}
select:focus { outline: none;}
textarea { resize: none;}
input:focus, textarea:focus { outline: none;}
input::-moz-focus-inner { border: 0; padding: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, time { display: block;margin: 0;padding: 0;}
.clearFix { clear: both; font-size: 0em; line-height: 0px; height: 0; margin: 0; padding: 0;} 
.popup-bg { width: 100%; height: 100%; background: #000; position: fixed; top: 0; left: 0; z-index: 1000; display: none;}
.popup-holder { width: 100%; position: absolute; padding-top: 50px; top: 0; left: 0; z-index: 1001; display: none;}
.popup-bgNew { width: 100%; height: 100%; background: url(../images/bgImageHover.png) 0 0 repeat; position: fixed; top: 0; left: 0; z-index: 1000;}
.popup-holderNew { width: 100%; position: absolute; padding: 0; top: 0; left: 0; z-index: 1001;}
.popupHide { display: none;}
img { -webkit-user-select: none; -moz-user-select: -moz-none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
/* ---- preset style END ---- */

body { 
	font-family: 'robotolight';
	font-size: 12px;
	color: #262626;
	position: relative;
	background-image: url(../images/bg.jpg); 
	background-repeat: repeat;
}

.container {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.divCenter {
	margin: 0 auto;
	max-width: 1000px;
	position: relative;
}

h2 {
	color: #2da3d4;
	font-size: 23px;
	margin: 5px 0;
	text-transform: uppercase;
	font-weight: 600;
}

header {
	width: 100%;
	height: 106px;
}

.logo {
    float: left;
    width: 190px;
	margin-top: 27px;
}

.IsoLogo {
    position: absolute;
    right: 0;
    top: 470px;
}

.btnMenu {
	display: none;
}

.pageMenu {
	height: 70px;
	position: relative;
	z-index: 5;
	float: right;
}

.pageMenu > ul {
    float: right;
	margin: 35px 12px 0 0;
}

.pageMenu > ul > li {
	background: url(../images/bgPageMenu.png) 0 0 no-repeat;
	padding: 0 2px 0 2px;
	position: relative;
}

.pageMenu > ul > li > ul {
	display: none;
	position: absolute;
	width: 240px;
	background: #2da3d4;
	left: 9px;
	top: 100%;
}

.pageMenu > ul > li.toLeft > ul {
	left: auto;
	right: 2px;
}

.pageMenu > ul > li.show > ul {
	display: block;
}

.pageMenu > ul > li > ul li {
    color: #fff;
    float: none;
	font-family: 'robotolight';
    font-size: 12px;
    line-height: 21px;
	border-top: 1px dotted #49bff0;
	text-transform: uppercase;
	margin: 0 0px;
}

.pageMenu > ul > li > ul li:first-child {
	border-top: 0 none;
}

.pageMenu > ul > li > ul li a {
    color: #fff;
	padding: 6px 10px;
	display: block;
}

.pageMenu > ul > li > ul li a:hover {
    color: #fff;
	background: #168cb4;
}

.pageMenu > ul > li:first-child {
	background: none;
}

.pageMenu ul li.showInSmall {
	display: none;
}

.pageMenu > ul > li > a {
    color: #262626;
    display: block;
    font-family: "robotolight";
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    margin: 0;
    padding: 10px;
    text-transform: uppercase;
}

.pageMenu > ul > li > a > span {
    background: url(../images/bgDrownArrow.png) no-repeat;
    display: block;
    float: right;
    height: 15px;
    margin: 5px;
    width: 15px;
}

.pageMenu > ul > li.active > a > span {
    background: url(../images/bgDrownArrowActive.png) no-repeat;
}

.pageMenu > ul > li.show > a > span {
    background: url(../images/bgDrownArrowActive.png) no-repeat;
}

.pageMenu > ul > li > a:hover, .pageMenu > ul > li.active > a, .pageMenu > ul > li.show > a {
    background: #2da3d4 none repeat scroll 0 0;
    color: #fff;
    height: 25px;
}

.bannerContainer {
    min-height: 350px;
    overflow: hidden;
    width: 100%;
}

span.bg {
    background: #2da3d4 none repeat scroll 0 0;
    display: block;
    height: 1px;
    margin: 5px 0;
    width: 100%;
}

.mainContainer {}

.ourProducts {
	padding: 20px 0 50px 0;
	border-bottom: 1px solid #dbdada;
	position: relative;
}

.ourProducts h2 {
	margin: 0 0 20px 0;
}

.ourProducts .flexslider1 .slides li {
	width: 192px;
}

.contentContainer {
	padding: 30px 385px 0 0;
	position: relative;
	min-height: 375px;
}

.contentContainer h2 {
	margin: 0;
}

.contentContainer h3 {
	color: #2da3d4;
	font-size: 19px;
	margin: 5px 0;
	font-weight: 600;
	background: url(../images/bgDot.png) no-repeat left center;
	padding-left: 15px;
}

.contentContainer h2 span {
	font-size: 18px;
	float: left;
	width: 100%;
	font-weight: normal;
	margin-bottom: 25px;
	text-transform: none;
}

.contentContainer p {
    color: #000;
    display: block;
	line-height: 24px;
    font-size: 15px;
    margin: 10px 0 22px 0;
}

.contentContainer ul li a {
	color: #262626;
	text-transform: uppercase;
}

.contentContainer ul li a:hover {
	color: #2da3d4;
}

.contentContainer section {
	margin: 20px 0;
}

.contentContainer ul {
	margin: 10px 0 22px;
}

.contentContainer ul li {
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	background: url(../images/bgDot.png) no-repeat  0 9px;
	padding-left: 20px;
}

.subMenu {
    position: absolute;
    right: 0;
    top: 45px;
	width: 323px;
	border: 1px solid #e5eef1;
	padding: 28px;
	box-sizing: border-box;
}

.subMenu ul {
	margin-top: 20px;
}

.subMenu ul li {
	background:url(../images/bgArrow.jpg) left center no-repeat;
	padding-left: 20px;
	margin: 5px 0;
}

.subMenu ul li a {
	color: #000;
    display: block;
    font-size: 16px;
}

.subMenu ul li a:hover {
	color: #2da3d4;
}

.viewMore {
    background: #2da3d4;
    color: #fff;
    float: left;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    margin-top: 12px;
    text-align: center;
    text-transform: uppercase;
    width: 89px;
}

.viewMore:hover {
	background: #0c384b;
}

footer {
	background: #323232;
	margin-top: 35px;
	min-height: 10px;
}

.footerItem {
	
}

.footerItem div {
	float: left;
	width: 33.333%;
	margin: 20px 0;
}

.footerItem div h1{
	color: #e4e4e4;
    font-size: 17px;
    margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: bold;
}

.footerItem div p {
	font-size: 15px;
	color: #e4e4e4;
}

.footerItem div ul{
}

.footerItem div ul li{
	float: left;
	width: 100%;
	margin: 6px 0;
}

.footerItem div ul li a {
	color: #e4e4e4;
	font-size: 15px;
}

.footerItem div ul li a:hover {
 	color: #2da3d4;
}

.copyRight {
	height: 50px;
	background: #0a0a0a;
}

.copyRight p {
	color: #fff;
	font-size: 13px;
	line-height: 50px;
}



.innerBannerContainer {
    height: auto;
    overflow: hidden;
    width: 100%;
}

.innerBannerContainer img {
	width: 100%;
}

.contactContainer {
	margin: 30px 0;
}

.contactInfoMain{
	float: left;
	width: 400px;
}

.contactInfoMain p {
	font-size: 15px;
}

.form {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-sizing: border-box;
    float: right;
    font-size: 15px;
    padding: 17px;
    width: 431px;
}

.form h3 {
    color: #2da3d4;
    font-size: 20px;
    font-weight: 600;
    margin: 5px 0 10px;
    text-transform: uppercase;
}

.form table tr td {
	line-height: 30px;
}

.form table tr td input {
    border: 1px solid #dddddd;
    height: 30px;
    margin-bottom: 10px;
    padding-left: 5px;
    width: 100%;
}

.formHr table tr td {
	line-height: 30px;
	font-size: 15px;
}

.formHr table tr td input {
    border: 1px solid #dddddd;
    height: 30px;
    margin-bottom: 10px;
    padding-left: 5px;
    width: 100%;
}

.formHr table tr td a {
	font-size: 18px;
}

.mapHolder {
	width: 100%;
	margin-top: 30px;
}

.contactInfoMain h3 {
    font-size: 17px;
    font-weight: bold;
	color: #2da3d4;
	margin: 15px 0;
}

ul.branchList {}

ul.branchList li {
    margin: 0 10px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

ul.branchList li:first-child {
	margin-left: 0;
}

ul.branchList li span {
    float: left;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    width: 100%;
}



.pageMenu ul li a, .subMenu ul li a, .viewMore, .btnMenu, .pageMenu.show, .toLeft, .footerItem div ul li a {
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media only screen and (max-width: 1041px) { 
	.divCenter {
		padding: 0 10px
	}
	
}

@media only screen and (max-width: 985px) { 
	.mapContainer {
		width: 400px;
	}
	
	.bannerContainer {
		min-height: auto;
	}
}



@media only screen and (max-width: 850px) {
	.mapContainer {
		width: 100%;
	}
	
	.contactInfo {
		width: 100%;
	}
	
	.contactInfoMain {
		width: 312px;
	}
}

@media only screen and (max-width: 785px) {
	.btnMenu {
		display: block;
	}
	
	.btnMenu {
    background: #2da3d4 url("../images/imgMenuBtn.png") no-repeat scroll 1px 0;
    border: 0 none;
    cursor: pointer;
    display: block;
    float: right;
    height: 46px;
    margin: 0 0 0 7px;
    position: absolute;
    right: 23px;
    text-indent: -9999px;
    top: 27px;
    width: 47px;
}

.btnMenu.active {
	background: #2da3d4 url("../images/imgMenuBtn.png") no-repeat scroll -43px 0;
}
	
	.pageMenu {
		background: #2da3d4  none repeat scroll 0 0;
		height: auto;
		max-width: 320px;
		padding: 0 0 5px;
		position: absolute;
		right: -400px;
		top: 100px;
		width: 100%;
		z-index: 15;
	}
	
	.pageMenu.show {
   		right: 0;
		
	}
	
	.pageMenu.show > ul {
		margin: 0;
		float: none;
	}
	
	.pageMenu.show > ul > li {
		float: none;
		padding: 0;
		background: #fff;
	}
	
	.pageMenu.show > ul > li.toLeft > ul {
		right: 0;
	}
	
	.pageMenu.show > ul > li > ul {
		position: inherit;
		width: 100%;
	}
	
	.caption {
		width: 100%;
	}
}

@media only screen and (max-width: 785px) { 
	.form {
		width: 100%;
		margin-top: 30px;
	}
	
	.contactInfoMain {
		width: 100%;
	}
}

@media only screen and (max-width: 549px) { 
	.caption {
		display: none;
	}
	
	h2 {
		font-size: 16px;
	}
	
	.ourProducts {
		padding: 14px 0 18px;
	}
	
	.contentContainer h2 {
		margin: 18px 0;
	}
	
	.contentContainer ul li {
		font-size: 15px;
	}
	
	.contactInfoMain {
		width: 100%;
	}
	
	.form {
		width: 100%;
		margin-top: 25px;
	}
	
	.contentContainer {
		min-height: 375px;
		padding: 0;
		position: relative;
	}
	
	.subMenu {
		position: inherit;
		width: 100%;
		top: 0;
	}
	
	.viewMore {
		float: none;
		display: block;
	}
}
