
/* Hide Show Styles */
.mobile_hide {
	display:  inline;
	visibility: inherit;
}
.mobile_show {
	display: none;
	visibility: hidden;
}
/* Basic Styles */
body {
	
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image:url(../images/background.jpg)
}


.slider-wrapper {
	width: 100%;
	min-height: auto;
	background-color: #CCC;
}
.content-padding {
	padding-left: 30px;
	padding-right: 30px;
}

#content {
	width: 1220px;
	padding-left: 50px;
	padding-right:50px;
	background-color:#ffffff;
}

#logo {
	text-align: left;
	position: absolute;
	z-index: 999;

}

#container_banner {
	top: 177px;
	position: absolute;
	z-index: 0;
	display: inline-block;
}
 
/*TEXT STYLES*/

h1, h2, h3, h4, h5 {
	
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
}
h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 70px;
	color: #8DC63F;
	margin-bottom: 0;
	
}
h2 {
	font-family: 'Droid Serif', serif;
	font-size: 20px;
	color: #414042;
	margin-bottom: 0;
	line-height: 27px;
	}
.quote h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
		color: #414042;
}
h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	color: #506EB5;
	line-height: 28px;
	margin-bottom: -10px;
	}

.footerhead
{
	font-family: 'Oswald', sans-serif;
	font-size: 25px;
	line-height: 32px;
	color:#FFF;
	
}
.footer
{
	color:#8DC63F;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	line-height: 32px;
	
}
.white
{
	color:#F00;
}
p  input, textarea {
font-family: 'Droid Serif', serif;
font-size: 20px;
	line-height: 23px;
	color: #8DC63F;
}
p {
font-family: 'Droid Serif', serif;
font-size: 15px;
	line-height: 30px;
	color: #414042;
	}
ul {
		padding-left: 20px;
			margin: 0 0 0 0;

}

.white {
	color: #ffffff;
}

.green {
	color: #8DC63F;
}



.copyright {
	
font-family: 'Droid Serif', serif;
	font-size: 14px;
	line-height: 19px;
		color: #ffffff;
}

a:link {
	color: #8DC63F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8DC63F;
}
a:hover {
	text-decoration: none;
	color: #12C3F4;
}
a:active {
	text-decoration: none;
	color: #12C3F4;
}

strong {
	font-weight: 700;
}

.error {
	color: #F00;
}


/*CONTACT FORM*/
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="url"],
#contact-form textarea {
	width:90%;
	box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-webkit-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-moz-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
	border-radius:5px;
}
#contact-form input[type="text"]:hover,
#contact-form input[type="email"]:hover,
#contact-form input[type="tel"]:hover,
#contact-form input[type="url"]:hover,
#contact-form textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}
#contact-form textarea {
	height:100px;
	max-width:90%;
}
/* HONEYPOT */
#additional_info {
	display: none;
}





		
			
/*Styles for screen 600px and lower*/
@media screen and (max-width: 800px) {
/*Basic Styles*/
.quote {
	display:  none;
	visibility: hidden;
}

}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
/* Hide Show Styles */
.mobile_hide {
	display: none;
	visibility: none;
}
.mobile_show {
	display: inherit;
	visibility: inherit;
}
/*Basic Styles*/
.wrapper {
	margin-left: 0; 
	margin-right: 0;
	margin-top: 0;
	padding-top: 0;
}
.seal {
	float: none; 
	margin-right: 0;
	clear: both;
}
.content-padding {
	padding-left: 15px;
	padding-right: 15px;
}


}

/*Smartphone*/
@media only screen and (max-width : 320px) {
/*Basic Styles*/

}
