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

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

/* Size in Col */
.-m1 { width:36px; }
.-m2 { width:88px; }
.-m3 { width:140px; }
.-m4 { width:192px; }
.-m5 { width:244px; }
.-m6 { width:296px; }
.-m7 { width:348px; }
.-m8 { width:400px; }
.-m9 { width:452px; }
.-m10 { width:504px; }
.-m11 { width:556px; }
.-m12 { width:608px; }

/* Size in % */
.-m100pr { width:100%; height:auto; }
.-m90pr { width:90%; height:auto; }
.-m80pr { width:80%; height:auto; }
.-m70pr { width:70%; height:auto; }
.-m60pr { width:60%; height:auto; }
.-m50pr { width:50%; height:auto; }
.-m40pr { width:40%; height:auto; }
.-m30pr { width:30%; height:auto; }
.-m20pr { width:20%; height:auto; }
.-m10pr { width:10%; height:auto; }

/* END Grid */


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


h1 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size:3.0em;
	margin-bottom:7px;
	font-weight:normal;
	padding:8px;
}
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:underline;
	margin-bottom:5px;
}

/****************************************************
********  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:200px;
	height:auto;
}
.phone {
	font-family:Verdana, Geneva, sans-serif;
	font-size:2.8em;
	color:#616565;
	text-align:right;
	padding-top:6px;
}
.main-menu {
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.3em;
	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;
	margin-top:10px;
}
.main-menu a {
	color:#D33532;
	text-decoration:none;
	margin-left:3px;
	margin-right:3px;
	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-m.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:250px;
	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.0em;
	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;
}
#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 */