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

/*

Grey #efefef
Green #00ABFF
Font Grey #8f8e8e 
b2b1b1

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

*/

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

body#blog {
	background: white;
}

a img {
	border: none;	
}

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

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

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

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

#contact p {
	color: #00ABFF;
	font-size: 100%;
	display: inline;
	padding: 0 0 0 35px;
	margin: 0;
}

#contact p.phone {
	float: right;
	background-image: url(images/phone.png);
	background-position: left;
	background-repeat: no-repeat;
	margin-left: 5px;
}

#contact p.phone-left {
	float: left;
	background-image: url(images/phone.png);
	background-position: left;
	background-repeat: no-repeat;
	
	margin-right: 5px;
}

#contact p.email {
	float: left;
	background-image: url(images/email.png);
	background-position: left;
	background-repeat: no-repeat;
	margin-right: 5px;
}

#contact p a {
	color: #00ABFF;
	text-decoration: none;
}

#contact p a:hover {
	color: #00ABFF;
	text-decoration: underline;
}

#logo { 
	float: left;
	width: 23%;
	margin: 25px 0 15px 0;
	/*border-right: 2px solid #efefef;*/
	/*padding-right: 2%;*/
}

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

#logo:hover {
	cursor: pointer;	
}

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

/*#headerSlogan {
	float: left;
	padding: 0 30px 0 30px;
	text-align: center;
	color: #00ABFF;
	font-family: 'Parisienne', cursive;
	font-size: 210%;
}*/

#headerSlogan {
	float: left;
	width: 54%;
	padding: 7px 0 5px 0;
	text-align: center;
	color: #00ABFF;
	font-family: 'Pinyon Script', cursive;
	font-size: 180%;
}

#headerSlogan p {
	padding: 25px 0 0 0;
	margin: 0;
}


#headerSlogan img {
	width: auto;
	height:auto;
}

#openingTimes {
	float: right;
	width: 20%;
	text-align: right;
	margin: 15px 0 15px 0;	
	border-left: 2px solid #efefef;
	padding-left: 2%;
}

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

#openingTimes li {
	font-size: 110%;
}

#openingTimes li span {
	color: #00ABFF;
	text-transform: uppercase;
	font-size: 125%;
}

#openingTimes li span {
	line-height: 28px;
	
}


/*										Nav								*/

#navBackground {
	float: left;
	width: 100%;	
	background-color: #00ABFF;
	padding-bottom: 2px;
}

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

nav ul {
	list-style-type: none;
	padding: 10px 0 8px 0;
	margin: 0;
	text-align: center;
}

nav li {
	display: inline;
	color: white;
	font-size: 100%;
	margin: 0 15px 0 15px;
	padding: 0;
	text-transform: uppercase;
}

nav li a {
	color: white;
	text-decoration: none;
	margin: 0;
	font-weight: 300;
	border-bottom: 2px solid #00ABFF;
	padding: 0 8px 3px 8px;
}

nav li a:hover {
	color: white;
	text-decoration: none;
	border-bottom: 2px solid white;
}

nav li a.active {
	color: white;
	text-decoration: none;
	border-bottom: 2px solid white;
}



/*Mobile Menu*/

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

.accordionButton {
	padding: 0;
}

.accordionButton h4 {
	color: white;	
	height: 40px;
	width: 40px;
	padding: 0;
	margin:0;
}

.accordionContent {
	float: left;
}

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

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

#accordionSection .accordionContent li a {
	float: none;
	color: white;
	border: none;
	text-align: left;
	padding: 5px 0 5px 0;
	border-bottom: 2px solid #00ABFF;
}

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

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

/*										Copyright							*/

#footerBackground {
	float: left;
	width: 100%;	
	padding: 5px 0 10px 0;
	text-transform: uppercase;
	font-weight: 100;
	background-color: #00ABFF;
	margin-top: 10px;
}

footer {
	width: 1200px;
	margin: 0 auto;
	padding: 6px 0 3px 0;
	text-align: center;
}

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

footer img {
	margin: 0;
}

footer p {
	color: #8f8e8e;
	float: left;
	width: 100%;
	text-align: center;
	font-weight: 300;
	font-size: 70%;
	margin: 10px 0 5px 0;
}
	
footer p a {
	text-decoration: none;
	color:#8f8e8e;
}

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

#appointment {
	float: left;
	width: 100%;	
	margin-bottom: 10px;
}

footer h3 {
	color: #8f8e8e;
	text-align: center;
	font-weight: 300;
	font-size: 110%;
	margin: 0 0 10px 0;
	padding: 0;
}
	

/*										Banner								*/

#banner-slide {
   width: 100%;
   height: auto;
   margin-top: 10px;
}

#banner-slide img {
  max-width: 100%;
  height: auto;
  margin: 0 !important;
}

.mobileBanner {
	display: none;	
}


/*										Main Body						*/


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

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

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

#mainBody h1 {
	font-size: 115%;
	color: #00ABFF;
	text-transform: uppercase;
	border-bottom: 1px solid #8f8e8e;
	padding-bottom: 10px;
	font-weight: 400;
}

#mainBody h2 {
	font-size: 115%;
	color: #00ABFF;
	text-transform: uppercase;
	border-bottom: 1px solid #8f8e8e;
	padding-bottom: 10px;
	margin-top: 25px;
	font-weight: 400;
}

#mainBody h3 {
	background-color: #39587f;
	padding: 5px 0 5px 0;
	text-align: center;
	color: white;
}

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

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

#mainBody p {
	font-size: 90%;
	line-height: 26px;
	color: #8f8e8e;
	font-weight: 400;
}

#mainBody p b {
	color: #00ABFF;
	font-weight: 700;
}	

#mainBody p a {
	color: #8f8e8e;
	text-decoration: underline;
}

#mainBody p a:hover {
	color: #8f8e8e;
	text-decoration: none;
}

#mainBody li {
	font-size: 90%;
	line-height: 30px;
	color: #8f8e8e;
	font-weight: 400;
}

#mainBody li b {
	color:#00ABFF;
	font-weight: 700;
}

#mainBody li a {
	color: #8f8e8e;
	text-decoration: none;
}

#mainBody li a:hover {
	color: #8f8e8e;
	text-decoration: underline;
}

#mainBody img {
	margin: 10px 0 0 0;
	max-width: 100%;
	height: auto;
}	

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

#mainBody .keyServices {
	float: right;
	padding: 0;
	background-color: #606e7f;
	margin: 10px 0 10px 10px;
}

#mainBody .keyServices h2 {
	color: white;
	background-color: #39587f;
	margin: 0;
	padding: 10px;
}

#mainBody .keyServices ul {
	padding-right: 20px;
	margin: 5px 0 5px 0;
}

#mainBody .keyServices li {
	color: white;
}


/*											Contact Form 									*/

#contactFormAreaNew {
	float: left;
	border: none;
	padding: 0;
	width: 450px;
	margin-bottom: 20px;
	margin-top: 15px;
}

#contactFormAreaNew .container-fluid.pjCF-container {
	padding: 0;
}

#contactFormAreaNew .container-fluid.pjCF-container input {
	border-radius: 0;
}

#pjWrapperContactForm_1 {
	background-color: white;
}


#pjCF_container_1 {
	padding: 0;	
	background-color: white;
}

#pjCF_container_1 label {
	color: black;
}

#pjCF_container_1 .alert.alert-success {
	background-color: black;
	color: white;
	border-color: black;
	padding: 0;
	margin-top: 20px;
}


#contactFormArea fieldset {
	float: left;
	border: none;
	padding: 0;
	width: 450px;
	margin-bottom: 20px;
	margin-top: 15px;
}

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

#contactFormArea .field {
	float: left;	
	width: 420px;
	margin-bottom: 10px;
}

#contactFormArea .submitField {
	float: left;
	width: 420px;	
}

#contactFormArea #submit.formButton {
	float: right;
	width: 65px;
	height: 25px;	
	background-color: #00ABFF;
	color:  #8f8e8e;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
	text-transform: uppercase;
}

#contactFormArea #submit.formButton:hover {
	background-color:  #8f8e8e;
	color: black;
	cursor: pointer;
}

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

#contactFormArea input {
	color: #8f8e8e;
	border: none;
	float: right;
	height: 30px;
	width: 280px;
	background-color: black;
	border: 1px solid #8f8e8e;
}

#contactFormArea textarea {
	color: #8f8e8e;
	float: right;
	height: 120px;
	width: 278px;
	background-color: black;
	border: 1px solid #8f8e8e;
}

iframe {
	float: right;
}



/*Appointment Form Area */

#appointmentButton p {
	margin: 15px 0 15px 0;
}

#appointmentButton p span {
	padding: 10px;
	background-color: #00ABFF;
}

#appointmentButton p span:hover {
	cursor:pointer;
	color: #00ABFF;
	background-color: #8f8e8e;
}

#appointmentFormArea { 
  display: none;
  border: 5px solid #00ABFF;
  padding: 10px;
  width: 400px;
  background: #fff;
  position: fixed;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%)
}

#appointmentFormArea fieldset {
	float: left;
	border: none;
	padding: 0;
	width: 400px;
	margin-bottom: 20px;
	margin-top: 15px;
}

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

#appointmentFormArea .field {
	float: left;	
	width: 380px;
	margin-bottom: 10px;
}

#appointmentFormArea .submitField {
	float: left;
	width: 380px;	
}

#appointmentFormArea #submit.appointFormButton {
	float: right;
	width: 65px;
	height: 25px;	
	background-color: #00ABFF;
	color:  #8f8e8e;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
	text-transform: uppercase;
}

#appointmentFormArea #submit.appointFormButton:hover {
	background-color:  #8f8e8e;
	color: black;
	cursor: pointer;
}

#appointmentFormArea label {
	font-size: 90%;
	color: #00ABFF;
	font-weight: 700;
}	

#appointmentFormArea input {
	color: black;
	border: none;
	float: right;
	height: 30px;
	width: 250px;
	background-color: #8f8e8e;
	border: 1px solid #8f8e8e;
}





/*											Home Boxes									*/

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

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

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

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


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

.homeBoxes .homeBox:hover h2 {
	color: #8f8e8e;
} 


table.prices {
	margin: 0 0 15px 0;
	border-collapse: collapse;
}

table.prices td {
	padding: 10px 30px 10px 0;
	/*border: 1px solid #8f8e8e;*/
	font-size: 90%;
	color: #8f8e8e;
}

table.prices td.fee {
	/*background-color: #00ABFF;*/
	color: #8f8e8e;
}





/* 1199*/
@media only screen 
and (max-width : 1199px) 
				 {
header {
	width: 100%;	
}

footer {
	width: 100%;	
}

#mainBody {
	width: 100%;	
}

nav {
	width: 100%;
}
					 
#contact {
	width: 100%;
}
					 
#navBackground nav {
	width: 100%;
}

#slides {
  width: 100%;
}

#headerSlogan {
	font-size: 150%;
}


}





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

#logo img {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 80%;
	height: auto;
}	
					 
#openingTimes {
	float: left;
	width: 100%;
	text-align: center;
	margin: 5px 0 7px 0;	
	border: 0;
	padding-left: 0;
} 
					 
#headerSlogan {
	float: left;
	width: 100%;
}	 

#headerSlogan p {
	margin: 0;
	padding: 0;
	font-size: 120%;
}	
				 
nav ul.mainNav {
	display: none;
}	

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

#banner {
	float: left;
	width: 95%;	
	padding: 1%;
	height: auto;
	margin-bottom: 15px;
}

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

#mainBodyOuter #mainBody {
	border-top: none;
	margin-top: 0;
}

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


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

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




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

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

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

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

.iframe {
	float: left;	
	margin-bottom: 10px;
}
					 
 #contactFormAreaNew {
	width: 100%;
}
		
#contactFormArea fieldset {
	width: 100%;
}

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

#contactFormArea .field {
	width: 95%;
}

#contactFormArea .submitField {
	width: 100%;	
}

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

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

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

#appointmentFormArea .field {
	width: 95%;
}

#appointmentFormArea .submitField {
	width: 100%;	
}

#appointmentFormArea input {
	float: left;
	width: 100%;
}


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

.homeBox {
	float: left;
	width: 100%;	
	border: none;
	margin-bottom: 5px;
}


.homeBox.lastBox {
	float: left;
	width: 100%;	
	margin-bottom: 5px;
} 
					 
iframe {
	float: left;
	width: 100%;
}
		 

					
 }
 




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

	
#contact {
	font-size: 90%;					 
}
					 
#headerSlogan p {
	font-size: 90%;
}	

.desktopBanner {
	display: none;	
}	
					 
.mobileBanner {
	display: block;	
}		 
					 
}
				
	
			 
/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
	
	

}

