@charset 'UTF-8';

@import url("//fast.fonts.net/t/1.css?apiType=css&projectid=d4db2dd5-5349-471f-ac38-d0c488e2d574");
    @font-face{
        font-family:"Helvetica Neue LT W01_47 Lt Cn";
        src:url("/fonts/ee259578-3cae-4dd8-a23a-297d352ec2dc.eot?#iefix");
        src:url("/fonts/ee259578-3cae-4dd8-a23a-297d352ec2dc.eot?#iefix") format("eot"),url("/fonts/244ff804-5735-41ed-92a1-ce5438185e9c.woff2") format("woff2"),url("/fonts/9cd26200-0d62-40ef-94b8-46fd1d8b255f.woff") format("woff"),url("/fonts/7b72d33f-8b87-4c48-b397-42d28164d598.ttf") format("truetype"),url("/fonts/07dba647-d830-4ba8-8b84-1e4c9858f3d3.svg#07dba647-d830-4ba8-8b84-1e4c9858f3d3") format("svg");
    }
    @font-face{
        font-family:"Helvetica Neue LT W01_77 Bd Cn";
        src:url("/fonts/1527aeed-e69d-4399-82e3-7b53d48da7a2.eot?#iefix");
        src:url("/fonts/1527aeed-e69d-4399-82e3-7b53d48da7a2.eot?#iefix") format("eot"),url("/fonts/5f4620bc-98f7-4b13-9f90-3a54ea6a9c55.woff2") format("woff2"),url("/fonts/ac30e84e-cb19-4576-b6f9-491fccbd42ff.woff") format("woff"),url("/fonts/b583b782-0709-4a13-899f-7e9ab1a7eccd.ttf") format("truetype"),url("/fonts/d5dd03f5-3afb-46e9-aad0-234de8607afa.svg#d5dd03f5-3afb-46e9-aad0-234de8607afa") format("svg");
    }

/* --- BODY --- */

html, body {
	font-size: 16px;
	line-height: 24px;
	color: #1d242c;
	background: #FFFFFF;
	font-family: 'Helvetica Neue LT W01_47 Lt Cn', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 100%;
	position: relative;
}

/* --- UNIVERSAL --- */

body, span.header, h2, h3, h4, h5, h6, ol, ul, li, p, a, img, fieldset, form, table, tr, td {
	margin: 0;
	padding: 0;
	border: 0 none;
	-webkit-appearance: none;
}

span.header, h1, h2, h3, h4, h5, h6 {
	font-family: 'Helvetica Neue LT W01_77 Bd Cn', Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
}

h2, h3, h4, h5, h6 {
	margin-bottom: 30px;
}

strong, b {
	font-weight: normal;
	font-family:"Helvetica Neue LT W01_77 Bd Cn", Arial, Helvetica, sans-serif;
}

input, textarea {
	font-family: 'Helvetica Neue LT W01_47 Lt Cn', Arial, Helvetica, sans-serif;
	font-size: 22px;
}

a {
	color: #87A36E;
}
a:hover {
	color: #aaa;
	text-decoration: underline;
}

a>img {
	border: none;
}

hr {
	border-top: 1px solid #87A36E;
	margin: 30px 0;
}

p {
	margin-bottom: 30px;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #58595B;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #58595B;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #58595B;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #58595B;
}

strong {
	font-family: 'Helvetica Neue LT W01_77 Bd Cn', Arial, Helvetica, sans-serif;
}

a[href^="tel"] {
	color: #FFFFFF;
	text-decoration: none;
}

.content:not(#page-home) .featured-box .img-responsive {
	margin-top: 0;
}

.text-right {
	text-align: right;
}

/* --- BUTTONS --- */

.btn-primary {
    background-color: #87A36E;
    color: #fff;
    height: 45px;
    width: 170px;
    border: 1px solid #87A36E;
    transition: 0.3s all;
}
.btn-primary:hover {
	background-color: #fff;
	color: #87A36E;
	text-decoration: none;
}
a.btn-primary {
	line-height: 45px;
	margin-bottom: 30px;
	text-align: center;
}
@media screen and (max-width:767px) {
	.btn-primary {
		width: 100%;
		margin-top: 30px;
	}
}

a.icon-link {
	font-size: 24px;
	font-family: 'Helvetica Neue LT W01_77 Bd Cn', Arial, Helvetica, sans-serif;
	color: #BBBBBB;
	text-transform: uppercase;
	display: inline-block;
	line-height: 30px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a.icon-link:hover {
	color: #ED342F;
	text-decoration: none;
}

a.icon-link:hover:before {
	color: #ED342F;
	border-color: #ED342F;
	text-decoration: none;
}

.section-btn div {
	background-color: #1d242c;
	color: #FFFFFF;
	width: 370px;
	height: 90px;
	display: block;
	line-height: 90px;
	margin: -45px auto 0 auto;
	text-align: center;
}

.section-btn div span {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 90px;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
}

.section-btn a:before, .section-btn a, .section-btn a:hover, .section-btn a:focus, .section-btn a:hover:before {
	color: #FFFFFF;
	text-decoration: none;
}

.section-btn a:before {
	line-height: 90px;
}

.section-btn h2 {
	margin-top: 15px;
}

@media screen and (max-width: 767px) {
	.section-btn div {
		width: 100%;
	}
}

/* --- HEADER --- */

#header {
	background-color: transparent;
	height: 200px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 101;
	color: #1d242c;
}

.buy-now:hover, .buy-now:active, .buy-now:focus {
	color: #ED342F;
	text-decoration: none;
}

.btn-centre {
	text-align: center;
}

.m30 {
	margin-bottom: 30px;
}

.long-btn {
	width: 250px;
}


.navbar-brand {
	padding: 0;
	float: none;
	margin-left: 0 !important;
}

@media screen and (max-width: 767px) {
	#header {
		width: 100%;
	}
	.logo {
		margin-top: 0;
		max-width: 160px;
		height: auto;
	}
}

.phone {
	display: none;
	font-size: 30px;
	line-height: 30px;
}

#bs-example-navbar-collapse-1 {
	margin-top: 40px;
}

@media (max-width: 767px) {
	#bs-example-navbar-collapse-1 {
		margin-top: 30px;
	}
}

@media screen and (min-width: 1080px) {
	#bs-example-navbar-collapse-1 {
		display: flex !important;
		flex-direction: column;
		align-items: flex-end;
		padding-top: 30px;
		margin-top: 0;
	}

	.phone {
		float: right;
		margin-right: -17px;
		color: #87A36E;
		display: block;
	}
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
    margin-top: 28px;
}

 @media (max-width: 1079px) {
	.navbar-collapse {
		padding-right: 0px;
		background-color: rgba(0, 58, 23,1);
	}

	.navbar-header {
		float: none;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin: 10px 0;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in{
		display:block !important;
	}
  }

.navbar-default {
	background-color: transparent;
	border: none;
	padding: 30px 0;
	margin: 0;
}

.navbar-default .navbar-nav>li>a {
	color: #FFFFFF;
	font-family: 'Helvetica Neue LT W01_77 Bd Cn', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

@media screen and (min-width: 1080px) {
	body.home .navbar-default .navbar-nav>li>a {
		color: #00592E;
	}
}

@media screen and (min-width: 767px) {
	.navbar-default .navbar-nav>li>a {
		font-size: 20px;
		line-height: 30px;
	}
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #87A36E;
	text-decoration: none;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	background-color: transparent;
	color: #ffffff;
	text-decoration: underline;
}

.navbar-nav li:last-child a {
	padding-right: 0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

@media screen and (max-width: 767px) {
	.navbar-nav li a {
		padding-right: 0;
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

.nav > li.active {
	text-decoration: underline;
} 

.nav>li {
	position: relative;
}

@media screen and (min-width: 768px) {
	.navbar-nav>li>a {
		padding-top: 20px;
		padding-bottom: 26px;
		padding: 10px;
	}
}

.navbar {
    position: absolute;
    width: 100%;
	z-index: 1001;
}

.nav > li > a {
	padding: 10px 20px;
}

@media (min-width: 1080px) and (max-width: 1199px) {
	.nav > li > a {
		padding: 6px;
	}
}

.brand-img {
	width: 220px;
}

.strapline-img {
	width: 150px;
}

/* --- BOXES --- */

div.featured-box {
	margin-bottom: 0;
}

section.welcome {
  padding: 60px 0;
}

section.rendering-how {
	padding: 0 0 60px 0;
	text-align: center;
} 

section.featured-areas {
	padding: 60px 0;
	background-color:#003A17;
}

@media screen and (min-width: 768px) {
    section.featured-areas--under-banner {
        padding-top: 30px;
    }
}

section.featured-areas h2 {
	font-size: 40px;
	line-height: 40px;
	font-family: 'Helvetica Neue LT W01_77 Bd Cn', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
}


section.gallery h2 {
	font-size: 40px;
	line-height: 40px;
	font-family: 'Helvetica Neue LT W01_77 Bd Cn', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #333333;
	text-align: center;
}

section.featured-areas img {
	margin-top:30px;
	position: relative;
	width: 100%;
}

section.featured-areas a {
	position: relative;
	display: block;
}

section.featured-areas a.box-img:hover div.img-hover {
	opacity: 1;
	background: #87A36E;
}

section.featured-areas div.img-hover {
	opacity: 0.3;
	transition: 0.3s all;
	text-align: center;
	font-family: 'Helvetica Neue LT W01_77 Bd Cn', Arial, Helvetica, sans-serif;
	position: absolute;
	background: #000000;
	height: 100%;
	width: 100%;
	z-index: 100;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 1;
}

p.section-text {
	color: #FFFFFF;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: normal;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: bold;
    z-index: 2;
    text-align: center;
}

section.featured-areas h2 span {
	font-family: 'Helvetica Neue LT W01_47 Lt Cn', Arial, Helvetica, sans-serif;
}

section.featured-areas .featured-box a:hover {
	text-decoration: none;
}

section.featured-areas .featured-box a:hover~a {
	color: #ED342F;
}

section.featured-areas .featured-box a:hover~a:before {
	color: #ED342F;
}

@media screen and (max-width: 991px) {
	section.featured-areas .featured-box:last-child {
		margin-top: 30px;
	}
}

@media screen and (max-width: 767px) {
	section.featured-areas .featured-box:last-child {
		margin-bottom: 30px;
	}
}

section.howTo {
	padding-bottom: 60px;
}

section.howTo h2 {
	margin-bottom: 30px;
}

.howTo__step {
    display: flex;
    margin-bottom: 30px;
}
.howTo__stepImg {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.howTo__stepText {
	display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    color: #1d242c;
}

.howTo__stepText p:last-of-type {
	margin: 0;
}

div.intro-text {
  font-size: 18px;
  color: #1d242c;
}

div.intro-text h1 {
	font-size: 28px;
	line-height: 30px;
  margin-bottom: 30px;
	color: #87A36E;
	text-transform: inherit;
	font-family: 'Helvetica Neue LT W01_77 Bd Cn', Arial, Helvetica, sans-serif;
	font-weight: normal;
}

div.intro-text h3, div.intro-text h2 {
	color:#333333;
	font-size: 22px;
	line-height: 24px;
	font-family:"Helvetica Neue LT W01_77 Bd Cn", Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
	text-transform: uppercase;
}

div.intro-text h4 {
	color:#333333;
	font-size: 20px;
	line-height: 24px;
	font-family:"Helvetica Neue LT W01_77 Bd Cn", Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
	text-transform: capitalize;
}

div.intro-text h5 {
	color:#333333;
	font-size: 18px;
	line-height: 24px;
	font-family:"Helvetica Neue LT W01_77 Bd Cn", Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
	text-transform: capitalize;
}

div.intro-text strong span {
	color: #ED342F;
}

div.intro-text ul {
	font-size: 18px;
	line-height: 24px;
	padding-left: 17px;
	margin-bottom: 15px;
}

div.intro-text ul li + li {
	margin-top: 15px;
}

section.tab-content {
	padding-top: 60px;
}

ul.nav-pills {
	margin-bottom: 30px;
}
ul.nav-pills li {
	width: 25%;
	border-top: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
}

ul.nav-pills li:last-of-type {
	border-right: 1px solid #BBBBBB;
}

ul.nav-pills li a {
	display: block;
	border-radius:0;
	text-align: center;
	padding: 13px;
	min-height: 50px;
	text-transform: uppercase;
	color: #333333;
	font-family:"Helvetica Neue LT W01_77 Bd Cn", Arial, Helvetica, sans-serif;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	background-color: #ED342F;
}

ul.nav-pills li + li {
	margin:0;
}

@media screen and (max-width:767px) {
	ul.nav-pills li {
		width: 100%;
		border-right: 1px solid #BBBBBB;
		border-top: 1px solid #BBBBBB;
		border-left: 1px solid #BBBBBB;
		border-bottom: none;
	}
	ul.nav-pills li:last-of-type {
		border-bottom: 1px solid #BBBBBB;
	}
}

div.tab-pane {
	font-size: 18px;
	line-height: 24px;
}

div.tab-pane span {
	color: #ED342F;
	font-family:"Helvetica Neue LT W01_77 Bd Cn", Arial, Helvetica, sans-serif;
}

div.tab-pane a {
	color: #ED342F;
}

div.tab-pane ul {
	list-style: none;
	margin-bottom: 30px;
}

div.tab-pane ol {
	margin-bottom: 30px;
}

div.tab-pane ul li + li, div.tab-pane ol li + li {
	margin-top: 15px;
}

div.tab-pane img {
	margin:0 auto 30px auto;
}

div.tab-pane img.signature {
	margin:0 0 30px 0;
}

div.tab-pane ul.list-styled {
	padding-left: 20px;
	list-style: disc;
	color: #ED342F;
}

div.tab-pane ol.list-styled {
	padding-left: 20px;
	color: #ED342F;
}

div.tab-pane ul.list-styled span, div.tab-pane ol.list-styled span {
	color: #6b6c6e;
	font-family:"Helvetica Neue LT W01_47 Lt Cn", Arial, Helvetica, sans-serif;
}

div.tab-pane h3 {
	color: #6b6c6e;
	margin-bottom: 15px;
	font-family:"Helvetica Neue LT W01_77 Bd Cn", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
}

/* --- HOMEPAGE - FEATURED --- */

section.featured {
	text-align: center;
	margin-bottom: 60px;
}

.twitter-feature {
	display: block;
	height:200px;
	background: url('/images/layouts/twitter-feature.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.twitter-feature a {
	color: #FFFFFF;
	display: block;
	font-size: 40px;
	line-height: 40px;
	padding-top: 60px;
}

@media screen and (max-width: 767px) {
	.twitter-feature {
		height:150px;
	}
	.twitter-feature a {
		font-size: 32px;
		line-height: 32px;
		padding-top: 45px;
	}
}

.twitter-feature a:hover, .twitter-feature a:active, .twitter-feature a:focus {
	text-decoration: none;
}

.twitter-feature p {
	margin: 0;
}

.twitter-feature p + p {
	font-family:"Helvetica Neue LT W01_77 Bd Cn";
}

.twitter-feature p span {
	color: #ED342F;
}

.twitter-feature h3 {
	color: #FFFFFF;
}

/* --- HOMEPAGE - EQUIPMENT HIRE --- */

section.featured-quote {
	height: 400px;
	text-align: center;
	background-color: #00592E;
}

section.featured-quote .container {
	height: 100%;
	position: relative;
}

section.featured-quote .container .row {
	width: 100%;
	height: 100%;
}

section.featured-quote .container .row > div {
	height: 100%;
}

section.featured-quote h3 {
	font-size: 32px;
	line-height: 38px;
	color: #87A36E;
	margin-bottom: 30px;
	margin-bottom: 0;
}

section.featured-quote span {
	color: #87A36E;
	font-size: 22px;
    text-align: center;
    width: 100%;
}

.testimonials {
	height: 100%;
}

.testimonial-item {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 30px 0;
}

@media screen and (max-width: 767px) {
	section.featured-quote h3 {
		font-size: 20px;
		line-height: 26px;
		/*padding: 80px 0;*/
	}
  section.featured-quote {
    margin-top: 0;
  }
}

section.gallery {
  padding: 60px 0 0 0;
}
section.gallery {
	position: relative;
}
section.gallery #pixlee_container:after {
	content: '';
	background-image: linear-gradient(to bottom , rgba(255,255,255,0), rgba(255,255,255,1) 65%);
	height: 100px;
	position: absolute;
		bottom: 135px;
		left: 0;
	width: 100%;
}
@media screen and (max-width: 767px) {
	section.gallery #pixlee_container:after {
		bottom: 165px;
	}
}
section.gallery #pixlee_container iframe {
	max-height: 850px;
	overflow: hidden;
}
@media screen and (max-width:1199px) {
	section.gallery #pixlee_container iframe {
		max-height: 465px;
	}
}
@media screen and (max-width:991px) {
	section.gallery #pixlee_container iframe {
		max-height: 536px;
	}
}

.imageGrid_image {
	margin-top: 30px;
}

section.faqs {
	font-size: 18px;
	line-height: 24px;
	padding-top: 60px;
}

section.faqs h2 {
	color:#333333;
	font-size: 40px;
	line-height: 40px;
	font-family:"Helvetica Neue LT W01_77 Bd Cn", Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
}

section.faqs div.panel-group {
	border-top: 1px solid #87A36E;
	margin-bottom: 50px;
}

section.faqs div.panel {
	border-bottom: 1px solid #87A36E;
	padding: 15px 0 0 0;
}

section.faqs div.panel h4 {
	margin-bottom: 15px;
	padding-right: 30px;
}

section.faqs div.panel h4 a {
	font-size: 18px;
	line-height: 24px;
	color:#000;
}

section.faqs div.panel h4 a:hover, section.faqs div.panel h4 a:active, section.faqs div.panel h4 a:focus {
	text-decoration: none;
	color:#87A36E;
}

section.faqs div.panel ul, section.faqs div.panel ol {
	margin-bottom: 30px;
	padding-left: 20px;
}

section.faqs div.panel ul li + li, section.faqs div.panel ol li + li {
	margin-top: 15px;
}

section.faqs div.panel a {
	color:#87A36E;
}

section.contact-us {
	background-color: #003A17;
	padding: 60px 0 100px;
	color: #FFFFFF;
}

@media (max-width: 767px) {
	section.contact-us {
		padding-bottom: 60px;
	}
}

section.contact-us .alert-success {
  margin-bottom: 30px;
  padding: 10px;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  border-radius: 4px;
  color: #3c763d;
}
section.contact-us .alert-danger {
  margin-bottom: 30px;
  padding: 10px;
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  border-radius: 4px;
  color: #A94444;
}

section.contact-us h2 {
	margin-bottom: 40px;
	color: white;
	font-size: 40px;
	line-height: 40px;
}
section.contact-us form label {
	color: #000;
	margin-bottom: 10px;
}
section.contact-us form input, section.contact-us form select {
	height: 45px;
	border-radius: 0;
	background: transparent;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid #87A36E;
}
section.contact-us form textarea {
    min-height: 154px;
    height: 154px;
    resize: vertical;
    margin-bottom: 30px;
}
/* @media (min-width: 767px) {
	section.contact-us .col-md-3 {
		margin-left: 15px;
		width: 50%;
	}
	section.contact-us .col-md-3:last-of-type {
		margin-left: -15px;
	}

} */

section.contact-us .security {
	/*border: 1px solid #ccc;*/
	background-color: #87A36E;
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.contact-form-submit {
	padding: 30px 0;
	height: auto;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
}

.styled-select select {
   background: transparent;
   height: 45px;
	 width: 100%;
   -webkit-appearance: none;
	 -moz-appearance: none;
	 appearance: none;
	 border-radius: 0;
   }

	 .styled-select select::-ms-expand {
			display: none;
	}

.styled-select {
  overflow: hidden;
  background-color: #fff;
  border: 0;
	border-radius: 0;
	height: 45px;
	width: 100%;
  position: relative;
}

/* floating labels */

.input-wrapper {
    position: relative;
    padding: 20px 0;
    max-width: 100%;
}
.input-wrapper input, .input-wrapper textarea  {
	margin-top: 10px;
    border: none;
    display: block;
    font-weight: 300;
    background: transparent;
    /*padding: 10px 0;*/
    width: 100%;
	border-top: none;
	box-shadow: none;
	border-bottom: 1px solid #87A36E;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
    padding-bottom: 10px;
	font-size: 24px;
	line-height: 40px;
	padding-left: 0;
	font-weight: 700;

    @media (max-width: 991px) {
        padding-left: 20px;
    }
}
.input-wrapper .security-input {
	margin-top: 19px;
	padding-bottom: 10px;
}
@media (max-width: 991px) {
	.input-wrapper .security-input {
		margin-top: 10px;
	}
	.input-wrapper--security {
		margin-top: 20px;
	}
}
.input-wrapper label {
    color: #ffffff !important;
    font-size: 24px;
	line-height: 40px;
    font-weight: 700;
    position: absolute;
    top: -10px;
    left: 0;
    pointer-events: none;
    transform: translateY(30px);
    @media (max-width: 991px) {
        left: 20px;
    }
}
.input-wrapper input:valid,
.input-wrapper input:focus,
.input-wrapper textarea:valid,
.input-wrapper textarea:focus,
.text-entered {
    outline: none;
    color: #87A36E;
	box-shadow: none;
	border-color: #87A36E;
	border-width: 2px;
}
.input-wrapper input:valid + label,
.input-wrapper input:focus + label,
.input-wrapper textarea:valid + label,
.input-wrapper textarea:focus + label,
.text-entered + label
{
    transform: translateY(0px) !important;
}
.input-wrapper label {
    transition: all 0.2s ease-in-out;
}
.styled-select:after {
    content: "\f078";
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    width: 45px;
    display: block;
    background-color: #000;
    color: #FFFFFF ;
    text-align: center;
    font-family: FontAwesome;
    padding: 9px 0 0 0;
    font-size: 14px;
    pointer-events: none;
    border: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
	.player {
		background: url('/images/layouts/player.jpg') no-repeat center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}

#map {
	height: 400px;
}

.footer {
	background-color: #003A17;
	position: relative;
	padding: 30px 0;
}

.footer h4 {
	font-size: 16px;
	line-height: 20px;
	font-family: 'Helvetica Neue LT W01_77 Bd Cn', Arial, Helvetica, sans-serif;
	color: #87A36E;
	border-bottom: 1px solid #87A36E;
	padding-bottom: 15px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.footer p {
	margin-bottom: 0;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}
@media screen and (max-width:767px) {
	.footer p {
		margin-top: 15px;
	}
}

.footer p.tel {
	color: #FFFFFF;
	font-size: 60px;
	line-height: 50px;
	margin-bottom: 10px;
	font-family: 'Helvetica Neue LT W01_77 Bd Cn', Arial, Helvetica, sans-serif;
}

.footer p.email {
	margin-bottom: 0;
}

.footer p.email a {
	font-family: 'Helvetica Neue LT W01_47 Lt Cn', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 20px;
	color: #FFFFFF;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.footer p.email a:hover {
	color: #87A36E;
	text-decoration: none;
}

.footer-img:last-of-type {
	margin-right: 0;
}

.social-icons {
	margin-top: 30px;
}

.social-icons a {
	display: block;
	width: 100%;
	aspect-ratio: 27 / 13;
	background-color: #87A36E;
	text-indent: -9999px;
	background-size: 100% 200%;
	background-repeat: no-repeat;
	background-position: top center;
	transition: all 0.5s;
}

.social-icons a:hover {
	background-position: bottom center;
}

.social-icons a.facebook {
	background-image: url('/images/facebook-sprite.jpg');
}

.social-icons a.instagram {
	background-image: url('/images/instagram-sprite.jpg');
}

.social-icons a.linkedin {
	background-image: url('/images/linkedin-sprite.jpg');
}

.social-icons a.email {
	background-image: url('/images/email-sprite.jpg');
}

.footer .social-icons {
	text-align: right;
	margin-top: 15px;
}
@media screen and (max-width:767px) {
	.footer .social-icons {
		text-align: left;
	}
}
.footer .social-icons .fa {
	display: inline-block;
	color: #fff;
	background-color: #87A36E;
	font-size: 30px;
	border-radius: 25px;
	padding: 10px;
	transition: 0.3s all;
}
.footer .social-icons .fa:hover {
	color: #87A36E;
	background-color: #fff;
}

@media (max-width: 767px) {
	.social-icons a {
		margin-bottom: 30px;
	}
}

.btn-primary {
	display: block !important;
	width: 100% !important;
	text-transform: uppercase
}

@media screen and (max-width: 767px) {
	.margin-mobile {
		margin-top: 30px;
		margin-bottom: -30px;
	}
}

div.copyright {
	background-color: #87A36E;
	padding: 13px 0;
}

div.copyright p {
	color: #FFFFFF;
	margin: 0;
}

div.copyright p a {
	color: #FFFFFF;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

div.copyright p a:hover {
	color: #1d242c;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.footer p.tel {
		font-size: 45px;
		line-height: 45px;
	}
}

/* --- HERO --- */

.hero-image {
	width: 100%;
	position: relative;
}

.hero-image .fa {
	font-size: 50px;
	color: #fff;
	margin: 0 10px;
  	text-shadow: 0px 2px 20px black;
}

.slider-nav {
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: calc(50% - 90px);
	z-index: 1000;
}

@media screen and (max-width: 767px) {
	.slider-nav {
		bottom: 65px;
	}
}

section.slider {
	position: relative;
	width: 100%;
	display: block !important;
	height: auto !important;
}

.pcgc-slider-container {
	width: 100%;
	position: relative;
}

.pcgc-slider-wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: auto;
	background-color: #B1A897
}

ul.pcgc-slider {
	width: 100%;
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	display: none;
}

.pcgc-slide {
	width: 100%;
    height: auto;
    float: left;
    position: relative;
}

.pcgc-slide:after {
	content: '';
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 45vh;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 15%, rgba(255,255,255,0) 100%);
	opacity: 0.9;
	z-index: 10;
}

 .pcgc-slide img {
	 width: 100%;
	 height: 100vh;
	 object-fit: cover;
	 object-position: center center;
 }

div.caption {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0; left: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

div.caption span.header {
	color: #fff;
	font-size: 54px;
	line-height: 60px;
	font-family:'Helvetica Neue LT W01_77 Bd Cn', Arial, Helvetica, sans-serif;
  	text-shadow: 0px 2px 20px black;
}

div.caption span.header span, div.caption h2 span {
	color: #ED342F;
}

div.caption h2 {
	color: #1d242c;
	font-size: 54px;
	line-height: 60px;
	font-family:"Helvetica Neue LT W01_95 Black", Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 991px) {
	div.caption span.header {
		font-size: 40px;
		line-height: 46px;
	}
}

@media screen and (max-width: 767px) {
	div.caption span.header {
		font-size: 30px;
		line-height: 36px;
	}
}

/* --- 404 --- */

section.error404 {
	background-color: #1d242c;
	width: 100%;
	height: 100%;
	text-align: center;
}

section.error404 a {
  color: #87A36E;
  border: 1px solid #87A36E;
}

section.error404 a:hover {
  color: #87A36E;
}

section.error404 > div.container {
	display: table;
	height: 100%;
}

section.error404 > div.container > div {
	display: table-cell;
	vertical-align: middle;
}

section.error404 h2 {
	font-size: 40px;
	line-height: 40px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: 'Helvetica Neue LT W01_77 Bd Cn', Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
}

section.error404 img {
	margin: 0 auto 30px auto;
}

.footer-flex {
	display: flex;
    align-items: start;
	flex-direction: column;
	margin-bottom: 10px;
}

.footer-flex .img-mini {
    height: 51px;
}

@media screen and (min-width: 990px) {
	.footer-flex {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.footer img {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 1200px) {
	.footer img {
		margin-top: 20px;
	}
}

.slider-smaller {
	height: 40vh;
    min-height: 250px;
}

.error404 {
	width: 100%;
    height: 100vh;
}

.dropdown-menu a {
	color: #00592E !important;
	text-decoration: none;
}

.dropdown-menu a:hover {
	color: #ffffff !important;
	text-decoration: underline;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: rgba(0,89,46, 0.75) !important;
    color: #ffffff !important;
}

.dropdown-menu {
	background-color: rgba(0,89,46, 0.75);
    color: #ffffff;
}

.dropdown-menu>li>a {
	font-size: 16px !important;
	color: #ffffff !important;
	
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	background-color: #87A36E !important;
	color: #ffffff !important;
}

@media (min-width: 768px) {
	.navbar-right .dropdown-menu {
		left: auto;
		right: auto;
		border: none;
		top: 100%;
	}

	.dropdown-menu a {
		color: #1d242c !important;
	}

	.dropdown-menu a:hover {
		color: #1d242c !important;
	}

	.navbar-nav>li>.dropdown-menu {
		margin-top: 0;
		border-radius: 0;
	}
}

@media (max-width: 1080px) {
	.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
		color: #87a36e;
		text-decoration: none;
	}

	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.dropdown-menu a {
		color: #1d242c !important;
	}
	
	.dropdown-menu a:hover {
		color: #1d242c !important;
	}
	
	.navbar-nav>li>.dropdown-menu {
		margin-top: 0;
		border-radius: 0;
	}
}

@media (min-width: 768px) {
	.navbar-right {
		margin-right: 0px;
		margin-left: -15px;
	}
}

@media (min-width: 1080px) {
	.navbar-right {
		margin-right: -15px;
	}
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	border-color: transparent !important;
}

.navbar-default .navbar-toggle {
	border-color: transparent !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

body.home .navbar-default .navbar-toggle .icon-bar {
    background-color: #003a17;
}

.dropdown-menu {
	min-width: 185px !important;
}

h4 {
	margin-bottom: 20px;
}

li {
	line-height: 14px;

}

div.intro-text ul {
	margin-bottom: 30px;
}

div.intro-text li {
    line-height: inherit;
}

.sliderHeader,
.sliderHeader .pcgc-slider-wrapper,
.sliderHeader .pcgc-slide,
.sliderHeader .pcgc-slide img {
	max-height: 400px;
}

.pcgc-slide img {
    height: 80vh !important;
    pointer-events: none !important;
}

.hero-image-home {
	background-color: #003A17;
    height: 80vh !important;
}

.hero-image-home:after {
	content: '';
	width: 253px;
	height: 238px;
	position: absolute;
	z-index: 99;
	bottom: -31px;
	left: 50%;
	transform: translateX(-50%);
	background-image: url('/images/layouts/sheep.png');
	background-size: 253px 238px;
	background-repeat: no-repeat;
	pointer-events: none;
}

.page-hero-image {
    min-height: 240px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	position: relative;
}

.page-hero-image:after {
	content: '';
	display: block;
	width: 100%; height: 100%;
	position: absolute;
	top: 0; left: 0;
	background-color: #000000;
	opacity: 0.2;
	pointer-events: none;
}

.pcgc-slide span.header {
	text-transform: uppercase !important;
}

section.reviews {
	/* background-color: #87A36E; */
	background-image: url(../images/bricks.jpg);
    background-size: cover;
    background-position: center;
	color: #fff;
	font-size: 22px;
	font-style: italic;
	line-height: 28px;
	padding: 50px 0;
	position: relative;
	text-align: center;
}
section.reviews h3 {
	font-size: 40px;
	color: #87A36E;
	font-style: normal;
	margin-bottom: 10px;
}
section.reviews h2 {
	font-size: 32px;
	color: #fff;
	font-style: normal;
	margin-bottom: 15px;
}

section.reviews img {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;;
}
section.reviews .slick-track {
	display: flex;
		align-items: center;
}
section.reviews .slick-slide p {
	margin: 0 auto 15px;
	max-width: 75%;
}
section.reviews .slick-slide p:last-of-type {
	font-style: normal;
	margin-bottom: 0;
}
#slickPrev, #slickNext {
	display: flex;
		align-items: center;
		justify-content: center;
	height: 50px;
	position: absolute;
		top: 50%;
		transform: translateY(-50%);
	width: 50px;
	z-index: 20;
}
#slickPrev {
	left: 5%;
}
#slickNext {
	right: 5%;
	transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 767px) {
	#slickPrev {
		left: 15px;
	}
	#slickNext {
		right: 15px;
	}
}

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

.img-center {
    margin-left: auto;
    margin-right: auto;
}

.mb-30 {
    margin-bottom: 30px;
}

/* cladding pages */



.cladding-content img {
	width: 100%;
	margin-top: 30px;
}

.cladding-content ul, .cladding-content ol {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 30px;
	padding-left: 15px;
}

.cladding-content ul li, .cladding-content ol li {
	line-height: 24px;
}

.cladding-content ul li + li, .cladding-content ol li + li {
	margin-top: 10px;
}

.cladding-content hr {
	border-top: 1px solid #1d242c;
	width: 100%;
}

.cladding-content h1 {
	color: #1d242c;
	margin: 0 0 30px 0;
	font-weight: 700;
}

.cladding-content--top {
	padding-top: 60px;
}

.cladding-content--top img {
	margin-bottom: 30px;
}

.cladding-content__main-img {
	margin-top: 0 !important;
}

.cladding-content--bottom {
	padding-bottom: 100px;
}

.cladding-content--bottom h2 {
	margin-top: 30px;
}

@media (max-width: 991px) {
	.cladding-content--bottom img {
		margin-bottom: 30px;
	}
	.cladding-content--bottom {
		padding-bottom: 30px;
	}
}

/* colour selector */

.colour-selector--top {
	padding-top: 60px;
	background: #00592E;
	color: white;
}

@media (max-width: 767px) {
	.colour-selector--top {
		padding-top: 160px;
	}
}

.colour-selector--top h1 {
	color: white;
	margin: 0 0 30px 0;
}

.colour-selector-intro-text p:last-of-type {
	margin-bottom: 60px;
}

.colour-selector {
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-position-x: right;
}

.colour-selector__hidden-img {
	visibility:hidden;
	width:100%;
}

.colour-selector__sidebar {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 270px;
	background: rgba(0,58,23,0.9);
	padding: 30px;
}

@media (max-width: 991px) {
	.colour-selector__sidebar {
		display: none;
	}
}

.colour-selector__sidebar h3 {
	color: white;
	font-size: 24px;
	line-height: 40px;
	margin-bottom: 10px;
}

.colour-selector__sidebar .finish-select {
	width: 210px;
	height: 130px;
	padding: 0;
	border: none;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
	color: #fff;
	background: #1d242c;
}

.finish-select.finish-select--active {
	color: #1d242c;
	background: #fff;
}

.colour-selector__sidebar .finish-select span {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
	line-height: 24px;
	display: block;
}

.colour-selector__sidebar .finish-select img {
	width: 100%;
	height: 90px;
}

.coat-colours {
	height: 290px;
	overflow-y: scroll;
	overflow-x: hidden;
	display: none;
}

.coat-colours li {
	line-height: 0;
}

@media (max-width: 1199px) {
	.coat-colours {
		height: 170px;
	}
}

.coat-colours--active {
	display: block;
}

.coat-colours ul {
	list-style: none;
}

.coat-colour {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 10px;
	padding: 0;
	border: none;
	border-radius: 0;
}

.coat-colour--last {
	margin-bottom: 0;
}

.coat-colour img {
	width: 50px;

}

.coat-colour__name {
	padding: 13px 0 13px 10px;
	background: #1d242c;
	color: white;
	font-size: 18px;
	line-height: 24px;
	width: 100%;
	height: 50px;
}

.coat-colour--active .coat-colour__name {
	background: white;
	color: #1d242c;
}

.coat-colour__name span {
	display: block;
	text-align: left;
}

#scrollUp, #scrollDown {
	border: none;
	border-radius: 0;
	background: transparent;
	width: 100%;
	display: flex;
	justify-content: center;
	font-size: 18px;
	line-height: 24px;
}

#scrollUp {
	margin: 60px 0 10px;
}

#scrollDown {
	margin-top: 10px;
}

.colour-selector__mobile-bar {
	padding: 30px 0;
	background: rgba(29,36,44,0.8);
	display: flex;
}

.colour-selector__mobile-bar label {
	font-size: 18px;
	line-height: 24px;
	display: block;
	margin-bottom: 10px;
}

.colour-selector__mobile-bar .select-container {
	width: calc(100% - 15px);
}

.colour-selector__mobile-bar .select-container--finish {
	margin-right: 30px;
}

.colour-selector__mobile-bar select {
	width: 100%;
	color: #1d242c;
	padding: 20px;
}

.colour-selector__mobile-bar select option {
	color: #1d242c;
}

@media (min-width: 992px) {
	.colour-selector__mobile-bar {
		display: none;
	}
}



.colour-selector--bottom {
	padding-bottom: 120px;
}

.colour-selector--bottom img {
	width: 100%;
}

.colour-selector--bottom h2 {
	font-size: 40px;
	line-height: 40px;
	margin-top: 60px;

}

.colour-selector--bottom p {
	font-size: 18px;
	line-height: 24px;
	margin-top: 10px;
}

.load-all-btn {
	border: none;
	border-radius: 0;
	background: transparent;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	line-height: 40px;
}

.hidden-colours {
	display: none;
	width: 100%;
}

.home-image {
	margin-top: 60px;
}