/* http://meyerweb.com/eric/tools/css/reset/ 
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(https://fonts.googleapis.com/css?family=Raleway:300italic);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
h1{
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -9999px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body,html{
	background-color: #575757;
	background-image: url('../website_images/site_bg.png');
	font-family: arial;
	font-size: 16px;
	color: #444;
}
strong{
	font-weight: 700;
}
ul{
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style: none;
}
ul li{
	line-height: 1.4em;
}
ul li i.fa-arrow-right{
	color: #D00;
	text-shadow: 0px 1px 3px #AAA;
}
.success{
	margin: 10px 0px 0px;
	padding: 10px 5px;
	font-size: 12px;
	background: #0F0;
	color: #FFF;
	text-shadow: 0px -1px #090;
}
.error{
	margin: 0px;
	padding: 10px 5px;
	font-size: 12px;
	background: #F00;
	color: #FFF;
	text-shadow: 0px 1px 3px #000;
}
.clear{
	clear: both;
}
.header{
	background-color: #DDD;
	height: 40px;
	box-shadow: 0px 8px 6px -6px #000;
	position: relative;
	z-index: 2;
}
.content-container{
	padding: 0px;
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
	box-sizing: border-box;
}
.content-container.body{
	background: url('../website_images/bg_wrapper.png');
	padding: 10px 5px 5px 5px;
	box-shadow: 0px 0px 20px 0px #000;
}
.site-logo{
	position: absolute;
	box-sizing: border-box;
	top: 0;
	left: 15px;
	padding: 10px 0px 5px 0px;
	text-align: center;
	width: 280px;
	background-image: linear-gradient(#FFF, #BBB);
	border-radius: 0px 0px 10px 10px;
	box-shadow: 0px 1px 2px 0px #444;
	z-index: 2;
}
.site-logo img{
	max-width: 90%;
	vertical-align: top;
}
.main-nav{
	float: right;
	height: inherit;
	font-size: 16px;
}
.main-nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-nav ul li{
	float: left;
	color: #676767;
	list-style-type: none;
	font-size: 14px;
}
.main-nav ul li.phone{
	padding: 0 10px;
	text-shadow: 0px 1px #FFF;
	line-height: 40px;
	color: #333;
	font-weight: bold;
}.main-nav ul li.phone a{
	display: inline-block;
}
.main-nav ul li a{
	display: block;
	padding: 0px 10px;
	color: #C00;
	text-shadow: 0px 1px #FFF;
	text-decoration: none;
	line-height: 40px;
	transition: all .2s ease-in;
}
.main-nav ul li a:hover{
	background: #333;
	color: #FFF;
	text-shadow: 0px -1px #000;
}
.hidden{
	display: none;
}

.mobile-nav{
	font-size: 20px;
}
.mobile-nav ul{
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
}
.mobile-nav ul li{
	float: left;
	color: #676767;
	list-style-type: none;
	font-size: 18px;
	width: 50%;
	box-sizing: border-box;
	text-align: center;
	border-right: 1px solid #AAA;
	border-left: 1px solid #DDD;
}
.mobile-nav ul li:first-child{
	border-left: 0;
}
.mobile-nav ul li:last-child{
	border-right: 0;
}
.mobile-nav ul li a{
	display: block;
	color: #C00;
	padding: 10px 0;
	text-shadow: 0px 1px #FFF;
	text-decoration: none;
	transition: all .2s ease-in;
}
.mobile-nav ul li a:hover{
	background: #333;
	color: #FFF;
	text-shadow: 0px -1px #000;
}

.body-wrapper{
	background: #FFF;
	padding: 10px;
	box-shadow: 0px 0px 5px 1px #444;
	border-radius: 5px;
	min-height: 400px;
	margin-bottom: 10px;
}
.left-column{
	margin-left: 300px;
}
.hp-cover{
	margin-bottom: 10px;
}
.hp-cover img{
	width: 100%;
	box-sizing: border-box;
	border: 5px solid #FFF;
	box-shadow: 0px 1px 2px 0px #AAA;
	border-radius: 4px;
}
.left-column h2{
	font-size: 26px;
	font-family: 'Raleway', sans-serif;
	color: #900;
	text-shadow: 0px 1px 3px #AAA;
}
.left-column h3{
	padding: 10px 5px;
	font-size: 14px;
	color: #900;
	font-weight: bold;
	background-image: linear-gradient(#EEE, #BBB);
	box-shadow: 0px 1px 2px 0px #777;
	text-shadow: 0px 1px #FFF;
	border-radius: 4px;
	margin-bottom: 10px;
}
.left-column p{
	line-height: 1.4em;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
}
ul.services li{
	width: 50%;
	float: left;
}
.types{
	float: left;
	padding-top: 10px;
	box-sizing: border-box;
	padding-right: 10px;
	width: 50%;
}
.types h3{
	color: #676767;
}
.types:last-child{
	padding-right: 0;
}
.page-count{
	padding-top: 3px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #777;
	font-style: italic;
}
.pagination{
	margin: 0;
	padding: 10px 0;
	list-style: none;
	text-align: center;
	color: #000;
}
.pagination li{
	display: inline-block;
	padding: 0px 5px;
	font-size: 14px;
}
.pagination li a{
	color: #900;
	font-weight: bold;
	text-decoration: none;
}
.pagination li a.selected{
	color: #333;
	text-shadow: 0px 1px 3px #AAA;
}
.pagination li a:hover{
	color: #333;
	text-shadow: 0px 1px 3px #AAA;
}
.gallery .image{
	width: 24%;
	margin: .5%;
	box-sizing: border-box;
	padding: 5px;
	border: 1px solid #DDD;
	box-shadow: 0px 1px 2px 0px #AAA;
	float: left;
	text-align: center;
}
.image-container{
	overflow: hidden;
	background-color: #EEE;
	background-position: center center;
	background-size: cover;
}
.image-container a{
	display: block;
	height: 100%;
	width: 100%;
}
.gallery .image img{
	height: 100%;
	box-shadow: 0px 0px 10px 1px #000;
}
.right-column{
	width: 280px;
	float: left;
}
.right-column h2{
	padding: 10px 5px;
	font-size: 18px;
	color: #676767;
	background-image: linear-gradient(#EEE, #BBB);
	box-shadow: 0px 1px 2px 0px #777;
	text-shadow: 0px 1px #FFF;
	border-radius: 4px 4px 0px 0px;
	position: relative;
	z-index: 2;
}
.right-column h2 i{
	color: #900;
}
.right-column h2.top{
	margin-top: 190px;
}
.rs-contact-form{
	padding: 10px;
	background: #DDD;
	border-radius: 0px 0px 10px 10px;
	box-shadow: 0px 8px 6px -6px #AAA;
}
.rs-contact-form label{
	display: block;
	font-size: 12px;
	color: #444;
	font-weight: 700;
	text-shadow: 0px 1px 3px #AAA;
	padding-bottom: 4px;
}
.rs-contact-form input[type=text], .rs-contact-form textarea{
	box-sizing: border-box;
	border: 1px solid #C5C5C5;
	padding: 5px;
	width: 100%;
	margin-bottom: 10px;
	resize: none;
	border-radius: 2px;
}
.rs-contact-form input[type=text]{
	height: 35px;
}
.rs-contact-form textarea{
	height: 100px;
}
.rs-contact-form input[type=submit]{
	border-radius: 4px;
	background-image: linear-gradient(#D00,#700);
	height: 40px;
	padding: 0 30px;
	cursor: pointer;
	box-shadow: 0px 1px 2px 0px #777;
	border: 3px solid #FFF;
	color: #FFF;
	text-shadow: 0px -1px #900;
}
.rs-contact-form input[type=submit]:hover{
	background-image: linear-gradient(#F00,#A00);
}
.rs-contact-form .submit{
	text-align: center;
}
.address-info{
	text-align: center;
	margin-bottom: 10px;
	color: #000;
	font-size: 14px;
	text-shadow: 0px 1px #FFF;
	letter-spacing: 1px;
}
.content-container.footer{
	background: url('../website_images/bg_wrapper.png');
	box-sizing: border-box;
	border-radius: 0px 0px 10px 10px;
	padding: 5px;
	box-shadow: 0px 8px 6px -6px #000;
	margin-bottom: 10px;
}
.footer-wrapper{
	background-image: linear-gradient(#FFF, #BBB);
	padding: 10px;
	font-size: 12px;
	border-radius: 5px;
	color: #888;
	text-shadow: 0px 1px #FFF;
	font-weight: bold;
	box-shadow: 0px 0px 5px 1px #444;
}
.footer-wrapper a{
	color: #900;
}
@media screen and (max-width: 600px){
	.mobile-collapse{
		margin-left: 0;
		margin-right: 0;
		float: none;
		width: auto;
		margin-bottom: 10px;
	}
	.mobile-hide{
		display: none;
	}
	.site-logo{
		position: absolute;
		left: 0;
		width: 100%;
		text-align: center;
		margin: 0;
		margin-bottom: 20px;
	}
	.site-logo img{
		max-height: 180px;
	}
	ul.services li{
		width: auto;
		float: none;
	}
	.mobile-nav{
		display: block;
	}
	input,textarea{
		font-size: 18px;
	}
	.right-column h2.top{
		margin-top: 210px;
	}
	.left-column h2{
		font-size: 18px;
	}
}