@charset "utf-8";
/* CSS Document */


/********* Grid START ********/
.wrapper {
	width:1024px;
	margin: 0 auto;
}
.full-width-section {
	float:left;
	width:100%;
}
.section {
	float:left;
	width:100%;
	height:auto;
	padding:14px;
	background-color:transparent;
}
.col {
	float:left;
	margin:14px;
}
.col-pr {
	float:left;
	margin:0px;
	padding:14px;
}
.-end {
	float:right;
}

/* Size in Col */
.-xl1 { width:55px; }
.-xl2 { width:138px; }
.-xl3 { width:221px; }
.-xl4 { width:304px; }
.-xl5 { width:387px; }
.-xl6 { width:470px; }
.-xl7 { width:553px; }
.-xl8 { width:636px; }
.-xl9 { width:719px; }
.-xl10 { width:802px; }
.-xl11 { width:885px; }
.-xl12 { width:968px; }

/* Size in % */
.-xl100pr { width:100%; height:auto; }
.-xl90pr { width:90%; height:auto; }
.-xl80pr { width:80%; height:auto; }
.-xl70pr { width:70%; height:auto; }
.-xl60pr { width:60%; height:auto; }
.-xl50pr { width:50%; height:auto; }
.-xl40pr { width:40%; height:auto; }
.-xl30pr { width:30%; height:auto; }
.-xl20pr { width:20%; height:auto; }
.-xl10pr { width:10%; height:auto; }

/* END Grid */


/************** Visibility START **************/
.-invisible, {
	display:none;
}
@media only screen and (min-width:320px) { .-xl-invisible { display:inherit; } }
@media only screen and (min-width:480px) { .-xl-invisible { display:inherit; } }
@media only screen and (min-width:640px) { .-xl-invisible { display:inherit; } }
@media only screen and (min-width:768px) { .-xl-invisible { display:inherit; } }
@media only screen and (min-width:1024px) { .-xl-invisible { display:none; } }

/* END Visibility */


h1 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size:3.0em;
	margin-bottom:1px;
	font-weight:normal;
	padding:14px;
}
h2 {
	font-family:"Arial", Helvetica, sans-serif;
	font-size:2.3em;
	font-weight:normal;
	margin-bottom:10px;
}
h3 {
	font-family:"Arial", Helvetica, sans-serif;
	font-size:1.8em;
	font-weight:normal;
	text-decoration:none;
	margin-bottom:5px;
	margin-bottom:20px;
}

/****************************************************
********  WEB CSS START *****************************
*****************************************************
****************************************************/


/*************** Mobile Menu START ***************/
nav.mob-nav {
	display:none;
}
/* END Mobile Menu */


/***************** HEADER START *****************/
header {
	float:left;
	width:100%;
}
.logo-container img {
	float: left;
	margin-left:0;
	width:auto;
	height:auto;
}
.phone {
	font-family:Verdana, Geneva, sans-serif;
	font-size:3.0em;
	color:#616565;
	text-align:right;
	padding-top:10px;
}
.main-menu {
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.6em;
	color:#D33532;
	text-transform:uppercase;
	width:100%;
	height:auto;
}
.main-menu-container {
	float:left;
	width:100%;
	height:auto;
	display:table-cell;
	vertical-align:bottom;
	text-align:center;
}
.main-menu a {
	color:#D33532;
	text-decoration:none;
	margin-left:10px;
	margin-right:10px;
	padding-bottom:4px;
}
.main-menu a:hover {
	color:#D33532;
	border-bottom:2px solid #D33532;
}

.header-img {
	float:left;
	width:100%;
	height:auto;
	background-color:#666666;
	background-image:url(../images/bg-header-xl.png);
	background-repeat:repeat-y;
	background-position: center top;
	background-size:auto;
	border-top:4px solid #D33532;
	border-bottom:4px solid #5C5C5C;
}
.header-info {
	width:100%;
	height:400px;
	float:left;
	background-color:#FFF;
	background-image:url(../images/header-img.jpg);
	background-repeat:no-repeat;
	background-position: right top;
	background-size:100% auto;
}
.header-info h1 {
	font-family:Verdana, Geneva, sans-serif;
	color:#912222;
	font-size:2.6em;
	line-height:1.5em;
	text-align:left;
}
/* END HEADER */

/*************** Main Container START ***************/

.services {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c9c9c9+1,f2f2f2+50,eaeaea+100,c9c9c9+100 */
	background: #c9c9c9; /* Old browsers */
	background: -moz-linear-gradient(top,  #c9c9c9 1%, #f2f2f2 50%, #eaeaea 100%, #c9c9c9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #c9c9c9 1%,#f2f2f2 50%,#eaeaea 100%,#c9c9c9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #c9c9c9 1%,#f2f2f2 50%,#eaeaea 100%,#c9c9c9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#c9c9c9',GradientType=0 ); /* IE6-9 */
}
.contacts {
	border-top:4px solid #D1D1D1;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c9c9c9+1,f2f2f2+50,eaeaea+100,c9c9c9+100 */
	background: #c9c9c9; /* Old browsers */
	background: -moz-linear-gradient(top,  #c9c9c9 1%, #f2f2f2 50%, #eaeaea 100%, #c9c9c9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #c9c9c9 1%,#f2f2f2 50%,#eaeaea 100%,#c9c9c9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #c9c9c9 1%,#f2f2f2 50%,#eaeaea 100%,#c9c9c9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#c9c9c9',GradientType=0 ); /* IE6-9 */
}
#map_container {
	width:100%;
	height:350px;
	border:1px solid #666;
}
.copyright {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#585b5b+1,7e8484+25,7e8484+50,7e8484+75,585b5b+100 */
	background: #7e8484; /* Old browsers */
	background: -moz-linear-gradient(left,  #585b5b 1%, #7e8484 20%, #7e8484 50%, #7e8484 80%, #585b5b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #585b5b 1%,#7e8484 20%,#7e8484 50%,#7e8484 80%,#585b5b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #585b5b 1%,#7e8484 20%,#7e8484 50%,#7e8484 80%,#585b5b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e8484', endColorstr='#585b5b',GradientType=1 ); /* IE6-9 */
	color:#FFF;
	font-size:1.25em;
	font-family:"Arial", Helvetica, sans-serif;
	line-height:1.5em;
	padding-bottom:30px;

}
.copyright a {
	color:#fff;
	text-decoration:underline;
}
.copyright a:hover {
	color:#8D1010;
	text-decoration:underline;
}

/* END Main Container */
