/*
Cutting Edge Template




/* #Reset & Basics 
--------------------------------------------------------*/
:root {
	/*original color set*/
	/*--accent-color: #907111;*/
	--accent-color: #fff;
	/*--background-color: #fff;*/
	--background-color: #CCC;
	--text-color: #222;
	--text-sub-color: #555;
	--text-section-color: #fff;
	--text-section-shadow-color: #222;
	--service-menu-type-background: #222;
}	

html, body {
	height: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color: var(--background-color);
}
div.section {
	background-color: var(--background-color);
}

div.section.homepage {
	background-color: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p span {color:var(--accent-color);}

.left,
.right {
  float: left;
  width: 50%;
  
  border-right: 1px solid white;
  box-sizing: border-box;
}

dl {
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;}
dt {color:var(--accent-color);}
dl {clear:both;}
dt.product-name {float: left;padding: 0 .4em 0 0;margin: 0;font-weight: strong;color: #000;font-size: 14px;font-weight: bold;color:var(--accent-color);}
dd.product-price {float: right;color:var(--accent-color);}
dd {color:#000;}
.product-description {clear:both;padding-top:10px;text-align:left;margin-bottom:20px;}

/*.sculpt {background-image: url("../images/sculpt.jpg");min-height:400px;color:#fff;margin-top: 100px;}*/
.sculpt {background-image: url("../images/banners/sculpt.jpg"); background-size: cover; background-repeat: no-repeat; background-position: center center;color:#fff; min-height: 300px;}
.sculpt h1 {color: var(--text-section-color);text-align:left;margin-left:20px;text-shadow: 0px 0px 5px var(--text-section-shadow-color);}
.rave {background-image: url("../images/rave.jpg");min-height:500px;margin-top: 100px;}
.rave h1 {color:var(--text-section-color);text-align:left;margin-left:20px;text-shadow: 0px 0px 5px var(--text-section-shadow-color);}
.enhance {background-image: url("../images/banners/flowers.jpg"); background-size: cover; background-repeat: no-repeat; background-position: center center;color:#fff; min-height: 300px;}
.enhance h1 {color:var(--text-section-color);text-align:left;margin-left:20px;text-shadow: 0px 0px 5px var(--text-section-shadow-color);}
.polish {background-image: url("../images/banners/red.jpg"); background-size: cover; background-repeat: no-repeat; background-position: center center;color:#fff; min-height: 300px;}
.polish h1 {color:var(--text-section-color);text-align:left;margin-left:20px;text-shadow: 0px 0px 5px var(--text-section-shadow-color);}
.paint {background-image: url("../images/banners/paint.jpg");background-size: cover; background-repeat: no-repeat; background-position: center center;color:#fff; min-height: 300px;}
.paint h1 {color:var(--text-section-color);text-align:left;margin-left:20px;text-shadow: 0px 0px 5px var(--text-section-shadow-color);}
.appoint {background-image: url("../images/appoint.jpg");background-position:top right;min-height:400px;overflow:auto;}
.appoint h1 {color:var(--text-section-color);text-align:left;margin-left:20px;text-shadow: 0px 0px 5px var(--text-section-shadow-color);}

.brown {color:var(--accent-color);font-weight:lighter;text-align:left;}
.brown2 {color:var(--accent-color);}
.customers {
    width: 45%;
	margin-right:4.9%;
	border:none;
	text-align: left;
}

.customers td, .customers th {
    font-size: 1em;
	text-align: left;
}

.customers th {
    font-size: 1.1em;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 4px;
}

.customers tr.alt td {
    color: #000000;
	text-align: left;
}
.nopadder {padding:0 !important;margin:0 !important;}

.halo {background:url('../images/halo.png') bottom center no-repeat;height:40px;width:40px;display:block;top:15px;}
.eclipse  {background:url('../images/eclipse.png') no-repeat;height:40px;width:40px;display:block;top:15px;}
.partial  {background:url('../images/partial.png') no-repeat;height:40px;width:40px;display:block;top:15px;}
.full  {background:url('../images/full.png') no-repeat;height:40px;width:40px;display:block;top:15px;}
.lowlights  {background:url('../images/lowlights.png') no-repeat;height:40px;width:40px;display:block;top:15px;}
.hairpaint {background:url('../images/hairpaint.png') no-repeat;height:40px;width:40px;display:block;top:15px;}

.hidetext {text-indent:-9999px;overflow:hidden;}

/*-------------tooltips */
.tooltip {
	color: #000000;
	outline: none;
	cursor: help;
	text-decoration: none;
	position: relative;
}
 
.tooltip span {
	margin-left: -999em;
	position: absolute;
}
 
.tooltip:hover span {
	position: absolute;
	left: 1em;
	top: -3em;
	z-index: 99;
	margin-left: 0;
	width: 250px;
	background:var(--accent-color);
	color:#fff;
	padding:10px;	
	border:2px solid color:var(--accent-color);
	border-radius:5px;
	
}

/* Commons
--------------------------------------------------------*/
.overlay {
   background:transparent; 
   position:relative; 
   width:100%;
   height:650px; /* your iframe height */
   top:660px;  /* your iframe height */
   margin-top:-620px;  /* your iframe height */
}

::-moz-selection {background: var(--accent-color);color: #fff; }
::selection {background: var(--accent-color);color: #fff; }

body {
	background-color: var(--background-color);
	font: 15px 'Oswald', sans-serif;
	font-weight: 300;
	color: var(--text-color);
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	text-align: left;
	width: 100%;
	height: 100%;
	text-align: center;
	
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.embed-container {
    position: relative;
    padding-bottom: 30%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
	margin-top: 30px;
    height: 0;
    overflow: hidden;
	width: 100%;
	border-bottom: 10px solid var(--accent-color);
    border-top: 10px solid var(--accent-color);
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hidden {
	display: none;
}

img.scale-with-grid {
	max-width: 100%;
	height: auto; }


/* Typography
--------------------------------------------------------*/

h1, h2, h3, h4 {
	font-weight: 300;
	font-family: 'Oswald',sans-serif;
	color: var(--text-color);
	margin: 0 0 6px;
}
h1 {
	font-size: 80px;
    letter-spacing: -2px;
    margin-bottom: 15px;
    position: relative;
    text-transform: uppercase;
	line-height: 1;
}
h1 span{
	color: var(--accent-color);
}
h2 {
	font-size: 70px;
	text-transform: uppercase;
	position: relative;
}
h2.white {
	color: #fff;
}
h3 {
	font-size: 40px;
	line-height: 1;
	color: var(--text-sub-color)
}
h3.sectionTitle {
    border-bottom: 1px solid #cacaca;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 26px 0 6px;
}
.small {font-size: 36px; font-weight:300;}
.smallBold {font-size: 36px; font-weight:700;}
.medium {font-size: 44px; text-transform: uppercase;}
.mediumBold {font-size: 44px; font-weight:700; text-transform: uppercase;}
.large {font-size: 56px; text-transform: uppercase;}
.largeBold {font-size: 56px; font-weight:700; text-transform: uppercase;}
.author {font-size: 18px; font-weight:300;}

h4 {
	font-size: 22px;
}
p {
	margin-bottom: 10px;
}
p a {
	color: rgb(179, 153, 104);
	text-decoration: none;
}
p a:hover {
	color:#D2B55B;
	transition: color 0.5s;
}
a {
	color:var(--accent-color);
	text-decoration:none;
}
a:hover{
	color:#D2B55B;
}
strong {
	font-weight: 700;
}
.introtext {
	font-size: 20px;
	margin-bottom: 35px;
}
@media screen and (max-width: 768px){
	.service-header-table .introtext{
		margin-bottom: 0;
	}
}
.marginTop {
	margin-top: 30px;
}
.highlight {
    background: var(--accent-color);
    color: #FFFFFF;
    padding: 0 6px;
}
.dropcap {
    background: var(--accent-color);
    color: #FFFFFF;
    display: inline-block;
    float: left;
    font-size: 30px;
    font-weight: bold;
    height: 44px;
    line-height: 44px;
    margin: 7px 7px 0 0;
    text-align: center;
    width: 44px;
}

/* Layout 
--------------------------------------------------------*/

.homepage{
	position:relative;
	overflow:hidden;
	z-index:1;
	margin-bottom: -50px;
}
.page{
	position:relative;
	overflow:hidden;
	z-index:2;
}
#services.page{
	padding-top: 80px;
}
.page.desktop{
	position:relative !important; 
	z-index:6;
}
.page.desktop.not {
margin-bottom:0;padding-bottom:0;
}
.page {
	padding-top: 100px;
	padding-bottom: 100px;
}
.page{
	background: var(--background-color); 
	background-attachment:scroll;
}	
nav {
	background: #000;
	background: rgba(0,0,0,0.8);
	width: 100%;
	position: relative;
	z-index: 1000;
	height: 46px;
	text-align: center;
	border-bottom: 6px solid var(--accent-color);
}
nav ul {
	height: 38px;
	display: inline-block;
	padding-top: 9px;
}
nav ul li {
	position: relative;
	float: left;
	margin: 0;
}
nav ul li a {
	font-family: 'Oswald',sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 30px 10px 30px;
}
nav ul li a:hover {
	color: #var(--accent-color);
	transition: color 0.5s;
}
.dropmenu {
	display: none;
}
	
#homepage .container {
    height: 100%;min-height:648px;
}
.logo {
	float: right;
	margin-top: 50px;
}

/* supersized slideshow
--------------------------------------------------------*/

.slider-text {
    width: 100%;
}
.slider-text {
    bottom: 0px;
    min-height: 220px;
    overflow: hidden;
    position: absolute;
}
#prevslide, #nextslide{ 
	position:absolute; 
	height:40px; 
	width:40px; 
	top:64px; 
	margin-top:-21px; 
	opacity:0.8;
	border-radius: 50%;  
}
#prevslide{ 
	right:60px; 
	background:url('../images/icons/icon-up-arrow.png') center center no-repeat #000; 
}
#nextslide{ 
	right:10px; 
	background:url('../images/icons/icon-down-arrow.png') center center no-repeat #000;
}
#prevslide:active, #nextslide:active{ 
	margin-top:-19px; 
}
#prevslide:hover, #nextslide:hover{ 
	cursor:pointer; 
}

#slidecaption h2{
	text-shadow: 0 0 5px #000;
	font-weight: 700;
	font-size: 60px;
	color: #fff;
	text-align: left;
	line-height: 1;
}
#slidecaption h2 span{
	font-weight: 300;
	font-size: 60px;
}

#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(../images/progress.gif) no-repeat center center;}

#supersized {  display:block; position:absolute; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/

#supersized li { display:block; list-style:none; z-index:-30; position:absolute; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
#supersized a { width:100%; height:100%; display:block; }
#supersized li.prevslide { z-index:-20; }
#supersized li.activeslide { z-index:-10; }
#supersized li.image-loading { background:#111 url(../images/progress.gif) no-repeat center center; width:100%; height:100%; }
#supersized li.image-loading img{ visibility:hidden; }
#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }


	
	
	
/* parallax
--------------------------------------------------------*/
	
.parallax{
	width:100%;
	height:480px; 
	padding:0;
	margin:0;
	background-attachment:fixed;
	background-repeat:no-repeat; 
	border-top:10px solid rgba(255,255,255,0.3);
	border-bottom:10px solid rgba(255,255,255,0.3);
	color:#fff;  
	position:relative;
	background-size: cover;
}
.parallax .quoteWrap{
	display:table;
	width:100%;
	height:100%; 
	padding:0 !important;
	margin:0 !important;
}
.parallax.fixed{
	background-attachment:fixed;
}
.parallax.fixed-desktop{
	background-attachment:fixed !important;
}
.parallax .quoteWrap .quote{
	display: table-cell; 
	vertical-align:middle;
}
.parallax {
	text-align:center;
}
.parallax h3 span{
	text-shadow: 0px 0px 5px var(--text-section-shadow-color);
	color: var(--text-section-color);
}
.parallaxText {
	display: table-cell;
	vertical-align: middle;
}
.imageClip {
	background:url(../images/parallax/model-clipped.png) center center no-repeat;
	width: 287px;
	height: 800px;
	margin: -500px auto 0 auto;
}	
.cutting {
	font-size: 150px;
	font-weight: 700;
	opacity: 0.5;
	margin-left: -150px;
}

/* Twitter
--------------------------------------------------------*/
#twitter li {
	margin: 0;
	padding: 40px 0 0 0;
	background: url(../images/icons/social-twitter.png) no-repeat center top;
	font-size: 24px;
	text-shadow: 0px 0px 5px #222;
}

#twitter a {
	color: #fff;
	text-shadow: 0px 0px 5px #222;
	font-size: 24px;
}
#twitter a:hover {
	color: #000;
}

#twitter b a {
	color: #fff;
	color: rgba(255,255,255,0.6);
	font-weight: normal;
	font-size: 18px;
	text-shadow: none;
}
	
	
/* Salon
--------------------------------------------------------*/	
	
#salon {
	clear: left;
}
.salonImage {
	margin-bottom: 30px;
}
.teamImage img {
    border-radius: 50%;
	margin: 20px auto 30px;
	box-shadow: 0 0 0 1px #fff inset;
}
.teamOverlay {
	border: 5px solid rgb(210, 181, 91);
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(210, 181, 91, 0.3) inset;
	width: 270px;
	height: 270px;
	margin-bottom: 30px;
	margin-top: 20px;
	position: absolute;
}


/* Stats
--------------------------------------------------------*/	
.statGrid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
	float: left;
}
.statGrid:after,
.statItem:before {
	content: '';
    display: table;
}
.statGrid:after {
	clear: both;
}
.statGrid li {
	width: 177px;
	height: 177px;
	display: inline-block;
	margin: 10px;
}
.statItem {
	width: 100%;
	height: 100%;
	border-radius: 100px;
	position: relative;
	cursor: default;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.statThumb {
	width: 100%;
	height: 100%;
	border-radius: 100px;
	overflow: hidden;
	position: absolute;
	box-shadow: inset 0 0 0 15px rgba(255,255,255, 0.5);
	transform-origin: 95% 40%;
	transition: all 0.3s ease-in-out;
	-webkit-transform:translate3d(0,0,0);
}
.ie8 .statThumb {
	display: none;
}
.statGridMobile .statThumb {
	display: none;
}
.statThumb:after {
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	border-radius: 100px;
	top: 40%;
	left: 95%;
	margin: -4px 0 0 -4px;
	background: rgb(50,50,50);
	box-shadow: 0 0 3px rgba(255,255,255,0.9);
}

.stat-1 { 
	background-image: url(../images/stats/stat-1.jpg);
	z-index: 12;
}
.stat-2 { 
	background-image: url(../images/stats/stat-2.jpg);
	z-index: 11;
}
.stat-3 { 
	background-image: url(../images/stats/stat-3.jpg);
	z-index: 10;
}
.stat-4 { 
	background-image: url(../images/stats/stat-4.jpg);
	z-index: 9;
}
.stat-5 { 
	background-image: url(../images/stats/stat-5.jpg);
	z-index: 8;
}
.stat-6 { 
	background-image: url(../images/stats/stat-6.jpg);
	z-index: 7;
}
.statInfo {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 100px;
	overflow: hidden;
	background: var(--accent-color);
}
.statInfo h3 {
	color: #fff;
	text-transform: uppercase;
	position: relative;
	text-align: center;
	letter-spacing: 2px;
	font-size: 24px;
	margin: 0 auto;
	padding: 45px 0 0 0;
	height: 40px;
	font-weight: 700;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}
.statInfo p {
	color: #fff;
	padding: 10px 5px;
	margin: 0 auto;
	font-size: 14px;
	text-align: center;
	border-top: 1px solid rgba(255,255,255,0.5);
}
.statItem:hover .statThumb {
	box-shadow: inset 0 0 0 15px rgba(255,255,255, 0.5), 0 1px 3px rgba(0,0,0,0.2);
	transform: rotate(-110deg);
}
.statItem:hover .statInfo p a{
	opacity: 1;
	transform: translateX(0px) rotate(0deg);
}	



	
/* Awards
--------------------------------------------------------*/	

.awardsImage {
	border-radius: 50%;
	border: 5px solid rgb(210, 181, 91);
	padding: 2px;
}
.awardsImage img{
	border-radius: 50%;
	display: block;
}
.awardsListing ul {
	margin-bottom: 20px;
}
.awardsListing ul li{
	margin: 1px 0;
}
.awardsListing ul li span{
	background: var(--accent-color);
    color: #FFFFFF;
    padding: 0 6px;
}


/* headshots */
.headImage {
	border: 5px solid #dbc16e;
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(210, 181, 91, 0.3) inset;
	width: 130px;
	height: 130px;
	transition: all 0.5s ease-in-out 0s;
	margin: 20px auto 30px;
}
.headImage h4{
	text-align: center;
	padding-top: 40px;
	opacity: 0;
	transform: scale(0);
	transition: all 0.8s ease-in-out 0s;
}
.headImage:hover {
    box-shadow: 0 0 0 110px rgba(255,255,255, 0.9) inset;
}
.headImage:hover h4{
    opacity: 1;
	transform: scale(1);
}


/* Services
--------------------------------------------------------*/	

.Chevron{
    position:relative;
    display:block;
    height:50px;/*height should be double border*/
}
.Chevron:before,
.Chevron:after{
    position:absolute;
    display:block;
    content:"";
    border:25px solid transparent;/*adjust size*/
}
/*Change four 'top' values below to rotate (top/right/bottom/left)*/
.Chevron:before{
    top:0;
    border-top-color:#b00;/*Chevron Color*/
}
.Chevron:after{
    top:-10px;/*adjust thickness*/
    border-top-color: transparent;/*Match background colour*/
}

#service-nav {
    /* text-align: justify; */
	/* min-width: 500px; */
	height: 50px;
}
#service-nav:after {
    content: '';
    display: inline-block;
    width: 100%;
}
#service-nav li {
	display: inline-block;
	padding-left: 20px;
}

.serviceImage {
	border: 5px solid var(--accent-color);
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(210, 181, 91, 0.3) inset;
	width: 220px;
	height: 220px;
	transition: all 0.5s ease-in-out 0s;
	margin: 20px auto 30px;
}
.serviceImage h4{
	text-align: center;
	padding-top: 90px;
	opacity: 0;
	transform: scale(0);
	transition: all 0.8s ease-in-out 0s;
	color: var(--text-color);
}
.serviceImage:hover {
    box-shadow: 0 0 0 110px rgba(255,255,255, 0.9) inset;
}
.serviceImage:hover h4{
    opacity: 1;
	transform: scale(1);
}
.circle {
	border-radius: 50%;
}

table {
    border-collapse: separate;
    margin-bottom: 15px;
    width: 100%;
}
table th {
    background-color: #F7F7F7;
    background-image: -moz-linear-gradient(center bottom , #F7F7F7 0%, #FFFFFF 100%);
    border-image: none;
    color: #444444;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 15px;
    text-align: center;
    vertical-align: top;
}
table th:first-child {
}
table td:last-child {
}
table th:last-child {

}
table td {

    padding: 10px 15px;
	transition: all 0.4s ease-in-out 0s;
}
/*table tr:hover td {
    background-color: var(--accent-color);
    color: #FFFFFF;
}*/


/* Promotions
--------------------------------------------------------*/


/* Accordion */

.accTrigger {
	cursor: pointer;
	display: block;
	margin: 10px 0;
	background: #fff;
	border-radius: 30px;
	border-bottom: 6px solid var(--accent-color);
	transition: all 0.5s ease-in-out 0s;
}
.accTrigger:hover {
	background: #f1e9d2;
}
.accTrigger a {
	display: block;
	color: #000;
	outline: none;
	padding: 10px;
	text-decoration: none;
	font-size: 24px;
	transition: all 0.5s ease-in-out 0s;
}
.accTrigger.active a {
	cursor: default;
}
.accTrigger.active  {
	background: #f1e9d2; 
}

.accTrigger a:hover {
	color: var(--accent-color); 
}
.accContainer .content{ 
	padding: 2px 15px 5px 15px; 
	line-height: 19px;
}
.accLine {
	position: absolute;
    top: 12px;
    width: 100%;
    margin-left: 135px;
    border-top: 3px solid #f1cd57;
    z-index: 5;
    bottom: 13px;
    background-color: rgb(207, 193, 176);
}
.accContent p {
	margin-bottom: 10px;
}
.accContent {
	padding: 10px 0;
	position: relative;
}
.accImage {
	display: table-cell;
	vertical-align: middle;
	width: 20%;
	position: relative;
	z-index: 6;
}
.accImageInner {
	border-radius: 200px;
	border: 3px solid #dbc16e;
	box-shadow: 0 0 0 10px rgba(210, 181, 91, 0.3) inset;
	padding: 2px;
	width:94%;
}
.accImage img{
	border-radius: 200px;
	display: block;
	
}
.accTitle, .accText {
	width: 35%;
	text-align: left;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 7;
	postion: relative;
}
.accTitle h3{
	font-size: 54px;
	color: var(--accent-color);
	margin-left: 10%;
	margin-bottom: 0;
}
.accTitle h2{
	font-size: 90px;
	color: var(--accent-color);
	margin-left: 10%;
	margin-bottom: 0;
}
.accText p{
	margin: 10px 0 10px 5%;
	font-size: 16px;
}



.accTitle2 {
	width:20%;
	text-align: left;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 7;
}
.accText2 {
	width: 50%;
	text-align: left;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 7;
}
.accTitle2 h3{
	font-size: 34px;
	color: var(--accent-color);
	margin-left: 10%;
	margin-bottom: 0;
}
.accTitle2 h2{
	font-size: 50px;
	color: var(--accent-color);
	margin-left: 10%;
	margin-bottom: 0;
}
.accText2 p{
	margin: 10px 0 10px 5%;
	font-size: 16px;
}

	
/* gallery
--------------------------------------------------------*/	
	
.thumbLink {
    display: block;
    width: 100%;
}
.thumbImage {
    box-sizing: border-box;
    border: 5px solid rgba(210, 181, 91, 0.9);
    border-radius: 220px 220px 220px 220px;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
.thumbImage img {
    border-radius: 220px 220px 220px 220px;
}
.da-thumbs {
    margin-top: 10px;
    position: relative;
}
.da-thumbs article {
    position: relative;
}
.da-thumbs article a, .da-thumbs article a img {
    display: block;
    position: relative;
}
.da-thumbs article a {
    overflow: hidden;
}
.thumbImage div {
    height: 65%;
    position: absolute;
    text-align: center;
    width: 100%;
}
.thumbImage div {
    display: none;
    padding-top: 35%;
}
.thumbImage img {
    transition: all 0.3s ease-in-out 0s;
}
.thumbImage div.da-animate {
    transition: all 0.3s ease-in-out 0s;
}
.da-slideFromTop {
    left: 0;
    top: -100%;
}
.da-slideFromBottom {
    left: 0;
    top: 100%;
}
.da-slideFromLeft {
    left: -100%;
    top: 0;
}
.da-slideFromRight {
    left: 100%;
    top: 0;
}
.da-slideTop {
    top: 0;
}
.da-slideLeft {
    left: 0;
}
.iconWrapper {
    background-color: rgba(210, 181, 91, 0.7);
    background-image: url("../images/btn-zoom.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
    height: 60px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 60px;
    z-index: 1000;
}
#gallery h3  {
	margin-bottom: 20px;
}
		
	
/*contact 
--------------------------------------------------------*/

.contactDetails p {
    padding-left: 67px;
	font-size: 18px;
	padding-bottom: 30px;
}
.contactDetails {
	text-align: left;
}
.contactAddress {background: url("../images/icons/address.png") no-repeat scroll left 3px transparent;}
.contactPhone {background: url("../images/icons/phone.png") no-repeat scroll left 3px transparent;}
.contactEmail {background: url("../images/icons/email.png") no-repeat scroll left 5px transparent;}
.contactSkype {background: url("../images/icons/icon-skype-grey.png") no-repeat scroll left 5px transparent;}
.contactTime {background: url("../images/icons/time.png") no-repeat scroll left 5px transparent;}	
	
	
	
/*form elements*/

textarea {
	height:147px;
	padding:20px;
	margin-bottom:20px; 
	overflow:auto;
}
	
.formSecWrap {
	float: left;
	margin-right: 20px;
}
.formSecWrap2 {
	margin-right: 0px;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
    background: #f4ecd4;
    border: none;
    border-radius: 20px;
    color: #777777;
    display: block;
    margin: 0 0 10px 0;
    outline: medium none;
    padding: 4px 10px;
    width: 410px;
	font-family:'Oswald', sans-serif;
	font-size: 16px;
	font-weight: 300;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    color: #444444;
}

.formWrap {
	margin-top: 60px;
}
.formWrap label{
	margin: 0 0 2px 0;
	display: block;
	text-align: left;
}
.formWrap input[type="submit"]{
	margin: 10px 0 20px 0;
}

a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	background: var(--accent-color); 
	border-radius: 20px;
	padding: 4px 10px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
	width: 100%;
	border: none;
	margin: 0 0 10px 0;
	line-height: 21px;
	text-align: center;
}
a.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #222;
	background: #ddd;
}

.newsForm input[type="text"], .newsForm input[type="email"]{
	width: 280px;
	padding: 4px 10px;
	display: inline-block;
	margin-right: 10px;
}
.newsForm input[type="submit"]{
	width: auto;
	padding: 4px 10px;
	display: inline-block;
	margin-right: 10px;
}

	
/* Flickr
--------------------------------------------------------*/

.flickrListing {
	margin-bottom: 25px;
	float: right;
    left: -50%;
    position: relative;
    text-align: left;
}
.flickrListingInner {
    left: 50%;
    position: relative;
}
.flickr_badge_image {
    float: left;
    position: relative;
}
.flickrListing img {
	display: block; 
	width: 75px;
	height: 75px;
	border-radius: 50%;
}
.flickrListing a {
	border: 3px solid #D6BC6B;
	padding: 2px;
    transition: all 0.2s ease-in-out;
	margin: 10px;
	float: left;
	border-radius: 50%;
	text-align: center;
}
.flickrListing a:hover {
	border: 3px solid #999;
}

/* Alert Boxes
--------------------------------------------------------*/

.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 10px;
	margin-top: 10px;
	clear: left;
	color: #c09853;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
 	border-radius: 3px;
}
.alert h4 {
	margin: 0;
}
.alert p {
	margin: 0;
}
.alert .close {
	position: relative;
	top: -2px;
	right: -35px;
	line-height: 20px;
}
.alert-success {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.alert-danger,
.alert-error {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}
.alert-info {
	color: #3a87ad;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
button.close {
    background: none;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}
.close {
    color: #000000;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    opacity: 0.2;
    text-shadow: 0 1px 0 #FFFFFF;
}

	
/*footer
--------------------------------------------------------*/	

#footer{
	position:relative; 
	overflow:hidden; 
	padding:30px 0 50px 0; 
	z-index:1;
	background:#fff;
}
#footer p.copyright{
	margin-bottom:0;
	margin-top: 20px;
	text-align: center;
	color: #888888;
}




/* Social
--------------------------------------------------------*/

.socialLinks  {
	text-align: center;
}
.socialLinks li {
	display: inline-block;
    margin: 10px 5px 10px 5px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #e1cf96;
    transition: all 0.6s ease-in-out;
}
.socialLinks li a {
    display: block;
    height: 16px;
    width: 20px;
}
.socialLinks li a img{
    display: block;
    height: 30px;
    width: 30px;
	margin: 15px 0 0 15px;
}
.socialLinks li:hover {
    background-color: var(--accent-color);
}

.twitter {background-image: url("../images/icons/social-twitter.png");}
.facebook {background-image: url("../images/icons/social-facebook.png");}
.vimeo {background-image: url("../images/icons/social-vimeo.png");}
.youtube {background-image: url("../images/icons/social-youtube.png");}
.skype {background-image: url("../images/icons/social-skype.png");}
.linkedin {background-image: url("../images/icons/social-linkedin.png");}
.pinterest {background-image: url("../images/icons/social-pinterest.png");}
.googleplus {background-image: url("../images/icons/social-google+.png");}
.flickr {background-image: url("../images/icons/social-flickr.png");}
.rss {background-image: url("../images/icons/social-rss.png");}

.meettheteam {background-image: url("../images/meettheteam.png");min-height:600px;}

.services-menu-types {
	font-size: 200%;
	background-color: var(--service-menu-type-background);
}

.salon-banner {
	width: 100%; 
	background-image: url('../images/banners/salon.jpg'); 
	background-size: cover; 
	background-repeat: no-repeat; 
	background-position: center center;
}
		
/* MISC
--------------------------------------------------------*/		
		
	.clear{float:none;}			
	
	

/* Media Queries
--------------------------------------------------------*/

/* Smaller than standard 1199 (devices and browsers) */
@media only screen and (max-width: 1199px) {
	
	.parallax.fixed{background-attachment:scroll; background-position: center center;}
}


/* Higher than 960 (desktop devices) */
@media only screen and (min-width: 960px) and (max-width: 1199px) {
	input[type="text"], input[type="password"], input[type="email"], textarea, select {width: 320px;}
	.teamOverlay {width: 210px; height: 210px;}
	.accTitle h2 {font-size: 80px;}
	.accTitle h3 {font-size: 44px;}
	.accLine { top: 20px; bottom: 21px;}
}


/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	.small {font-size: 30px; font-weight:300;}
	.smallBold {font-size: 30px; font-weight:700;}
	.medium {font-size: 38px; text-transform: uppercase;}
	.mediumBold {font-size: 38px; font-weight:700; text-transform: uppercase;}
	.large {font-size: 50px; text-transform: uppercase;}
	.largeBold {font-size: 50px; font-weight:700; text-transform: uppercase;}
	.author {font-size: 16px; font-weight:300;}
	.cutting { font-size: 100px;}
	.accImage img{width: 100%;}
	#slidecaption h2{font-size: 72px;}
	#slidecaption h2 span{font-size: 84px;}
	.accLine { border-radius:10px; left: 12px;}
	
}


/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	input[type="text"], input[type="password"], input[type="email"], textarea, select {width: 248px;}
	.newsForm input[type="text"], .newsForm input[type="email"] {width: 210px;}
	.imageClip2 {margin-top: 120px;}
	.teamOverlay {width: 162px; height: 162px;}
	.accTitle h2 {font-size: 60px;}
	.accTitle h3 {font-size: 36px;}
	.serviceImage {width:160px;height:160px;}
	.four h3 {min-height:100px;}
	.noner {display:none;}
	#slidecaption h2 {margin-bottom: 60px;}
}


/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.dropmenu { display: block;width: 100%;margin: 10px 0 15px 0;}
	.hidemobile {display:none;}
	#nav {display: none;}
	#slidecaption { display:none;}
	#prevslide, #nextslide{top:120px;}
	.logo {margin-top: 10px;width: 95%;padding-right: 10px;}
	#prevslide {right: 45px; transform: scale(.5);}
	#nextslide {right: 22px; transform: scale(.5);}
	.homepage {margin-bottom: -50px;}
	h1 {font-size: 64px;}
	.parallax { height: 350px;}
	.cutting { display: none;}
	.accTitle h2 {font-size: 40px;}
	.accTitle h3 {font-size: 24px;}
	.accText {display: none;}
	.accTrigger a {font-size: 20px;}
	.accLine { margin-left: 0px; top: 2px; border-top: none; background-color: transparent;}
	.accImage { left: 0%; }
	.accImageInner{padding: 0;width: 80%!important;margin: 0 auto;}
	.imageClip {background-size: 60%;}
	.sculpt {margin: 0;background-image: url("../images/banners/sculpt.jpg");background-repeat:no-repeat;background-position:center center;min-height:181px;color:#fff;margin-top: 0;background-size:200%;}
	div.sculpt h1 {color:#fff;text-align:left;margin-left:20px;text-shadow: 0px 0px 5px #222;font-size:40px;width:70%;}
	.rave {background-image: url("../images/rave.jpg");background-repeat:no-repeat;background-position:top right;min-height:200px;margin-top: 100px;background-size:200%;}
	div.rave h1 {color:#fff;text-align:left;margin-left:20px;text-shadow: 0px 0px 5px #222;font-size:40px;width:70%;}
	.enhance {margin: 0;background-image: url("../images/banners/flowers.jpg");background-repeat:no-repeat;background-position:top right;min-height:141px;margin-top: 0;background-size:200%;}
	div.enhance h1 {color:#fff;text-align:left;margin-left:20px;text-shadow: 0px 0px 5px #222;font-size:40px;width:70%;}
	.polish {margin: 0;background-image: url("../images/banners/red.jpg");background-repeat:no-repeat;background-position:center center;min-height:160px;margin-top: 0;background-size:200%;}
	div.polish h1 {color:#fff;text-align:left;margin-left:20px;text-shadow: 0px 0px 5px #222;font-size:40px;width:70%;}
	.paint {margin: 0;background-image: url("../images/banners/paint.jpg");background-repeat:no-repeat;background-position:center center;min-height:152px;margin-top: 0;background-size:200%;}
	div.paint h1 {color:#fff;text-align:left;margin-left:20px;text-shadow: 0px 0px 5px #222;font-size:40px;width:70%;}
	.appoint {background-image: url("../images/appoint.jpg");background-repeat:no-repeat;background-position:top right;min-height:200px;overflow:auto;background-size:200%;}
	div.appoint h1 {color:#fff;text-align:left;margin-left:20px;text-shadow: 0px 0px 5px #222;font-size:40px;width:70%;}
	div.accImage {width:80% !important;clear:both;display:block; margin: 0 auto;}
	div.accTitle2 {width:90% !important;clear:both;display:block;text-align:center;}
	div.accText2 {width:80% !important;clear:both;display:block;margin-left:10%;}
	table.customers {width:300px !important;}
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	.tooltip {display:none;}
	#about h2.title{padding-top: 65px!important;}
	#hamburger{display: block!important;}
}
	/*hanif*/
	#hamburger{
		display: none;
		width: 30px;
		height: 30px;
		position: relative;
		z-index: 9999;
		top: 10px;
	}

	#hamburger span{
		width: 100%;
		height: 2px;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
		transition: all .5s ease-in-out;
	}
	#hamburger span:nth-child(2){
		top: 10px;
	}
	#hamburger span:nth-child(3){
		top: 20px;
	}
	#hamburger.open span:nth-child(2){
		display: none;
	}
	#hamburger.open span:nth-child(1){
		transform: rotate(45deg);
		top: 14px;
	}
	#hamburger.open span:nth-child(3){
		transform: rotate(-45deg);
		top: 14px;
	}
	#menu-overlay{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		z-index: 9998;
		background: #333;
		transform: translateX(-100%);
		transition: all .45s ease-in-out;
	}
	#menu-overlay.open{
		transform: translateX(0%);
	}
	#menu-overlay ul{
	    position: absolute;
	    top: 50%;
	    left: 10%;
	    transform: translate(0%, -50%);
	    text-align: left;
	}
	#menu-overlay ul li{
		float: none;
		display: block;
	}
	#menu-overlay ul li a{
		font-size: 24px;
	}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	input[type="text"], input[type="password"], input[type="email"], textarea, select {width: 400px;}
	.newsForm input[type="text"], .newsForm input[type="email"] {width: 400px;}
	.imageClip2 {margin-top: 152px;}
	.teamOverlay {width: 410px; height: 410px;}
}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	input[type="text"], input[type="password"], input[type="email"], textarea, select {width: 280px;}
	.imageClip2 {margin-top: 211px;}
	.teamOverlay {width: 290px; height: 290px;}
	.accImage { left: 0%; }
	.salon-banner { max-height: 246px; }
}