/* CSS Document */

/*


Dark Blue #1c1613
Light Blue #1c1613



Grey #797475
Black #1c1613
Yellow #ffec32

-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);

font-family: 'Montserrat', sans-serif;

*/

body {
	background: white;
	margin: 0 auto;
	-webkit-text-size-adjust: none;
	font-family: "Montserrat", sans-serif;
	border-top: 7px solid #ffec32;
}

a img {
	border: none;	
}

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

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


/*Top Bar*/


#topBarBackground {
	float: left;
	width: 100%;
	background-color: #202123;
	padding: 4px 0 4px 0;
}

#topBar {
	margin: 0 auto;
	width: 1400px;	
}
#topBar p .fa-star {
	color: yellow;
} 

#topBar p {
	float: left;
	color: white;
	font-size: 75%;
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight: bold;
}

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

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

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

#topBar li {
	color: white;
	font-size: 90%;
	display: inline;
	margin-left: 10px;
	font-weight: normal;
}

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

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

#topBar i.fas {
	color: white;
}


/*Header*/

#headerBackground {
	float: left;
	width: 100%;	
	background-color: #797475;
}

header {
	margin: 0 auto;
	width: 1400px;	
}

#logo { 
	float: left;
	width: 33%;
	margin: 0 0 10px 0;
}

#logo img { 
	max-width: 100%;
	height: auto;
	float: left;
}

#logo img.mobileLogo { 
	display: none;
}

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

#nic {
	float: left;
	width: 33%;
	margin-top: 27px;
}

#nic img { 
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
	background-color: white;
	border-radius: 5px;
	padding: 5px;
}


/*Contact Area*/

#contactHeader {
	float: right;
	width: 33%;
	margin-top: 47px;
	text-align: right;
}

#contactHeader p {
	float: left;
	margin: 0;
	padding: 0;
}

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

#contactHeader li {
	color: #ffffff;
	line-height: 25px;
	margin: 0 0 0 10px;
	padding: 0;
	font-size: 110%;
	font-weight: bold;
	display: inline-block;
}

#contactHeader li i.fa-brands {
	color: #ffec32; 
	font-size: 100%;
}

#contactHeader li i.fa-solid {
	color: #ffec32; 
	font-size: 100%;
}

#contactHeader li a {
	color: #ffffff;
	text-decoration: none;
}

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

#contactHeader li.emailHeader {
	margin: 0;
	padding: 0;
	font-size: 120%;
	letter-spacing: 1.5px;
}






/*										Nav								*/

#navBackground {
	float: left;
	width: 100%;
	background-color: #ffffff;
	padding: 10px 0 8px 0;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(7, 7, 7, 0.25);
	-moz-box-shadow:    2px 2px 3px 0px rgba(7, 7, 7, 0.25);
	box-shadow:         2px 2px 3px 0px rgba(7, 7, 7, 0.25);
	border-bottom: 1px solid #797475;
}

nav {
	margin: 0 auto;
	width: 1400px;
	text-align: left;
}

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

nav li {
	display: inline;
	color: #1c1613;
	margin: 0;
	padding: 0;
	position: relative;
}

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

nav li.socialNav a {
	float: right;
	font-size: 160%;
	margin: 0 0 0 10px;
	margin-top: -5px;
	padding: 0;
}

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

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








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

nav ul.dropdown ul { 
	visibility: hidden; 
	position: absolute; 
	top: -7px; 
	left: 0; 
	text-align: left;
	background-color: #797475;
	min-width: 290px;
	padding: 15px 0 15px 15px;
	margin: 0;
	z-index: 1000;
	-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-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: 0 0 5px 0;
	margin-right: 0;
	color: white;
	line-height: 20px;
	font-size: 90% !important;
}


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

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

nav ul.dropdown ul li a.active {
	color: #1c1613;
	text-decoration: none;
	border: none;
	border-radius: 0;
}

/*Mobile Menu*/

#accordionSection {
	float: left;
	display: none;
	text-align: left;
}

.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: #1c1613;
	cursor: pointer;
}
.accordionContent {
	float: left;
}

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

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

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

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

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


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

#accordionSection .accordionContent li a.book:hover {
	border: 1px solid white;
}

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

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

/*										Copyright							*/

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

footer {
	width: 1400px;
	margin: 0 auto;
	padding: 6px 0 3px 0;
}

footer p {
	color: white;
	font-size: 70%;
	line-height: 23px;
	margin: 0 0 3px 0;
	text-transform: uppercase;
}

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: #797475;
	padding: 40px 0 40px 0;
	text-align: left;
}

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

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

.contactBox.lastContactBox {
	float: right;
	width: 10%;
}

#contactInner h2 {
	color: #ffec32;
	font-size: 100% !important;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: 700;
}

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

#contactInner p b {
	color: white; 
}

#contactInner p span {
	font-size: 80%;
}

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

#contactInner p a:hover {
	color: #1c1613;
	text-decoration: none;
}

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

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

#contactInner i.fa-whatsapp {
	color: #ffec32; 
	font-size: 120%;
	margin-right: 3px;
}



#contactInner i.fa-instagram {
	color: #ffffff !important; 
	font-size: 200%;
	margin-right: 5px;
	text-decoration: none;
}

#contactInner i.fa-instagram:hover {
	color: #ffec32 !important; 
	text-decoration: none;
}

#contactInner i.fa-square-facebook {
	color: #ffffff !important; 
	font-size: 200%;
	margin-right: 5px;
	text-decoration: none;
}

#contactInner i.fa-square-facebook:hover {
	color: #ffec32 !important; 
	text-decoration: none;
}


#contactInner a {
	color: white; 
}

#contactInner a:hover {
	color: #1c1613; 
}

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

#contactInner li {
	color: white; 
	line-height: 30px;
	font-size: 95%;
	font-weight: 300;
}
#contactInner li a {
	color: white; 
	text-decoration: none;
}

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

.contactBox.lastContactBox img {
	border-radius: 5px;
	background-color: #ffffff;
	padding: 5px;
}


/*										Banner								*/


/*#bannerOuter {
	float: left;
	width: 100%;
	background: url("images/vision-opticians-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;
}

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



#bannerOuter {
 overflow: hidden;
 width: 100%;
 position: relative;
}
 
#bannerOuter .slide {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-size: cover;
 background-position: center;
 animation: slider 12s infinite;
}

/*#bannerOuter .slide:nth-child(1) {
   background-image: url("images/banner/vision-academy-opticians-london.jpg");
   animation-delay: 0s;
}

#bannerOuter .slide:nth-child(2) {
   background-image: url("images/banner/vision-academy-opticians-london2.jpg");
	animation-delay: -6s;
}*/

#bannerOuter .slide:nth-child(1) {
   background-image: url("images/banner/vision-academy-opticians-london3.jpg");
   animation-delay: 0s;
}

#bannerOuter .slide:nth-child(2) {
   background-image: url("images/banner/vision-academy-opticians-london4.jpg");
	animation-delay: -6s;
}



@keyframes slider {
 0%, 42%, 100% {
   transform: translateX(0);
   animation-timing-function: ease;
 }
 50% {
   transform: translateX(-100%);
   animation-timing-function: step-end;
 }
 92% {
   transform: translateX(100%);
   animation-timing-function: ease;
 }
}

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




#bannerSlogan {
	position: absolute;
	text-align: left;
	z-index: 20;
	top: 50%;
	width: 100%;/*
	margin-right: 10px;*/
	box-sizing: border-box;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);	
	padding: 20px;
}

#bannerSlogan h2 {
	color: white !important;
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-shadow: 5px 5px 30px #1c1613;
}

#bannerSlogan p {
	margin: 5px 0 10px 0;
	padding: 0;
	line-height: 23px;
	color: white !important;
	text-shadow: 5px 5px 30px #1c1613;
}

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

#bannerSlogan ul li {
	display: block;
	color: white;
	font-weight: bold;
	font-size: 100%;
	text-shadow: 5px 5px 30px #1c1613;
	margin-bottom: 5px;
}


#bannerSlogan ul li i.fa-solid {
	color: white;
	font-size: 110%;
	text-shadow: 0px 0px 0px #1c1613;
}



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

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




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

#home #bannerOuterSub {
	background: url("images/landlord-eicr-ilksley-yorkshire.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

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

#rewire #bannerOuterSub {
	background: url("images/house-rewire-full-partial-ilkley.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#fuse #bannerOuterSub {
	background: url("images/fuse-box-upgrades-ilkley.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#ev #bannerOuterSub {
	background: url("images/ev-charger-installation-ilkley.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#elec #bannerOuterSub {
	background: url("images/general-electrician-ilksley.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#emerg #bannerOuterSub {
	background: url("images/electrician-emergencies-ilkley.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#cctv #bannerOuterSub {
	background: url("images/alarm-cctv-installation-ilkley.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/business-electrical-contractors-ilkley.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#industrial #bannerOuterSub {
	background: url("images/industrial-electrical-contractors-ilkley.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 #bannerOuterSub {
	background: url("images/cockerham-electrical-contractors.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;
}

#bannerInnerSub h1 {
	color: white !important;
}






#mobileText {
	float: left;
	 width: 100%;
	background-color: #202123;
	padding: 7px 10px 20px 10px;
	box-sizing: border-box;
	display: none;
}

#mobileText h2 {
	color: white !important;
	font-size: 120% !important;
	margin-bottom: 3px !important;
}

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

#mobileText p {
	margin: 0 !important;
}

#mobileText li {
	color: white !important;
	font-size: 90% !important;
}

/*										Main Body						*/


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

#mainBodyOuter {
	float: left;
	width: 100%;
	padding-bottom: 40px;
	padding-top: 20px;
}

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

/*#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: 120%;
	color: #1c1613;
	font-weight: 900;
	text-transform: uppercase;
}

#home h1 {
	margin-bottom: 0;
}

h2 {
	color: #1c1613;
	font-size: 120%;
	text-transform: uppercase;
	font-weight: 900;
}

h3 {
	color: #1c1613;
	font-size: 100%;
	text-transform: uppercase;
	margin-top: 3px;
}

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

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

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

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

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

p b {
	color: #1c1613;
	font-weight: bold;
}	

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

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

li {
	font-size: 90%;
	line-height: 28px;
	color: #1c1613;
}

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

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

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


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

img.leftImage {
	float: left;
	margin: 0 20px 10px 0;
	max-width: 100%;
	height: auto;
	border: 5px solid #ffffff;
	-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-radius: 30px !important;
}

img.rightImage {
	float: right;
	margin: 0 0 10px 30px;
	max-width: 100%;
	height: auto;
	border: 5px solid #ffffff;
	-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-radius: 30px !important;
}	

img.rightImageShadow {
	float: right;
	margin: 10px 0 10px 30px;
	max-width: 100%;
	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);
	border: 5px solid white;
	box-sizing: border-box;
}


#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: 5px 12px 5px 12px;
	background-color: white;
	text-align: center;
	text-decoration: none !important;
	 background: linear-gradient(to left, #797475 50%, #ffec32 50%) right;
    background-size: 200%;
    transition: .4s ease-out;
	display: inline-block;
	border-radius: 5px;
	font-weight: bold;
	text-transform: uppercase;
}

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

#homeIntroImage {
	float: left;
	width: 35%;
}

#homeIntroText {
	float: right;
	width: 65%;
}

#homeIntroText h1 {
	margin-top: 80px;
}



.locationLeft {
	float: left;
	width: 49%;
	box-sizing: border-box;
}

.locationLeft iframe {
	border-radius: 30px;
}

.locationRight {
	float: right;
	width: 49%;
	box-sizing: border-box;
	background-color: white;
	border-radius: 30px;
	padding: 50px;
	margin-top: 70px;
}

.locationRight p {
	font-size: 110% !important;
}

.locationRight p a {
	margin-right: 10px !important;
}








.locationRightTwo {
	float: right;
	width: 49%;
	box-sizing: border-box;
}

.locationRightTwo iframe {
	border-radius: 30px;
}

.locationLeftTwo {
	float: left;
	width: 49%;
	box-sizing: border-box;
	background-color: white;
	border-radius: 30px;
	padding: 50px;
	margin-top: 70px;
}

.locationLeftTwo p {
	font-size: 110% !important;
}

.locationLeftTwo p a {
	margin-right: 10px !important;
}

/*Servcies Grey*/

.servicesGreyOuter {
	float: left;
	width: 100%;
	background-color: #efefef;
	padding-bottom: 40px;
	padding-top: 40px;
}


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


.servicesGreyInner h1 {
	font-size: 150%;
	color: #1c1613;
	margin-bottom: 0;
}

.servicesGreyInner h2 {
	color: #1c1613;
	font-size: 150%;
}

.servicesGreyInner h3 {
	color: #1c1613;
	font-size: 150%;
}

.servicesGreyInner p {
	font-size: 100%;
	line-height: 28px;
	color: #1c1613;
}

.servicesGreyInner p b {
	color: #1c1613;
	font-weight: bold;
}	

.servicesGreyInner p a {
	color: #1c1613;
	text-decoration: underline;
}

.servicesGreyInner p a:hover {
	color: #1c1613;
	text-decoration: none;
}

.servicesGreyInner li {
	font-size: 100%;
	line-height: 28px;
	color: #1c1613;
}

.servicesGreyInner li b {
	font-weight: bold;
	color: #1c1613;
}

.servicesGreyInner li a {
	color: #1c1613;
	text-decoration: underline;
}

.servicesGreyInner li a:hover {
	color: #1c1613;
	text-decoration: none;
}


/*Servcies White*/

.servicesWhiteOuter {
	float: left;
	width: 100%;
	background-color: white;
	padding-bottom: 40px;
	padding-top: 40px;
}


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


.servicesWhiteInner h1 {
	font-size: 150%;
	color: #1c1613;
	margin-bottom: 0;
}

.servicesWhiteInner h2 {
	color: #1c1613;
	font-size: 150%;
}

.servicesWhiteInner h3 {
	color: #1c1613;
	font-size: 150%;
}

.servicesWhiteInner p {
	font-size: 100%;
	line-height: 28px;
	color: #1c1613;
}

.servicesWhiteInner p b {
	color: #1c1613;
	font-weight: bold;
}	

.servicesWhiteInner p a {
	color: #1c1613;
	text-decoration: underline;
}

.servicesWhiteInner p a:hover {
	color: #1c1613;
	text-decoration: none;
}

.servicesWhiteInner li {
	font-size: 100%;
	line-height: 28px;
	color: #1c1613;
}

.servicesWhiteInner li b {
	font-weight: bold;
	color: #1c1613;
}

.servicesWhiteInner li a {
	color: #1c1613;
	text-decoration: underline;
}

.servicesWhiteInner li a:hover {
	color: #1c1613;
	text-decoration: none;
}



/*Servcies Blue*/

.servicesBlueOuter {
	float: left;
	width: 100%;
	background: url("images/background.jpg") repeat;
	padding-bottom: 40px;
	padding-top: 40px;
}


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


.servicesBlueInner h1 {
	font-size: 150%;
	color: white;
	margin-bottom: 0;
}

.servicesBlueInner h2 {
	color: white;
	font-size: 150%;
}

.servicesBlueInner h3 {
	color: white;
	font-size: 150%;
}

.servicesBlueInner p {
	font-size: 100%;
	line-height: 28px;
	color: white;
}

.servicesBlueInner p b {
	color: white;
	font-weight: bold;
}	

.servicesBlueInner p a {
	color: white;
	text-decoration: underline;
}

.servicesBlueInner p a:hover {
	color: white;
	text-decoration: none;
}

.servicesBlueInner li {
	font-size: 100%;
	line-height: 28px;
	color:  white;
}

.servicesBlueInner li b {
	font-weight: bold;
	color:  white;
}

.servicesBlueInner li a {
	color:  white;
	text-decoration: underline;
}

.servicesBlueInner li a:hover {
	color: white;
	text-decoration: none;
}


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

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

.aboutAreaLeft iframe {
	border: 3px solid #1c1613;  
	-webkit-box-shadow: 2px 2px 3px 0px rgba(7, 7, 7, 0.25);
	-moz-box-shadow:    2px 2px 3px 0px rgba(7, 7, 7, 0.25);
	box-shadow:         2px 2px 3px 0px rgba(7, 7, 7, 0.25);
}

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

.aboutAreaRight img {
	border: 3px solid #1c1613;  
	-webkit-box-shadow: 2px 2px 3px 0px rgba(7, 7, 7, 0.25);
	-moz-box-shadow:    2px 2px 3px 0px rgba(7, 7, 7, 0.25);
	box-shadow:         2px 2px 3px 0px rgba(7, 7, 7, 0.25);
}

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

#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: 100px;
	height: 40px;
	font-size: 100%;
	background-color: #1c1613;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
	text-transform: uppercase;
	border-radius: 5px;
}

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

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

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

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


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

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

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

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

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




/*Iris form*/



.iris {
	width: 100% !important;
	border: none !important;
	font-family: 'Montserrat', sans-serif !important;
	color: #1c1613 !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: #1c1613  !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: #1c1613 !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: #1c1613 !important;
	color: white  !important;
	cursor: pointer;
}

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

.iris .iris-row input {
	color: #1c1613 ;
	border: none;
	float: left;
	width: 100% !important;
	height: 40px;
	background-color:white;
	font-size: 80%;
	border: 1px solid #1c1613 !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: #1c1613 ;
	border: none;
	float: left;
	width: 100% !important;
	height: 30px;
	background-color: white;
	font-size: 80%;
	border: 1px solid #1c1613;
	margin-top: 0;
	box-sizing: border-box;
}


.iris .iris-row textarea {
	color: #1c1613;	
	float: left;
	width: 100%;
	height: 250px;
	background-color: white;
	font-size: 80%;
	border: 1px solid #1c1613;
	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: black !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: #1c1613 !important;
	border: #1c1613 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: #1c1613 !important;
	font-size: 130% !important; 
}





/*											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 h2 {
	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: #1c1613;
	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: #1c1613;
	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: #1c1613;
	text-decoration: none !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 30px;
}

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

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





/*Options*/

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

#optionSection h3 {
	padding: 10px 0 10px 10px;
	margin: 0;
	color: #ffffff !important;
	font-size: 90% !important; 
	text-transform: none;
}	

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

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

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

.optionButton.on {
	cursor: pointer;
	background-color: #1c1613;
}

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

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


.optionButton.over {
	cursor: pointer;
	background-color: #1c1613;
}


.optionButton:hover {
	cursor: pointer;
	background-color: #1c1613;
}

.optionButton.on h3 {
	color: #ffffff !important;
}

.optionButton.over h3 {
	color: #ffffff !important;
}


.optionButton:hover h3 {
	color: #ffffff !important;
}

.optionContent {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px 0 10px;
	border-left: 1px dotted white;
	border-right: 1px dotted white;
	border-bottom: 1px dotted white;
	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;	
}

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


/*Standout*/

#standoutBox {
	float: left;
	width: 100%;
	padding: 2%;
	background-color: #1c1613;
	margin: 20px 0 20px 0;
	border-radius: 5px;
	box-sizing: border-box;
	border: 3px solid #1c1613;
}

#standoutBox h2 {
	color: white;
}

#standoutBox p {
	color: white;
}

#standoutBox p b {
	color: white;
}

#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: #1c1613;
    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 #efefef;
	border-radius: 5px;
}

#return-to-top i {
    color: white;
    margin: 0;
    position: relative;
    left: 18px;
    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: #ffec32;
}

#return-to-top:hover i {
    color: #1c1613;
    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: #1c1613 !important;
}

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

#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: #1c1613;
	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*/

#whyUsBox {
	float: right;
	width: 35%;
	margin: 0 0 30px 30px;
	background-color: #797475;
	border-left: 10px solid #ffec32;
	padding: 5px 10px 5px 10px;
	border-radius: 5px;
}

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

#whyUsBox li {
	color: white;
	display: block;
	line-height: 22px;
	margin-bottom: 15px;
}


#whyUsBox li b {
	color: white !important;
	text-transform: uppercase;
}


#whyUsBox li i.far {
	color: #ffec32;
	font-size: 120%;
}




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

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

ul.inlineList li i.far {
	font-size: 150%;
	color: #1c1613;
	margin-right: 5px;
}



/*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: #1c1613;
} 




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

ul.pointersList li i {
	font-size: 150%;
	color: #1c1613;
	margin-right: 5px;
}



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



/*Call Us*/

#callUsOuter {
	background-color: #1c1613;
	padding: 15px 0 15px 0;
	float: left;
	width: 100%;	
	text-align: center;
	border-bottom: 1px solid white;
}

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

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

#callUsInner li {
	display: inline-block;
	color: white;
	font-size: 110%;
	font-weight: bold;
	margin: 0 20px 0 20px;
}

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

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

/*Terms boxes*/

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

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

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

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

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

#extraInner h3 {
	color: white;
	font-size: 150%;
}

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

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

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

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

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

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

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

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

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

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

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










/*Home Service Boxes */

#servBoxes {
	float: left;
	width: 100%;	
	margin-bottom: 30px;
}


.servBox {
	float: left;
	width: 32%;	
	margin-right: 2%;
	margin-bottom: 2%;
	text-align: center;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 20px;
	-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);
}

.servBox.lastServBox {
	float: right;
	margin-right: 0;
}


#servBoxes .servBox img {
	float: left;
	margin-right: 10px;
}

#servBoxes .servBox h2 {
	text-align: left;
	color: #1c1613 !important;
	font-weight: bold;
	font-size: 120%;
	margin: 15px 0 0 0;
} 

#servBoxes .servBox p {
	text-align: left;
	color: #1c1613 !important; 
	font-size: 90%;
} 

#servBoxes .servBox:hover img {
	opacity: .8;
	cursor:pointer;
}

#servBoxes .servBox:hover h2 {
	color: #1c1613 !important;
} 

#servBoxes .servBox h2:hover {
	color: #1c1613 !important;
	cursor:pointer;
} 





/*											Home Boxes									*/


#homeBoxesOuter {
	float: left;
	width: 100%;
	padding: 30px 0 30px 0;
	background-color: white;
	border-top: 1px solid #797475;
}

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


.homeBox {
	float: left;
	width: 23.75%;
	margin-right: 1.65%;
	box-sizing: border-box;
	margin-bottom: 1.65%;
}

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


#homeBoxes .homeBox h3 {
	color: #797475 !important;
	font-size: 100% !important;
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-align: left;
} 

#homeBoxes .homeBox h3:hover {
	color: #e4c842 !important;
}

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

#homeBoxes .homeBox:hover h3 {
	color: #e4c842 !important;
}


#homeBoxes p {
	color: #000000;
	margin-top: 0 !important;
} 


#homeBoxes p a {
	text-transform: uppercase;
	text-decoration: underline;
	color: #000000;
	font-weight: bold !important;
} 

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

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

#homeBoxes .homeBox:hover img {
	opacity: .8;
}

.homeBox:hover img {
	height: auto;
	cursor: pointer;
}





/*Commercial Electricians*/

.leftBox {
	float: left;
	width: 48%;
	padding: 20px;
	box-sizing: border-box;
}

.rightBox {
	float: right;
	width: 48%;
	padding: 20px;
	box-sizing: border-box;
}




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

.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: #1c1613 !important;
}

.slicknav_btn:hover .slicknav_menutxt {
	color: #797475 !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-color: #ffffff;
  padding: 0 5px 0 5px; 
}

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

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

.slicknav_menu .slicknav_icon-bar {
    background-color: white; 
}

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

.slicknav_nav {
  color: #1c1613 !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; 
}

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

.slicknav_nav .slicknav_row:hover {
      color: #797475;
}

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

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

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


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

.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,.60);
	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: 60%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index: 1;
}


#introText h2 {
	color: white;
	font-size: 200%;
	margin-bottom: 0;
}

#introText p {
	color: white;
	font-size: 150%;
	line-height: 40px;
	margin-top: 12px;
}

#introText p.videoSmall {
	color: white;
	font-size: 80% !important;
	line-height: 28px;
	margin: 0 !important;
	padding: 0 !important;
	margin-top: -5px !important;
}


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

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

#introText p.readMore a {
	color: white;
	padding: 10px 12px 10px 12px;
	background-color: #1c1613;
	border-radius: 5px; 
	text-decoration: none !important;
	text-align: center;
	text-transform: uppercase;
	font-size: 100%;
}

#introText p.readMore a:hover {
	background-color: #1c1613;
	color: white;
	text-decoration: none;
}

#introText p.callBack a {
	color: white;
	padding: 8px 10px 8px 10px;
	background-color: #1c1613;
	border-radius: 5px; 
	text-decoration: none !important;
	text-align: center;
	text-transform: uppercase;
	font-size: 90%;
	display: inline-block;
}

#introText p.callBack a:hover {
	background-color: #1c1613;
	color: white;
	text-decoration: none;
}


#introText i.far {
	color: white;
	font-size: 400%;
}

#introText i.far:hover {
	color: #1c1613;
}







/*Wider Boxes*/


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

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

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


.blackOuter {
	float: left;
	width: 100%;
	background-color: #797475;
	padding: 15px 0 20px 0;
	box-sizing: border-box;		
}

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

.blackInner h2 {
	color: white;	
	font-weight: 700;
}

.blackInner ul {
	margin: 0;
	padding: 0;
}

.blackInner li {
	display: inline-block;
	color: white;	
	margin-right: 10px;
	font-size: 110%;
}

.blackInner li a {
	color: white;	
	text-decoration: none;
	font-weight: bold;
}

.blackInner li a:hover {
	color: #ffec32;	
	text-decoration: none;
}


.blackInner p {
	color: white;	
}

.whiteOuter {
	float: left;
	width: 100%;
	background-color: white;
	padding: 40px 0 40px 0;
	box-sizing: border-box;		
}

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

.yellowOuter {
	float: left;
	width: 100%;
	background-color: #ffec32;
	padding: 0;
	box-sizing: border-box;		
}

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

.yellowInner p {
	text-align: center;
	color: #797475;
	font-weight: bold;
	font-size: 110%;
	text-transform: uppercase;
}



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

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

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

.blueOuter p {
	color: white !important;
}

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

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






/*Carousel*/


.container-carousel button {
    border: none;
    cursor: pointer;
    color: white;
    background: none;
    transition: all .3s ease-in-out;
}

.container-carousel button i.fa-sharp {
	color: #1c1613;
	font-size: 250% !important;
}

.container-carousel button i.fa-sharp:hover {
	color: #1c1613;
}

.container-carousel {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}

.carousel-view {
	width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 0;
  transition: all 0.25s ease-in;
}

.carousel-view .item-list {
  max-width: 100%;
  padding: 0;
  display: flex;
  gap: 48px;
  scroll-behavior: smooth;
  transition: all 0.25s ease-in;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  overflow: auto;
  scroll-snap-type: x mandatory;
}




/* Hide scrollbar for Chrome, Safari and Opera */
.item-list::-webkit-scrollbar {
  display: none;
}

.prev-btn {
  cursor: pointer;
}

.next-btn {
  cursor: pointer;
}

.item {
  scroll-snap-align: center;
  min-width: 190px;
  height: 190px;
	padding: 20px;
	box-sizing: border-box;
}





#bannerOuter .ti-widget-container {
	float: left;
}


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

#accredList li {
	display: inline-block;
	width: 16%;
	box-sizing: border-box;
}

#accredList img {
	margin: 0 auto;
	display: block;
	max-width: 80%;
	height: auto;
}


/*Dark Blue #1c1613
Light Blue #1c1613
Orange #1c1613*/



.leftPracticeBox {
	float: left;
	width: 48%;
	padding: 30px;
	box-sizing: border-box;
	border: 3px solid #1c1613;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(7, 7, 7, 0.25);
	-moz-box-shadow:    2px 2px 3px 0px rgba(7, 7, 7, 0.25);
	box-shadow:         2px 2px 3px 0px rgba(7, 7, 7, 0.25);
	border-radius: 30px;
}

.rightPracticeBox {
	float: right;
	width: 48%;
	padding: 30px;
	box-sizing: border-box;
	border: 3px solid #1c1613;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(7, 7, 7, 0.25);
	-moz-box-shadow:    2px 2px 3px 0px rgba(7, 7, 7, 0.25);
	box-shadow:         2px 2px 3px 0px rgba(7, 7, 7, 0.25);
	border-radius: 30px;
}





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

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

.imageRight {
	float: right;
	width: 50%;
	height: 550px;
	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;
}


img.mobileImage {
	display: none;
}
	


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

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




/*Residential*/

#whyTest .imageRight {
	background: url("images/eye-exam-newham-london-new.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#youngEyes .imageLeft {
	float: left;
	width: 50%;
	height: 550px;
	background: url("images/children-eye-exam-newham-london-new.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#pediatricTest .imageRight {
	background: url("images/pediatric-optometrist-newham-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;
}

#testSigns .imageLeft {
	float: left;
	width: 50%;
	height: 550px;
	background: url("images/child-eye-care-newham-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;
}


#funTest .imageRight {
	background: url("images/child-eye-test-newham-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;
}






#contactLensWide .imageRight {
	background: url("images/contact-lens-checkup-newham-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;
}








#helpMecs .imageRight {
	background: url("images/minor-eye-conditions-newham-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;
}

#whyMecs .imageLeft {
	float: left;
	width: 50%;
	height: 550px;
	background: url("images/minor-eye-conditions-newham-london2.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#whoMecs .imageRight {
	background: url("images/minor-eye-conditions-newham-london3.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}




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

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

header {
	width: 100%;	
	padding-left: 1%;
	padding-right: 1%;
	box-sizing: border-box;
}
					 
nav {
	width: 100%;	
	padding-left: 1%;
	padding-right: 1%;
	box-sizing: border-box;
}
					 

#announceInner {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}
				 
					 
nav li a {
	margin: 0 30px 0 0;
}		
				 
footer {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}

#bannerInner {
	width: 100%;	
}
#innerBannerInner {
	width: 100%;	
}
					 
#mainBody {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}
					 
#homeBoxes {
	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;
}
					 
.blackInner {
	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;
}	
					 
.yellowInner {
	width: 100%;	
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}						 
					 
.blueInner {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}					 
					 
					 
.servicesGreyInner {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}
					 
.servicesWhiteInner {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}				 

.servicesBlueInner {
	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-left: 10px;
	padding-right: 10px;
	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-right: 1%;
	padding-left: 1%;
	box-sizing: border-box;
}						 
					 
					 
#homeInfoInner {
  width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}
	
					 
#extraInner {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}					 
	
#bannerInnerSub {
	width: 100%;	
}					 
				 
}



/* 1280*/
@media only screen 
and (max-width : 1280px) 
				 {
					 
#homeIntroImage {
	width: 45%;
}

#homeIntroText {
	width: 55%;
}

#homeIntroText h1 {
	margin-top: 30px;
}

}
					 



/* 1050*/
@media only screen 
and (max-width : 1050px) 
				 {
	
					 
				 
#navBackground {
	padding: 0;
}						 
					 
nav ul.mainNav {
	display: none;
}	
					 
.slicknav_menu {
  display: block;
}
	
					 
#mobileMenuBase {
	display: block;
}
					 
					 
						 
}





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

					
	
					 
					 
#logo {
	float: left;
	width: 100%;
	margin: 0 0 5px 0;
}
					 
#logo img { 
	float: none;
	max-width: 80%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
					 
#logo img.mobileLogo { 
	display: block;
}		
					 
#logo img.desktopLogo { 
	display: none;
}					 
		
#nic {
	display: none;
}
				 
					 
#contactHeader {
	margin: 0 0 10px 0;
	float: left;
	width: 100%;
}
					 
#contactHeader p {
	text-align: center;
	width: 100%;
}

#contactHeader p a {
	padding: 10px;
	font-size: 110%;
	text-align: center;
}	

#contactHeader ul {
	float: left;
	width: 100%;
	text-align: center;
	margin: 5px 0 0 0;
}
				 
#contactHeader li {
	margin: 0 5px 0 5px;
	font-size: 100%;
}					 
	
#contactHeader li.emailHeader {
	font-size: 100%;
	margin: 0 5px 0 5px;
	letter-spacing: normal;
}
					
					 
#reviews {
	float: left;
	width: 100%;
	margin: 10px 0 30px 0;
	text-align: center;
}
					 
#headerLogos {
	display: none;
}	
			
					 

#mainBody {
	width: 95%;	
	padding: 1%;
}

#mainBodyOuter {
	margin-top: 0;
}

footer {
	width: 95%;	
	padding: 1%;
}


#copyright {
	width: 95%;	
	padding: 1%;
}
					 
#contactFormInner {
	width: 95%;	
	padding: 1%;
}					 
		 
#latestProjectsInner {
  width: 95%;	
	padding: 1%;
}
	

#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;
}		
					 
#introText {
	float: left;
	position: static !important;
	width: 100%;
	transform: none;
	margin-top: 23%;
}
					 
					 
.contactBox {
	width: 100%;
}

.contactBox.lastContactBox {
	float: left;
	width: 100%;
} 				 

#bannerInner {
	height: 450px;
}		 
					 
#bannerInnerSub {	
	height: 300px;
}	
					 
.homeBox {
	float: left;
	width: 47%;	
	box-sizing: border-box;
	margin-bottom: 20px;
}

.homeBox.lastHomeBox {
	float: left;
	width: 47%;	
	box-sizing: border-box;
} 					 
					 
					 
}


 /* 860*/
@media only screen 
and (max-width : 860px) 
				 {
	
					 
.servBox {
	float: left;
	width: 100%;	
	margin: 0 0 20px 0;
	box-sizing: border-box;
}

.servBox.lastServBox {
	float: left;
	width: 100%;	
	margin: 0 0 20px 0;
	box-sizing: border-box;
} 
						 
			 

#bannerLeft {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	text-align: center;
}
					 
#bannerRight {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
}		
					 
	
#accredList li {
	width: 32%;
}
	
					 
#homeIntroImage {
	float: left;
	width: 100%;
}
					 				 					 

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

#homeIntroText h1 {
	margin-top: 10px;
}					 
	
					 
.locationLeft {
	float: left;
	width: 100%;
	box-sizing: border-box;
}

.locationLeft iframe {
	border-radius: 30px;
}

.locationRight {
	float: right;
	width: 100%;
	box-sizing: border-box;
	background-color: white;
	border-radius: 30px;
	padding: 30px;
	margin-top: 0;
}
		
					 
					 
					 
.locationRightTwo {
	float: left;
	width: 100%;
	box-sizing: border-box;
	margin-top: 10px;
}

.locationRightTwo iframe {
	border-radius: 30px;
}

.locationLeftTwo {
	float: right;
	width: 100%;
	box-sizing: border-box;
	background-color: white;
	border-radius: 30px;
	padding: 30px;
	margin-top: 0;
}
	
					 

.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.mobileImage {
	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;
}						 
									 
					 
					 
					 
}





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

#mainBody {
	width: 95%;	
	padding: 1%;
}

#copyright {
	width: 95%;	
	padding: 1%;
}
	
#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%;
}


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

img.rightImage {
	float: none;
	clear: both;
	margin-left: 0;
}
	
img.leftImage {
	float: none;
	clear: both;
	margin-right: 0;
}
						 
					 
img.rightImageShadow {
	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;
}
	
#copyRight {
	float: left;	
}	

#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 {
	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: #1c1613;
}
					 

				 

#bannerInner {
	height: 450px;
}		 

#bannerSlogan h1 {
	font-size: 140% !important;
}

#bannerSlogan ul li {
	font-size: 100%;
}
				 
					 
		
.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;
}					 
						 
			 
						 
/*Myenergi*/


#myenergi {
	padding: 15px;
}

#myenergi img.leftImage {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
}

#myenergi h2 {
	margin-top: 20px;
}					 
					 
					 
					 
.leftBox {
	float: left;
	width: 100%;
}
					 
.rightBox {
	float: left;
	width: 100%;
}
					 
				 
#callUsInner li {
	display: block;
	margin: 10px 0 10px 0;
}	
					 
#callUsInner li.dividerSpace {
	display: none;
}	
					 
.aboutAreaLeft {
	float: left;
	width: 100%;
}

.aboutAreaRight {
	float: left;
	width: 100%;
	margin-top: 30px;
}					 
					 

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







/* 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;
	
}
					 
					 
#bannerCharger {
	height: 225px;
}
					 
#bannerPaxton {
	height: 250px;
}	
					 
#bannerLandlord {
	height: 250px;
}	
			 
				 
					 
#homeWrapper {	
	height: 85vh;
}
					 

video {
	height: 85vh;
}
	
					 
#bannerInner {
	height: 200px;
}
					 

					 
.leftPracticeBox {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

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


.greyOuter {
	padding: 15px 0 15px 0;
}

.blackOuter {
	padding: 10px 0 15px 0;
}

.whiteOuter {
	padding: 15px 0 15px 0;
}	
					 
.yellowInner p {
	font-size: 90%;
	line-height: 20px !important;
}		
					 
#mainBodyHome {
	padding: 15px 0 15px 0;
}

#mainBodyOuter {
	padding: 15px 0 15px 0;
}	
					 
#contactOuter {
	padding: 15px 0 15px 0;
}						
					 
}







/* 480*/
@media only screen 
and (max-width : 480px) 
				 {
	
/*#bannerInner {
	height: 350px;
}	*/
					 
#innerBannerInner {
	height: 200px;
}		
					 
#bannerSlogan h1 {
	font-size: 120% !important;
}

#bannerSlogan ul li {
	font-size: 90%;
	margin-bottom: 0;
}
						 
					 
#topBarBackground {
	padding: 0px 0 4px 0;
}					 
					 
#topBar li {
	display: block;
	font-size: 80%;
	line-height: 20px !important;
}
					 
					 
#topBar li.contactUsName {
	display: none;
}						 
					 
			 
#logo img {
	max-width: 80%;
}	

#contactHeader li {
	margin: 0 3px 0 3px;
	font-size: 90%;
	line-height: 23px !important;
}					 
	
#contactHeader li.emailHeader {
	font-size: 90%;
	margin: 0 3px 0 3px;
}				 

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


.innerBox.lastInnerBox {
	float: left;
	width: 100%;	
	margin: 0;
} 


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


#teachersPage .highlightBoxTwo {
	padding: 20px;
}					 

					 

 #contactHeader li {
	font-size: 90%;
	margin: 0 10px 0 10px;
}	
					 
.teamBox {
	float: left;
	width: 100%;	
	border: none;
	margin-top: 15px;
}


.teamBox.lastTeamBox {
	float: left;
	width: 100%;	
	margin: 15px 0 0 0;
}					 
					 
					 
.circleBox {
	float: left;
	width: 100%;	
	margin-right: 0;
	margin-bottom: 40px;
}
					 
.circleBox img {
	max-width: 40% !important;
}

.circleBox.lastCircleBox {
	float: left;
	margin-right: 0;
}
	
/*#announceInner img {
	float: none;
	clear: both;
	display: block;
	margin-bottom: 3px;
}
	*/				 

					 

					 
footer p {
	font-size: 70%;
}	
					 
/*					 
#introText {
    top: 65%;
}
*/					 
					 
					 
#introText h2 {
	font-size: 160%;
}

#introText p {
	font-size: 140%;
	line-height: 28px;
	margin-top: 5px;
}

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

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

introText p.callBack a {
	padding: 3px 5px 3px 5px;
	font-size: 80%;
}
					 
						 
					 
					 
.homeBox {
	float: left;
	width: 100%;	
	box-sizing: border-box;
}
					 					 
.homeBox.lastHomeBox {
	float: left;
	width: 100%;	
	box-sizing: border-box;
} 					 
							 
					 
					 
					 
}
				
	
			 
/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
	
	

}

