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

/* Some normalizing stuff */

/** Prevent iOS text size adjust after orientation change, without disabling user zoom. */

html {
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%;
}

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/*default image settings */
img {
	border: 0;
	max-width:100%;
	height:auto;
}

/* The following makes padding and borders not be added to width site wide */
* {
  box-sizing: border-box;
}
/* End normalizing stuff */


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	margin:0 0 0 0;
	position:relative;
}
p { 
	line-height: 1.6em;
}
a {
	color:#e7251b;
}
a:visited {
	color:#e7251b;
}
a:active {
	color:#e7251b;
}
a:hover {
	color:#600;
}

h1 {
	font-size:2.2em;
	font-weight:bold;
	background:#d5d6d8;
	background: linear-gradient(90deg, rgba(197,198,200,1) 0%, rgba(213,214,216,1) 100%); 
	text-align: center;
	padding:30px 5%;
	margin:0 0 50px 0;
	border-bottom:5px solid #ccc;
	color:#353637;
}
h2 {
	font-size:2em;
	font-weight:bold;
}
h2 a {
	text-decoration: none;
}
h3 {
	font-size: 1.2em;
	font-weight:bold;
}


header {
	width:100%;
	margin:0px auto;
	border-bottom:15px solid #e7251b;
	position: relative;
}
.logo {
	width:30%;
	float:left;
	padding:20px 0 10px 20px;
}
.headercontact {
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(235,235,235,1) 100%);
	width:70%;
	float:left;
	text-align: right;
	padding:10px 30px;
}
.headercontact a {
	color:#e8261c;
	font-size:2.4em;
	font-weight:bold;
	text-shadow: 2px 2px 1px #ccc;
	text-decoration: none;
}
nav {
	width:70%;
	position:absolute;
	bottom:0px;
	right:0px;
	color:#222;
	text-align: right;
	margin-top:5%;
	padding:10px 20px;
}

section {
	width:100%;
	position: relative;
}
.contain{
	width:100%;
	max-width:1080px;
	margin:0 auto;
	position: relative;
}
.content {
	background: #fff;
	padding:4%;
}

.fullpage {
	width:96%;
	margin:0 auto 100px auto;
}
.col-half {
	width: 50%;
	float: left;
}
.col-third {
	width: 33%;
	float: left;
}
.col-fourth {
	width: 25%;
	float: left;
}
.col-twothirds {
	width: 66%;
	float: left;
}
.col-threefourths {
	width: 75%;
	float: left;
}

.pad-left {
	padding-left: 4%;
}
.pad-right {
	padding-right: 4%;
}
.pad-top {
	padding-top: 30px;
}
.pad-bottom {
	padding-bottom: 30px;
}
.pad-all {
	padding: 30px 4%;
}

.homebanner {
	background:url("../images/homebanner.jpg") bottom no-repeat #9b8f74;
	background-size:cover;
	padding:150px 0 200px 0;
	color:#fff;
	font-size:1.4em;
}

.quicklink-container {
	
}
.quicklink {
}
.quicklink:nth-child(odd) {
	background:#be332c;
}
.quicklink:nth-child(even) {
	background:#646568;
}
.ql-link {
	width:50%;
	float:left;
	color:#fff;
	font-size:1.2em;	
	text-align: center;
	padding-top:40px;;
}
.ql-link a {
	color:#fff;
}
.ql-pic {
	width:50%;
	float:left;
}
.ql-pic img {
	display:block;
	margin:0px;
	width:100%;
}

.hometestimony p {
	font-size:2em;
	text-align: center;
}
.graybg {
	background:#1d1d1d;
	padding:30px;
	color:#fff;
}

.testimony {
	margin:30px 5%;
	background:#d1d1d1;
	border-radius:10px;
	padding:20px;
	line-height: 1.6em;
}
.pageimg {
	border:6px solid #FFF;
	-moz-box-shadow: 3px 3px 4px #555;
	-webkit-box-shadow: 3px 3px 4px #555;
	box-shadow: 3px 3px 4px #555;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#555555')";
	/* For IE 5.5 - 7 */	
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#555555');
}
.imgright {
	float:right;
	margin-left:10px;
}
.imgleft {
	float:left;
	margin-right:10px;
}
.list {
	margin:30px 0 10px 30px;
	padding:0px;
	font-size:1.1em;
}

.list li{
    display: list-item;
    list-style: none;
	background:url(../images/bullet.png) left top no-repeat;
	padding:1px 0px 5px 33px;
	margin: 8px 0 12px 0;
}	
hr {
	border: 0;
    height: 1px;
	margin:40px 0;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

.clear {
	clear:both;
}
.clearafter:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

.ctr {
	text-align:center;
}


.c2a, .c2a:visited, .c2a:active {
	display:inline-block;
	background:#e7251b;
	padding:20px 5%;
	border-radius:5px;
	color:#fff;
	text-decoration: none;
	font-size:1.4em;
}
.c2a:hover {
	color:#fff;
	background:#600;
}

address {
	font-size:1.4em;
	font-style:normal;
	margin:0px 0;
	text-align: center;
	line-height: 2em;
}

.formstyle fieldset {
	width:100%;
	border:none;	
	border-radius: 5px;
	margin:20px auto 0 auto;
	background:#cccccc;
}
.formstyle legend {
	font-size:22px;
	font-weight:bold;
	color:#000;
	margin:0 0 20px 0;
}
.formstyle div {
	margin:10px;
	text-align:left;
}
.formstyle label {
	font-size:16px;
	font-weight:bold;
	float:left;
	margin:12px 1% 0 0;
	width:25%;
}
.formstyle .submit {
	text-align:center;
}

.unoCme {
	display:none;
	visibility: hidden;
}

input {
	border:1px solid #000;
	color:#333;
	font-size:16px;
	font-family:tahoma,arial,sans-serif;
	border-radius: 5px;
	margin-top:8px;
	padding:10px;
	width:74%;
}
textarea {
	border:1px solid #000;
	color:#333;
	font-size:16px;
	font-family:tahoma,arial,sans-serif;
	border-radius: 5px;
	margin-top:8px;
	padding:10px;
	width:74%;
	height:120px;
}
select {
	border:1px solid #000;
	color:#333;
	font-size:16px;
	font-family:tahoma,arial,sans-serif;
	border-radius: 5px;
	margin-top:8px;
	padding:10px;
	width:auto;
	cursor:pointer;
}

.button{
	background-color: #2f2e2c;
	border:none;
	color:#fff;
	font-size:16px;
	cursor:pointer;
	width:auto;
	padding:2% 4%;
}
.button:hover{
	background-color: #b4282e;
	color:#fff;
	cursor:pointer;
	width:auto;
}

.google-maps {
	position: relative;
	padding-bottom: 40%; 
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.callbutton a {
	display:block;
	background:#e7251b;
	color:#fff;
	text-align: center;
	font-size:2em;
	padding:30px;
	font-weight:bold;
	text-decoration: none;
	line-height: 1.6em;
}
footer {
	background:#1d1d1d;
	color:#ccc;
	font-size:.8em;
	width:100%;
	margin:0 auto;
	padding:1%;
	line-height: 1.8em;
}
footer a, footer a:visited, footer a:active {
	color:#ccc;
}
footer a:hover {
	color:#fff;
}
#credit {
	width:300px;
	float:right;
	text-align:right;
}

/* slider styles */
#slider-container {
	width: 100%;
	height: auto;
	padding: 0px;
	margin:0px;
	position: relative;
	overflow: hidden;
}
#slider {
	position: relative;
	margin: 0 auto;
	background: url(../images/loading.gif) no-repeat 50% 50%;
}

#slider img {
	width: 100%;
	height: auto;
}
#slider a {
	border: 0;
	display: block;
}
.nivo-controlNav {
	position: absolute;
	left: 10px;
	top: 345px;
}
.nivo-controlNav a {
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 3px;
	float: left;
}
.nivo-controlNav a.active {
	background-position: 0 -22px;
}
.nivo-directionNav a {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}
a.nivo-nextNav {
	background-position: -52px 0;
	right: 5px;
}
a.nivo-prevNav {
	left: 5px;
}
.nivo-caption {
	text-shadow: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size:1.4em;
	background-color: rgba(0,0,0,.8);
	color:#fff;
	position: absolute;
	top:0px;
	width:100%;
	height:auto!important;
	max-height:80px;
	padding:30px!important;
}
.nivo-caption a {
	color: #ffb02a;
	text-decoration: underline;
}
/* end slider styles */



@media (max-width: 1080px) {
	.contain {
		padding:0 5%;
	}
}

@media (max-width: 940px) {
	.logo {
		width:40%;
		float:left;
		padding:20px;
	}
	.headercontact {
		background: rgb(255,255,255);
		background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(235,235,235,1) 100%);
		width:60%;
		float:left;
		text-align: right;
		padding:10px 30px;
	}
	.headercontact a {
		font-size:2em;
	}
	nav {
		width:60%;
		position:absolute;
		bottom:auto;
		top:20px;
		right:0px;
		color:#222;
		text-align: right;
		margin-top:5%;
		padding:10px 20px;
	}

}
@media (max-width: 719px) {
	.col-half {
		width: 100%;
		float: none;
	}
	.col-third {
		width: 100%;
		float: none;
	}
	.col-fourth {
		width: 100%;
		float: none;
	}
	.col-twothirds {
		width: 100%;
		float: none;
	}
	.col-threefourths {
		width: 100%;
		float: none;
	}
	.logo {
		width:50%;
		float:left;
		padding:10px 0 10px 10px;
	}
	.headercontact {
		background: rgb(255,255,255);
		background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(235,235,235,1) 100%);
		width:50%;
		float:left;
		text-align: right;
		padding:10px 10px;
	}
	.headercontact a {
		font-size:1.3em;
	}
	nav {
		width:100%;
		position:absolute;
		bottom:auto;
		top:20px;
		right:0px;
		color:#222;
		text-align: right;
		margin-top:5%;
		padding:10px 20px;
	}
	h1 {
		font-size:1.8em;
	}
	.ql-link {
		width:50%;
		float:left;
		color:#fff;
		font-size:.8em;	
		text-align: center;
		padding-top:5px;
		padding:5px 5px 0 5px;
	}
	.ql-link h2 {
		margin:5px 0;
		font-size:1.5em;
	}
	.homebanner {
		background-size:cover;
		padding:20px 0 100px 0;
		color:#fff;
		font-size:1.4em;
	}

	#credit {
		width:100%;
		float:none;
		text-align: center;
		padding:4%;
	}
}
