@import url('https://fonts.googleapis.com/css?family=Didact+Gothic');

@charset "UTF-8";

body{
	font-family: 'Didact Gothic', sans-serif;
	margin:0px;
	background:#fff;
	color: #505050;
	font-size: 16px;
}
	
a img{
	 border:0px;
}
p{
	color:#505050;
	line-height: 1.6em;
	font-size:16px;
	margin:0px 0px 20px 0px;

}

td{
	color:#124489;
	font-size:14px;
}
td strong{
	margin-bottom: 10px;
	font-size: 16px;
}
img{
	max-width: 100%;
}
#ContactSliderContainer,.ContactSlider, .ContactSlider img{
	width: 100% !important;
	height: 100% !important;
}		
#ContactSliderContainer{
	border-radius: 0 !important;
	border:0 !important;
	height: 350px !important;
}
 .ContactSlider{
	border-color:black;
}

.banner #slider_control{
	height: 100%;
	background: 0;
	display: block !important;
}
.banner .stop{
	background: 0;
}
#slider_control .prev, #slider_control .next{
	width: 49px;
	height: 49px;
	top:50%;
	margin-top: -24.5px;
	bottom: auto;
}
#slider_control .prev{
	background: url(../images/prev-arrow.png) 0 0 no-repeat;
	left: 9%;
	right: auto;
}
#slider_control .next{
	background: url(../images/next-arrow.png) 0 0 no-repeat;
	right: 9%;
	left: auto;
}
.img_left{
	float:left; 
	margin: 0 20px 20px 0; 
}


.clear{
	clear: both;
	content: '';
	display: block;
}

.container{
	width: 1000px;
	margin:0 auto;
}
.toprow{
	padding: 10px 0;
	background:#124489;
}
.phone-no{
	color: #fff;
	font-size: 20px;
	float: left;
	padding-left: 20px;
	background: url('/images/phone.png') 0 6px no-repeat;
}
.social-icon{
	float: right;
}
.social-icon ul {
	margin: 0;
	padding: 0;
}
.social-icon ul li{
	list-style: none;
	float: left;
	margin:0 5px 0 0;
}

.site-header{
	height: 54px;
	padding: 33px 0	;
}
.site-header:after{
	clear: both;
	content: '';
}
.logo{
	float: left;
}
.nav{
	float: right;
}
#nav ul {
	margin:0;
	padding:0;
}
#nav ul li{
	margin: 0;
	padding: 0 20px;
	display: block;
	float: left;
	position: relative;
}
#nav ul li a{
	text-decoration: none;
	color: #505050;
	font-size: 17px;
}
#nav ul li li a{
	color: #fff;
}
@media screen and (min-width: 901px){
	#nav ul li ul{
		display: none;
		position: absolute;
		width: 220px;
	    top: 23px;
	    left: 0;
	    background: #124489;
	    z-index: 99;
	}
	#nav ul li ul li{
		width: auto;
		float: none;
		display: block;
		border-bottom: 1px solid #fff;
	}
	#nav ul li ul li a{
		padding: 5px 0px;
		display: block;
	}
	#nav ul li:hover ul{
		display: block !important;
	}
}

.banner{
	margin-bottom: 30px;
}
.description{
	padding-top: 30px;
}

h2, .page_title{
	border-bottom: 1px solid #c6c7c9;
	color: #124489;
	font-size: 27px;
	text-transform: none;
	padding-bottom: 10px;
	display: block;
	position: relative;
	margin-top:0;
}
h2:before, .page_title:before {
    position: absolute;
    bottom: -1px;
    width: 200px;
    content: '';
    left: 0;
    height: 4px;
    background: #4e68a1;
}
h3{
	color: #124489;
	font-size: 21px;
}

.col-2.pull-right{
	width: 48%;
	float: right;
}


.col-2.pull-left{
	width: 48%;
	float: left;
}
.product-list{
	margin-bottom:80px;
	overflow: hidden;
	padding: 0;
}
.product-list li{
	list-style: none;
	float: left;
	width: 298px;	
	/*margin-left: 50px;*/
	padding-left:10px;
	padding-right:20px;
	text-align: center;
	margin-bottom: 10px;
}
.product-list li > img{
	border:3px solid #124489;
}
.product-list li:first-child{
	margin-left: 0;
}

.footer{
	margin-top: 30px;
}

.top-footer{
	overflow: hidden;
	padding-bottom: 20px;
	background: #072f65;
}
.top-footer .block{
	float: left;
	margin-left: 20px;
	width: 215px;
	color: #fff;
}
.top-footer .block h3{
	font-weight: 400;
	color: #fff;	
}
.top-footer .block ul{
	padding: 0;
	margin:0;
}
.top-footer .block:first-child{
	margin-left: 0;
}
.top-footer .block > ul > li{
	position: relative;
	display: block;
	padding-left: 15px;
	margin-bottom: 10px;
}
.top-footer .block > ul > li:after{
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width:8px;
	height: 1px;
	background: #598dca;	

}
.top-footer .block ul > li > a{
	text-align: center;
	color:#fff;
	text-decoration: none;
	font-size: 14px;
}

.top-footer .block ul > li:hover > a{
	text-decoration: underline;
}
.bottom-footer{
	text-align: center;
	font-size: 14px;
	padding-top: 20px;
}
.bottom-footer .copyright{
	margin-right: 20px;
}
.top-footer .block:last-child{
	width: 295px;
	padding:35px 0 0px 0;
	text-align: right;
}
.top-footer .block .phone-no{
	background: url('/images/phone2.png') 0 8px no-repeat;
	float: right;
	font-size: 38px;
	padding-left: 30px;
	margin-bottom: 30px;
}
.top-footer .block .social-icon{

}


.DynamicForm input, .DynamicForm textarea, .DynamicForm select{
	width: 100%;
	margin-top: -10px;
	position: relative;
	top: -20px;
}
.DynamicForm input[type="submit"]{
	margin-top: 30px;
}
