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

/*


Blue #7a94ad
Dark Blue #697F94
Grey #f1f3f6
New Pink #E1C5B5

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

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

a img {
	border: none;	
}

hr {
	border: none;
	border-top: 2px solid #E1C5B5;	
	margin: 20px 0 20px 0;
}

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


/*Top Bar*/


#topBarBackground {
	float: left;
	width: 100%;
	background-color: #00ff01;
	padding: 10px 0 10px 0;
}

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

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

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

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

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

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

#topBar li.phone {
	background-image: url(images/phone.png);
	background-size: 20px 15px;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 27px;
}	

#topBar li.email {
	background-image: url(images/email.png);
	background-size: 25px 14px;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 31px;
}

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

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

#topBar i.fab:hover {
	color: #b69e60;
}


/*Header*/

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

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

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

#rightNav {
	float: right;
	width: 33%;
	margin-top: 60px;
}

#rightNav p {
	padding: 0;
	margin: 0;
}

#rightNav p a {
	float: right;
	text-align: right;
	font-size: 140%;
	color: white !important;
	border: 1px solid #00ff01;
	text-transform: uppercase;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
}


#rightNav p a:hover {
	color: black !important;
	background-color: #00ff01;
	text-decoration: none;
}

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

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


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


#headerBackground p {
	color: #697F94;
	font-weight: bold;
	float: left;
	width: 100%;
	font-size: 130%;
	padding: 0;
	margin: 0 0 20px 0 ;
	text-align: center;
}

#headerBackground p a {
	color: #697F94;
	text-decoration: none;
}

#headerBackground p a:hover {
	color: #697F94;
	text-decoration: underline;
}



/*Contact Area*/

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

#contactHeader h2 {
	font-size: 140%;
	color: #b69e60;
	margin: 0 0 5px 0;
	padding: 0;
}

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

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

#contactHeader li.phone {
	font-size: 255%;
}

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

#contactHeader li i.fas{
	color: #4aa540;
}

#contactHeader li a {
	color: black;
	text-decoration: none;
	font-size: 130%;
}

#contactHeader li a:hover {
	color: #4aa540;
	text-decoration: none;
}



/*										Nav								*/

#navBackground {
	float: left;
	width: 100%;
	background-color: white;
	padding: 15px 0 15px 0;
	border-top: 1px solid #f1f3f6;
}

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

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

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

nav li {
	display: inline;
	color: #697F94;
	font-size: 120%;
	margin: 0;
	padding: 0;
}

nav li a {
	color: #697F94;
	text-decoration: none;
	margin: 0 5px 0 5px;
	padding: 5px 10px 5px 10px;
}

nav li a.firstLink {
	margin: 0;
}

nav li a:hover {
	color:white;
	background-color:#697F94;
	text-decoration: none;
}

nav li a.active {
	color:white;
	background-color:#697F94;
	text-decoration: none;
}


nav li a.quoteButton {
	color: #00ff01;
	border: 1px solid #00ff01;
	padding: 5px;
	border-radius: 5px;
	text-decoration: none;
}

nav li a.quoteButton:hover {
	color: white;
	background-color: #00ff01;
	text-decoration: none;
}

nav li a.callButton {
	color: white;
	background-color: #67BDE1;
	border: 1px solid #67BDE1;
	padding: 5px;
	border-radius: 5px;
	text-decoration: none;
}

nav li a.callButton:hover {
	color: white;
	background-color: #00ff01;
	text-decoration: none;
}




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

nav ul.dropdown ul { 
	visibility: hidden; 
	position: absolute; 
	top: -4px; 
	left: 0; 
	text-align: left;
	background-color: #2e6628;
	min-width: 225px;
	padding: 20px 0 20px 20px;
	margin: 0;
	z-index: 10000;
}

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

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


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

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

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

nav p {
	color: black;
	font-weight: bold;
	float: left;
	font-size: 110%;
	padding: 0;
	margin: 8px 35px 0 0;
}

nav p a {
	color: #67BDE1;
	text-decoration: none;
}


/*Mobile Menu*/

#accordionSection {
	float: left;
	width: 100%;
	display: none;
	text-align: center;
}

.accordionButton {
	padding: 0;
	width: 100%;
}

.accordionButton h4 {
	color: #697F94;	
	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: #697F94;
	cursor: pointer;
}
.accordionContent {
	float: left;
	width: 100%;
}

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

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

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

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

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


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

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

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

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

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

footer {
	width: 1400px;
	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;	
}




/*Home Page Background*/

#wrapper {
    width: 100%; 
	height: 100vh;
}

#wrapperBackground { 
	float: left;
	 width: 100%; 
	height: 100vh;
	z-index: 5;
	background: url("slider/img/honeys-boxing-gym.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

/*
#wrapperBackground1 {
	opacity: 0;
	width: 100%;
	height: 100vh;
	position: absolute;
	z-index: 10;
	background: url("images/top-equity-banner4.jpg") no-repeat center center fixed; 
  	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-attachment: scroll;
	webkit-animation: fadein ease-in 2s; 
	-webkit-animation-delay: 5s;
    -moz-animation: fadein ease-in 2s; 
    -ms-animation: fadein ease-in 2s; 
    -o-animation: fadein ease-in 2s; 
    animation: fadein ease-in 2s;
	animation-delay: 5s;
	-webkit-animation-fill-mode: forwards;
}

#wrapperBackground2 {
	opacity: 0;
	width: 100%;
	height: 100vh;
	position: absolute;
	z-index: 12;
	background: url("images/top-equity-banner3.jpg") no-repeat center center fixed; 
  	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-attachment: scroll;
	webkit-animation: fadein ease-in 2s; 
	-webkit-animation-delay: 15s;
    -moz-animation: fadein ease-in 2s; 
    -ms-animation: fadein ease-in 2s; 
    -o-animation: fadein ease-in 2s; 
    animation: fadein ease-in 2s;
	animation-delay: 10s;
	-webkit-animation-fill-mode: forwards;
}

#wrapperBackground3 {
	opacity: 0;
	width: 100%;
	height: 100vh;
	position: absolute;
	z-index: 14;
	background: url("images/top-equity-banner2.jpg") no-repeat center center fixed; 
  	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-attachment: scroll;
	webkit-animation: fadein ease-in 2s; 
	-webkit-animation-delay: 25s;
    -moz-animation: fadein ease-in 2s; 
    -ms-animation: fadein ease-in 2s; 
    -o-animation: fadein ease-in 2s; 
    animation: fadein ease-in 2s;
	animation-delay: 15s;
	-webkit-animation-fill-mode: forwards;
}*/

@-webkit-keyframes fadeinout {
  0%,100% { opacity: 0; }
  50% { opacity: 1; }
}

@keyframes fadeinout {
  0%,100% { opacity: 0; }
  50% { opacity: 1; }
}


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}


/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}











#wrapperText {
	float: left;
	margin-left: 200px;
	margin-top: 300px;
}

#wrapperBackground p { 
	color: white;
	font-size: 280%;
	font-weight: bold;
}





/*Slideshow*/


.cb-slideshow,
.cb-slideshow:after { 
   width: 100%; 
	height: 100vh;
    top: 0px;
    left: 0px;
    z-index: 0; 
	padding: 0;
	list-style-type: none;
	margin: 0;
}

.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 24s linear infinite 0s;
    -moz-animation: imageAnimation 24s linear infinite 0s;
    -o-animation: imageAnimation 24s linear infinite 0s;
    -ms-animation: imageAnimation 24s linear infinite 0s;
    animation: imageAnimation 24s linear infinite 0s; 
}
.cb-slideshow li div { 
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    -webkit-animation: titleAnimation 24s linear infinite 0s;
    -moz-animation: titleAnimation 24s linear infinite 0s;
    -o-animation: titleAnimation 24s linear infinite 0s;
    -ms-animation: titleAnimation 24s linear infinite 0s;
    animation: titleAnimation 24s linear infinite 0s; 
}
.cb-slideshow li div h3 { 
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 240px;
    padding: 0;
    line-height: 200px; 
}
.cb-slideshow li:nth-child(1) span { 
    background-image: url(images/top-equity-banner.jpg);
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url(images/top-equity-banner4.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url(images/top-equity-banner3.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) span { 
    background-image: url(images/top-equity-banner2.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}

/*.cb-slideshow li:nth-child(2) div { 
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) div { 
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) div { 
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
*/

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}

@media screen and (max-width: 1140px) { 
    .cb-slideshow li div h3 { font-size: 140px }
}
@media screen and (max-width: 600px) { 
    .cb-slideshow li div h3 { font-size: 80px }
}







/*Terms boxes*/

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

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

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

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

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

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

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


/*Contact Area*/

#contactOuter {
	float: left;
	width: 100%;	
	background-color: #7a94ad;
	padding: 20px 0 20px 0;
	text-align: center;
	z-index: 10000;
}

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

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

.contactBox.lastContactBox {
	float: right;
	margin-right: 0;
	border-right: 0;
}

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


#contactInner h2 {
	color: white;
	font-size: 150%;
	margin-top: 0;
	padding-bottom: 6px;
}

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

#contactInner p {
	color: white; 
	line-height: 26px;
	font-size: 110%;
}

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

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

#contactInner i.fab {
	color: white; 
	font-size: 380%;
	margin: 0 5px 0 5px;
}

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

#contactInner a {
	color: white; 
}

#contactInner a:hover {
	color: white; 
}

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

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


#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%;
	height: 700px;
	background: url("images/hypnotherapy-southend1.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: 100%;
	position:relative;
	height: 700px;
	text-align: center;
}


#bannerOuterServices {
	float: left;
	width: 100%;
	height: 300px;
	background: url("images/about-holly-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;
}

#bannerInnerServices {
	margin: 0 auto;
	width: 1200px;
	height: 250px;
}

#bannerSlogan {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	z-index: 20;
	background-color: rgba(255,255,255,0.9);
	padding: 10px;
	border: 2px solid #E1C5B5;
	border-right: none;
	border-left: none;
}

#bannerSlogan h2 {
	color: white;
	font-size: 130%;
	margin: 0;
	padding: 0;
	line-height: 80px;
	font-weight: 100;
}

#bannerSlogan p {
	color: #697F94;
	font-size: 110%;
	margin: 5px 0 5px 0;
	padding: 0; 
	line-height: 32px;
}

#bannerSlogan p span {
	font-weight: bold;
}

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

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

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

#bannerSlogan li {
	color: #697F94;
	font-size: 110%;
	font-style: italic; 
	font-weight: bold;
}



/*										Main Body						*/


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

#mainBodyOuter {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	padding-top: 2px;
	min-height: 700px;
}

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

#mainBody h1 {
	font-size: 160%;
	color: #697F94;
	font-weight: bold;
}

#mainBody h1 span {
	padding-bottom: 5px;
	border-bottom: 2px solid #00ff01;
}

#mainBody h2 {
	color: #697F94;
	font-size: 160%;
	font-weight: bold;
}

#mainBody h3 {
	color: #697F94;
	font-size: 140%;
	font-weight: bold;
}

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

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

#mainBody p {
	font-size: 110%;
	line-height: 28px;
	color: #697F94;
}

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

#mainBody p a {
	color: #697F94;
	text-decoration: underline;
}

#mainBody p a:hover {
	color: #697F94;
	text-decoration: none;
}

#mainBody li {
	font-size: 110%;
	line-height: 28px;
	color: #697F94;
}

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

#mainBody li a {
	color: #697F94;
	text-decoration: underline;
}

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


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

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

img.borderImage {
	border: 4px solid #fadbca;
	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;
}

p.findMore a {
	color: #697F94 !important;
	padding: 10px 20px 10px 20px;
	background-color: #E1C5B5;
	text-decoration: none !important;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #E1C5B5;
	display: inline-block;
}

p.findMore a:hover {
	background-color: #f1f3f6 !important;
	color: #697F94 !important;
	text-decoration: none;
	border: 1px solid #697F94;
}

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

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


/*										Home Wide		*/


#wideHomeBox {
	float: left;
	width: 100%;
	background-color: #f1f3f6;
	padding: 30px 0 40px 0;
}

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

#wideHomeBoxInner h2 {
	color: #697F94;
	font-size: 140%;
}

#wideHomeBoxInner h3 {
	color: #697F94;
	font-size: 140%;
	font-weight: normal;
}


#wideHomeBoxInner p {
	font-size: 110%;
	line-height: 28px;
	color: #697F94;
}


#wideHomeBoxInner p b {
	color: #697F94;
	font-weight: bold;
}	

#wideHomeBoxInner p a {
	color: #697F94;
	text-decoration: underline;
}

#wideHomeBoxInner p a:hover {
	color: #697F94;
	text-decoration: none;
}

#wideHomeBoxInner li {
	font-size: 110%;
	line-height: 28px;
	color: #697F94;
}

#wideHomeBoxInner li b {
	font-weight: bold;
	color: #697F94;
}

#wideHomeBoxInner li a {
	color: #697F94;
	text-decoration: underline;
}

#wideHomeBoxInner li a:hover {
	color: #697F94;
	text-decoration: none
}

/*										About			*/


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

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

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

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

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

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

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

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

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

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

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

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



/*										Timetable			*/


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

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

#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: 100%;
	margin-bottom: 20px;
	margin-top: 0;
	box-sizing: border-box;
	font-family: 'Raleway', sans-serif !important; 
}

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

#contactFormArea .field {
	float: left;	
	width: 100%;
	margin-bottom: 15px;
	box-sizing: border-box;
}

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

#contactFormArea #submit.formButton {
	float: none;
	width: 100px;
	height: 40px;
	font-size: 110%;
	background-color: #E1C5B5;
	color: #697F94;
	-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: #7a94ad;
	color: white;
	cursor: pointer;
}

#contactFormArea label {
	font-size: 110%;
	color: #697F94;
	font-weight: 300;
	font-weight: bold;
}	

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

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


#contactFormArea textarea {
	color: black;	
	float: left;
	width: 100%;
	height: 340px;
	background-color: white;
	font-size: 100%;
	border: 1px solid #697F94;
	margin-top: 10px;
}

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

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

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

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


/*											Home Boxes									*/


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

.homeBox {
	float: left;
	width: 18%;	
	text-align: center;
	padding: 1%;
}

.homeBox.lastBox {
	float: right;
}

#homeBoxes .homeBox p {
	color: #697F94;
	font-size: 120%;
	padding: 7px 0 0 0;
	margin: 0;
	line-height: 26px;
	font-weight: bold;
}

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

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



/*											Team Boxes									*/


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


.teamBox {
	float: left;
	width: 24%;	
	margin-right: 1.3%;
	margin-bottom: 2%;
	text-align: left;
	background-color: black;
	box-sizing: border-box;
	padding: 1%;
	min-height: 650px;
}

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


#teamBoxes .teamBox img {
	margin: 10px 0 0 0;	
	width: 100%;
	height: auto;
}

#teamBoxes .teamBox h2 {
	color: #00ff01;
	font-size: 120%;
	text-transform: uppercase;
	padding: 7px 0 0 0;
	margin: 0;
} 
 
#teamBoxes .teamBox p {
	color: white;
	font-size: 90%;
	padding: 7px 0 0 0;
	margin: 0;
	line-height: 24px;
}

#teamBoxes .teamBox p a {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid white;
	padding: 3px 5px 3px 5px;
}

#teamBoxes .teamBox p a:hover {
	background-color: #00ff01;
	color: black;
	text-decoration: none;
}

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

#teamBoxes .teamBox li {
	color: white;
}




/*											Member Boxes									*/


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

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

.memberBox.secondMemberBox {
	border: 5px solid #C0C0C0;
}

.memberBox.thirdMemberBox {
	border: 5px solid #00ff01;
}

.memberBox.fourthMemberBox {
	background-color: white;
	float: right;
	margin-right: 0;
	border: 5px solid black;
}


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

#membershipBoxes .memberBox.secondMemberBox h2 {
	color: #C0C0C0;
} 
 
#membershipBoxes .memberBox.thirdMemberBox h2 {
	color: #00ff01;
} 

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

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


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

#membershipBoxes .memberBox ul {
	padding-left: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

#membershipBoxes .memberBox.fourthMemberBox h2 {
	color: black;
}

#membershipBoxes .memberBox.fourthMemberBox p {
	color:black;
}

#membershipBoxes .memberBox.fourthMemberBox li {
	color:black;
}

/*											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;
	width: 100%;
	text-align: center;
}

table tr {
	width: 100%;
}


table th {
	background-color: black;
	color: white !important;
	padding: 20px;
	font-size: 110%;
	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: 25px 20px 25px 20px;	
	border: none;
	font-size: 110%;
	background-color: white;
	overflow: hidden;
	border-bottom: 1px solid #efefef;
}

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


table td.day {	
	color: black !important; 
	background-color: #00ff01 !important;
}

table td.price {	
	color: #BA2637;
}

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

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

.mobileTable {
	display: none;	
}

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

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


/*Standout*/

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

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

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

#standoutBox p a {
	color: white;
}

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

#standoutBox li {
	color: white;
}

#standoutBox li a {
	color: white;
}

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

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


/*Facebook Reviews*/

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

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

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



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

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

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



/*Hightlight Boxes*/

#highlightBoxes {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}

#highlightBoxesLeft {
	float: left;
	width: 70%;
}

#highlightBoxesRight {
	float: left;
	width: 30%;
	background: url("images/the-process-equity-release.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
	height: 100%;
	position: absolute;
	right: 0;
	border-radius: 0 5px 5px 0;
}


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


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

.highlightBoxOne p b {
	color: black !important;
}

.highlightBoxTwo p b {
	color: black !important;
}

#teachersPage .highlightBoxOne {
	padding: 50px;
}


#teachersPage .highlightBoxTwo {
	padding: 50px;
}

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

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


.highlightBoxOne p span {
	color: #00ff01;
	font-size: 180%;
	font-weight: bold;
	margin-right: 20px;
} 

.highlightBoxOne p i.far {
	color: #67BDE1;
	font-size: 180%;
	font-weight: bold;
	margin-right: 20px;
} 

.highlightBoxTwo p span {
	color: #00ff01;
	font-size: 180%;
	font-weight: bold;
	margin-right: 20px;
} 

.highlightBoxTwo p i.far {
	color: #67BDE1;
	font-size: 180%;
	font-weight: bold;
	margin-right: 20px;
} 


/*  News Box*/

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

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

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

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

#newsBox li {
	color: white;
}



/*Why Us*/

#whyUsOuter {
	background-color: white;
	padding: 15px 0 0px 0;
	float: left;
	width: 100%;	
	margin-top: 15px;
}

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

#whyUsInner h2 {
	color: #00ff01;
	font-size: 120%;
	font-weight: bold;
}

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

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

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

#whyUsInner ul.pointersList li i.fas.fa-check-circle {
	font-size: 180%;
	color: #67BDE1 !important;
	margin-right: 5px;
}


/*How*/

#howOuter {
	background-color: #4aa540;
	padding: 25px 0 15px 0;
	float: left;
	width: 100%;	
	margin-top: 15px;
	text-align: left;
}

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

#howInner h2 {
	font-size: 120%;
	font-weight: bold;
	color: white;
}

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

.howBox {
	float: left;
	width: 23%;
	margin-right: 2.6%;
	margin-bottom: 2%;
	text-align: left;
	box-sizing: border-box;
}

.howBox.lastHowBox {
	float: right;
	margin-right: 0;
}

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


/*Call Us*/

#callUsOuter {
	background-color: white;
	padding: 20px 0 20px 0;
	float: left;
	width: 100%;	
	text-align: center;
	border-top: 2px solid #E1C5B5;
}

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

#callUsInner h2 {
	color: #697F94;
	font-size: 130%;
	font-weight: bold;
	text-transform: uppercase;
}

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

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

#callUsInner p {
	color: #697F94;
	font-size: 120%;
}

#callUsInner p a {
	color: #697F94;
	text-decoration: none;
}

#callUsInner p a:hover {
	color: #697F94;
	text-decoration: underline;
}

#callUsInner li {
	color: #697F94;
	font-size: 110%;
	line-height: 28px;
}


/*Jargon*/

#jargonOuter {
	background-color: #67BDE1;
	padding: 15px 0 15px 0;
	float: left;
	width: 100%;	
	margin-top: 15px;
	text-align: center;
}

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

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

#jargonInner p.findMore a {
	color: white;
	padding: 10px 12px 10px 12px;
	background-color: #00ff01;
	text-decoration: none;
	text-align: center;
	border-radius: 5px;
	font-weight: bold;
	display: inline-block;
}

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


/*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;
	border-bottom: 1px solid #4aa540;
	margin-bottom: 25px;
}

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

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

#circleBoxes .circleBox img {
	margin: 0;	
}

#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: 26px;
	color: #33302B;
	margin: 0;
	font-weight: normal;
} 

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





/*										Logos Box							*/


#logosBox {
	float: left;
	width: 100%;
	padding: 5px 0 5px 0;
	background-color: white;
}

#logosInner {
	margin: 0 auto;
	width: 1400px;
	padding: 20px 0 20px 0;
}

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

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



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

ul.pointersList li {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 5px;
	color: #697F94;
	line-height: 32px;
	font-size: 110%;
}

ul.pointersList li i.far {
	font-size: 160%;
	color: #E1C5B5 !important;
	margin-right: 5px;
	font-weight: bold;
}


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




/*Servcies Grey*/

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


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


.servicesGreyOuter h1 {
	font-size: 160%;
	color: #697F94;
	font-weight: bold;
}

.servicesGreyOuter h1 span {
	padding-bottom: 5px;
	border-bottom: 2px solid #00ff01;
}

.servicesGreyOuter h2 {
	color: #697F94;
	font-size: 140%;
	font-weight: bold;
}

.servicesGreyOuter h3 {
	color: #697F94;
	font-size: 140%;
	font-weight: bold;
}

.servicesGreyOuter h3 a {
	color: #697F94;
	text-decoration: none;
	border: 1px solid black;
	padding: 10px;
}

.servicesGreyOuter h3 a:hover {
	background-color: black;
	color: #697F94;
	text-decoration: underline;
}

.servicesGreyOuter p {
	font-size: 110%;
	line-height: 28px;
	color: #697F94;
}

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

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

.servicesGreyOuter p b {
	color: #697F94;
	font-weight: bold;
}	

.servicesGreyOuter p a {
	color: #697F94;
	text-decoration: underline;
}

.servicesGreyOuter p a:hover {
	color: #697F94;
	text-decoration: none;
}

.servicesGreyOuter li {
	font-size: 110%;
	line-height: 28px;
	color: #697F94;
}

.servicesGreyOuter li b {
	font-weight: bold;
	color: #697F94;
}

.servicesGreyOuter li a {
	color: #697F94;
	text-decoration: underline;
}

.servicesGreyOuter li a:hover {
	color: #697F94;
	text-decoration: none;
}






/*Servcies White*/

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


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


.servicesWhiteOuter h1 {
	font-size: 160%;
	color: #697F94;
	font-weight: bold;
}

.servicesWhiteOuter h1 span {
	padding-bottom: 5px;
	border-bottom: 2px solid #00ff01;
}

.servicesWhiteOuter h2 {
	color: #697F94;
	font-size: 140%;
	font-weight: bold;
}

.servicesWhiteOuter h3 {
	color: #697F94;
	font-size: 140%;
	font-weight: bold;
}

.servicesWhiteOuter h3 a {
	color: #697F94;
	text-decoration: none;
	border: 1px solid black;
	padding: 10px;
}

.servicesWhiteOuter h3 a:hover {
	background-color: black;
	color: white;
	text-decoration: underline;
}

.servicesWhiteOuter p {
	font-size: 110%;
	line-height: 28px;
	color: #697F94;
}

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

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

.servicesWhiteOuter p b {
	color: #697F94;
	font-weight: bold;
}	

.servicesWhiteOuter p a {
	color: #697F94;
	text-decoration: underline;
}

.servicesWhiteOuter p a:hover {
	color: #697F94;
	text-decoration: none;
}

.servicesWhiteOuter li {
	font-size: 110%;
	line-height: 28px;
	color: #697F94;
}

.servicesWhiteOuter li b {
	font-weight: bold;
	color: #697F94;
}

.servicesWhiteOuter li a {
	color: #697F94;
	text-decoration: underline;
}

.servicesWhiteOuter li a:hover {
	color: #697F94;
	text-decoration: none;
}





/*Servcies Blue*/

.servicesBlueOuter {
	float: left;
	width: 100%;
	background-color: #7a94ad;
	padding-bottom: 20px;
	padding-top: 20px;
}

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


.servicesBlueOuter h1 {
	font-size: 160%;
	color: white !important;
	font-weight: bold;
}

.servicesBlueOuter h1 span {
	padding-bottom: 5px;
	border-bottom: 2px solid #00ff01;
}

.servicesBlueOuter h2 {
	color: white;
	font-size: 140%;
	font-weight: bold;
}

.servicesBlueOuter h3 {
	color: white;
	font-size: 120%;
	font-weight: bold;
}

.servicesBlueOuter h3 a {
	color: #00ff01;
	text-decoration: none;
	border: 1px solid #00ff01;
	padding: 10px;
}

.servicesBlueOuter h3 a:hover {
	background-color: white;
	color: black !important;
	text-decoration: underline;
}

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

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

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

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

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

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

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

.servicesBlueOuter li {
	font-size: 110%;
	line-height: 28px;
	color: white !important;
}

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

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

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














/*Inner Banners*/

#innerBanners {
	float: left;
	width: 100%;
	height: 400px;
}


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




p span.highlight {
	background-color: #E1C5B5;
	padding: 5px;
	color: #697F94 !important;
	font-weight: bold;
}


img.mobileImage {
	display: none;
}






/*Highlight Home Bar*/

#highlightHomeBar {
	float: left;
	width: 100%;
	background-color: #E1C5B5;
	padding: 10px;
	color: #697F94;
	text-align: center;
	font-size: 110%;
	box-sizing: border-box;
}


#highlightHomeBar p a {
	color: #697F94;
	text-decoration: underline;
}

#highlightHomeBar p a:hover {
	color: #697F94;
	text-decoration: none;
}












/* 1399*/
@media only screen 
and (max-width : 1399px) 
				 {
					 
					 
#topBar {
	width: 100%;	
	padding: 0 10px 0 10px;
	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;
}
					 
#navInner {
	width: 100%;	
	padding-left: 1%;
	padding-right: 1%;
	box-sizing: border-box;
}					 
	
nav li {
	font-size: 110%;
}					 
					 
nav li a {
	margin: 0;
}
					 
footer {
	width: 100%;	
	padding: 0 15px 0 15px;
	box-sizing: border-box;
}

#bannerInner {
	width: 100%;	
}
				 			 
#mainBody {
	width: 100%;	
	padding: 0 15px 0 15px;
	box-sizing: border-box;
}
	
.servicesGreyInner {
	width: 100%;	
	padding: 0 15px 0 15px;
	box-sizing: border-box;
}
	
.servicesWhiteInner {
	width: 100%;	
	padding: 0 15px 0 15px;
	box-sizing: border-box;
}		
					 
.servicesBlueInner {
	width: 100%;	
	padding: 0 15px 0 15px;
	box-sizing: border-box;
}					 
					 
#wideHomeBoxInner {
	width: 100%;	
	padding: 0 15px 0 15px;
	box-sizing: border-box;
}					 

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

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

#contactInner {
	float: left;
	width: 95%;	
	padding: 1%;
}				 
					 
#whyUsInner {
	float: left;
	width: 100%;	
	padding: 0 15px 0 15px;
	box-sizing: border-box;
}
					 
#callUsInner {
	float: left;
	width: 100%;	
	padding: 0 15px 0 15px;
	box-sizing: border-box;
}					 

#jargonInner {
	float: left;
	width: 100%;	
	padding: 0 15px 0 15px;
	box-sizing: border-box;
}					 
					 
					 
#howInner {
	float: left;
	width: 100%;	
	padding: 0 15px 0 15px;
	box-sizing: border-box;
}	
					
#copyright {
	width: 100%;	
	padding: 0 15px 0 15px;
	box-sizing: border-box;
}

#icons {
	width: 100%;	
	padding: 0 15px 0 15px;
	box-sizing: border-box;
}
					 

#logosInner {
	 width: 100%;
}

					 
#homeInfoInner {
  width: 100%;	
	padding: 0 15px 0 15px;
	box-sizing: border-box;
}				 
	
					 

#wideHomeBoxInner iframe {
	height: 600px;
}
					 
.servicesGreyOuter iframe {
	height: 600px;
}					 
	
.servicesWhiteOuter iframe {
	height: 600px;
}
					 				
#mainBody iframe {
	height: 600px;
}					 
					 
}















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

					
#headerBackground {
	padding-bottom: 0;
}
	
#headerBackground p.mobileContact {
	float: left;
	width: 100%;
	text-align: center;
	margin: 0 0 25px 0;
	display: block;
}					 
					 
#accordionSection {
	display: block;
}

/*#logo {
	float: left;
	width: 100%;
	margin: 45px 0 20px 0;
}
	*/				 			 
#reviews {
	float: left;
	width: 100%;
	margin: 10px 0 30px 0;
	text-align: center;
}
					 
#headerLogos {
	display: none;
}	
					 
#contactHeader {
	float: left;
	width: 100%;
	margin-top: 0;
	text-align: center;
}

#contactHeader ul {
	float: left;
	width: 100%;
}

#contactHeader li.phone {
	font-size: 200%;
}					 
					
					 
nav ul.mainNav {
	display: none;
}	

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

#navBackground {
	padding: 0px 0 3px 0;	
	margin-top: 10px;
	background-color:#E1C5B5;
}			

#mainBodyOuter {
	margin-top: 0;
}
					 
#contactInner {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}

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


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

#homeBoxes {
	margin-top: 0;
}

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


#standoutBox img {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
					 
#standoutBox h2 {
	font-size: 120%;
	text-align: center;
}	
					 
#standoutBox p {
	font-size: 110%;
	text-align: center;
}				
					 
#wrapper {
    width: 100%; 
	height: 500px;
}

#wrapperBackground { 
	float: left;
	 width: 100%; 
	height: 500px;
}	
					 
.cb-slideshow,
.cb-slideshow:after { 
   height: 500px !important;
}

.homeBox {
	float: left;
	width: 48%;	
	border: none;
	margin-bottom: 2%;
}
					 				 
.homeBox.secondHomeBox {
	float: right;
}
		 
.homeBox.fourthHomeBox {
	float: right;
}
					 
.homeBox.lastBox {
	float: left;
	width: 49%;	
	margin-bottom: 0;
} 					 

					 
.teamBox {
	float: left;
	width: 49%;	
	border: none;
	margin-right: 0;
	min-height: 750px;
}
					 
					 
.teamBox.secondTeamBox {
	float: right;
}

.teamBox.lastTeamBox {
	float: right;
	width: 49%;	
} 					 
	
					 
					 
#membershipBoxes {
	display: block;
}					 
					 
.memberBox {
	float: left;
	width: 49%;	
	margin-right: 0;
	flex: none;
}
					 
					 
.memberBox.secondMemberBox {
	float: right;
}

.memberBox.fourthMemberBox {
	float: right;
	width: 49%;	
} 						 
					 
#wideHomeBoxInner iframe{
	height: 500px;
}	
					 
.servicesGreyOuter iframe {
	height: 500px;
}					 
	
.servicesWhiteOuter iframe {
	height: 500px;
}					 
					 				
#mainBody iframe {
	height: 500px;
}					 
					 
}




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

#wrapperBackground { 
	float: left;
	 width: 100%; 
	height: 500px;
}
					 
.cb-slideshow,
.cb-slideshow:after { 
   height: 500px !important;
}					 
					 
	
#contactFormArea fieldset {
	width: 100%;
}

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

#contactFormArea .field {
	width: 100%;
}

#contactFormArea .submitField {
	width: 100%;	
}

#contactFormArea input {
	float: left;
	width: 100%;
	
	box-sizing: border-box;
}

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


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

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

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

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



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


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


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

					 
#areas {
	float: none;
	clear: both;
}
	
#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 {
	font-size: 90%;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

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

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

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


/*#bannerSlogan h2 {
	font-size: 170%;
}

#bannerSlogan {
	margin-top: 70px;
}	
		*/			 
					 
#circleBoxes {
	margin-top: 0;
	padding-top: 0;
}

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

.circleBox img{
	width: 50%;
	height: auto;
}
					 			 
.circleBox.lastCircleBox {
	float: left;
	width: 100%;	
	margin: 15px 0 0 0;
} 				 
	
					 					 
					 
.contactFormLeft {
	width: 100%;	
}

.contactFormRight {
	float: left;
	width: 100%;	
}
					 
					 
.homeInfoLeft {
	float: left;
	width: 100%;
}

.homeInfoRight {
	float: left;
	width: 100%;
	margin-top: 20px;
}		
	
					 
.howBox {
	float: left;
	width: 47%;	
	margin-right: 3%;
}


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


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

#highlightBoxesRight {
	display: none;
}
					 
					 

#wideHomeBoxInner iframe{
	height: 400px;
}						 
					 
.servicesGreyOuter iframe {
	height: 400px;
}					 
	
.servicesWhiteOuter iframe {
	height: 400px;
}					 
					 				
#mainBody iframe {
	height: 400px;
}					 
					 
 
table.times {
	display: none;	
}
		
.mobileTable {
	display: block;	
}


#bannerOuter {
	height: 650px;
}

#bannerInner {
	height: 650px;
}
/*					 
#bannerSlogan {
	position: static;
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 50px;
	text-align: center;
	width: 80%;
	padding: 10px;
}	*/				 

					 
					 
					 
		
#mainBodyHome {
	padding: 10px 0 10px 0;
}
					 
#mainBodyOuter {
	padding: 10px 0 10px 0;
	text-align: center;
}					 
					 
#homeBoxes {
	padding: 10px 0 30px 0;
}	
					 		 
#wideHomeBox {
	padding: 10px 0 10px 0;
	text-align: center;
}	
					 
#callUsOuter {
	padding: 10px 0 10px 0;
	text-align: center;
}	
					 
#contactOuter {
	padding: 10px 0 0 0;
}					 
						 
					 			 
.servicesBlueOuter {
	padding: 10px 0 10px 0;
	text-align: center;
}	
					 
.servicesWhiteOuter {
	padding: 10px 0 10px 0;
	text-align: center;
}	
					 
.servicesGreyOuter {
	padding: 10px 0 10px 0;
	text-align: center;
}
					 
p#copyLeft {
	float: left;
	width: 100%;
	 text-align: center;
}				 

p#copyRight {
	float: left;
	width: 100%;
	 text-align: center;
}						 
					 
ul.pointersList li {
	display: block;
	margin: 0 0 10px 0;
}
					 
img.mobileImage {
	display: block;
	margin-left: auto;
	margin-right: auto;
}	
					 
img.desktopImage {
	display: none;
}		
					 
					 
					 
					 
}
 








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

#leftNav {
	float: left;
	width: 33%;
	margin-top: 0;
}

#rightNav {
	float: right;
	width: 33%;
	margin-top: 5px;
}

#rightNav p a {
	font-size: 110%;
	padding: 5px 10px 5px 10px;
}

					 
#wideHomeBoxInner iframe{
	height: 300px;
}						 
					 
.servicesGreyOuter iframe {
	height: 300px;
}					 
	
.servicesWhiteOuter iframe {
	height: 300px;
}					 
					 				
#mainBody iframe {
	height: 300px;
}	
					 
.teamBox {
	float: left;
	width: 100%;	
	border: none;
	margin-bottom: 30px;
	padding: 3%;
	min-height: auto;
}


.teamBox.lastTeamBox {
	float: left;
	width: 100%;
	margin-bottom: 30px;
} 
						 
hr {
	margin: 15px 0 15px 0;
}		
					 
					 
					 
					 

}



/* 480*/
@media only screen 
and (max-width : 480px) 
				 {
		 
#logo img {
	max-width :90%;
}	
	
	
.homeBox {
	float: left;
	width: 100%;	
	border: none;
	margin-bottom: 40px;
	padding: 0;
}

.homeBox.secondHomeBox {
	float: left;
} 	
					 
.homeBox.fourthHomeBox {
	float: left;
} 
					 
.homeBox.lastBox {
	float: left;
	width: 100%;
	margin-bottom: 0;
} 

				 
.memberBox {
	float: left;
	width: 100%;	
	margin-bottom: 30px;
}


.memberBox.secondMemberBox {
	float: left;
	width: 100%;
	margin-bottom: 30px;
} 	
					 
.memberBox.fourthMemberBox {
	float: left;
	width: 100%;
	margin-bottom: 30px;
} 
					 
	
.innerBox {
	float: left;
	width: 100%;	
	border: none;
}


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



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


#teachersPage .highlightBoxTwo {
	padding: 20px;
}					 

					 

 #contactHeader li {
	font-size: 90%;
}	
					 
				 
	
	
.howBox {
	float: left;
	width: 100%;	
	border: none;
}


.howBox.lastHowBox {
	float: left;
	width: 100%;	
	margin: 0;
} 
					 
#wideHomeBoxInner iframe{
	height: 200px;
}						 
	
.servicesGreyOuter iframe {
	height: 200px;
}					 
	
.servicesWhiteOuter iframe {
	height: 200px;
}					 
					 				
#mainBody iframe {
	height: 200px;
}	
					 
					 
#innerBanners {
	height: 200px;
}
					 
					 
}
				
	
			 
/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 380px) {
	
#rightNav p a {
	font-size: 90%;
}


}

