/* fonts */
@import url(http://fonts.googleapis.com/css?family=Lato:400,100,100italic,300italic,300,400italic,700,700italic,900,900italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,200,200italic,300,300italic,400italic,600,600italic,700,700italic,900);

/* default */
a {
	text-decoration:none;
	color: inherit;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

.logo a:hover {
	transform: none;
}
img {
	border:0;
}
ul,ol {
	list-style:none;
}

h1,h2,h3,h4,h5,h6,
p,ul,ol,li,dl,dt,dd,
small,a,span,strong,em,
div,section,header,aside,footer {
	padding:0;
	margin:0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}
.hidden {
	text-indent:-999em;
	overflow:hidden;
}
hr.hide-line {
	padding:0;
	margin:0;
	display:none;
}
.clear {
	clear:both;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}

/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */

/*nojavascript*/
.nojavascript {
	position:absolute;
	z-index:1;
	color:red;
	background:#fff;
	font:bold 12px 'Trebuchet MS',Arial,georgia, San-serif;
	border:2px red dashed; width:990px;
	top:0;
	left:50%;
	margin-left:-495px;
}

/* Body */
body {
	font-family:"Century Gothic";
	background:#151515;
	margin:0;
	padding:0;
	text-align: center;
	color:#FFF;
}
#hd-wrapper {
	background:url(../images/common/hd-wrapper.jpg) no-repeat center top;
}
#bn-wrapper {
	background:url(../images/common/bn-wrapper.jpg) no-repeat center top;
}
#mn-wrapper {
	background:url(../images/common/mn-wrapper.jpg) no-repeat center bottom;
}
#gallery-wrapper {
	background:url(../images/common/gallery-wrapper.jpg) no-repeat center top #840202;
}
#testimonials-wrapper {
	background:url(../images/common/testimonials-wrapper.jpg) no-repeat center top #CDCDD9;
}
#ft-wrapper {
	background:url(../images/common/ft-wrapper.jpg) center top;
}
#ft-wrapper-top {
	background:url(../images/common/ft-wrapper-top.jpg) repeat-x center top;
}
#ft-wrapper-bot {
	background:url(../images/common/ft-wrapper-bot.png) repeat-x center bottom;
}
#header,#banner,#main,#footer,#gallery-bottom,#testimonials-bottom {position:relative;max-width: 1030px;margin: 0 auto;}

.bxs{max-width: 1440px;margin: 0 auto -507px;}

/* main */
#main {
	text-align:left;
	padding: 38px 0 0;
}

/* header */
#header {
	min-height: 208px;
	font-family: 'Lato', sans-serif;
	position: relative;
	z-index: 999;
}
#header .logo {
	position:absolute;
	top: 72px;
	left: 368px;
}
#header .vst{position: absolute; right: 35px; text-align: right; top:104px; font-size: 14px;}
#header .number-text {
	position: absolute;
	top: 99px;
	left: 35px;
	width: 140px;
	padding: 3px 0 3px 32px;
	font-size: 21px;
	line-height: 120%;
	text-align: left;
	background:url(../images/common/header-numberBG.png) no-repeat left 5px;
}
#header .email-text {
	position: absolute;
	top: 132px;
	left: 35px;
	width: 140px;
	padding: 0 0 5px 32px;
	font-size: 17px;
	line-height: 120%;
	text-align: left;
	background:url(../images/common/header-emailBG.png) no-repeat left 4px;
}
#header nav {
	width: 100%;
	padding: 26px 0 0;
}
#header nav ul {
	display: inline-block;
}
#header nav ul li {
	padding: 0 8px 0;
}
#header nav ul li a {
	width: 150px;
	height: 33px;
	padding: 12px 0 0;
	border-radius: 10px;
	background-image:-moz-linear-gradient(50% 0% -90deg,rgb(217,0,0) 0%,rgb(140,0,0) 97%,rgb(140,0,0) 98%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(217,0,0)),color-stop(0.97, rgb(140,0,0)),color-stop(0.98, rgb(140,0,0)));
	background-image:-webkit-linear-gradient(-90deg,rgb(217,0,0) 0%,rgb(140,0,0) 97%,rgb(140,0,0) 98%);
	background-image:-o-linear-gradient(-90deg,rgb(217,0,0) 0%,rgb(140,0,0) 97%,rgb(140,0,0) 98%);
	background-image:-ms-linear-gradient(-90deg,rgb(217,0,0) 0%,rgb(140,0,0) 97%,rgb(140,0,0) 98%);
	background-image:linear-gradient(-90deg,rgb(217,0,0) 0%,rgb(140,0,0) 97%,rgb(140,0,0) 98%);
	-webkit-transition: background-color 2s ease-out;
	-moz-transition: background-color 2s ease-out;
	-o-transition: background-color 2s ease-out;
	transition: background-color 2s ease-out;
}
#header nav ul li a#home {
	width: 320px;
	visibility: hidden;
}
#header nav ul li a:hover,
#header nav ul li a.active-menu {
	color: #000;
	text-shadow: 1px 1px 1px #CC0202;
	background: #FFF;
}

/* navigation */
nav {
	padding:0;position: relative;z-index: 2;
}
nav ul {
	padding:0;
}
nav ul li {
	display: inline-block;
	font-size:16px;
	line-height:120%;
	font-family:"Century Gothic";
	text-transform: uppercase;
}
nav ul li a {
	display: inline-block;
	text-shadow: 1px 1px 1px #000;
}
/* end of navigation */

/*banner*/
#banner {
	min-height: 718px;
	padding: 170px 0 0;
}
#banner .estimate {
	width: 470px;
	min-height: 184px;
	margin: 0 0 0 88px;
	padding: 35px 0 0;
	background-color:rgba(0,0,0,0.85);
	font-family: 'Lato', sans-serif;
	margin-bottom: 40px;
}
#banner .estimate h2 {
	padding: 0 0 20px;
	font-size: 28px;
	line-height: 120%;
	font-weight: 900;
	background:url(../images/common/estimate-border.png) no-repeat center bottom;
}
#banner .estimate p {
	font-size: 23px;
	line-height: 120%;
	font-weight: bold;
	color: #DDD;
	text-transform: uppercase;
}
#banner .estimate p a {
	display: inline-block;
	width:218px;
	height:39px;
	padding: 9px 0 0;
	border-color:rgb(0,0,0);
	border-width:1px;
	border-radius:5px;
	border-style:solid;
	box-shadow:inset 0px 0px 1px rgb(130,128,127);
	background-image:-moz-linear-gradient(50% 0% -90deg,rgb(73,70,69) 0%,rgb(5,5,5) 98%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(73,70,69)),color-stop(0.98, rgb(5,5,5)));
	background-image:-webkit-linear-gradient(-90deg,rgb(73,70,69) 0%,rgb(5,5,5) 98%);
	background-image:-o-linear-gradient(-90deg,rgb(73,70,69) 0%,rgb(5,5,5) 98%);
	background-image:-ms-linear-gradient(-90deg,rgb(73,70,69) 0%,rgb(5,5,5) 98%);
	background-image:linear-gradient(-90deg,rgb(73,70,69) 0%,rgb(5,5,5) 98%);
}
#banner .data-container {
	width: 100%;
}
#banner .data-container .first-data {
	width: 303px;
	background:url(../images/common/banner-glassBG.png) no-repeat center top;
}
#banner .data-container .second-data {
	max-width: 345px;
	width:100%;
	background:url(../images/common/banner-doorBG.png) no-repeat center top;
}
#banner .data-container .third-data {
	width: 300px;
	background:url(../images/common/banner-windowBG.png) no-repeat center top;
}
#banner .data-container dl {
	display: inline-block;
	height: 399px;
	padding: 0 5px 0;
	font-family: 'Titillium Web', sans-serif;
}
#banner .data-container dl dt {
	display: none
}
#banner .data-container dl dd {
	padding: 290px 0 0;
	font-size: 24px;
	line-height: 120%;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow:2px 2px 3px rgba(0,0,0,0.65) ,0px 0px 12px rgba(0,0,0,0.65);
}
/* end of banner */
			
/* sidebar */
#sidebar {
	float: right;
	width: 410px;
	padding: 0 37px 60px 0;
}
#sidebar ul {
	list-style: disc;
	padding: 0 0 0 15px;
}
#sidebar ul li {
	padding: 0 0 0 15px;
	font-size: 16px;
	line-height: 213%;
	font-weight: bold;
}
/* end of sidebar */

#content .title,
#sidebar .title {
	padding: 10px 0 0;
	background:url(../images/common/title-border.jpg) no-repeat left top;
}
			
/* content */
#content {
	float: left;
	width: 583px;
	min-height: 300px;
	padding: 0 0 60px;
}
#content article {
	padding: 0 58px 0 35px;
}
#content h1,
#sidebar h2 {
	font-size: 28px;
	line-height: 120%;
	text-transform: uppercase;
}
#content p,
#sidebar p {
	font-size: 16px;
	line-height: 138%;
}
/* end of content */

/* content bottom */
#gallery-bottom {
	min-height: 236px;
	padding: 190px 0 0;
}
#gallery-bottom h2 {
	font-size:36px;
	line-height:120%;
	text-transform: uppercase;
	text-shadow:1px 1px 22px #FFF;
}
#gallery-bottom a{color: #fff; text-decoration: none;}
/* end of content bottom */

/* content bottom */
#testimonials-bottom {
	min-height: 200px;
	padding: 26px 0 15px;
}
#testimonials-bottom .top h2 {
	padding: 15px 0 0;
	font-size: 28px;
	line-height: 120%;
	text-transform: uppercase;
	background:url(../images/common/testimonials-title-border.png) no-repeat center top;
}
#testimonials-bottom .top p {
	font-size: 15px;
	line-height: 147%;
	padding: 0 104px 0;
}

#testimonials-bottom .bot {
	padding: 20px 0 0;
	color: #444;
	font-family: 'Lato', sans-serif;
}
#testimonials-bottom .bot p {
	font-size: 16px;
	line-height: 147%;
}
#testimonials-bottom .bot p small {
	display: block;
	font-size: 12px;
	line-height: 120%;
	color: #C10303;
}
#testimonials-bottom .bot p small span {
	display: block;
	padding: 10px 0 0;
}
#testimonials-bottom .bot .divider {
	float: left;
}
#testimonials-bottom .bot .left {
	width: 235px;
	padding: 0 0 0 35px;
	text-align: left;
}
#testimonials-bottom .bot .left .number-text {
	padding: 4px 0 0 60px;
	font-size: 25px;
	line-height: 120%;
	background:url(../images/common/bot-numberBG.png) no-repeat left 7px;
}
#testimonials-bottom .bot .left .email-text {
	padding: 0 0 0 60px;
	background:url(../images/common/bot-emailBG.png) no-repeat left 5px;
}
#testimonials-bottom .bot .mid {
	float: left;
	max-width: 338px;
	width:100%;
	padding: 10px 91px 0 76px;
}
#testimonials-bottom .bot .right {
	width: 245px;
	padding: 11px 10px 0 0;
	text-align: left;
}
#testimonials-bottom .bot .right .address-text {
	padding: 0 0 0 46px;
	background:url(../images/common/bot-addressBG.png) no-repeat left 6px;
	margin-bottom: 8px;
}
#testimonials-bottom .bot .right .social-media {
	text-align: right;
}
#testimonials-bottom .bot .right .social-media small span a {
	padding: 0 0 0 8px;
}
/* end of content bottom */

/* footer */
#footer {
	min-height: 83px;
	padding: 0 0 10px;
	font-family: 'Open Sans', sans-serif;
}
#footer p {
	font-size: 15px;
	line-height: 120%;
}
#footer section {
	float:left;
}
#footer .left {
	width: 558px;
	padding: 37px 0 0;
}
#footer .right {
	width: 472px;
	padding: 30px 0 0;
	text-align:left;
}
.esilver-text a {
	color:#0080F2 !important;
}
.esilver-text .company-logo {
	display: inline-block;
	width: 50px;
	position: relative;
	top: 5px;
	left: 0;
}
#footer nav ul li span {
	display: inline-block;
	position: relative;
	top: 5px;
}
#footer nav ul li a {
	padding: 0 10px 0;
}
#footer nav ul li a:hover,
#footer nav ul li a.active-menu {
	color: #FF0000;
}
/* end of footer */

/* inner pages styles */
body#inner #mn-wrapper {
	background: none;
}
body#inner #main {
	padding: 0;
}

/* content */
body#inner #content {
	float:none;
	width:100%;
	min-height:400px;
	padding:30px 0 30px;
}
body#inner #content article {
	padding:0 15px 0;
}



/* end of inner pages style */


/*services*/
.serv-h2 { color: #CD0303; margin: 10px 0; }













/* gallery */
#main #cat_gal1 {
	text-align: center;
}
#content .gallery {
	list-style: none;
	padding:15px 0 0;
	display:inline-block;
	text-align: center;
}
#content .container {
	padding:0;
}
#content .gallery li {
	/*float:left;*/
	display: inline-block;
	vertical-align: top;
	text-align:center;
	padding:0 20px 0 0;
}
#content .gallery li a img {
	border:4px solid #CD0102;
	display: block;
	padding:2px;
	border-radius:4px;
	-moz-border-radius:4px;
	background:#727272;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
#content .gallery li a:hover img {
	border:4px solid #CD0102;
	background:#FFF;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
#content .gallery li span {
	font-size:10px;
	line-height:1 !important;
	display:inline-block;
}

#content .page_navigation {
	padding:20px 0 20px 0;
	text-align:center;
}
#content .page_navigation a,
.ellipse { text-align:center;
	display:inline-block;
	margin:0 3px;
	color:#CD0102;
	background:none;
	padding:3px 5px 3px 5px;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	font-family:Arial;
	border:1px solid #CD0102;
}
#content .page_navigation a:hover,
#content .page_navigation a.active_page {
	display:inline-block;
	margin: 0 3px;
	color:#727272;
}

/* map */
.map-border {
	border:1px solid #CA0202;
}

/* Contact Box and Form
------------------------------------------------- */

#Contact_Box { 
	width: 500px; 
	margin: 10px auto; 
	padding: 10px 0px 5px 0px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: normal; 
	color: #333; 
	background-color:#F6F1E6; 
	border: 1px #CA0202 solid; 
	text-align: left; 
	line-height: 1.3; 
	}
	
#Contact_Box .Contact_Clear { 
	clear: both; 
	display: block; 
	height: 0px; 
	margin: 0; 
	padding: 0; 
	}

#Contact_Box .Address_Box { 
	float: left; 
	width: 200px; /* 250 */ 
	padding: 3px 0px 0px 30px !important; 
	margin: 0px 0px 0px 0px; 
	background: url(../images/contact/home_icon.gif) no-repeat 5px 0px; 
	overflow: hidden; 
	}
		
#Contact_Box div { 
	float: left; 
	width: 250px; /* 250 */ 
	margin: 0; 
	}

#Contact_Box div .Phone_Box { 
	float: left; 
	width: 210px; /* 250 */ 
	padding: 3px 10px 10px 30px !important; 
	margin: 0; 
	background: url(../images/contact/phone_icon.gif) no-repeat 5px 0px; 
	overflow: hidden; 
	}

#Contact_Box div .Email_Box { 
	float: left; 
	width: 210px; /* 250 */ 
	padding: 3px 10px 0px 30px !important; 
	margin: 0; 
	background: url(../images/contact/email_icon.gif) no-repeat 5px 0px; 
	overflow: hidden; 
	}

#Contact_Box div .Email_Box a {

	}
	
#Contact_Box p a{ color:#000000; text-decoration:none;}		
#Contact_Box p a:hover{ text-decoration:underline;}		

/* Contact Form */
#Form_Container { 
	width: 500px; 
	margin: 10px auto; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px !important; 
	font-weight: normal; 
	color: #333; 
	background-color: #F6F1E6; 
	border: 1px #CA0202 solid; 
	line-height:1;
	text-align:left;
	color:#000;
	}
	
#Form_Container h2 { 
	float: left; 
	width: 498px; 
	margin: 0 auto; 
	padding: 5px 0px 5px 0px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: bold; 
	color: #FFF; 
	background-color: #CA0202; 
	border: 1px #F9F8F5 solid; 
	text-align: center; 
	}
	
#Form_Container form .Form_Full { 
	clear: both;
	/*float: left;*/ 
	width: 500px; /* 500px */ 
	margin: 0; 
	padding: 5px 0px 0px 0px; 
	}

#Form_Container form .Form_Text { 
	clear: both;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: normal; 
	color: #000; 
	text-align: center;
	padding: 5px 0px 3px 0px !important;
	margin: 0;
	}

#Form_Container span.required { 
	color: #F00; 
	}

#Form_Container form .Form_Full label { 
	float: left; 
	width: 90px; /* 100px */ 
	margin: 0px 0px 0px 20px; 
	padding: 8px 5px 0px 5px; 
	}

#Form_Container form .Form_Full p { 
	float: left; 
	width: 350px; /* 380px */ 
	margin: 0; 
	padding: 5px 5px 0px 5px !important; 
	}

#Form_Container form .Form_Full p input { 
	margin: 0; 
	width: 345px; /* 365px */ 
	border: 1px #CCC solid; 
	}

#Form_Container form .Form_Full p textarea { 
	margin: 0; 
	width: 345px; /* 365px */ 
	border: 1px #CCC solid; 
	}
			
#Form_Container form .Form_Half { 
	float: left; 
	width: 240px; 
	padding: 5px 0px 0px 0px; 
	}

#Form_Container form .Form_Half label { 
	float: left; 
	width: 95px; 
	margin: 0px 0px 0px 20px; 
	padding: 5px 0px 0px 5px; 
	}

#Form_Container form .Form_Half label.center { 
	text-align: center; 
	}
	
#Form_Container form .Form_Half p { 
	float: left; 
	width: 100px; 
	margin: 0; 
	padding: 5px 0px 0px 5px !important; 
	}

#Form_Container form .Form_Half p input { 
	float: left; 
	width: 100px; 
	margin: 0; 
	padding: 0; 
	border: 1px #CCC solid; 
	}

#Form_Container form .Form_Half p select { 
	float: left; 
	width: 90px; 
	margin: 0; 
	padding: 0; 
	border: 1px #CCC solid; 
	}

#Form_Container form .Form_Submit { 
	clear: both; 
	width: 305px; /* 500px */ 
	margin: 0; 
	padding: 20px 0px 15px 195px; 
	}

#Form_Container form .Form_Submit input { 
	margin: 0; 
	}

/* Form Submit */
#Form_Submit_Container { 
	width: 500px; 
	margin: 10px auto; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #333; 
	text-align: center;
	}
	
#Form_Submit_Container h4 { 
	margin: 0; 
	padding: 10px 0px 10px 0px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-weight: bold; 
	color: #000; 
	text-align: center; 
	}

/* Email Template */
#Email_Template {
	width: 500px;
	border: 1px #330000 solid; 
	margin: 0 auto;
	background-color: #F3F1EB;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 2px 2px;
	empty-cells: show;
	font-size:12px; 
	color:#000;
	}

#Email_Template th {
	width: 115px; /* 120px */
	text-align: left;
	padding: 3px 0px 3px 5px;
	background: #F9F8F5;
	vertical-align: top;
	}

#Email_Template td {
	width: 380px;
	text-align: left;
	overflow: hidden;
	}
	
#errorCode {
	text-align:center;
	margin:0 auto;
	width:500px;
	font-size:12px;
	color:#F00;
	padding-top:10px;
}

#Email_Message {
	width:500px;
	text-align:center;
	margin:0 auto;
	padding:15px 0 0 0;
}

/* responsive */


.row {
	width: 100%;
	max-width: 960px;
	margin: 0 auto 5px;
	overflow: hidden;
	padding:0;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

nav a#pull {display: none;}

.column{
	float:left;
	padding:0.5%;
}

.bx-wrapper .bx-pager {
	bottom: 20px !important;
}

@media (max-width: 1030px){
	#header .number-text {width: 200px;}
}

@media (min-width:768px){
	.span1 { width:8.333333333333333%;}
	.span2 { width:16.66666666666667%;}
	.span3 { width:25%;}
	.span4 { width:33.33333333333333%;}
	.span5 { width:41.66666666666667%;}
	.span6 { width:50%;}
	.span7 { width:58.33333333333333%;}
	.span8 { width:66.66666666666666%;}
	.span9 { width:75%;}
	.span10 { width:83.33333333333333%;}
	.span11 { width:91.66666666666666%;}
	.span12 { width:100%;}
}

@media(max-width: 1029px){
	*,*:before,*:after{box-sizing:border-box;}
	#content,#sidebar{width: 100%;float: none;}
	#header nav ul li a {padding: 8px 0 0;}
	#banner .estimate {padding: 22px 0 0; margin-bottom: 80px;}
	#banner .estimate p a {padding: 6px 0 0;}
	#main{padding: 2%;}
	#content article{padding: 0px;}
	#testimonials-bottom .bot .left,#testimonials-bottom .bot .right,#testimonials-bottom .bot .mid{padding: 0px;float: none;display: inline-block;padding: 10px;}
	#testimonials-bottom .top p{padding: 0px;}
	#footer .left {width: 100%; padding: 20px 0 0;}
	#footer .right {width: 100%; text-align: center;}
	#testimonials-bottom .bot .left .number-text {padding: 10px 0 0 60px; font-size: 22px;}
}

@media(max-width: 1010px){
	#header nav ul li a#home{width: auto;visibility: visible;}
	#header nav ul li a{width: auto;padding: 10px;height: auto;}
	#gallery-bottom{min-height: auto; padding: 20px 0;}

}

@media(max-width: 936px){
	#banner .estimate{margin: 70px auto 0;padding: 10px;min-height: auto;width: 100%;}
}

@media (max-width:990px){
	#header .logo{position: inherit;top:0px;left: 0px;text-align: center;display: inline-block;vertical-align: middle;}
	#header .number-text,#header .email-text,#header .vst{position: inherit;top:0px;left: 0px;width: auto;display: block!important;vertical-align: middle; text-align: center; margin:0 auto 7px; width: 175px; border-radius: 5px; border: 1px solid #000;}
	#header .vst{width: 195px;}
	#header .number-text {
	background:url(../images/common/header-numberBG.png) no-repeat left 5px#000; padding: 3px 2px 7px 28px;
}
	#header .vst{background: #000; border-radius: 5px; position: inherit; left:0; right: 0;}
#header .email-text {
	background:url(../images/common/header-emailBG.png) no-repeat left 4px#000; padding: 0 2px 5px 28px;
}
	#hd-wrapper{background-size: cover;}
	#header nav{padding: 0px;}
	.column {float:none;}
	#header nav ul {
		display: none;
		height: auto;
		width: 100%;

	}
	#header nav a#pull {
		padding: 0px;
		display: block;
		color:#fff;
		text-align:left;
		background-color: #000;
		width: 100%;
		position: relative;
		height:40px;
		line-height:40px;
		padding: 0 0 0 2%;
	}
	#header nav a#pull:after{
		content:"";
		background: url('../images/nav-icon.png') no-repeat;
		width: 30px;
		height: 40px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	#header nav li {
		display: block;
		float: none;
		width: 100%;
		border-bottom: 1px solid #000;
	}
	#footer .left{margin: 0 auto; padding: 0px;}
	#footer .right{text-align: center;padding: 10px 0;margin: 0 auto;}
	#header nav ul li a{background: #333;display: block;padding: 0px;line-height: 40px;border-radius: 0px;}
	#header nav ul li{padding: 0px;}
}
@media(max-width: 960px){
	#banner .data-container .third-data {margin-top: -128px;}
}
@media(max-width: 825px){
	#testimonials-bottom .bot .left, #testimonials-bottom .bot .right, #testimonials-bottom .bot .mid {display: block; width: 100%;}
	#testimonials-bottom .bot .left {max-width: 250px; width: 95%; text-align: center; margin: 0 auto;}
	#testimonials-bottom .bot .left .email-text {margin-left: 42px; padding: 0;}
	#testimonials-bottom .bot .left .number-text {margin-left: 36px; padding: 10px 0 0 0;}
	#testimonials-bottom .bot .right .address-text {max-width: 320px; padding: 0 0 0 30px; margin: 0 auto; margin-bottom: 20px; text-align: center;}
	#testimonials-bottom .bot .right .social-media {text-align: center;}
	#testimonials-bottom .bot {padding: 68px 0 0;}
	#testimonials-bottom .bot .mid {max-width: 400px; margin: 0 auto;}
	#testimonials-bottom .bot p {padding: 0 15px;}
	#footer {padding: 4px 0;}
	#footer nav ul li {display: block;}
	#footer nav ul li span {display: none;}
	#footer nav ul li a {margin: 6px 0;}
	.cta{background: #CD0102  url("../images/phonecall.png") no-repeat center center;border-bottom-left-radius: 40px;border-top-left-radius: 40px;bottom: 1%;display: block;height: 80px;position: fixed;right: 0;text-decoration: none; text-indent: -9999em;width: 100px;z-index: 99999;}
}	

@media(max-width: 680px){
	#banner{padding: 434px 0px 0px;}
	#banner .data-container .third-data {margin-top: -55px;}
	#banner .data-container dl {display: block; margin: 0 auto;}
}

@media(max-width: 620px){
#testimonials-bottom .bot p{font-size: 15px;}
}

@media(max-width: 520px){
	body {min-width: 320px;}
	#Form_Container form .Form_Full,#Form_Container form .Form_Full p,#Form_Container form .Form_Full p textarea,#Form_Container form .Form_Full p input,#Form_Container,#Form_Container h2,#Contact_Box{width: 100% !important;}
	#testimonials-bottom .bot .left .number-text{font-size: 20px;}
	#testimonials-bottom .bot .right .social-media{text-align: center;}
	#testimonials-bottom .top p {line-height: 125%;}
}

@media(max-width: 500px){
	#testimonials-bottom .top p {font-size: 14px;}
}

@media only screen and (max-width : 360px) {
	#testimonials-bottom .top p {font-size: 12px;}
	#banner .data-container .third-data {margin-top: -60px;}
	#banner .data-container .second-data {width: 98%; background-size: contain;}
	#banner .data-container .second-data dd {padding: 275px 0 0;}
}

@media only screen and (max-width : 340px) {
	#banner .data-container .third-data {margin-top: -75px;}
}

@media only screen and (max-width : 320px) {
	#banner .data-container .third-data {margin-top: -92px;}
	#testimonials-bottom .bot .right .address-text {padding: 0 0 0 15px; margin-left: 12px;}
}

.links a:hover{ text-decoration: underline;}

	form .messages p {display: none;font-family: Arial !important;font-weight: 400 !important;letter-spacing: 0 !important;font-size: 16px !important;}
    form .loading {display: none;}
    form .alert {padding: 15px !important;margin-bottom: 20px;border: 1px solid transparent !important;border-radius: 4px !important; max-width: 400px !important; margin: 0 auto;}
    form .alert-success {color: #3c763d !important;background-color: #dff0d8 !important;border-color: #d6e9c6 !important;}
    form .alert-danger {color: #a94442 !important;background-color: #f2dede !important;border-color: #ebccd1 !important;}

    /*-----------*/
    form [type="submit"] {border: 1px solid #CA0202; margin:20px auto; padding: 10px 20px; font-family: inherit; background: transparent; color: #CA0202; }
    /*-----------*/
    .ctc-form {border: solid 1px #CA0202; margin: 0 auto;text-align: center;  max-width: 500px; padding: 0 0 20px; box-shadow: 0 0 5px #000;}
    /*-----------*/
    .ctc-form input[type="text"],.ctc-form textarea { border:1px solid #CA0202; font-family:Arial;font-size: 16px;color:#000;height:45px;display: block;width: 90%;border-radius: 3px;padding: 5px 10px;box-sizing: border-box;margin: 0 auto 8px; box-shadow: inset 1px 1px 2px rgba(0,0,0,0.43);}
    /*-----------*/
    
    .ctc-form textarea {height: 120px;padding-top:10px; box-shadow: inset 1px 1px 2px rgba(0,0,0,0.43);}
    .ctc-form .recap {display: inline-block; }
    #contactForm {font-size: 40px !important; padding-bottom: 20px;}
    #contactForm h2 { color: #CA0202 !important; padding: 16px 0 !important; font-size: 40px !important; text-align: center !important; float: none !important;}
    .g-recaptcha > div {margin: 0 auto;} /*centers the captcha*/
    .messages p {text-align: center !important; }