.landing-header{
	background: rgba(255,255,255,0.7);
	box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
}
.landing-header .menu .menu-link{
	color: #6AD6ee;
	/*text-shadow: 0 0 10px rgba(255,255,255,1);
	-webkit-text-stroke: 1px rgba(33,00,99,0.05);*/
	text-shadow: -1px -1px 4px rgba(33,33, 33, 0.08), 1px 1px 0px rgba(255,255,255, 0.6);
	font-size:18px;
	font-weight: 600;
}
.landing-header .menu .menu-link:hover{

}
.logo-default{
	position:relative; top:0px; border-radius:50%;
	opacity: 0.85;
}
.logo-sticky{
	position:relative; top:20px; border-radius:10px;
}
.lucky-star{
	height: 30px;
	width:30px;
}
.landing-curve{
	margin-top:-1px;
	margin-bottom:-1px;
} 

div.menu-dots{
	border-bottom:1px dotted #ccc;
}
div.menu-dots span, div.menu-dots i{
	background:#fff; position:relative; bottom:3px;
	line-height: 30px;
}
div.menu-dots span{
	bottom:-12px;
}
div.menu-dots .price{
	text-shadow:0 0 1px rgba(0,0,0,0.05); font-weight: 600;
	padding-left:10px;
}
.menu-price{
	position:relative; top:-20px;
}

#header-social{
	background:transparent;
	height: 60px;
	text-align: right;
	padding:10px 10px 0 0;
	position: relative;
	z-index: 2;
	width:100%;
}

#subscription-ad{
	display: inline-block;
	position: relative;
	top:-2px;
	left:-20px;
	font-weight: bold;
}
#header-social a i{
	display: inline-block;
	font-size:20px;
	padding:10px;
}



#icon-nav{
	position: absolute;
	z-index: 2;
	left:0;
	top:180px;
}
#icon-nav img{
	opacity:0.5;
}
#icon-nav img:hover{
	opacity: 1;
	cursor:pointer;
}
#manicure, #facial, #waxing, #piercings{
		padding-top:100px;
	}

#team-nav{
	margin: 10px auto;
}
#team-nav img{
	border-radius: 50%;
	opacity: 0.5;
}
#team-nav img:hover{
	opacity: 1;
}
#tns-wrapper div:focus{
	outline: none;
}

#hero {
  width: 100%;
  height: 100%;
  background-image: url(images/hero.jpg);
  background-size: cover;
  background-position-y: 40px;
}




.curve-down{
	color:#fff; position: relative; bottom:-35px;
}

.curve-up{
	color:#fff; position: relative; top:-37px;
}

.separator-circle{
	height: 7px;
	border-bottom:7px solid rgba(0,0,0,0.15);
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.underline{
	text-decoration:underline!important;
}
.bold{
	font-weight: 700;
}
.img-circle{
	border-radius: 50%;
}
.photo{
	border:1px solid #ddd;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
	padding:20px;
	border-radius:5px;
}
.text-shadow{
	text-shadow: 0 0 1px rgba(0,0,0,0.2);
}
.img-overlay{
	width:100%; background:rgba(222,222,222,0.7)
}

.service-icons{
	width:100px;
	height: 100px;
	float:left;
}
#purple-polish{
	position: relative;
	z-index: 2;
	width:150px; height: 230px;
}
#holding-nail-polish{
	position: absolute;
	left:0;
	z-index:30;
	transform: rotate(85deg);
}

/* service imgs */
#bamboo-bg{
	background-image:url(/images/bamboo.png); 
	background-position: cover; height:1000px;
	background-position-y: 150px;
}
#red-polish{
	width:350px;
	transform: scaleX(-1); 
	position:relative; z-index:2; 
	bottom:230px; left:-400px;
}
#cbd-oil{
	width:120px;
	height:200px;
	position: relative;
	right:-50px;
	z-index:2;
}


#footer-links a{
	font-weight: bold;
	font-size:16px;
	text-shadow: rgab(0,0,0,0.9);
	color:#FFF!important;
	padding:10px 5px;
}
#footer-links a:hover{
	color:#5795F7!important;
}
#custom-subscription{
	opacity: 0.5;
}
#custom-subscription:hover{
	opacity: 1;
}

.btn-bold{
	padding:10px 7px!important; 
	font-weight:900; 
	text-shadow: -1px -1px 2px rgba(0,0,0,0.1); 
	box-shadow: 1px 2px 10px rgba(22,22,22,0.3)!important;
}
.btn-bold i{
	font-size:20px;
}

ul.list-none{
	list-style: none;
}
.clear{
	clear:both;
}
.opacity100{
	opacity:1!important;
}


.fb-hero{
	background: url('/images/fb-hero.jpg') no-repeat;
}
.hero-logo-container img{
	opacity: 0.3;
}

.hero-logo-container img:hover{
	opacity: 0.8;

}



/* PULSE CIRCLE */
.pulsating-circle {
  transform: translateX(-50%) translateY(-50%);
  width: 20px;
  height: 20px;
  position: relative;
}
.pulsating-circle:before {
    content: '';
    position: relative;
    display: block;
    width: 400%;
    height: 400%;
    top:50px;
    left:-30px;
    box-sizing: border-box;
    border-radius: 45px;
    background-color: #01a4e9;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  }
  
.pulsating-circle:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(0,0,0,.3);
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -.4s infinite;
}

@keyframes pulse-ring {
  0% {
    transform: scale(.33);
  }
  80%, 100% {
    opacity: 0;
  }
}

@keyframes pulse-dot {
  0% {
    transform: scale(.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(.8);
  }
}

/* FLIP BOX */

 /* The flip box container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-box {
  min-height:500px;
  background-color: transparent;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side */
.flip-box-front {
  background-color: #bbb;
  color: black;
}

/* Style the back side */
.flip-box-back {
  background-color: dodgerblue;
  color: white;
  transform: rotateY(180deg);
} 








@media only screen and (max-width: 1200px) {
   .curve-up{ top:-30px; }
   .curve-down { bottom:-3%; }
}
@media only screen and (max-width: 920px) {

   .curve-up { top:-20px; }
   .curve-down { bottom:-20px; }
   .separator-circle{
		margin-top:130px;
	}
	#icon-nav img{
		max-height:50px!important;
	}
}

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

	.curve-up { top:-14px; }
   .curve-down { bottom:-14px; }
   .landing-curve{
		margin-top:0;
		margin-bottom:-1px;
	} 
}

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

	.sm-hide{ display:none; }
	.curve-up { top:-11px; }
   .curve-down { bottom:-11px; }
   .landing-curve{
		margin-top:0;
		margin-bottom:-1px;
	} 
	.sm-logo{
		max-width:100px;
		margin-left:10px!important;
	}

	

	#manicure, #facial, #waxing, #piercings{
		padding-top:150px!important;
	}
	#makeup, #eyelash-extensions{
		padding-top:60px;
	}
	#pedicure{
		padding-top:120px;
	}

}
