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

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

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

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

h1,h2,h3,h4,h5 {
	margin:0 0 30px;
	line-height:1.4em;
	font-weight:bold;	
}

h1 {
	font-size:26px;	
}

h2 {
	font-size:26px;
}

h3 {
	font-size:20px;
}

h4 {
	font-size:13px;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:1px;
	margin:0 0 20px;
}

h5 {
	font-size:12px;
	margin:0 0 10px;
	text-transform:uppercase;
}

h6 {
	font-size:10px;
}

p {
	font-size:18px;
	line-height:1.5em;
	padding:0 0 30px;
}

p.large {
	font-size:20px;
}

p.yellow {
	background:#f9d233;
	width:100%;
	float:left;
	padding:10px 5%;
	box-sizing:border-box;
	font-size:15px;
	font-weight:bold;
	margin:20px 0 50px;
	text-align:center;
}

a {
	color:#f9d233;
	text-decoration:none;
	transition: all 0.3s ease-out;
}

a:hover {
	color:#f9d233;
	text-decoration:underline;
}

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

img {
	height:auto;	
}

strong {
	font-weight:bold;	
}

em {
	font-style:italic;	
}

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

a.btn {
	color:#181727;
	border:2px solid #181727;
	font-size:14px;
	display:inline-block;
	vertical-align:top;
	text-transform:uppercase;
	font-weight:bold;
	padding:10px 25px;	
}

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

a.btn.white {
	color:#fff;
	border:2px solid #fff;
}

a.btn.white:hover {
	color:#181727;
	background:#fff;
}

.mob_show {
	display:none;	
}


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

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

.row.hp_top {
	background:#f8fdfe;	
}

.row.hp_bottom {
	background:#fff;
	padding:300px 5% 130px;	
}

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

header.top {
    background: #f9d233;
    box-sizing: border-box;
    padding: 0 5%;
    text-align: right;
    width: 100%;
    float: left;
    border-bottom: 1.25px solid #000;
}

header.top span {
    padding: 10px 25px;
    color: #1a1a18;
    font-size: 12px;
    display: inline-block;
    font-weight: bold;
	text-transform: uppercase;
}

header.top span a {
    color: #1a1a18;
}

header.top span.left {
    background: #f9d233;
    color: #1a1a18;
    border-left: 1.25px solid #000;
    border-right: 1.25px solid #000;
    position: relative;
}

header.top span.left:after {
    content:'';
	position:absolute;
	width:100%;
	height:2px;
	background: #f9d233;
	left:0;
	bottom:-2px;
}

header.bottom {
	width:100%;
	float:left;
	padding:20px 5% 15px;
	border-bottom:1px solid #fff;
	background:#f9d233;
	box-sizing: border-box;
}

#logo {
	width:292px;
	float:left;
	transition: all 0.3s ease-out;
	position:relative;
	background: #f9d233;
	padding:20px 20px 0;
	margin-top:-60px;
}

#logo img {
	width:100%;
	transition: all 0.3s ease-out;
}

#logo:hover img {
	opacity:0.85;
}

nav {
	float:right;
	margin:32px 0 0;
}

nav ul li {
	display:inline-block;
	vertical-align:top;
	margin-right:20px;
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
}

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

nav ul li a {
	color:#1a1a18;
	padding:5px 10px;
	border:1.5px solid transparent;
}

nav ul li a:hover,
nav ul li a.active {
	color:#181727;
	border:1.5px solid #181727;
	text-decoration:none;
}

#mob_menu {
	display:none;	
}

.navbutton {
	float:left;
	font-size:20px;
	display:none;	
}


/************************************************ Homepage ************************************************/

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

.main_slider2 {
	width:94%;
	max-width:2000px;
	margin:0 auto;
	height:580px;
	box-sizing:border-box;
	padding:120px 5% 0;
	background:url(../images/mainslider.jpg) no-repeat top center;
	background-size:cover;
	position:relative;
}

.main_slider2 .text_slide {
	width:40%;
	margin:0;
	position:absolute;
	left:0;
	top:0;
	height:100%;
	box-sizing:border-box;
	background:rgba(0,0,0,0.8);
	color:#fff;
	text-align:center;
}

.main_slider2 .text_slide_inner {
	top: 50%;
	transform: translateY(-50%);
	width:100%;
	position:absolute;
	box-sizing:border-box;
	padding:0 3%;
}

.main_slider2 .text_slide h2 {
	font-size:38px;
	margin:0 0 20px;
	line-height:1.2em;
}

.main_slider2 .text_slide p {
	font-size:22px;
}

.main_slider {
	width:94%;
	margin:0 auto;
	height:630px;
	box-sizing:border-box;
	padding:150px 5% 0;
	background:url(../images/mainslider.jpg) no-repeat top center;
	background-size:cover;
}

.main_slider h2 {
	font-size:62px;
	color:#fff;
	line-height:1.3em;
}

.main_slider h2 span {
	background:#000;
	padding:0 20px 10px;
}

.main_slider h2 span.first {
	padding:10px 20px 10px;
}

.hp_boxes {
	width:100%;
	float:left;
	margin:90px 0 -300px;
	display:flex;
	flex-direction:row;
	align-items:stretch;
}

.hp_boxes a:hover {
	opacity:0.7;
}

.hp_boxes .box_large {
	width:50%;
	float:left;
	position:relative;
}

.box_large a {
    line-height: 0;
    float: left;
}

.box_column {
	width:24%;
	margin-left:1.7%;
	justify-content:space-between;
	display:flex;
	flex-direction:column;
}

.box_column .box_small {
	width:100%;
	position:relative;
}

.box_long {
	width:24%;
	float:left;
	position:relative;
	margin-left:1.7%;
	background:url(../images/longpic.jpg) no-repeat top center;
	background-size:cover;
}

.box_long a {
	height:100%;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:1;
}

.box_long a:hover {
	background:rgba(75,124,149,0.9);
}

.hp_boxes p {
	position:absolute;
	background:#000;
	left:10px;
	bottom:10px;
	padding:3px 10px 6px;
	color:#fff;
	font-size:16px;
	z-index:2;
}

.quote_area {
	width:40%;
	float:left;
	margin:40px 0 0;
	position:relative;	
}

.quote_area_text {
	width:100%;
	box-sizing:border-box;
	position:absolute;
	padding:10% 15% 30px 8%;
	top: 50%;
	left:0;
	right:0;
	margin:auto;
  	transform: translateY(-50%);
}

.quote_area_text p {
	font-size:24px;
	line-height:1.3em;
}

.whyuse {
	float:right;
	width:52%;
	margin:50px 0 0;
}

.whyuse ul {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
}

.whyuse ul li {
	width:45%;
	margin-bottom:30px;
	background:url(../images/tick.png) no-repeat top left;
	background-size:50px;
	padding:0 0 0 10%;
	box-sizing:border-box;
}

.whyuse ul li h3 {
	margin:0;
	font-size:22px;
}

.whyuse ul li p {
	padding:0;
	font-size:16px;
}

.whyuse.large {
	width:100%;
}

.whyuse.large ul {
	margin:50px 0 0;
}

.whyuse.large ul li {
	width:30%;
	margin-bottom:40px;
	padding:0 0 0 7%;
}


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

.intro {
	width:70%;
	text-align:center;
	margin:0 auto;
}

.title_pic {
	width:94%;
	margin:0 auto;
	height:350px;
	box-sizing:border-box;
	padding:0;
	background:url(../images/mainslider.jpg) no-repeat top center;
	background-size:cover!important;
	position:relative;
}

.title_pic.about {
	background:url(../images/main-about.jpg) no-repeat top center;
}
.title_pic.construction {
	background:url(../images/main-construction.jpg) no-repeat top center;
}
.title_pic.garden {
	background:url(../images/main-garden.jpg) no-repeat top center;
}
.title_pic.agri {
	background:url(../images/main-agri.jpg) no-repeat top center;
}
.title_pic.bespoke {
	background:url(../images/main-bespoke.jpg) no-repeat top center;
}
.title_pic.contact {
	background:url(../images/main-contact.jpg) no-repeat top right;
	background-size:cover;
}

.title_pic h2 {
	font-size:55px;
	color:#fff;
	line-height:1.3em;
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	left:0;
}

.title_pic h2 span {
	background:#000;
	padding:10px 35px 10px 50px;
}

.main_content {
	background:#fff;
	max-width: 85%;
	min-width: 900px;
	margin:-60px auto 0;
	position:relative;
	z-index:2;
}

.content_top {
	background:#fbfdfe;
	min-height:60px;
	text-align:center;
	padding:15px 5% 0;
	box-sizing:border-box;	
}

.content_top span {
	padding:0 20px;
}

.content_top i {
	margin-right:5px;
}

.content_top ul {
	width:100%;
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
	text-align:center;
	margin:5px 0 0;
}

.content_top ul li {
	font-size:15px;
	font-weight:bold;
	display:inline-block;
	vertical-align:middle;
	margin-right:40px;
}

.content_top ul li a {
	color:#1a1a18;
	text-decoration:none;
}

.content_top ul li a:hover {
	color:#1a1a18;
	border-bottom:1px solid #1a1a18;
}

.content_top p {
	padding:0;
	font-size:15px;
	font-weight:bold;	
}

.content_top p a {
	color:#1a1a18;
	text-decoration:underline;
}

.content_top p a:hover {
	color:#1a1a18;
	text-decoration:none;
}

.content_inner {
	width:100%;
	float:left;
	padding:100px 10%;
	box-sizing:border-box;	
}

.content_intro {
	width:100%;
	text-align:center;
	margin:0 auto 50px;
	box-sizing:border-box;
	padding:0 6% 80px;
	border-bottom:1px solid #f4f4f2;
}

.content_intro p.first {
	width:47%;
	text-align:left;
	float:left;
}

.content_intro p.second {
	float:right;
	width:47%;
	text-align:left;
}

.content_intro a.btn {
	margin:20px 0 0;
}

.products_surround {
	width:100%;
	float:left;
	border-bottom:1px solid #f4f4f2;
	margin:0 0 50px;
	padding:0 0 40px;
	box-sizing:border-box;	
}

.products_surround ul {
	width:100%;
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	justify-content:space-between;
}

.products_surround ul li {
	line-height:1.5em;
	margin:0 0 20px;
	font-size:18px;
	width:48%;
}

.products_surround ul.one_col li {
	line-height:1.5em;
	margin:0 0 20px;
	font-size:18px;
	width:100%;
}

.products_left {
	width:48%;
	float:left;
}

.product_imagery {
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	justify-content:space-between;	
}

.product_imagery.large {
	width:100%;
	margin:50px 0 0;	
}

.product_imagery.large ul li {
	width:32%;
}

.product_imagery.large.single ul li {
	width:100%;
}

.product_imagery.large.double ul li {
	width:48%;
}

.product_imagery ul li p {
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:0 0 10px;
	font-weight:bold;
}

.product_imagery ul li img {
	width:100%;
}

.product_imagery.right {
	width:48%;
	float:right;
	display:block;	
}

.product_imagery.right ul li {
	width:100%;
}



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

table {
	width:100%;
	float:left;
	font-size:13px;
	margin:0 0 50px;
}

table th {
	background:#f9d233;
	text-align:left;
	padding:10px 20px;
	box-sizing:border-box;
	font-weight:bold;
	text-transform:uppercase;
}

table tr:nth-child(odd) {
	background:#f9fafb;
}

table tr:nth-child(odd) {
	background:#f4f4f4;
}

table td {
	text-align:left;
	padding:10px 20px;
	box-sizing:border-box;
	font-size:14px;
}

table td.title {
	text-transform:uppercase;
}

.contact_left {
	width:50%;
	float:left;	
}

.contact_right {
	width:35%;
	float:right;	
}

.form_item {
    display: inline-block;
    margin:0;
    vertical-align: top;
    width: 100%;
}

.form_item label,
.form_item_message label{
   display:block;
   font-size:18px;
   margin:10px 0 10px;
}

.quote_box .form_item {
	margin:0 0 8px;	
}

.form_item input {
    border:1px solid #e1e1e1;
	box-sizing: border-box;
    float: left;
    font-size: 16px;
    height: 45px;
    margin: 0 0 5px;
    padding: 12px 0 10px 10px;
    width: 100%;
}

.form_item textarea {
	font-size: 16px;
	border:1px solid #e1e1e1;
	height:120px;
	width:100%;
	padding: 12px 0 10px 10px;
	box-sizing: border-box;
	margin:0 0 20px;
}

.contact_col1 .form_item input {
	height: 60px;
	margin:0 0 10px;
}

.contact_col2 .form_item textarea {
	height:180px;
}

.form_item.select {
	width:100%;
	position:relative;
}

.form_item.select select {
	-webkit-appearance: none; 
	-moz-appearance: none;
	appearance: none;/* remove default arrow */
	width:100%;
	height:60px;
	border:2px solid #eaf0f2;
	border-radius:3px;
	box-sizing:border-box;
	font-size:16px;
	padding:8px 15px 8px 15px;
	position:relative;
	box-shadow:none;
	background:url(../images/downarrow.png) no-repeat center right #fff;
	background-size:30px;
}

/* Customize the label (the container) */
.form_item .labelcontainer {
  display: inline-block;
  position: relative;
  margin-left: -22px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 22px;
  padding-bottom:0;
  margin:0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form_item .labelcontainer label.error {
    margin: 5px 0 0 36px;
}

/* Hide the browser's default checkbox */
.labelcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: auto;
    padding: 0;
    margin: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #4b6d50;
  border:none;
  border-radius:3px;
}

/* On mouse-over, add a grey background color */
.labelcontainer:hover input ~ .checkmark {
  background-color: #4b6d50;
}

/* When the checkbox is checked, add a blue background */
.labelcontainer input:checked ~ .checkmark {
  background-color: #f6e2a3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.labelcontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.labelcontainer .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #464e78;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 

.form_item input:focus,
.form_item textarea:focus {
	border:1px solid #f9d233!important;
}

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

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

.submit {
	color:#181727;
	border:2px solid #181727;
	font-size:14px;
	display:inline-block;
	vertical-align:top;
	text-transform:uppercase;
	font-weight:bold;
	padding:10px 25px;
	cursor:pointer;
	transition: all 0.3s ease-out;
	background:none;
}

.submit:hover {
	color:#fff;
	background:#181727;
	text-decoration:none;
}

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

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

#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;
}

.honey {
	display:none;	
}

.g-recaptcha {
    margin: 0 0 20px;
}

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

.green_text {
	display:flex;
	flex-direction:row;
	flex-wrap:no-wrap;
	justify-content:center;
	align-items:stretch;
}

.green_check {
	padding:30px;
	font-size:50px;
	background:#f9d233;
	align-items: center;
	display:flex;
}

.green_message {
	padding:30px;
	font-size:20px;
	line-height:1.5em;
	background:#fbfdfe;
}

.red_text {
	display:flex;
	flex-direction:row;
	flex-wrap:no-wrap;
	justify-content:center;
	align-items:stretch;
}

.red_check {
	padding:30px;
	font-size:50px;
	background:#fb0a0a;
	color:#fff;
	align-items: center;
	display:flex;
}

.red_message {
	padding:30px;
	font-size:20px;
	line-height:1.5em;
	background:#fbfdfe;
}


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

#bespoke .upsell_section,
#contact .upsell_section {
	display:none;	
}

.upsell_section {
	width:100%;
	float:left;
	padding:120px 5%;
	box-sizing:border-box;
	background:url(../images/footerbg.jpg) no-repeat top center;
	background-size:cover!important;
	border-bottom:1px solid #fff;	
}

.upsell_center {
	width:50%;
	text-align:center;
	color:#fff;
	margin:0 auto;	
}

.upsell_center p {
	font-size:22px;	
}

footer {
	width:100%;
	float:left;
	background:url(../images/footersidebg.jpg) no-repeat right #1a1a18;
	background-size:25%;
	padding:80px 5% 40px;
	box-sizing: border-box;
}

.footer_address {
	float:left;
	margin-right:70px;
	color:#fff;	
}

.footer_address i {
	color:#f9d233;
	margin-left:5px;
}

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

.footer_address a {
	color:#fff;
	border-bottom:1px solid #fff;
	text-decoration:none;
}

.footer_address a:hover {
	color:#f9d233;
	border-bottom:1px solid #f9d233;
}

p.copy {
	width:100%;
	float:left;
	font-size:12px;
	padding:0;
	margin:40px 0 0;
	color:#fff;	
}



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

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

.whyuse ul li {
    padding: 0 0 0 12%;
}
	
}

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

#logo {
    width: 260px;
}

nav ul li {
    margin-right: 13px;
    font-size: 15px;
}

.whyuse ul li {
    padding: 0 0 0 14%;
}

.main_slider h2 {
    font-size: 55px;
    color: #fff;
    line-height: 1.3em;
}

.whyuse.large ul li {
    width: 30%;
    margin-bottom: 40px;
    padding: 0 0 0 10%;
}

}

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

header.top {
	display:none;	
}

#logo {
    width: 292px;
    float: none;
    transition: all 0.3s ease-out;
    position: relative;
    background: #f9d233;
    padding: 20px 20px 0;
    margin: 0 auto;
}

nav {
    float: none;
    margin: 40px auto 20px;
    text-align: center;
}

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

.main_content {
	background:#fff;
	min-width: 0;
	margin:-60px auto 0;
	position:relative;
	z-index:2;
	width:100%;
	max-width:100%;
}

.main_slider {
    height: 430px;
}

.main_slider h2 {
    font-size: 42px;
    color: #fff;
    line-height: 1.3em;
}

.intro {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.quote_area {
    width: 100%;
    float: left;
    margin: 20px 0 0;
    position: relative;
	text-align:center;
}

.whyuse {
    width: 100%;
}

.whyuse ul li {
    padding: 0 0 0 10%;
}

.whyuse.large ul li {
    width: 43%;
    margin-bottom: 40px;
    padding: 0 0 0 12%;
}

.content_top {
    background: #fbfdfe;
    min-height: 0px;
    text-align: center;
    padding: 15px 5%;
    box-sizing: border-box;
    height: auto;
}

.upsell_center {
    width: 80%;
    text-align: center;
    color: #fff;
    margin: 0 auto;
}

footer {
    background: url(../images/footersidebg.jpg) no-repeat bottom right #1a1a18;
    background-size: 35%;
}
	
}



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

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

header.top {
    display: block;
}	

#logo {
    width: 250px;
    float: left;
    transition: all 0.3s ease-out;
    position: relative;
    background: #f9d233;
    padding: 0;
    margin: 0;
}

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

nav {
	display:none;	
}

#mob_menu {
	display:none;	
}

.navbutton {
	float:right;
	font-size:20px;
	display:block;
	border:2px solid #181727;
	margin: 25px 0 0;
}

header.fixed .navbutton {
	display:block;
	float:right;
	margin-right:30px;
}

#nav-icon4 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 10px 10px 8px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon4 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #181727;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* Icon 4 */

#nav-icon4 {
}

#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 8px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 16px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 4px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 4px;
}
	
#mob_menu:before {
	content:none;
	position: absolute;
	right: 0;
	left:0;
	margin:0 auto;
	top: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #000 transparent;
	z-index:9999;
}

#mob_menu {
    width: 100%;
    background: #fff;
    padding:0;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    transform: none;
    display: none;
    z-index: 999;
    margin: 155px 0 0;
    border-radius:0;
	border-top: 1px solid #f4f4f4;
}

#mob_menu li {
   position:relative;
   text-align:left;
}

#mob_menu li a {
    color: #fff;
    padding: 15px 5%;
    width: 100%;
    float: left;
	font-size:16px;
    border-bottom: 1px solid #f4f4f4;
    box-sizing: border-box;
    background: #181727;
	text-transform:uppercase;
	font-weight:bold;
}

#mob_menu li a.sub_open {
    padding: 0 5%;
}

#mob_menu li a.sub_open span {
    padding-top:15px;
	padding-bottom:15px;
	float:left;
}

#mob_menu li a:hover,
#mob_menu li a.active,
#mob_menu li a.ancestor {
    color: #181727;
    background: #f9d233;
	text-decoration:none;
}

#mob_menu li a i {
    float:right;
	border-left:1px solid #f4f4f4;
	padding-left:5%;
	padding-top:15px;
	padding-bottom:15px;
}

#mob_menu li ul.mob_dropdown {
	display:none;	
}

#mob_menu li ul.mob_dropdown li a {
	padding-left:30px;
	font-size:14px;
	background:#fff;
	color: #807f7f;
}

#mob_menu li ul.mob_dropdown li a:hover,
#mob_menu li ul.mob_dropdown li.selected a {
	background:#f6f9fc;
}

.main_slider h2 {
    font-size: 36px;
    color: #fff;
    line-height: 1.3em;
}

.main_slider {
    height: 380px;
}

.whyuse ul li {
    background-size: 40px;
}

.content_top ul li {
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin: 0 3% 20px;
    width: 25%;
}

.content_inner {
    width: 100%;
    float: left;
    padding: 50px 5%;
    box-sizing: border-box;
}

.content_intro {
    width: 100%;
    text-align: center;
    margin: 0 auto 50px;
    box-sizing: border-box;
    padding: 0 0 40px;
}

.upsell_center {
    width: 100%;
    text-align: center;
    color: #fff;
    margin: 0 auto;
}

}

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

#logo {
    width: 230px;
	padding: 10px;
	margin: -28px 0 0;
}

header.top span {
    padding: 10px;
    font-size: 12px;
}

header.top span a {
    text-decoration:underline;
	color:#000;
}

header.top span.left {
    display:none;
}

.main_slider {
    padding: 50px 5% 0;
}

.main_slider h2 {
	background:#000;
	padding:20px;
	box-sizing:border-box;
	text-align:center;
	font-size:32px;
}

.main_slider h2 br {
	display:none;	
}

.main_slider h2 span,
.main_slider h2 span.first {
	background:none;
	padding:0;
}

.title_pic {
    height: 250px;
	width:100%;
}

.title_pic h2 {
    font-size: 36px;
}

.title_pic h2 span {
    background: #000;
    padding: 10px 35px 10px;
}

.main_content {
    background: #fff;
    min-width: 0;
	max-width:100%;
    margin: -30px auto 0;
}

.mob_show {
	display:block;	
}

.box_long {
    width: 100%;
    float: left;
    position: relative;
    margin-left: 0;
    background:none;
}

.box_long a {
    height: auto;
    position: relative;
    top: 0;
	float:left;
    left: 0;
    width: 100%;
    z-index: 1;
}

.box_long  img{
    width: 100%;
}

.content_intro p.first,
.content_intro p.second {
    width: 100%;
    text-align: center;
    float: left;
}

.whyuse ul li {
    padding: 0 0 0 20%;
    width: 100%;
}

.whyuse.large ul li {
    width: 100%;
    margin-bottom: 40px;
    padding: 0 0 0 20%;
}

.quote_area_text p {
    font-size: 17px;
    line-height: 1.3em;
}

.products_surround {
    margin: 0 0 20px;
}

.products_surround ul li {
    line-height: 1.5em;
    margin: 0 0 20px;
    font-size: 18px;
    width: 100%;
}

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

.product_imagery.right {
    width: 100%;
    float: right;
    display: block;
    margin: 20px 0 0;
}

.product_imagery.large ul li {
    width: 100%;
}

.product_imagery.large.double ul li {
    width: 100%;
}

.hp_boxes {
    width: 100%;
    float: left;
    margin: 90px 0 0;
	flex-wrap:wrap;
}

.hp_boxes .box_large {
    width: 100%;
    float: left;
    position: relative;
    background: #000;
}

.box_column {
    width: 100%;
    margin-left: 0;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.row.hp_bottom {
    background: #fff;
    padding: 50px 5%;
}

h1 {
    font-size: 20px;
}

p.large {
    font-size: 18px;
}

.content_top {
    overflow: auto;
}

.content_top ul.long {
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 5px 0 0;
    min-width: 700px;
}

.contact_left,
.contact_right {
    width: 100%;
    float: left;
}

.contact_left {
	margin:0 0 30px;	
}

.upsell_section {
    width: 100%;
    float: left;
    padding: 80px 5%;
}

.upsell_center p {
    font-size: 20px;
}
	
}

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

#logo {
    width: 230px;
    padding: 10px 10px 0;
    margin: -28px 0 0;
}

.navbutton {
	margin: 6px 0 0;
}

#mob_menu {
    margin: 145px 0 0;
}

}

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

#logo {
    width: 200px;
    margin: -28px 0 0;
}

.main_slider h2 {
    background: #000;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    font-size: 28px;
}

.navbutton {
    margin: 9px 0 0;
	border:none;
}

#mob_menu {
    margin: 130px 0 0;
}

}

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

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


}