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

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

/* Size in Col */
.-xs1 { width:18px; }
.-xs2 { width:44px; }
.-xs3 { width:70px; }
.-xs4 { width:96px; }
.-xs5 { width:122px; }
.-xs6 { width:148px; }
.-xs7 { width:174px; }
.-xs8 { width:200px; }
.-xs9 { width:226px; }
.-xs10 { width:252px; }
.-xs11 { width:278px; }
.-xs12 { width:304px; }

/* Size in % */
.-xs100pr { width:100%; height:auto; }
.-xs90pr { width:90%; height:auto; }
.-xs80pr { width:80%; height:auto; }
.-xs70pr { width:70%; height:auto; }
.-xs60pr { width:60%; height:auto; }
.-xs50pr { width:50%; height:auto; }
.-xs40pr { width:40%; height:auto; }
.-xs30pr { width:30%; height:auto; }
.-xs20pr { width:20%; height:auto; }
.-xs10pr { width:10%; height:auto; }


/* END Grid */




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


h1 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size:2.8em;
	margin-bottom:11px;
	font-weight:normal;
	padding:4px;
}
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 ***************/

.mob-menu-bt:before {
	content: "Menu";
}
.mob-menu {
	text-align:left;
	margin:0px;
	font-size:1.6em;
	display:none;
}
.mob-menu > li {
	display:list-item;
	padding:4px;
	padding-left:10px;
	border-bottom:1px solid #333;
	margin-left:40px;
}
/* END Mobile Menu */


/****** HEADER START ********/
header {
	float:left;
	width:100%;
}
.logo-container img {
	float: left;
	margin-left:15%;
	width:70%;
	height:auto;
}
.phone {
	font-family:Verdana, Geneva, sans-serif;
	font-size:2.4em;
	color:#616565;
	text-align:center;
	padding-top:6px;
}
.header-img {
	float:left;
	width:100%;
	height:auto;
	background-color:#666666;
	background-image:url(../images/bg-header-xs.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:350px;
	float:left;
	background-color:#FFF;
	background-image:url(../images/header-img-s.jpg);
	background-repeat:no-repeat;
	background-position: center bottom;
	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:center;
}
/* 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:250px;
	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 */