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

/*

Sage Green #becfc1
Black #262626
Pale pink #dbb3a2

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


Minion Pro Bold

font-family: minion-pro, serif;
font-weight: 700;
font-style: normal;

Minion Pro Bold Italic

font-family: minion-pro, serif;
font-weight: 700;
font-style: italic;

Minion Pro Italic

font-family: minion-pro, serif;
font-weight: 400;
font-style: italic;

Minion Pro Medium

font-family: minion-pro, serif;
font-weight: 500;
font-style: normal;

Minion Pro Medium Italic

font-family: minion-pro, serif;
font-weight: 500;
font-style: italic;

Minion Pro Regular

font-family: minion-pro, serif;
font-weight: 400;
font-style: normal;

Minion Pro Semibold

font-family: minion-pro, serif;
font-weight: 600;
font-style: normal;

Minion Pro Semibold Italic

font-family: minion-pro, serif;
font-weight: 600;
font-style: italic;

 



display
medium
semi bold
roman


*/

/*Handwritten Font*/

@font-face {
  font-family: "PrintedMomentsRegular";
  src: url('fonts/PrintedMomentsRegular/font.woff') format('woff'), url('fonts/PrintedMomentsRegular/font.woff2') format('woff2');
}
	
body {
	background: white;
	margin: 0 auto;
	-webkit-text-size-adjust: none;
	font-family: minion-pro, serif;
}

a img {
	border: none;	
}

a:focus {
outline: none;
}

hr {
	border: none;
	border-top: 1px solid #efefef;	
	margin: 20px 0 20px 0;
}

hr.smallHR {
	border: none;
	border-top: 1px solid #becfc1;	
	margin: 10px 0 10px 0;
}

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


/*Top Bar*/


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

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

#topBar p {
	float: left;
	color: white;
	font-size: 90%;
	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: underline;
}

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

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

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

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

#topBar i.fas {
	color: #becfc1;
}


/*Header*/

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

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

#logo { 
	float: left;
	margin: 20px 0 15px 0;
	box-sizing: border-box;
	
}

#logo img { 
	max-width: 100%;
	box-sizing: border-box;
}

#logo:hover {
	cursor: pointer;	
}

#logo img.icon { 
	margin-right: 20px;
	-webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

#logo:hover img.icon {
	transform: rotate(180deg);
}
				 
#logo #logoMobile {
	display: none;
}

/*Contact Area*/

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

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

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

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

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

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

#contactHeader li i.fas {
	color: white;
}

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

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

#contactHeader p.bookOnline {
	color: white;
	background-color: #dbb3a2;
	border-radius: 5px;
	padding: 10px !important;
	margin: 0;
}


#contactHeader p.bookOnline a {
	color: white;
	background-color: #dbb3a2;
	background: linear-gradient(to left, #dbb3a2 50%, #262626 50%) right;
	border-radius: 5px;
	padding: 10px;
	margin: 0;
	text-decoration: none;
	font-size: 130%; 
	text-transform: uppercase;
	border: 1px solid white;
    background-size: 200%;
    transition: .4s ease-out;
	display: inline-block;
}

#contactHeader p.bookOnline a:hover {
	color: white;/*
	background-color: #262626;*/
	text-decoration: none;
	background-position: left;
}


#contactHeader p.bookOnline i.fas {
	color: #becfc1;
}






/*										Nav								*/

#navBackground {
	float: left;
	width: 100%;
	padding: 10px 0 10px 0;
	background-color: #dbb3a2;
	font-family: minion-pro, serif;
}

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

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

nav li {
	display: inline;
	color: #becfc1;
	margin: 0 20px 0 20px;
	padding: 0;
	position: relative; 
}

nav li.home {
	margin: 0;
}


nav li a {
	font-size: 120%;
	color: white;
	text-decoration: none;
	margin: 0;
	padding: 0;
}


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

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

nav li a.home {
	margin: 0;
}

nav li i.fab {
	font-size: 130%;
	margin: 0 5px 0 5px;
	color: white;
}

nav li i.fab:hover {
	color: #262626;
}



nav li a.social {
	border-left: none;
}

nav li a.social:hover {
	border-left: none;
}


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

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

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



*/





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

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

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

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


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

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

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


/*Mobile Menu*/

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


.accordionButton {
	padding: 0;
}

.accordionButton h4 {
	width: 100%;
	text-align: center;
	color: white;	
	padding: 0;
	margin:0;
	font-weight: normal;
	font-size: 160%;
}

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

.accordionButton:hover h4 span {
	color: #262626;
	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: 105%;
	margin: 0;
	padding: 0;
	line-height: 36px;
	color: white;
	float: none;
	text-align: center;
}

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

#accordionSection .accordionContent li a i.fab {
	color: white;
}

#accordionSection .accordionContent li a i.fab:hover {
	color: #262626;
}

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

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

#accordionSection .accordionContent li.subNav {
/*	margin-left: 15px;*/
	line-height: 26px;
	text-transform: none;
	font-size: 100%;
	color: white !important;
}

/*#accordionSection .accordionContent li.subNav.topSubNav {
	border-top: 1px solid white;
}

#accordionSection .accordionContent li.subNav.lastSubNav {
	border-bottom: 1px solid white;
}
*/
#accordionSection .accordionContent li a.contactUs {
	padding: 5px;
}



/*Home Banner*/

#homeBanner {
	float: left;
	width: 100%;		
	padding: 60px 0 60px 0;
	background: url("images/banner-background.jpg") no-repeat center center fixed; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
    background-size: cover;
	background-attachment: scroll;
}

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






#homeBannerImage img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#homeBannerImage img:hover {
	-moz-transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	transform: rotate(10deg);
}




@keyframes sideToSide {
    0% {
        transform: rotate(10deg);
    }
    100% {
        transform: rotate(0deg);
    }
}


#homeBannerImage img {
	animation: ease-in-out 1s 1 sideToSide;
}





/*Our Story*/

#ourStory #homeBannerText {
	float: left;
	margin: 180px 0 190px 0;
}

#ourStory #homeBannerText p {
	color: #becfc1; 
	font-size: 110%;
	margin: 30px 0 0 0;
	padding: 0;
	text-transform: none;
	font-weight: bold;
}

/*CollabPage*/

#collabPage #homeBannerText {
	float: left;
	margin: 180px 0 190px 0;
}

#collabPage #homeBannerText p {
	color: #becfc1; 
	font-size: 110%;
	margin: 30px 0 0 0;
	padding: 0;
	text-transform: none;
	font-weight: bold;
}

/*Training Page*/

#trainingPage #homeBannerText {
	float: left;
	margin: 150px 0 50px 0;
}

#trainingPage #homeBannerText p {
	color: #becfc1; 
	font-size: 110%;
	margin: 30px 0 0 0;
	padding: 0;
	text-transform: none;
	font-weight: bold;
}



/*Contact Page*/

#contactPage #homeBannerText {
	float: left;
	margin: 150px 0 50px 0;
}

#contactPage #homeBannerText p {
	color: #becfc1; 
	font-size: 110%;
	margin: 30px 0 0 0;
	padding: 0;
	text-transform: none;
	font-weight: bold;
}


/*Consultancy Page*/

#consultPage #homeBannerText {
	float: left;
	margin: 100px 0 50px 0;
}

#consultPage #homeBannerText p {
	color: #becfc1; 
	font-size: 110%;
	margin: 30px 0 0 0;
	padding: 0;
	text-transform: none;
	font-weight: bold;
}



/*										Copyright							*/

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

footer {
	width: 1400px;	margin: 0 auto;
	padding: 6px 0 3px 0;
	box-sizing: border-box;
}

footer hr {
	border: none;
	border-top: 1px solid white;	
	margin: 10px 0 10px 0;
}
	
footer p {
	color: white;
	font-size: 70%;
	line-height: 23px;
	margin: 0 0 3px 0;
	text-transform: uppercase;
}

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

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

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


footer li {
	display: inline;
	color: white;
	font-size: 80%;
	line-height: 23px;
	margin: 0 0 0 0;
}

footer li.divider {
	margin: 0 5px 0 5px;
}

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

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

#copyRight {
	float: right;	
}

#copyLeft {
	float: left;	
}


/*Contact Area*/

#contactOuter {
	float: left;
	width: 100%;	
	background-color: #dbb3a2;
	padding: 75px 0 75px 0;
}

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

.contactBox {
	float: left;
	width: 33%;	
	padding: 0 40px 0 0;
	box-sizing: border-box;
	text-align: center;
}

.contactBox.lastContactBox {
	float: right;
	width: 33%;	
	padding: 0;
	margin-right: 0;
	border-right: 0;
}

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


#contactInner h2 {
	color: white;
	margin: 10px 0 10px 0;
	padding: 0 0 10px 0;
	text-transform: none;
}

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

#contactInner p {
	color: white;
	line-height: 26px;
}

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

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

#contactInner p.brochureDownload a {
	background-color: #a4c8ea; 
	color: white;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

#contactInner p.brochureDownload a:hover {
	background-color:  #4a494a;
	color: white;
	text-decoration: none;
}


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

#contactInner i.fab {
	color: white; 
	font-size: 210% !important;
	margin-right: 10px;
}

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



#contactInner a {
	color: white;
}

#contactInner a:hover {
	color: #becfc1;
}

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

#contactInner li {
	color: white;
	line-height: 35px;
	font-size: 100%;
	display: block;
	margin: 0 5px 0 0;
	font-weight: bold;
}

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

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

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

/*										Banner								*/



/*#bannerOuter {
	float: left;
	width: 100%;
	background: url("images/permanent-makeup-southend-essex.jpg") no-repeat center center fixed; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
    background-size: cover;
	background-attachment: scroll;
}

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

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



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

#bannerInner {	
	height: 600px;
	position: relative;
	box-sizing: border-box;
}

#bannerDivideLeft {
	float: left;
	width: 50%;
	background: -webkit-gradient(linear, left top, right bottom, from(#becfc1), to(#ffffff));
	padding: 30px;
	box-sizing: border-box;
	height: 100%;
}

#bannerDivideRight {
	float: right;
	width: 50%;
	padding: 30px;
	box-sizing: border-box;
	height: 100%;
	background: url("images/permanent-makeup-southend-essex3.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

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



#bannerSlogan h2 {
	color: #262626;
	font-size: 200%;
	margin: 0;
	padding: 0;
	text-transform: none;
	line-height: 55px;
}

#bannerSlogan p {
	color: #282728;
	margin: 0;
	padding: 0; 
	line-height: 30px;
}

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


#bannerSlogan i.far {
	color: #dbb3a2;
	font-size: 110%;
	margin: 0 5px 0 0;
}

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

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

#bannerSlogan li {
	font-size: 130%;
	margin: 0;
	padding: 0; 
	line-height: 35px;
	display: block;
}


/*										Main Body						*/


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

#mainBody {
	padding-left: 15%;
	padding-right: 15%;
}


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

#mainBodyOuter.shortPage {
	min-height: 600px;
}


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

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

#mainBodyHome h1 {
	font-size: 160%;
	color: #262626;
	margin-bottom: 0;
	font-family: minion-pro, serif;
	font-weight: nomral;
}

#mainBodyOuter h1 {
	font-size: 180%;
	font-family: "PrintedMomentsRegular";
	line-height: 50px;
	margin: 20px 0 30px 0;
}

h1 span {
	border-bottom: 2px solid #becfc1;
}

h2 {
	color: #becfc1;
	font-size: 180%;
	font-family: "PrintedMomentsRegular";
	line-height: 43px;
	margin: 20px 0 30px 0;
}


#mainBodyHome h2 {
	padding-top: 0;
}


h3 {
	color: #becfc1;
	font-size: 130%;
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0;
}

h3 span {
	border-bottom: 2px solid #becfc1;
}

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

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


h4 {
	color: white;
	font-size: 130%;
	font-weight: bold;
	padding: 0;
	margin: 0;
	text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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


img {
	max-width: 100%;
	height: auto;
	border-radius: 5px;
	border: 3px solid #becfc1;
}	

img.rightImage {
	float: right;
	margin: 10px 0 20px 30px;
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
	border: 3px solid #becfc1;
	border-radius: 5px !important;
}	

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

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



#mainBody .fab {
	margin-left: 2px;
	margin-right: 2px;
	font-size: 160%;
}




/*Brand List*/

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

#mainBody ul.brandList li {
	display: inline-block;
	padding: 30px;
	font-size: 95%;
	font-weight: bold;
	display: table-cell;
	box-sizing: border-box;
}

#mainBody ul.brandList li span {
	border: 1px solid #676667;
	padding: 9px;
}

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

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



/*										About Guru ben					*/


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

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

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

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

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

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

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

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

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

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

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

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



/*										Timetable			*/


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

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

#timetableInner h2 {
	color: white;
	font-size: 150%;
	font-weight: normal;
	float: right;
	margin-top: 195px;
	text-transform: uppercase;
}

#timetableInner h2 span a {
	padding: 5px;
	background-color: #205163;
	color: #bb9530;
	text-decoration: none;
	margin-left: 10px;
}

#timetableInner h2 span a:hover {
	background-color: #bb9530;
	color: #205163;
	text-decoration: none;
}

/*											Contact Form 									*/

#contactFormArea fieldset {
	float: left;
	border: none;
	padding: 0;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 0;
	box-sizing: border-box;
}

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

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

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

#contactFormArea #submit.formButton {
	float: none;
	width: 100% !important;
	height: 40px;
	font-size: 100%;
	background-color: #becfc1;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
	text-transform: uppercase;
	border-radius: 0px !important;
	box-sizing: border-box;
}

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

#contactFormArea label {
	font-size: 100%;
	color: #becfc1;
	font-weight: 300;
	font-weight: bold;
	box-sizing: border-box;
}	

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

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


#contactFormArea textarea {
	color: #becfc1;	
	float: left;
	width: 100% !important;
	height: 175px;
	background-color: white;
	font-size: 80%;
	border: 1px solid #becfc1;
	margin-top: 10px;
	box-sizing: border-box;
}

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

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

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

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


/*											Home Boxes									*/

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

#homeBoxes {
	margin: 0 auto;
	width: 1400px;	
	padding-left: 12%;
	padding-right: 12%;
	box-sizing: border-box;
}


#homeBoxes h2 {
	color: #262626 !important;
}


.homeBox {
	float: left;
	width: 32%;	
	margin-right: 2%;
	text-align: center;
	box-sizing: border-box;
	margin-bottom: 30px;
}

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


.homeBox h3 {
	color: #262626;
	font-size: 140%;
	margin: 10px 0 0 0;
	padding: 0;
} 

.homeBox:hover {
	cursor: pointer;
}


.homeBox img {
	margin: 0;	
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
	border: 3px solid white;
	border-radius: 5px !important;
}

.homeBox:hover h3 {
	color: #262626;
}

.homeBox:hover img {
	border: 3px solid #becfc1;
}


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







/*											Tables 									*/

/*Table*/

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


table th {
	background-color: #becfc1;
	color: white !important;
	padding: 10px;
	font-size: 100%;
	border: none;
	border-right: 1px solid white;
}

/*table td {
	padding: 10px;	
	border: 1px solid #3c3c3b;
	font-size: 90%;
	background-color: white;
}

table td.highlighted {	
	background-color: #7cc9d5;
	color: #3c3c3b;
	border: 1px solid #3c3c3b;
}
*/



table td {
	padding: 15px;	
	border: none;
	font-size: 90%;
	background-color: white;
	overflow: hidden;
	border-bottom: 1px solid #efefef;
}

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


table td.highlighted {	
	color: #BA2637;
}

table td.price {	
	color: #BA2637;
}

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

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



/* Benefits */

#benefits {
	float: right;
	background-color: white;
	margin: 0 0 20px 20px;
	border-radius: 5px;
}

#benefits h2 {
	background-color: #A279BA;
	color: white;
	margin: 0;
	padding: 10px;
	border-radius: 5px 5px 0 0;
}

#benefits li {
	line-height: 45px;
	background-image: url(images/tick.png);
	background-size: 35px 27px;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 40px;
	font-size: 90%;
	color: #A279BA;
	font-weight: bold;
}

#benefits ul {
	list-style-type: none;
	padding-left: 20px;
	padding-right: 20px;
}



/*Areas Box*/

#areas {
	float: right;
	background-color: #11099e;
	margin: 0 0 20px 20px;
}

#areas h2 {
	background-color: #02a63a;
	color: white;
	margin: 0;
	padding: 10px;
}

#areas ul {
	margin: 5px 0 5px 0;
	padding-right: 10px;
}

#areas li {
	color: white;
}




#mainBody ul.columnList {
	-moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
}

#mainBody ul.columnList li {
	line-height: 32px;
	color: #A279BA;
	font-weight: bold;
}


#mainBody ul.columnListTwo {
	-moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
	list-style-type: none;
}

#mainBody ul.columnListTwo li {
	color: #becfc1;
	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: #becfc1;
	text-decoration: none !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 30px;
}

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

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



/*Options*/
/*
Sage Green #becfc1
Black #262626
Pale pink #dbb3a2*/



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

#optionSection h3 {
	padding: 10px 0 10px 10px;
	margin: 0;
	color: #262626 !important;
	font-size: 110% !important; 
}	

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

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

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

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

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

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


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


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

.optionContent {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding-left: 15%;
	padding-right: 15%;
	background-color: white;
	border-radius: 0 0 5px 5px;
}




/*Icons*/

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

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

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


/*Standout*/

#standoutBox {
	float: left;
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	background-color: #becfc1;
	margin: 0 0 20px 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;
}

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


/*Facebook Reviews*/

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

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

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



#return-to-top {
    position: fixed;
    bottom: 60px;
    right: 20px;
    background-color: #dbb3a2;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    display: none;
	border-radius: 5px;
    -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-color: #becfc1;
}

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



/*Hightlight Boxes*/

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


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

.highlightBoxOne p b {
	color: #becfc1 !important;
}

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


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

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




/*  News Box*/

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

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

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

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

#newsBox li {
	color: white;
}



/*Why Us*/

#whyUsOuter {
	padding: 40px 0 40px 0;
	float: left;
	width: 100%;	
}

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

#whyUsInner h1 {
	color: #b2bb1e;
	font-size: 120%;
	font-weight: bold;
}

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

#whyUsInner h2 {
	font-size: 310%;
	color: #ff9aca;
	line-height: 40px;
	font-weight: 100;
	margin-bottom: 0;
}

#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:#becfc1;
	line-height: 28px;
	font-size: 95%;
}

#whyUsInner ul.pointersList li img {
	border-radius: 5px;
}

#whyUsInner ul.pointersList li i.fa-check {
	font-size: 190%;
	color:#b2bb1e;
	margin-right: 5px;
}

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

#whyUsInner p.findMore a:hover {
	background-color: #b2bb1e;
	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: #262626;
}

#breadcrumbs li a {
	color: #b69e60;
	text-decoration: none;
}

#breadcrumbs li span {
	margin-right: 5px;
}

#breadcrumbs li a:hover {
	text-decoration: underline;
	color: #b69e60;
}




/*											Circle Boxes									*/

#circleBoxes {
	float: left;
	width: 100%;
	margin: 0;
	padding: 5px 0 15px 0;
}

.circleBox {
	float: left;
	width: 23.5%;	
	margin-right: 2%;
	text-align:center;
	box-sizing: border-box;
}

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

#circleBoxes .circleBox img {
	margin: 0;	
	max-width: 80%;
}

#circleBoxes .circleBox h2 {
	color: #33302B;
	font-size: 120%;
	text-align:center;
	padding: 7px 0 0 0;
	text-transform: none;
	margin: 0;
	border: none;
} 

#circleBoxes .circleBox p {
	font-size: 110%;
	line-height: 24px;
	color: #b2bb1e;
	margin: 10px 0 0 0;
	font-weight: normal;
	padding: 0 10px 0 10px;
} 

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

#circleBoxes .circleBox p b {
	color: #becfc1;
} 






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

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

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

ul.pointersList li img {
	border-radius: 5px;
}

ul.pointersList li i.far {
	font-size: 90%;
	color: #becfc1;
	margin-right: 5px;
}


ul.pointersList li span.team {
	padding: 10px;
	border: 1px solid #becfc1;
	border-radius: 5px;
}




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

ul.pointersListTeam li {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
	color: #becfc1;
	line-height: 28px;
	padding: 15px;
	border: 2px solid #becfc1;
	border-radius: 5px;
	background-color: #efefef;
}

ul.pointersListTeam li img {
	border-radius: 5px;
}


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

ul.pointersListTeam li i.far {
	font-size: 190%;
	color: #becfc1;
	margin-right: 5px;
}




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

ul.pointersListPrice li {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
	color: white;
	line-height: 28px;
	padding: 15px;
	border-radius: 5px;
	background-color: #becfc1;
}


ul.pointersListPrice li span.priceHeader {
	font-size: 140%;
	color: white;
	font-weight: bold;
}

ul.pointersListPrice li span.priceValue {
	font-size: 220%;
	color: white;
	font-weight: bold;
}





ul#testimonials {
	list-style-type: none; 
	padding: 0;
	text-align: center;
}

ul#testimonials i.fas {
	color: white;
}

/*Call Us*/

#callUsOuter {
	background-color: #becfc1;
	padding: 5px 0 5px 0;
	float: left;
	width: 100%;	
	text-align: center;
}

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

#callUsInner h2 {
	color: white;
	font-size: 150%;
	font-weight: bold;
	text-transform: uppercase;
}

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

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

#callUsInner p {
	color: white;
	font-size: 130%;
	font-weight: bold;
	text-transform: uppercase;
}

#callUsInner p a {
	color: #becfc1;
	text-decoration: none;
	font-weight: bold;
}

#callUsInner p a:hover {
	color: white;
	text-decoration: none;
	font-weight: bold;
}


/*Terms boxes*/

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

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

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

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

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

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

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




/*											Extra Boxes									*/


#extraOuter {
	float: left;
	width: 100%;
	padding: 80px 0 80px 0;
	background: url("images/wrapper-background.png") no-repeat center center fixed; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
    background-size: cover;
	background-attachment: scroll;
}

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


#extraTextSection {
	padding: 30px 100px 30px 100px;
	background-color: white;
	text-align: center;
	border-radius: 5px;
	width: 100%;	
	box-sizing: border-box;
}

#extraTextSection p {
	line-height: 35px;
}



/*											Driver Training								*/


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

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

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

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

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

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

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

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

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

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

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





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

ul.inlineList li {
	color: #becfc1 !important;
	font-size: 130% !important;
	display: inline;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
	line-height: 28px;
}


ul.inlineList li i.fas {
	color: #becfc1 !important;
	font-size: 160% !important;
}

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



#commitBox {
	float: left;
	width: 100%;
	height: 250px;
	margin: 0 0 20px 0;
	box-sizing: border-box;	
}

#innerPage #commitBox {
	margin: 0;
}

#commitImage {
	float: right;
	width: 50%;
	height: 250px;
	box-sizing: border-box;	
	background: url("images/storage-removals-essex.jpg") no-repeat center center fixed; 
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-attachment: scroll;
}

#commitText {
	float: left;
	width: 50%;
	height: 300px;
	box-sizing: border-box;
	padding: 20px 50px 20px 50px;
	text-align: left;
	background-color: #efefef;

}

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

#commitText ul li {
	display: inline-block;
	margin: 0 30px 20px 0;
}

#commitText li i.far {
	color: #becfc1 !important;
	font-size: 160%;
}



/*grey background*/

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

.greyBackgroundInner {
	margin: 0 auto;
	width: 1400px;	
	padding-left: 15%;
	padding-right: 15%;
	box-sizing: border-box;
}


.greyBackgroundInner h2 {
	color: #262626 !important;
}



/*white background*/

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

#innerPage .whiteBackground {
	text-align: left;
}

.whiteBackgroundInner {
	margin: 0 auto;
	width: 1400px;	
	padding-left: 15%;
	padding-right: 15%;
	box-sizing: border-box;
}




/*Blue background*/

.sloganBackground {
	float: left;
	width: 100%;
	background-color: #dbb3a2;
	padding: 10px 0 10px 0;
	text-align: center;
}

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

.sloganBackgroundInner h1 {
	color: white;
}

.sloganBackgroundInner h2 {
	color: white;
}

.sloganBackgroundInner p {
	color: white;
	font-size: 130%;
	line-height: 36px;
}

.sloganBackgroundInner p b {
	color: white !important;
}

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

.sloganBackgroundInner li {
	color: white;
}





/*#becfc1 background*/

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

.greenBackgroundInner {
	margin: 0 auto;
	width: 1400px;	
	padding-left: 15%;
	padding-right: 15%;
	box-sizing: border-box;
}

.greenBackgroundInner h1 {
	color: #262626 !important;
}

.greenBackgroundInner h2 {
	color: #262626 !important;
}

.greenBackgroundInner p {
	color: #262626 !important;
}

.greenBackgroundInner p a {
	color: #262626 !important;
}

.greenBackgroundInner li {
	color: #262626 !important;
}

.greenBackgroundInner li a {
	color: #262626 !important;
}





/*Price Boxes*/


.priceBox span {
	box-sizing: border-box;
	background-color: white;
	border: 1px solid #262626;
	border-radius: 5px;
	font-size: 110%;
	padding: 7px;
}


.priceBox p {
	color: #262626 !important;
}

.priceBox p b {
	color: #262626 !important;
}


/*Green background no white box*/

.greenBackgroundStandard {
	float: left;
	width: 100%;
	background-color: #becfc1;
	padding: 50px 0 70px 0;
}

#servicePages .greenBackgroundStandard {
	text-align: left;
}


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

.greenBackgroundStandardInner p {
	color: white;
}

.greenBackgroundStandardInner p b {
	color: white;
}

.greenBackgroundStandardInner p a {
	color: white;
}

.greenBackgroundStandardInner li {
	color: white;
}

.greenBackgroundStandardInner li b {
	color: white;
}

.greenBackgroundStandardInner li a {
	color: white;
}
.greenBackgroundStandardInner h1 {
	color: white;
}

.greenBackgroundStandardInner h2 {
	color: white;
}


.greenBackgroundStandardInner hr {
	border-top: 1px solid white;	
}

/*Side Text*/

.textSideBox {
	background-color: white;
	padding: 40px 60px 40px 60px;
	width: 40%;
	text-align: left;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.25);
	-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.25);
	box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.25);
	margin-bottom: -150px;
	margin-top: 40px;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.imageSideBox {
	float: right;
	width: 70%;
	height: auto;
	position: relative;
	margin-top: -370px;
	z-index: 1;
}

.imageSideBox img {
	border: 1px solid white;
	max-width: 100%;
	height: auto;
	display:block;
}



/*Inner Services background*/

.servicesBackground {
	float: left;
	width: 100%;
	padding: 140px 0 140px 0;
	text-align: center;
}

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

.textWideBox {
	background-color: white;
	padding: 40px 60px 40px 60px;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.25);
	-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.25);
	box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.25);
	margin-bottom: -200px;
	margin-top: 140px;
}

.servicesBackground.content {
	background: url("images/website-content-creation.jpg") no-repeat center center fixed; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
    background-size: cover;
	background-attachment: scroll;
}

.servicesBackground.digital {
	background: url("images/digital-marketing.jpg") no-repeat center center fixed; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
    background-size: cover;
	background-attachment: scroll;
}

.servicesBackground.social {
	background: url("images/social-media.jpg") no-repeat center center fixed; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
    background-size: cover;
	background-attachment: scroll;
}

.servicesBackground.admin {
	background: url("images/admin.jpg") no-repeat center center fixed; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
    background-size: cover;
	background-attachment: scroll;
}

.servicesBackground.financial {
	background: url("images/finance.jpg") no-repeat center center fixed; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
    background-size: cover;
	background-attachment: scroll;
}

.servicesBackground.academy {
	background: url("images/coaching.jpg") no-repeat center center fixed; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
    background-size: cover;
	background-attachment: scroll;
}
					 
img.hiddenServicesImage {
	display: none;
}

/*Rounded Box*/



.roundedBox {
	float: left;
	width: 32%;	
	margin-right: 2%;
	text-align: center;
	box-sizing: border-box;
	border: 2px solid #becfc1;
	padding: 15px;
	min-height: 425px;
}

.roundedBox.lastRoundedBox {
	float: right;
	margin-right: 0;
}

.roundedBox i.fas {
	color: #becfc1;
	font-size: 250%;
}



/*left Right */

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

#leftBox {
	float: left;
	width: 47%;
}

#rightBox {
	float: right;
	width: 47%;
}


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

ul.servicesList i.fas {
	color: #becfc1;
}






/*Side Boxes*/

#homeSideBoxesOuter {
	float: left;
	width: 100%;	
	padding: 40px 0 40px 0;
}

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

/*#homeSideBoxes img {
	-webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

#homeSideBoxes img:hover {
	transform: rotate(360deg);
}
*/


#homeSideBoxes ul {
	padding-left: 0;
	margin-top: 10px;
	
}

#homeSideBoxes ul li {
	display: inline-block;
	box-sizing: border-box;
	margin-right: 15px;
	margin-bottom: 15px;
}

#homeSideBoxes .sideBoxOne ul li i.fas {
	color: #becfc1;
}

#homeSideBoxes .sideBoxTwo ul li i.fas {
	color: #becfc1;
}

#homeSideBoxes .sideBoxThree ul li i.fas {
	color: #becfc1;
}

.sideBoxOne {
	float: left;
	width: 100%;
	padding: 15px 100px 15px 100px;
	box-sizing: border-box;
}

.sideBoxOne img {
	float: right;
	margin-left: 30px;
	margin-right: 20px;
}

.sideBoxOne h2 {
	color: #becfc1;
	margin-top: 60px;
}


.sideBoxTwo {
	float: left;
	width: 100%;
	padding: 15px 100px 15px 100px;
	box-sizing: border-box;
}

.sideBoxTwo img {
	float: left;
	margin-right: 30px;
	margin-left: 20px;
}

.sideBoxTwo h2 {
	color: #becfc1;
	margin-top: 60px;
}


.sideBoxThree {
	float: left;
	width: 100%;
	padding: 15px 100px 15px 100px;
	box-sizing: border-box;
}

.sideBoxThree img {
	float: right;
	margin-left: 30px;
	margin-right: 20px;
}

.sideBoxThree h2 {
	color: #becfc1;
	margin-top: 60px;
}
/*
.sideBoxOne:hover img {
	transform: rotate(360deg);
}

.sideBoxTwo:hover img {
	transform: rotate(360deg);
}

.sideBoxThree:hover img {
	transform: rotate(360deg);
}


@keyframes spinAround {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


#homeSideBoxes img {
	animation: 5s ease-in-out .8s spinAround;
}
*/



/*Support Boxes*/

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

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


#supportBoxes p a {
	color: #becfc1;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

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





/*Other Edits*/

/*
New Grey #becfc1
Red #becfc1
Yellow #becfc1
Blue #becfc1*/


.setsApart i.fas {
	color: #becfc1;
}

ul.setsApart {
	padding-left: 0;
	margin-top: 10px;
	list-style-type: none;
	
}

ul.setsApart li {
	display: inline-block;
	box-sizing: border-box;
	margin-right: 15px;
	margin-bottom: 15px;
}



i.fa-linkedin {
	color: #becfc1;
}

i.fa-linkedin:hover {
	color: #becfc1;
}


img.teamImage{
	border-radius: 50%;
	webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.25);
	-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.25);
	box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.25);
}


#collabPage #mainBodyHome {
	text-align: left;
}

#collabPage .greyBackground {
	text-align: left;
}

#collabPage .whiteBackground {
	text-align: left;
}


#trainingPage #mainBodyHome {
	text-align: left;
}

#trainingPage .greyBackground {
	text-align: left;
}

#trainingPage .whiteBackground {
	text-align: left;
}


#contactPage #mainBodyHome {
	text-align: center;
}

#contactPage .greyBackground {
	text-align: center;
}

#contactPage .whiteBackground {
	text-align: center;
}

#consultPage #mainBodyHome {
	text-align: left;
}

#consultPage .greyBackground {
	text-align: left;
}

#consultPage .whiteBackground {
	text-align: left;
}


img.leftImage {
	float: left;
	margin: 0 30px 30px 0;
}



.leftBox {
	float: left;
	width: 48%;
	padding: 30px;
	box-sizing: border-box;
	background-color: #becfc1;
	text-align: center;
	border-radius: 5px;
	margin-top: 20px;
}

.rightBox {
	float: right;
	width: 48%;
	padding: 30px;
	border-radius: 5px;
	box-sizing: border-box;
	background-color:#becfc1;
	text-align: center;
	margin-top: 20px;
}

.leftBox p {
	color: white;
}

.leftBox li {
	color: white;
}

.leftBox p a {
	color: white;
}

.leftBox p a:hover {
	color: white;
}

.leftBox h2 {
	color: white;
}

.rightBox p {
	color: white;
}

.rightBox li {
	color: white;
}

.rightBox p a {
	color: white;
}

.rightBox p a:hover {
	color: white;
}

.rightBox h2 {
	color: white;
}




.leftThreeBox {
	float: left;
	width: 32%;
	margin-right: 2%;
	padding: 30px;
	box-sizing: border-box;
	background-color: #becfc1;
	text-align: center;
	border-radius: 5px;
	margin-top: 20px;
}

.midThreeBox {
	float: left;
	width: 32%;
	margin-right: 2%;
	padding: 30px;
	box-sizing: border-box;
	background-color:#becfc1;
	text-align: center;
	border-radius: 5px;
	margin-top: 20px;
}

.rightThreeBox {
	float: right;
	width: 32%;
	padding: 30px;
	border-radius: 5px;
	box-sizing: border-box;
	background-color: #becfc1;
	text-align: center;
	margin-top: 20px;
}

.leftThreeBox p {
	color: white;
}

.leftThreeBox li {
	color: white;
}

.leftThreeBox p a {
	color: white;
}

.leftThreeBox p a:hover {
	color: white;
}

.leftThreeBox h2 {
	color: white;
}

.rightThreeBox p {
	color: white;
}

.rightThreeBox li {
	color: white;
}

.rightThreeBox p a {
	color: white;
}

.rightThreeBox p a:hover {
	color: white;
}

.rightThreeBox h2 {
	color: white;
}

.midThreeBox p {
	color: white;
}

.midThreeBox li {
	color: white;
}

.midThreeBox p a {
	color: white;
}

.midThreeBox p a:hover {
	color: white;
}

.midThreeBox h2 {
	color: white;
}











.googleMap {
    	-webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}



#contactPage #mainBodyHome i.fas {
	color: #becfc1;
	font-size: 200%;
}

#contactPage #mainBodyHome i.far {
	color: #becfc1;
	font-size: 200%;
}

#contactPage .whiteBackground i.fas {
	color: #becfc1;
	font-size: 200%;
}

#contactPage .whiteBackground i.far {
	color: #becfc1;
	font-size: 200%;
}



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

ul.sloganArea li {
	display: inline-block;
	color: #becfc1;
	font-size: 140%;
	font-style: italic;
	margin: 0 20px 0 20px;
	font-weight: bold;
	line-height: 35px;
}



#contactPage {
	text-align: center;
}



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

ul.tickList li {
	display: inline-block;
	margin: 0 10px 0 10px;
	line-height: 34px;
}

ul.tickList li i.far {
	color: #becfc1;
	font-size: 130%;
}




/*Team Box*/



.teamBox {
	float: left;
	width: 23%;
	margin-right: 2.6%;
	text-align: center;
	box-sizing: border-box;
}

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

.teamBox img {
	margin: 0 !important;
	padding: 0 !important;
	max-width: 80%;
	height: auto;
	box-sizing: border-box;
}

.teamBox h3 {
	margin-top: 10px;
	font-size: 100%;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #becfc1;
}

.teamBox p {
	margin-top: 0;
	padding-top: 0;
}




.proLeft {
	float: left;
	width: 45%;
}

.proRight {
	float: right;
	width: 45%;
}


/*Contact*/

.leftContact {
	float: left;
	width: 45%;
}

.rightContact {
	float: right;
	width: 45%;
}



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



/*Stamp*/


#stampLogo {
	float: left;
	width: 100%;
	background-color: #dbb3a2;
}


#stampLogo img {
	margin-left: auto !important; 
	margin-right: auto !important; 
	display: block !important;
	border: 0px;
	margin-top: -80px;
}





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

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

header {
	width: 100%;	
	padding: 0 15px 0 15px;
	box-sizing: border-box;
}
					 
#homeBannerInner {
	width: 100%;
	padding: 0 5px 0 5px;
	box-sizing: border-box;	
}
					 
					
#homeSideBoxes {
	width: 100%;
	padding: 0 5px 0 5px;
	box-sizing: border-box;
}	
					 
#supportBoxes {
	width: 100%;
	padding: 0 5px 0 5px;
	box-sizing: border-box;
}						 

#homeBoxes {
	width: 100%;
	box-sizing: border-box;
}					 
					 				 
				
footer {
	width: 100%;	
	padding: 0 5px 0 5px;
	box-sizing: border-box;
}
					 
.greyBackgroundInner {
	width: 100%;	
	box-sizing: border-box;
}
					 
.whiteBackgroundInner {
	width: 100%;	
	box-sizing: border-box;
}
					 
.blueBackgroundInner {
	width: 100%;	
	box-sizing: border-box;
}
					 
.sloganBackgroundInner {
	width: 100%;	
	box-sizing: border-box;
}					 
					 
.greenBackgroundInner {
	width: 100%;	
	box-sizing: border-box;
}
					 
.greenBackgroundStandardInner {
	width: 100%;	
	box-sizing: border-box;
}	
					 
.servicesBackgroundInner {
	width: 100%;	
	box-sizing: border-box;
}
					 
.servicesBackground {
	padding: 0;
}	
					 
img.hiddenServicesImage {
	display: block;
}					 
					 
.textWideBox {
	padding: 20px;
	margin-bottom: 30px;
	margin-top: 0;
}					 
					 
.servicesBackground.content {
	background: #becfc1 !important; 
}				 
					 
.servicesBackground.digital {
	background: #becfc1 !important; 
}	
					 
.servicesBackground.social {
	background: #becfc1 !important; 
}	
					 
.servicesBackground.admin {
	background: #becfc1 !important; 
}					
					 
.servicesBackground.financial {
	background: #becfc1 !important; 
}						

.servicesBackground.academy {
	background: #becfc1 !important; 
}	
					 
#bannerInner {
	width: 100%;	
	box-sizing: border-box;
}
					 
#mainBody {
	width: 100%;	
	box-sizing: border-box;
}

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

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

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

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

					 
#callUsInner {
	float: left;
	width: 100%;	
	padding: 0 5px 0 5px;
	box-sizing: border-box;
}						 
					 
					 
#homeInfoInner {
  width: 100%;	
	padding: 0 5px 0 5px;
	box-sizing: border-box;
}
	
					 
#extraInner {
	width: 100%;	
	padding: 0 5px 0 5px;
	box-sizing: border-box;
}					 
	
					 
				 
}


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



nav li {
	margin: 0 0 0 20px;
}

}




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

					 
#bannerInner {	
	height: 400px;
}

#bannerSlogan {
	left: 0;
}					 
					 
					 
#logo {
	float: left;
	width: 100%;
	position: relative;
	margin-left: 0;
}
					 
#logo img {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
					 
#logo #logoDesktop {
	display: none;
}			
					 
#logo #logoMobile {
	display: block;
}
					
					 
nav {
	float: left;
	width: 100%;
	text-align: center;
}

nav ul {
	float: left;
	width: 100%;
}
					 
nav li {
	margin: 0 15px 0 15px !important;
}					 

#contactHeader {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}
	

#contactHeader p.bookOnline {
	float: none;
	text-align: center;
	background-color: #becfc1;
	padding: 0 !important;
}	
					 

#bannerLeft {
	float: left;
	width: 47%;
	margin-top: 80px;
}

					 
					 
					 
}





@media only screen 
and (max-width : 1080px) 
				 {

					 		 
					 

#homeBannerText {
	float: left;
	width: 100%;
	margin-top: 30px;
	text-align: center;
}

#homeBannerImage {
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-bottom: -75px;
	z-index: 999999;
}					 
					 
#homeBannerImage img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 300px;
	height: auto;
	max-width: 60%;
}					 
	

}






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


#accordionSection {
	display: block;
}
					 
.mainNav {
	display: none;
}	
						 
					 
					 
header {
	width: 100%;	
	box-sizing: border-box;
}
	
#headerBackground {
	padding-bottom: 0;
}
	 
				 
					 
#reviews {
	float: left;
	width: 100%;
	margin: 10px 0 30px 0;
	text-align: center;
}
					 
#headerLogos {
	display: none;
}	
					 
#contactHeader {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	text-align: center;
}

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

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

#mainBody {
	width: 100%;	
	box-sizing: border-box;
}

#mainBodyOuter {
	margin-top: 0;
}

footer {
	width: 100%;	
	padding: 0 5px 0 5px;
	box-sizing: border-box;
}


#copyright {
	width: 100%;	
	padding: 0 5px 0 5px;
	box-sizing: border-box;
}
					 
#contactFormInner {
	width: 100%;	
	padding: 0 5px 0 5px;
	box-sizing: border-box;
}					 
		 
#latestProjectsInner {
 width: 100%;	
	padding: 0 5px 0 5px;
	box-sizing: border-box;
}
	
#contactInner {
	width: 100%;	
	padding: 0 5px 0 5px;
	box-sizing: border-box;
}


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


#standoutBox img {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
					 
#standoutBox h2 {
	font-size: 120%;
	text-align: center;
}	
					 
#standoutBox p {
	font-size: 110%;
	text-align: center;
}				
					 
.circleBox {
	float: left;
	width: 40%;	
	margin-right: 5%;
	margin-bottom: 30px;
	text-align:center;
	box-sizing: border-box;
}
					 
.circleBox img {
	max-width: 70% !important;
}

.circleBox.lastCircleBox {
	float: left;
	margin-right: 0;
}	
					 
					 
.leftThreeBox {
	width: 100%;
	margin-right: 0;
	padding: 20px;
}

.rightThreeBox {
	width: 100%;
	margin-right: 0;
	padding: 20px;
}
					 
.midThreeBox {
	width: 100%;
	margin-right: 0;
	padding: 20px;
}	
					 
.homeBox {
	float: left;
	width: 48%;	
	margin-right: 2%;
	box-sizing: border-box;
	margin-bottom: 30px;
}

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

#bannerLeft {
	float: left;
	width: 100%;
	text-align: center;
	margin: 10px 0 0 0;
}


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

#bannerRight img {
	width: 70%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
					 
					 
					 
					 

}




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

/*Side Text*/

.textSideBox {
	padding: 20px 40px 20px 40px;
	width: 100%;
	margin: 0;
	position: static;
	overflow: hidden;
	z-index: 2;
	box-sizing: border-box;
}

.imageSideBox {
	float: left;
	width: 100%;
	position: static;
	margin-top: 0;
	box-sizing: border-box;
}

.imageSideBox img {
	border: none;
}
					 
.whiteBackground {
	margin-top: 0;
}
					 
#bannerInner {	
	height: 350px;
}

					 
					 
					 
}




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

#contactHeader li {
	display: inline-block;
	margin: 0 5px 0 5px;
}	
					 
					 
.proLeft {
	width: 100%;
}

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




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

#bannerInner {
	float: left;
	height: auto;
	width: 100%;
	position: relative;
}					 
					 
					 
#bannerDivideLeft {
	width: 100%;
	padding: 0 20px 0 20px;
	height: auto;
}

#bannerDivideRight {
	float: left;
	width: 100%;
	padding: 20px;
	height: 450px;
}

#bannerSlogan {
	position: relative;
	text-align: center;
	width: 100%;
	padding: 20px;
	top: 0;
	left: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}	

}
					 
		



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

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

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


img.rightImage {
	float: none;
	clear: both;
	margin-left: 0;
}					 
					 
img.leftImage {
	float: none;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
					 
#aboutInner img {
	float: none;
	clear: both;
	margin-left: 0;
}
					 
#gallery img {
	float: left;
	width: 48%;
	height: auto;
}

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

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



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




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


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

					 
#areas {
	float: none;
	clear: both;
}
					 
#copyLeft {
	float: left;	
	width: 100%;
	text-align: center;
}	

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

#mainBody ul.columnList {
	-moz-column-count: 1;
    -moz-column-gap: 10px;
    -webkit-column-count: 1;
    -webkit-column-gap: 10px;
    column-count: 1;
    column-gap: 10px;
}

#mainBody ul.columnListTwo {
	-moz-column-count: 1;
    -moz-column-gap: 10px;
    -webkit-column-count: 1;
    -webkit-column-gap: 10px;
    column-count: 1;
    column-gap: 10px;
}
	
.facebookReview {
	float: left;
	width: 100%;	
	margin-top: 15px;
}

.facebookReviewRight {
	float: left;
	width: 100%;	
	margin-top: 15px;
}	
					 
					 
#teachersPage .highlightBoxOne {
	padding: 40px;
}


#teachersPage .highlightBoxTwo {
	padding: 40px;
}

#teachersPage img.rightImage {
	margin-top: 10px;
	margin-left: 0;
}

#teachersPage h2 {
	margin-bottom: 20px;
}					 
					 
	#topBar p {
	font-size: 90%;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

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

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

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

				 
			 				 
					 
#innerServicesOuter {
	height: 225px;
}			 

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


.teamBox.lastTeamBox {
	float: left;
	width: 47%;	
} 		
						 
					 
.contactFormLeft {
	width: 100%;	
}

.contactFormRight {
	float: left;
	width: 100%;	
}	
					 
					 
.circleBox p {
	font-size: 95% !important;
}
	
					 
					 
.homeInfoLeft {
	float: left;
	width: 100%;
}

.homeInfoRight {
	float: left;
	width: 100%;
	margin-top: 20px;
}		
						 				 
					 
.homeBox {
	float: left;
	width: 100%;	
	margin: 0 0 20px 0;
	box-sizing: border-box;
}
			 

.homeBox.lastBox {
	float: left;
	width: 100%;	
	margin: 0 0 20px 0;
	box-sizing: border-box;
} 
			 
.homeBox img {
	max-width: 60% !important;
}				 
						 
#commitBox {
	height: auto;
}

#commitImage {
	float: left;
	width: 100%;
	height: 300px;
	border-radius: 5px 5px 0 0;
}

#commitText {
	float: left;
	width: 100%;
	height: auto;
	padding: 30px;
	border-radius: 0 0 5px 5px;
	text-align: center;

}
	
					 

.roundedBox {
	float: left;
	width: 100%;	
	margin: 0 0 20px 0;
	min-height: auto;
}

.roundedBox.lastRoundedBox {
	float: left;
	width: 100%;	
	margin: 0;
	min-height: auto;
}
					 
					 
#leftBox {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

#rightBox {
	float: right;
	width: 100%;
}	
					 					 
					 
					 
.sideBoxOne {
	text-align: center;
	padding: 15px 0 15px 0;
}
					
.sideBoxOne img {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.sideBoxOne h2 {
	margin-top: 10px;
}					 
					 
.sideBoxTwo {
	text-align: center;
	padding: 15px 0 15px 0;
}

.sideBoxTwo img {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.sideBoxTwo h2 {
	margin-top: 10px;
}						 
					 
.sideBoxThree {
	text-align: center;
	padding: 15px 0 15px 0;
}

.sideBoxThree img {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.sideBoxThree h2 {
	margin-top: 10px;
}	
					 
					 
#extraOuter {
	padding: 100px 30px 100px 30px;
	box-sizing: border-box;
}

#extraTextSection {
	padding: 30px 50px 30px 50px;
	box-sizing: border-box;
}					 
					 
.contactBox {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 0;
	margin: 0 0 10px 0;
	border-right: 0;
}

.contactBox p {
	margin-top: 0;
}					 
					 

.contactBox.lastContactBox {
	float: left;
	width: 100%;	
	padding:0;
	border-bottom: 0;
} 
					 
.contactBox.contactSecondBox {
	width: 100%;
}		 
					 
.contactBox.lastContactBox img {
	float: none;
	margin-left: auto;
	margin-right: auto;
} 	


footer li.divider {
	display: none;
}					 

.leftBox {
	width: 100%;
	padding: 20px;
}

.rightBox {
	width: 100%;
	padding: 20px;
}					 
					 

					 
footer li {
	display: block;
}					 
 }
 







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

#mainBody ul.brandList {
	margin: 0;
}

#mainBody ul.brandList li {
	border: none;
    display: block;
	float: left;
	 width: 100%;
	margin-bottom: 10px;

					 }
					 				 

	#homeBoxes {
	margin-bottom: 0;
}					 
	
	
	
#homeBanner {
	text-align: center;
}					 				 

	
#bannerDivideRight {
	height: 350px;
}				 
					 

#bannerSlogan h2 {
	font-size: 150% !important;
}

#bannerSlogan li {
	font-size: 110%;
	line-height: 30px;
}	
					 
#bannerSlogan p a {
	font-size: 100%;
}					 
					 
#bannerSlogan li i.fas {
	font-size: 90%;
}
							 
					 
/*Contact*/

.leftContact {
	width: 100%;
}

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





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

				 
					 

	

}



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

				 	 
								 				 
					 
#topBar li {
	display: block;
	font-size: 90%;
}					 
					 
					 
#logo img {
	max-width :90%;
}	
	
	
.innerBox {
	float: left;
	width: 100%;	
	border: none;
}


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



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


#teachersPage .highlightBoxTwo {
	padding: 20px;
}					 

					 

 #contactHeader li {
	font-size: 90%;
}	
					 
.teamBox {
	float: left;
	width: 100%;	
	margin-bottom: 10px;
}


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

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

.circleBox.lastCircleBox {
	float: left;
	margin-right: 0;
}
	
#homeBannerText h1 {
	font-weight:800;
	font-size: 220%;
}					 
					 
#homeBannerText h2 {
	font-weight:800;
	font-size: 220%;
}

#homeBannerText h3 {
	font-size: 120%;
}

#homeBannerText p {
	font-size: 110%;
	margin: 30px 0 0 0;
}

#homeBannerText p img {
	margin-bottom: -12px;
}					 
					 				 
#extraOuter {
	padding: 70px 20px 70px 20px;
}

#extraTextSection {
	padding: 30px;
}	
					 
#extraTextSection p {
	font-size: 100%;
}					 
					 
					 
	
#mainBodyOuter h1 {
	font-size: 140%;
}
					 
h2 {
	font-size: 140%;
}

h3 {
	font-size: 110%;
} 
					 
					 
.homeBox img {
	max-width: 90% !important;
}					 
	
					 
#housePage #bannerOuter {
	height: 150px;
}

#furniturePage #bannerOuter {
	height: 150px;
}

#wastePage #bannerOuter {
	height: 150px;
}					 
	
#mainBody {
	padding-left: 5%;
	padding-right: 5%;
}
					 
					 
#bannerDivideRight {
	height: 250px;
}					 
					 
}
		



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

}





.iris {
	width: 100% !important;
	border: none !important;
	font-family: minion-pro, serif;
	color: #becfc1 !important;
	padding: 0 !important;
	margin-top: 20px !important;
}

.iris h1 {
	display: none !important;
}


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

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

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

.iris .iris-row button:hover {
	cursor: pointer;
	border: 0px !important;
	background-color: #becfc1 !important;
	color:  #262626 !important;
}

.iris .iris-row .label {
	font-size: 110%;
	color:  #262626;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	
}	

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


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


.iris .iris-row select {
	color:  #262626;
	border: none;
	float: left;
	width: 100% !important;
	height: 30px;
	background-color:white;
	font-size: 100%;
	border: 1px solid #efefef;
	margin-top: 10px;
	border-radius: 5px;
	box-sizing: border-box;text-align-last: center;
   text-align: center;
   -ms-text-align-last: center;
   -moz-text-align-last: center;
}


.iris .iris-row textarea {
	color:  #262626;;	
	float: left;
	width: 100%;
	height: 150px;
	background-color: white;
	font-size: 100%;
	border: 1px solid #efefef;
	margin-top: 2px;
	border-radius: 5px;
	text-align: center;
	box-sizing: border-box;
}

.iris .iris-row .checkboxes {
	box-sizing: border-box;
}


.iris .iris-row .checkbox {
	float: left;
	width: 100% !important;
	margin-top: 2px;
	text-align: center;
	border: 1px solid #efefef;
	padding: 5px;
	font-size: 110% !important;
	color: #262626 !important;
	box-sizing: border-box;
}


.iris .iris-row .checkboxes .checkbox {
	white-space: normal !important;
}


/*.iris .iris-row .checkbox {
	float: left;
	width: auto !important;
	margin-top: 5px;
	text-align: left;
	border: 1px solid #efefef;
	padding: 5px;
	font-size: 110% !important;
	color: #262626 !important;
	box-sizing: border-box;
}
*/

.iris .iris-row .checkbox input {
	float: none !important;
	width: 20px !important;
	height: 20px !important;
	margin-top: 3px !important;
	box-sizing: border-box;
}


/*.iris .iris-row .checkbox input {
	float: left !important;
	width: 20px !important;
	height: auto !important;
	margin-top: 3px !important;
	margin-right: 5px !important;
	box-sizing: border-box;
}
*/


.iris .success {
	background-color: #becfc1 !important;
	border: #becfc1 1px solid !important;
	padding: 10px !important;
	box-sizing: border-box;
	color:  #262626 !important;
	font-size: 110% !important;
	font-weight: bold !important;
	text-align: center !important;
}

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

.iris .g-recaptcha div {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.iris span.additionalInfo {
	font-size: 80% !important;
	font-weight: normal !important;
	font-style: italic;
}




/*Tiled Gallery*/

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

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

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

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



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


*/



.greenBackgroundInner .tiledGalleryColumn img {
 border-color: white !important;
}





/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.75);
}

/* Modal Content */
.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
	text-align: center;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 5px;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
}

.prev {
  left: 0;
}


/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(190, 207, 193, 0.8);
}

.mySlides img {
	max-width: 100%;
	max-height: 80vh;
}

.mySlides p {
	color: white;
	text-transform: uppercase;
}

.caption-container {
  text-align: center;
  padding: 2px 16px;
  color: white;
}