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


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

/* Size in Col */
.-l1 { width:38px; }
.-l2 { width:100px; }
.-l3 { width:162px; }
.-l4 { width:224px; }
.-l5 { width:286px; }
.-l6 { width:348px; }
.-l7 { width:410px; }
.-l8 { width:472px; }
.-l9 { width:534px; }
.-l10 { width:596px; }
.-l11 { width:658px; }
.-l12 { width:720px; }

/* Size in % */
.-l100pr { width:100%; height:auto; }
.-l90pr { width:90%; height:auto; }
.-l80pr { width:80%; height:auto; }
.-l70pr { width:70%; height:auto; }
.-l60pr { width:60%; height:auto; }
.-l50pr { width:50%; height:auto; }
.-l40pr { width:40%; height:auto; }
.-l30pr { width:30%; height:auto; }
.-l20pr { width:20%; height:auto; }
.-l10pr { width:10%; height:auto; }

/* END Grid */


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


h1 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size:3.0em;
	margin-bottom:3px;
	font-weight:normal;
	padding:12px;
}
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: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:200px;
	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.5em;
	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:7px;
	margin-right:7px;
	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-l.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:300px;
	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;
}
#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 */