@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: 'Noto Sans', sans-serif;
	font-size:18px;
	color:#000;
	margin:0 0 0 0;
	position:relative;
}
p { 
	line-height: 1.6em;
}
a {
	color:#1c2754;
}
a:visited {
	color:#1c2754;
}
a:active {
	color:#1c2754;
}
a:hover {
	color:#600;
}

h1 {
	width:100%;
	margin:0px;
	position:relative;
}
h2 {
	font-size:1.8em;
	font-weight:800;
    color:#992f00;
}
h3 {
	font-size: 1.2em;
	font-weight:bold;
}
h4 {
	font-size:1.2em;
	font-weight:800;
    text-transform: uppercase;
}


header {
	width:100%;
	margin:0px auto;
    background:rgba(255,255,255,.8);
    color:#4d5325;
}

.header-logo {
	width:30%;
    padding:20px;
    float:left;
}
.header-logo img {
    display:block;
    width:100%;
    max-width:350px;
}
.header-contact {
    width:70%;
	float:left;
    text-align: right;
    padding:20px;
}
.header-contact small {
    font-size:.9em;
    font-weight: 500;
    margin-right:20px;
}
.header-contact a {
    text-decoration: none;
    font-size:2em;
    font-weight: 900;
    color:#4d5325;
}
.header-container {
    background-size:cover;
    background-repeat:no-repeat;
    background-color:#222;
    background-position: top;
}
.header-content {
    width:90%;
    max-width:960px;
    margin:0px auto;
    color:#fff;
    padding:70px 5%;
}
.header-content h1 {
    font-size:3em;
    font-weight: 900;
    color:#fff;
    text-transform: uppercase;
}
.header-content h1 span{
    display:block;
    font-size:.6em;
    font-weight: 300;
    margin:40px auto;
    color:#c3de12;
    text-transform: none;
}
.header-content h1 strong{
    display:block;
    font-size:.5em;
    font-weight: 600;
    margin:40px auto;
    color:#c3de12;
    text-transform: none;
}
.entranceleft{
	visibility: hidden;
}
.entranceright{
	visibility: hidden;
}
.entranceup{
	visibility: hidden;
}

nav {
    width:70%;
	float:left;
	color:#4d5325;
	text-align: right;
}

main {
	width:100%;
	padding:0 ;
	position: relative;
}
section {
	width:100%;
	position: relative;
}
.contain{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	position: relative;
}

.fullpage {
	width:100%;
	margin:0 auto;
}
.col-half {
	width: 50%;
	float: left;
}
.col-third {
	width: 33.33%;
	float: left;
}
.col-fourth {
	width: 25%;
	float: left;
}
.col-twothirds {
	width: 66.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%;
}


.welcome {
    background:url("../images/paintbg.jpg") no-repeat #cbd8d6;
    background-position: left top;
    background-size:cover;
    font-size:1em;
}

.quicklinkcontainer {
    margin:100px 0;
    padding:0 5%;
}
.quicklinkblock{
    height:540px;
    width:31.33%;
    float:left;
    margin:15px 1%;
    background:#f2f4ed;
    border:2px solid #4d5325;
    border-radius:4px;
}
.quicklinkblock img {
    display:block;
    height:150px;
    width:auto;
    margin:-40px auto 30px auto;
}
.quicklinkblock p {
    margin:0px 4% 10px 4%;
}
.quicklinkblock h4 {
    margin:0 0 20px 0;
    text-align: center;
}

.grayblock {
    background:#393937;
    color:#fff;
}

.servicelist {
	width:98%;
	margin:30px auto;
	padding:0px;
	clear:both;
}
.servicelist li {
	width:30%;
	margin:1.5%;
	list-style:none;
	float:left;
	background:#900;
	border-radius:7px;
	padding:0px;
	text-align:center;
}
.servicelist li a, .servicelist li a:visited, .servicelist li a:active {
	text-decoration:none;
	color:#fff;
	font-size:1.2em;
	display:block;
	padding:30px 0px;
	text-transform:capitalize;
}
.servicelist li:hover {
	background:#393937;
}

.pageimg {
	border:6px solid #fff;
	box-shadow: 3px 3px 4px #555;
}
.imgright {
	float:right;
	margin-left:10px;
    max-width:25%;
}
.imgleft {
	float:left;
	margin-right:10px;
    max-width:25%;
}

.list {
	margin:20px 0 20px 30px;
	padding:0px;
	font-size:1em;
}
.list li{
    display: list-item;
    list-style: none;
	background:url(../images/bullet.png) 0px 10px no-repeat;
	padding:3px 5px 3px 23px;
	margin: 0px 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;
    margin:30px 0;
	background:#900;
	padding:20px 30px;
	border-radius:5px;
	color:#ffffff;
	text-decoration: none;
	font-size:1.4em;
}
.c2a:hover {
	color:#ffffff;
	background:#c00;
}

address {
	font-size:1.2em;
	font-style:normal;
	margin:40px 0;
}

.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: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;
}



.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.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;
}


footer {
	font-size:.8em;
	width:100%;
	margin:0 auto;
	padding:50px 4%;
    background:#4d5325;
    color:#ddd;
}
footer a, footer a:visited, footer a:active {
    color:#ddd;
}
footer a:hover {
    color:#fff;
}
#credit {
	width:300px;
	float:right;
	text-align:right;
}



@media (max-width: 1200px) {

    .quicklinkblock{
        height:500px;
        width:48%;
        float:left;
        margin:15px 1%;
        background:#f2f4ed;
        border:2px solid #c8cac2;
        border-radius:4px;
    }
    .mobilefull {
        width:100%;
    }
    
}
@media (max-width: 960px) {

    .header-logo {
        width:50%;
        padding:20px;
        float:left;
    }
    .header-contact {
        width:50%;
        float:left;
        text-align: right;
        padding:20px;
    }
    .header-contact a {
        text-decoration: none;
        font-size:1.4em;
        font-weight: 700;
        color:#4d5325;
    }
    .header-container {
        background-size:cover;
        background-repeat:no-repeat;
        background-color:#222;
        background-position: top;
    }
    .header-content {
        width:90%;
        max-width:960px;
        margin:0px auto;
        color:#fff;
        padding:30px 3%;
    }
    .header-content h1 {
        font-size:2em;
        font-weight: 900;
        color:#fff;
    }

    nav {
        clear:both;
        width:100%;
        float:none;
        color:#4d5325;
        text-align: center;
        padding-top:30px;
    }
    .quicklinkblock{
        height:550px;
        width:48%;
        float:left;
        margin:15px 1%;
        background:#f2f4ed;
        border:2px solid #c8cac2;
        border-radius:4px;
    }

}
@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;
	}
	#credit {
		width:100%;
		float:none;
		text-align: center;
		padding:4%;
	}
    .quicklinkblock{
        height:auto;
        width:98%;
        float:none;
        margin:15px 1%;
        background:#f2f4ed;
        border:2px solid #c8cac2;
        border-radius:4px;
        padding-bottom:50px;
    }

}
