html{
  font-size: 16px;
}


body{
  text-align: center;
  padding:1em 2em;
  font : 100%/1.4 'Helvetica Neue', arial, helvetica, helve, sans-serif;
  background-color: #eff2f7;
} 

p{
  margin-bottom: 1em;
}   

#page{
  max-width: 1340px;
  margin: 0 auto; 
  text-align: left;
  background-color: #fff;
}

.header_top{
  width: 100%;
  background-color: #2e2e2e;
  text-align: center;
  margin-bottom: 20px;
}

.header_top h2{
  color: #fff;
  font-size: .9em;
}

.header{
  text-align: center;
}

.header .col{
  margin-bottom: 0;
}

.logo{
 color: #606060;
 font-style: italic;
}

.logo img{
  width: 90%;
  max-width: 275px;
  }
.phone{
  color: #505050;
}
.phone .freephone{
  color: #0298cb;
  font-size: 1.3em;
  font-style: italic;
  font-weight: bold;
}

.phone .phone_no{
  font-size: 2.2em;
  font-weight: bold;
}

.phone img{
 width: 90%;
 max-width: 330px;
 padding-top: 3em;
 padding-bottom: 2em;
}

.header_nav a{
  color: #126287;
}

.header_spacer{
  min-height: 10px;
  max-height: 341px;
  background-color: #666666;
}

.header_logo{
  width: 100%; 
  height: 100%;
   
  /*max-width: 837px;*/
  max-height: 341px; 
  background-image: url(/images/header_back_new.jpg);
  /*background-size: cover;*/
  margin: auto;    
}

.header_box{
  width: 90%;
  margin: 0 auto;
}

.header_box_left{
  width: 60%;
  float: left;
  padding-top: 25px;
}

.header_box_right{
  width: 40%;
  float: right;
}

.header_box img{
  width: 100%;
  max-width: 509px;
  padding-top: 3em;
}
.categories{
  text-align: center;
}

.box{
  border: 1px solid #cccccc;
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
}

.box img{
  padding: 1em;
  width: 75%;
  max-width: 206px;
}
ul.bullet{
  color: #126287;
  list-style: none;
  font-size: 1.2em;
  padding-left:30px;
  padding-right:10px;
  padding-top: 50px;
  margin: 10px 5px;
  width: 60%;
  height: 100%;
  text-align: left;
}

ul.bullet li{
  background: url(/images/bullet.gif) left center no-repeat;
  padding:5px 0px 5px 20px;
  }

.ticks{
  margin: 0 auto;
}
.ticks ul{
  list-style-position: inside;
  list-style: none;
  font-size: 1em;
  padding-left:10px;
  padding-right:10px;
  text-align: left;
  padding-top: 30px;
}


.ticks li{
  background: url(/images/tick.png) left center no-repeat;
  padding:5px 0px 5px 20px;
  }

.main_text{
  padding: 1em;
}

.main_text p{
  padding-left: 1em;
}

.main_text h1{
  font-size: 1.5em;
  padding: 1em;
}

.footer{
  color: #fff;
  background-color: #666666;
  text-align: center;
  margin: 10px 0;
  padding: 20px;
}
.footer h3{
  padding: 10px;
}



.footer ul{
  list-style-position: inside;
  padding-bottom: 20px;  
}
.footer_text{
  font-size: .75em;
  width: 75%;
  margin: 0 auto;
  text-align: center;
}
.recent_image{
  padding: 15px;
  text-align: center;
}

.recent_image img{
  width: 75%;
}

.footer input[type=text], input[type=textarea] {
  width: 75%;
}

.footer input[type=submit]{
  width: 30%;
  margin-top: .75em;
  margin-left: 25%;
  margin-right: 25%;
}

.footer .label{
  padding-top: 1em;

}

.footer_contact p{
  font-size: .9em;
}

.footer_phone{
  font-weight: bold;
}

.recent{
  margin-top: 2em;
}

.recent_text{
  padding: 2em;
  width: 75%;
}
.recent img{
  width: 75%;
  max-width: 400px;
  margin: 0 auto;
}

.recent ul, .main_text ul{
  padding-left: 2em;
  padding-bottom: 1em;
}

@media screen and (max-width: 600px) {
  .hide_mobile {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }
}





a.button {
		font-size:1.2em;
		color:#000;
		text-decoration:none;
		display:block;
		width:90%;
		padding:0.5em;
		border:1px solid #DDD;
		text-align:center;
    margin:0 auto;

		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		-o-border-radius:5px;
		border-radius:5px;

		background:#FFFFFF;
		background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#EEE));
		background:-moz-linear-gradient(0% 90% 90deg, #EEE, #FFF);

		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	}
	a.button:hover {
		color:#fff;
		border-color:#3278BE;

		background:#4195DD;
		background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#4195DD), to(#003C82));
		background:-moz-linear-gradient(0% 90% 90deg, #003C82, #4195DD);
	}
	a.button:active {
		background:#4195DD;
		background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#003C82), to(#4195DD));
		background:-moz-linear-gradient(0% 90% 90deg, #4195DD, #003C82);
	}

	a.button.notransitions {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
  
.button_more {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button_more:hover {
	text-decoration: none;
}
.button_more:active {
	position: relative;
	top: 1px;
}

.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}


@media screen and (min-width: 601px) and (max-width: 970px){
  a.button{
    font-size: 1em;
  }
  
  .main_text h1{
    font-size: 1.2em;
  }
  
  .phone .phone_no{
  font-size: 2em;
  }
}
@media screen and (min-width: 601px) and (max-width: 800px){
  a.button{
    font-size: 0.8em;
  }
  
  .footer .span_1_of_4{
		width: 100%; 
	}
  
  ul.bullet{
    font-size: 1em;
  }
  
  .header_box img{
    padding-top: 5em;
  }
  
  .main_text h1{
    font-size: 1em;
  }
  
  .recent_text{
    font-size: .9em;
    padding: 1em;
  }
  
  .phone .phone_no{
  font-size: 1.5em;
  }
  
  .phone .freephone{
      font-size: 0.8em;
    }
}

@media screen and (max-width: 600px){
  .ticks{
    width: 50%;
    margin: 0 auto;
    padding-top: 5px;
    font-size: .9em;
  }
  
  .header_spacer{
   background: url(/images/aerial_single.jpg) center no-repeat;
   background-size: contain;
   width: 100%;
   height: 150px;
   margin: 20px 0;
  }
  
  .main_text h1{
    font-size: 1em;
    padding: 1em;
  }
  .main_text p{
    font-size: .8em;
  }
  
  .recent_text{
    font-size: 0.8em;
  }
   .header_nav .col{
      padding-bottom: 1em;
   }
   
   .phone .phone_no{
      font-size: 1.5m;
   }
   .phone .freephone{
      font-size: 1em;
    }
  .phone{
    padding-bottom: 1em;
  }
} 