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

/*

Blue #009ee0
Black #282828
Grey #efefef

-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;
font-family: 'Lilita One', cursive;

*/

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

a img {
	border: none;	
}

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

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

#topBarBackground {
	float: left;
	width: 100%;	
	background: url("images/planet-tiny-background.jpg") repeat;
	padding: 0;
	height: 10px;
}

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

header {
	float: left;
	width: 100%;	
	background-color: white;
	height: 74px;
	margin-top: 70px;
	margin-bottom: 70px;
}

#logo { 
	float: left;
	margin-top: -49px;
}

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

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

/*										Nav								*/

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

nav {
	float: right;
	margin-top: 25px;
	text-align: center;
	font-family: 'Lilita One', cursive;
}	

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

nav li {
	display: inline;
	color: #282828;
	font-size: 130%;
	margin: 0;
	padding: 0;
	position: relative;
}

nav li a {
	color: #282828;
	text-decoration: none;
	margin: 0 0 0 45px;
}

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


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

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



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: #282828;
	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: 6px 0 10px 0;
	margin:0;
	font-weight: normal;
}

.accordionButton h4 img {
	float: left;
}

.accordionButton h4 span {
	float: left;
	margin: 5px 0 0 5px;
	font-size: 110%;
}

.accordionButton:hover h4 span {
	color: #282828;
	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: 120%;
	margin: 0;
	padding: 0;
	line-height: 28px;
	color: white;
	float: none;
	text-align: left;
}

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

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

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

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

/* Top Banner */

#topBanner {
	float: left;
	width: 100%;
	height: auto;
	font-family: 'Lilita One', cursive;
	padding: 0 0 20px 0;
}

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

#topBanner img.bannerImageLarge {
	float: right;
	border: 20px solid white;
	border-radius: 5px;
}

#bannerTextArea {
	float: left;
	margin-top: 75px;	
	width: 60%;
}

#bannerTextArea img {
	float: right;
	margin-top: -190px;
}

#topBanner p {
	color: white;
	font-weight: bold;
	font-size: 160%;
	line-height: 35px;
	font-weight: normal;
}

#topBanner p span {
	color: #282828;
	font-weight: normal;
}

#topBanner p a {
	background-color: white;
	padding: 15px;
	border-radius: 5px;
	color: #009ee0;
	text-decoration: none;
	line-height: 75px;
	font-weight: bold;
}

#topBanner p a:hover {
	background-color: #282828;
	color: #009ee0;
	text-decoration: none;
}


/*										Copyright							*/

#footerBackground {
	float: left;
	width: 100%;	
	background-color: #282828;
	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: #009ee0;
	padding: 20px 0 20px 0;
	z-index: 10000;
	text-align: center;
	font-family: 'Lilita One', cursive;
}

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

#contactInner p {
	color: white; 
	font-size: 230%;
	padding: 0;
	margin: 0;
}

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

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


#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.phone {
	background-image: url(images/phone.png);
	background-size: 25px 18px;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 30px;
}	

#contactInner li.email {
	background-image: url(images/email.png);
	background-size: 30px 17px;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 35px;
}

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

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

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

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



/*										Main Body						*/


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

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

#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: 140%;
	color: #009ee0;
	font-weight: bold;
	font-family: 'Lilita One', cursive;
	font-weight: normal;
}

#mainBody h2 {
	color: #009ee0;
	font-size: 140%;
	font-weight: bold;
	font-family: 'Lilita One', cursive;
	font-weight: normal;
}

#mainBody h3 {
	color: #009ee0;
	font-size: 140%;
	font-weight: bold;
	font-family: 'Lilita One', cursive;
	font-weight: normal;
}

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

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

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

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

#mainBody p a {
	color: #009ee0;
	text-decoration: underline;
}

#mainBody p a:hover {
	color: #009ee0;
	text-decoration: none;
}

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

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

#mainBody li a {
	color: #009ee0;
	text-decoration: underline;
}

#mainBody li a:hover {
	color: #009ee0;
	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: #009ee0;
	text-decoration: none;
	text-align: center;
	border-radius: 5px;
	font-weight: normal;
	font-family: 'Lilita One', cursive;
	font-size: 120%;
}

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


#mainBody ul.pointersList {
	list-style-type: none;
	padding-left: 0;
	font-family: 'Lilita One', cursive;
}

#mainBody ul.pointersList li {
	font-size: 110%;
	line-height: 30px;
	color: #282828;
	font-weight: normal;
	display: inline;
	margin-right: 20px;
}

#mainBody ul.pointersList li.cross {
	background-image: url(images/cross.png);
	background-size: 30px 30px;
	background-position: left;
	background-repeat: no-repeat;
	padding: 10px 0 5px 38px;
}

#mainBody ul.pointersList li.heart {
	background-image: url(images/heart.png);
	background-size: 30px 30px;
	background-position: left;
	background-repeat: no-repeat;
	padding: 10px 0 5px 38px;
}

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

#contactFormArea label {
	font-size: 90%;
	color: #282828;
	font-weight: 300;
}	

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

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




/*											Home Boxes									*/

#homeBoxes {
	float: left;
	width: 100%;
	margin: 30px 0 30px 0;
	padding: 30px 0 0 0;
	border-top: 1px solid #009ee0;
	border-bottom: 1px solid #009ee0;
}

#mainBodyOuter #homeBoxes {
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
	border-bottom: 0;
}

.homeBox {
	float: left;
	width: 32%;	
	margin-right: 2%;
	margin-bottom: 2%;
}

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

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

#homeBoxes .homeBox h2 {
	text-align: left;
	padding: 7px 0 7px 0;
	margin: 0 0 0 0;
	color: #009ee0;
} 

#homeBoxes .homeBox p {
	margin: 0;
	padding: 0;
} 


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

#homeBoxes .homeBox:hover h2 {
	color: #282828;
}


/*											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: #009ee0;
	border-radius: 5px;
	margin: 10px 0 30px 0;
}

.standoutBox h2 {
	color: white !important;
}

.standoutBox p {
	color: white !important;
}

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

.standoutBox p a:hover {
	color: white !important;
}

.standoutBox li {
	color: white !important;
}

.standoutBox li a {
	color: white !important;
}

.standoutBox li a:hover {
	color: white !important;
}


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

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

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



/*Hightlight Boxes*/

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


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


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

#mainBody ul.brandList li span {
	border: 1px solid #d7892d;
	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;
}




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

					 
#reviews {
	float: left;
	margin: 120px 0 0 100px;
}					 

#navBackground {
	float: left;
	width: 100%;	
}
	
#topBannerInner {
	width: 95%;	
	padding: 1%;	
}					 
					 
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) 
				 {
			
	
					 
#accordionSection {
	display: block;
	margin-left: 10px;
}

header {
	margin-top: 60px;
	margin-bottom: 70px;
}

#logo { 
	float: left;
	width: 100%;
	margin-top: -51px;
}
					 
#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: #009ee0;
	padding-bottom: 5px;
	border-bottom: 1px solid white;
	z-index: 100000;
	position: relative;
}	

					 
#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 {
	margin-top: 0;
}

	

#bannerTextArea {
	float: left;
	margin-top: 20px;	
	width: 50%;
	text-align: center;
}

#topBanner {
	margin-top: 15px;
}					 
					 
#topBanner p {
	font-size: 140%;
	line-height: 30px;
}
					 
#bannerTextArea img {
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: -20px;
	width: 190px;
	height: 190px;
}		
					 
#topBannerInner img.bannerImageLarge {
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 70%;
	height: auto;
	margin-top: 15px;
 }

}




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

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


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


.homeBox.lastBox {
	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;
}					 
					 
#bannerTextArea {
	float: left;
	margin-top: 10px;	
	width: 100%;
}


					 
 }
 




/* 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%;
}	
	
	
.homeBox {
	float: left;
	width: 100%;	
	border: none;
}


.homeBox.lastBox {
	float: left;
	width: 100%;	
} 


#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;
}	
					 
#mainBody ul.pointersList li {
	display: block;
	margin-right: 23px;
}
					

}
				
	
			 
/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 380px) {
	
#logo { 
	float: left;
	margin-top: 0;
}
	
header {
	background-color: #009ee0;
	height: auto;
	margin: 10px 0 10px 0;
}
#topBanner {
	margin-top:0;
}
}

