/*
Custom Template built by Webtech Evolution Limited - Palmerston North - NZ: © 2016.
Email: info@webtechevo.co.nz
Phone: +64 6 354 8336

Client: Turflands

*/



@font-face {
font-family: 'Franklin Gothic Book';
font-style: normal;
font-weight: normal;
src: local('Franklin Gothic Book'), url('FRABK.woff') format('woff');
}


@font-face {
font-family: 'Franklin Gothic Book Italic';
font-style: normal;
font-weight: normal;
src: local('Franklin Gothic Book Italic'), url('FRABKIT.woff') format('woff');
}

@font-face {
	font-family:'Montserrat-Regular';
	src: url('../fonts/Montserrat-Regular_gdi.eot');
	src: url('../fonts/Montserrat-Regular_gdi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Montserrat-Regular_gdi.woff') format('woff'),
		url('../fonts/Montserrat-Regular_gdi.ttf') format('truetype'),
		url('../fonts/Montserrat-Regular_gdi.svg#Montserrat-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}

@font-face {
	font-family:'Montserrat-Light';
	src: url('../fonts/Montserrat-Light_gdi.eot');
	src: url('../fonts/Montserrat-Light_gdi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Montserrat-Light_gdi.woff') format('woff'),
		url('../fonts/Montserrat-Light_gdi.ttf') format('truetype'),
		url('../fonts/Montserrat-Light_gdi.svg#Montserrat-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}


@font-face {
	font-family:'Montserrat-UltraLight';
	src: url('../fonts/Montserrat-UltraLight_gdi.eot');
	src: url('../fonts/Montserrat-UltraLight_gdi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Montserrat-UltraLight_gdi.woff') format('woff'),
		url('../fonts/Montserrat-UltraLight_gdi.ttf') format('truetype'),
		url('../fonts/Montserrat-UltraLight_gdi.svg#Montserrat-UltraLight') format('svg');
	font-weight: 200;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}

@font-face {
	font-family:'Impact-Regular';
	src: url('../fonts/impact-becker.woff') format('woff')
}

@font-face {
font-family: 'Avenir LT Std 95 Black';
font-style: normal;
font-weight: normal;
src: local('Avenir LT Std 95 Black'), url('../fonts/AvenirLTStd-Black.woff') format('woff');
}


@font-face {
font-family: 'Avenir LT Std 45 Book';
font-style: normal;
font-weight: normal;
src: local('Avenir LT Std 45 Book'), url('../fonts/AvenirLTStd-Book.woff') format('woff');
}


@font-face {
font-family: 'Avenir LT Std 85 Heavy';
font-style: normal;
font-weight: normal;
src: local('Avenir LT Std 85 Heavy'), url('../fonts/AvenirLTStd-Heavy.woff') format('woff');
}


@font-face {
font-family: 'Avenir LT Std 35 Light';
font-style: normal;
font-weight: normal;
src: local('Avenir LT Std 35 Light'), url('../fonts/AvenirLTStd-Light.woff') format('woff');
}


@font-face {
font-family: 'Avenir LT Std 65 Medium';
font-style: normal;
font-weight: normal;
src: local('Avenir LT Std 65 Medium'), url('../fonts/AvenirLTStd-Medium.woff') format('woff');
}


@font-face {
font-family: 'Avenir LT Std 55 Roman';
font-style: normal;
font-weight: normal;
src: local('Avenir LT Std 55 Roman'), url('../fonts/AvenirLTStd-Roman.woff') format('woff');
}


@font-face {
font-family: 'Avenir LT Std 95 Black Oblique';
font-style: normal;
font-weight: normal;
src: local('Avenir LT Std 95 Black Oblique'), url('../fonts/AvenirLTStd-BlackOblique.woff') format('woff');
}


@font-face {
font-family: 'Avenir LT Std 45 Book Oblique';
font-style: normal;
font-weight: normal;
src: local('Avenir LT Std 45 Book Oblique'), url('../fonts/AvenirLTStd-BookOblique.woff') format('woff');
}


@font-face {
font-family: 'Avenir LT Std 85 Heavy Oblique';
font-style: normal;
font-weight: normal;
src: local('Avenir LT Std 85 Heavy Oblique'), url('../fonts/AvenirLTStd-HeavyOblique.woff') format('woff');
}


@font-face {
font-family: 'Avenir LT Std 35 Light Oblique';
font-style: normal;
font-weight: normal;
src: local('Avenir LT Std 35 Light Oblique'), url('../fonts/AvenirLTStd-LightOblique.woff') format('woff');
}


@font-face {
font-family: 'Avenir LT Std 65 Medium Oblique';
font-style: normal;
font-weight: normal;
src: local('Avenir LT Std 65 Medium Oblique'), url('../fonts/AvenirLTStd-MediumOblique.woff') format('woff');
}


@font-face {
font-family: 'Avenir LT Std 55 Oblique';
font-style: normal;
font-weight: normal;
src: local('Avenir LT Std 55 Oblique'), url('../fonts/AvenirLTStd-Oblique.woff') format('woff');
}


/* ========================================================================
   Component: Grid
 ========================================================================== */
/*
 * 1. Makes grid more robust so that it can be used with other block elements like lists
 */
.uk-grid {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	/* 1 */
	margin: 0;
	padding: 0;
	list-style: none;
}
/*
 * DEPRECATED
 * Micro clearfix
 * Can't use `table` because it creates a 1px gap when it becomes a flex item, only in Webkit
 */
.uk-grid:before, .uk-grid:after {
	content: "";
	display: block;
	overflow: hidden;
}
.uk-grid:after {
	clear: both;
}
/*
 * Grid cell
 * 1. Space is allocated solely based on content dimensions
 * 2. Makes grid more robust so that it can be used with other block elements
 * 3. DEPRECATED Using `float` to support IE9
 */
.uk-grid > * {
	/* 1 */
	-ms-flex: none;
	-webkit-flex: none;
	flex: none;
	/* 2 */
	margin: 0;
	/* 3 */
	float: left;
}
/*
 * Remove margin from the last-child
 */
.uk-grid > * > :last-child {
	margin-bottom: 0;
}
/* Grid gutter
 ========================================================================== */
/*
 * Default gutter
 */
/* Horizontal */
.uk-grid {
	margin-left: -25px;
}
.uk-grid > * {
	padding-left: 25px;
}
[class*='uk-width'] {
 box-sizing: border-box;
}
/*
 * Widths
 */
/* Whole */
.uk-width-1-1 {
	width: 100%;
}
/* Halves */
.uk-width-1-2, .uk-width-2-4, .uk-width-3-6, .uk-width-5-10 {
	width: 50%;
}
/* Thirds */
.uk-width-1-3, .uk-width-2-6 {
	width: 33.333%;
}
.uk-width-2-3, .uk-width-4-6 {
	width: 66.666%;
}
/* Quarters */
.uk-width-1-4 {
	width: 25%;
}
.uk-width-3-4 {
	width: 75%;
}
/* Fifths */
.uk-width-1-5, .uk-width-2-10 {
	width: 20%;
}
.uk-width-2-5, .uk-width-4-10 {
	width: 40%;
}
.uk-width-3-5, .uk-width-6-10 {
	width: 60%;
}
.uk-width-4-5, .uk-width-8-10 {
	width: 80%;
}
/* Sixths */
.uk-width-1-6 {
	width: 16.666%;
}
.uk-width-5-6 {
	width: 83.333%;
}
/* Tenths */
.uk-width-1-10 {
	width: 10%;
}
.uk-width-3-10 {
	width: 30%;
}
.uk-width-7-10 {
	width: 70%;
}
.uk-width-9-10 {
	width: 90%;
}


td.property-address {
height:120px !important;
font-size:15px !important;
overflow:hidden;
}

@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}
a img {
    border: 0 none;
    outline: medium none;
}


/* General Styles */

/* General Styles  END*/


/* Client Styles */


div.lawn-type-box {
	width:45%;
	float:left;
	min-height:500px;
	-webkit-box-shadow: 10px 10px 10px -1px rgba(240,237,240,1);
	-moz-box-shadow: 10px 10px 10px -1px rgba(240,237,240,1);
	box-shadow: 10px 10px 10px -1px rgba(240,237,240,1);
	margin-bottom:20px;
}

div.lawn-type-box p {
	font-size:14px;
}

div.lawn-type-box span {
	font-size:22px;
	color:#B4C0CC;
}

div.lawn-type-box h3 {
	text-transform: none;
	color:#004684;
	font-size:28px;
}

div#lawn-type-box-1 {
	margin-right:5%;
}

div#lawn-type-box-3 {
	margin-left:0px;
}

div#lawn-type-box-6 {
	margin-right:5%;
}

div#lawn-type-box-4 {
	margin-right:5%;

}

div#lawn-type-box-5 {
	margin-right:5%;
	min-height: 730px;
}

div.lawn-type-box-image {
height:230px;
width:100%;
margin-bottom:0px;
}

div.lawn-type-box-content {
	padding:8%;
	padding-top:5%;
	padding-bottom:5%;
}

div#lawn-types-section {
	float:left;
}



div.right-block {
	width:70% !important;
}

div.description {
	padding-top:20px !important;
	padding-bottom:20px !important;
}

div.top-menu-nav li.item-168, div.top-menu-nav li.item-169, div.top-menu-nav li.item-170 {
	display:none;
}


span#home-content-phone {
	font-size:46px;
	color:#005DAA;
	font-weight: 600;
}

p.home-content-email a {
	color:#005DAA;
	font-size:22px;
	float:left;
	margin-top:-5px;
}

div.shareholder-section h2{
	font-size:44px;
	text-align: center;
}
div.shareholder-section h3 {
	text-align: center;
}
div.shareholder-section h3::after {
	margin-left:auto;
	margin-right:auto;
}


h3 {
	margin-bottom:10px;
	margin-top:10px;
	color: #222;
	line-height:38px;
	font-size:22px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: left;
	position: relative;
	font-family:"Avenir LT Std 85 Heavy";

}



a.underline-link {
	text-decoration: underline;
	font-weight: bold;
}

div#brands-container {
	background-color:#F1F2EC;
	height:auto;
	padding-top:40px;
	padding-bottom:40px;
}

div#why-become-shareholder h2{
	color:#fff;
	padding-top:200px;
	text-transform: none;
	position: relative;
	z-index: 20;
	font-size:44px;
	text-align: center;
	line-height:48px;
	letter-spacing: 1px;
}
div#why-become-shareholder a {
		position: relative;
		z-index: 20;
		color:#fff;
		font-size:20px;
		text-transform: uppercase;
		width:100%;
		text-align: center;
		display: block;
}

div.blue-overlay {
	background-color: rgba(0, 93, 170, 0.8);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

span#our-brands-banner-text {
	float:left;
	color:#4E5F67;
	font-size:22px;
	margin-bottom:50px;
	width:100%;
	text-align: center;
  font-family: "Avenir LT Std 85 Heavy";
}

div.brands-logo {
	float:left;
	margin-right:48px;
}

div.brands-logo img {
	height:50px;
}




/* Client Styles END */


div.nzpm-extra-header {
	background-color: #000;
	width:100%;
	height:60px;
}

div.right-block div.description {

}



li.pupup-element {
max-width: 1100px;
margin-left:auto;
margin-right:auto;
top:80px;
max-height: 300px !important;
}



div.button-block a {
	max-width: 200px !important;
	margin-top:10px;
}

ul.active {
width:86% !important;
}

a.animateddrawer {
float:right;
margin-right:15px;
margin-top:15px;
}

div#article ul li {
	list-style: none;
	margin-bottom: 10px;
	text-indent: -30px;
	font-size: 16px;
	line-height: 1.9em;

}

div#article ul {
	margin-left:30px;
}

div#vispoweredby {
display:none;

}

span.orange-shade-ph {
  position: absolute;
  bottom:160px;
  right:30px;
  font-size:30px;
  color:#fff;
  font-family: "Impact-Regular",Haettenschweiler,Franklin Gothic Bold,Charcoal,Helvetica Inserat,Bitstream Vera Sans Bold,Arial Black,sans serif;
  font-style: italic;
}

p.img-ara {
display: none;

}

a.read-more-simple {
	border: 2px solid #044877;
	 border-radius: 2px;
	 color: #044877;
	 display: block;
	 float: left;
	 margin-top: 20px;
	 padding: 8px;
	 text-align: center;
	 width: 200px;
}

a#faq-link-about-us {
	float:none;
	margin-left:auto;
	margin-right:auto;
	text-decoration: none !important;
}

a.read-more-simple:hover {
	background-color:#004684;
	color:#fff;
}

#mod-tlp-testimonial .item {
	background:none;
}

#mod-tlp-testimonial {
background:none;

}
#mod-tlp-testimonial-main {
min-height:400px;
padding-top:80px;
margin-top:5px;
background-size:cover !important;
}

#mod-tlp-testimonial .test-content {
	font-style: italic;
	margin-top:30px;
	font-size:36px !important;
}

div#about-banner-text-section {
	z-index: 300;
	position: relative;
}

div#banner-orange-shade {
background-image: url("../images/banner-orange-shade-bg.png");
height:100%;
width:50%;
max-width:480px;
min-width:440px;
position: absolute;
right:0px;
top:0px;
z-index: 200;
background-size: cover;
}


div.main-section-content-left-image {
position: absolute;
left:0px;
top:0px;
height:100%;
width:100%;

}

div#lake-house-bar-banner p {
	width:30%;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	min-width:450px;

}





div.main-section-content {
width:100%;
height:750px;
}


span.about-phone {
  font-family: "Impact-Regular",Haettenschweiler,Franklin Gothic Bold,Charcoal,Helvetica Inserat,Bitstream Vera Sans Bold,Arial Black,sans serif;
  font-style: italic;
  font-size:23px;
  color:#0A3D7E;
  float:left;
  margin-top:15px;
  margin-right:60px;
}


div.about-phone-section {
float:Left;
margin-top:50px;


}


div.footer-section-content {
margin-top:20px;
font-size:18px;
line-height:22px;
letter-spacing: 2px;
color:#fff;
}

a.black-find-out-more {
  color:#000 !important;
  border:2px solid #000;
  border-radius: 3px;
  color:#fff;
  font-family: "Impact-Regular",Haettenschweiler,Franklin Gothic Bold,Charcoal,Helvetica Inserat,Bitstream Vera Sans Bold,Arial Black,sans serif;
  font-style: italic;
  font-size:22px;
  text-transform: uppercase;
  width:200px;
  display: block;
  text-align: center;
  padding-top:12px;
  padding-bottom:12px;
  float:left;

}


a.blue-booking {
	background-color: transparent;
	margin-left:auto !important;
	margin-right:auto !important;
	border: 2px solid #FFF;
	border-radius: 3px;
	color: #fff;
	font-weight: 400;
	display: block;
	font-size: 12px;
	font-style:normal;
	margin-top: 20px;
	text-align: center;
	text-transform: uppercase;
	width: 80%;
	max-width: 260px;
	z-index:9999;
	padding-top:12px;
	padding-bottom:12px;
	padding-left:10px;
	padding-right:10px;
	float:none;

}

a.about-booking {

  color:#000 !important;
  border:2px solid #000;
  border-radius: 3px;
  color:#fff;
  font-family: "Impact-Regular",Haettenschweiler,Franklin Gothic Bold,Charcoal,Helvetica Inserat,Bitstream Vera Sans Bold,Arial Black,sans serif;
  font-style: italic;
  font-size:22px;
  text-transform: uppercase;
  width:70%;
	max-width:400px;
  display: block;
  text-align: center;
  padding-top:12px;
  padding-bottom:12px;
  float:left;
	letter-spacing: 3px;
}

div.main-section-content-left {
width:40%;
margin-left:0%;
position: relative;
height:auto;
float:left;
}

fieldset {

  border:none;
}

div#contact-banner-image {
	width:100%;
	height:680px;
	border-radius: 0 40px 40px;
  box-shadow: 2px 10px 22px 0 rgba(209, 194, 209, 1);
	margin-top:60px;
}

div.main-section-content-right {
width:40%;
min-height:400px;
float:left;
padding-top:30px;
padding-right:10%;
text-align: left;
}


label#messagelbl {
	width:100%;
	margin-top:20px;
	margin-bottom: 20px;
	text-align: left;
}

.visCSSlabel {
	text-align: left;
}




div.top-menu-nav li.active {
text-decoration: none !important;
}
ul.home-big-offer-services li{
text-indent: -20px;
}

div#footer-services ul li {
text-indent: -13px;

}

div.banner-main-content p {
color:#fff;
font-size:26px;
line-height: 30px;
}


div.banner-main-content {
width:50%;
left:10%;
top:0;
height:100%;
position: relative;
z-index: 20;
max-width: 800px;
}

div#maintenance-feeding-section {
	float:left;
	height:400px;
}

div#maintenance-tabbed-section-2 {
	height:auto;
	padding-bottom:40px;
	padding-top:60px;
}

div.main-banner {
height:450px;
padding-top:100px;

}

div#container-top-wrapper {
	position: relative;
	height:100px;
}

div#nav-background-container {
	  background-image: url("../images/header_nav_bg.jpg");
		width:100%;
		height:100px;
		float:left;
		background-repeat: repeat-x;
		-webkit-box-shadow: 10px 10px 10px -1px rgba(0,0,0,.2);
		-moz-box-shadow: 10px 10px 10px -1px rgba(0,0,0,.2);
		box-shadow: 10px 10px 10px -1px rgba(0,0,0,.2);
}

div#filler-left {
    background: transparent none repeat scroll 0 0;
    height: 115px;
    left: 0;
    position: absolute;
    width: 30%;
    z-index: 30;
}


div#filler-right {
    background: transparent none repeat scroll 0 0;
    height: 115px;
    left: 30%;
    position: absolute;
    width: 70%;
    z-index: 30;
		max-width:1100px;
		padding-top:30px;
}

a.property-contact {
float:right;
border:2px solid #001841;
text-transform:uppercase;
display:block;
width:200px;
text-align:center;
padding-top:8px;
padding-bottom:8px;
margin-top:-35px;
}

input#mc-embedded-subscribe {
background-color:#012652 !important;
}

li.pupup-element img {
	max-width: 40% !important;
	max-height:70%;
}



div.isotope-item {
	background-color:#fff;
	max-height: 160px;
}



div.button-block a {
	background-color:#fff !important;
	color:#005DAA !important;
	border:2px solid #005DAA;
	display:block;
	width:100%;
	padding:8px !important;
	text-align: center;
}

input.btn  {
	border: 1px solid #999;
	 border-radius: 3px;
	 color: #111 !important;
	 display: block;
	 float: left;
	 padding-bottom: 12px;
	 padding-top: 12px;
	 text-align: center;
	 text-transform: uppercase;
	 width: 200px;
	 margin-top:20px;
}

form.visform input.textbox {
float:left;
margin-bottom:20px;
}

div.right-block div.description {
	line-height:1.9em;
}

form.visform {
max-width:600px;
}

div.hidden {
	display:none;
}

.sticky {
	background-color:#295290;
	transition: all 1.4s ease;
	position: fixed !important;
	height:100px !important;
	margin-top:76px;
}

div.sticky div#nav-background-container {
display: none;
}

div.sticky div#scroll-nav-menu {
	display:block !important;
	top:0px !important;
}

div.sticky div#scroll-nav-menu ul.menu li.active a {
	color:#62BD48 !important;
}

div.sticky li.item-180 {
	display:none;
}

ul.menu li.active a{
	color:#04549D;
}

div.sticky div#scroll-nav-menu ul.menu li a {
	font-size:12px !important;
	font-family: "Avenir LT Std 85 Heavy";
}

div.sticky div#scroll-nav-menu ul.menu li.item-101 {
	margin-left:20px;
}

div.sticky div#header-call-us-section{
	font-size:15px;
	margin-top:-8px;
	margin-right:20px;
}

div.sticky span#call-us-front {
	display:none;
}

div#scroll-nav-menu {
	display: none;
}


.sticky div#filler-left, .sticky div#filler-right {

}

h3#choice-of-heading {
	background-color:#ff0198;
	padding-top:20px;
	padding-bottom:10px;
}

input.btn:hover, a.about-booking:hover {
background-color:#111 !important;
color:#fff !important;
cursor:pointer;
}

textarea#field21 {
	width:100%;
	height:140px;
}

textarea#field32 {
	height:140px;
}

input#mce-EMAIL {
min-width:260px !important;
}
input#recaptcha_response_field {
width:100%;
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 1px solid #999;
padding: 2px;
height:40px;
max-width:355px;
}


span.article_separator {
    display: none;
}
p {
    color: #333;
    line-height: 1.9em;
    font-size: 16px;
}
p.white {
    color: #FFFFFF;
    line-height: 1.8em;
}

h1.slider-light span {
font-size:22px;
}

div#home-page-intro-text {
	width:60%;
}

div#home-about-section {
	margin-top:90px;
	margin-bottom:90px;
	text-align: center;
}

h1 {
	color: #222;
	 font-family: "Roboto",sans-serif;
	 font-size: 42px;
	 line-height: 48px;
	 font-weight: 300;
	 letter-spacing: 3px;
	 margin-bottom: 10px;
	 margin-top: 10px;
	 text-transform: uppercase;
	 text-align: center;
}


span.scroll-arrow-down {
	font-size:40px;
	color:#3E3E3E;
}

h2 {
	color: #222;
	 font-size: 31px;
	 font-weight: 300;
	 line-height: 38px;
	 margin-bottom: 10px;
	 margin-top: 40px;
	 text-align: left;
}




a.block-link {
display:block;
background-color:#323232;
color:#FFFFFF !important;
padding:5px;
width:80px;
text-align:center;
margin-top:10px;
}

a.block-link:hover {

background-color:#9EB25F;
cursor:pointer;

}


div#article a {
	text-decoration: underline;
	font-weight: 400;
}


a {
    color: #111;
    text-decoration: none;

}
body {
		font-family: 'Avenir LT Std 35 Light', sans-serif;
    font-size: 14px;
    line-height: 1.4em;
    text-align: left;
    text-rendering: optimizelegibility;
    word-wrap: break-word;
    background-color: #FFFFFF;
    color: #000;
    position: relative;
    width: 100%;
		font-weight:400;
    overflow-x: hidden;
}

label.element-invisible {
	display:none;
}

li#current {
border-bottom:1px dotted #323232;
}

div#footer-copy-block {
width:100%;
margin-left:auto;
margin-right:auto;
max-width:1200px;
}

div#footer-contact-details {
float:left;
width:180px;
margin-top:35px;
}


div#footer-contact-details p{
color:#FFFFFF;
font-size:12px;
}

div#home-properties {
width:100%;
height:600px;
position:absolute;
top:1070px;
left:0px;
background-color:#fff;
}

p.copyright {
		color:#FFF;
		margin-top:30px;
		font-size:10px;
		float:left;
		font-weight: 700;
		letter-spacing: 4px;
		line-height: 14px;
		text-align: center;
}
p.copyright a {
color:#FFF;

}

div.selling-home-block-top {
max-height:135px;
margin-top:0px;
margin-bottom:30px;
}
div.selling-home-block-colour h1 {
text-align:center;
color:#fff;
margin-top:-33px;
}
label#comments-inquirylbl {
width:100%;
}

.google-maps {
		position: relative;
		padding-bottom: 80%; // This is the aspect ratio
		height: 0;
		overflow: hidden;
		margin-top:80px;
}
.google-maps iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
}


div.content {
width:100%;
max-width:980px;
margin-left:auto;
margin-right:auto;
padding-top:80px;
padding-bottom:80px;
}

div.selling-home-block-white {
width:100%;
background-color:#fff;
float:left;
}

div.about-message {
padding-top:60px;
padding-bottom:60px;
}

div.about-message h2 {
width:100%;
max-width:760px;
margin-left:auto;
margin-right:auto;
font-family: ubuntu-condensed,sans-serif;
font-size: 25px;
font-weight: 400;
text-align: center;
color:#fff;
line-height:31px;
}

div.selling-home-block-colour div.content p {
color:#FFF;
}
div.selling-home-block-colour {
width:100%;
background-color:#001841;
float:left;
color:#FFF;
}

#current.active a {

    color: #000000 !important;
    display: block;
	height:30px;
	font-weight:bold;


}


li.item18 a, li.item20 a, li.item22 a {
    font-size: 13px;

}
#page-container {
    min-width: 980px;
    width: 100%;
		background-color:#fff;
		margin-top:40px;
		margin-bottom:60px;
}

li.edit-icon {
display:none;
}
div.blog p {
font-size:18px;
font-weight:400;
float:left;
}

div.home-block-about-us-text p {
color:#fff;
}

div.home-block-we-help-text p {
color:#fff;
font-size:22px;
line-height:26px;
}

div.middle-banner-pic {
    background-attachment: scroll;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    float: left;
    height: 600px;
    width: 50%;
}
div.middle-banner-details {
    display: block;
    float: left;
    height: 600px;
    width: 45%;
}
div.middle-banner-details-text-section {
		float:left;
		max-width:1000px;
}
div.middle-banner-details p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9em;
		letter-spacing: 0px;

}
a.read-more-featured-block {
    border: 1px solid #ffffff;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    font-size: 16px;
    margin-top: 40px;
    padding: 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 150px;
    z-index: 10;
}


.middle-banner-heading-light {
font-weight: 300;
letter-spacing: 5px;
font-size:36px;
font-family: "Lato",sans-serif;
margin-bottom:10px;
float:left;
}
.middle-banner-heading-heavy {

text-transform: uppercase;;
font-size:19px;
font-weight: 200;
float:left;
width:100%;
letter-spacing:8px;
margin-bottom:20px;
}


div.middle-banner-details h3 {
    padding-bottom: 0;
		text-align: left;
}
div.middle-banner-container {
    height: 300px;
    width: 100%;
}

div.middle-banner-details-text-section h3 {
	font-style: normal !important;
}
div.home-box-content a.readmore {
text-transform:uppercase;
border:2px solid #F9CE19;
width:90%;
padding-top:12px;
padding-bottom:12px;
text-align:center;
float:left;
margin-top:20px;
margin-bottom:20px;
color:#fff;
display:block;
background-color: rgba(0, 0, 0, 0.3);
letter-spacing: 2px !important;
}

div.page-header h2 {
width:100%;
float:left;
margin-top:30px;

}

div.newsflash a.readmore {
color:#fff;
text-transform:uppercase;
border:2px solid #fff;
width:160px;
padding-top:5px;
padding-bottom:5px;
text-align:center;
float:left;
margin-top:5px;
margin-bottom:20px;
}
h4.newsflash-title {
float:left;
width:100%;
font-size:16px;
}
div.newsflash {
color:#fff;
}
div.newsflash p {
color:#fff;
float:left;
width:100%;
margin-bottom:20px;
}
p.readmore {
width:100%;
}
div.blogPost {
width:100%;
}
p.readmore a.btn {
border:1px solid #333;
margin-top:20px;
display:block;
float:left;
width:300px;
text-align:center;
padding-top:5px;
padding-bottom:5px;
font-weight:bold;
}

div#content-wrap {
margin-left:auto;
margin-right:auto;
width:980px;
min-height:300px;
}


div#container-top {
    height: 180px;
    opacity: 1;
    position: relative;;
    width: 100%;
    z-index: 9999;
		background-color:#004684;
}


span#container-top-social-message {
	float:right;
}

div#container-top-social {
	background-color:#04549D;
	padding-top:10px;
}


div#container-bottom-header {
background-color:#323232;
width:100%;
height:40px;
z-index:9998;
}

div#container-top-header-nav {
background-color:#323232;
width:980px;
margin-left:auto;
margin-right:auto;
z-index:9997;
}



h2.contentheading {
margin-top:20px;
font-size:22px;
}

div.countdown_div {
display:none;
}

div#container-top-image-main {
height:197px;
width:100%;
background: url("../images/home_page_slider_1.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
background-position: bottom -50px center !important;
margin-bottom:10px;
min-width:980px;
background-color:#000000 !important;
padding-top:120px;
}

div#container-top-image-sleve {
width:980px;
margin-left:auto;
margin-right:auto;
height:80px;
position:relative;
}


div#container-top-image-main-sleve {
width:980px;
margin-left:auto;
margin-right:auto;
height:80px;
position:relative;
}

div#footer-contact-address-symbol img {
	max-width: 100%;
}

div#footer-contact-phone-symbol img {
	max-width: 100%;
}

div#container-top-image-content-main h1 {
color:#FFFFFF;
opacity: 1;
padding:8px;
margin-bottom:0px;
}

div#container-top-image-content-main h2 {
color:#FFFFFF;
padding:8px;
}

div#container-top-image-content-main {

min-width:480px;
background-color:rgba(60,36,92,0.7);
margin-left:auto;
margin-right:auto;
position:absolute;
top:30px;
left:0px;
}

div.article-content ul li {
text-indent: -13px;
}

td.content-rhs {

border-left:1px solid #ECECFB; padding-left:40px;
}

td.content-rhs ul li{

line-height:1.8em;
}

td.content-rhs ul {

margin-left:5px;
}



#orlando-home-footer-banner {
    height: 460px;
    width: 100%;
    position: relative;
    background: #fff;
}
#orlando-home-footer-banner-mask{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    bottom: -407px;
    transform: skewY(-3deg);
		-webkit-transform: skewY(-3deg);
		background-color:#fff;

}



td.content-lhs {
padding-right:80px;
width:630px;
valign:top;

}

ul.maestro li {
margin-left:30px;
padding-right:30px;
line-height:24px;
margin-bottom:10px;
}

div#container-top-image {
height:497px;
width:100%;
background: url("../images/home_page_slider_1.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
background-position: bottom -125px center !important;
margin-bottom:20px;
min-width:980px;
background-color:#000000 !important;
}

div#container-top-image-content h1 {
color:#FFFFFF;
padding:8px;
margin-bottom:0px;
}

div#container-top-image-content h2 {
color:#FFFFFF;
padding:15px;
margin-bottom:0px;
font-size:16px;
}

div#container-top-image-content {
min-height:96px;
width:600px;
padding:10px;
background-color:rgba(60,36,92,0.7);
margin-left:auto;
margin-right:auto;
position:absolute;
top:15px;
left:30px;
}

#white-nav ul li a i {
    background: url("../images/nav-arr.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 7px;
    margin-left: 6px;
    vertical-align: middle;
    width: 9px;
}

#white-nav ul li a {
    color: #000000;
}

#white-nav ul li a:hover {
    color: #D40101;
}

#white-nav ul li {
    float: left;
    list-style: none outside none;
    margin-right: 20px;
}


div#white-nav {
	float:right;
	width:720px;
	font-size:17px;
	padding: 10px 0;
	text-transform: uppercase;
}

div#container-bottom-header-sleve {
width:980px;
height:45px;
float:left;

}

div#container-top-header {
width:70%;
height:140px;
margin-left:auto;
margin-right:auto;
position:relative;

}

td.our-team-image {
padding-right:20px;
padding-top:20px;
padding-bottom:10px;
}
td.our-team-image img {
 border: 4px solid #8FBD40;
 border-radius: 160px;
}

td.our-team-image-blue img {
 border: 4px solid #012652;
 border-radius: 160px;
}

div#container-bottom-header {
    background-color: #323232;
    float: left;
    height: 46px;
    width: 100%;
}


ul#header-top-nav {
    height: 50px;
    list-style-type: none;
    margin-left: 15px;
    width: 460px;
}



}
div.sigplus-gallery ul li a img{
box-shadow: 2px 2px 2px #000000 !important;
}

div.home-page-intro-text {


  background-position: left top;
  background-repeat: repeat;
	padding:20px;

}


#four-boxes-wrap {
    margin-left: auto;
    margin-right: auto;
    min-height: 300px;
    position: relative;
    width: 980px;
}

div#footer h2 {
margin-top:30px;
color:#9EB25F;
font-size:17px;
margin-bottom:0px;
}


div.home-block-4-images-box {
	width:25%;
	height:290px;
	float:left;
}

div.home-block-4-images-box-border {
	border:1px solid #fff;
	height:100%;
	width:100%;
	position: relative;
	z-index:200;
}

div.home-block-4-images-icon h2 {
	color:#fff;
	text-align: center;
}

div.home-block-4-images-box-border div.overlay {
	  background-color: rgba(0, 70, 132, 0.3);
}

div#header-nav-section li.item-180 {
	display:none;
}


div.home-block-4-images-icon {
	position: relative;
	z-index: 200;
	padding-top:20px;
}

#home-boxes {
	bottom: 14px;
	color: #2A2631;
	font-size: 13px;
	height: 400px;
	line-height: 15px;
	margin-left: auto;
	margin-right:auto;
	width: 980px;
	margin-top:40px;

}
#home-boxes a {
    color: #2A2631;
    font-weight: normal;
}


#home-box-image-1, #home-box-image-2, #home-box-image-3 {
    float: left;
    height: 210px;
    width: 165px;
}


div#home-choice-of {
	height:auto;
	float:left;
	margin-top:90px;
}

div#choice-of-venue-section-details {
	height:1200px;
}

div#choice-of-image-section {
	height:1200px;
}

div#home-box-1-text {
float:left;
height:100%;
width:40%;
padding-left:5%;
padding-right:5%;
padding-top:20px;
position:relative;
}

div#home-box-2-text {
float:left;
height:100%;
width:40%;
padding-left:5%;
padding-right:5%;
padding-top:20px;
position:relative;
}


div#header-contact-info {
float:right;
margin-top:40px;
font-family: ubuntu,sans-serif;
letter-spacing: 2px;
line-height: 20px;
text-align: right;
font-size:28px;
}
div.top-menu-nav {
float:left;
position: relative;
z-index: 60;
top:40px;
right:0px;
}

a.blue-button {
	background:#004684;
	color:#fff;
	display: block;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:8px;
	padding-top:8px;
	text-transform: uppercase;
  font-family: "Avenir LT Std 85 Heavy";
}

div#header-request-quote {
	position: absolute;
	right:0px;
	bottom:10px;

}

div#header-nav-section {
	position: relative;
	height:100px;
}

div#header-nav-section ul.menu li {
	margin-right:30px;
}

div#header-nav-section ul.menu li a {
	font-size:18px;
  font-family: "Avenir LT Std 85 Heavy";
}

div#header-call-us-section {
	float:right;
	color:#fff;
	font-size:22px;
  font-family: "Avenir LT Std 85 Heavy";
}

div#home-box-3-text {
float:left;
height:100%;
width:40%;
padding-left:5%;
padding-right:5%;
padding-top:20px;
position:relative;
}

div.centered-text {
text-align: center;
}

div#home-top-block-text {
height:auto;
}

div#orlando-horse {
width:200px;
margin-left:auto;
margin-right:auto;
margin-bottom:40px;

}

div.black-text h2 {

	color:#111 !important;
}

div#footer-logo-section p {
	text-align: center;
}

div#website-created-by {
position: absolute;
bottom:0px;
right:0px;
}


div#copy-right-section {
	width:30%;
	float:left;
	color:#fff;
	margin-top:20px;
}

div#copy-right-section span {
	width:100%;
	text-align: center;
	margin-top:40px;
}
div#copy-right-section img {
	height:20px !important;
}


div#copy-right-section span {
	float:right;
}
div#home-box-4-text {
float:left;
height:100%;
width:40%;
padding-left:5%;
padding-right:5%;
padding-top:20px;
position:relative;
}


div#facebook-footer {
float:left;
margin-top:60px;
}

span.email-footer {
	float:left;
	width:100%;
}
#box-1 {
    float: left;
	width:49%;
	background-color:#100040;
	max-width:500px;
	height:190px;
}
#box-2 {
    float: left;
	width:49%;
	background-color:#8FA747;
	max-width:500px;
	height:190px;
	margin-left:15px;
}
#box-3 {
    float: left;
	width:49%;
	background-color:#006D75;
	max-width:500px;
	height:190px;
	margin-top:15px;
}
#box-4 {
    float: left;
	width:49%;
	margin-top:15px;
	background-color:#FFCB17;
	max-width:500px;
	height:190px;
	margin-left:15px;
}

p.home-box-text {
float:left;
font-size:13px;
line-height:1.3em;
}

a.read-more-home-boxes {
border:1px solid #fff;
color:#fff;
text-transform:uppercase;
font-size:11px;
display:block;
width:90px;
text-align:center;
margin-top:10px;
padding:5px;
}

div.in-slide-content a {
color:#fff;
z-index:999999 !important;
position:relative;
display:block;
}

a.read_more {
    background-image: url("../images/read_more.png");
	display:block;
	width:135px;
	height:29px;
	color:#000;
	cursor:pointer;
	text-align:center;
}

div#home-services-section-2 img {
	max-width: 100%;
}

div#services-details-2 h2 {
	margin-top:0px;
}

div#services-details-2 div.middle-banner-details-text-section {
	float:right;
}

div#turflands-home-section-1-wrapper, div#turflands-home-section-2-wrapper  {
	max-width:1800px !important;
}


div#call-to-action-banner-filler-left {
	position: absolute;
	left:0px;
	width:50%;
	background-color:#0A5388;
	height:100%;
}

div#call-to-action-banner-filler-right {
	position: absolute;
	right:0px;
	width:50%;
	background-color:#064878;
	height:100%;
}


div.call-to-action-banner-left {
	background-color:#0A5388;
	width:50%;
	float:left;
	padding-top:30px;
	padding-bottom:30px;
	position: relative;
	z-index: 20;
}

div.call-to-action-banner-left h3 {
	font-size:44px;
}

div.call-to-action-banner-left h4 {
	font-size:26px;
	margin-top:10px;
	line-height:32px;
	float:left;
}

div.call-to-action-banner-left p {
	float:left;
	margin-top:15px;
	font-size:13px;
}

div#call-to-action-banner-1-angled-mask {
background-color: #0A5388;
height: 100%;
position: absolute;
left: -68px;
top: 0;
transform: skewX(-11deg);
width: 17%;
}

div.call-to-action-banner-right {
	background-color:#064878;
	width:50%;
	float:left;
	padding-top:0px;
	padding-bottom:10px;
	position: relative;
}

div#call-to-action-banner-container-1 {
	background-color:#0A5388;
	float:left;
	position: relative;
}


div#call-to-action-banner-container-2 {
	background-color:#F1F2EC;
	float:left;
	position: relative;
}


div#why-become-shareholder {
	color:#fff;
}

a.read_more:hover {
    background-image: url("../images/read_more_hover.png");
	color:#FFFFFF;
}

a.read_more span {
margin-left:0px;
}
div#big-page-wrapper {
position:relative;
z-index:1;
margin-top:-77px;
}

div#home-properties-section {
width:980px;
margin-left:auto;
margin-right:auto;
background-color:#fff;
}

div#article h3 {
	color:#004684;
}

a.footer-contact {
background-color: #001841;
border-color: #787878;
border-radius: 3px;
margin-top:20px;
display:block;
color:#fff;
width:200px;
text-align:center;
padding-top:20px;
padding-bottom:20px;
}


div#home-message-block {
background-color:#FFF;
height:300px;
width:100%;
position:absolute;
top:760px;
left:0px;

}
div#home-message-block p {
font-size:16px;
line-height:1.6em;
}
div#home-block-4-boxes {
width:980px;
margin-left:auto;
margin-right:auto;
}

div.fb-page {
	margin-top:60px;
}

div#home-block-4-boxes h3 {
font-size:22px;
}
div#home-block-4-boxes h3, div#home-block-4-boxes p {
color:#fff;
margin-top:5px;
line-height:1.3em;
}

div.tab-content ul li {
	text-align: center;
	margin-bottom:20px;
	font-size:18px;
	line-height:26px;
}


div#home-services-section-1 {
	float:left;
	height:500px;
	margin-bottom:80px;
	margin-top:160px;
}

div#home-services-section-2 {
	float:left;
	height:500px;
	margin-top:0px;
	padding-bottom:65px;
}

div#home-services-section-3 {
	float:left;
	height:640px;
	margin-top:0px;
}

div#home-services-section-4 {
	float:left;
	height:640px;
	margin-top:0px;
}

div#home-services-section-5 {
	float:left;
	height:640px;
	margin-top:0px;
}

div#home-services-section-6 {
	float:left;
	height:640px;
	margin-top:0px;
}

div#services-details-1 {
	background-color:#111;
	height:auto;
	float:left;
}

div#services-details-1 h3,  div#services-details-2 h3  {
	font-size:40px;
	text-transform: none;
	font-weight: 600;
	color:#044877;
	padding-bottom:20px;
	border-bottom:4px solid #61BC47;

}




div#services-details-2 {
	background-color:#FFF;
	height:auto;
	float:left;
	padding-left:2%;
}

div#services-details-3 {
	background-color:#111;
	height:640px;
	float:left;
}

div#services-details-4 {
	background-color:#111;
	height:640px;
	float:left;
}

div#services-details-5 {
	background-color:#F0EEEF;
	height:640px;
	float:left;
}

div#services-details-6 {
	background-color:#111;
	height:640px;;
	float:left;
}

div#services-details-1-banner {
	height:500px;
	float:left;
	position: relative;
}
div.angled-mask-left{
	background-color: #fff;
	 height: 100%;
	 left: -40px;
	 position: absolute;
	 top: 0;
	 transform: skewX(11deg);


	 width: 16%;
}

div.angled-mask-left-bottom {
	background-color: #fff;
	 height: 100px;
	 left: -64px;
	 position: absolute;
	 bottom: 0;
	 transform: skewX(11deg);
	-ms-transform: skewX(11deg); /* IE 9 */
  -webkit-transform: skewX(11deg); /* Safari */
	 width: 16%;
}

div.angled-mask-right-bottom {
	background-color: #fff;
	 height: 100%;
	 right: -57px;
	 position: absolute;
	 bottom: 0px;
	 transform: skewX(-11deg);
	-ms-transform: skewX(-11deg); /* IE 9 */
  -webkit-transform: skewX(-11deg); /* Safari */
	 width: 10%;
}

div#services-details-2 ul li {
	list-style-type: square;
	margin-bottom:30px;
}

div#services-details-2 ul {
	margin-top:20px;
}

div.angled-mask-right{
	background-color: #fff;
	 height: 100%;
	 right: -10px;
	 position: absolute;
	 top: 0;
	 transform: skewX(-11deg);
	 width: 10%;
}

span.tab-circle-nav-text {
	width:100%;
	float:left;
}

span.tab-circle-nav {
	border-radius: 50%;
	height:40px;
	width:40px;
	background:transparent;
	border:2px solid #fff;
	padding:5px;
	line-height: 40px;

	font-size:18px;
	float:left;
	margin-bottom:30px;
	text-align: center;
	 white-space: pre-line;
}

div.tab-content-section {
	width:60%;
	margin-left:auto;
	margin-right:auto;
	height:350px;
}

ul.tabs{
    padding: 0px;
    list-style: none;
		width:80%;
		margin-left:auto;
		margin-right:auto;
		margin-top:60px;
  }
  ul.tabs li{
    background: none;
    color: #222;
    display: inline-block;
    padding-right:10%;
    cursor: pointer;
		float:left;
		margin-bottom: 20px;
  }

a#preparation-section-link {
	position: relative;
	top:-230px;
	left:0px;
}

a#turf-care-calendar-section-link {
	position: relative;
	top:-400px;
	left:0px;
}


div#preparation-tabbed-section-content h2 {
	text-align: center;
}

li.tab-link-final {
	padding-right:0px !important;
}

  ul.tabs li.current span.tab-circle-nav{
    background: #ededed;
    color: #222;
  }

  .tab-content{
    display: none;
    background: transparent;
    padding: 15px;
		height:300px;
  }

  .tab-content.current{
    display: inherit;
  }



div#preparation-tabbed-section {
	height:auto;
	margin-top:0px;
	float:left;
	padding-bottom:40px;
}

div#preparation-tabbed-section-content {
	padding-top:20px;
}

div#preparation-tabbed-section-content p {
	letter-spacing: 0px;
}

div#preparation-tabbed-section-content h3 {
	text-align: center;
	text-transform: none;
	font-size:36px;
	margin-bottom: 30px;
}
div#services-details-2-banner {
	height:500px;
	float:left;
}

div#services-details-3-banner {
	height:640px;
	float:left;
}

div#services-details-4-banner {
	height:640px;
	float:left;
}

div#services-details-5-banner {
	height:640px;
	float:left;
}

div#services-details-6-banner {
	height:640px;
	float:left;
}

div#services-details-1-banner-mobile, div#services-details-2-banner-mobile, div#services-details-3-banner-mobile, div#services-details-4-banner-mobile, div#services-details-5-banner-mobile, div#services-details-6-banner-mobile {
	display:none;

}






div#services-details-1-banner-split {

}

div.split-banner {
	width:50%;
	height:50%;
	float:left;
}


tr.lawn-type-title h3 {
	font-size:11px;
}

tr.lawnn-type-section-row td {
	padding-bottom:10px;
	border-top:1px solid #04549D;
	padding-left:3px;
	padding-top:5px;
}

a.slider-read-more {
background-color: transparent;
border: 2px solid #62BD48;
border-radius: 3px;
color: #fff !important;
font-weight: 600;
display: block;
background-color: #004684;
font-size: 16px;
font-style:normal;
margin-top: 20px;
padding-bottom: 3px;
padding-top: 3px;
text-align: center;
text-transform: uppercase;
width: 260px;
z-index:9999;
letter-spacing: 2px;
opacity: 0.8;
 font-family: "Avenir LT Std 85 Heavy";
}

span.home-slider-text {
color:#333;
font-size:26px;
margin-bottom:10px;
}

div#home-about-details {

	height:600px;
}

div.in-slide-content h1 {
color:#FFF;
margin-left:0px;
font-size:188px;
line-height:55px;
height:auto;
max-width:90%;
padding-left:30px;
padding-top:30px;
padding-bottom:30px;

}


h1.slider-light p {
	color:#fff;
	font-size:44px;
	line-height: 48px;
	padding: 10px 30px;
	letter-spacing: 3px;
	text-align: center;
}

div#home-block-4-boxes-sleve {
position:absolute;
top:1000px;
left:0px;
width:100%;
height:415px;
background-color:#FFF;
padding-top:15px;
z-index:10;

}

div#home-message-block-text {
width:900px;
margin-left:auto;
margin-right:auto;
height:200px;
color:#111;
padding-top:80px;
}

div#home-message-block-text h2, div#home-message-block-text p {
color:#111;

}

div#oralndo-footer-social-large-icons {
	position: absolute;
	top:40%;
	left:20%;
	width:80%;
}

div#oralndo-footer-social-large-icons a {
	position: relative;
	z-index: 200;
	display: block;

}

div#large-footer-social-icon-1 {
left:0%;
position: absolute;
top:0px;
}

div#large-footer-social-icon-2 {
left:20%;
position: absolute;
top:0px;
}


div#large-footer-social-icon-3 {
left:40%;
position: absolute;
top:0px;
}

div#large-footer-social-icon-4 {
left:60%;
position: absolute;
top:0px;
}

div#oralndo-footer-social-large-icons i{
opacity: 0.8;
}


div.social-icon-large {
	font-style:normal;
	font-weight:400;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	overflow:hidden;
	text-decoration:none;
	text-align:center;
	display:block;
	position: relative;
	z-index: 1;
	width: 77px;
	height: 77px;
	line-height: 77px;
	font-size: 42px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	margin-right: 10px;
	color: #333;
	background-color: #fff;
}

div.container {
	width:100%;
}



div#footer-container-bottom-logo {
	float:left;
	width:30%;
}


div#footer-container {
	padding-bottom:0px;
	background-color:#004684;
	width: 100%;
	position: relative;
	z-index: 900;
	margin-top:-24px;
}

div#footer-container-bottom {
	height:200px;
	float:left;
	background-color:#004684;
  background-image: url("../images/bottom_footer_bg.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
	border-top:1px solid #226093;
	padding-top:40px;
}

div#footer-services ul {
margin-top:20px;
}

span.footer-address {
	color:#fff;
	letter-spacing: 6px;
	font-size:16px;
}

.black-text {
color:#111 !important;
}

div.full-image-banner {
width:100%;
height:600px;
float:left;
}

div.full-image-banner-details {
	float: none;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	max-width: 80%;
	padding-top:220px;
	z-index: 400;
	position: relative;
}
div.full-image-banner-details h3 {
	text-transform: uppercase;
	color:#fff;
	font-size:80px;
 font-family: "Impact-Regular",Haettenschweiler,Franklin Gothic Bold,Charcoal,Helvetica Inserat,Bitstream Vera Sans Bold,Arial Black,sans serif;
 line-height:90px;
 text-align: center;
 font-style: italic;
 letter-spacing: 3px;
}

div#footer-container-top-logo {
	width:50%;
	margin-left:auto;
	margin-right:auto;
	margin-top:60px;
}
a#why-tint-button {
	float:right !important;
}
img.fb-icon {
position: absolute;
left:500px;
top:30px;

}

.orange-text {
color:#FBCA01;
margin-right:20px;
}


div.banner-details-text-black p {
color:#111 !important;
font-size:23px;
}

div.home-box-content {
position: absolute;
left:0px;
bottom:0px;
z-index:40;
width:100%;
}

span#slider-heading-top {
color:#FFF;
font-weight:600;
font-style: normal;
font-size:60px;
line-height: 65px;
padding-top:15px;
padding-bottom:15px;
padding-left:0px;
padding-right:30px;
float:left;
margin-bottom:10px;
text-align: left;
text-transform: uppercase;
letter-spacing: 1px;
font-family: "Avenir LT Std 85 Heavy";
}

span#slider-heading-top span.light {
  font-family: "Avenir LT Std 35 Light",sans-serif;
	font-size:40px;
	float:left;
	margin-top:-10px;
}


span#slider-heading-bottom{

color:#fff;
font-size:50px;
padding-top:10px;
padding-bottom:10px;
padding-left:30px;
padding-right:30px;
float:left;
}



div.overlay {
background-color: rgba(0, 0, 0, 0.1);
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 10;
}

div#home-block-orange {
width:10%;
background-color:#FBCA01;
height:470px;
float:left;
max-width:100px;
}

div.divider {
float:left;
margin-top: 40px;
width:100%;
}

div#header-search {
	float:left;
}

div#home-block-image-1 {
width:100%;
height:100%;
float:left;
border:9px solid #fff;
}

div#home-block-image-2 {
  width:100%;
  height:100%;
float:left;
border:9px solid #fff;
}

div#home-block-image-3 {
  width:100%;
  height:100%;
	float:left;
border:9px solid #fff;
}

div#home-block-image-4 {
  width:100%;
  height:100%;
	float:left;
border:9px solid #fff;
}

div#home-block-image-5 {
  width:100%;
  height:100%;
	float:left;
border:9px solid #fff;
}

div#home-block-image-6 {
  width:100%;
  height:100%;
	float:left;
border:9px solid #fff;
}

div#home-box-block-1 {

height:300px;
width:28%;
float:left;
position: relative;
margin-left:2%;
}

div#home-box-block-2 {

height:300px;
width:28%;
float:left;
position: relative;
margin-left:4%;
}

div#home-box-block-3 {

height:300px;
width:28%;
float:left;
position: relative;
margin-left:4%;
}


div#home-box-block-4 {
height:300px;
width:28%;
float:left;
position: relative;
margin-left:2%;
}

div#home-box-block-5 {
height:300px;
width:28%;
float:left;
position: relative;
margin-left:4%;
}

div#home-box-block-6 {
height:300px;
width:28%;
float:left;
position: relative;
margin-left:4%;
}

p.nav-links-main-banner a{
    font-size: 10px;
    font-weight: 400;
		text-transform: uppercase;
		color:#fff;
}

p.nav-links-main-banner a:hover {
color:#FBCA01;
}

p.nav-links-main-banner a.active {
	color:#FBCA01;
}

p.nav-links-main-banner {
			margin-bottom:30px;
}

div#home-box-block-section {
margin-bottom:30px;
margin-top:10px;
}

span.complete-heavy {
  line-height:1.6em;
  font-family: "Impact-Regular",Haettenschweiler,Franklin Gothic Bold,Charcoal,Helvetica Inserat,Bitstream Vera Sans Bold,Arial Black,sans serif;
  font-style: italic;
  font-size:60px !important;
	font-weight: 200;
	letter-spacing: 5px;
}

div.full-banner-details {
margin: auto;
max-width:1160px;
padding-top:140px;
padding-bottom:5%;
}

div.white-text p{
color:#fff;
letter-spacing: 2px;
text-align: center;
}

div.full-banner-details h2 {
font-weight: 400;
letter-spacing: 3px;
font-size: 48px;
text-transform: uppercase;
color:#fff;
text-align: center;
font-family: "Avenir LT Std 85 Heavy";
}

.captchaCont {
	margin-bottom:30px;
}


input#field22, input#field33 {
	border:none;
	color:#fff !important;
	background-color:#004684;
	 font-family: "Avenir LT Std 85 Heavy";
}

input#field22:hover, input#field33:hover {
	background-color:#62BD48 !important;
}

a.blue-button:hover {
		background-color:#04549D !important;
}

div.full-banner-details h2 span {
   font-family: "Avenir LT Std 35 Light",sans-serif;
	 margin-left:5px;
}

div.split-banner-section {
	width:100%;
	height:100%;
}

div.white-text h3 {
	color:#fff !important;
}



div.split-banner-section-content {
	width:87%;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	position: relative;
	z-index: 20;
}

div.split-banner-section-top, div.split-banner-section-bottom {
width:100%;
float:left;
height:50%;
}
div.split-banner-section-top {
	background-color:#000;
}
div.split-banner-section-bottom {
	background-color:#F0EEEF;
}

span.light-auto-service {
font-size:55px;
font-weight: 300;
}

h2#our-lawn-types-heading {
	text-align: center;
	font-size:40px !important;
	padding-top:40px !important;
}

div#home-box-block-section h2 {
color:#fff;
padding-top:0px;
font-size:28px;
margin-bottom:40px;
letter-spacing: 2px;
font-weight:400;
padding:5px;


}

div.home-box-content h2 {
background-color:#FFF;
width:100%;
color:#333 !important;
text-align: center !important;
margin-bottom:-10px !important;
padding-top:10px !important;
font-size:18px !important;

}

div#home-box-block-section h2::after {
	background:#fff;
	margin-top:20px;
	margin-bottom: 0px;
	width:20%;
}

span.footer-ph img, span.footer-facebook img {
margin-right:20px;
float:left;
margin-top:-5px;

}
span.footer-ph, span.footer-facebook {
  margin-top:20px;
  font-size: 16px;
  float:left;
  font-size:18px;
	letter-spacing: 5px;
	margin-bottom:10px;
}

div#footer-marketing h4 {
font-size:18px;
margin-bottom:10px;
margin-top:10px;
}
div#footer-marketing a {
color:#8FBD40;
}
div#footer-container-copyright {
	background-color:#000;
	color:#fff;
	width:100%;
	z-index:39;
	width: 100%;
	height:33px;
	padding-bottom:40px;
	text-transform: uppercase;
	letter-spacing: 6px;
}

div#footer-subscribe {
	margin-left:5%;
	margin-right:5%;
	margin-top:-2px;
}

span.footer-heading-small {
	font-size:20px;
	margin-bottom: 10px;
	float:left;
	width:100%;
	text-align: center;

}

a.email {
margin-top:10px;
font-weight: 200;
}

span#email-footer-heading {
	line-height: 28px;
}

span#footer-address-heading-small {
font-size:26px;
text-transform: uppercase;
letter-spacing: 3px;
margin-top:20px;
margin-bottom:20px;
font-weight: 200;

}


div#footer-container-bottom-logo p {
	text-align: center;
}
span#footer-phone-large {
	font-size:44px;
	width:100%;
	float:left;
	margin-bottom:40px;
	margin-top:20px;
	font-weight: 200;
}

div#footer-address {
	width:20%;
	border-left: 1px solid #226093;
	padding-left:5%;
}

div#footer-contact {
	text-align: center;
	width:28%;
	margin-right:2%;
}

div.footer-address-section {
	margin-bottom: 20px;
	font-size:20px;
	line-height: 32px;
	font-weight: 200;
}

div#footer-contact-phone-symbol {
	margin-top:39px;
}
div#footer-contact-address-symbol {
	margin-top:40px;
}

div.footer-col {
float:left;
width:30%;
height:auto;
}

div#footer-services {
min-width:244px;
}

div#footer-services ul li{
list-style: none;
line-height:1.4em;
font-size:16px;
}

div#footer-container-copyright-main {
	background-color:#8FBD40;
	color:#fff;
	width:100%;
	z-index:39;
	width: 100%;

	height:33px;
}

div#home-block-container {
	background-color:#044877;
	width: 100%;
	float:left;
	margin-bottom:0px;
	height:895px;
}

lable#comments-inquirylbl {
	width:100%;
}

label#captcha-lbl {
	width:100%;
}

ul.home-big-offer-services li{
color:#fff;
list-style: none;
font-size:24px;
line-height: 1.6em;
}

#page-sleeve {
    background-image: url("../images/sleeve_bg.png");
    background-position: left top;
    background-repeat: repeat-y;
    min-width: 1260px;
    width: 100%;
}
#container-left {

    float: left;
    position: relative;
    width: 250px;
}

textarea#aics_extra_instructions {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
	padding:10px;
	line-height:22px;
	width:270px;
	height:200px;

}

label.visCSSlabel {

  color: #04549D;
	text-transform: uppercase;
	width:100%;
   font-family: "Avenir LT Std 85 Heavy";
}

input {
    -webkit-appearance: none;
}


.textbox, .inputbox, .visCSSinput{
    background-color: #FFFFFF;
    border: 1px solid #004684 !important;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    height: 46px;
    line-height: normal;
    padding: 5px 0 0 5px;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
    width: 320px;
}

text#field32 {
	float:left !important;
}

input#captcha-code {
    background-color: #FFFFFF;
    border: 1px solid #D2D2D2;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    height: 26px;
    line-height: normal;
    padding: 5px 0 0 5px;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
    width: 270px;
}


#logo {
    height: 120px;
    width: 249px;
	margin-top:30px;
}
#nav_menu {
    height: 300px;
    margin-left: 32px;
    margin-top: 50px;
    width: 218px;
}
ul.menu {
font-size: 14px;
list-style-type: none;
text-decoration: none;
text-transform:uppercase;
margin-top:10px;
margin-left:auto;
margin-right:auto;
}

div#footer-block-nav {
width:90%;
height:60px;
min-width: 960px;
position: relative;
z-index: 900;
}

div#footer-logo {
	float:right;
	width:15%;
	margin-left:2%;
	min-width:260px;
	margin-top:-14px;
	position: relative;
	z-index: 900;
}
div#footer-logo img {
	height:93px;
}


div#footer-address i {
	margin-right:10px;
}

span.footer-spacer {
	margin-right:27px;
}

div#footer-lawn-menu {
	padding-left:5%;
	width:40%;
}
div#footer-lawn-menu ul {
	width:45%;
	float:left;
	margin-top: 12px;
}

div#footer-lawn-menu ul li {
	margin-bottom:15px;
}


div#footer-nav {
	width:20%;
	padding-right:5%;
	float:left;
border-right:1px solid #226093;
padding-bottom:20px;

}

div#footer-nav ul.menu li a {
	color:#FFF;
}



div#footer-nav ul.menu li {
	float:left;
	width:100%;
}

#footer-nav ul.menu li {
  float: left;
	height:auto;
	color:#FFFFFF;
	margin-left:0px;
	text-decoration: none !important;
	text-transform: none;
	margin-bottom: 0px;
	margin-right:2px;
}
#footer ul.menu li.active {
}

div#footer-marketing {
float:right;
margin-top:40px;
}

div.white-text p, div.white-text h1, div.white-text h2, div.white-text h3, div.white-text h4, div.white-text h5, div.white-text h6, div.white-text p, div.white-text a, div.white-text span, div.white-text li, div.white-text li a {
	color:#fff;
}

div#footer-social {
width:10%;
float:left;
border-bottom: 1px solid #9E9E9E;
height:45px;
}

div#footer-social-icons {
	margin-top:20px;
	font-size:18px;
	width:30%;
	float:right;
	position: relative;
	height:40px;
}

div#footer-social-icons span {
	font-size:14px;
	float:left;
}

div#get-social {
	float:right;
}

div#footer-social-icons i {
	float:left;
	margin-left:10px;
	color:#fff;
}


div#footer-social span{
margin-right:20px;
margin-bottom:10px;
float:left;
}



#footer-block-nav ul.menu a {
	color:#555555;
	margin-left:0px;
	letter-spacing:1px;
	font-size:12px;
	text-decoration: none !important;
	text-transform: none;
	font-weight: 300;
	font-family: "Roboto",sans-serif;
}

#footer-block-nav ul.menu a:after {
	 content: ' \25CF';
	 color:#9e9e9e;
	margin-left:10px;
	font-weight: 600;
	font-size:6px;
	margin-top:1px;
	float:right;

}

li.item-105 a:after {
	content:"" !important;
}

#footer-block-nav ul.menu a:before {
	margin-right:5px;
	margin-left:5px;
}

#footer-nav ul.menu {

  font-size: 14px;
  list-style-type: none;
  text-decoration: none;
	width:100%;
	margin-top:4px;
	margin-left:0px;
	float:left;


}


div#footer-nav ul.nav li.active {
border-bottom: none;

}

div.content-banner-container {
width:100%;
padding-top:40px;
padding-bottom:40px;
float:left;
}
div.content-banner {
width:100%;
max-width:980px;
margin-left:auto;
margin-right:auto;
}


div.content-banner-left {
float:left;
}

div#footer a.blue-booking {
margin-left:0px !important;
width:80%;
padding-top:20px;
padding-bottom:20px;
}

div.content-banner-left  img {
height:304px;
width:653px;
margin-right:10px;
}
div.content-banner-right img {
height:304px;
width:303px;
}

div.content-banner-right {
float:left;
}
div.gallery-banner {
height:400px;
background-size:cover !important;
width:100%;
position:relative;
margin-bottom:40px;
background-position:center center !important;
}

div.gallery-banner h1 {
	color: #fff;
	background-color:#012652;
	font-size: 85px;
	line-height: 125px;
	max-width: 960px;
	position:absolute;
	left:40%;
	top:130px;
	padding-left:50px;
	padding-right:50px;
}

ul.menu a {
  text-decoration: none;
	text-transform:none;
	color:#FFF;
	margin-left:0px;
	display:block;
	font-size:13px;
}

ul.blue li {
color:#10396D !important;

}

div#header-logo {
left:0px;
top:25px;
margin-left:0px;
z-index: 999999;
position: absolute;;
}

div.sticky div#header-logo {
top:10px;
}

div.sticky div#header-request-quote, div.sticky div#header-search {
	display:none;
}

div#footer-marketing p {
color:#fff;
}

img.mobile-logo {
	margin-left: 10px;
	margin-top:5px;
}

div#footer #header-logo {
float:right;
margin-top:0px;
}

div#footer #current.active a {
color:#9EB25F !important;
}

ul.menu li {
  padding: 7px 0;
	text-transform:uppercase;
	list-style:none;
	display:block;
	height:30px;
	color:#111;
	float:left;
	margin-left:10px;
	font-weight: 400;
	margin-right:10px;
}

ul.menu li:hover {

}

li.item8, li.item9, li.item10, li.item11 {
margin-left:15px;
border-bottom:none !important;
font-weight:bold;
padding:6px !important;

}
ul {
margin-top:5px;
 list-style-position: inside;

}

ul li.header-top-nav-link {
    color: #FFFFFF;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 36px;
    margin-top: 26px;
}

#facebook {
    background-color: #4B423B;
    bottom: 250px;
    height: 50px;
    left: 38px;
    position: absolute;
    width: 50px;
}


#globe_line_bottom {
    background-color: #4B423B;
    bottom: 25px;
    color: #A39F9C;
    font-family: "Arial",Serif;
    font-size: 17px;
    height: 197px;
    margin-bottom: 0;
    position: absolute;
    width: 250px;
}
#contact_details {
    background-color: #0D3B6F;
    bottom: 15px;
    color: #FFF !important;
    font-family: "Arial",Serif;
    font-size: 18px;
    position: absolute;
}
#container-right {
    float: left;
    margin-bottom: 50px;
    max-width: 1670px;
    min-width: 1010px;

}
#article-sleeve {
    /*min-height: 961px;*/
    width: 709px;

}
#article {
	color: #000000;
	float: left;
	min-height: 0px;
	width: 100%;
	margin-left:15px;
	margin-right:15px;
	margin-top:0px;
	margin-bottom:0px;

}
#content_inner {
    font-size: 16px;
    margin: 50px 30px;
    width: 649px;
	line-height:24px;


}
#content_inner h1 {
    border-bottom: 1px solid #A39F9C;
    color: #000000;
    font-size: 42px;
    font-weight: normal;
    margin-left: 2px;
    padding-bottom: 13px;
    padding-top: 1px;
    width: 645px;
}



div.article-content {
padding-top:0px;
}

#content_inner h4 {
    font-size: 18px;
}
html body div#page-container div#page-sleeve div#container-right div#article-sleeve div#article div#content_inner div.componentheading, html body div#page-container div#page-sleeve div#container-right div#article-sleeve div#article div#content_inner h2.contentheading {
    border-bottom: 1px solid #A39F9C;
    color: #FFFFFF;
    font-size: 40px;
    padding-bottom: 20px;
    width: 635px;
		margin-top:50px;
}

span.email-footer a{

	color:#fff;
	font-size:14px;
	float:left;
	margin-top:10px;
}

#copyright {
    bottom: 0;
    color: #A39F9C;
    float: left;
    font-family: "Arial",Serif;
    font-size: 12px;
    height: 50px;
    left: 250px;
    position: absolute;
}

div.wrapper {
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	max-width: 1200px;
	min-height:30px;
}

#footer {
	position:relative;
	color:#000;
	padding-top:33px;
	padding-bottom:20px;
	z-index: 900;
}
#footer h3 {
text-transform:uppercase;
font-size: 20px;
color:#FFF;
font-weight: 600;

}
table.contentpaneopen {
    width: 100%;
}

img.lantham-logo {
padding-top:20px; padding-bottom:20px; padding-left:10px; height:40px;
}

/* Mobile styles */

div#header-home-mobile-container {
display:none;
}


header {
    background-color: #004684;
    color: #000;
    float: right;
    font-family: "Helvetica";
    letter-spacing: 2px;
    width: 100%;
	z-index:99101;
	height:58px;
}
nav#navigation-list {
    background-color: #333 !important;
    color: #fff;
	margin-top:2px;
}

nav#navigation-list ul.menu li {
float:left;
width:100%;
background-color:#012652;
margin-left:0px;
height:auto;
}

nav#navigation-list ul.menu li#current.active a {
height:auto;
}

header nav#navigation-list ul.menu {
    border-bottom: 40px solid #fff;
    text-align: center;
    width: 100%;
	list-style:none;
	margin-left:0px;
	margin-top:0px;
}


nav#navigation-list ul li a {
    color: #fff !important;
}



header nav li a {
    color: #E61E27;
    display: block;
    padding: 20px 0;
    text-decoration: inherit;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}
header nav li a:hover {
    background-color: #8FBD40;
}
div#footer-contact-info {
width:100%;
max-width:780px;
margin-left:auto;
margin-right:auto;
padding-top:60px;
padding-bottom:80px;
}
div#footer-contact-info-left {
float:left;
width:50%;
max-width:460px;
}
div#footer-contact-info-right {
float:right;
width:50%;
}
div#footer-contact-info-right img {
width:238px;
height:238px;
float:right;
}
.menuBtn {
    cursor: pointer;
    display: block;
    float: right;
    line-height: 80px;
    padding-right: 0px;
    position: absolute;
    right: 20px;
    text-align: right;
    top: -5px;
}
.menuBtn:hover {
    opacity: 0.7;
}
.menuBtn img {
    height: 40px;
    position: relative;
    top: 3px;
}

h2.mobile-footer-nav-heading {
display:none;
}

span.footer-contact {
margin-left:30px;
}

a.readmore {
    border: 2px solid #fff;
    color: #fff !important;
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
    text-transform: uppercase;
    width: 160px;
}
span.home-slider-text p {
color:#fff;
line-height:28px;
}

div#maximage {
	max-height: 1000px;
	overflow: hidden;
}
img#footer-logo-image {
	float:right;
	margin-bottom:10px;
}


/*izzy*/
.top-b::after {
	background: url(../images/grid1.png);
	width: 278px;
	height: 104px;
	position: absolute;
	display: block;
	content: "";
	bottom: 25%;
	right: 45%;
	z-index: 100;
}
.draw-line2 {
	position: absolute;
	top: -150px;
	width: 100%;
	height: 90%;
	overflow: hidden;
}
.draw-line2a {
	position: absolute;
	width: 100%;
	height: 64%;
	overflow: hidden;
	bottom: -285px;
}
.top-c::after {
	content: "";
	display: block;
	background: url(../images/grid2.png);
	width: 278px;
	height: 104px;
	position: absolute;
	top: 12%;
	left: 45%;
	z-index: 99;
}
.draw-line3 {
	height: 100%;
	position: absolute;
	width: 100%;
	overflow: hidden;
	padding-bottom: 150px;
}
.top-a {
	padding: 100px 0;
	clear: both;
}
.top-a p {
	color: #044877;
	font-family: Roboto;
	font-size: 14px;
	margin: 10px 0;
}
.top-b img, .top-c img, .top-d img, .top-e img, .top-f img {
	width: 100%;
	max-width: 100%;
	z-index: 99;
	position: relative;
}

.custom.uk-width-1-2.text-box p {
	color: #044877;
	font-family: Roboto;
	font-size: 14px;
	margin: 10px 0;
}

.top-d {
	padding: 100px 0;
}
.custom.uk-width-1-2.text-box p {
	max-width: 60%;
}
.line1, .line2 {
	transition: .4s ease;
	height: 0;
	width: 0;
}
.top-a {
	position: relative;
	padding-bottom: 200px;
}
.line1 {
	position: absolute;
	width: 3px;
	background: #BDE0B2;
	top: 0;
	left: 5%;
	max-height: 342px;
}
.line2 {
	position: absolute;
	background: #BDE0B2;
	height: 3px;
	left: 5%;
	bottom: 30%;
	max-width: 49%;
	overflow: hidden;
}
.line3 {
	background: #BDE0B2;
	width: 3px;
	position: absolute;
	top: -150px;
	left: 54%;
	display: block;
	/* max-height: 560px; */
	overflow: hidden;
}
.line4 {
	background: #BDE0B2;
	height: 3px;
	display: block;
	position: absolute;
	bottom: 0;
	right: 46%;
	z-index: 10;
}
.blue-bg {
	margin-top: 0px;
}
.custom.uk-width-1-2.text-box h3 {
	font-size: 45px;
	font-family: Roboto;
	font-weight: bold;
	color: #044877;
	margin-bottom: 40px;
	text-transform: none;
}
.custom.uk-width-1-2.text-box > * {
	padding: 0 100px;
}
.uk-grid {
	align-items: center;
}
.blue-bg {
	background: #044877;
}
.blue-bg .custom.uk-width-1-2.text-box p, .blue-bg .custom.uk-width-1-2.text-box h3 {
	color: #fff;
}
.top-a .custom {
	max-width: 45%;
	margin-left:15%;
	position: relative;
	top:-25px;
}

.uk-container {
	max-width: 1200px;
	margin: 0 auto;
}
.top-b {
	position: relative;
}
.top-b .uk-grid {
	position: relative;
	z-index: 100;
}
.line5 {
	background: #BDE0B2;
	height: ;
	width: 3px;
	display: block;
	position: absolute;
	left: 5%;
	max-height: 850px;
}
.top-c .custom.uk-width-1-2.text-box {
	padding-top: 150px;
}
.top-c {
	position: relative;
	margin-top:150px;
}
.line6 {
	position: absolute;
	height: 3px;
	background: #BDE0B2;
	display: block;
	top: 132px;
	left: 5%;
}
.line7 {
	background: #fff;
	display: block;
	width: 3px;
	position: absolute;
	right: 5%;
}
.line8 {
	position: absolute;
	height: 3px;
	background: #fff;
	right: 5%;
	top: 50px;
	display: block;
}
.draw-line4 {
	position: absolute;
	width: 100%;
	height: 87%;
	overflow: hidden;
}
.top-d {
	position: relative;
}
.line9 {
	background: #fff;
	display: block;
	width: 3px;
	position: absolute;
	left: 5%;
}
.line10 {
	position: absolute;
	height: 3px;
	background: #fff;
	left: 5%;
	bottom: 0;
	/* width: 100px; */
	display: block;
}
.draw-line5 {
	position: absolute;
	top: 200px;
	left: 0;
	width: 100%;
	height: 40%;
	overflow: hidden;
}
.draw-line5a {
	position: absolute;
	width: 95%;
	height: 35%;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
.top-e::after {
	content: "";
	display: block;
	background: url(../images/grid2.png);
	width: 278px;
	height: 108px;
	position: absolute;
	bottom: 29%;
	left: 48%;
	z-index: 99;
}
.top-e {
	position: relative;
	padding-bottom: 150px;
}
.line12 {
	height: 3px;
	position: absolute;
	background: #fff;
	/* position: absolute; */
	top: 0;
	right: 25%;
}
.line13 {
	width: 3px;
	position: absolute;
	left: 0;
	background: #fff;
	top: 0;
}
.line15 {
	width: 3px;
	position: absolute;
	right: 0;
	background: #BDE0B2;
}
.line16 {
	background: #BDE0B2;
	position: absolute;
	bottom: 0;
	height: 3px;
	right: 0;
}
.top-f::after {
	background: url(../images/grid1.png);
	width: 278px;
	height: 108px;
	display: block;
	content: "";
	position: absolute;
	top: 44%;
	z-index: 99;
	left: 43%;
}
.top-f {
	position: relative;
	top:80px;
}

.top-f div.text-box {
	padding-left:7%;
}

.top-f .custom.uk-width-1-2.text-box p  {
	text-align: left;
}

.top-f .custom.uk-width-1-2.text-box h3 {
		text-align: left;
}

.line11 {
	width: 3px;
	background: #fff;
	display: block;
	position: absolute;
	right: 25%;
	top: -55px;
}
.line14 {
	position: absolute;
	top: 0;
	background: #BDE0B2;
	height: 3px;
}
.draw-line6 {
	position: absolute;
	width: 54%;
	height: 100%;
	top: 10%;
	overflow: hidden;
}
@media (min-width:1600px) {
	div#home-block-orange {
		width:3%;
	}


}

@media (max-width:1410px) {


	div#footer-subscribe {
		margin-top:-2px;
	}

div#filler-left {
  width:29%;
}
div#filler-right {

  width:70%;
  left:30%;
}

div.main-banner {
	padding-top:40px;
}

div#home-about-details, div#home-about-block-banner {

  height:700px;
}


}

@media (max-width:1410px) {
	a#arrow_right, a#arrow_left {
		top:720px !important;
	}

}


@media (max-width:1300px) {

div#call-to-action-banner-1-angled-mask {
	padding-top:5px;
	left:-41px;
}
div#call-to-action-banner-container-1 {
	padding-bottom:5px;
}

div.angled-mask-right {
	width:20%;
	right:-30px;
}

div#header-search {
	margin-left:30px;
}

div.brands-logo {
	margin-right:30px;
}

div#header-call-us-section {
	margin-right:20px;
}

.in-slide-content {
	margin-top:100px !important;
}

div#footer-contact-phone-symbol {
	margin-top:42px;
}

	div#footer-subscribe {
		margin-top:-7px;
	}


img.fb-icon {
display:none;
}

div.full-banner-details {
	padding-top:180px;
}

div#home-box-block-1, div#home-box-block-2, div#home-box-block-3 {
	width:28%;
}

div#home-box-block-section h2 {
	font-size:40px;
}

div#the-complete-auto-service-orange-section, div#complete-auto-service-image {
	height:800px;
}

div#home-block-orange {
	width:3%;
}

div.footer-section-content {
	font-size:14px;
}
#footer h3 {
font-size:24px;

}
a.blue-booking {
font-size:14px;
margin-top:40px;

}

span.footer-ph {
	font-size:18px;
	color:#fff!important;
}

div#home-box-block-section h2 {
line-height:52px;
}



div#footer-contact-container {
top:1200px;
}
h3.follow-us {
margin-left:60px !important;
}
div.middle-banner-container {
bottom:-100px;
width:100%;
}
div.middle-banner-details-text-section {
padding-left:5%;
padding-right:0%;
padding-top:10px;
padding-bottom:10px;
width:90%;
}
div.middle-banner-pic {
background-position:-80px 0px;
}

div.content-banner-left  img {
height:450px;
width:800px;
margin-right:10px;
margin-left:80px;
}
div.content-banner-right img {
height:750px;
width:800px;
margin-right:10px;
margin-left:80px;
}

div#container-top-header {
max-width:800px;
}

div#footer-contact-info-left p {
max-width:400px;
}
div#home-message-block-text {
width:600px;
max-width:600px;
}
div.item-page {

}
.fb_iframe_widget {
margin-left:60px;
}


form.visform {
margin-left:auto;
margin-right:auto;
max-width:800px;
}

div.content {
max-width:800px;
}


}


@media (max-width:1265px) {



div#header-nav-section ul.menu li {
	margin-right:15px;
}

div#footer-contact-phone-symbol {
	margin-top:42px;
}
	div#footer-subscribe {
		margin-top:-7px;
	}

	span#footer-phone-large {
		font-size:33px;
	}

	#footer ul.menu li {
		margin-right: 20px;
	}

div#header-logo img {
height:65px;
}
div.banner-main-content h2 {
	margin-top:20px;
}


span.orange-shade-ph {
	top:42%;
	font-size:24px;
}



}


@media (max-width:1145px) {


	div#header-nav-section ul.menu li a {
		font-size:14px;
	}


	div#call-to-action-banner-1-angled-mask {
	display:none;
	}

	div.full-banner-details {
		width:90%;
	}



div#services-details-1-banner {
	margin-top:80px;
}
div#home-services-section-1 {
	height:auto;
}

div#home-services-section-2 {
	height:auto;
}

	div.split-banner-section-content {
		width:87%;
	}

div.footer-col {
	width:26%;
	margin-left:1%;
}

span#footer-phone-large {
	font-size:33px;
}

div#home-box-block-section h2 {
	font-size:31px;
}

div#footer-container-top-logo img {
	height:120px !important;
}

  ul.menu a {
  font-size:10px;
  }
ul.menu li {
  margin-left:15px;
  margin-right:0px;
}
div#filler-right {
  width:74%;
  left:31%;
}


div#footer {
width:95%;
}

div#footer-subscribe {
	margin-top:-10px;
}

}

@media (max-width:1023px) {



div#container-top-header-nav, div#container-top {
display:none;
}

div#header-home-mobile-container {
display:block;
height:53px;
background-color:#FFF;
position:fixed;
top:0px;
left:0px;
z-index:9999;
width:100%;
}

}

@media (max-width:910px) {

div#home-services-section-1 {
	height:auto !important;
}

div#maintenance-tabbed-section-1 {
	min-height:900px;
	margin-top:30px;
}

div#maintenance-tabbed-section-1 div#preparation-tabbed-section-content ul.tabs {
	margin-top:125px;
}

div#preparation-tabbed-section-content h2 {
	font-size:36px;
	line-height: 44px;
}

div#preparation-tabbed-section-content h3 {
	font-size:26px;
	line-height:32px;
}

div#preparation-tabbed-section-content p {
	font-size:13px;
}

div.current {
	padding-left:30%;
}

.tab-content {
	width:70%;
	padding-left:30%;
}

div.tab-content-section {
	width:100%;
	padding-left:0px;
}

div#preparation-tabbed-section-content ul.tabs {
	position: absolute;
	top:80px;
	left:20px;
	height:400px;
	width:20%;
}

div#call-to-action-banner-filler-right {
	display:none;
}


	div.home-block-4-images-box-border {
		border:none;
	}

div#container-top-social {
	display:none;
}


	span.complete-heavy {
	font-size:40px !important;
	}

div.in-slide-content {
	top:10px;
}

	span#slider-heading-top {
	font-size:38px;
	line-height:42px;
	text-align: center;
	width:90%;
	font-weight: 500;
	margin-bottom: 30px;
	padding-right:0px;
	}

	span#slider-heading-top span.light {
		margin-top:5px;
		line-height: 42px;
		text-align: center;
		width:100%;
	}

	span#slider-heading-bottom {
	  font-size:30px;
	  line-height:40px;
	}


	a.slider-read-more {
		margin-left:20px;
	}

div#preparation-tabbed-section {
	float:left;
	min-height: 900px;
}

div.full-banner-details h2 span {
	width:100%;
	float:left;
	margin-left:0px;
}


div.lawn-type-box {
	width:100%;
}

#mod-tlp-testimonial .item {
	margin-top:30px;
}


div#services-details-2 div.middle-banner-details-text-section {
	float:left;
	padding-left: 0px;
}

div#home-block-container {
	height:auto;
	padding-bottom: 40px;
	margin-bottom:0px;
}

	div#footer-container-bottom {
		height:320px;
	}

div#footer-container-bottom-logo {
	margin-left:auto;
	margin-right:auto;
	float:none;
	width:60%;
}

div#get-social span {
	width:100%;
	text-align: center;
}

div#get-social span::after {
	clear:both;
}

div#website-created-by {
	width:75%;
	bottom:-50px;
	float:left;


}

div#get-social {
	margin-left:auto;
	margin-right:auto;
	float:none;
	width:60%;
}

div#copy-right-section {
	width:100%;
	text-align: center;
	margin-bottom:20px;
}

div#footer-address {
	padding-bottom:40px;
}


div.call-to-action-banner-left {
	width:100%;
}

div.call-to-action-banner-right {
	width:100%;
}

div.call-to-action-banner-right img {
	max-width:100%;
}

div.home-block-4-images-box{
	width:100%;
}


li.pupup-element {
	top:100px !important;
}

div#footer-logo-section {
	float:left;
}


div.main-section-content-left h2 {
	text-align: center;
}

div.main-section-content-left h2:after {
	display: none;
	margin-bottom:20px;
}

nav.fullscreenmenu ul.mainul li a {
	font-size:18px;
	line-height:24px;
	padding:10px;
}

/*
	div#footer-nav ul.menu li a:after {
		background: #005daa none repeat scroll 0 0;
		content: "";
		display: block;
		height: 2px;
		margin-bottom: 5px;
		margin-top: 10px;
		width: 10%;
	}
*/

#footer-nav ul.menu li a{
	font-size:16px;
	line-height: 1.6em;
	height:auto;
}

div#why-become-shareholder h2 {
	font-size:40px
}

div#services-details-2-banner-mobile-content {
	width:80%;
	margin-left:10%;
	padding-top:40px;
	text-align: center;
}

div#services-details-2-banner-mobile-content h2 {
	text-align: center;
}

h3 {
	font-size:18px;
	line-height:24px;
}

span#our-brands-banner-text {
	text-align: left;
	width:100%;
	margin-bottom:40px;
}

span#home-content-phone {
	font-size:26px;
}

div#services-details-1 h3, div#services-details-2 h3{
	font-size:36px;
	line-height:42px;
	margin-bottom: 20px;
}

div.brands-logo {
	margin-top:20px;
	margin-bottom:20px;
	float:none;
	margin-left:auto;
	margin-right:auto;
	width:80%;
}

	div#home-box-block-section h2 {
	font-size:32px;
	}


div#footer-contact {
	width:100%;
}


div#choice-of-image-section {
	height:600px;
}


	div#lake-house-bar-banner p {
		width:80%;
		margin-left:auto;
		margin-right:auto;
		text-align: center;
		min-width:80%;
	}
	div#lake-house-bar-banner {
		height:110px;
		margin-bottom:80px;

	}

#footer-block-nav ul.menu a:after {
	content:"" !important;
}

div#large-footer-social-icon-3 {
	right:10px;
}
div#oralndo-footer-social-large-icons {
	left:10%;
	width:90%;
}

div#footer-social {
	border-bottom: none;
}

img#footer-logo-image {
display:none;
}
div#footer-logo {
	width:100%;
	text-align: center;
	margin-top:80px;
}

div#footer img {
	max-width: 100%;
}

div#footer-logo img {
	margin-left: auto;
	margin-right: auto;
	max-width: 90%;
}

div#footer-social-icons i {
	font-size:34px;
	margin-right:15px;
}
div#footer-social-icons {
width:90%;
margin-left:auto;
margin-right:auto;
margin-top:5px;
}

div#services-details-1,div#services-details-2 {
	height:auto;
}

div#services-details-1-banner-split {
	height:1200px;
}

div.split-banner-section-content {
	width:90%;
}

div#footer-block-nav {
	min-width:90%;
}

#footer-nav ul.menu li {
	width:100%;
}

div.full-banner-details {
	width:90%;
}

#footer ul.menu li {
	width:100%;
}


#footer ul.menu li.active {
border-bottom: none;
padding-bottom:7px;
}

div.fb-page {
	max-width:80% !important;
	min-width: 280px;
	margin-left:-15px;
}


div#footer h3 {
	margin-top:60px;
	margin-bottom: 10px;
}

div#footer a.blue-booking {
	width:90%;
	font-size:12px;
	padding-top:12px;
	padding-bottom:12px;
	max-width:300px;
}
div.full-banner-details h2 {
	line-height: 42px;
	margin-top:80px;
	font-size:36px;
	padding-left:40px;
}

	a.about-booking {
		width:100%;
		font-size:16px;
	}

	div#home-box-block-section h2 {
	font-size:40px;
	}

	div#footer-container-top-logo img {
		height:100px !important;
	}
h1.slider-light p {
	padding:0px;
	font-size:30px !important;
	line-height:34px !important;
}

.middle-banner-heading-heavy {

	font-size:18px !important;
}




div.field30 label{
width:100%;

}

div#wheel-alignment-image {
	height:400px !important;
}
div#wheel-alignment-section {
	height:auto !important;
	padding-bottom:40px;
}

div#booking-large-image {
	height:300px !important;
	margin-top:0px !important;
}

div#wheel-alignment-image {
	height:300px !important;
}

	div#footer-container {
	height:auto;
	}

div.main-banner {
	height:500px;
}

div#complete-auto-service-image {
	height:400px;
}

  div#home-block-orange {
  height:20px;
  width:100%;
	max-width:100%;
	margin-top:-20px;
  }

div#the-complete-auto-service-orange-section h3 {
margin-left:7%;
}

div#home-about-details h3 {

}
div#home-about-details a.black-find-out-more {

}
div#home-about-block-banner {

	height:400px;
}

div#we-offer-service-image {
height:500px !important;
}

div.middle-banner-details h3 {

}

div#home-block-container {
	margin-top:-10px;
}
div#home-about-details div.custom {
	margin-bottom: 30px;
}

div.we-offer-these-services-home {
height:auto !important;
padding-bottom:40px;
}

div#the-complete-auto-service-orange-section {
height:auto;
padding-bottom:50px;
}

  div#home-about-details {

    height:auto;
    padding-top:40px;
		padding-bottom:40px;
  }

  div#maximage {
  max-height:580px;
	min-height: 580px;
  }
  #maximage video {
	height: 600px;
	object-fit: cover;
}


div.gallery-banner {
height:300px;
margin-bottom:0px;
}

h1.banner-main-heading {
top:100px;
left:10%;
}

div.main-section-content-right h1 {
line-height: 58px;

}

div.overlay {
background-color: rgba(0, 0, 0, 0.3) !important;
}

span.about-phone {
margin-bottom:20px !important;

}

div.banner-main-content h2 {

  width:100%;
}

div#banner-orange-shade {
top:-58px;
background-repeat: repeat-x;
right:0px !important;
width:100%;
height:16%;
max-width:800px;
position: relative;
}

span.orange-shade-ph {
	right:50px;
	top:45px;
}

div.main-section-content-right {
  width:80%;
  padding-left:10%;
	padding-top:40px;
	padding-right:0%;
}

div.main-section-content-left {
width:100%;

}

div.banner-main-content {
width:80%;

}

div.banner-main-content h2 {
font-size:27px;
line-height: 30px;
margin-top:20px;
}

div.middle-banner-details p {

  font-size:16px;
}


div#footer-container-top-logo img{
  height:45px;
}

div.footer-col {
width:100% !important;

}

div#big-page-wrapper {

  z-index: 1 !important;
}




div#footer-container-copyright-main {
bottom:-380px;
height:50px;
}


div#footer-container-main {
bottom:-420px !Important;
height:885px;
}

div.fb-page {
margin-top:20px !important;
}
h2.latest-news-facebook-heading {
margin-top:60px;
float:left;
margin-bottom:20px;
}

div.gallery-banner h1 {
max-width:80% !important;
left:0px;
font-size:24px;
height:auto;
line-height:30px;
}

div.middle-banner-container {
bottom:0px !Important;
margin-top:0px !important;
}
div#home-box-block-section h2 {
line-height:52px;
}

#footer-block-nav ul.menu a {
	font-size:22px;
}


div#services-details-1-banner-mobile, div#services-details-2-banner-mobile, div#services-details-3-banner-mobile, div#services-details-4-banner-mobile, div#services-details-5-banner-mobile, div#services-details-6-banner-mobile {
	display:block;
	float:left;
	height:340px;
}

div#large-footer-social-icon-1 {
left:0%;
position: absolute;
top:0px;
}

div#large-footer-social-icon-2 {
left:20%;
position: absolute;
top:0px;
}


div#large-footer-social-icon-3 {
left:40%;
position: absolute;
top:0px;
}

div#large-footer-social-icon-4 {
left:60%;
position: absolute;
top:0px;
}

div#oralndo-footer-social-large-icons i{
opacity: 0.8;
}


div.social-icon-large {

	width: 44px;
	height: 44px;
	line-height: 44px;
	font-size: 22px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	margin-right: 10px;

}


div#services-details-1, div#services-details-2, div#services-details-3, div#services-details-4, div#services-details-5, div#services-details-6 {
	padding-bottom: 60px;
	border-right:none !important;
}



div#services-details-1-banner, div#services-details-2-banner, div#services-details-3-banner, div#services-details-4-banner, div#services-details-5-banner, div#services-details-6-banner{
	display:none;
}

div#home-services-section-3, div#home-services-section-4, div#home-services-section-5, div#home-services-section-6 {
height:1000px;
}
div#home-services-section-2 {
	padding-top:20px;
	padding-bottom: 260px;
}

div#home-services-section-1 {
	height:auto;
}

div#home-services-section-3, div#home-services-section-1 {
	padding-top:40px;
	margin-bottom: 20px;
}

div#testimonials-slider-block {
	padding-top:0px;
	height:489px !important;
}


div#home-services-section-3, div#home-services-section-2 {
	background-color:#fff;
}

#footer-block-nav ul.menu li {
	margin-bottom:15px;
}

div#footer-social {
width:100%;
text-align: center;
}
div#footer-marketing {
width:100%;
}
div.middle-banner-pic {
width:100%;
float:left;
height:364px;
background-position:-70px 0px;
}
div.middle-banner-details {
width:100%;
float:left;
}

div.divider{
	display:none;
}

div#home-box-block-1, div#home-box-block-2, div#home-box-block-3, div#home-box-block-4, div#home-box-block-5, div#home-box-block-6 {
width:100%;
height:300px;
margin-left:-8px !important;
margin-bottom: 40px;
}
div#home-box-block-section h2 {
	padding-top:0px;
}
a.slider-read-more {
font-size:16px;
width:80%;
padding-top:10px;
padding-bottom:10px;
line-height:18px;
min-width: 200px;
}

.fb_iframe_widget {
margin-left:0px;
}



form.visform {
max-width:80%;
margin-left:20px;
}

form.visform fieldset {
	padding-left:0px;
}

div.captchaCont {
margin-top:30px;
margin-bottom:50px;
}


form.visform fieldset {
width:100%;
}


div.visforms-form {
max-width:100%;
width:100%;
}
div.visforms-form input, div.visforms-form textarea, select#field29  {
max-width: 152px;
float: left !important;
margin-left: 29px;
max-width:80%;
}

label.visCSSlabel {
	width:100%;
	margin-top:30px;
}
div.content-banner-container {
padding-top:5px;
padding-bottom:5px;
}
div.content-banner-right img {
max-width:280px;
padding-left:10px;
height:300px;
margin-left:10px;
}
div.about-message h2{
max-width:290px;
}
div.item-page img {
max-width:90%;
}

div.content-banner-left img {
max-width:280px;
padding-left:10px;
height:230px;
padding-bottom:5px;
padding-top:5px;
margin-left:10px;
}
div.selling-home-block-top {
max-height:170px;
margin-bottom:0px;
}
h1.mobile {
margin-top:-55px !important;

}
div#footer-contact-container  {
max-width:100%;
min-width:100%;
bottom:30px;
height:620px;
top:900px;
}

div#footer-contact-info {
max-width:500px;
padding-top:40px;
}
div#footer-contact-info-left {
width:100%;
}

div#footer-contact-info-right img {
margin-left:10%;
margin-top:30px;
float:none;
}

div#footer-contact-info-left h1 {
padding-left:8%;
font-size:32px;
}
div#footer-contact-info-left p {
padding-left:10%;
max-width:260px;
}

div#footer-contact-info-right {
width:100%;
}

div.in-slide-content h1 {
margin-top:-100px;
font-size:20px;
line-height:30px;
height:auto;
z-index: 200;
padding-left:0px;
padding-right:0px;
}

div.overlay {
	background-color: rgba(0, 0, 0, 0.1);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}
h1.slider-light span {
line-height:20px;
font-size:16px;
}
h1.slider-light {
font-size:36px;
padding:20px;
max-width:450px !important;
margin-left:auto;
margin-right:auto;
line-height:40px;
}
.in-slide-content {
margin-left:auto;
margin-right:auto;
left:20px !important;
}
td.content-lhs, td.content-rhs {
display:table;
}

div#content-wrap {
width:100%;
}

div#home-message-block {
height:560px;
top:400px;
}

div#home-block-4-boxes-sleve {
top:694px;
}

span.home-slider-text {
font-size:16px;
}

a#arrow_left {
top:465px !important;
right:70px !important;
}
a#arrow_left img, a#arrow_right img {
height:36px;
}
div#footer-container-copyright {
padding-bottom:30px;
height:auto;

}
a.footer-contact {
width:237px;
}

a#arrow_right {
top:465px !important;
right:45px !important;
}

div.in-slide-content {
padding-left:0px;
top:120px;
width:70%;
padding-right: 0px;
left:0px;
}


div#big-page-wrapper {
height:auto;
}

div#home-block-4-boxes {
width:100%;
}
div#home-block-4-boxes-sleve {
height:1130px;
z-index:2;
}

div#footer h3 {
margin-left:0px !important;
}

table.recent-projects {
width:100%;
float:none;
}

div#container-top-image {
	width:100%;
	min-width:100%;
	max-width:100%;
}

div.home-projects {
display:none;
}

div#page-container {
	width:100%;
	min-width:100%;
	max-width:100%;
}

div#container-top-image-main {
	width:100%;
	min-width:100%;
	max-width:100%;
}

div#footer-container-members {
	width:100%;
	min-width:100%;
	max-width:100%;
	height:auto;
}

div#content-wrap-container-1 {
	width:100%;
	min-width:100%;
	max-width:100%;
	height:auto;
}

div#content-wrap-container-2 {
	width:100%;
	min-width:100%;
	max-width:100%;
	height:auto;
	}

div#content-wrap-container-3 {
	width:100%;
	min-width:100%;
	max-width:100%;
	height:auto;
	min-height:300px;
}

div#footer-container {
	width:100%;
	min-width:100%;
	max-width:100%;
	height:auto;

}


div#c-w-c-2 {
	height:750px !important;
	width:100%;
	min-width:100%;
	max-width:100%;
}

div#home-boxes {
	width:100%;
	min-width:100%;
	max-width:100%;
	height:750px !important;
}

div.home-left {
	width:90%;
	min-width:90%;
	max-width:90%;
	padding-left:0px;
	padding-right:0px;
}

div.home-right {
	width:90%;
	min-width:90%;
	max-width:90%;
	padding-left:0px;
}

div#footer {
	height:auto !important;
	width:80%;
	min-width:80%;
	max-width:80%;
	margin-left:none !important;
	margin-right:none !important;
}
div#footer-logo {
	float:left;
	margin-top:80px;
}
div#footer-social-icons i {
	float:left;
	margin-top:8px;
}
div.main-left {
	float:left;
	width:80%;
	min-width:80%;
	max-width:80%;
	padding-left:0px;
	padding-right:0px;
}

div.main-left {
	float:left;
	width:100%;
	min-width:100%;
	max-width:100%;
	padding-left:0px;
	padding-right:0px;
}

div.main-right {
	float:left;
	width:100%;
	min-width:100%;
	max-width:100%;
	padding-left:0px;
	padding-right:0px;
}


div#article {
	width:90%;
	min-width:90%;
	max-width:90%;
	margin-left:auto;
	margin-right:auto;
	padding-left:5%;
	padding-right:5%;

}

div#c-w-c-1 {
	width:100%;
	min-width:100%;
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
}

div#container-top-image-main-sleve  {
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

div#container-top-image-content {
		left: 6px;
		width: 90%;
		max-width: 90%;
		min-width: 90%;
		padding:10px;
}
div#container-top-image-content h2 {
padding:10px;

}
div#container-top-image-sleve {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
p#home-box-1-text, p#home-box-2-text, p#home-box-3-text {

margin-top:80px;
}
div#box-1 {
	width:100%;
	max-width:100%;
	min-width:100%;
	background-size:cover !important;
	margin-right:0px;
	height:270px;
	margin-left:0px;
	}

	div#box-2 {
	width:100%;
	max-width:100%;
	min-width:100%;
	background-size:cover !important;
	margin-right:0px;
	height:270px;
	margin-left:0px;
margin-top:15px;
	}

	div#box-3 {
	width:100%;
	max-width:100%;
	min-width:100%;
	background-size:cover !important;
	margin-right:0px;
	height:270px;
	margin-left:0px;
	}
	div#box-4 {
	width:100%;
	max-width:100%;
	min-width:100%;
	background-size:cover !important;
	margin-right:0px;
	height:270px;
	margin-left:0px;
	}



div#container-top-image-content-main {
	left:0px;
	width:90%;
	max-width:90%;
	min-width:90%;
}



img.services-left-img-mobile {
display:none;
}
div.main-right h2 {
margin-top:15px;
}
img.services-right-img-mobile {
max-width:100%;
width:100%;
}

div.main-left-services-img-block {
width:90% !important;
padding-right:0px;
}

div.sigplus-gallery ul li a img {
width:100% !important;
height:220px !important;
}

h2.contentheading {
padding-left:0px;
}

p.accreditations {
float:left;
width:150px;
}

div.main-right-contact-mobile {
padding-left:0px !important;
border-left:none !important;
}



h2.mobile-footer-nav-heading {
display:block;
float:left;
width:100%;
}
p.get-started {
float:left;
}
div#header-home-mobile-container {
display:block;
height:53px;
background-color:#FFF;
position:fixed;
top:0px;
left:0px;
z-index:9999;
width:100%;
}

div#container-top-image-main {
margin-top:61px;
height:330px;
}


div#article p {
font-size:17px !important;

}

h2.wide-footer-link-header {
display:none;
}

div#container-top-image-content h2 {
font-size:20px;
}

div#container-top-image {
margin-top:61px;
}

div#c-w-c-4 {
width:100%;
}



td.content-lhs {
width:100%;
padding-right:0px;

}

div#container-top-header {
display:none;
}

div#header-logo a img {
	width:200px;
	}



	p.box-services-text {
	background:rgba(0, 0, 0, 0.8);
	height:auto;
	width:100%;
	left:0px !important;
	padding-left:0px !important;
	padding-right:0px !important;
	padding-top:0px;
	padding-bottom:0px;
	bottom:0px;
	}
	p.box-services-text span {
	width:90%;
	float:left;
	padding-left:5%;
	padding-right:5%;
	padding-top:10px;
	padding-bottom:10px;
	}

	div#home-boxes {
	padding-top:0px;
	}



div#footer-nav {
width:80%;
margin-left:auto;
margin-right:auto;
height:auto;
max-width: 100%;
margin-left:5%;
}
	p.copyright {
	margin-left:0px;
	}
	div#footer-copy-block div#header-logo img {
	margin-left:0px;
	}

	div#footer-nav ul.menu {
	width:100% !important;
	}

	div#footer-contact-details {
	width:100% !important;
	clear:both;
	}

	div#footer-copy-block {
	width:100% !important;
	position:static;
	float:left;

	}

	div#footer #header-logo {
	float:left !Important;
	margin-left:0px;

	}
	div#footer #header-logo img {
	max-width:240px;
	max-height:80px;
	}
	p.copyright {
	float:none;
	width:80%;
	text-align: left;
	line-height:22px;
	}

div#home-message-block-text {
max-width:80%;
width:100%;
height:auto;
padding-left:0px;
padding-top:40px;
}

}



@media (max-width:578px) {

.tablink {
	width:100% !important;
	margin-bottom: 20px;
}


label#preferred-daylbl {
	font-size:18px;
	margin-top:20px;
}



	div#home-services-section-2  {
		padding-bottom:270px;
	}

div.middle-banner-details-text-section {
	width:90%;
}

span#slider-heading-top {
	padding-left:0px;
	width:100%;
}

div#services-details-1-banner, div#services-details-2-banner  {
	display:none;
}
div#services-details-3-banner {

display:none;
}

div#home-box-block-section h2 {
font-size:26px;
line-height:44px;
}

div#services-details-4 {
	height:600px;
}

div.split-banner-section-content {
	width:90%;
}

a.about-booking {
	font-size:14px;
	margin-bottom:30px;
}
div.in-slide-content h1 {
	padding-left:0px !important;
	padding-right:0px;
	width:90%;
}

div#footer-container-top-logo {
	margin-top:120px;
}

div#footer {
	padding-top:0px;
}


	div.fb-page {
		max-width:70% !important;
		min-width: 280px;
		margin-left:-15px;
	}
a.blue-booking {

}

	div#footer-container-top-logo img {
		height:70px !important;
	}
div#footer-container-top-logo {
	width:80%;
}
div.field30 label {
	font-size:23px;
	margin-top:10px;
	margin-bottom:10px;
}

input#field33, input#field22 {
	margin-top:20px;
}
div.about-phone-section {
	line-height:26px;
}
input#recaptcha_response_field {
	max-width:80%;
}

div#banner-orange-shade {
	left:-120px;
}

div#about-main-section-content-left {
	height:400px !important;
}

div#about-us-banner div.main-section-content-left {
	height:400px !important;
}

h1.banner-main-heading {
	left:32%;
}

ul.home-big-offer-services li{
font-size:15px;

}



div.the-complete-auto-service {
  height:725px !important;

}

div#we-offer-service-image {
height:400px !important;

}

div#home-block-image-1 {


}



div#footer-container-copyright-main {
bottom:-420px;
height:60px;
}

div.fbmobile {
max-width:200px;
margin-top:60px;
float:left;
margin-left:60px;
}

img.mobile-logo {
height:44px;
max-width:273px;
}


a.animateddrawer {
margin-top:15px;
}

div#footer-contact-container  {
max-width:100%;
min-width:100%;
bottom:30px;
height:620px;
top:1050px;
}
div#footer-container-main {
margin-top:110px;
}

td.our-team-image img {
height:40px !important;
width:40px !important;
}
td.our-team-image {
min-width:50px !important;
}
table.our-team {
max-width:260px;
}

div.middle-banner-details h3 {
margin:0px;
}
div#mc_embed_signup_scroll {
margin-left:-10px !important;
}
div.middle-banner-details p {
margin:0px;
}

div#home-message-block-text {
max-width:80%;
width:100%;
height:auto;
padding-left:0px;
}

}

@media (max-width:420px) {



div.in-slide-content {
	top:160px;
}

div#home-services-section-2  {
	padding-bottom:0px;
}

div.full-banner-details h2 {
	font-size:40px;
	padding-left:10px;
}

.middle-banner-heading-heavy{
	font-size:42px;
	line-height: 42px;
}
div.captchaCont {
	margin-left:-10px;
	max-width:80%;
}

h2 {
	font-size:22px;
	line-height:28px;
}

form.visform fieldset{
	max-width: 200px;
}

div.visforms-form input, div.visforms-form textarea, select#field29, select#field31, label#do-you-require-a-courtesy-vehiclelbl {
	max-width: 70%;
	margin-left:-20px;
}

label#prefered-daylbl_0, label#prefered-daylbl_1, label#prefered-daylbl_2, label#prefered-daylbl_3, label#prefered-daylbl_4, label#prefered-daylbl_5, label#prefered-daylbl_6 {
	width:100%;
	font-size:16px;
	margin-top:10px;
	margin-bottom:10px;
}

div.banner-main-content {
	top:40px;
}

div.main-section-content-left {
	width:80%;
	margin-left:0px;
}



h1.banner-main-heading {
	text-align: center;
}

}

@media (max-width:340px) {

div#services-details-1 h3, div#services-details-2 h3 {
	font-size:34px;
}


a.slider-read-more {
	margin-left:20px;
}

div.in-slide-content {
	top:130px;
	width:100%;
}

div.full-banner-details h2 {
	font-size:32px;
}
}
a#requestQuote{
	text-align: center !important;
}
