/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/**  Basic Page CSS **/
body{

font-family: 'Quattrocento', serif;
font-size: 16px;
	line-height:26px;
  position: relative;
  background-color: #000;
  background-image: url(../img/subtle_white_feathers.png);
}

.mainContent{
	color: #FFF;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 8px;
	font-weight: normal;
}
#homePage h2{
	color: #ffffff;
	}
.mainContent h1
 {
	text-align: center;
	border-bottom: thin solid #FEC357;
	padding: 0px;
	margin-bottom:25px;
}
#specialsPage h3, #homePage h3{
	color:#FEC357;
}
#specialsPage p.content, #homePage p.content{
	font-size:20px;
	color:#ffffff;
}

.content-box{
	padding:20px;
	border: solid 2px #FEC357;
	font-size:20px;
	line-height: 30px;
	color:#ffffff;
	
}
.content-box h3 {
	margin-top:3px;
	margin-bottom:3px;
	
}

#hoursPage .content-box{
	padding:20px;
	border: solid 2px #FEC357;
	font-size:20px;
	line-height: 30px;
	color:#ffffff;
	margin:40px auto 40px auto;
	
}
#specialsPage p.content2, #homePage p.content2 {
	color: #FFF;
	margin: 20px 20px 0px 20px;
	font-size: 14px;
	float: left;
}

#specialsPage .btn2, #homePage .btn2, #contactPage .btn2,  #hoursPage .btn2 {
	display: inline-block;
	padding: 5px 12px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.42857;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-moz-user-select: none;
	margin-bottom: 10px;
	border-radius: 6px;
	color: #333;
	width:170px;
	background-color:#FEC357;
}
#specialsPage .btn2 a, #homePage .btn2 a, #contactPage .btn2 a{
	transition: background-color 0.5s ease;

}
#specialsPage .btn2:hover, #homePage .btn2:hover, #contactPage .btn2:hover{
	background-color: #0074D9;

   transition-duration:1s;


}
#specialsPage .btn-primary, #homePage .btn-primary {
	border-color: none;
}
#specialsPage .container, #homePage .container {
	max-width: 1170px;
   
}

 /** Contact Form **/
 
.contact-form{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
 }
.contact-form label{

  color:#ffffff;
}
 input,select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: #fff;
	background: #586D74;
	width: 100%;
	padding: 5px;
}
}
textarea:focus {
	background: #c977b1;
}
input:focus{background: #c977b1;}
select:focus{background: #c977b1;}
 button{
	 color: #FEC357;
	 }
 
 .btn-default {
	color: #333;
	background-color: #FEC357;
}
.btn {
	display: inline-block;
	padding:5px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.42857;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-moz-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 5px;
	float: right;
	width: 120px;
	//font-family:Arial, Helvetica, sans-serif;
	color: #fff;
	
	}
.btn:hover{
	color: #FEC357;
	}

 
#form-box {
	max-width: 500px;
	padding:15px;
	border: 1px solid #FEC357;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	border-radius: 19px;
}
#form-box p{
	color: #ffffff;
	font-size: 20px;
	line-height: 30px;
		}
	
#form-box h1{
	color: #ffffff;
	}
#signupconfirmPage #form-box {
	min-height:370px;
	padding-top:70px;
	background-color: #000000;
	text-align: center;
	}
#hours-box {
	max-width: 660px;
	padding:15px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	text-align: center
}

/**  Header Navigation **/


header{

	
	}
header .navbar {
  padding: 0px 0;
  transition: all .5s ease-out;
  margin-left: 125px
}


header .navbar-default {
  background-color: transparent;
  border: none;
 
}

header .navbar-default .navbar-nav a {
	color: #ddd;
	padding: 0px 0px 0px 0px;
	margin: 10px 5px 0px 0px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border:none;
}
.navbar-collapse {
	box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.1) inset;
}
.appointment-info {
	text-align:center;	
	margin-top: 10px;
}
.book-appointment {
	text-decoration: none;
	color: white;
	border: 1px solid #999999;
	padding: 10px 20px;
	border-radius: 20px;
	margin-right: 10px;
}
.book-appointment:hover {
	color: white;
	text-decoration: none;
	background-color: rgba(255,255,255, .3);
}
/*.telephone-number,
.telephone-number:hover {
	color: #DDD;
	padding-top: 4px;
	margin: 17px 5px 0px 0px;
	text-decoration:none;
	display: inline-block;
}*/
.telephone-number{
	color:#fff;
	
	}
header .navbar-default .navbar-nav a:hover {
  color: #0074D9;
  transition-duration:1s;
}
header .active a:hover {
  color: #FEFFC1;
	
	}
header ul.navbar-nav{ 
margin-top:0;
	
}
header .navbar-default .navbar-nav .active a {
  color: #EEC856;
  background: transparent;
  border-bottom: 1px solid #EEC856;
  text-shadow: none;
  padding-bottom: 5px;
 
}

header .navbar-default .navbar-nav .active a:hover {
  color: #E15D5F;
  background: transparent;
  text-shadow: none;
}
header img{
  float:left;
  z-index:10000;
  position: absolute;
  height: 190px;
  margin-top: 4px;

  }

.navbar-nav > li {
	float: left;
	margin-right: 20px;
	margin-top: 14px;
   
}
.navbar-nav > li > a {
   
	line-height: 10px;
   
}
.navbar{
  margin-bottom: 0;
}

/**  Navbar Brand **/
.navbar-brand{

 height:160px; 
 padding:0;
}
header .navbar-brand {
 // width: 180px;
  margin-bottom:0;
  

}
header .navbar-brand > img {
   //margin-top: -19px;
   //width:74%;
   height: 240px;
   

}



header .navbar-brand h1 {
  color: white;
  margin: 0;
  font-size: 1.8em;
}
nav{font-size: 17px;}
#homePage h1{
	color:#0074D9;
	}

/**  Navbar Toggle **/
header .navbar-toggle {
  background-color: #000;
}

header .navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}



/*header .navbar{
  padding:0;
}*/
header .inbody {
  background: rgba(104,73,49,.9);
}

header .navbar.inbody {
  padding-top: 0;
  padding-bottom: 0;
}
#pricesPage header .navbar.inbody {
  height: 30px;
}

header .navbar.inbody .navbar-nav {
  padding-top: 10px;
  margin-top:25px;
}

 .bio-pic{	
margin-top: 20px;
 }

.nav-pills {
/*max-width: 200px;
*/
float: right;

}





.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control.right,
.carousel-control.left {
  background-image: none;
}
.carousel-caption {
  font-size: 28px;
  color:#FEC357;
}

.carousel-caption h2 {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0% 0%;
	height: 35px;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
	display: block;
	width: 100%;
	height: auto;
}

#mainContent{
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  }
#mainContent2 img{

  width: 100%;
}

.specialty{
	background-color: #FEC357;
	margin:10px 0px 0 0;

}
.thumbnail{

  border:thick #FEC357 solid;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
	border-color: #586D74;
}
.thumbnail h4  {
	color: #FFF;
	text-align: center;
	vertical-align: text-bottom;
	font-size: 25px;
	padding-top: 50px;
}
h4.nails-text {
padding-top: 50px;}

 

/*prices page*/
/*.price-list dl{
	color: #fff;
	}*/
.price-list p, {
	font-size: 20px;
	color: #FEC357;
	padding-top:15px;
	display: block;
	margin-bottom: 10px;
	}
  #pricePage .container .price-list{
	padding-left: 30px;
  }
.hours p{
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	padding-top:15px;
	display: block;
	margin-bottom: 10px;
	
	}
  
 .testimonials-name{
	 color: #FEC357;
	 
   margin-bottom: 20px;
   float: right;
	  }

  .about-list img{

	margin-top:10px;
  }
  .about-list p{
	margin-bottom: 20px;
font-size: 17px;
line-height: 26px;
	
  }

  .about-Michael{

	margin-bottom: 20px;
  }
  .about-name{
	color: #FEC357;
	font-weight: bold;
}
  
p.quote{
background: transparent url("../img/img_quote.png") no-repeat scroll 1px 11px; 
	}

#testimonialsPage h3, #contactPage h3 {
	color: #FEC357;
	margin-top: 5px;
	padding-top: 10px;
}

 #hours-box h3{
	line-height:30px;
	}

dl {
 max-width:500px;
		font-size: 16px;
margin-bottom:10px;
 overflow:hidden;
}
dt {
		font-size: 16px;
	font-weight: normal;

 float:left;
 width:50%; /* adjust the width; make sure the total of both is 100% */
}
dd {
 float:left;
 width:50%; /* adjust the width; make sure the total of both is 100% */
}
.price-note {
	position: relative;
	display: block;
	width:45%;
	margin-top: -10px;
	float: left;
	margin-right: 50%;
	line-height: 17px;
	font-size: 14px;
	padding-bottom: 10px;
}
.price-list, .about-list, .hours, .gallery{
	color: #FFF;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 8px;
	font-weight: normal;
	max-width: 960px;
}
}
.price-list .row {
	margin: 0px;
}
.prices-title{
  margin-bottom: 10px;
}

.service-list {
	padding: 0px;
	display: block;
}
.service-item {
	clear: both;
	color: #FEC357;
	font-size: 24px;
}
.service-item-special{
	clear: both;
	color: #0074D9;
	font-size: 24px;
}

p.service-description{
	color: #FEC357;
	font-size: 17px;
		 

}
.spa-border{

  border: solid 1px #F3E8CA;
  background-color: #000;
  padding: 15px;
  border-radius: 20px;
  margin: 0 30px 20px 0;
}
.service-description2{
	color: #ffffff;
	font-size: 16px;
}
.service-description2 li{
  margin-bottom: 8px;

}
.service-list dd {
	display: block;
	padding: 0px 0px 10px 0;
}
p.disclaimor {
	border-top: thin dotted #CCC;
	color: #fff;
	padding-top: 10px;
}

/**  Footer **/


footer{
  margin-top: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: black;
  border-top: 1px solid #3F3F3F;
  }


footer p {
 color: #FFF;
  font-size: 12px;
  line-height: 20px;
}

.footer-logo{float: left;}
.footer-nav li{
  list-style-type: none;
  font-size: 14px;
  }
footer a{
  color: #FFF;
  text-decoration: underline;
  }
footer a:hover{
  text-decoration: underline;
  color:#0074D9;
  }
.gallery li{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	list-style-type: none;
}
.gallery {
	margin-right: auto;
	margin-left: auto;
	
}
.galleryImages {
	
	margin-left: 30px;
}
.gallery a{}
.gallery li img  {
	border: medium solid #FEC357;
}
.thumbnail{
	background: none;
	border: none;
	}
	
.thumbnail img{
	max-width: 100%;
	}
.thumbnail p{
	
	}
.diva-yellow{

	color:#FEC357;
}

.social-icons{

	display: inline-block;
}

footer .btn {
    display: inline-block;
    padding: 5px;
    font-size: 32px;
    font-weight: bold;
    line-height: 0.429;
    text-align: left;
    white-space: nowrap;
    : pointer;
    -moz-user-select: none;
    background-image: none;
    //border: 1px solid #fff;
    border-radius: 5px;
    //float: right;
    width: 40px;
    color: #FFF;
    margin:5px;
}
footer .appointment-info{
	float: none;
	text-align: left;
}
footer .book-appointment {
    text-decoration: none;
    border: 1px solid #999;
    padding: 5px 20px;
    border-radius: 15px;
}

/* Yelp */
.review.island.island-light {
    background-color: #000;
    min-width: 320px;
    color: #fff;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
	display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media print,
	   (-webkit-min-device-pixel-ratio: 1.25),
	   (min-resolution: 1.25dppx),
	   (min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}


@media (min-width: 1065px) {
	.navbar {
		//float: left;
	}
	.appointment-info {
		float: right;
		margin-top: 15px;
		margin-right: 15px;
	}
}

@media (max-width: 723px) {

	header .navbar {
	  padding: 0px 0;
	  transition: all .5s ease-out;
	  margin-left: 110px
	}
	
	.navbar-nav > li {
		
	   width:100%;
	}
	 
	  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none;
	} 

}


@media (min-width: 670px){
	.logo-s{
		display:none;
		}
	}
@media (max-width: 669px) {
	#specialsPage p.content2, 
	#homePage p.content2 {
		color: #FFF;
		margin: 20px 10px 0px 80px;
		font-size: 14px;
		float: left;
	}
	header .navbar {  
		margin-left: 10px;
		text-align: center;
	}
	.logo-b{display:none;}
	
	.logo-s{
		 height:100px;
		 text-align:center;
	}
	.logo-s img{
		width:20%;
		}
	footer .container {
		text-align: center;
		font-size: 1.0 em;
	}
}
@media (max-width: 360px){
	.logo-s img{
		width:40%;
	}
	
	.logo-s{
		 height:150px;
		 text-align:center;
	}
	
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important; /* Black prints faster:
								   http://www.sanbeiji.com/archives/953 */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links that are fragment identifiers,
	 * or use the `javascript:` pseudo protocol
	 */

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	/*
	 * Printing Tables:
	 * http://css-discuss.incutio.com/wiki/Printing_Tables
	 */

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	/*img {
		max-width: 100% !important;
	}*/

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}