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

/*

Black #000000
Red #ff001c
Yellow #ffef41

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

-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(#ffef41), to(#000000));

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

font-family: 'Montserrat', sans-serif;
font-family: 'Racing Sans One', cursive;


*/

body {
	background: white;
	margin: 0 auto;
	-webkit-text-size-adjust: none;
	font-family: 'Montserrat', sans-serif;
}

a img {
	border: none;	
}

a:focus {
	outline: none;
}	

hr {
	border: none;
	border-top: 1px dashed #000000;	
	margin: 10px 0 10px 0;
}

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


/*Top Bar*/


#topBarBackground {
	float: left;
	width: 100%;
	background: #ffef41;
	padding: 5px 0 5px 0;
}

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

#topBar p {
	color: #000000;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 25px;
}

#topBar p a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

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

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

#topBar li {
	color: white;
	font-size: 100%;
	display: inline-block;
	margin-right: 10px;
	font-weight: bold;
}

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

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

#topBar i.fas {
	color: #000000;
	font-size: 120%;
}

#topBar p a i.fab {
	color: #000000;
	font-size: 150% !important;
}

#topBar p a i.fab:hover {
	color: #000000;
}

#topBar p a i.fas {
	color: #000000;
	font-size: 150% !important;
}

#topBar p a i.fas:hover {
	color: #000000;
}


#topBar p.topEmail {
	float: left;
}

#topBar p.topPhone {
	float: right;
}


/*Header*/

#headerBackground {
	float: left;
	width: 100%;	
	background-color: black;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.25);
	-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.25);
	box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.25);
	border-bottom: 5px solid #ff001c;
}

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

#leftNav {
	float: left;
	width: 30%;
	margin-top: 65px;
}

#rightNav {
	float: right;
	width: 30%;
	margin-top: 55px;
}

#logo { 
	float: left;
	width: 40%;
	margin: 25px 0 25px 0;
}

#logo img { 
	max-width: 80%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

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

/*Contact Area*/

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

#contactHeader h2 {
	font-size: 120% !important;
	color: white !important;
	margin: 0 0 10px 0;
	padding: 0;
}

#contactHeader h2 span {
	border-bottom: 1px solid white;
}


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

#contactHeader li {
	color: white !important;
	line-height: 30px;
	margin: 0;
	padding: 0;
	text-align: right;
}

#contactHeader li.phone {
	font-size: 190%;
	font-weight: bold;
}

#contactHeader li.email {
	font-size: 105%;
	font-weight: bold;
}

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

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

#contactHeader p a {
	background-color: #000000;
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	border-radius: 5px;
}

#contactHeader p i.fas {
	color: #000000;
}




/*Background Wrapper*/

#topMainWrapper {
	float: left;
	width: 100%;
	height: 800px;
	background: url("images/fry-oil-filters.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
	position: relative;
}


#topMainWrapperSlogan {
	position: absolute;
	border-radius: 5px;
	padding: 10px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	z-index: 20;
	/*top: 425px;*/
	top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#topMainWrapperInner {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	padding: 20px;
	border-radius: 5px;
	background-color: rgba(48,157,0,0.80)
}

#topMainWrapperSlogan h2 {
	color: white !important;
	font-size: 160% !important;
	margin: 0;
	padding: 0;
	text-transform: none;
}

#topMainWrapperSlogan p {
	color: white !important;
	font-size: 100% !important;
	margin: 0;
	padding: 0; 
	line-height: 27px;
	font-weight: bold;
}

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

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



#innerPage #topMainWrapper {
	height: auto;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.25);
	-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.25);
	box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.25);
}


/*										Nav								*/

#navBackground {
	float: left;
	width: 100%;
	padding: 10px 0 10px 0;
	display: none;
}

nav {
	float: left;
	width: 100%;
	text-align: center;
}

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

nav li {
	display: inline-block;
	color: white;
	margin: 0;
	padding: 0;
	position: relative;
}

nav li a {
	font-size: 110%;
	color: white;
	text-decoration: none;
	margin: 0;
	padding: 0 15px 0 15px;
	font-weight: bold;
	text-transform: uppercase;
}

nav li a:hover {
	color: #ff001c !important;
	text-decoration: none;
}

nav li a.active {
	color: #ff001c !important;
	text-decoration: none;
}



nav li a.home {
	margin: 0;
}


nav li a i.fa-solid {
	font-size: 225%;
}


/*nav li a.about {
	color: #bd9dea !important;
}

nav li a.services {
	color: #000000 !important;
}

nav li a.contact {
	color: #ea7186 !important;
}



*/





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

nav ul.dropdown ul { 
	visibility: hidden; 
	position: absolute; 
	top: -1px; 
	left: 0; 
	text-align: left;
	background-color: #ffef41;
	min-width: 225px;
	padding: 4px 0 7px 7px;
	margin: 0;
	z-index: 10000;
	border-radius: 5px;
}

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;
	text-transform: uppercase;
	font-size: 90%;
}


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: #b2bb1e;
	text-decoration: none;
	border: none;
	border-radius: 0;
}



/*Mobile Menu*/

#accordionSection {
	float: left;
	width: 100%;
	box-sizing: border-box;
	display: none;
	text-align: center;
	position: relative;
	z-index: 999999;
}

.accordionButton {
	padding: 0;
}

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

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

.accordionButton:hover h4 span {
	color: #ff001c;
	cursor: pointer;
}
.accordionContent {
	float: left;
	width: 100%;
}

.accordionContent ul {
	float: left;
	width: 100%;
	list-style-type: none;
	padding: 0 0 10px 0;
	text-align: center;
	margin: 0;
}

#accordionSection .accordionContent li {
	display: block;
	font-size: 100%;
	margin: 0;
	padding: 0;
	line-height: 36px;
	color: white;
	float: none;
	text-align: center;
}

#accordionSection .accordionContent li a {
	float: none;
	color: white;
	border: none;
	text-align: center;
	margin: 0;
	border-bottom: none;
}

#accordionSection .accordionContent li a.book {
	border: 1px solid white;
	margin: 15px 0 15px 0 !important;
}

#accordionSection .accordionContent li i.fa-solid {
	font-size: 160% !important;
	margin-top: 5px;
}


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

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

#accordionSection .accordionContent li.subNav {
	margin-left: 0;
	line-height: 32px;
}

#accordionSection .accordionContent li.subNav a {
	font-weight: normal !important;
}


/*										Copyright							*/

#footerBackground {
	float: left;
	width: 100%;	
	background-color: #000000;
	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: white;
	font-size: 90%;
	line-height: 23px;
	margin: 0 0 3px 0;
}

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

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

#copyRight {
	float: right;	
}

#copyLeft {
	float: left;	
}


/*Contact Area*/

#contactOuter {
	float: left;
	width: 100%;	
	background-color: #000000;
	padding: 40px 0 20px 0;
	text-align: center;
}

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

.contactBox {
	float: left;
	width: 33%;	
	box-sizing: border-box;
}

.contactBox.firstContactBox {
	padding: 30px 0 0 0;
}


.contactBox.lastContactBox {
	float: right;
	padding: 30px 0 0 0;
}

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


#contactInner h2 {
	color: #ffef41 !important;
	font-size: 140% !important;
	margin-top: 0;
	margin-bottom: 10px;
}

#contactInner h2.headerTwo {
	color: white;
	font-size: 115%;
	margin-top: 0;
	text-transform: uppercase;
	padding: 15px 0 0 0;
	margin: 0;
}

#contactInner p {
	color: white; 
	line-height: 28px;
	font-size: 100%;
	font-weight: normal;
	margin: 2px 0 2px 0 !important;
	padding: 0 !important;
}

#contactInner p b {
	color: white; 
}

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

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

#contactInner i.fab {
	color: white; 
	font-size: 300%;
	margin-right: 4px;
	margin-left: 4px;
}

#contactInner i.fab.fa-google {
	font-size: 360%;
}

#contactInner i.fab:hover {
	color: #ffef41; 
}

#contactInner i.fas {
	color: white; 
	font-size: 140%;
	margin-right: 5px;
}

#contactInner i.fas:hover {
	color: #ffef41; 
}


#contactInner a {
	color: white; 
}

#contactInner a:hover {
	color: white; 
}

#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: #ffef41; 
	text-decoration: underline;
}

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

/*										Banner								*/


img.wideBannerImage {
	float: left;
	width: 100%;
	height: auto;
	border: 0px !important;
}



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



/*	

#bannerInner {
	margin: 0 auto;
	width: 1200px;
	height: 550px;
	position: relative;
	box-sizing: border-box;
}

#bannerSlogan {
	position: absolute;
	top: 180px;
	border-radius: 5px;
	padding: 10px;
	text-align: center;
	left: 50%;
    transform: translate(-50%, 0);
}

#bannerSloganInner {
	width: auto;
	float: left;
	padding: 20px;
	background-color: rgba(255,255,255,0.75);
	border-radius: 5px;
}

#bannerSlogan h2 {
	color: #000000 ;
	font-size: 230% !important;
	margin: 0;
	padding: 0;
}

#bannerSlogan p {
	color: #000000 ;
	font-size: 140%;
	margin: 0;
	padding: 0; 
	line-height: 34px;
}

#bannerSlogan p span {
	color:#ea7186;
	font-size: 90%;
	text-transform: uppercase;
}


#bannerSlogan i.far {
	color: #4090c4;
	font-size: 140%;
	margin: 0 5px 0 0;
}

#bannerSlogan i.far.circletwo {
	margin-left: 10px;
}

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

#bannerSlogan p a:hover {
	text-decoration: none;
	color: #ff001c;
}




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

#bannerSlogan li {
	color: #163244;
	font-size: 110%;
	margin: 0;
	padding: 0; 
	line-height: 35px;
	display: block;
}
*/

#backgroundVisa {
	float: left;
	width: 100%;
	height: 200px;
	background: url("images/visa-application-page.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#backgroundPassport {
	float: left;
	width: 100%;
	height: 200px;
	background: url("images/uk-passport.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#backgroundTours {
	float: left;
	width: 100%;
	height: 200px;
	background: url("images/tours-holiday.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

/*										Main Body						*/


#mainBodyHome {
	float: left;
	width: 100%;
	padding: 40px 0 40px 0;
	background-color: white;
	text-align: center;
}

#mainBodyOuter {
	float: left;
	width: 100%;
	padding: 40px 0 40px 0;
	min-height: 700px;
}

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

/*#mainBodyHome #mainBody h1 {
	font-size: 120%;
	background-color: #073d64;
	color: white;
	font-weight: bold;
	text-align: center;
	margin: 0 0 25px 0;
	padding: 25px 0 25px 0;
	text-transform: uppercase;
}*/

h1 {
	font-size: 170%;
	color: #000000 !important;
	line-height: 28px;
	text-transform: uppercase;
	font-family: 'Racing Sans One', cursive;

}

h1 span {
	font-size: 70%;
}

h2 {
	color: #000000 !important;
	font-size: 140% !important;
	text-transform: uppercase;
	font-family: 'Racing Sans One', cursive;

}

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

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

p {
	font-size: 100%;
	line-height: 27px;
	color: #000000;
}

#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: #000000 ;
	font-weight: bold;
}	

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

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

li {
	font-size: 100%;
	line-height: 28px;
	color: #000000;
}

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

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

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


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

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

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;
	border-radius: 5px;
	text-decoration: none;
	padding: 10px;
	background-color: #ffef41;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none !important;
	 background: linear-gradient(to left, #ff001c 50%, #ffef41 50%) right;
    background-size: 200%;
    transition: .4s ease-out;
}

p.findMore a:hover {
	background-position: left;
	text-decoration: none;
	color: #000000;
}






/*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;
}



/*										About Guru ben					*/


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

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

#aboutInner h2 {
	color: #bb9530;
	font-size: 130%;
	font-weight: bold;
}

#aboutInner p {
	font-size: 90%;
	line-height: 28px;
	color: #205163;
}

#aboutInner p b {
	color: #205163;
	font-weight: bold;
}	

#aboutInner p a {
	color: #588f9e;
	text-decoration: underline;
}

#aboutInner p a:hover {
	color: #588f9e;
	text-decoration: none;
}

#aboutInner li {
	font-size: 90%;
	line-height: 30px;
	color: #205163;
}

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

#aboutInner li a {
	color: #588f9e;
	text-decoration: none;
}

#aboutInner li a:hover {
	color: #588f9e;
	text-decoration: underline;
}

#aboutInner img {
	max-width: 100%;
	height: auto;
	float: left;
	margin: 0 20px 10px 0;
	border: 3px solid #bb9530;
}	



/*										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: #000000;
	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: #000000 ;
	color: white;
	cursor: pointer;
}

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

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

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


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

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

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

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

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


/*											Home Boxes									*/


#homeBoxesOuter {
	float: left;
	width: 100%;
	padding: 40px 0 40px 0;
	text-align: center;
}


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

.homeBox {
	float: left;
	width: 48%;	
	text-align: center;
	box-sizing: border-box;
	padding: 0 10px 0 10px;
}

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


#homeBoxes .homeBox h3 {
	text-align: center;
	background-color: #000000;
	color: white;
	font-size: 110%;
	margin: 0;
	padding: 10px 0 10px 0;
	font-weight: bold;
	margin-top: -5px;
	border-radius: 0 0 5px 5px;
}

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


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


#homeBoxes .homeBox:hover h3 {
	background-color: #ffef41;
	color: #000000;
}



/*											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: #000000;
	font-size: 150%;
} 

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

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

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

/*											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: #333333;color: white;
}







/*											Tables 									*/

/*Table*/

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


table th {
	background-color: #000000 ;
	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: #000000 ;
	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: #000000 ;
	text-decoration: none !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 30px;
}

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

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



/*Options*/

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

#optionSection h2 {
	padding: 10px 0 10px 10px;
	margin: 0;
	color: white;
	border-bottom: 2px solid #ffde34;
	font-size: 110%;
}	

#optionSection h2 span {
	color: white !important;
	text-transform: none;
}

.optionButton {
	float: left;
	width: 100%;	
	margin: 0;
	padding: 0;
	background-color: #4d29b7;
	border-radius: 0;
}

.optionButton.on {
	cursor: pointer;
	background-color: #00298b;
}

.optionButton.over {
	cursor: pointer;
	background-color: #00298b;
}


.optionButton:hover {
	cursor: pointer;
	background-color: #00298b;
}

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

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


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

.optionContent {
	float: left;
	width: 98%;
	padding: 1%;
	background-color: white;
	border-left: 1px dotted #000000 ;
	border-right: 1px dotted #000000 ;
	border-bottom: 1px dotted #000000 ;
	border-radius: 0 0 5px 5px;
}





/*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: #ffef41;
    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: 3000;
	border: 1px solid white;
	border-radius: 5px;
}

#return-to-top i {
    color: #000000;
    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: #000000;
}

#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: #000000  !important;
}

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


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

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

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

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

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




/*											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: #000000;
	line-height: 28px;
}

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

ul.pointersList li i.far {
	font-size: 130%;
	color: #ffef41;
	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: #000000;
	line-height: 28px;
}

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




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



/*Call Us*/

#callUsOuter {
	background-color: #000000;
	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: #000000 ;
	font-size: 130%;
}

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

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

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

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

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

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

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

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

#extraInner li a:hover {
	color: #000000 ;
	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: #ffef41;
}

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

.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: #000000 ;
}

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

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

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

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

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

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

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

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

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

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





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

ul.inlineList li {
	color: #000000  !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: #000000 !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: #000000;
	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: #000000  !important;
}

.priceBox.priceBoxFour h3 {
	color: #000000  !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: #000000;
}

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

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

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



/*Wider Boxes*/


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

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

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

#carbonPage .greyOuter h5 {
	color: #1C4434 !important;
	font-size: 180% !important;
	margin: 0;
	padding: 0;
}

#carbonPage .greyOuter p {
	color: #1C4434 !important;
	font-size: 120%;
}



/* */
.whiteOuter {
	float: left;
	width: 100%;
	background-color: white;
	padding: 40px 0 40px 0;
	text-align: center;
}

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


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

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

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

.blueOuter p {
	color: white !important;
}

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

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



/* */
.miniOuter {
	float: left;
	width: 100%;
	background-color: #161f48;
	padding: 20px 30px 20px 30px;
	text-align: left;
	box-sizing: border-box;
	margin-top: 20px;
	border-radius: 5px;
}

.miniOuter h2 {
	color: #cc2930 !important;
}

.miniOuter p {
	color: white !important;
}

.miniOuter p a {
	color: white !important;
	text-decoration: underline;
}

.miniOuter p a:hover {
	color: white !important;
	text-decoration: none;
}

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

.miniOuter img {
	margin-top: 25px;
}


/**/



#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: #000000;
	box-sizing: border-box;
	min-height: 360px;
}

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

#leftBox h2 {
	color: white !important;
}

#leftBox p {
	color: white !important;
}

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

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

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




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

ul.tickList i.far {
	font-size: 170%;
	color: #ffef41
}

ul.tickList li {
	line-height: 37px;
	color: #000000;
	font-weight: bold;
	display: inline-block;
	font-size: 110%;
	margin-right: 20px;
}




/*Tiled Gallery*/

.tiledGallery {
  display: flex;
  flex-wrap: wrap;
  padding: 0;box-sizing: border-box;
}

.tiledGalleryColumn {
  flex: 25%;
  max-width: 25%;
  padding: 0 8px;box-sizing: border-box;
}

.tiledGalleryColumn img {
  /*margin-top: 8px;*/
  vertical-align: middle;
  width: 100%;
	margin: 0 0 0 0;
}

.tiledGalleryColumn p {
 margin: 0 0 8px 0 !important;
 padding: 0 !important;
	text-transform: uppercase;
}



@media screen and (max-width: 800px) {
  .tiledGalleryColumn {
    flex: 50%;
    max-width: 50%;
  }
}



/*											Member Boxes									*/


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


/*Gold #ffef41
Black #000000
#ffef41
*/


.memberBox {
	float: left;
	width: 32.4%;	
	margin-right: 1.3%;
	margin-bottom: 2%;
	text-align: center;
	background-color: #000000;
	box-sizing: border-box;
	padding: 2%;
	border: 5px solid #ffef41;
	border-radius: 5px;
	flex: 1;
}

/*.memberBox.secondMemberBox {
	border: 5px solid #459ec2;
}

.memberBox.thirdMemberBox {
	border: 5px solid #469536;
	float: right;
	margin-right: 0;
}
*/

.memberBox.thirdMemberBox {
	float: right;
}


#membershipBoxes .memberBox h2 {
	color: #ffef41 !important;
	font-size: 140%;
	text-transform: uppercase;
	padding:0;
	margin: 0;
} 


#membershipBoxes .memberBox h3 {
	font-size: 150%;
	text-transform: uppercase;
	padding:0;
	margin: 10px 0 20px 0;
	color: #333333;
	line-height: 30px;
} 

#membershipBoxes .memberBox h3 span {
	color: white;
	padding: 5px 10px 5px 10px;
	margin: 0 0 10px 0;
	border-radius: 5px;
	display: inline-block;
} 

/*#membershipBoxes .memberBox.secondMemberBox h2 {
	color: #459ec2 !important;
} 
 
#membershipBoxes .memberBox.thirdMemberBox h2 {
	color: #469536 !important;
} 

#membershipBoxes .memberBox.secondMemberBox h3 span {
	background-color: #459ec2;
} 

#membershipBoxes .memberBox.thirdMemberBox h3 span {
	background-color: #469536;
} 
*/

#membershipBoxes .memberBox p {
	color: white;
	font-size: 100%;
	padding: 0;
	margin: 0 0 15px 0;
	line-height: 24px;
}

#membershipBoxes .memberBox p b {
	color: #35617c;
}


#membershipBoxes .memberBox li {
	list-style-type: none; 
	font-size: 100%;
	line-height: 26px;
	margin-bottom: 5px;
	color: white;
}

#membershipBoxes .memberBox li b {
	color:white;
}


#membershipBoxes .memberBox li i {
	font-size: 80%;
}

#membershipBoxes .memberBox li i.fas {
	font-size: 120%;
	color: #61d1f6;
}

#membershipBoxes .memberBox ul {
	padding: 10px;
	margin: 10px 0 20px 0;
	border-radius: 5px;
}




#bannerOuter {
	float: left;
	width: 100%;
	height: 90vh;
	background: url("images/wholesale-tyres-essex.jpg") no-repeat center center fixed; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
    background-size: cover;
	background-attachment: scroll;
}				 
					 
	

#bannerText {
	float: left;
	width: 100%;
	height: 90vh;
    position: relative;
}

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

#bannerSlogan h2 {
	color: white !important;
	font-size: 220% !important;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: 800;
	font-family: 'Racing Sans One', cursive;
}

#bannerSlogan p {
	color: white;
	font-size: 110% !important;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
}

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

#bannerSlogan p a:hover {
	text-decoration: none;
	color: #ff001c;
}









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

nav {
	float: left;
	width: 100%;
}	
					 
				 
					 
#topBar {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
	padding-top: 0;
}				
					 
#reviews {
	float: left;
	margin: 120px 0 0 100px;
}					 

header {
	width: 100%;	
}
					 					 
		
/*nav li a {
	font-size: 100%;
	margin: 0 0 0 8px;
}		
					 
nav li a.book {
	margin: 0 0 0 10px;
	padding: 8px 10px 8px 10px;
}	*/				 
					 
footer {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}

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

#aboutInner {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}
					 
#timetableInner {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}
					 
#slides {
  width: 100%;
}

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

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

#icons {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}

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



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


 nav li a {
	font-size: 100%;
	padding: 0 10px 0 10px;
}

}



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

					 
					 
header {
	width: 100%;	
	box-sizing: border-box;
}
	
#headerBackground {
	padding-bottom: 0;
}

nav ul.mainNav {
	display: none;
}	

#leftNav {
	display: none;
}

#rightNav {
	display: none;
}
	
nav {
	float: left;
	width: 100%;
	margin: 0;	
	padding: 0;
	text-align: center !important;
}	

#navBackground {
	padding: 0px 0 3px 0;	
	display: block;
}					 
					 
#accordionSection {
	display: block;
}

#logo {
	float: left;
	width: 100%;
	margin: 15px 0 0 0;
}
	
#logo img { 
	float: none;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	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 0 20px 0;
}

#contactHeader ul {
	float: left;
	width: 100%;
}
					 
#contactHeader li {
	float: left;
	width: 100%;
	text-align: center;
} 				
					 
#contactHeader h2 {
	text-align: center;
} 
#mainBody {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}

#mainBodyOuter {
	margin-top: 0;
}

footer {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}


#copyright {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}
					 
#contactFormInner {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}					 
		 
#latestProjectsInner {
 width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}
	
#contactInner {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}
					 
#contactOuter {
	text-align: center !important;
	padding: 10px 0 10px 0;
}	
	

.contactBox {
	float: left;
	width: 100%;	
	box-sizing: border-box;
	border: none;
	padding: 20px 0 20px 0 !important;
}

.contactBox.lastContactBox {
	float: left;
	width: 100%;	
	padding: 10px 0 10px 0;
	border-right: 0;
	border-bottom: none;
	padding-bottom: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%;
}
		
					 
#topMainWrapper {
	height: 600px;
}
					 
#topMainWrapperInner {
	width: 60%;
}
					 					 
					 
#membershipBoxes {
	display: block;
}						 

}




 /* 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%;
}


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

#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;
}
					 
#copyLeft {
	float: left;	
	width: 100%;
	text-align: center;
}					 
	
#copyRight {
	float: left;	
	width: 100%;
	text-align: center;
}	

#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;
}					 
					 
	#topBar p {
	font-size: 90%;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

#topBar ul {
	float: left;
	width: 100%;
	text-align: center;
}

#topBar li {
	float: none;
	text-align: center;
}
	
/*  News Box*/

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


					 
					 
					 
				 

/*#bannerSlogan {
	display: none;
}*/	
					 
#bannerSlogan {
	width: 100%;
	padding: 1%;
	box-sizing: border-box;
	top: 210px;
}	
					 
#bannerOuter {
	height: 450px;
}
	
#bannerSlogan h2 {
	font-size: 170% !important;
}					 
					 
#bannerSlogan p {
	font-size: 100% !important;
}					 


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


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

.contactFormRight {
	float: left;
	width: 100%;	
}	
					 
					 
.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;
}
					 
					 
.memberBox {
	float: left;
	width: 100%;	
	margin-bottom: 30px;
	flex: none;
	margin-right: 0;
}


.memberBox.secondMemberBox {
	float: left;
	width: 100%;
	margin-bottom: 30px;
} 	
					 
.memberBox.thirdMemberBox {
	float: left;
	width: 100%;
	margin-bottom: 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;
}
	

}


/* 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;

}
					 
	
/*#bannerSloganInner {
	padding: 10px;			
}
					 
#bannerSlogan p {
	font-size: 110%;			
}
	
#bannerSlogan p span {
	font-size: 80%;			
}
					 
	*/				 

.priceBox {
	width: 100%;
}
					 


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

.priceBox.priceBoxThree p {
	color: #000000  !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: #000000;
}

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


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

#bannerSlogan {
	top: 190px;
}	
						 
					 
#bannerOuter {
	height: 400px;
}
	
					 
#topMainWrapper {
	height: 350px;
}
					 
#topMainWrapperInner {
	width: 70%;
}
						 
#topMainWrapperSlogan h2 {
	font-size: 130% !important;
}					 
					 
#topMainWrapperSlogan p {
	font-size: 90% !important;
}	
					 
					 
					 					 
					 
.homeBox {
	float: left;
	width: 100%;	
	margin: 0 0 20px 0;
	box-sizing: border-box;
}
					 					 
.homeBox img {
	max-width: 60%;
}					 
					 			 

.homeBox.lastHomeBox {
	float: left;
	width: 100%;	
	margin: 0 0 0 0;
	box-sizing: border-box;
} 
				 
#logo img {
	max-width: 80%;
}	
				 
					 
}







/* 480*/
@media only screen 
and (max-width : 480px) 
				 {
	
#topBar li {
	font-size: 90%;
	display: block;
}	
					 
#topBar p {
	font-size: 90%;
}					 
					 

	
.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 0 10px 0;
}					 
					 
					 
#contactHeader li i.fa-mobile-alt {
	margin-left: 5px;
}


#contactHeader p a {
	font-size: 90%;
}					 
.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;
}
					 
#servicesPage #bannerOuter {
	height: 225px;
}
					 
					 
.contactBox.contactSecondBox {
	float: left;
	width: 100%;	
} 

.contactBox.lastContactBox {
	float: left;
	width: 100%;	
} 	
					 
				 
#footerBackground {
	text-align: center !important;
}	
	
#copyRight {
	width: 100%;	
}
					 
					 
#treeText h4 {
	font-size: 180%;
}

#treeText p {
	font-size: 300%;
}
						 
#bannerOuter {
	height: 250px;
}	
	
#bannerSlogan {
	top: 150px;
}	
						 
#bannerSlogan h2 {
	font-size: 150% !important;
}					 
					 
#bannerSlogan p {
	font-size: 90% !important;
}					 
					 
					 
	
ul.tickList i.far {
	font-size: 150%;
}

ul.tickList li {
	font-size: 100%;
}
	
					 
#topMainWrapper {
	height: 300px;
}
					 
#topMainWrapperInner {
	width: 90%;
	padding: 5px;
}
						 
#topMainWrapperSlogan h2 {
	font-size: 120% !important;
}					 
					 
#topMainWrapperSlogan p {
	font-size: 80% !important;
	line-height: 20px !important;
}						 
	
					 
h1 {
	font-size: 150%;

}
					 
					 
					 
					 
					 
}
				
	



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

.iris h1 {
	display: none !important;
}


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

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

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

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

.iris .iris-row button:hover {
    background-color: #ffef41 !important;
	color: black  !important;
	cursor: pointer;
}

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

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


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


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


.iris .iris-row textarea {
	color: #000000 ;	
	float: left;
	width: 100%;
	height: 340px;
	background-color: white;
	font-size: 80%;
	border: 1px solid #000000;
	margin-top: 10px;
	border-radius: 5px;
	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 white
	padding: 7px;
	font-size: 95% !important;
	color: #000000 !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: #000000  !important;
	border: #000000  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;
}


i.fas.fa-star {
	color: yellow !important;
}

