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

/*

Dark Blue #356ca5
Light Blue #97daed
Black #000000

-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: 'Lato', sans-serif;

*/

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

a img {
	border: none;	
}

hr {
	border: none;
	border-top: 1px solid #97daed;	
	margin: 45px 0 40px 0;
}

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


/*Top Bar*/


#topBarBackground {
	float: left;
	width: 100%;
	padding: 3px 0 3px 0;
	background-color: #356ca5;
}

#topBar {
	margin: 0 auto;
	width: 1200px;	
}

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

#topBar li {
	color: white;
	line-height: 28px;
	font-size: 105%;
	display: inline;
	margin-right: 17px;
	padding-top: 3px;
}

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

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

#topBar li i.fab {
	font-size: 130%;
	padding-top: 5px;
	color: white;
	margin: 0 5px 0 5px;
}

#topBar li i.fab:hover {
	color: white;
}

#topBar li i.fas {
	font-size: 130%;
	padding-top: 5px;
	color: white;
}

#topBar p {
	float: left;
	color: white;
	font-size: 95%;
	padding: 7px 0 0 0;
	margin: 0;
}


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

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

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

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

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


/* Top Contact Area*/

#topContact {
	float: right;	
	margin-top: 80px;
}

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

#topContact li {
	display: block;
	text-align: right;
	color: #33302B;
	font-size: 160%;
	line-height: 32px;
}

#topContact li a {
	color: #33302B;
	font-weight: bold;
	text-decoration: none;
	font-size: 80%;
}

#topContact li a:hover {
	color: #33302B;
	text-decoration: underline;
}

/*										Nav								*/


nav {
	float: right;
	padding:  0;
	margin: 67px 0 0 0;
}

nav ul {
	float: right;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

nav li {
	display: inline;
	color: #356ca5;
	font-size: 100%;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

nav li a {
	color: #356ca5;
	text-decoration: none;
	margin: 0 0 0 20px;
	padding: 0 0 10px 0;
}

nav li:first-child a {
	margin: 0 0 0 0;
}

nav li a:hover {
	color: #97daed;
	text-decoration: none;
	border-bottom: 1px solid #97daed;
}

nav li a.active {
	color: #97daed;
	text-decoration: none;
	border-bottom: 1px solid #97daed;
}



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

nav ul.dropdown ul { 
	visibility: hidden; 
	position: absolute; 
	top: -4px; 
	left: 36px; 
	text-align: left;
	background-color: #d7892d;
	border-radius: 5px;
	padding-left: 18px;
	min-width: 225px;
	padding: 10px;
	margin: 0;
	z-index: 1000;
}

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;
	font-size: 90%;
	color: white;
	line-height: 20px;
	text-transform: none;
}


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



/*Mobile Menu*/

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

.accordionButton {
	padding: 0;
}

.accordionButton h4 {
	color: #356ca5;	
	padding: 6px 0 10px 0;
	margin:0;
	font-weight: normal;
}

.accordionButton h4 img {
	float: left;
}

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

.accordionButton:hover h4 span {
	color: white;
	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: 30px;
	color: white;
	float: none;
	text-align: left;
}

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

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

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

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

/*										Copyright							*/

#footerBackground {
	float: left;
	width: 100%;	
	background-color: #000000;
	padding: 5px 0 10px 0;
	font-weight: 100;
}

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

footer p {
	color: white;
	font-size: 80%;
	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: #356ca5;
	padding: 20px 0 20px 0;
	border-bottom: 1px solid white;
}

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

#contactInfo {
	float: left;
}

#contactInner h2 {
	color: #97daed;
	font-size: 120%;
	text-transform: uppercase;
}

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

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

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

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

#contactInner li i.fas {
	font-size: 160%;
	color: #97daed;
}

#contactInner #social {
	float: right;
	margin-top: 20px;
}

#contactInner #social i.fab {
	font-size: 350%;
	color: white;
	text-decoration: none;
}

#contactInner #social i.fab:hover {
	color: #97daed;
	text-decoration: none;
}


/*										Banner								*/

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

#bannerOuter h2 {
	position: absolute;
	text-align: center;
	top: 40%;
	width: 100%;
	font-size: 100%; 
}

#bannerOuter h2 a {
	background-color: #356ca5;
	color: white;
	border-radius: 5px;
	padding: 10px;
	text-decoration: none;
}

#bannerOuter h2 a:hover {
	background-color: #97daed;
	color: white;
	text-decoration: none;
}
/*										Main Body						*/


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

#mainBodyOuter {
	float: left;
	width: 100%;
	min-height: 750px;
	padding-bottom: 40px;
	padding-top: 10px;
	border-top: 1px solid #97daed;
}

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

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

#mainBody h1 {
	font-size: 120%;
	color: #356ca5;
	font-weight: bold;
	text-transform: uppercase;
}

#mainBody h2 {
	color: #356ca5;
	font-size: 120%;
	font-weight: bold;
}

#mainBody h3 {
	color: #33302B;
	font-size: 130%;
	font-weight: bold;
}

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

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

#mainBody p {
	font-size: 100%;
	line-height: 28px;
	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;
}

#mainBody p b {
	color: #356ca5;
	font-weight: bold;
}	

#mainBody p a {
	color: #356ca5;
	text-decoration: underline;
}

#mainBody p a:hover {
	color: #97daed;
	text-decoration: none;
}

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

#mainBody li b {
	font-weight: bold;
	color: #356ca5;
}

#mainBody li a {
	color: #356ca5;
	text-decoration: underline;
}

#mainBody li a:hover {
	color: #97daed;
	text-decoration: none;
}


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

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

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

#mainBody p.findMore a {
	color: white;
	padding: 10px 12px 10px 12px;
	background-color: #356ca5;
	text-decoration: none;
	text-align: center;
	border-radius: 5px;
	font-weight: bold;
}

#mainBody p.findMore a:hover {
	background-color: #97daed;
	color: white;
	text-decoration: none;
}


#mainBody img.homeLogos {
	margin: 15px 0 10px 0;	
}

/*										About Guru ben					*/


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

#aboutInner {
	margin: 0 auto;
	width: 1200px;	
}

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

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

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

#contactFormArea #submit.formButton {
	float: none;
	width: 100px;
	height: 40px;
	font-size: 100%;
	background-color: #356ca5;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
	text-transform: uppercase;
	font-weight: 300;
	border-radius: 0;
}

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

#contactFormArea label {
	font-size: 90%;
	color: #33302B;
}	

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

#contactFormArea textarea {
	color: #33302B;
	float: left;
	width: 100%;
	height: 120px;
	background-color: white;
	font-size: 80%;
	border: 1px solid #33302B;
	margin-top: 10px;
}



/*											Home Boxes									*/

#homeBoxes {
	float: left;
	width: 100%;
	margin: 0;
	padding: 20px 0 15px 0;
	margin-top: -150px;
   position: relative;
   z-index: 150;
	margin-bottom: 25px;
}

.homeBox {
	float: left;
	width: 32%;	
	margin-right: 2%;
	text-align:center;
}

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

#homeBoxes .homeBox img {
	margin: 0;	
}

#homeBoxes .homeBox h2 {
	color: #356ca5;
	font-size: 120%;
	text-align:center;
	padding: 7px 0 7px 0;
	margin: 0;
	border: none;
} 

#homeBoxes .homeBox p {
	font-size: 90%;
	line-height: 26px;
	color: #33302B;
	margin-top:0;
	padding-top: 0;
} 

.homeBox:hover {
	cursor: pointer;
	margin-top: -25px;
	transition:all 0.75s ease;
}


/*											Inner Boxes									*/

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

.innerBox {
	float: left;
	width: 32%;	
	margin-right: 2%;
	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: #e6dc27;
	color: #33302B;
	font-size: 100%;
} 


/*											Tables 									*/

/*Table*/

table {
	border-collapse: collapse;
	display: block;
	overflow: scroll;
	margin-bottom: 25px;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}	

table tbody {
	border-radius: 5px;
}	

table th {
	background-color: #4d29b7;
	color: white !important;
	border: 1px solid black;
	padding: 10px;
	font-size: 100%;
}

table td {
	padding: 10px;	
	border: 1px solid black;
	font-size: 90%;
	background-color: white;
}

table td.highlighted {	
	background-color: #ffde34;
	color:#e93322 ;
	border: 1px solid black;
}





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

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

#mainBody .gallery h2 a:hover {
	color: black;
	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 black;
	border-right: 1px dotted black;
	border-bottom: 1px dotted black;
	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: 1200px;	
}

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


/*Team Box*/

.teamBox {
	float: left;
	width: 97%;
	padding: 1.5%;/*
	padding-bottom: 0;*/
	background-color: white;
	border-radius: 5px;
	margin-bottom: 20px;
}

.teamBox h4 {
	padding: 10px;
	margin: 0;
	border-radius: 5px;
	background-color: #FFC67E;
	color: white;
}



/*Standout*/

#standoutBox {
	float: left;
	width: 97%;
	padding: 1.5%;
	background-color: #efefef;
	border-radius: 5px;
	margin: 20px 0 30px 0;
}

/*#standoutBox h2 {
	color: white;
}

#standoutBox p {
	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;
}*/


/*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: #97daed;
    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-radius: 5px;
}

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

#return-to-top:hover {
    background: #356ca5;
}

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


#teachersPage .highlightBoxOne {
	padding: 50px;
}


#teachersPage .highlightBoxTwo {
	padding: 50px;
}

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

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

/*Brand List*/

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

#mainBody ul.brandList li {
	display: inline-block;
	margin-right: 20px;
/*	border: 1px solid #a12725;
	padding: 5px;*/
	margin-bottom: 10px;
	font-size: 95%;
	font-weight: bold;
	color: #356ca5;
}

#mainBody ul.brandList li span {
	border: 1px solid #97daed;
	padding: 7px;
	border-radius: 5px;
}

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

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


img.mobile {
	display: none	
}


#mainBody ul.pointersList {
	list-style-type: none;
	padding-left: 0;
}

#mainBody ul.pointersList li {
	display: inline-block;
	margin-right: 20px;/*
	line-height: 40px;*/
	margin-bottom: 10px;
}

#mainBody ul.pointersList li i.fa-check-square {
	font-size: 160%;
	color: #97daed;
}





#nicbox {
	float: left;
	width: 100%;
	padding: 10px 0 40px 0;	
	border-top: 1px solid #97daed;
	border-bottom: 1px solid #97daed;
	margin-bottom: 30px;
}

#nicbox h2 {
	color: black;
	font-size: 130%;
	text-transform: uppercase;
	text-align: center;
}

#nicbox img {
	margin-bottom: -39px;
	margin-left: 15px;
}





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


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

header {
	width: 100%;	
}
					 
#navInner {
	width: 100%;	
}	
					 
nav ul {
	text-align: center;
}					 
					 
nav li {
	font-size: 90%;
	text-align: center;
}					
					 
footer {
	width: 95%;	
	padding: 1%;	
}

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

#aboutInner {
	width: 95%;	
	padding: 1%;
}
					 
#timetableInner {
	width: 95%;	
	padding: 1%;
}
					 
#slides {
  width: 100%;
}

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

#contactInner {
	float: left;
	width: 95%;	
	padding: 1%;
}				 
	
#copyright {
	width: 95%;	
	padding: 1%;
}

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

	
}





/* 959*/
@media only screen 
and (max-width : 959px) 
				 {
			
header {
	width: 100%;	
}
	
#headerBackground {
	padding-bottom: 0;
}
					 
#accordionSection {
	display: block;
	margin-left: 10px;
}

#logo {
	float: left;
	width: 100%;
	margin: 10px 0 10px 0;
	position: relative;
}
					 			 
#reviews {
	float: left;
	width: 100%;
	margin: 10px 0 30px 0;
	text-align: center;
}
					 
#headerLogos {
	display: none;
}					 
					 
nav ul.mainNav {
	display: none;
}	

nav {
	float: left;
	width: 100%;
	margin-top: 0;	
	background-color: #97daed;
	padding: 0 0 5px 0;
}	
					 
#navBackground {
	padding: 3px 0 3px 0;	
}
					 				 
nav li {
	font-size: 100%;
}
					 
#topContact {
	float: left;	
	width: 100%;
	margin: 10px 0 10px 0;
}

#topContact ul {
	text-align: center;
}

#topContact li {
	text-align: center;
	font-size: 140%;
	line-height: 32px;
}					 
					 
#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%;
}
	
#contactInner {
	width: 95%;	
	padding: 1%;
}

.contactBox {
	float: left;
	width: 95%;	
	padding: 1%;
	border: none;
	margin-bottom: 10px;
	padding-bottom: 10px;
}


.contactBox.lastContactBox {
	float: left;
	width: 95%;	
	padding: 1%;
	border-right: 0;
	border-bottom: 0;
	padding-bottom:0;
} 

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

		

}




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

#topBar ul {
	float: left;
	width: 100%;
	text-align: center;
}
			 			 
#topBar li {
	text-align: center;
	display: block;
	width: 100%;
	margin: 0;
}				 
					 
#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;
}	

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


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

#homeBoxes {
	margin-top: 10px;
	padding-top: 0;
}

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

.homeBox img{
	width: 80%;
	height: auto;
}	 
					 
.homeBox h2 {
	font-size: 90% !important;
	text-align:center;
	padding: 7px 0 7px 0;
}					 
					
					 			 
/*.homeBox.lastBox {
	float: left;
	width: 100%;	
	margin: 15px 0 0 0;
} 				 
*/
.homeBox:hover {
	margin-top: 0 !important;
} 					 
	
					 
.innerBox {
	float: left;
	width: 47%;	
	margin-right: 3%;
}


.innerBox.lastInnerBox {
	float: left;
	width: 47%;	
	margin-right: 3%;
} 
					 
#nicbox h2 {
	font-size: 110%;
}
					 
#nicbox h2 span {
	float: left;
}

#nicbox img {
	margin-left: 0;
	margin-top: 10px;
}	
					 
#contactInner #social {
	float:left;
	margin-top: 10px;
}					 
					 
					 
 }
 




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

#topBar p.email {
	float: left;
	width: 80%;
	margin-bottom: 6px;
}

#topBar p.phone {
	float: left;
	width: 80%;
	margin-bottom: 6px;
}	

#logo img {
	max-width :90%;
}	

#whyUs {
	float: none;
	clear: both;
	margin: 0;
}


img.mobile {
	display: block;	
}

img.desktop {
	display: none;	
}

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


#teachersPage .highlightBoxTwo {
	padding: 20px;
}	
					 
.innerBox {
	float: left;
	width: 100%;	
	border: none;
}


.innerBox.lastInnerBox {
	float: left;
	width: 100%;	
} 
					 
#bannerOuter h2 {
	display: none;
}
				 

}
				
	
			 
/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
	
	

}

