/*
Theme Name: ZephIR Lidar 2016 Theme
Theme URI: http://www.zephirlidar.com
Description: ZephIR Lidar 2016 theme
Author: Creatomatic Ltd
Author URI: http://www.creatomatic.co.uk
*/


@media all {
    .page-break	{ display: block; page-break-before: always; }
}


html, body {
	margin: 0;
	padding: 0;
	font-family: 'nexa_lightregular', 'Helvetica', 'Arial', serif;
	color:#252223;
	font-size:15px;
	background: #fff;
}

h1, h2, h3 {
	font-family: 'nexa_boldregular', 'Helvetica', 'Arial', serif;
	margin: 0;
}

img {
	border: 0;
	height: auto;
	max-width: 100%;
}

iframe{
	max-width: 100%;
}

iframe img{
	max-width: inherit;
	height: auto;
}

.office-map-container img{
	max-width: none;
}

.clearer {
	clear:both;
	height: 0;
}

*:focus {  
	outline: none;
}

a {
	color:#fa8300;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

::selection {
	background: #fa8300; /* Safari */
	color:#fff;
}

::-moz-selection {
	background: #fa8300; /* Firefox */
	color:#fff;
}

.centred {
	margin: 0 auto;
	text-align: left;
	max-width: 1100px;

	position: relative;
}

.hr, hr {
	background:url(images/hr.png) repeat-x top left;
	height: 2px;
	margin: 5px 0 5px 0;
	border: 0;
}

/* Heading */

.heading{
	background: #252223;
	float: left;
	width: 100%;
}

a.header-logo{
	float: left;
	margin-top: 15px;
}

.header-contact{
	float: right;
	margin-top: 50px;
	margin-bottom:10px;
text-align: right;
color: #fff;
}

.contact-info{
	color: #fff;
	text-align: right;
	margin-bottom: 10px;
}

.contact-info a{
	color: #fff;
}

	
.header-contact a.buhh {
	display: inline-block;
	margin-right: 10px;
	width: 21px;
	height:21px;
	
	  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.hc-twitter {background:url(images/header-twitter.png);}
.hc-twitter:hover {background:url(images/header-twitter-over.png)}

.hc-linkedin {background:url(images/header-linkedin.png);}
.hc-linkedin:hover {background:url(images/header-linkedin-over.png)}

.hc-facebook {background:url(images/header-facebook.png);}
.hc-facebook:hover {background:url(images/header-facebook-over.png)}

.hc-vimeo {background:url(images/header-vimeo.png);}
.hc-vimeo:hover {background:url(images/header-vimeo-over.png)}

.hc-gplus {background:url(images/header-gplus.png);}
.hc-gplus:hover {background:url(images/header-gplus-over.png)}



a.hc 
	{width:auto; padding-top:5px;}
	
a.hc:hover{
	color: #fff;
}
/* Navigation */

.nav {
	width: auto;
	max-width: 79%;
	color: #fff;
	margin: 20px 0 15px 1%;
	float: left;
}

.nav-line {
	border-bottom: 1px solid #373535;
	margin-top: 10px;
}

.nav ul {
	margin: 0;
	padding: 0;
}

.nav ul li {
	display: inline;
	text-decoration: none;
	color: #fff;
}

.nav li {
	display: inline;
	list-style-type: none;
}

.nav li:hover {
	color: #fa8300;
}

.nav a {
	position: relative;
	padding: 20px 25px 10px 0px;
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	text-transform: lowercase;
}

.nav a:hover, .nav .current_page_ancestor > a, .nav .current_page_item > a {
	color: #fa8300;
	font-weight: normal;
}

.nav .menu li {
	list-style: none;
}

.nav .menu li {
	list-style: none;
	float: left;
}
 
.nav .menu li ul a:link, .nav .menu li ul a:visited {
	display: block;
	text-decoration: none;
	padding: 10px;
} 

.nav .menu > li > ul {
	position: absolute;
	display: none;
	background: #252223;
	text-align: left;
	z-index: 2000; 
	margin: 0; 
	padding: 0; 
	padding-top:15px;
	width: 320px;
	margin-left: 0px;
} 

.sub-menu .sub-menu li a {
	font-size:12px !important;
	padding-left:20px !important;
	}
	



.nav .menu > li > ul > a {
	font-size: 14px;
}

.nav .menu li ul li {
	display: inline;
	float: none;
	padding: 0px;
	margin: 0px;
} 

.nav .menu li ul li a:hover {
	color: #fff;
	background: #fa8300;
}

.nav .menu li ul li a {
	color: #fff;
}


.arrow{
	display: none;
}

.menu-icon{
	float: left;
	margin: -7px 20px 0 15px;
}

.mobile-nav{
	display: none;
}

.mobile-nav ul {
list-style: none;
padding:0;
margin:0;
}

.mobile-nav a {
color:#fff;
float: left;
width: 80%;
margin: 0;
text-align: left;
padding: 10px 10%;
font-weight: bold;
}

.mobile-nav ul li ul {
color:#707070;
font-size:80%;
}

.mobile-nav ul li ul a {
padding: 10px 5% 10px 15%;
width: 80%;
}

.sub-menu .sub-menu li a{
	padding: 10px 0 10px 20% !important;
}

.mobile-nav a:hover, .mobile-nav .current_page_ancestor > a, .mobile-nav .current_page_item > a {
background:#fa8300;
 color: #fff;
 
}

.mobile-nav-header {
color:#fff;
width: 100%;
margin: 0;
padding: 20px 0;
font-weight: bold;
	
}

.mobile-nav-header:hover{
	cursor: pointer;
}

.mobile-nav .menu {
	display: none;
}

.mobile-child{
	display: block;
	text-align: left;
	margin-left:10px;
}

.mobile-child ul{
	list-style: none outside none;
	padding: 0;
	margin: 0;
	text-align: left;
}

.mobile-child a{
	width: 80%;
	margin: 0;
	font-size: 12px;
	padding: 10px 5% 10px 15%;
	font-weight: normal;
}

.mobile-child li.current_page_item a {
	color: #000;
	}


/* Browser-specific hacks - Chrome fonts, IE7 (!) dropdowns */

html {
	-webkit-font-smoothing: antialiased;
}

* + html .nav .menu li ul {
	margin-left: -100px;
	margin-top: 50px;
}

/* Body */

.alignleft {float:left; margin-right:10px;}
.alignright {float:right; margin-left:10px;}

/* Footer */

.credit {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
	margin: 10px 0 10px 0;
	float: left;
	width: 100%;
	text-align: left;
}

.footer {
	width: 100%;
	float: left;
	background: #252223;
	color: #fff;
	margin-top: 25px;
}

.footer-left{
	float: left;
	margin-top: 25px;
}

.footer-left ul {
	margin: 0;
	padding: 0;
}

.footer-left ul li {
	list-style: none outside none;
	display: inline;
}

.footer-left a{
	color: #fff;
	font-size: 14px;
	margin-right: 20px;
}

.footer-left a:hover {
	color: #fa8300;
}

.footer-right{
	float: right;
}

.fr-back{
	float: right;
	font-size: 12px;
	margin: 10px 0 10px 40px;
}

.fr-back a{
	color: #777777;
}

.fr-text{
	float: right;
	margin-top: 20px;
	font-size: 14px;
}



.home-featured-products {
	/*position: absolute;

	left: 0;
	right: 0;

	z-index: 10;

	margin-top: -100px;*/
	float: left;
	width: 100%;
    box-shadow: inset 0px 0px 1px black;


	margin-bottom: 30px;
}

.home-featured-product {
	height: 100%;

	width: 33.33%;

	float: left;

}

.home-featured-product-inner {

	height: 100%;
	background-color: #252223;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border-right: 1px solid #373535;
	padding-top: 10px;
	min-height:418px;
}

.order-product{
	min-height: inherit;
}

.home-featured-product a {

	color: #fff;
}

.product-icon {
	margin-left: 10%;
	width: 80%;

	height: 90px;

	border-bottom: 1px solid #373535;

}

.product-image {
	margin-top: 20px;

	padding: 0px 40px;

	min-height: 130px;
}

.product-excerpt {
	padding: 0px 40px;

	font-size: 14px;

	min-height: 100px;
}

.product-link {
	margin-bottom: 20px;

	font-weight: 600;
	font-size: 16px;
}

.product-link-icon {
	background: url(images/zephir-logo-genius.png) no-repeat top left;

	background-size: 16px 16px;

	width: 16px;
	height: 16px;

	display: inline-block;

	margin-left: 5px;
}


hr.home-div {
	margin-bottom: 20px;
	margin-top: 20px;
}


.two-column {
	float: left;
	text-align: left;
	margin: 40px 2% 40px 2%;
}

.two-column.left {
	width: 46%;
}

.two-column.right {
	width: 46%;
}

.news-title {
	float: left;
}

.news-view-more {
	float: right;

	margin-top: 10px;

	font-size: 16px;
}


.flexslider {
	border: none;
	box-shadow: none;

	margin: 0px;
}

.banner {
	width:100%;
	overflow: hidden;
	}


.inner-page-banner {

	height: 320px;

	width: 100%;

	text-align: center;

	background-position: center bottom;
	background-repeat: no-repeat;

	background-size: 100% auto;

	position: relative;

	background-color: #252223;

	border-bottom: 16px solid #312F32;

	margin-bottom: 30px;
}

.slider-info-outer {

}

.slider-info {
	min-width: 30%;
	padding: 20px 100px 20px 40px;
	background: rgba(0,0,0,0.8);
	color: #fff;
	text-align: left;
	
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	
	position: absolute;
	z-index: 1001;

	}

	


.slider-info h2 {
	text-transform: lowercase;

	font-size: 32px;

	font-weight: normal;
}

.subtitle {
	color: #fa8300;
	font-size: 14px;

}


.inner-page-banner .slider-info {
	margin-bottom:0;
	bottom:20%;
	}





#scrolldown {
	width: 54px;
	height: 55px;
	background: url(images/down-arrow.png);

	position: absolute;
	left: 95%;

	cursor: pointer;

	z-index: 20;
}

#scrolldown.up {
	background: url(images/up-arrow.png);
}


.header-search {
	width: auto;
	float: right;
	margin-top: 32px;
	max-width: 20%;
}

.superfastsearch_outer {
	float: left;
}

.header-search-image {
	float: right;

	margin-left: 10px;
}


.ctas{
	float: left;
	width: 100%;
	margin-top:20px;
}

.cta{
	float: left;
	width: 27%;
	background: #252223;
	color: #fff;
	padding: 20px 2%;
	min-height:210px;
}



.cta-middle{
	margin: 0 3.5%;
}

.home-testimonial{
	display: inline-block;
	width: 80%;
	padding: 20px 10%;
	background: #e5e5e5;
	text-align: center;
	margin: 15px 0 25px 0;
}

.home-testimonial-two {
	padding: 20px 75px;
	background: #e5e5e5;
	text-align: center;
	min-height: 240px;
	position: relative;

}

.home-testimonial-two h2,
.home-testimonial h2 {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
}

.home-testimonial span.test-name{
	font-weight: bold;
}

.testimonial-view-all {
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 24px;
	padding-right: 75px;
}

/* timeline */

.timeline {
margin-top:2%;
margin-bottom:5%;
width:100%;
padding:0;
text-align: center;
}

.timeline-year {
clear:both;
width:96%;
color:#fc8700;
padding:2%;
}

.timeline-event {
clear:both;
min-height:60px;
}

.timeline-left, .timeline-right {
width:46%;
padding:2%;
overflow: hidden;
float:left;
background:url(images/timeline-left.png) no-repeat center right;
text-align:right;
}

.timeline-right {
width:45%;
padding:2%;
border-left:1% solid #bcbbbc;
background:url(images/timeline-right.png) no-repeat center left;
text-align: left;
}

.leftcontent, .rightcontent {width:400px; display:block;}
.leftcontent {float:right;}
.nobg {background:none; min-height:50px;}








.flex-direction-nav a {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.flex-direction-nav .flex-prev {
	background: url(images/left-arrow.png);
	opacity: 1;
	width: 54px;
	height: 55px;
}

.flex-direction-nav .flex-next {
	background: url(images/right-arrow.png);
	opacity: 1;
	width: 54px;
	height: 55px;
}


.flexslider .flex-prev {
	left: 20px !important;
}

.flexslider .flex-next {
	right: 20px !important;
}


.superfastsearch_input {
	padding: 5px;
	font-size: 16px;

	width: 120px;
	background-color: #444;
	border: 0px;
	color: #fff;
}


#loginform {
	margin: 0 auto;

	width: 20%;

	min-width: 300px;
}

#loginform label {
	display: block;
	margin-bottom: 8px;
}

#loginform input[type="text"],
#loginform input[type="password"] {

	padding: 2%;
	-webkit-appearance:none;
	width: 96%;
}

#loginform input[type="submit"] {
	float: right;

	background-color: #F48D08;

	color: #fff;

	border: 0px;

	padding: 10px 16px;

	font-size: 16px;
	-webkit-appearance:none;
}

#office-map {
	width: 100%;
	min-height: 500px;
}

/* clients grid */

ul.hidden {
	display: none;
}

ul.clients, ul.termselector {
	margin: 0;
	padding: 0;
}

ul.clients li, ul.termselector li {
	list-style: none;
}

ul.termselector {
	display: inline;

}

ul.clients li {
	width: 18%;
	margin: 1%;
	float: left;
}

ul.termselector li {
	margin-left: 20px;
	cursor: pointer;
	color: #38adc8;
	display: inline;
	float: left;
}

.clientgrid {
	position: relative;
}

.clientgrid label{
	float: left;
}

ul.termselector li.active {
	text-decoration: underline;
}


.contact-right {
	float: left;
	width: 60%;
	margin-left: 5%;
}

.contact-form {
	float: left;
	width: 35%;
}

.download-link {
	font-size:40px;
	}





.contact-form .contact-row {

	margin-bottom: 10px;
}

.contact-form label {
	display: inline-block;
	margin-bottom: 8px;
}

.contact-form input[type="text"], .contact-form input[type="number"],
.contact-form textarea {

	padding: 2%;
	font-family: 'nexa_lightregular', 'Helvetica', 'Arial', serif;
	width: 96%;
	-webkit-appearance:none;
	border-radius: 0;
	border: 1px solid #CCCCCC;
}


.contact-form input[type="submit"] {
	float: right;
	background-color: #F48D08;
	color: #fff;
	border-radius: 0px;
	padding: 10px 16px;
	font-family: 'nexa_lightregular', 'Helvetica', 'Arial', serif;
	font-size: 16px;
	border: none;
	-webkit-appearance:none;
}

.contact-form input[type="submit"]:hover{
	background: #000;
	cursor: pointer;
}

.contact-form .form-message {
	margin-top: 10px;
}

.office-map-container {
	margin-top: 30px;
}

.downloadform {
	padding:20%;
	width:60%;
}

.downloadform input[type="text"],
.downloadform input[type="email"],
.downloadform textarea {

	padding: 2%;
	font-family: 'nexa_lightregular', 'Helvetica', 'Arial', serif;
	width: 96%;
	margin-bottom:10px;
	font-size:18px;
}

.downloadform input[type="submit"] {
	float: right;
	background-color: #F48D08;
	color: #fff;
	border: 0px;
	padding: 10px 16px;
	font-family: 'nexa_lightregular', 'Helvetica', 'Arial', serif;
	font-size: 16px;
}

.downloadform img {float:left; margin-right:10px;}
.formcontainer {float:left; width:70%;}

.images-ffs a{
	float: left;
	width: 18%;
	margin: 5px 1%;
}

.images-ffs .alignleft{
	margin: 0 !important;
}

/* google maps infowindow overflow */
.gmap-infowindow {
    line-height: 1.35;
    overflow: hidden;
    white-space: nowrap;
}


.blog-sidebar,
.blog-content {
	margin-top: 40px;
}

.blog-sidebar {
	float: left;
	width: 28%;
	margin-right: 2%;
}

.blog-content {
	float: left;
	width: 70%;
}

.blog-sidebar > li {
	list-style-type: none;
	margin-top: 10px;
}

.tablepress thead th{
	background: #fa8300;
	color: #fff;
}



.flex-control-nav {
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	
	position: absolute;
	z-index: 1001;
	



	/*margin-top: -360px;*/

	z-index: 1001;
 }
 
#crumbs {
	margin-bottom: 16px;
}




/* 2016 Updates */

.contact-tab{
	float: left;
	width: 29%;
	/*background: #fff;*/
	padding: 10px 1%;
	text-align: center;
	/*box-shadow: inset 0px 0px 1px black;*/
}

.home-featured-products .inner-contact-tab{
	display: none;
}

.inner-contact-tab .contact-form{
	display: none;
}

.inner-tabs .contact-tab{
	display: none;
}

.inner-tabs .inner-contact-tab{
	display: inline-block;
	box-shadow: inset 0px 0px 1px black;
}

.contact-tab img{
	max-width: 100px;
}

.contact-tab .contact-form{
	width: 100%;
	text-align: left;
}

.contact-tab h2{
	width: 80%;
	margin: 10px 10%;
	text-align: center;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	display: inline-block;
	font-size: 16px;
}

.contact-tab .contact-form input[type="text"], .contact-tab .contact-form textarea{
	padding: 1%;
	font-size: 14px;
}

.contact-tab .contact-form label{
	margin-bottom: 2px;
}

.home-featured-product{
	width: 23%;
}

.product-excerpt{
	padding: 0 10px;
}

.page-content{
	float: left;
	width: 69%;
	margin: 40px 10% 40px 1%;
}

.inner-tabs{
	float: left;
	width: 20%;
}

.inner-tabs .home-featured-product{
	width: 100%;
	margin: 2px 0;
}

.inner-tabs .home-featured-product-inner{
	min-height: inherit;
}

.inner-tabs .contact-tab{
	width: 94%;
	padding: 10px 3%;
	margin-top: 40px;
}

.inner-tabs .contact-tab h2{
	font-size: 14px;
}

.inner-tabs .product-icon{
	height: inherit;
	width: 90%;
	margin: 0 5%;
}

.inner-tabs .product-image{
	min-height: 0px;
	margin-bottom: 10px;
}

.inner-tabs .product-image img{
	display: none;
}

.inner-tabs .product-excerpt{
	display: none;
}

.blog-sidebar{
	width: 100%;
	margin: 40px 0 -20px 0;
}

.blog-sidebar ul{
	margin: 0 0 0 10px;
	padding: 0;
}

.blog-sidebar h2{
	font-size: 16px;
}

.page-content h1.page-title, .full-width h1.page-title{
	font-size: 40px;
	color: #fa8300;
	text-align: left !important;
}

.crumbs{
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	font-size: 14px;
}

ul.clients li{
	width: 23%;
	margin: 0 1%;
	min-height: 90px;
}

.inner-tabs .contact-tab h2:hover{
	cursor: pointer;
}

.contact-page .contact-form{
	display: inline-block;
}

.full-width{
	width: 98%;
	margin: 20px 1%;
}

#archives-2{
	margin-top: 20px;
}

.wp-caption{
	max-width: 100%;
}

.image-mabey{
	float: left;
	width: 100%;
	max-height: 185px;
	overflow: hidden;
}

.image-mabey img{
	width: 100%;
}

.footer-mailchimp{
	float: left;
	width: 96%;
	padding: 10px 2%;
	background: #fa8300;
	color: #fff;
	margin: 15px 0 25px 0;
}

.footer{
	margin-top: 0;
}

.footer-mailchimp span{
	margin-right: 15px;
	width: 30%;
}

.footer-mailchimp input[type="email"]{
	border: none;
	font-size: 14px;
	padding: 6px;
	border-radius: 5px;
	font-family: 'nexa_lightregular', 'Helvetica', 'Arial', serif;
	margin: 0 2%;
	width: 55%;
}

.footer-mailchimp input[type="submit"]{
	border: none;
	font-size: 14px;
	padding: 5px;
	border-radius: 5px;
	background: #252223;
	color: #fff;
	width: 15%;
	font-family: 'nexa_lightregular', 'Helvetica', 'Arial', serif;	
}

.footer-mailchimp input[type="submit"]:hover{
	cursor: pointer;
	background: #fff;
	color: #252223;
}


/* Colourbox */

#cboxClose {
    top: 0px;
}

#cboxOverlay{
	background: rgba(0,0,0,0.8);
}

#cboxMiddleRight, #cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxMiddleLeft, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight{
	background: #fa8300;
	width: 5px;
	height: 5px;
}

.pop-image{
	float: left;
	width: 39%;
	margin: 20px 2.5% 0 2.5%;
}

.pop-content{
	float: left;
	width: 50%;
	margin: 50px 25% 60px 25%;
	text-align: center;
	min-height: 360px;
}

a.free-book{
	display: inline-block;
	width: 94%;
	padding: 20px 2%;
	text-align: center;
	margin: 20px 1%;
	font-size: 16px;
	background:#000;
}

a.free-book:hover{
	color: #fff;
}

#cboxLoadedContent{
	height: inherit !important;
	margin-bottom: 0;
}

.alert-bg{
	display: inline-block;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.appointment-link {
	background: #FA8300;

	width: 105px;
	padding: 0px 20px;
	border-radius: 5px;

	position: fixed;
	z-index: 2000;

	top: 40%;
	left: -5px;

	text-align: center;

	opacity: 0.9;
	
		  -o-transition:.5s;
		  -ms-transition:.5s;
		  -moz-transition:.5s;
		  -webkit-transition:.5s;
		  transition:.5s;
	
	

}

.appointment-link:hover {
	opacity: 1;

}

.appointment-link a {
	display:block;
	width:100%;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 0.5px;
	padding:25px 0;
}


.appointment-link a.mobile {
	max-width:25px;
	padding:5px 0px;
	display:none;
	}
	
	
	
a.application-tab{
	float: left;
	width: 29.33%;
	margin: 20px 2%;
	font-size: 14px;
	color: #252223;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

a.application-tab-odd{
	clear: left;
}

a.application-tab:hover{
	color: #FA8300;
}

.application-tab h2{
	font-size: 18px;
}

.application-gallery{
	display: inline-block;
	width: 100%;
	margin: 50px 0 0 0;
	text-transform: uppercase;
	text-align: center;
	border-top: 1px solid #ccc;
}

.gallery img{
	border: none !important;
}

.contact-application{
	display: inline-block;
	width: 90%;
	margin: 20px 5%;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.contact-application a:hover{
	color: #252223;
}

.application-meta{
	display: inline-block;
	width: 98%;
	padding: 10px 1%;
	margin: 20px 0 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}

.application-share{
	float: left;
}

.application-share span{
	float: left;
	font-size: 18px;
}

.application-share a img{
	max-height: 20px;
	width: auto;
	margin: 0 5px;
}

.application-press{
	float: right;
	margin-top: 3px;
}

.application-press a:hover{
	color: #252223;
}

.application-video{
	display: inline-block;
	width: 100%;
	margin-bottom: 40px;
}

.application-has-image-content{
	float: left;
	width: 50%;
}

.full-width{
	width: 100%;
}

.application-has-image-image{
	float: left;
	width: 45%;
	margin-left: 5%;
	text-align: center;
}


.single-related-outer{
	display: inline-block;
	width: 100%;
	margin-top: 30px;
	
	
}

.related-papers{
	margin-bottom: 10px;
}

.application-break{
	display: inline-block;
	width: 100%;
	margin-top: 10px;
	border-bottom: 1px solid #ccc;
	
}

a.single-related{
	float: left;
	width: 30%;
	text-align: left;
	margin:1%;
}

single.related {
	margin-top: 5px;
}

h3.single-related {
	display: inline;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	color: #fa8300;
	margin-top: 5px;

}



.case_study_thumbnail{
	width: 50%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 auto;
}

.case_study{
	margin-bottom: 30px;
}

.case_study img {
	display: none;
	
}

.archive-testimonial-single {
	background-color: #E5E5E5;
	padding: 20px;
	margin-bottom: 20px;
}


.order-form{
	width: 70%;
	margin: 40px 15%;
}

.order-form .home-featured-product{
	width: 33.33%;
}

.one-half{
	float: left;
	width: 70%;
	margin: 10px 15%;
}

.order-form .contact-form{
	width: 100%;
}

.one-half h1{
	text-align: left;
	margin: 10px 0 20px 0;
	border-bottom: 1px solid #000;
	width: 100%;
}

.order-half{
	margin-bottom: 30px;
}

.order-half label{
	width: 40%;
	margin-right: 5%;
}

.order-half input[type="number"]{
	width: 49% !important;
}


