@charset "utf-8";
*{
	margin:0px; padding:0px
}

html, body {
  background-color: #F1F1F1;
  color: #333333;
  font-family: 'Open Sans', sans-serif;
  font-size: 100%;
  margin: 0;
  padding: 0;
}

div.wrapper {
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}

.section1 {
  background-color: #F1F1F1;
  color: #38B5E3;
}

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

.container, .footer, .header, .nav {
  margin: 0 auto;
  max-width: 960px;
}

.header .logo {
  clear: right;
  display: block;
  float: left;
  width: auto;
  margin: 5px 0 0 0;
}

.header .logo h1 {
  font-size: 32px;
  font-family: 'Fjalla One', sans-serif;
}

.header .phone {
  display: inline-block;
  float: right;
  width: auto;
  margin: -10px 0;
}

.header .phone h2 {
  color: #00436C;
  display: inline-block;
  font-size: 28px;
  margin-left: 10px;
  vertical-align: middle;
  padding: 10px 0 0 0;
  font-weight:normal;
  font-family: 'Fjalla One', sans-serif;
  text-align: right;
}
.header .phone h3 {
	color: #00436C;
	font-size: 24px;
	padding: 5px 0;
	font-family: 'Fjalla One', sans-serif;
	text-align: right;
	font-weight:normal;
}

.header {
  padding: 10px 10px;
}

.header .logo h1, .header .logo h2 {
  font-weight: 400;
  margin: 0;
  padding-top: 10px;
  text-transform: none;
  padding-bottom:10px;
  color: #00436C;
}
.header-img {
	display: inline-block;
	float: left;	
}
.section2 {
	background: #00436c; /* Old browsers */
background: -moz-linear-gradient(top,  #00436c 0%, #002c47 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00436c), color-stop(100%,#002c47)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #00436c 0%,#002c47 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #00436c 0%,#002c47 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #00436c 0%,#002c47 100%); /* IE10+ */
background: linear-gradient(to bottom,  #00436c 0%,#002c47 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00436c', endColorstr='#002c47',GradientType=0 ); /* IE6-9 */
  color: #919191;
  border-bottom: 2px solid #00436C;
}

.container, .footer, .header, .nav {
  font-size: 0.8em;
  margin: 0 auto;
}

.section3 .container {
  margin-bottom: 20px;
  padding: 0;
}

.section3 {
  background-image: url(../images/banner-bg.jpg);
  background-repeat: repeat-x;
  color: #333333;
}
.section3 .container {
  margin-bottom: 20px;
  padding: 0;
}

.container {
  clear: both;
  padding: 30px 0;
}

.full_container {
  clear: both;
  display: block;
  width: 100%;
}

h2 {
  font-size: 28px;
  font-family: 'Fjalla One', sans-serif;
}
.container_left h3 {
	font-size: 24px;
	color: #007F4B;
	margin: 10px 0;
}
hr {
	margin: 10px 0;
}

.container_left {
  width: 64%;
  float:left;
  clear:left;
  padding:5px;
}

p {
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-align: justify;
  margin-bottom:10px;
}

.container_right {
  width: 32%;
  display: inline;
  float: left;
  list-style: none outside none;
  margin: 0 0 0 2%;
}

.full_container h2{
	margin:0px 5px;	
	font-family: 'Fjalla One', sans-serif;
	color: #00436C;
}

.marginspaceR{
	margin-right:10px	
}

.marginspaceL{
	margin-left:10px	
}

.marginspaceB{
	margin-bottom:10px	
}

.marginspaceT{
	margin-top:10px	
}

.coupon {
  border-radius: 4px;
  padding: 15px;
  background: #00436c; /* Old browsers */
background: -moz-linear-gradient(top,  #00436c 0%, #002c47 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00436c), color-stop(100%,#002c47)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #00436c 0%,#002c47 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #00436c 0%,#002c47 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #00436c 0%,#002c47 100%); /* IE10+ */
background: linear-gradient(to bottom,  #00436c 0%,#002c47 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00436c', endColorstr='#002c47',GradientType=0 ); /* IE6-9 */

  color:#FFFFFF
}

.main-coupon {
	margin: 20px 15px;	
}

.coupon h4 {
	color:#FFFFFF;
	margin:20px 0px;
	text-align:center;
	font-size:32px;
	font-family: 'Fjalla One', sans-serif;
}

.coupon ul{
	margin:20px 20px;
	list-style: none;
}

.coupon ul li{
	margin-bottom:10px;	
	font-size: 16px;
	font-family: 'Fjalla One', sans-serif;
	color: #ccc;
}.coupon ul li a {
	color: #ccc;
}
.coupons {
	margin: 0 20px 0 0;	
}

.sidebar-coupon {
	border: 1px solid #ccc;
	border-radius: 5px;	
}
.zips {
	font-size: 12px;
	color: #fff;
}

.section4 {
  color: #919191;
  background: #00436c; /* Old browsers */
background: -moz-linear-gradient(top,  #00436c 0%, #002c47 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00436c), color-stop(100%,#002c47)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #00436c 0%,#002c47 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #00436c 0%,#002c47 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #00436c 0%,#002c47 100%); /* IE10+ */
background: linear-gradient(to bottom,  #00436c 0%,#002c47 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00436c', endColorstr='#002c47',GradientType=0 ); /* IE6-9 */
}

.content-img {
	float: right;
	margin: 0 0 15px 15px;
	border: 1px solid #333;
}

.sidebar-open {
	
	margin: 0 0 0 5px;
}

.footer {
  padding: 20px 5px;
  color:#FFFFFF;
}

.footer p{
	color:#FFFFFF;
	font-size:13px;
	text-align: center;
}

.footer a {
	color; #fff;	
}
.footer a:visited {
	color: #fff;
}

.pull-right {
  float: right !important;
  margin-left:10px;
}
.pull-left {
  float: left !important;
}

.img-responsive{
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Menu */
nav {
	height: 50px;
	width: 100%;
	font-size: 18px;
	font-family: 'Fjalla One', sans-serif;
	position: relative;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	height: 50px;

}
nav li {
	display: inline;
	float: left;
}
nav a {
	color: #fff;
	display: inline-block;
	width: auto;
	padding: 5px 20px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	text-shadow: 1px 1px 0px #007F4B;
}
nav li a {
	border-right: 1px solid #00436C;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav li a.active {
	background-color: #00436C;
}

nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	background-color: #00436C;
}
nav a#pull {
	display: none;
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {
	nav { 
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
  	}
  	nav li a {
		border-bottom: 1px solid #00A360;
		border-right: 1px solid #00A360;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
	.container_right, .container_left{
		width:95%;	
		margin:5px 10px
	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-color: #007F4B;
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url('../images/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	.container_right, .container_left{
		width:95%;	
		margin:5px 10px
	}
	img{
		text-align:center;	
	}
	.full_container{
		width:98%	
	}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #00A360;
	}
	.container_right, .container_left{
		width:95%;	
		margin:5px 10px
	}
	.full_container{
		width:98%	
	}
}

/*Form*/

.form-group {
  margin-bottom: 15px;
}

.inputText {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 15px;
  height: 25px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 50%;
  font-family: 'Open Sans', sans-serif;
}

textarea.form-control {
  height: auto;
}

.form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 15px;
  height: 50px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 45%;
  font-family: 'Open Sans', sans-serif;
}

.btn {
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 10px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.btn-default {
  background-color: #11A1DD!important;
  border-color: #0d95ce;
  color: #FFFFFF!important;
  text-decoration:none;
}

a.btn-default:hover{
	background-color:#0a79a7;
}


.required_info {
	font-size:11px;
	margin:0 0 10px 0;
}
.required_info span {
	color:red;
}
.success_box {
	border:1px solid #a4cb8b;
	background:#e9fedb;
	color:#488e1b;
	padding:8px 10px;
	line-height:22px;
	margin-bottom:10px;
}
.none {
	display:none;
}
.error_box {
	border:1px solid #f7b3b1;
	background:#fff1f1;
	color:#d93e39;
	padding:8px 10px;
	line-height:22px;
	margin-bottom:10px;
}
.contact_form .inputText.error_class {
  border: 1px solid #EF716D;
}
.contact_form .form-control.error_class {
	border:1px solid #ef716d;
}
a.button.orange {
	border: 1px solid #E85001;
	color: #FFFFFF;
	background-color:#BA4000
}
a.button {
  display: inline-block;
  font-size: 11px;
  height: 20px;
  line-height: 12px;
  margin: 0 5px 20px;
  padding: 8px 15px 0;
  text-decoration: none;
}
.submit{
	float:left;	
}
.reset{
	float:left;	
}
label {
	margin:0 0 0px 0;
	font-size:14px;
	color:#262626;
	cursor:pointer;
	display:block;
}
label span {
	color:#dc4b46;
}

.inputText{
 display: block;
  height: 25px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.inputTextarea{
display: block;
  height: 25px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: 'Open Sans', sans-serif;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

}
#contact_form input{
	clear: both;
	height: 25px;
	line-height: 33px;
	margin-top: 5px;
	text-indent: 5px;
	width: 320px;
	padding:2px 0px;
}
.padding20 {
	padding-top:20px;
	font-size:0;
	line-height:0;
}