/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	clear: both;
	width: 100%;
	overflow-x: hidden;
	/*background-image:url(../images/bg2.jpg);*/
	background-repeat: repeat-x;
	background-color: #ff0000;
}

.imgs {
	cursor: pointer;
}

.mini-services {
	-webkit-box-shadow: 1px 1px 16px -1px rgba(150, 148, 150, 1);
	-moz-box-shadow: 1px 1px 16px -1px rgba(150, 148, 150, 1);
	box-shadow: 1px 1px 16px -1px rgba(150, 148, 150, 1);
}

/*.mini-services{
	float:left;  margin-right:9px; margin-bottom:10px;}	*/
.roundcorner {
	border-radius: 24px;
}

ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
}

.wrap {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	height: auto;

	/*	border-radius:32px 0px 32px 32px;*/
}

.tagline {
	width: 1001px;
	/* height:104px;*/
	margin: 0 auto;
	display: none;
}

.header {
	/*padding:0px 0px 10px 0px;*/
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
}

.banner {
	float: left;
}

.banner-top {
	float: left;
	position: relative;
	left: 320px;
	top: -10px;
}

.play-vid {
	float: left;
	/*margin: 0 15px;*/
	/*display:none;*/
	position: inherit;
	margin-left: 30px;
	margin-top: 29px;

}

.logo {

	width: 293px;
	/*position:relative; top:-20px; */
	float: left;
	/*padding-top:45px; */
	/*background-image:url(../images/bglogo3.png);
border-radius:27px 0 0 0;*/
	/* height: 298px; */
	background-color: #fff;
}

.logo .imgs {
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 24px;
}

.supporting-logos {
	float: right;
}

.banner2 {
	display: none;
}

/*Top Nav Section*/
.nav {
	background-color: #07349B;
	/*	background-image:url(../images/nav_bg.png);*/
	background-repeat: repeat-x;
	padding: 9px .5px;
	/*border-bottom:5px solid #4473c0;*/
	width: 100%;
	/*margin-bottom:20px;*/
}

.navclose {
	display: none;
}

.nav ul {
	list-style: none outside none;
	-webkit-transition: max-height: 0.4s;
	-moz-transition: max-height: 0.4s;
	-ms-transition: max-height: 0.4s;
	-o-transition: max-height: 0.4s;
	text-align: center;
}

.nav li {
	display: inline-block;
}

.nav a {
	text-decoration: none;
	font-size: 1em;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 18px 10px 18px;


}

.nav a:hover {
	/*background-color:#4473c0;
	padding:15px 25px 10px 25px;
	border-bottom:5px solid #d61414;*/
	/*	background-image:url(../images/nav_hover_bg.png);
	background-repeat:repeat-x;*/

}

.mainContent {
	background-color: #fff;
	/*	border-bottom:3px solid #fff;*/

	width: 100%;
}

/*Quick Section*/
.quick-section {
	width: 100%;
	/*border:1px solid #FF0000;*/
	padding: 10px;
	/*max-height:400px;*/
	margin: 0 auto;
	margin-bottom: 20px;

}

.quick-slogan-section {
	/*border:1px solid #00FF00;*/
	width: 615px;
	height: 320px;
	margin-right: 25px;

}

.quick-estimate-form {
	/*border:1px solid #CC6600;*/

	/*min-height:407px;*/
	/*-webkit-box-shadow: 0px 8px 25px -20px rgba(0,0,0,1);
-moz-box-shadow: 0px 8px 25px -20px rgba(0,0,0,1);
box-shadow: 0px 8px 25px -20px rgba(0,0,0,1);*/
	/*background-color:#fff;*/
	background-image: url(../images/bgform.png);
	width: 284px;
	background-repeat: no-repeat;
	float: right;
	padding-right: 10px;
	height: 750px;
}

.fields {
	width: 200px;
	margin: 130px auto 0 26px;
}

.nav .main-menu {
	display: block;
}

.quick-estimate-form input[type="text"],
textarea {
	/*width:260px;*/
	width: 200px;
	border: 1px solid #dedede;
	padding: 8px;
	-webkit-box-shadow: inset 1px 1px 5px -1px rgba(217, 217, 217, 1);
	-moz-box-shadow: inset 1px 1px 5px -1px rgba(217, 217, 217, 1);
	box-shadow: inset 1px 1px 5px -1px rgba(217, 217, 217, 1);
}

select {
	padding: 8px;
	width: 217px;
	border: 1px solid #dedede;
	padding: 8px;
	-webkit-box-shadow: inset 1px 1px 5px -1px rgba(217, 217, 217, 1);
	-moz-box-shadow: inset 1px 1px 5px -1px rgba(217, 217, 217, 1);
	box-shadow: inset 1px 1px 5px -1px rgba(217, 217, 217, 1);
}

.btnholder {
	width: 130px;
	margin: 0 auto 0 57px;
}

.quick-estimate-form input[type="submit"] {
	border: 0;
	padding: 10px;
	color: #fff;
	background-color: #084f8c;
	border-radius: 18px;
	font-size: 1em;
	cursor: pointer;
	width: 130px;
	margin: 10px auto;
}

.form-title {
	font-size: 700;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px;
	background-color: #101733;
	font-size: 17px;
	color: #FFFFFF;

}

.inline {
	float: left;
	margin-right: 5px;
	width: 676px;
}

.clear {
	clear: both;
}

/*Article Section*/

.article-section {
	width: 920px;
	/*border:1px solid #FF0000;*/
	margin: 0 auto;
}

.form-title-thin {
	font-size: 1.5em;
	color: #FFFFFF;
	background-color: #084f8d;
	text-transform: uppercase;
	padding: 5px;
}

/*What we offer*/

.what-we-offer {
	width: 100%;
	background-color: #fff;


	margin: 0 auto;
	/*padding:10px;*/
}

.mini-box-holder {
	padding-top: 20px;
	padding-left: 25px;
	padding-bottom: 20px;
	width: 975px;
	margin: 0 auto;
}

.mini-box {
	width: 210px;
	-webkit-box-shadow: 1px 1px 16px -1px rgba(150, 148, 150, 1);
	-moz-box-shadow: 1px 1px 16px -1px rgba(150, 148, 150, 1);
	box-shadow: 1px 1px 16px -1px rgba(150, 148, 150, 1);
	/*min-height:280px;*/

	float: left;
}

.mini-box img {
	margin-left: 6px;
	margin-top: 6px;
	margin-bottom: 6px;
}

.mini-box .title {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 6px;
	margin-top: 6px;
}

.mini-box p {
	font-size: .890em;
	width: 200px;
	margin: 0 auto;
}

.mini-box .readmore {
	font-size: .790em;
	float: right;
	padding: 8px 8px 8px 4px;
	color: #0000CC;
}

.optional-margin {
	margin-left: 25px;
}

/*footer*/

.footer {
	background-color: #07349B;
	color: #fff;
	width: 100%;
	/*margin:0 auto;
	margin-top:20px;*/
	min-height: 150px;
	text-align: center;
	/*padding:10px;*/
	/*border-radius:0 0 32px 32px;*/
}

.footer li {
	display: inline-block;
}

.footer a {
	text-transform: uppercase;
	font-size: 13px;
	padding: 0 20px;
	color: #fff;
}

.footer a:hover {
	text-decoration: underline;
	color: #fff;
}

.copyright {
	/*color:#000;*/
	font-size: 14px;
	padding-top: 45px;
}

.readtesti {
	margin-left: 21px;
	cursor: pointer;
}

.phone-number {
	background-image: url(../images/949-444-2000.png);
	width: 270px;
	height: 40px;
	margin: 2px 0px 0px 15px;
}

/*.imgs{
	margin-top:15px;}*/
.fields textarea {
	height: 210px;
}

.slider img {
	/*border-radius:0px 30px 0px 0px;*/
	-webkit-appearance: none;
}

.imgbanner {
	/*border-radius:0 32px 0 0;*/
}

.bglogo {
	background-color: #fff;
	background-image: url(../images/backlogo.png);
}

.contents,
.column {
	/*	font-size:13px;*/
	text-align: justify;
	float: left;
}

#first_colmns {
	float: left;
	width: 300px;
}

.clr_service {
	float: left;
	margin-top: 10px;
	padding: 0;
	width: 310px;
}

.alignright {
	float: right;
	margin: 5px 0 5px 5px;
}

#slider_2 {
	/*display:none;*/
}

.mobile {
	display: none;
}

.menu-tab {
	display: none;
}

.toptag {
	margin: 0 auto;
	width: 665px;
}

.noborder td {
	border: 1px solid #fff !important;
}

.videos {
	width: 270px;

	position: relative;
	top: -20px;
	left: 10px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

.videos .vids {
	width: 123px;
	height: 55px;
	float: left;

	cursor: pointer;
	/* margin-right: 10px; */
}