@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,800italic,400,800,700);
.cf:before, .cf:after { content: " "; display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; }

@-ms-viewport {
  width: device-width;
}

#gmap_canvas img{
  max-width: none !important;
  background: none !important;
}

button, a.btn {
  text-transform: uppercase;
  background: #B31622;
  border-radius: 4px;
  color: white;
  border: none;
  font-size: 24px;
  font-weight: 800;
  padding: 12px 24px;
  text-decoration: none;
}

a[href^="mailto:"]
{ 
  color: #A2001A;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:#06427A;
	
}
a:active {
	text-decoration: none;
	
}

button:hover, a.btn:hover {
  background: #06417C;
}

body{
  font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.wrap {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}

ol, ul {
  list-style: none;
  margin: 0;
}

ul li {
  margin: 0;
  padding: 0;
}

p {
  margin: 0 0 0px;
  line-height: 1.4em;
  font-size: 1.2em;
}

img a:link {
  display: block;
  margin-bottom: 0px;
}

aside {
  font-style: italic;
  font-size: 0.9em;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
  }

/* Structure */
nav {
  position: fixed;
  z-index: 10;
  width: 100%;
  background: white;
  border-bottom: 2px solid #B31622;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
  padding: 10px 0;
}
nav ul {
  float: right;
  margin: 0;
  padding: 20px 0 0 0;
}
nav ul li {
  display: inline;
  padding: 0;
  margin: 0 5px 0 0;
  font-size: 16px;
}
nav ul li a {
  color: #616161;
  text-transform: uppercase;
  display: inline-block;
  font-weight: bold;
  padding: 15px 5px;
  text-decoration: none;
}
nav ul li a:hover {
  color: #06437D;
  text-decoration: none;
}
nav ul li a.active-nav{
  color: #B31622;
  border-bottom: 3px solid #B31622;
}
.logo {
  width:180px;
  display:block;
  float: left;
  padding-left:10px;
  border:none;
}
.center{
  text-align:center;

  max-width:1200px;
}
#standard_container{
  position: relative;
  width: 1200px;
  margin: auto;
  padding-bottom:1.5em;
  padding-top:4.5em;
}
#shield {
  position: relative;
  margin: auto;
  padding: 10px 0 10px 0px;
  display: table;
}
#shield img {
  float: left;
}
#shield p {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}

#shield a {
  white-space: nowrap;
  background: #B31622;
  color: white;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  padding: 2px 8px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-size: 16px;
}
#shield a:hover {
  background: #074479;
  color: white;
}


#home {
  background-color:#FFFFFF;
  background: url('../images/slider_bg.jpg');
  background-position: 50% 0;
  background-repeat:no-repeat;
  background-size:cover;
  -ms-behavior: url('../css/backgroundsize.min.htc');
  width:100%;
  height:740px;
}

.subheader {
  background: #B31622;
  color: white;
  padding: 15px 0 20px 0;
}

.subheader h2 {
  font-weight: 800;
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  margin: auto;
}

#whatweofferimg {
  background-color:#FFFFFF;
  background: url('../images/slider_4.jpg');
  background-position: 70% 0;
  background-repeat:no-repeat;
  background-size:cover;
  -ms-behavior: url('../css/backgroundsize.min.htc');
  width:100%;
  height:300px;
}

#whatweoffer {
  background: url('../images/slider_5.jpg');
  background-color:#5b5b5b;
  background-position: 70% 0;
  background-repeat:no-repeat;
  background-size:cover;
  -ms-behavior: url('../css/backgroundsize.min.htc');
  width:100%;
  height:654px;
}

#whatweoffer .wwo-container {
  width: 100%;
  margin: auto;
}

.wwo-container h3 {
  font-weight: 400;
  font-size: 22px;
  margin: 10px 0 0 0;
}

.row:first-of-type {
   /* border-bottom: 1px solid #422929; */
}

.row > div {
  margin:auto 0;
  margin-left:40%;
  padding-top:300px;
  width: 20%;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;
  text-align: center;
   /*border-right: 1px solid #422929; */
}
.row h3 {
  font-size: 14px;
}

.row > div:last-child {
  border-right: none;
}

.row > div > img a:link {
  display: block;
  margin: auto;
  width: 50%;
}

.subheader p {
  font-weight: 400;
  margin: auto;
  text-align: center;
}


#signup {
  background: #5E5F60;
}

#signup-inner {
  width: 100%;
  background: #5E5F60;
}

#signup-text {
  float: left;
  width: 47%;
  padding: 20px 1%;
}

#signup-text h3 {
  color: #B31622;
  font-size: 60px;
  line-height: 1em;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
}

#signup-text div {
  color: white;
  background: #593837;
  border-radius: 5px;
  margin: 20px 0;
  padding: 15px;
  text-align: center;
}

#signup-text p.signup-or {
  font-size: 30px;
  color: #B31622;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}

form {
  margin: 0;
  padding: 0;
}
/* ==================================================
   Alerts
================================================== */

.alert {
  	margin-bottom: 20px;
  	padding: 15px 35px 15px 15px;
	border: 1px solid #efefef;
  	-webkit-border-radius: 0px;
       -moz-border-radius: 0px;
          	border-radius: 0px;
  	background-color: #f8f8f8;
	text-shadow: none;
}

.alert .close {
 	position: relative;
  	top: 0px;
  	right: -22px;
	color: #FFFFFF;	
	text-shadow: none;
  	line-height: 20px;
	
	-webkit-transition: opacity 0.1s linear 0s;
	-moz-transition: opacity 0.1s linear 0s;
	-ms-transition: opacity 0.1s linear 0s;
	-o-transition: opacity 0.1s linear 0s;
	transition: opacity 0.1s linear 0s;
}

.alert .close:hover {
	text-decoration:none;
	opacity: 1;
}
.alert-standard {
	border-color:#efefef;
  	background-color: #f8f8f8;
}
.alert-standard, .alert-standard .close {
	color:#666;
}
.alert-success {
	border-color:#d6e9c6;
  	background-color: #dff0d8;
}
.alert-success, .alert-success .close {
	color:#468847;
}
.alert-danger,
.alert-error {
	border-color:#ebccd1;
  	background-color: #f2dede;
}
.alert-danger, .alert-danger .close,
.alert-error, .alert-error .close {
	color:#b94a48;
}
.alert-info {
	border-color:#bce8f1;
  	background-color: #d9edf7;
}
.alert-info, .alert-info .close {
	color:#3a87ad;
}
.alert-warning {
	border-color:#faebcc;
  	background-color: #fcf8e3;
}
.alert-warning, .alert-warning .close {
	color:#c09853;
}


#signup-form {
  float: right;
  width: 47%;
  margin: 20px 1%;
}

#signup-form p {
  color: #B31622;
  font-size: 16px;
}

input, textarea {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;
  display: block;
  width: 100%;
  border-radius: 5px;
  font-size: 20px;
  border: 1px solid #ccc;
  padding: 11px;
  margin: 0 0 24px;
}

.signup-form-button {
  text-align: center;
  margin-bottom: 20px;
}

#about {
  position: relative;
  background: url('../images/slider_2.jpg');
  background-position: 50% 0;
  background-repeat:no-repeat;
  background-size:cover;
  -ms-behavior: url('../css/backgroundsize.min.htc');
  width:100%;
  height:500px;
}

#safety {
  position: relative;
  background: url('../images/slider_3.jpg');
  background-position: 50% 0;
  background-repeat:no-repeat;
  background-size:cover;
  -ms-behavior: url('../css/backgroundsize.min.htc');
  width:100%;
  height:500px;
}

#about-text {
  float: right;
  right: 15%;
  margin-top: 12%;
  width: 420px;
  color: white;
}

#about-text p {
  margin-bottom: 15px;
}

#about-text h4 {
  font-size: 42px;
  font-style: italic;
  margin: 0;
}

#about img {
  width: 100%;
}

#about-blurb {
  background: #5E5F60;
}

#about-blurb-inner {
  width: 98%;
  margin: auto;
  padding: 20px 1%;
  color:#FFFFFF;
}

#about-blurb-inner img {
  float: left;
  margin-right: 20px;
}

#map {
  background-color:#ffffff;
  padding-top:0px;
}

.ourclients {
  background-color:#5E5F60;
  width:100%;
  padding:10px 0;
  text-align: center;
}

#ourclients img {
  display: inline-block;
}

#contact {
  color: #616161;
}
#contact h3 {
  font-size: 40px;
  font-weight: 400;
  margin: 0;
  color: #616161;
}
#contact h2 {
  font-size: 40px;
  font-weight: 800;
  margin: 0;
  color: #ffffff;
}

#contact h3 span {
  color: #B31622;
}
#contact p {
  line-height: 2em;
}
#contact-inner {
  width: 98%;
  margin: auto;
  padding: 20px 1%;
}

#contact-text {
  padding-left: 20px;
  width: 100%;
  width: 48%;
}

#contact-form {
  float: right;
  width: 46%;
}

#contact-phone {
  border-top: 3px dotted #B31622;
  border-bottom: 3px dotted #B31622;
  margin: 20px 0;
  font-size: 34px;
}
.tx_txt {
	padding-top:20px;
	padding-bottom:0px;
	float:left;
}
.tx_img {
	padding-bottom:0px;
	float:left; 
}
.location_txt {
	padding-top:25px;
	padding-top:105px;

}
#message{
	margin-top:20px;
}
#footer {
  background-color:#B31622;
  width:100%;
  padding: 60px 0;
  text-align: center;
  color: white;
  font-size: 12px;
}

#footer a {
  color: white;
}

}

@media screen and (max-width : 1400px){
  .ourclients {
    padding: 0;
  }
   .row > div {
  margin:auto 0;
  margin-left:33%;
  padding-top:300px;
  width: 20%;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;
  text-align: center;
   /*border-right: 1px solid #422929; */
}
}


@media screen and (max-width : 1024px){
  #home {
    height: 350px;
  }
  .logo {
    display: none;
  }
  nav .wrap {
    text-align: center;
  }
  nav ul {
    float: none !important;
    display: inline-block;
	padding: 0;
  }
   .row > div {
  margin:auto 0;
  margin-left:25%;
  padding-top:300px;
  width: 20%;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;
  text-align: center;
   /*border-right: 1px solid #422929; */
}
}


@media screen and (max-width : 768px){
  #home {
    height: 300px;
  }
   nav ul {
  padding: 0;
  }
  nav ul li {
    font-size: 13px;
  }
  .row > div {
  margin:auto 0;
  margin-left:56%;
  padding-top:300px;
  width: 20%;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;
  text-align: center;
   /*border-right: 1px solid #422929; */
}
}

@media screen and (max-width : 568px){
  #about-text {
    float: right;
    margin: 100px 5px;
    width: 50%;
    font-size: 14px;
  }
  #about-text h4{
    font-size: 30px;
  }
  #shield p{
    font-size: 13px;
  }
  #shield a {
    font-weight: 800;
    padding: 1px 6px;
    font-size: 11px;
  }
  #home {
    height: 250px;
  }
  nav ul {
  padding: 0;
  }
  nav ul li {
    font-size: 9px;
  }
  nav ul li a {
    padding-left: 1px;
    padding-right: 1px;
  }
  #signup-text {
    float:none;
    width: 98%;
  }
  #signup-form {
    float:none;
    width: 98%;
  }
  #contact-text {
    float: none;
    width: 98%;
  }

  #contact-form {
    float: none;
    width: 98%;
  }
  #about-blurb-inner img {
    float: none !important;
    display: block;
    margin: 5px auto 15px;
  }
  .contact-button {
    text-align: center;
  }
   .row > div {
  margin:auto 0;
  margin-left:52%;
  padding-top:300px;
  width: 30%;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;
  text-align: center;
   /*border-right: 1px solid #422929; */
}
}

@media screen and (max-width : 320px){
  #home {
    height: 210px;
  }
   nav ul {
  padding: 0;
  }
   .row > div {
  margin:auto 0;
  margin-left:40%;
  padding-top:300px;
  width: 50%;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;
  text-align: center;
   /*border-right: 1px solid #422929; */
}
}
