/************************************************ Background ************************************************/
body {
	background:#e3e5e9;
}

input[type='submit']
{
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

/************************************************ Format ************************************************/

body, select, input, textarea {
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
	color:#303030;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, h2, h3{
	font-family: "aktiv-grotesk",sans-serif;
	font-style: normal;
	font-weight: 900;
}

h1 {
	font-size:30px;
	font-weight:900;
}

h2 {
	font-size:28px;
	font-weight:900;
	line-height: 1.285714em;
}

h3 {
	font-size:18px;
	font-weight:900;
}

h4 {
	font-size:24px;
	font-weight:900;
}

h5 {
	font-size:12px;
	font-weight:900;
}

h6 {
	font-size:10px;
	font-weight:900;
}

p {
	font-size:14px;
	line-height:1.428571em;
	padding:0 0 15px;
}

p.headline {
	font-size:16px;
	line-height:1.375em;
	padding:0 0 15px;
}

a {
	color:#303030;
	padding:0 0 2px;
	border-bottom:1px solid #f68f2d;
	text-decoration:none;
	-moz-transition: all 0.3s ease-out;  /* FF3.7+ */
	-o-transition: all 0.3s ease-out;  /* Opera 10.5 */
	-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
	transition: all 0.3s ease-out;
}

a:hover {
	color:#f68f2d;
}

img, object, embed, video {
	max-width: 100%;
}

img {
	height:auto;
}

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

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

a.btn {
	background:#f68f2d;/*orange is the default colour for a button*/
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
		    border-radius: 5px;
	padding:0 25px 0 0;
	color:#fff;
	font-size:14px;
	border:none;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:1px;
	display:inline-block;
	margin:10px 0 0;
	overflow: hidden;
}

a.btn:hover {
	background:#303030;
	text-decoration:none;
}

a.btn span {
	padding:10px 0 10px 25px;
	float:left;
}

a.btn.grey {
	background:#dddfe0;
	color:#434c53;
}

a.btn.grey:hover {
	background:#f68f2d;
	color:#fff;
	text-decoration:none;
}

a.btn span.arrow {
	width: 0;
	padding:0;
	height: 0;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	border-left: 18px solid #d67c27;
}

a.btn.grey span.arrow {
	border-left: 18px solid #c4c6c7;
}

#nav_res {
	display:none;
}


/************************************************ Layout ************************************************/

.row {
	width:100%;
	padding:0 5%;
	float:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.row.darkgrey {
	background:#202020;
	padding:20px 5%;
}

.row.darkgrey p {
	float:left;
	font-size:22px;
	padding:10px 0 10px 5%;
	color:#fff;
}

.row.darkgrey a.btn {
	float:right;
	margin:10px 5% 0 0;
}

.row_inner {
	max-width: 1150px;
	min-width: 900px;
	margin:0 auto;
}

#wrapper {
	width:100%;
	float:left;
	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(../images/hppic.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height:790px;
}
.plain #wrapper {
    height: auto;
    background: #212121;
}
#wrapper.about {
	background-image: url(../images/aboutbg.jpg);
}
#wrapper.contact {
	background-image: url(../images/contactbg.jpg);
}
#wrapper.desert {
	background-image: url(../images/servicesbg.jpg);
}
#wrapper.careers {
	background-image: url(../images/careersbg.jpg);
}
#wrapper.news {
	background-image: url(../images/newsbg.jpg);
}

#container {
	max-width: 1150px;
	min-width: 900px;
	margin:0 auto;
}

header {
	width:100%;
	float:left;
	padding:50px 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#logo {
	width:249px;
	float:left;
}

#logo a {
	border-bottom:none;
}

#logo a:hover {
	opacity:0.8;
}

#logo img {
	width:100%;
}

nav {

}

nav ul {
	float:right;
}

nav ul li {
	display:inline-block;
	vertical-align:top;
	margin:20px 35px 0 0;
}

nav ul li:last-child {
	margin:20px 0 0;
}

nav ul li a {
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	padding:0 0 10px;
	font-weight:bold;
	border-bottom:none;
}

nav ul li a:hover, nav ul li.selected a{
	border-bottom:2px solid #f68f2d;
	text-decoration:none;
	color:#f58e2d;
}

/************************************************ Homepage content ************************************************/

.hp_title {
	max-width: 1150px;
	min-width: 900px;
	margin:180px auto 0;
}
.hp_title h1{
	max-width: 90%;
}
.hp_title h1,
.hp_title h2 {
	font-size:48px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
}

.hp_title h2 {
	font-size:24px;
	margin:10px 0 20px;
}

.hp_content {
	max-width: 1150px;
	min-width: 900px;
	margin:-120px auto 0;
	border-top:2px solid #787878;
	padding:20px 0 0;
	position:relative;
}

h3.feature_title {
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
	margin:0 0 30px;
	float:left;
}

.hp_container {
	border-top-left-radius:7px;
	border-top-right-radius:7px;
	background:#fff;
	width:100%;
	float:left;
}

ul.service_list {
	display:table;
    width:100%;
    table-layout:fixed;
}

ul.service_list h3{
	text-transform: uppercase;
}

ul.service_list li {
	border-right:1px solid #ebedef;
	border-bottom:2px solid #ebedef;
	display:table-cell;
	box-sizing:border-box;
	font-size:14px;
	text-align:center;
	line-height:1.5em;
	vertical-align:top;
}

ul.service_list li a {
	border:none;
	padding:30px;
	width:100%;
	display:table-cell;
}

ul.service_list li a:hover {
	border:none;
	opacity:0.5;
	color:#303030;
}

ul.service_list li img {
	width:70%;
	margin:0 0 20px;
}

ul.service_list li:last-child {
	border-right:none;
}

ul.service_list li strong {
	font-size:18px;
	width:100%;
	margin:0 0 10px;
	float:left;
	text-transform:uppercase;
}

.hp_row {
	 display:table;
	 width:100%;
	 table-layout: fixed;
}

.hp_row h1,
.hp_row h2,
.hp_row h3,
.hp_row h4 {
	 text-transform:uppercase;
	 margin:0 0 15px;
	 font-size:36px;
}

.hp_row h2 {
	 font-size:30px;
}

.hp_row h3 {
	 font-size:24px;
}

.hp_row h4 {
	 font-size:20px;
}

.hp_box {
	display:table-cell;
	width:50%;
	box-sizing:border-box;
	padding:50px;
	vertical-align:top;
}

.hp_box.grey {
	background:#46484b;
	color:#fff;
}

.hp_box.orange {
	background:url(../images/orangebg.jpg) no-repeat top right #f68f2d;
	color:#fff;
}

.hp_box.imagebox {
	background-size:cover!important;
}
.stats_wrap{
	float: left;
	width: 100%;
	max-width: 340px;
}
.stat100 {
	width:100%;
	float:left;
	margin:0 0 16px;
}
.stat100.first {
	margin:0 0 28px;
}
.stat50 {
	width:45%;
	display:inline-block;
	vertical-align:top;
	margin:0 5% 16px 0;
}

.stat50.nomarg {
	margin:0 0 16px;
}
.stat50.last {
	margin:0 !important;
}

.hp_box.orange p.large {
	font-size:36px;
	padding:0;
	font-weight:bold;
}

.hp_box.orange p {
	font-size:20px;
	padding:0;
	line-height:1.3em;
}



/************************************************ Main Content ************************************************/

.main_title {
	max-width: 1150px;
	min-width: 900px;
	margin:150px auto 0;
	padding:30px 0 0;
	border-top:2px solid #787878;
}
.main_title h1,
.main_title h2 {
	font-size:48px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	margin:0 0 30px;
}

.main_title h2 {
	font-size:48px;
}

.plain .main_content {
	border-top: none;
	margin: 0 auto;
}
.main_content {
	max-width: 1150px;
	min-width: 900px;
	margin:-365px auto 0;
	border-top:2px solid #787878;
	padding:60px;
	position:relative;
	box-sizing:border-box;
	background:rgba(255,255,255,.6);
}

.main_content.nomarg {
	margin:0 auto;
	padding:0;
	border-top:none;
}

.main_content.moremarg {
	margin:-365px auto 0;
	border-top:none;
	padding:0;
}

.main_content h1,
.main_content h2 {
	font-size:30px;
	margin:0 0 30px;
	text-transform:uppercase;
	line-height:1.3em;
}

.main_content h4 {
	font-size:14px;
	margin:0 0 10px;
	text-transform:uppercase;
	line-height:1.3em;
}
.main_content ul {
	list-style-type: disc;
	font-size: 14px;
    line-height: 1.428571em;
    margin-left: 15px;
    margin-bottom: 1em;
}

.aboutblock {
	width:80%;
	margin:0 auto;
}

.aboutblock img {
	margin:0 0 30px;
}

.aboutblock .maintext {
	margin:50px 0 0;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
}

.grey_top {
	position:absolute;
	max-width: 1150px;
	min-width: 900px;
	margin:auto;
	bottom:0;
	right:0;
	left:0;
	box-sizing:border-box;
	background:url(../images/careersbg.png) no-repeat bottom right rgba(70,72,75,.8);
	padding:60px 0 0;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
	color:#fff;
}
.grey_top h1{
	font-family: "nimbus-sans",sans-serif;
	font-style: normal;
	font-weight: 400;
}
.grey_top.truck {
/* 	background:url(../images/truck2.png) no-repeat bottom right rgba(70,72,75,.8); */
background: #46484b;
background: rgba(70,72,75,.8);
}

.grey_left {
	width:55%;
	float:left;
	padding:0 0 30px 5%;
}

.grey_left h1 {
	font-size:28px;
	margin:0 0 20px;
}

.grey_left p {
	font-size:16px;
	padding:0 0 16px;
}

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

.content_section {
	width:100%;
	float:left;
	padding:60px 80px;
	box-sizing:border-box;
	border-top:1px solid #ebedef;
}

.content_section.nopadd {
	padding:60px 80px 0;
}

.content_section h1,
.content_section h2,
.content_section h3,
.content_section h4,
.content_section h5,
.content_section h6 {
	font-size:50px;
	margin:0 0 20px;
	line-height:1.5em;
}

.content_section h2 {
	font-size:48px;
	margin:0;
	text-transform:uppercase;
}

.content_section h3 {
	font-size:30px;
	margin:0 0 15px;
	text-transform:uppercase;
}

.content_section h3 a {
	border:none;
}

.content_section h4 {
	font-size:22px;
	margin:0 0 20px;
	font-weight:normal;
	text-transform:none;
	line-height:1.272726em;
}

.content_section h5 {
	font-size:18px;
	margin:0 0 10px;
}

.content_section h6 {
	font-size:14px;
	margin:0 0 10px;
	text-transform:uppercase;
}

.content_section p {
	font-size:16px;
	line-height: 1.375em;
	padding:0 0 18px;
}

.content_section p.large {
	font-size:28px;
	padding:0;
}

.content_section ul.careers_list{
	font-size: 16px;
	margin: 1em 0 1.5em 1.5em;
}
.content_section ul.careers_list li{
	margin: 0 0 .5em 0;
}

.content_section .icon {
	font-size:56px;
	margin:0 20px 0 0;
	color:#f68f2d;
}

.content_left {
	width:38%;
	float:left;
	padding-right: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.content_right {
	width:62%;
	float:right;
}

.content_right ul li, .careers_list li {
	list-style-type:circle;
	margin:0 0 8px 15px;
	color:#f68f2d;
	font-size:24px;
}

.content_right ul li span, .careers_list li span{
	color:#303030;
	font-size:16px;
	line-height:1.3em;
}

.news_item {
	background: #fff;
}
.news_left {
	width:30%;
	float:left;
}

.news_left img {
	width:100%;
	float:left;
	border-radius:5px;
}

.news_right {
	width:65%;
	float:right;
	margin:5px 0 0;
}
.news_right.full_width {
	width: 100%;
}
ul.pagination {
	width:100%;
	float:left;
	border-top:1px solid #ebedef;
	padding:30px 7.8%;
	text-align:center;
	box-sizing:border-box;
}

ul.pagination li {
	display:inline-block;
	vertical-align:top;
	margin:0 5px 0 0;
}

ul.pagination li a {
	font-size:16px;
	padding:4px 8px;
	border:1px solid #ebedef;
}

ul.pagination li a.deactived {
	opacity:0.4;
}

ul.pagination li a:hover,
ul.pagination li.active a {
	background:#eeeff2;
	border:1px solid #ebedef;
}

ul.breadcrumbs {
	width:100%;
	float:left;
	padding:0 0 20px;
	box-sizing:border-box;
}

ul.breadcrumbs li {
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	margin:0 5px 0 0;
	line-height:1.5em;
}

ul.breadcrumbs li a {
	padding:0 0 2px;
	border-bottom:1px solid #f68f2d;
	margin:0 5px 0 0;
}

ul.pagination li a:hover {
	color:#f68f2d;
}

ul.servicestats {
	width:100%;
	display:table;
	table-layout:fixed;
	border-left:1px solid #ebedef;
}

ul.servicestats li {
	display:table-cell;
	vertical-align:middle;
	border-right:1px solid #ebedef;
	text-align:center;
	color:#303030;
	padding:40px 0;
	margin:20px 0 0;
	font-size:22px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
}

ul.servicestats li strong {
	font-size:42px;
}

/************************************************ Contact ************************************************/

#contact_left {
	width:40%;
	float:left;
	background:#46484b;
}

#contact_left_inner {
	width:100%;
	float:left;
	padding:50px 10%;
	box-sizing:border-box;
}

#contact_left_inner h3 {
	font-size:30px;
	text-transform:uppercase;
	color:#fff;
}

.contact_detail {
	width:100%;
	float:left;
	padding:20px 0;
	border-bottom:1px solid #57595b;
}

.contact_detail .icon {
	width:5%;
	padding-right:5%;
	float:left;
	font-size:20px;
	color:#f58e2d;
	clear:both;
}

.contact_detail .text {
	width:90%;
	float:left;
	font-size:16px;
	line-height:1.5em;
	color:#dedede;
}

.contact_detail a {
	color:#fff;
	border-color:#fff;
}

.contact_detail a:hover {
	color:#fff;
	border:none;
}

#contact_right {
	width:60%;
	float:left;
	box-sizing:border-box;
	padding:50px 5%;
}

#contact_right h3 {
	font-size:30px;
	text-transform:uppercase;
	margin:0 0 10px;
}

#contact_right p {
	font-size:16px;
	padding:0 0 25px;
}

p.red_text {
	color:#F00;
}

p.green_text {
	color:#29b09a;
}

#contact_right .form_item {
	width:100%;
	float:left;
	margin:0 0 15px;
}

#contact_right .form_item.right {
	float:right;
}

#contact_right .form_item input {
	border:none;
    border:1px solid #ececec;
	box-sizing: border-box;
    color: #303030;
	background:#fff;
    float: left;
    font-size: 16px;
    height: 45px;
    padding: 12px 0 10px 10px;
    width: 100%;
}
#contact_right .form_item input:focus,
#contact_right textarea:focus, #contact_right .form_item.required input, #contact_right .form_item_message.required textarea  {
	border:1px solid #f68f2d;
}

#contact_right .form_item label,
#contact_right .form_item_message label{
   display:none;
   font-size:16px;
   margin:0 0 5px;
}

.form_item_message textarea {
	font-size: 16px;
	border:none;
    border:1px solid #D8D8D8;
	margin:0 0 10px;
	height:120px;
	background:#fff;
	width:100%;
	padding: 12px 0 10px 10px;
	box-sizing: border-box;
}

#form_captcha {
	width:50%;
	float:left;
	margin:0;
}

.form_item label.warning,
.form_item_message label.warning {
	color:#F00;
}

.submit {
	overflow: hidden;
	background:#f68f2d;/*orange is the default colour for a button*/
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
		    border-radius: 5px;
	padding:0 25px 0 0;
	color:#fff;
	float:right;
	font-size:14px;
	border:none;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:1px;
	margin:32px 0 0;
	cursor:pointer;
}

.submit:hover {
	background:#303030;
	text-decoration:none;
}

.submit span {
	padding:10px 0 10px 25px;
	float:left;
}

.submit span.arrow {
	width: 0;
	padding:0;
	height: 0;
	margin-left:-3px;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	border-left: 18px solid #d67c27;
}

#mapholder {
	width:100%;
	float:left;
	height:265px;
}

#mapholder img, #mapholder object, #mapholder embed, #mapholder video {
	max-width:none;
	width:auto;
}

#mapholder img {
	height:auto;
}

#mapholder p {
	color:#000;
	font-size:14px;
	padding:0;
}

#mapholder p strong {
	font-weight:bold;
}


/************************************************ Footer ************************************************/

footer {
	width:100%;
	float:left;
	padding:60px 5%;
	background:#202020;
	box-sizing: border-box;
}

.footer_bottom {
	width:100%;
	float:left;
	border-top:1px solid #373737;
	padding:25px 0 0;
	margin:30px 0 0;
	color:#6f6f6f;
	font-size:14px;
}

.footer_bottom span {
	margin-right:20px;
}

.footer_bottom a {
	color:#6f6f6f;
	border-bottom:none;
}

.footer_bottom a:hover {
	color:#fff;
	text-decoration:none;
}
.choose_service_outer{
	float: left;
	position: relative;
	background: #fff;
}
.choose_service{
	border: 0;
	background: 0;
	font-size: 28px;
	color: #f68f2d;
	background: #fff;
}
.services_list{
	top: 50px;
	position: absolute;
	display: none;
	background: #fafafa;
	width: 300px;
	border: 1px solid #ddd;
}

.services_list:after{
    top: -15px;
    left: 20px;
    bottom: auto;
    border-width: 0 15px 15px;
    border-color: #ddd transparent;
    content: "";
    position: absolute;
    border-style: solid;
    display: block;
    width: 0;
}
.services_list ul li{
	list-style: none !important;
	margin: 0;
	padding: .5em;
	border-bottom: 1px solid #ddd;
}
.services_list ul li.last{
	border-bottom: 0;
}
.services_list ul li a{
	border: 0;
	font-size: 18px;
}

#error h2 {
	margin-bottom: 20px;
}
#error h4 {
	font-size: 32px;
	color: #fff;
	margin-bottom: 50px;
	font-weight: 400;
}

#accreds {
	float: right;
    margin-top: 30px;
}
#accreds img {
	height: 80px;
	margin-left: 15px;
}

/************************************************ Smaller screens ************************************************/

@media only screen and (max-width: 1100px) {

nav ul li {
    margin: 20px 15px 0 0;
}

.main_title {
	margin:100px 0 0;
}

.main_content,
.main_content.moremarg {
    margin: -400px auto 0;
}

.aboutblock {
    margin: 0 auto;
    width: 80%;
}

#form_captcha {
    float: left;
    margin: 0;
    width: 100%;
}

.submit {
	margin:10px 0 0;
	float:left;
}

}

@media only screen and (max-width: 1023px) {

.main_title {
	min-width: 0;
	margin:100px 0 0;
	width:100%;
	float:left;
	padding:30px 0 0;
	border-top:2px solid #787878;
}

.main_content, .main_content.moremarg {
	min-width: 0;
	width:100%;
	float:left;
	margin:-350px 0 0;
}

.row_inner {
	min-width: 0;
	margin:0;
	width:100%;
	float:left;
}

#container {
	min-width: 0;
	margin:0;
	width:100%;
	float:left;
}

.hp_title {
	min-width: 0;
	margin:180px 0 0;
	width:100%;
	float:left;
}

.hp_content {
	min-width: 0;
	margin:-120px 0 0;
	width:100%;
	float:left;
}

.grey_top {
	position:absolute;
	max-width: 1150px;
	min-width: 0;
	width:100%;
	margin:auto;
	bottom:0;
	right:0;
	left:0;
	background: rgba(70,72,75,.8);
}

.grey_top.truck {
	background: rgba(70,72,75,.8);
}

nav ul {
    float: left;
	text-align:center;
	width:100%;
	margin:10px 0;
}

.grey_left {
    width: 100%;
	box-sizing:border-box;
	padding:0 5%;
}

.content_section h3 {
    font-size: 26px;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.content_left {
    float: left;
    width: 35%;
}

.row.darkgrey p {
    padding: 10px 0;
    width: 100%;
}

.row.darkgrey a.btn {
    float: left;
    margin: 10px 5% 0 0;
}

.contact_detail .icon {
	width:10%;
}

.contact_detail .text {
	width:85%;
}

.contact_detail .text span {
	width:100%;
	float:left!important;
	margin:0 0 10px;
}

ul.breadcrumbs li a {
    padding: 0;
}

}



/************************************************ Mobile ************************************************/

@media handheld, only screen and (max-width: 767px) {

header {
	border-bottom:1px solid #373737;
	color:#000;
	padding:0;
	background:#202020;
	position:fixed;
	z-index:99999;
}

#logo {
	width:208px;
	padding:10px 0 10px 5%;
}

header nav {
	display:none;
}

nav.showit {
	display:block;
}

nav ul {
    text-align:left;
	border-top:1px solid #373737;
	margin:0;
}

nav ul li,
nav ul li:last-child {
    margin: 0;
	width:100%;
	float:left;
}

nav ul li:last-child a {
	border-bottom:none;
}

nav ul li a {
	width:100%;
	float:left;
	padding:10px 5%;
	box-sizing:border-box;
	border-bottom:1px solid #373737;
}

nav ul li a:hover {
	border-bottom:1px solid #f68f2d;
	color:#f68f2d;
}

#nav_res {
	display:block;
	font-size:20px;
	border:none;
	float:right;
	border-left:1px solid #373737;
}

#nav_res a {
	color:#fff;
	border:none;
	padding:18px 15px;
	float:left;
}

#nav_res a:hover {
	color:#202020;
	background:#fff;
}

/************************************************ Mobile Layout ************************************************/

#wrapper.hp {
	height:600px;
}
#wrapper {
	height:auto;
}

.main_title {
	padding:30px 5%;
	box-sizing:border-box;
}

.main_title h2 {
    font-size: 42px;
}

.main_content, .main_content.moremarg {
	margin:0;
	padding:30px 5%;
}

.row {
    box-sizing: border-box;
    float: left;
    padding: 0;
    width: 100%;
}

.hp_title {
    box-sizing: border-box;
    margin: 110px 0 0;
    padding: 0 5%;
}

.hp_title h1, .hp_title h2 {
	font-size:24px;
}

h3.feature_title {
    box-sizing: border-box;
    margin: 0 0 30px;
    padding: 0 5%;
    width: 100%;
}

ul.service_list li {
	display:table-row;
}

ul.service_list li a {
    border: medium none;
    display: table-cell;
    padding: 20px 5%;
    width: 100%;
}

ul.service_list li img {
    margin: 0 0 20px;
    width: 40%;
}

ul.servicestats li {
	font-size:18px;
}

.hp_box.imagebox {
    background-size: cover !important;
    height: 200px;
}

.hp_box {
    display: block;
    float: left;
    padding: 30px;
    width: 100%;
}

.grey_top {
    bottom: 0;
    float: left;
    left: 0;
    margin: auto;
    max-width: 1150px;
    min-width: 0;
    position: relative;
    right: 0;
    width: 100%;
}

.content_left {
    float: left;
    width: 100%;
}

.content_left img {
    width: 50%;
	margin:0 0 20px;
}

.content_right {
    float: left;
    width: 100%;
}

.main_content h1, .main_content h2 {
    font-size: 24px;
}

.aboutblock {
    margin: 0;
	float:left;
    width: 100%;
}

.aboutblock .maintext {
	margin:50px 0 0;
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
    -webkit-column-gap: 0; /* Chrome, Safari, Opera */
    -moz-column-gap: 0; /* Firefox */
    column-gap: 0;
}

.content_section {
    padding: 30px 7.8%;
}

.news_left {
    float: left;
    width: 100%;
}

.news_right {
    float: right;
    margin: 5px 0 0;
    width: 100%;
}

.main_content.moremarg .content_section {
    padding: 30px 0;
}

#contact_left {
    background: #46484b none repeat scroll 0 0;
    float: left;
    width: 100%;
}

#contact_right {
    float: left;
    width: 100%;
}

.footer_bottom span {
    float: left;
    margin-right: 0;
    width: 100%;
}

}

/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) {


}