@charset "UTF-8";
/* CSS Document */

/*


Dark Blue #29541C
Light Blue #a6d8e0
Gold #d3993a
Cream / white #faf6ed


Dark Green #29541C
Light Green #56B23B
2nd Green #67D446
Yellow #efd453


font-family: "Poppins", serif;


-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
w
-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.75);
-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.75);
box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.75);

For background  
background: -webkit-gradient(linear, left top, left bottom, from(#282728), to(#282728));

For text i
background: -webkit-linear-gradient(#282728, #282728);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;



*/

body {
	background: #ffffff;
	margin: 0 auto;
	-webkit-text-size-adjust: none;
	font-family: "Poppins", serif;
	font-optical-sizing: auto;
}

a img {
	border: none;	
}

a:focus {
	outline: none;
}	

hr {
	border: none;
	border-top: 1px solid #efefef;	
	margin: 30px 0 30px 0;
}

hr.dotted {
	border: none;
	border-top: 2px dotted #ff9aca;	
	margin: 20px 0 20px 0;
}


/*Top Bar*/


#topBarBackground {
	float: left;
	width: 100%;
	background: #efd453;
	padding: 5px 0 5px 0;
	text-align: center;
}

#topBar {
	margin: 0 auto;
	width: 1400px;	
	box-sizing: border-box;
}

#topBar p {
	float: left;
	width: 100%;
	color: #29541C;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 25px;
}

#topBar p a {
	color: #29541C;
	text-decoration: none;
}

#topBar p a:hover {
	color: white;
	text-decoration: underline;
}

#topBar ul {
	float: left;
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#topBar li {
	color: #29541C;
	font-size: 100%;
	line-height: 22px !important;
	display: inline-block;
	font-weight: bold;
}

#topBar li a {
	color: #29541C;
	text-decoration: none;
	font-weight: normal;
}

#topBar li a:hover {
	color: #29541C;
	text-decoration: underline;
}

#topBar i.fa-solid {
	color: #29541C;
}


/*Header*/

#headerBackground {
	float: left;
	width: 100%;		
	background-color: #56B23B;
	padding: 2px 0 2px 0;
}


#innerPage #headerBackground {
	border-bottom: 1px solid #efefef;
}

header {
	margin: 0 auto;
	width: 1400px;	
	box-sizing: border-box;
}

#logo { 
	float: left;
	margin: 20px 0 10px 0;
}

#logo img { 
	float: left;
	max-width: 100%;
	height: auto;
	/*margin-left: auto;
	margin-right: auto;*/
	display: block;
}

#logo:hover {
	cursor: pointer;	
	opacity: .9;
}

#logo p { 
	float: left;
	margin: 60px 0 0 20px;
	font-size: 170%;
	color: #282728;
}

/*Contact Area*/

#contactHeader {
	float: right;
	margin-top: 42px;
	text-align: right;
}

#contactHeader h2 {
	color: #282728 !important;
	margin: 0;
	padding: 0;
	font-size: 150% !important;
}

#contactHeader ul {
	float: right;
	padding: 0;
	margin: 0 0 10px 0;
	list-style-type: none;
}

#contactHeader li {
	display: block;
	font-size:110%;
	color: white !important;
	line-height: 30px;
	margin: 0 0 0 7px;
	padding: 0;
	text-align: right;
	text-transform: uppercase;
}

/*
#contactHeader li.phone span {
	font-size: 55% !important;
}
*/
#contactHeader li i.fas {
	color: #29541C;
	font-size:140%;
}
#contactHeader li a {
	color: white;
	text-decoration: none;
	text-transform: none;
	font-size:135%;
}

#contactHeader li a:hover {
	color: #29541C;
	text-decoration: underline;
}



.sticky {
    position: fixed;
    top: 0;
    width: 100%;
	background-color: #282728;
	transition: background-color 0.5s linear;
	z-index: 999999;
	border-bottom: 1px solid rgba(255,255,255,0.20);
}

.sticky + .content {
  padding-top: 102px;
}





/*Background Wrapper*/

#topMainWrapper {
	float: left;
	width: 100%;
	height: 850px;
	background: url("images/provider-construction-london.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}


#topMainWrapperSlogan {
	position: absolute;
	border-radius: 5px;
	padding: 10px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	z-index: 20;
	top: 450px;
}

#topMainWrapperSlogan h2 {
	color: white !important;
	font-size: 180% !important;
	margin: 0;
	padding: 0;
	 text-shadow: 2px 2px 7px #282728;
}

#topMainWrapperSlogan p {
	color: #282728 !important;
	font-size: 130% !important;
	margin: 0;
	padding: 0; 
	line-height: 30px;
	font-weight: bold;
	 text-shadow: 2px 2px 7px #282728;
}

#topMainWrapperSlogan p a {
	color: white !important;
	border-radius: 5px;
	text-decoration: none;
	padding: 5px 8px 5px 8px;
	background-color: #282728 !important;
	font-size: 90%;
}

#topMainWrapperSlogan p a:hover {
	text-decoration: none;
	color: white !important;
	background-color: #282728 !important;
}

#topMainWrapperSlogan p i.far {
	 text-shadow: none;
}


/*										Nav								*/

#navBackground {
	float: right;
	padding: 10px 0 10px 0;
}

nav {
	float: right;
	text-align: right;
	font-family: "Poppins", serif;
}

nav ul {
	float: left;
	width: 100%;
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 45px 0 0 0;
}

nav li {
	display: inline;
	color: white;
	margin: 0 0 0 30px;
	padding: 0;
	position: relative; 
	text-transform: uppercase;
}

nav li a {
	font-size: 110%;
	color: white;
	text-decoration: none;
	font-weight: 800;
}

nav li a:hover {
	color: #efd453;
	text-decoration: none;
}

nav li a.active {
	color: #efd453;
	text-decoration: none;
}


nav li.contactTab a {
	color: #29541C;
	border: 1px solid #29541C;
	border-radius: 10px;
	text-decoration: none !important;
	background: linear-gradient(to left, #ffffff 50%, #29541C 50%) right;
    background-size: 200%;
    transition: .4s ease-out;
	display: inline-block;
	font-size: 90%;
	padding: 2px 15px 2px 15px;
}

nav li.contactTab a:hover {
	background-position: left;
	color: white !important;
	text-decoration: none;
}

nav li i.fas {
	color: #282728;
}

nav li a:hover i.fas {
	color: #29541C;
	text-decoration: none;
}

nav li a.active i.fas {
	color:#29541C;
	text-decoration: none;
}


nav li i.fa-brands {
	margin-left: 2px;
}



nav li i.fab {
	font-size: 140%;
}

nav li i.fab:hover {
	color: #282728;
	text-decoration: none;
}


nav ul.dropdown  { 
	position: relative; 
	padding-left: 0;
}

nav ul.dropdown ul { 
	visibility: hidden; 
	position: absolute; 
	top: -6px; 
	left: 0; 
	text-align: left;
	background-color: #56B23B;
	min-width: 250px;
	padding: 15px 0 15px 15px;
	margin: 0;
	z-index: 1000;
	border-radius: 10px;
}

nav ul.dropdown ul.sub_menu {
	margin-top: 24px;	
}

nav ul.dropdown ul li {
	margin-left: 0;
	display: block;
	margin-bottom: 5px;
	float: none;
	border-right: 0;
	padding-bottom: 0;
	padding-top: 5px;
	margin-right: 0;
	color: white;
	line-height: 20px;
	font-size: 85%;
}


nav ul.dropdown ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

nav ul.dropdown ul li a {
	margin-left: 0;
	border: none;
	width: 100%;
	float: none;
	padding: 5px;
	color: white;
	text-decoration: none;
	border-radius: 0;
}

nav ul.dropdown ul li a:hover {
	color: #efd453;
	text-decoration: none;
	border: none;
	border-radius: 0;
}


nav ul.dropdown ul li a.active {
	color: #efd453;
	text-decoration: none;
}



/*Mobile Menu*/

#accordionSection {
	float: left;
	display: none;
	text-align: left;
	font-family: "Poppins", serif;
	z-index: 99999 !important;
}

.accordionButton {
	padding: 0;
}

.accordionButton h4 {
	color: white;
	padding: 10px 0 10px 0;
	margin:0;
	font-weight: normal;
	font-size: 200%;
}

.accordionButton h4 i.fas {
	color: white;
}

.accordionButton h4 span {
	margin: 5px 0 0 5px;
	color: white;
}

.accordionButton:hover h4 span {
	color: #d3993a;
	cursor: pointer;
}
.accordionContent {
	position: absolute;
	right: 10px;
	z-index: 99999 !important;
	background-color: #56B23B;
	border-radius: 5px;
}

.accordionContent ul {
	float: right;
	list-style-type: none;
	padding: 8px 15px 8px 15px;
	text-align: right;
	margin: 0;
	z-index: 99999 !important;
}

#accordionSection .accordionContent li {
	display: block;
	font-size: 90%;
	margin: 0;
	padding: 0;
	line-height: 27px;
	color: white;
	float: none;
}

#accordionSection .accordionContent li a {
	float: none;
	color: white;
	border: none;
	margin: 0;
	border-bottom: none;
	padding: 5px 0 0 0;
}

#accordionSection .accordionContent li a:hover {
	border: none;
	color: #efd453;
	text-decoration: none;
}

#accordionSection .accordionContent li a.active {
	border: none;
	color: #efd453;
	text-decoration: none;
}

#accordionSection .accordionContent li.contactTab a {
	color:#29541C;
	border: 1px solid #29541C;
	border-radius: 10px;
	text-decoration: none !important;
	background: linear-gradient(to left, #ffffff 50%, #29541C 50%) right;
    background-size: 200%;
    transition: .4s ease-out;
	display: inline-block;
	font-size: 90%;
	padding: 1px 10px 1px 10px;
}

#accordionSection .accordionContent li.contactTab a:hover {
	background-position: left;
	color: white !important;
	text-decoration: none;
}





#accordionSection .accordionContent li.subNav {
/*	margin-left: 15px;*/
	line-height: 26px;
	text-transform: none;
	font-size: 80%;
	color: white !important;
}


#accordionSection .accordionContent li a.contactUs {
	padding: 5px;
}


#accordionSection .accordionContent li i.fab {
	color: white;
}

#accordionSection .accordionContent li i.fab:hover {
	color: #F5EDE7;
}


/*										Copyright							*/

#footerBackground {
	float: left;
	width: 100%;	
	background-color: #efd453;
	padding: 5px 0 10px 0;
	border-top: 1px solid white;
}

footer {
	width: 1400px;
	margin: 0 auto;
	padding: 6px 0 3px 0;
	box-sizing: border-box;
}

footer p {
	color: #282728;
	font-size: 70% !important;
	line-height: 23px;
	margin: 0 0 3px 0;
	font-weight: bold;
	text-transform: uppercase;
}

footer hr {
	border: none;
	border-top: 1px solid white;	
	margin: 10px 0 10px 0;
}
	
footer p a {
	text-decoration: none;
	color: #282728;
	font-weight: bold;
}

footer p a:hover {
	text-decoration: underline;
	color: #282728;
}

#copyRight {
	float: right;	
}

#copyLeft {
	float: left;	
}


/*Contact Area*/

#contactOuter {
	float: left;
	width: 100%;	
	background-color: #56B23B;
	padding: 40px 0 20px 0;
}

#contactInner {
	margin: 0 auto;
	width: 1400px;	
	box-sizing: border-box;
}

.contactBox {
	float: left;
	width: 33%;	
	padding: 15px 0 15px 0;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.contactBox.lastContactBox {
	width: 33%;	
	float: left;
	padding: 15px 0 0 0;
}

.contactBox img {
	max-width: 80%;
	height: auto;
	margin: 5px 0 0 0 !important;
}


#contactInner h2 {
	color: white !important;
	font-size: 120% !important;
	margin-top: 0;
	font-family: "Poppins", serif;
	letter-spacing: -0.02em;
	font-weight: bold;
	margin-bottom: 0 !important;
	text-transform: uppercase;
}

#contactInner p {
	color: white; 
	line-height: 30px;
	font-size: 100%;
	font-weight: normal;
	margin-top: 0;
}


#contactInner p b {
	color: white; 
}

#contactInner p a {
	color: white; 
	text-decoration: none;
}

#contactInner p a:hover {
	color: #282728;
	text-decoration: underline;
}

#contactInner i.fa-brands {
	color: white; 
	font-size: 200%;
	margin-right: 8px;
}

#contactInner i.fa-brands:hover {
	color: #282728;
}

#contactInner i.fa-solid {
	color: white; 
	font-size: 120%;
	margin-right: 5px;
}

#contactInner i.fa-solid:hover {
	color: white; 
}

#contactInner i.fa-brands.fa-square-whatsapp {
	color: white; 
	font-size: 120%;
	margin-right: 5px;
}

#contactInner i.fa-brands.fa-square-whatsapp:hover {
	color: white; 
}



#contactInner a {
	color: white; 
}

#contactInner a:hover {
	color: #282728;
}

#contactInner ul {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
	color: white;
}

#contactInner li {
	color: white; 
	line-height: 30px;
	font-size: 110%;
	font-weight: 300;
}

#contactInner li a {
	color: white; 
	text-decoration: none;
}

#contactInner li a:hover {
	color: #282728;
	text-decoration: underline;
}

#contactInner img {
	margin-right: 10px;
	border-radius: 5px;
}

#contactInner img.logoFooter {
	border-radius: 0;
}

/*										Banner						

*/



#bannerOuter {
	float: left;
	width: 100%;
	background-color: #efefef;
}


#bannerInner {
	margin: 0 auto;
	width: 1400px;	
	box-sizing: border-box;
}


#innerPage #bannerInner {
	width: 100%;	
	height: 80px;
}


#bannerSlogan {
	position: absolute;
	text-align: center;
	z-index: 20;
	box-sizing: border-box;
	 top: 45%;
	transform: translateY(-45%); 
	width: 100%;
}


#innerPage #bannerSlogan {
	z-index: 0;
}

#bannerSlogan h1 {
	color: white !important;
	margin: 0 !important;
	padding: 0;
}

#bannerSlogan h2 {
	color: white !important;
	font-size: 300% !important;
	margin: 0 0 10px 0 !important;
	padding: 0;
	line-height: 45px;
	text-transform: uppercase;
}


#bannerSlogan ul {
	list-style-type: none;
	padding: 0 !important;
	margin: 0;
}

#bannerSlogan li {
	color: white;
	font-size: 100% !important;
	line-height: 22px;
	margin-bottom: 10px;
}

#bannerSlogan li i.fa-solid {
	color: white;
	font-size: 120% !important;
}

#bannerSlogan p {
	color: white;
	font-size: 110%;
	margin: 0 0 10px 0;
	padding: 0; 
	line-height: 25px;
	font-weight: normal;
}

#bannerSlogan p a {
	color: white;
	padding: 7px 12px 7px 12px;
	background-color: #282728;
	text-decoration: none;
	text-align: center;
	border-radius: 5px;
}

#bannerSlogan p a:hover {
	background-color: #282728; 
	color: white;
	text-decoration: none;
}

#bannerSlogan p.findMore {
	text-shadow: none;
}

#bannerSlogan p.findMore a {
	color: white !important;
	padding: 8px 15px 6px 15px;
	background-color: white;
	text-align: center;
	text-decoration: none !important;
	 background: linear-gradient(to left, #29541C 50%, #d3993a 50%) right;
    background-size: 200%;
    transition: .4s ease-out;
	display: inline-block;
	border-radius: 10px;
}

#bannerSlogan p.findMore a span {
	font-family: "Poppins", serif;
	text-transform: none !important;
	text-transform: uppercase !important;
}

#bannerSlogan p.findMore a:hover {
	background-position: left;
	color: white !important;
	text-decoration: none;
}







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

#about #bannerOuterSub {
	background: url("images/innerbanners/about-yay-mortgages4.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#testimonials #bannerOuterSub {
	background: url("images/innerbanners/testimonials-happy-new-home.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#contactPage #bannerOuterSub {
	background: url("images/innerbanners/contact-yay-mortgages.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}


#residential #bannerOuterSub {
	background: url("images/innerbanners/residential-mortgages.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#buy #bannerOuterSub {
	background: url("images/innerbanners/buy-to-let-mortgage.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#bridging #bannerOuterSub {
	background: url("images/innerbanners/bridging-loans2.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#commercial #bannerOuterSub {
	background: url("images/innerbanners/commercial-mortgage.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}


#bannerInnerSub {
	margin: 0 auto;
	width: 1400px;	
	height: 500px;
	position: relative;
	box-sizing: border-box;
}




/*										Main Body						*/


#mainBodyHome {
	float: left;
	width: 100%;/*
	padding: 40px 0 40px 0;*/
	background-color: #ffffff;
}

#mainBodyOuter {
	float: left;
	width: 100%;
	padding: 0 0 50px 0;
	background-color: #ffffff;
	text-align: left;
}

#mainBody {
	margin: 0 auto;
	width: 1400px;	
	box-sizing: border-box;
}

#mainBodyWide {
	margin: 0 auto;
	width: 100%;
	padding-left: 50px;
	box-sizing: border-box;
}



/*Wide Areas*/

.greyBodyWide {
	float: left;
	width: 100%;
	background-color: #efefef;
}

.whiteBodyWide {
	float: left;
	width: 100%;
	background-color: white;
}

.bodyWideLeft {
	margin: 0 auto;
	width: 100%;
	padding-left: 50px;
	box-sizing: border-box;
}


#mainBodyHome .textLeft {
	height: 425px;
}

#mainBodyHome .imageRight {
	float: right;
	width: 50%;
	height: 425px;
	background: url("images/happy-family-new-home.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}


.textLeft {
	float: left;
	width: 45%;
	height: 500px;
	position: relative;
}
.textLeftWrap {
	position: absolute;
    top: 50%;
	transform: translateY(-50%); 
}

.imageRight {
	float: right;
	width: 50%;
	height: 500px;
	background: url("images/happy-family-new-home.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#about .imageRight {
	float: right;
	width: 50%;
	height: 500px;
	background: url("images/happy-family-kitchen.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

img.familyImage {
	display: none;
}
	


.bodyWideRight {
	margin: 0 auto;
	width: 100%;
	padding-right: 50px;
	box-sizing: border-box;
}

.textRight {
	float: right;
	width: 45%;
	height: 500px;
	position: relative;
}
.textRightWrap {
	position: absolute;
    top: 50%;
	transform: translateY(-50%); 
}




/*Residential*/

#firstTime .imageRight {
	background: url("images/first-time-buyers.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#homeMove .imageLeft {
	float: left;
	width: 50%;
	height: 500px;
	background: url("images/home-movers.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#remortgage .imageRight {
	background: url("images/remortgage.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#selfEmployed .imageLeft {
	float: left;
	width: 50%;
	height: 500px;
	background: url("images/self-employed.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}


/*Buy to let*/

#specialist .imageRight {
	background: url("images/specialist-advisors.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#landlord .imageLeft {
	float: left;
	width: 50%;
	height: 500px;
	background: url("images/landlord-guarantee.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}






h1 {
	font-size: 140%;
	color: #29541C !important;
	line-height: 28px;
	font-family: "Poppins", serif;
	/*letter-spacing: -0.02em;*/
	font-weight: bold;
	margin-bottom: 0 !important;
	text-transform: uppercase;
}


h2 {
	color: #29541C !important;
	font-size: 130% !important;
	font-family: "Poppins", serif;
	/*letter-spacing: -0.02em;*/
	font-weight: bold;
	margin-bottom: 10px !important;
	text-transform: uppercase;
}

h3 {
	font-size: 140% !important;
	font-family: "Poppins", serif;
	margin: 0;
}

#mainBody h3 a {
	color: white;
	text-decoration: none;
}

#mainBody h3 a:hover {
	color: white;
	text-decoration: underline;
}

p {
	font-size: 95%;
	line-height: 28px;
	color: #282728;
}

p span {
	font-family: "Poppins", serif;
	/*text-transform: uppercase;*/
	font-weight: bold;
	font-size: 110%;
}

p span.speech {
	font-family: "Poppins", serif;
	font-weight: bold;
	font-size: 250%;
	color: #29541C;
}

p span.time {
	font-size: 80%;
	font-family: "Poppins", serif;
	text-transform: none;
}


p.videoExplain {
	font-size: 150%;
	line-height:50px;
	margin-left: 30px;
}

p.videoExplain span {
	background-color: #29541C;
	padding: 10px;
}

#mainBody p span.square {
	padding: 5px;
	margin-right: 10px;
	background-color: #4d29b7;
	color: white;
	border-radius: 5px;
}

#mainBody p span.highlightHeader {
	padding: 5px;
	background-color: #4d29b7;
	color: white;
	border-radius: 5px;
}

p b {
	color: #29541C;
	font-weight: bold;
}	

p a {
	color: #29541C;
	text-decoration: underline;
}

p a:hover {
	color: #29541C;
	text-decoration: none;
}

li {
	font-size: 100%;
	line-height: 30px;
	color: #282728;
}

li b {
	font-weight: bold;
	color: #282728;
}

li a {
	color: #29541C;
	text-decoration: underline;
}

li a:hover {
	color: #29541C;
	text-decoration: none;
}


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

img.rightImage {
	float: right;
	margin: 0 0 10px 30px;
	max-width: 100%;
	height: auto;
	border-radius: 10px;
	border: 3px solid white;
}	


img.leftImage {
	float: left;
	margin: 0 30px 10px 0;
	max-width: 100%;
	height: auto;
	border-radius: 10px;
	border: 3px solid white; 
}	

img.logoIcons {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
	padding: 40px 0 40px 0;
}

#mainServices {
	background-color: #f56218;
	width: 100%;
	text-align: center;
	padding: 5px 0 5px 0;
}

#mainServices ul {
	list-style-type: none;
	padding: 0;
}

#mainServices li {
	color: white;
	font-size: 120%;
	line-height: 35px;
}

p.findMore a {
	color: white !important;
	padding: 8px 15px 6px 15px;
	background-color: #56B23B;
	text-align: center;
	text-decoration: none !important;
	background: linear-gradient(to left, #56B23B 50%, #29541C 50%) right;
    background-size: 200%;
    transition: .4s ease-out;
	display: inline-block;
	border-radius: 10px;
	font-size: 100% !important;
	text-transform: uppercase;
}

p.findMore a span {
	font-family: "Poppins", serif;
	text-transform: uppercase !important;
}


p.findMore a:hover {
	background-position: left;
	color: white !important;
	text-decoration: none;
}

i.fa-sharp {
	color: #29541C;
}

i.fa-regular {
	color: #29541C;
}
/*Home lEft right*/

#homeIntroText {
	float: left;
	width: 60%;
	padding-right: 30px;
	box-sizing: border-box;
}

#homeWhyText {
	float: right;
	width: 40%;
	padding: 10px 20px 10px 20px;
	box-sizing: border-box;
	background-color: #29541C;
	border-radius: 5px;
}

#homeWhyText ul {
	padding-left: 0;
	list-style-type: none;
}

#homeWhyText i.fa-solid {
	color: #29541C;
	font-size: 130%;
}

#homeWhyText li {
	line-height: 25px;
	margin-bottom: 15px;
	color: white;
}

#homeWhyText h2 {
	color: white !important;
}



/*Brand List*/

#mainBody ul.brandList {
	padding-left: 0;
	margin-top: 10px;
	display: table;
	
}

#mainBody ul.brandList li {
	display: inline-block;
	padding: 30px;
	font-size: 95%;
	font-weight: bold;
	display: table-cell;
	box-sizing: border-box;
}

#mainBody ul.brandList li span {
	border: 1px solid #676667;
	padding: 9px;
}

#mainBody ul.brandList li span.two {
	background-color: #efefef;
}

#mainBody ul.brandList li img {
	float: left;
	margin: 4px 7px 0 0;
}





ul#requestQuoteList {
	padding-left: 0;
}

ul#requestQuoteList i.fa-solid {
	color: #29541C;
	font-size: 130%;
}

ul#requestQuoteList li {
	float: left;
	line-height: 25px;
	display: inline-block;
	list-style-type: none;
	width: 20%;
	box-sizing: border-box;
	margin-right: 2.5%;
	margin-bottom: 25px;
}

ul#requestQuoteList li span {
	color: #29541C;
	font-size: 110%;
}



/*										Timetable			*/


#timetableSection {
	float: left;
	width: 100%;
	height: 400px;
	background: url("images/yoga-southend.jpg") center;
	background-size: cover;
	margin: 10px 0 10px 0;
}

#timetableInner {
	margin: 0 auto;
	width: 1400px;	
	box-sizing: border-box;
}

#timetableInner h2 {
	color: white;
	font-size: 150%;
	font-weight: normal;
	float: right;
	margin-top: 195px;
	text-transform: uppercase;
}

#timetableInner h2 span a {
	padding: 5px;
	background-color: #205163;
	color: #bb9530;
	text-decoration: none;
	margin-left: 10px;
}

#timetableInner h2 span a:hover {
	background-color: #bb9530;
	color: #205163;
	text-decoration: none;
}

/*											Contact Form 									*/

#contactFormArea fieldset {
	float: left;
	border: none;
	padding: 0;
	width: 99%;
	margin-bottom: 20px;
	margin-top: 0;
}

#contactFormArea .error {
	float: left;
	font-size: 80%;
	color: red;
	margin: 10px 0 0 0;
	display: none;
}	

#contactFormArea .field {
	float: left;	
	width: 100%;
	margin-bottom: 25px;
}

#contactFormArea .submitField {
	float: left;
	width: 100%;	
}

#contactFormArea #submit.formButton {
	float: none;
	width: 100% !important;
	height: 40px;
	font-size: 100%;
	background-color: #282728;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
	text-transform: uppercase;
	border-radius: 5px !important;
}

#contactFormArea #submit.formButton:hover {
	background-color: #29541C;
	color: white;
	cursor: pointer;
}

#contactFormArea label {
	font-size: 100%;
	color: #282728 ;
	font-weight: 300;
	font-weight: bold;
}	

#contactFormArea input {
	color: #282728 ;
	border: none;
	float: left;
	width: 100% !important;
	height: 30px;
	background-color: white;
	font-size: 80%;
	border: 1px solid #282728 ;
	margin-top: 10px;
	border-radius: 5px !important;
}

#contactFormArea select {
	color: #282728 ;
	border: none;
	float: left;
	width: 100% !important;
	height: 30px;
	background-color: white;
	font-size: 80%;
	border: 1px solid #282728 ;
	margin-top: 10px;
	border-radius: 5px;
}


#contactFormArea textarea {
	color: #282728 ;	
	float: left;
	width: 100% !important;
	height: 340px;
	background-color: white;
	font-size: 80%;
	border: 1px solid #282728 ;
	margin-top: 10px;
	border-radius: 5px !important;
}


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

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


/*											Home Boxes									*/


#homeBoxesOuter {
	float: left;
	width: 100%;
	padding: 40px 0 40px 0;
	text-align: left;
	border-top: 1px solid #56B23B;
}

#homeBoxes {
	margin: 0 auto;
	width: 1400px;
}


.homeBox {
	float: left;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 20px;
	background-color: #56B23B;
	border-radius: 10px;
	width: 19%;
	margin-right: 1.25%;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.15);
	-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.15);
	box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.15);
}

.homeBox.lastHomeBox {
	float: right;
	margin-right:0;
}


#homeBoxes .homeBox h2 {
	margin: 10px 0 10px 0;
	padding: 0;
	font-weight: 800;
	text-transform: uppercase;
	color: white !important;
	font-size: 105% !important;
} 



/*#homeBoxes .homeBox:hover {
	cursor: pointer;
}*/

#homeBoxes p {
	color: white !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 95% !important;
	line-height: 25px;
} 

#homeBoxes p a {
	color: white !important;
	margin: 0 !important;
	font-weight: normal;
	font-size: 90% !important;
	font-family: "Poppins", serif;
	text-transform: uppercase;
} 

#homeBoxes p a:hover {
	color: #29541C;
} 


#homeBoxes .homeBox img {
	margin: 0;	
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
	border-radius: 10px;
}




/*Why Boxes*/

#servicesLeft {
	float: left;
	width: 48%;
	box-sizing: border-box;
}

#servicesRight {
	float: right;
	width: 48%;
	box-sizing: border-box;
}

/*.whyBoxOuter {
	display: flex;
}


.whyBox {
	box-sizing: border-box;
	padding: 30px;
	margin: 0 10px 20px 10px;
	background-color: #29541C;
	border-radius: 10px;
	border: 3px solid white;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.15);
	-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.15);
	box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.15);
	background: linear-gradient(to left, #29541C 50%, #282728 50%) right;
    background-size: 200%;
    transition: .4s ease-out;
}


.whyBox:hover {
	background-position: left;
	color: white !important;
	text-decoration: none;
	cursor: pointer;
}

.whyBox h3 {
	color: white !important;
} 

.whyBox p {
	color: white;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 95% !important;
	line-height: 25px;
} 

.whyBox img {
	margin: 0;	
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}
*/


.whyBoxOuter {
	display: flex;
	justify-content: center;
}


/*.whyBox {
	box-sizing: border-box;
	padding: 0;
	margin: 20px 20px 20px 0;
	background-color: white;
	border-radius: 10px;
	max-width: 25%;
}*/


/*.whyBox {
	box-sizing: border-box;
	padding: 30px;
	margin: 20px 20px 20px 0;
	background-color: #efefef;
	border-radius: 10px;
	max-width: 25%;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.15);
	-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.15);
	box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.15);
}*/


.whyBox {
	box-sizing: border-box;
	padding: 30px;
	margin: 20px 20px 20px 0;
	background-color: #efefef;
	border-radius: 10px;
	width: 50%;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.15);
	-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.15);
	box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.15);
}


.whyBox:hover {
	opacity: .7;
	text-decoration: none;
	cursor: pointer;
}

.whyBox h3 {
	color: #29541C !important;
} 

.whyBox p {
	/*color: white;*/
	margin: 0 !important;
	padding: 0 !important;
	font-size: 95% !important;
	line-height: 25px;
} 

.whyBox img {
	margin: 0;	
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}





/*.revBox {
	box-sizing: border-box;
	padding: 30px;
	margin: 0 20px 20px 0;
	background-color: white;
	border-radius: 10px;
	max-width: 25%;
	border: 1px solid #efefef;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.15);
	-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.15);
	box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.15);
}


#homePage .revBox {
	max-width: 33%;
	background-color: rgba(255,255,255,0.85);
	border: 3px solid #29541C;
}

#homePage .revBox {
	margin: 0 35px 75px 35px;
}
*/


.revBox {
	float: left;
	box-sizing: border-box;
	padding: 30px;
	margin: 0 20px 20px 0;
	background-color: white;
	border-radius: 10px;
	width: 33%;
	height: 360px;
	border: 1px solid #efefef;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.15);
	-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.15);
	box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.15);
	overflow-y: scroll;
	  -ms-overflow-style: none;  
  scrollbar-width: none;  
	
}

.revBox::-webkit-scrollbar {
  display: none;
}


.insideRevBox {
	height: 290px !important;
	overflow-y: scroll;
	  -ms-overflow-style: none;  
  scrollbar-width: none;  
	padding-top: 10px;
	
}

.insideRevBox::-webkit-scrollbar {
  display: none;
}

#homePage .revBox {
	max-width: 33%;
	background-color: rgba(255,255,255,0.85);
	border: 3px solid #29541C;
}

/*#homePage .revBox {
	margin-bottom: 50px;
}

*/




#homePage .revBox img {
	border-radius: 50% !important;
}

#homeBackgroundTestimonials {
	background: url("images/testimonials.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
	padding: 150px 0 100px 0;
}

#buy .revBox {
	width: 100% !important;
	height: auto;
}

/*#testimonials .revBox {
	max-width: 33%;
}*/

/*#testimonials .insideRevBox {
	padding-top: 20px;
	
}*/



#homeBackgroundTestimonials p.findMore {
	text-align: center;
}




.revBox h3 {
	color: #29541C !important;
} 

.revBox p {
	/*color: white;*/
	margin: 0 !important;
	padding: 0 !important;
	font-size: 95% !important;
	line-height: 25px; 
} 



p.speechOne:before { 
	content: open-quote;
	font-weight: bold !important;
	font-size: 250% !important;
	color:#29541C;
	font-family: "Montagu Slab", serif;
} 

p.speechTwo { 
	text-align: right;
  
}

p.speechTwo:after { 
	content: close-quote;
	font-weight: bold !important;
	font-size: 250% !important;
	color:#29541C;
	font-family: "Montagu Slab", serif;
  
}





/*Info Boxes*/


.infoBoxOuter {
	display: flex;
}

.infoBox {
	box-sizing: border-box;
	border-right: 3px solid #29541C;
	text-align: center;
	padding: 20px 40px 20px 40px;
	width: 33%;
}

.infoBox.lastInfoBox {
	border-right: none;
}

.infoBox img {
	margin: 0;	
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}

.infoBox h3 {
	color: #29541C !important;
} 



/*											Windows Boxes									*/


#windowsOuter {
	float: left;
	width: 100%;
	padding: 20px 0 40px 0;
}

#windowsInner {
	margin: 0 auto;
	width: 1400px;
}


.windowsBox {
	float: left;
	width: 48%;	
	text-align: left;
	box-sizing: border-box;
}

.windowsBox.lastWindowsBox {
	float: right;
}

#windowsInner .windowsBox img {
	margin: 0;	
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
	border-radius: 5px;
}

.windowsBox img {
	border-radius: 5px;
}

#windowsInner .windowsBox h3 {
	text-align: left;
	color: #282728;
	font-size: 150%;
} 

#windowsInner .windowsBox p {
	text-align: left;
	color: #282728;
	font-size: 100%;
	line-height: 28px;
}

#windowsInner .windowsBox p a {
	color: #282728;
	border: 1px solid #282728;
	border-radius: 5px;
	text-decoration: none;
	padding: 5px;
}

#windowsInner .windowsBox p a:hover {
	text-decoration: none;
	color: white;
	background-color: #282728;
}

/*											Inner Boxes									*/


#innerBoxes {
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
}

.innerBox {
	float: left;
	width: 23%;
	margin-right: 2.6%;
	margin-bottom: 2%;
	text-align:center;
}

.innerBox.lastInnerBox {
	float: right;
	margin-right: 0;
}

#innerBoxes .innerBox img {
	margin: 0;	
	max-width: 100%;
	height: auto;
}

#innerBoxes .innerBox h3 {
	text-align:center;
	padding: 7px 0 7px 0;
	margin: 0 0 0 0;
	margin-top: -5px;
	background-color: white;
	color: #b41e3e;
	text-transform:  none;
} 

#innerBoxes .innerBox:hover {
	cursor:pointer;
} 

#innerBoxes .innerBox:hover h2 {
	background-color: #282728;color: white;
}







/*											Tables 									*/

/*Table*/

table {
	border-collapse: collapse;
	display: block;
	overflow: scroll;
	margin-bottom: 20px;
	border: none;
}	


table th {
	background-color: #282728 ;
	color: white !important;
	padding: 10px;
	font-size: 100%;
	border: none;
	border-right: 1px solid white;
}

/*table td {
	padding: 10px;	
	border: 1px solid #3c3c3b;
	font-size: 90%;
	background-color: white;
}

table td.highlighted {	
	background-color: #7cc9d5;
	color: #3c3c3b;
	border: 1px solid #3c3c3b;
}
*/



table td {
	padding: 15px;	
	border: none;
	font-size: 90%;
	background-color: white;
	overflow: hidden;
	border-bottom: 1px solid #efefef;
}

table tr.secondRow td {
	background-color: #efefef;
}


table td.highlighted {	
	color: #BA2637;
}

table td.price {	
	color: #BA2637;
}

table td span.line {
	text-decoration: line-through;
}

table td span.offer {
	color: #fce3de;
}



/* Benefits */

#benefits {
	float: right;
	background-color: white;
	margin: 0 0 20px 20px;
	border-radius: 5px;
}

#benefits h2 {
	background-color: #A279BA;
	color: white;
	margin: 0;
	padding: 10px;
	border-radius: 5px 5px 0 0;
}

#benefits li {
	line-height: 45px;
	background-image: url(images/tick.png);
	background-size: 35px 27px;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 40px;
	font-size: 90%;
	color: #A279BA;
	font-weight: bold;
}

#benefits ul {
	list-style-type: none;
	padding-left: 20px;
	padding-right: 20px;
}



/*Areas Box*/

#areas {
	float: right;
	background-color: #11099e;
	margin: 0 0 20px 20px;
}

#areas h2 {
	background-color: #02a63a;
	color: white;
	margin: 0;
	padding: 10px;
}

#areas ul {
	margin: 5px 0 5px 0;
	padding-right: 10px;
}

#areas li {
	color: white;
}




#mainBody ul.columnList {
	-moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
}

#mainBody ul.columnList li {
	line-height: 32px;
	color: #A279BA;
	font-weight: bold;
}


#mainBody ul.columnListTwo {
	-moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
	list-style-type: none;
}

#mainBody ul.columnListTwo li {
	color: #282728 ;
	font-weight: bold;
	font-size: 110% !important;
	line-height: 32px;
}

#mainBody .gallery a {
	text-decoration: none !important;
}

#mainBody .gallery a h2 {
	text-decoration: none !important;
}

#mainBody .gallery h2 {
	font-size: 90%;
	text-transform:  none;
	color: #282728 ;
	text-decoration: none !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 30px;
}

#mainBody .gallery h2 a {
	color:#282728 ;
	text-decoration: none !important;
}

#mainBody .gallery h2 a:hover {
	color: #282728 ;
	text-decoration: none !important;
}


/*Options*/

.optionSection {
	float: left;
	width: 100%;
	margin-top: 20px;
	padding-bottom: 20px;
}

.optionSection h3 {
	padding: 10px 0 10px 10px;
	margin: 0;
	color: #29541C;
	font-size: 110% !important; 
}	

.optionButton {
	float: left;
	width: 100%;	
	margin: 0 0 5px 0;
	padding: 0;
	background-color: #a6d8e0;
	border-radius: 10px;
}

.optionButton i.fas {
	float: right;
	margin-right: 10px;
	margin-top: 5px;
}

.optionButton i.fa-minus {
	display: none;
}

.optionButton.on {
	cursor: pointer;
	background-color: #29541C;
}

.optionButton.on i.fa-minus {
	display: block;
}

.optionButton.on i.fa-plus {
	display: none;
}


.optionButton.over {
	cursor: pointer;
	background-color: #29541C;
}


.optionButton:hover {
	cursor: pointer;
	background-color: #29541C;
}

.optionButton.on h3 {
	color: white !important;
}

.optionButton.over h3 {
	color: white !important;
}


.optionButton:hover h3 {
	color: white !important;
}

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




/*Icons*/

#iconsBackground {
	float: left;
	width: 100%;	
	background-color: white;
	padding: 10px 0 15px 0;
}

#icons {
	margin: 0 auto;
	width: 1400px;	
	box-sizing: border-box;
}

#icons img {
	width: 100%;
	height: auto;
}


/*Standout*/

#standoutBox {
	float: left;
	width: 97%;
	padding: 1.5%;
	background-color: #b69e60;
	margin: 0 0 20px 0;
}

#standoutBox h2 {
	color: white;
	font-size: 150%;
}

#standoutBox p {
	color: white;
	font-size: 130%;
}

#standoutBox p a {
	color: white;
}

#standoutBox p a:hover {
	color: white;
}

#standoutBox li {
	color: white;
}

#standoutBox li a {
	color: white;
}

#standoutBox li a:hover {
	color: white;
}

#standoutBox img {
	float: left;
	margin: 0 30px 0 0;
}


/*Facebook Reviews*/

#facebookReviews {
	float: left;
	width: 100%;	
	margin-top: 25px;
}

.facebookReview {
	float: left;
	width: 49%;	
}

.facebookReviewRight {
	float: right;
	width: 49%;	
}



#return-to-top {
    position: fixed;
    bottom: 60px;
    right: 20px;
    background-color: #56B23B;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index: 999999;
	border: 1px solid white;
	border-radius: 10px;
}

#return-to-top i {
    color: white;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
   background-color: #29541C;
	border: 1px solid white;
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}



/*Hightlight Boxes*/

.highlightBoxOne {
	float: left;
	width: 100%;
	padding: 30px;
	background-color: #efefef;	 box-sizing: border-box;
}


.highlightBoxTwo {
	float: left;
	width: 100%;
	padding: 30px;
	background-color: white;
	border: 1px solid #efefef; box-sizing: border-box;
}

.highlightBoxOne p b {
	color: #282728  !important;
}

.highlightBoxTwo p b {
	color: #282728  !important;
}


.highlightBoxOne img {
	border: 1px solid #282728;
}

.highlightBoxTwo img {
	border: 1px solid #282728;
}

#teachersPage .highlightBoxOne {
	padding: 50px;
}


#teachersPage .highlightBoxTwo {
	padding: 50px;
}

#teachersPage img.rightImage {
	margin-top: -40px;
	margin-left: 30px;
}

#teachersPage h2 {
	margin-bottom: 30px;
}




/*  News Box*/

#newsBox {
	float: right;
	padding: 20px;	
	background-color: #282728 ;
	margin: 0 0 20px 20px;
	min-width: 250px;
}

#newsBox h2 {
	padding: 0;
	margin: 0;
}

#newsBox p {
	color: white;
	padding: 0;
	margin: 0;
}

#newsBox ul {
	padding-top: 0;
	padding-bottom: 0;
}

#newsBox li {
	color: white;
}



/*Why Us*/

#whyUsOuter {
	padding: 20px 0 40px 0;
	float: left;
	width: 100%;	
}

#whyUsInner {
	width: 1400px;
	margin: 0 auto;
	box-sizing: border-box;
}

#whyUsInner h1 {
	color: #b2bb1e;
	font-size: 120%;
	font-weight: bold;
}

#whyUsInner p {
	font-size: 95%;
	line-height: 27px;
	color: #282728 ;
}

#whyUsInner h2 {
	font-size: 310%;
	color: #ff9aca;
	line-height: 40px;
	font-weight: 100;
	margin-bottom: 0;
}




/*Breadcrumbs*/


#breadcrumbs {
	width: 100%;	
	margin-bottom: 10px;
}

#breadcrumbs ul {
	list-style-type: none;
	margin: 0;
	padding: 0;	
}

#breadcrumbs li {
	display: inline;
	margin: 0;
	font-size: 80%;
	font-weight: normal;
	color: #282728;
}

#breadcrumbs li a {
	color: #b69e60;
	text-decoration: none;
}

#breadcrumbs li span {
	margin-right: 5px;
}

#breadcrumbs li a:hover {
	text-decoration: underline;
	color: #b69e60;
}




/*											Circle Boxes									*/

#circleBoxes {
	float: left;
	width: 100%;
	margin: 0;
	padding: 5px 0 15px 0;
}

.circleBox {
	float: left;
	width: 23.5%;	
	margin-right: 2%;
	text-align:center;
	box-sizing: border-box;
}

.circleBox.lastCircleBox {
	float: right;
	margin-right: 0;
}

#circleBoxes .circleBox img {
	margin: 0;	
	max-width: 80%;
}

#circleBoxes .circleBox h2 {
	color: #33302B;
	font-size: 120%;
	text-align:center;
	padding: 7px 0 0 0;
	text-transform: none;
	margin: 0;
	border: none;
} 

#circleBoxes .circleBox p {
	font-size: 110%;
	line-height: 24px;
	color: #b2bb1e;
	margin: 10px 0 0 0;
	font-weight: normal;
	padding: 0 10px 0 10px;
} 

#circleBoxes .circleBox p.price {
	font-size: 110%;
	line-height: 26px;
	color: #BA2637;
	margin: 0;
	font-weight: bold;
} 

#circleBoxes .circleBox p b {
	color: #282728 ;
} 




/*											Team Boxes									*/


#teamBoxes {
	float: left;
	width: 100%;
	margin: 0;
	padding: 10px 0 0 0;
}


.teamBox {
	float: left;
	width: 23.5%;	
	margin-right: 2%;
	text-align:center;
	margin-bottom: 4%;
	min-height: 470px;
}

.teamBox.lastTeamBox {
	float: right;
	margin-right: 0;
}

#teamBoxes .teamBox img {
	margin: 0 0 15px 0;	
	max-width: 75%;
	height: auto;
	border-radius: 50%;
}

#teamBoxes .teamBox h2 {
	color: #BA2637;
	text-align:center;
	padding: 0;
	margin: 0;
	border: none;
	font-weight: normal;
}

#teamBoxes .teamBox p {
	font-size: 80%;
	line-height: 22px;
}

#teamBoxes .teamBox p a {
	color: #2E69AB;
	text-decoration: none;
}

#teamBoxes .teamBox p a:hover {
	color: #EF943D;
	text-decoration: none;
}

#teamBoxes .teamBox p i.fab {
	color: #2E69AB;
	font-size: 220%;
}

#teamBoxes .teamBox p i.fab:hover {
	color: #EF943D;
}

#teamBoxes .teamBox ul {
	list-style-type: none;
	padding: 0;
}

#teamBoxes .teamBox li {
	display: inline;
}

#teamBoxes .teamBox li img {
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 0;
}



ul.pointersList {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.pointersList li {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
	color: #282728;
	line-height: 28px;
}

ul.pointersList li i.fa-solid {
	font-size: 120%;
	color: #efd453;
}

ul.pointersList li i.far {
	font-size: 190%;
	color: #efd453;
	margin-right: 5px;
}



ul.pointersListSmaller {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.pointersListSmaller li {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
	color: #282728;
	line-height: 28px;
}

ul.pointersListSmaller li i.fas {
	font-size: 100%;
	color: #282728;
	margin-right: 5px;
}






ul.pointersList#282728 {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.pointersList#282728 li {
	display: block;
	margin-right: 20px;
	margin-bottom: 10px;
	color: #282728;
	line-height: 28px;
}

ul.pointersList#282728 li i.fa-solid {
	font-size: 120%;
	color: #282728;
}



ul#testimonials {
	list-style-type: none; 
	padding-left:0;
}





ul.noDotList {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.noDotList li i.fas {
	font-size: 110%;
	color: #282728;
	margin-right: 5px;
}



/*Call Us*/

#callUsOuter {
	background-color: #282728;
	padding: 15px 0 15px 0;
	float: left;
	width: 100%;	
	text-align: center;
}


#carbonPage #callUsOuter {
	background-color: #479A76;
}



#callUsInner {
	width: 1400px;
	margin: 0 auto;
	box-sizing: border-box;
}

#callUsInner h2 {
	color: white;
	font-size: 140%;
	font-weight: bold;
}

#callUsInner h2 a {
	color: white;
	font-size: 170%;
	text-decoration: none;
}

#callUsInner h2 a:hover {
	color: white;
	text-decoration: none;
}

#callUsInner p {
	color: white;
	font-size: 130%;
	font-weight: bold;
}

#callUsInner p a {
	color: white;
	text-decoration: underline;
	font-weight: bold;
}

#callUsInner p a:hover {
	color: white;
	text-decoration: none;
	font-weight: bold;
}


/*Terms boxes*/

#homeInfo {
	float: left;
	width: 100%;
	background-color: #efefef;
	padding: 15px 0 15px 0;
}

#homeInfoInner {
	margin: 0 auto;
	width: 1400px;
	box-sizing: border-box;
}

#homeInfoInner h2 {
	font-size: 80%;
	color: #282828;
}

#homeInfoInner p {
	font-size: 70%;
	line-height: 24px;
	color: #282828;
}

#homeInfoInner li {
	font-size: 70%;
	line-height: 24px;
	color: #282828;
}

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

.homeInfoRight {
	float: right;
	width: 48%;
}




/*											Extra Boxes									*/


#extraOuter {
	float: left;
	width: 100%;
	padding: 40px 0 40px 0;
	background-color: #efefef;
}

#extraInner {
	margin: 0 auto;
	width: 1400px;
	box-sizing: border-box;
}

#extraInner h2 {
	color: #282728 ;
	font-size: 130%;
}

#extraInner h3 {
	color: #8bcade;
	font-size: 130%;
}

#extraInner p {
	font-size: 95%;
	line-height: 27px;
	color: #282728 ;
}

#extraInner p b {
	color: #282728 ;
	font-weight: bold;
}	

#extraInner p a {
	color: #282728 ;
	text-decoration: underline;
}

#extraInner p a:hover {
	color:#282728 ;
	text-decoration: none;
}

#extraInner li {
	font-size: 95%;
	line-height: 28px;
	color: #282728 ;
}

#extraInner li b {
	font-weight: bold;
	color: #282728 ;
}

#extraInner li a {
	color: #282728 ;
	text-decoration: underline;
}

#extraInner li a:hover {
	color: #282728 ;
	text-decoration: none;
}

.leftExtraBox {
	border-top: 1px solid white;
	margin-top: 40px;
}

.rightExtraBox {
	border-top: 1px solid white;
	margin-top: 40px;
}

.leftExtraBox img {
	float: left;
	margin-right: 40px;
	max-width: 100%;
	height: auto;
}

.leftExtraBox .fas {
	float: left;
	margin-right: 40px;
	font-size: 500%;
	color: #282728;
}

.rightExtraBox .fas {
	float: right;
	margin-left: 40px;
	font-size: 500%;
	color: #282728;
}

.textExtra {
	padding: 30px 0 0 0;
}

.rightExtraBox img {
	float: right;
	margin-left: 40px;
	max-width: 100%;
	height: auto;
}




/*											Driver Training								*/


#driverTrainingHome {
	float: left;
	width: 100%;
	padding: 40px 0 40px 0;
	background-color: #282728 ;
}

#driverTrainingInner {
	margin: 0 auto;
	width: 1400px;
	box-sizing: border-box;
}

#driverTrainingInner h2 {
	color:#282728;
	font-size: 130%;
}

#driverTrainingInner p {
	font-size: 95%;
	line-height: 27px;
	color: white;
}

#driverTrainingInner p b {
	color: #282728;
	font-weight: bold;
}	

#driverTrainingInner p a {
	color: #282728;
	text-decoration: underline;
}

#driverTrainingInner p a:hover {
	color: #282728;
	text-decoration: none;
}

#driverTrainingInner li {
	font-size: 95%;
	line-height: 28px;
	color: white;
}

#driverTrainingInner li b {
	font-weight: bold;
	color: #282728;
}

#driverTrainingInner li a {
	color: #282728;
	text-decoration: underline;
}

#driverTrainingInner li a:hover {
	color: #282728;
	text-decoration: none;
}





ul.inlineList {
	list-style-type: none;
	padding-left: 0;
}

ul.inlineList li {
	color: #282728  !important;
	font-size: 130% !important;
	display: inline;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
	line-height: 28px;
}


ul.inlineList li i.fas {
	color: #282728 !important;
	font-size: 160% !important;
}

img.helpImage {
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*Price Boxes*/


.priceBox {
	width: 48%;
	padding: 20px;
	box-sizing: border-box;
	background-color: #282728;
	text-align: center;
	margin-top: 20px;
}

.priceBox h2 {
	font-size: 230% !important;
	color: white !important;
}

.priceBox h3 {
	font-size: 130%;
}
 
.priceBox p {
	font-size: 110%;
}

.priceBox p span {
	font-size: 350%;
}

.priceBox hr {
	border: none;
	border-top: 1px solid white;	
	margin: 20px 0 20px 0;
}


.priceBox.priceBoxOne h3 {
	color: #282728  !important;
}

.priceBox.priceBoxFour h3 {
	color: #282728  !important;
}

.priceBox.priceBoxTwo h3 {
	color: white !important;
}

.priceBox.priceBoxThree h3 {
	color: white !important;
}

.priceBox.priceBoxTwo p {
	color: white !important;
}

.priceBox.priceBoxThree p {
	color: white !important;
}



.priceBox.priceBoxOne {
	float: left;
	background-color: #282728;
}

.priceBox.priceBoxTwo {
	float: right;
	background-color: #282728 ;
}

.priceBox.priceBoxThree {
	float: left;
	background-color: #282728 ;
}

.priceBox.priceBoxFour {
	float: right;
	background-color: #282728;
}



/*Wider Boxes*/


.greyOuter {
	float: left;
	width: 100%;
	background-color: #efefef;
	padding: 40px 0 40px 0;
}

.greyInner {
	margin: 0 auto;
	width: 1400px;
}



/* */
.whiteOuter {
	float: left;
	width: 100%;
	background-color: #ffffff;
	padding: 40px 0 40px 0;
}

.whiteInner {
	margin: 0 auto;
	width: 1400px;
}


/* */
.quoteOuter {
	float: left;
	width: 100%;
	background-color: #29541C;
	padding: 20px 0 20px 0;
	text-align: center;
}

.quoteInner {
	margin: 0 auto;
	width: 1400px;
}

.quoteInner p {
	color: white !important;
	font-size: 110% !important;
	font-weight: bold;
	margin: 5px 0 5px 0;
}

.quoteInner p.findMore a {
	color: #29541C !important;
	padding: 8px 12px 8px 12px;
	background-color: white;
	text-align: center;
	text-decoration: none !important;
	background: linear-gradient(to left, white 50%, #29541C 50%) right;
    background-size: 200%;
    transition: .4s ease-out;
	display: inline-block;
	font-weight: bold;
	border-radius: 10px;
	text-transform: uppercase;
}

.quoteInner p.findMore a:hover {
	background-position: left;
	color: #29541C !important;
	text-decoration: none;
}






/* */
.blueOuter {
	float: left;
	width: 100%;
	background-color: #282728;
	padding: 20px 0 30px 0;
	text-align: center;
}

.blueInner {
	margin: 0 auto;
	width: 1400px;
}

.blueOuter h2 {
	color: #282728 !important;
}

.blueOuter p {
	color: white !important;
}

.blueOuter p a {
	color: white !important;
}

.blueOuter hr {
	border-top: 1px solid white;	
	margin: 30px 0 30px 0;
}




/**/



#leftRightBoxes {
	float: left;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 30px;
}

#leftRightBoxes img {
	border-radius: 5px;
	margin-right: 5px;
}

#leftBox {
	float: left;
	width: 50%;
	padding: 25px;
	border-radius: 5px 0 0 5px;
	background-color: #282728;
	box-sizing: border-box;
	min-height: 360px;
}

#rightBox {
	float: right;
	width: 50%;
	padding: 25px;
	border-radius: 0 5px 5px 0;
	background-color: #282728;
	box-sizing: border-box;
	min-height: 360px;
}

#leftBox h2 {
	color: white !important;
}

#leftBox p {
	color: white !important;
}

#rightBox h2 {
	color: #282728 !important;
}

#rightBox p {
	color: #282728 !important;
}

#rightBox h3 {
	color: white!important;
	font-size: 250%;
	margin: 0;
	padding: 0;
}






#membershipBoxes {
	float: left;
	width: 100%;
	margin: 0;
	padding: 10px 0 0 0;
	display: flex;
}

.memberBox {
	float: left;
	width: 32.4%;	
	margin-right: 1.3%;
	margin-bottom: 2%;
	text-align: left;
	/*background-color: #CFB53B;*/
	box-sizing: border-box;
	padding: 1%;
	/*border: 3px solid #282728;*/
	background-color: white;
	flex: 1;
	border-radius: 5px;
}


#membershipBoxes .memberBox img {
	margin-top: 10px;
}


#localBoxes {
	float: left;
	width: 100%;
	margin: 0;
	padding: 10px 0 0 0;
	display: flex;
}

.localBox {
	float: left;
	width: 32.4%;	
	margin-right: 1.3%;
	margin-bottom: 2%;
	text-align: left;
	/*background-color: #CFB53B;*/
	box-sizing: border-box;
	padding: 1%;
	/*border: 3px solid #282728;*/
	background-color: white;
	flex: 1;
	border-radius: 5px;
}


#localBoxes .localBox img {
	margin-top: 10px;
}





/*Slick Nav*/

#mobileMenu {
	display: none;
}

#mobileMenuBase {
	display: none;
	float: left;
	width: 100%;
	z-index:2000;
	position: relative;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.15);
	-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.15);
	box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.15);	
}					 


.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: none;
  padding: 5px;
  line-height: 1.125em;
  cursor: pointer; 
  margin-left: auto;
  margin-right: auto;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em;
}

.slicknav_menu {
 /* *zoom: 1; */
  display: none;
	text-align: center;
}
 
.slicknav_menu .slicknav_menutxt {
    display: inline;
    line-height: 1.188em;
    float: none; 
	margin-left: 5px;
}

.slicknav_menu .slicknav_menutxt:hover {
    color: #29541C;
}

.slicknav_menu .slicknav_icon {
    float: none;
    width: 1.125em;
    height: 0.875em;
    margin: 0.188em 0 0 0.438em; 
    display: none;
}

.slicknav_menu .slicknav_icon:before {
      background: transparent;
      width: 1.125em;
      height: 0.875em;
    display: inline;
      content: "";
      position: absolute; 
}

.slicknav_menu .slicknav_no-text {
    margin: 0; 
}

.slicknav_menu .slicknav_icon-bar {
    display: inline-block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
	background-color: white !important;
}

.slicknav_btn:hover .slicknav_icon-bar {
	background-color: #29541C !important;
}

.slicknav_btn:hover .slicknav_menutxt {
	color: #29541C !important;
}
  
.slicknav_menu:before {
    content: " ";
    display: table; 
}

  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; 
}

.slicknav_nav {
  clear: both;
}

 .slicknav_nav ul {
    display: block; 
}

.slicknav_nav li {
    display: block; 
}

.slicknav_nav img {
    margin-bottom: -15px;
}
  
.slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em;
}

 .slicknav_nav .slicknav_item {
    cursor: pointer; 
}

.slicknav_nav .slicknav_item a {
      display: inline; 
}

.slicknav_nav .slicknav_row {
    display: block; 
}

.slicknav_nav a {
    display: block; 
}

.slicknav_nav .slicknav_parent-link a {
    display: inline;
}

.slicknav_brand {
  float: left;
}

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: white;
  border-top: 1px solid #29541C;
  padding: 0 5px 0 5px; 
}

.slicknav_menu * {
    box-sizing: border-box; 
}

 .slicknav_menu .slicknav_menutxt {
    color: #282728;
    font-weight: bold; 
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #282728; 
}

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.slicknav_nav {
  color: #282728 !important;
  margin: 0;
  padding: 0 0 0 0;
  font-size: 100%;
  list-style: none;
  overflow: hidden; 
}

.slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px; 
}

.slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px; 
}

.slicknav_nav .slicknav_row:hover {
      color: #29541C;
}

.slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
   color: #282728 !important;
	font-weight: bold;
}

.slicknav_nav a:hover {
     color: #29541C !important;
	text-decoration: none;
}

.slicknav_nav a i.fab{
   font-size: 150% !important;
	color: white;
}


.slicknav_nav a i.fab:hover {
	color: #29541C;
}

.slicknav_nav .slicknav_txtnode {
    margin-left: 15px; 
}

.slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0;
}

.slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0;
}








/*Background Video*/

#homeWrapper {
	float: left;
	width: 100%;	
	height: 100vh;/*
	background-color: rgba(83,85,90,0.4);*/
	z-index: 99;
  	position: relative;
}



video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
	z-index: 98;
	max-width:100%;
}

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

#introBannerInner {
	margin: 0 auto;
	width: 1400px;	
	box-sizing: border-box;
	text-align: center;
}

#introText {
	position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index: 1;
}


#introText h2 {
	color: white !important;
	font-size: 200% !important;
	margin: 5px 0 5px 0;
	padding: 0;
	text-transform: uppercase;
	font-family: "Poppins", serif;
}

#introText p {
	color: white;
	margin: 5px 0 5px 0;
	padding: 0;
	font-size: 130%;
	text-transform: uppercase;
}



/*Background Inners*/


#innerWrapper {
	float: left;
	width: 100%;	
	height: 600px;
	z-index: 99;
  	position: relative;
}

#yFyE #innerWrapper {
	background: url("images/you-film-you-edit-bcv.webp") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#yFwE #innerWrapper {
	background: url("images/you-film-we-edit-bcv.webp") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#wFwE #innerWrapper {
	background: url("images/we-film-we-edit-bcv.webp") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}


#latestWork {
	text-align: center;
}

#whyBCV {
	box-sizing: border-box;
	padding-left: 15%;
	padding-right: 15%;
}

#whyBCV h2 {
	padding-top: 25px;
}

#whyBCV img {
	float: right;
}



.contactFormLeft {
	float: left;
	width: 25%;	
	margin-top: 75px;
}

.contactFormRight {
	float: right;
	width: 65%;	
}



.aboutAreaLeft {
	float: left;
	width: 47%;
}

.aboutAreaRight {
	float: right;
	width: 47%;
}



#ourServicesLeft {
	float: left;
	width: 25%;
}

#ourServicesRight {
	float: right;
	width: 70%;
}




.mobileServicesView {
	display: none;
}






/*FAQs*/

.faqLeft {
	float: left;
	width: 47%;
}

.faqRight {
	float: right;
	width: 47%;
}




.wideImageOuter {
	float: left;
	width: 100%;
	padding: 200px 0 200px 0;
	text-align: left;
	background: url("images/unloved-property-renovation.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

.wideImageOuter.servicesPage {
	float: left;
	width: 100%;
	padding: 200px 0 200px 0;
	text-align: left;
	background: url("images/unloved-property-renovation-finds.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}


.wideImageInner {
	margin: 0 auto;
	width: 1400px;
}

.wideImageOuter p {
	color: white !important;
	font-size: 150% !important;
	line-height: 35px !important;
	font-style: italic !important;
}




/* 1399*/
@media only screen 
and (max-width : 1399px) 
				 {
				 
.wideImageInner {
	width: 100%;	
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
					 
#homeWrapper {	
	height: 650px;
}

video {
	height: 650px;
}	
					 
					 
					 
#introBannerInner {
	width: 100%;	
	padding: 0 15px 0 15px;
	box-sizing: border-box;
}					 
	
					 
								 
					 
#topBar {
	width: 100%;	
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	padding-top: 0;
}				
					 
#reviews {
	float: left;
	margin: 120px 0 0 100px;
}					 

header {
	width: 100%;	
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
					 					 			 
					 
footer {
	width: 100%;	
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

#bannerInner {
	width: 100%;	
}
					 
#bannerInnerSub {
	width: 100%;	
	padding-left: 20px;
	padding-right: 20px;
}					 
					 
#innerBannerInner {
	width: 100%;	
}				 
#mainBody {
	width: 100%;	
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
					 
.greyInner {
	width: 100%;	
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
					 
.whiteInner {
	width: 100%;	
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}					 
	
.quoteInner {
	width: 100%;	
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}					 
					 
					 
									 
					 
.blueInner {
	width: 100%;	
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
					 
#windowsInner {
	width: 100%;	
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
					 
#homeBoxes {
	width: 100%;	
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
					 

#aboutInner {
	width: 100%;	
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
					 
#timetableInner {
	width: 100%;	
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
					 
#slides {
  width: 100%;
}

					 
#latestProjectsInner {
  width: 100%;
}
					 
#reviewsInner {
	width: 100%;	
}

#contactInner {
	float: left;
	width: 100%;	
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}				 
					 
#whyUsInner {
	float: left;
	width: 100%;	
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
					 
#copyright {
	width: 100%;	
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

#icons {
	width: 100%;	
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

					 
#callUsInner {
	float: left;
	width: 100%;	
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}						 
					 
					 
#homeInfoInner {
  width: 100%;	
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
	
					 
#extraInner {
	width: 100%;	
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}					 
	
					 
#driverTrainingInner {
	width: 100%;	
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
					 
					 
}








/* 1200*/
@media only screen 
and (max-width : 1200px) 
				 {

#bannerSlogan {
	padding-left: 50px;
	padding-right: 50px;
}
	
#logo img { 
	width: 350px;
}
					
nav ul {
	margin: 33px 0 0 0;
}
					 
					 
}





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

			 

					 
					 
#bannerInnerSub {	
	height: 400px;
}	
	
/*#bannerSlogan {
	 top: 50%;
	transform: translateY(-45%); 
}
					 
	*/				 
					 
					 

}




/* 959*/
@media only screen 
and (max-width : 959px) 
				 {

	
#scrollIconsLeft {
	width: 200px;
	left: 10px;
	background-size: 200px 2000px;
}

#scrollIconsRight {
	width: 200px;
	right: 10px;
	background-size: 200px 2000px;
}
					 
					 
					 
					 
					 
#homeWrapper {	
	height: 450px;
}

video {
	height: 450px;
}	
						 
					 
					 
					 
#headerBackground {
	padding-bottom: 0;
	padding-top: 0;
}
					 
					 
nav ul.mainNav {
	display: none;
}	

nav {
	margin: 15px 0 0 0;	
	padding: 0;
}		 
					 
#accordionSection {
	display: block;
}					 
					 
				
				 				 
#reviews {
	float: left;
	width: 100%;
	margin: 10px 0 30px 0;
	text-align: center;
}
					 
#headerLogos {
	display: none;
}	
					 
#contactHeader {
	float: left;
	width: 100%;
	margin: 0;
}

#contactHeader h2 {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 120% !important;
} 					 
					 
#contactHeader ul {
	float: left;
	width: 100%;
	margin-top: 5px;
}
					 
#contactHeader li {
	float: left;
	width: 100%;
	text-align: center;
	margin-left: 0;
	line-height: 25px;
} 				
					 

#mainBody {
	width: 100%;	
	padding-left: 20px;
padding-right: 20px;
	padding-top: 0;
	box-sizing: border-box;
}

footer {
	width: 100%;	
	padding-left: 20px;
padding-right: 20px;
	box-sizing: border-box;
}


#copyright {
	width: 100%;	
	padding-left: 20px;
padding-right: 20px;
	box-sizing: border-box;
}
					 
#contactFormInner {
	width: 100%;	
	padding-left: 20px;
padding-right: 20px;
	box-sizing: border-box;
}					 
		 
#latestProjectsInner {
 width: 100%;	
	padding-left: 20px;
padding-right: 20px;
	box-sizing: border-box;
}
	
#contactInner {
	width: 100%;	
	padding-left: 20px;
padding-right: 20px;
	box-sizing: border-box;
}

.contactBox {
	float: left;
	width: 50%;	
	padding: 10px 0 10px 0;
	box-sizing: border-box;
}

					 
.contactBox.lastContactBox {
	float: left;
	width: 100%;	
} 
					 
#copyRight {
	float: left;
	width: 100%;	
	text-align: center;
}
						 
#copyLeft {
	float: left;
	width: 100%;	
	text-align: center;
}					 
					 
					 
#contactInner h2 {
	padding-bottom: 0;
}					 

#homeBoxes {
	margin-top: 0;
}

#innerBoxes {
	margin-top: 0;
} 
					 
#bookNow {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}
					 
#bookNow p {
	text-align: center;
}
					 
#bookNow p a {
	text-align: center;
}


#standoutBox img {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
					 
#standoutBox h2 {
	font-size: 120%;
	text-align: center;
}	
					 
#standoutBox p {
	font-size: 110%;
	text-align: center;
}				
					 
.circleBox {
	float: left;
	width: 40%;	
	margin-right: 5%;
	margin-bottom: 30px;
	text-align:center;
	box-sizing: border-box;
}
					 
.circleBox img {
	max-width: 70% !important;
}

.circleBox.lastCircleBox {
	float: left;
	margin-right: 0;
}	

#treeText p {
	font-size: 350%;
}
	
					 
#topMainWrapperSlogan {
	top: 500px;
}
					 				 
					 

					 						 
/*#introText {
	float: left;
	position: static !important;
	width: 100%;
	transform: none;
	margin-top: 23%;
}
	*/						 

#innerWrapper {	
	height: 450px;
}
	
					 
					 
.contactFormLeft {
	width: 100%;
	margin-top: 0;
	padding: 0;
}

.contactFormRight {
	float: left;
	width: 100%;	
	padding: 0;
}	
						 

img.rightImage {
	float: none;
	clear: both;
	margin-left: 0;
}	
					 
					 
.revBox img.rightImage {
	float: right;
	clear: auto;
}						 
					 

img.leftImage {
	float: none;
	clear: both;
	margin-right: 0;
}					 
	

.whyBoxOuter {
	flex-flow: row wrap;			 
}					 
					 
.whyBox {
	max-width: 45%;
	flex: 45%;
	box-sizing: border-box;
}
	
/*.revBox {
	height: 275px;
	max-width: 45%;
	flex: 45%;
	box-sizing: border-box;
}	*/
					 
					 
					 
					 
.revBox {
	height: 275px;
	max-width: 100%;
	flex: 100%;
	box-sizing: border-box;
}	
	
.insideRevBox {
	height: 200px !important;
	
}					 
					 
#homePage .revBox {
	max-width: 100%;
	flex: 100%;
}
					 
#homePage .revBox {
	margin: 0 15px 15px 15px;
}
					 
					 

#homeBackgroundTestimonials {
	padding: 100px 0 70px 0;
	background: url("images/testimonials-mobile.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}
					 
			 
.infoBoxOuter {
	display: flex;
	flex-wrap: wrap;
}

.infoBox {
	border-right: none;
	padding: 0 20px 20px 20px;
	max-width: 100%;
	width: 100%;
	flex: 100%;
	border-bottom: 3px solid #29541C;
	margin-bottom: 20px;
}					 
	
.infoBox.lastInfoBox {
	border-bottom: none;
	margin-bottom: 0;
}					 
					 
					 
}


 /* 870*/
@media only screen 
and (max-width : 870px) 
				 {
									 
#homeFlexOne {
	display: block;
}									 

#homeFlexTwo {
	display: block;
}
					 
.homeBox {
	margin: 0 0 20px 0;
	width: 100%;
	float: left;
}	
					 
.homeBox.lastHomeBox {
	margin: 0;
	width: 100%;
	float: left;
}					 
					 
					 
#homeBoxes .homeBox h2 {
	font-size: 150% !important;		
}
					 
#homeBoxes .homeBox img {
	max-width: 60%;
}	
					 
#mainBodyHome .textLeft {
	float: left;
	width: 100%;
	box-sizing: border-box;
	height: auto;
	position:static;
	padding: 40px 20px 40px 20px;
}					 

.textLeft {
	float: left;
	width: 100%;
	box-sizing: border-box;
	height: auto;
	position:static;
	padding: 40px 20px 40px 20px;
}
					 
.textLeftWrap {
	position:static;
    top: 0;
	transform: none; 
}

.imageRight {
	display: none;
}
					 

.textRight {
	float: left;
	width: 100%;
	box-sizing: border-box;
	height: auto;
	position:static;
	padding: 40px 20px 40px 20px;
}
					 
.textRightWrap {
	position:static;
    top: 0;
	transform: none; 
}

.imageLeft {
	display: none;
}
						 
					 
img.familyImage {
	display: block;
}
	
#mainBodyWide {
	margin: 0 auto;
	width: 100%;
	padding-left: 0;
	box-sizing: border-box;
}	
					 
.bodyWideLeft {
	margin: 0 auto;
	width: 100%;
	padding-left: 0;
	box-sizing: border-box;
}	
					 
.bodyWideRight {
	margin: 0 auto;
	width: 100%;
	padding-right: 0;
	box-sizing: border-box;
}					 

.whiteBodyWide {
	margin: 0 auto;
	width: 100%;
	padding-left: 0;
	box-sizing: border-box;
}				 
					 
.greyBodyWide {
	margin: 0 auto;
	width: 100%;
	padding-left: 0;
	box-sizing: border-box;
}						 
					 				 
					 
#ourServicesLeft {
	float: left;
	width: 100%;
}

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

.mobileServicesView {
	display: block;
}
					 
.desktopServicesView {
	display: none;
}
					 
					 
}


 /* 800*/
@media only screen 
and (max-width : 800px) 
				 {
				

					 
/*FAQs*/

.faqLeft {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

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

					 
					 
					 

#homeIntroText {
	width: 100%;
	padding-right: 0;
	border-right: none;
	border-bottom: 1px solid #efefef;
	padding-bottom: 15px;
}

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

ul#requestQuoteList li {
	width: 45%;
}
					 
					 

#bannerSlogan h2 {
	font-size: 250% !important;
}					 
					 
			 
					 
}



 /* 730*/
@media only screen 
and (max-width : 730px) 
				 {
				
				 
				 
#contactFormArea fieldset {
	width: 100%;
}

#contactFormArea .error {
	margin: 10px 0 0 0;
}	

#contactFormArea .field {
	width: 95%;
}

#contactFormArea .submitField {
	width: 100%;	
}

#contactFormArea input {
	float: left;
	width: 100%;
}

#contactFormArea textarea {
	float: left;
	width: 100%;
}

	

#aboutInner img {
	float: none;
	clear: both;
	margin-left: 0;
}
					 
#gallery img {
	float: left;
	width: 48%;
	height: auto;
}

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

#contactRight {
	float: right;	
	width: 100%;
}	



#benefits {
	float: none;
	clear: both;
	margin-left: 0;
}




.innerBox {
	float: left;
	width: 47%;	
	margin-right: 3%;
}


.innerBox.lastInnerBox {
	float: left;
	width: 47%;	
	margin-right: 3%;
} 

					 
#areas {
	float: none;
	clear: both;
}
		

#mainBody ul.columnList {
	-moz-column-count: 1;
    -moz-column-gap: 10px;
    -webkit-column-count: 1;
    -webkit-column-gap: 10px;
    column-count: 1;
    column-gap: 10px;
}

#mainBody ul.columnListTwo {
	-moz-column-count: 1;
    -moz-column-gap: 10px;
    -webkit-column-count: 1;
    -webkit-column-gap: 10px;
    column-count: 1;
    column-gap: 10px;
}
	
.facebookReview {
	float: left;
	width: 100%;	
	margin-top: 15px;
}

.facebookReviewRight {
	float: left;
	width: 100%;	
	margin-top: 15px;
}	
					 
					 
#teachersPage .highlightBoxOne {
	padding: 40px;
}


#teachersPage .highlightBoxTwo {
	padding: 40px;
}

#teachersPage img.rightImage {
	margin-top: 10px;
	margin-left: 0;
}

#teachersPage h2 {
	margin-bottom: 20px;
}					 
					 
				 
	
/*  News Box*/

#newsBox {
	float: left;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding: 2%;
	background-color: #282728 ;
}
					 



					 
.teamBox {
	float: left;
	width: 47%;	
	margin-right: 3%;
	margin-top: 15px;
}


.teamBox.lastTeamBox {
	float: left;
	width: 47%;	
	margin-right: 3%;
	margin-top: 15px;
} 		
						 
				 
					 
.circleBox p {
	font-size: 95% !important;
}
	
					 
					 
.homeInfoLeft {
	float: left;
	width: 100%;
}

.homeInfoRight {
	float: left;
	width: 100%;
	margin-top: 20px;
}		
						 
.leftExtraBox img {
	float: none;
	clear: both;
	margin: 0;
}

.textExtra {
	padding: 20px 0 20px 0;
}

.rightExtraBox img {
	float: none;
	clear: both;
	margin: 0;
}	
					 
					 
					 
.windowsBox {
	width: 100%;	
	margin-bottom: 30px;
}

.windowsBox.lastWindowsBox {
	float: left;
	margin-bottom: 0;
}				 
	
					 
					 
#treeBox {
	height: auto;
}

#treeImage {
	float: left;
	width: 100%;
	height: 300px;
	border-radius: 5px 5px 0 0;
}

#treeText {
	float: left;
	width: 100%;
	height: auto;
	padding: 30px;
	border-radius: 0 0 5px 5px;

}

#treeText h4 {
	font-size: 200%;
	margin: 10px 0 30px 0;
	padding: 0;
}

#treeText p {
	font-size: 400%;
	margin: 10px 0 40px 0;
	padding: 0;
}
					 
#membershipBoxes {
	float: left;
	display: block;
	padding: 0 10px 0 10px;
	box-sizing: border-box;
}
				 
.memberBox {
	float: left;
	width: 100%;	
	margin-bottom: 20px;
	flex: none;
	margin-right: 0;
	display: block;
	padding: 10px 20px 10px 20px;
}
	
.memberBox img {
	max-width: 70%;
}
					 
					 
#localBoxes {
	float: left;
	display: block;
	padding: 0 10px 0 10px;
	box-sizing: border-box;
}
				 
.localBox {
	float: left;
	width: 100%;	
	margin-bottom: 20px;
	flex: none;
	margin-right: 0;
	display: block;
	padding: 10px 20px 10px 20px;
}
					 
.localBox img {
	max-width: 70%;
}						 
	
					 
#introText h2 {
	font-size: 170% !important;
}

#introText p {
	font-size: 120% !important;
	line-height: 28px;
	margin-top: 5px;
}
						 
					 
.aboutAreaLeft {
	float: left;
	width: 100%;
}

.aboutAreaRight {
	float: left;
	width: 100%;
	margin-top: 30px;
}
					 
				 
.whiteOuter {
	padding: 20px 0 20px 0;
}	
.greyOuter {
	padding: 20px 0 20px 0;
}	
	

#homeBoxesOuter {
	padding: 20px 0 20px 0;
}					 
					 
 }
 



/* 700*/
@media only screen 
and (max-width : 700px) 
				 {
					 
#leftBox {
	float: left;
	width: 100%;
	border-radius: 5px 5px 0 0;
	min-height: auto;
}

#rightBox {
	float: left;
	width: 100%;
	border-radius:  0 0 5px 5px;
	min-height: auto;
}

#topBarBackground {
	text-align: center;
}					 
					 
#topBar li {
	font-size: 85%;
	margin-left: 0;
}						 
				 
					 
.whyBoxOuter {
	flex-flow: wrap;			 
}					 
					 
.whyBox {
	max-width: 100%;
	flex: 100%;
}
		 				 
.revBox {
	max-width: 100%;
	flex: 100%;
}
					 

					 
}


/* 600*/
@media only screen 
and (max-width : 600px) 
				 {
					 
/*Brand List*/

#mainBody ul.brandList {
	margin: 0;
}

#mainBody ul.brandList li {
	border: none;
    display: block;
	float: left;
	 width: 100%;
	margin-bottom: 10px;

}
					 				 

.priceBox {
	width: 100%;
}
					 


.priceBox.priceBoxThree h3 {
	color: #282728  !important;
}

.priceBox.priceBoxThree p {
	color: #282728  !important;
}

.priceBox.priceBoxFour h3 {
	color: white !important;
}
					 
.priceBox.priceBoxFour p {
	color: white !important;
}
					 
.priceBox.priceBoxOne {
	float: left;
}

.priceBox.priceBoxTwo {
	float: right;
}

.priceBox.priceBoxThree {
	float: left;
	background-color: #282728;
}

.priceBox.priceBoxFour {
	float: left;
	background-color: #282728 ;
}					 


a.ecologi {
	float: none;
	clear: both;
	padding: 10px 0 70px 0;
	margin-top: 10px;
}
					

#topMainWrapper {
	height: 650px;
}				
					 
#topMainWrapperSlogan {
	top: 375px;
}
				 
					 
#topMainWrapperSlogan h2 {
	font-size: 110% !important;
}					 
	
#topMainWrapperSlogan p {
	font-size: 110% !important;
}						 
	
					 
					 
					 
#innerWrapper {	
	height: 350px;
}
						 
					 
#mainBodyOuter h1 {
	font-size: 200%;
}	
					  
p.videoExplain {
	font-size: 110%;
	line-height: 45px;
	margin-left: 0;
}

ul#requestQuoteList li {
	width: 100%;
	margin-right: 0;
}	
					 
					 
/*#bannerInner {	
	height: 475px;
}
*/
/*#bannerSlogan {
	width: 100%;
	bottom: 20px;
	text-align: center; 
	top: auto;
	transform: none; 
	padding: 0 7px 0 7px;
}					 
					 
#bannerInner {
	width: 100%;	
	padding-left: 0;
	padding-right: 0;
}	
					 
#bannerInnerSub {
	width: 100%;	
	padding-left: 0;
	padding-right: 0;
}						 
					 
#bannerSlogan h1 {
	font-size: 140% !important;
	line-height: 26px;
	margin-bottom: 0 !important; 
}
					 
#bannerSlogan h2 {
	font-size: 140% !important;
	line-height: 26px;
	margin-bottom: 0 !important;
}
					 
#bannerSlogan p {
	font-size: 95% !important;
	line-height: 22px !important;
}					 
	*/					 
					 
.contactBox {
	width: 100%;	
}
					 
#homeBoxes .homeBox img {
	max-width: 100%;
}	
					 
#bannerSlogan {
	padding-left: 25px;
	padding-right: 25px;
}
					 
}




/* 480*/
@media only screen 
and (max-width : 480px) 
				 {

					 
#scrollIconsLeft {
	width: 125px;
	left: 5px;
	background-size: 125px 1250px;
	opacity: .6;
}

#scrollIconsRight {
	width: 125px;
	right: 5px;
	background-size: 125px 1250px;
	opacity: .6;
}
						 
					 
					 

.wideImageOuter {
	padding: 100px 0 100px 0;
}
					 
.wideImageOuter p {
	font-size: 130% !important;
	line-height: 32px !important;
}
					 
					 
					 
#topBar li {
	font-size: 80%;
}	
					 			 
#homeWrapper {	
	height: 250px;
}
					 
#bannerSlogan h2 {
	font-size: 185% !important;
	line-height: 33px;
}					 
						 
/*					 
#bannerInner {	
	height: 475px;
}	*/
					 
					 
#bannerInnerSub {	
	height: 300px;
}						 
					 
#innerBannerInner {
	height: 225px;
}					 
					 

#mainBodyHome {
	padding-top: 20px;
}					 
					 

.innerBox {
	float: left;
	width: 100%;	
	border: none;
}


.innerBox.lastInnerBox {
	float: left;
	width: 100%;	
	margin: 0;
} 
					 
#whyUs {
	float: none;
	clear: both;
	margin: 0;
}



#benefits li {
	line-height: 24px;
	margin-bottom: 13px;
}
					 
					 
#teachersPage .highlightBoxOne {
	padding: 20px;
}


#teachersPage .highlightBoxTwo {
	padding: 20px;
}					 

#contactHeader {
	margin: 0;
}					 
					 
#contactHeader li.phone {
	font-size: 100%;
}

#contactHeader li.email {
	font-size: 100%;
}

			 
				 
.teamBox {
	float: left;
	width: 100%;	
	border: none;
	margin-top: 15px;
}


.teamBox.lastTeamBox {
	float: left;
	width: 100%;	
	margin: 15px 0 0 0;
}					 
	
/*#mainBodyHome h2 {
	text-align: center;					 	
}	*/				 
					 
.circleBox {
	float: left;
	width: 100%;	
	margin-right: 0;
	margin-bottom: 40px;
}
					 
.circleBox img {
	max-width: 40% !important;
}

.circleBox.lastCircleBox {
	float: left;
	margin-right: 0;
}
					 			 			 
					 
#treeText h4 {
	font-size: 180%;
}

#treeText p {
	font-size: 300%;
}
						 					 
					 
#topMainWrapper {
	height: 500px;
}	
					 
#topMainWrapperSlogan {
	top: 300px;
}	
					 
					 
h1 {
	font-size: 130% !important;
}

h2 {
	font-size: 120% !important;
	line-height: 28px;
}

p {
	font-size: 90%;
	line-height: 26px;
}
					 
li {
	font-size: 90%;
}					 
					 
					 

ul.pointersList li {
	font-size: 100%;
}	

#hoardingsPage #bannerOuter {
	height: 150px;
}

#accommPage #bannerOuter {
	height: 150px;
}

#aboutPage #bannerOuter {
	height: 150px;
}

#electricsPage #bannerOuter {
	height: 150px;
}


#plumbingPage #bannerOuter {
	height: 150px;
}


#bannerInnerPages {
	height: 350px;
}
	
					 
#innerWrapper {	
	height: 300px;
}	
					 
					 

.homeBox {
	padding: 20px;
}
					 
.whyBox {
	padding: 20px;
}
					 
.revBox {
	padding: 20px;
}
	
					 
.revBox {
	height: 330px;
}	
	
.insideRevBox {
	height: 255px !important;
	padding-top: 20px;
	
}					 

	
#logo img { 
	width: 225px;
}
						 
	
nav {
	margin: 5px 0 0 0;	
	padding: 0;
}						 
					 
					 
					 
}
				
	






.iris {
	width: 100% !important;
	border: none !important;
	font-family: 'Montserrat', sans-serif !important;
	color: #282728 !important;
	padding: 0 !important;
	margin-top: 0 !important;
}

.iris h1 {
	display: none !important;
}


.iris-form {
	width: 100% !important;
	box-sizing: border-box !important;
	border: none !important;
	color: #282728  !important;
	padding: 0 !important;
}

.iris .iris-row {
	float: left !important;	
	width: 100% !important;
	margin-bottom: 0 !important;
	box-sizing: border-box !important;
}

.iris .g-recaptcha {
	float: left !important;	
	width: 100% !important;
	margin-bottom: 0 !important;
	box-sizing: border-box !important;
	clear: both !important;
}

.iris .iris-row button {
	float: none !important;
	width: 100% !important;
	height: 40px !important;
	font-size: 100% !important;
	background-color: #29541C !important;
	color: white !important;
	-webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
	border: none !important;
	text-transform: uppercase !important;
	box-sizing: border-box !important;
	padding: 0 !important;
	margin: 0 !important;
}

.iris .iris-row button:hover {
    background-color: #56B23B !important;
	color: white  !important;
	cursor: pointer;
}

.iris .iris-row .label {
	font-size: 100%;
	color: #282728 ;
	font-weight: bold;
	text-align: left;
	box-sizing: border-box;
}	

.iris .iris-row input {
	color: #282728 ;
	border: none;
	float: left;
	width: 100% !important;
	height: 40px;
	background-color:white;
	font-size: 80%;
	border: 1px solid #282728 !important;
	margin-top: 0;
	text-align: left !important;
	box-sizing: border-box;
}


.iris .attachment-row input {
	border: none !important;
	box-sizing: border-box;
}


.iris .iris-row select {
	color: #282728 ;
	border: none;
	float: left;
	width: 100% !important;
	height: 30px;
	background-color: white;
	font-size: 80%;
	border: 1px solid #282728;
	margin-top: 0;
	box-sizing: border-box;
}


.iris .iris-row textarea {
	color: #282728;	
	float: left;
	width: 100%;
	height: 250px;
	background-color: white;
	font-size: 80%;
	border: 1px solid #282728;
	margin-top: 0;
	text-align: left !important;
	box-sizing: border-box;
}

.iris .iris-row .checkboxes {
	box-sizing: border-box;
}


.iris .iris-row .checkbox {
	float: left;
	width: auto !important;
	margin-top: 10px;
	text-align: center;
	border: 1px solid #efefef;
	padding: 7px;
	font-size: 95% !important;
	color: #282728 !important;
	box-sizing: border-box;
}

.iris .iris-row .checkbox input {
	float: left !important;
	width: 10px !important;
	height: auto !important;
	margin-top: 3px !important;
	margin-right: 5px !important;
	box-sizing: border-box;
}



.iris .success {
	background-color: #282728 !important;
	border: #282728 1px solid !important;
	padding: 10px !important;
	box-sizing: border-box;
	color: white !important;
	font-size: 110% !important;
	font-weight: bold !important;
	text-align: center !important;
}


.iris .iris-row .attachement-row {
	float: left;
	width: auto !important;
	box-sizing: border-box;
	clear: both !important;
}

.iris .icon-add-more-attachment {
	float: left;
	width: auto !important;
	box-sizing: border-box;
	clear: both !important;
}


.iris input::placeholder { 
    color: #282728 !important;
	font-size: 130% !important; 
}

