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

/*

Pink #fce3de
Gold #b5945b
Grey #f0f0f2

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

a img {
	border: none;	
}

hr {
	float: left;
	width: 100%;
	border: none;
	border-top: 1px solid #b5945b;
	margin: 20px 0 30px 0;
}

hr.inner {
	float: none;
	border: none;
	border-top: 1px solid #b5945b;
	margin: 20px 0 30px 0;
}


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

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

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

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

#logo:hover {
	cursor: pointer;	
}



#topBarOuter {
	float: left;
	width: 100%;	
	background-color: #fce3de;
	padding: 7px 0 7px 0;
}

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

#topBar p {
	font-size: 90%;
	color: #b5945b; 
	margin: 0;
	padding: 0;
}

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

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

#topBar p.phone {
	float: left;
}	

#topBar p.email {
	float: right;
}

/*Top Images*/
/*
.topImage {
	float: left;
	height: 300px;
	width: 100%;	
	margin-bottom: 15px;
}

.topImage.nailPage {
	background: url(images/nailbar.jpg) center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
*/


/*										Nav								*/

#navBackground {
	float: left;
	width: 100%;	
	border-top: 2px solid #b5945b;
	background-color: #f0f0f2;
}

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

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

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

nav li a {
	color: #b5945b;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
}

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

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

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

nav ul.dropdown ul { 
	visibility: hidden; 
	position: absolute; 
	top: -2px; 
	left: 0; 
	text-align: left;
	background-color: #b5945b;
	padding-left: 18px;
	min-width: 285px;
	padding: 10px;
	margin: 0;
	z-index: 1000;
}

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

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


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

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

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


/*Mobile Menu*/

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

.accordionButton {
	padding: 0;
}

.accordionButton h4 {
	color: #b5945b;	
	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: #fce3de;
	cursor: pointer;
}

.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: #212f4e;
	float: none;
	text-align: left;
}

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

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

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


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

/*										Banner								*/

#bannerOuter {
	float: left;
	width: 100%;
	background-color: #fbfbfb;
}

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

#banner-slide {
   width: 100%;
   height: auto;
   margin-bottom: 20px;
}

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

img.mobileView {
	display: none;
}

/*										Copyright							*/

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

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

footer p {
	color:  #333333;
	font-size: 80%;
	margin: 0 0 3px 0;
	line-height: 23px;
	text-transform: uppercase;
	font-weight: 300;
}
	
footer p a {
	text-decoration: none;
	color: #333333;
}

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

p.copyLeft {
	float: left;
}

p.copyRight {
	float: right;
}

/*										Main Body						*/


#mainBodyHome {
	float: left;
	width: 100%;
	padding: 10px 0 10px 0;
}

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

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

#mainBody h1 {
	font-size: 110%;
	color: #b5945b;
}


#mainBody h2 {
	font-size: 110%;
	color: #b5945b;
}

#mainBody h3 {
	margin-top: 40px;
	padding: 10px 5px 10px 5px;
	color: white;
	font-size: 100%;
	background-color: #b5945b;
	text-align: center;
}

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

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

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

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

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

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

#mainBody p a.bookButton {
	color: white;
	font-size: 120%;
	text-align: center;
	background-color: #9c71a5;
	text-decoration: none;
	padding: 10px 15px 10px 15px;
	border-radius: 10px;
}

#mainBody p a.bookButton:hover {
	color: white;
	background-color: #4a7019;
	text-decoration: none;
}

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

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

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

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

#mainBody img {
	margin: 5px 0 5px 0;
	max-width: 100%;
	height: auto;
	border-radius: 5px;
	border: 2px solid #fce3de;
}	

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

#mainBody p.more a {
	color: white;
	font-size: 90%;
	padding: 8px 15px 8px 15px;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #e15229;
	border-radius: 5px;
}

#mainBody p.more a:hover {
	color: white;
	text-decoration: none;
	background-color: #212f4e;
}



#mainBody p span.ethos {
	font-weight: 700;
	font-style: italic;
}

#mainBody p span.signature {
	color: #b5945b;
}


/*											Home Boxes									*/

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

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

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

#homeBoxes .homeBox img {
	width: 100%;
	height: auto;
	margin: 0;	
	border: none !important;
	border-radius: 0;
}

#homeBoxes .homeBox h3 {
	color: white;
	background-color: #b5945b;
	font-size: 90%;
	text-align:center;
	padding: 7px 0 7px 0;
	margin: 0;
	border: none;
	font-weight: normal;
	margin-top: -3px;
} 

#homeBoxes .homeBox:hover h3 {
	background-color: #fce3de;
	cursor: pointer;
	color: #333333;
} 

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



/*											Contact Form 									*/

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

#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 0;
	display: none;
}	

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

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

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

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

#contactFormArea label {
	float: left; 
	width: 100%;
	font-size: 90%;
	color: black;
	font-weight: bold;
	margin-bottom: 10px;
}	

#contactFormArea input {
	color: black;
	border: none;
	float: left;
	height: 30px;
	width: 100%;
	background-color: white;
	border: 1px solid black;
}

#contactFormArea textarea {
	color: black;
	float: left;
	height: 120px;
	width: 100%;
	background-color: white;
	border: 1px solid black;
}


#contactFormArea select {
	color: black;
	border: none;
	float: left;
	height: 30px;
	width: 100%;
	background-color: white;
	border: 1px solid black;
}



/*Table*/

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

#mainBodyOuter table th {
	background-color: #f0f0f2;
	color: #b5945b !important;
	border: 1px solid #fce3de;
	padding: 10px;
	font-size: 100%;
}

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

#mainBodyOuter table td.highlighted {	
	background-color: #b5945b;
	color: white;
	border: 1px solid #282828;
}

#mainBodyOuter table td.date {	
	background-color: #b5945b;
	color: white;
	border: 1px solid #fce3de;
}

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

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

/*Features*/

#keyFeatures {
	float: right;
	max-width: 500px;
	background-color: #efefef;	
	margin: 0 0 20px 20px;
}

#keyFeatures h2 {
	color: white;
	background-color: #042863;
	padding: 10px 0 10px 10px;
	text-align: left;
	margin: 0;
}

#keyFeatures ul {
	padding: 10px 30px 10px 30px;
	margin: 0;
}



/*Contact Area*/

#contactOuter {
	float: left;
	width: 100%;	
	background-color: #fce3de;
	padding: 15px 0 15px 0;
	text-align: left;
	margin-top: 10px;
}

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

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

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

#contactInner h2 {
	color: #b5945b;
	font-size: 110%;
	margin-top: 0;
	text-transform: uppercase;
	font-weight: 300;
}

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

#contactInner li {
	color: #333333; 
	line-height: 28px;
	font-size: 80%;
	font-weight: 300;
}

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

#contactInner p {
	margin-top: 30px;
}

#contactInner li b {
	text-transform: uppercase;
}

#contactInner p.more a {
	color: white;
	font-size: 90%;
	padding: 15px 20px 15px 20px;
	margin-top: 10px;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #b5945b;
}

#contactInner p.more a:hover {
	color: white;
	text-decoration: none;
	background-color: #333333;
}



/*Benefits*/


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

.benefitsLeft {
	float: left;
	width: 45%;
	padding: 2%;
	padding-top: 0;
	padding-bottom: 0;
	border: 2px solid #e15229;
	margin-bottom: 20px;
	border-radius: 5px;
}

.benefitsLeft h2 {
	color: #212f4e !important;
}

.benefitsRight {
	float: right;
	width: 45%;
	padding: 2%;
	padding-top: 0;
	padding-bottom: 0;
	border: 2px solid #212f4e;
	margin-bottom: 20px;
	border-radius: 5px;
}

.benefitsRight h2 {
	color: #e15229 !important;
}




/*Opening Times*/

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

#openingLeft {
	float: left;
	width: 48%;
	background-color: #b5945b;
}

#openingRight {
	float: right;
	width: 48%;
	background-color: #b5945b;
}

#openingBoxes h4 {
	color: #333333;
	background-color: #f0f0f2;
	margin: 0;
	padding: 15px;
	text-transform: uppercase;
}

#openingBoxes ul {
	list-style-type: none;
	padding: 15px;
	margin: 0;
}

#openingBoxes li b {
	color: white;
}

#openingBoxes li {
	color: white;
	line-height: 32px;
}

#openingBoxes img {
	margin: 0 0 15px 15px !important;
	border: 2px solid white !important;
	border-radius: 5px;
}


.serviceBoxOuter {
	float: left;
	background: url(images/price-box-decor.png);
	background-size: 275px 69px;
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 68px;	
	margin: 0 25px 25px 0;
}

.serviceBox {
float: left;
	text-align: center;
	padding: 10px;
	background-color: #fce3de;
	border: 3px solid #b5945b;
}


.serviceBox.lastServiceBox {
	margin-right: 0;
}

#mainBody .serviceBox h3 {
	color: #b5945b;
	margin: 0 0 10px 0;
	border-bottom: 2px solid #b5945b;
	background-color:#fce3de;
}

#mainBody table td.standard {
	background-color: #fce3de;
	color: #b5945b;
}

#mainBody table {
	float: left;
}



#return-to-top {
    position: fixed;
    bottom: 60px;
    right: 20px;
    background-color: white;
    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 #b5945b;
}

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

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





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

#topBar {
	width: 100%;	
}

nav {
	width: 100%;	
}
					 
 #slogan {
   width: 100%;	
}
					 
#bannerInner {
  width: 100%;	
}
					 
footer {
	width: 100%;	
}

#mainBody {
	width: 100%;	
}

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





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

#contact li {
	background-image: none !important; 
}

#contact ul {
	text-align:center;
}


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

#logo img {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 98%;
	height: auto;
}	
				 
nav ul.mainNav {
	display: none;
}	

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

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

footer {
	width: 95%;	
	padding: 1%;
}
					 
#bannerInner {
	float: left;
	width: 98%;	
	padding: 1%;
	height: auto;
}

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

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



.contactBox {
	float: left;
	width: 100%;	
	border: none;
	margin-bottom: 15px;
	padding-bottom: 35px;
	border-right: 0;
	border-bottom: 1px solid white;
}


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


}




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



#mainBody {
	width: 95%;	
	padding: 1%;
}
	
#contactFormArea fieldset {
	width: 100%;
}

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

#contactFormArea .field {
	width: 95%;
}

#contactFormArea .submitField {
	width: 100%;	
}

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

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


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

#slogan h1 {
	font-size: 120%;
}
					 
p.copyLeft {
	float: left;
	width: 100%;
}

p.copyRight {
	float: left;
	width: 100%;
}


.homeBox img {
	width: 100%;
	height: auto;	
}

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


.homeBox.lastBox {
	float: left;
	width: 100%;	
	margin: 15px 0 0 0;
} 				 
			 

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


.benefitsLeft {
	float: left;
	width: 96%;
}

.benefitsRight {
	float: left;
	width: 96%;
}

#topBar p {
	float: left;
	width: 100%;
	line-height: 25px;
	text-align: center;	
}
 
#openingLeft {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

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




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

img.desktopView {
	display: none;
}

img.mobileView {
	display: block;
}

#bannerInner h1 {
	font-size: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
					 
}
				
	
			 
/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
	
	

	
}

