@import url('https://fonts.googleapis.com/css?family=Dancing+Script:700|Roboto');
body
{
	background : #b1d6ed;
	/*background-image: url("wall_v1.png");
    background-repeat: no-repeat;
    background-position: left top;
	*/
}
#content
{
	width: 60%;
	min-width : 800px;
	margin : 0 auto;
	background : white;
	text-align : center;
	font: 18px 'Dancing Script', cursive;
	border-radius : 10px;
	padding-bottom : 10px;
}
#logo
{
	text-align: center;
}
#logo img
{
	
	display : block;
	margin: auto;
	padding: 0;
	
}

#logo p
{
	margin : 5px;
	font: 60px 'Dancing Script', cursive;
}


#nav ul {
	margin : 0;
	padding : 0;
	overflow : hidden;
}

#nav li
{
	list-style : none;
	float : left;
	width : 20%;
}

#nav a
{
	text-align : center;
	color : white;
	text-decoration : none;
	background : #697fa3;
	display : block;
	padding : 20px;
	font-family: 'Roboto', sans-serif;
}

#nav .active
{
	background : #97c2c1;
}

#nav a:hover
{
	background : #97c2c1;
}

#entrance img
{
	height: 250px;
	width: 250px;
	border-radius: 10px;
	padding-bottom : 20px;
}

h1
{
	font: 48px 'Dancing Script', cursive;
}

#nailtab h1
{
	margin : 0;
}
#massagetab h1
{
	margin : 0;
}
#facialtab h1
{
	margin : 0;
}

#nailtab
{
	
	width : 95%;
	margin: 0 auto;
	padding-top : 40px;
	padding-bottom : 40px;
	position: relative;
	
}

#nailtab img
{
	
	height : 100px;
	width : 100px;
	border-radius: 100%;
	box-shadow: rgba(0, 0, 0, 0.156863) 0px 3px 10px, rgba(0, 0, 0, 0.227451) 0px 3px 10px;
	position : absolute;
	top : -5px;
	left : 45%;
	
}

#pic
{
	
	width : 100%;
	height : 100%;
	
}

#nailtab .desc
{
	height : 100%;
	width : 95%;
	margin : 0 auto;
	background :  #cad8d2;
	padding : 10px;
	text-align : justify;
	box-shadow: rgba(0, 0, 0, 0.156863) 0px 3px 10px, rgba(0, 0, 0, 0.227451) 0px 3px 10px;
    border-radius: 2px;
	font: 18px 'Roboto', sans-serif;
	
}

#massagetab .desc
{
	height : 100%;
	width : 95%;
	margin : 0 auto;
	background : #97c2c1;
	padding : 10px;
	text-align : justify;
	box-shadow: rgba(0, 0, 0, 0.156863) 0px 3px 10px, rgba(0, 0, 0, 0.227451) 0px 3px 10px;
    border-radius: 2px;
	font: 18px 'Roboto', sans-serif;
	
}

#facialtab .desc
{
	height : 100%;
	width : 95%;
	margin : 0 auto;
	background :  #9abcdd;
	padding : 10px;
	text-align : justify;
	box-shadow: rgba(0, 0, 0, 0.156863) 0px 3px 10px, rgba(0, 0, 0, 0.227451) 0px 3px 10px;
    border-radius: 2px;
	font: 18px 'Roboto', sans-serif;
	
}

.desc
{
	
	background :  white;
	text-align : justify;
	box-shadow: rgba(0, 0, 0, 0.156863) 0px 3px 10px, rgba(0, 0, 0, 0.227451) 0px 3px 10px;
    border-radius: 2px;
	font: 14px 'Roboto', sans-serif;
	
	
	
}

#content .infobox
{
	
	width: 95%;
	height : 100%;
	margin : auto;
	padding-bottom : 10px;
	
	
}


.infobox p
{
	padding: 10px;
	margin-top : 0;
	font: 18px 'Roboto', sans-serif;
}
.infobox-off h1 , .infobox-on h1
{
	margin: 0;
	text-align : justify;
	cursor: pointer;
	padding-left: 25px;
	background: #cad8d2 url(minus.png) no-repeat left center;
	
	
}

.infobox-off h1
{
	
	background: #cad8d2 url(plus.png) no-repeat left center;
	
	
}

.infobox-off .infoContent
{
	display : none;
}

.price
{
	
	margin-bottom:-10px;
}
.table h1
{
	margin-bottom: 0;
}

#facialtab
{
	
	width : 95%;
	margin: 0 auto;
	padding-top : 40px;
	padding-bottom : 40px;
	position: relative;
	
}

#facialtab img
{
	
	height : 100px;
	width : 100px;
	border-radius: 100%;
	box-shadow: rgba(0, 0, 0, 0.156863) 0px 3px 10px, rgba(0, 0, 0, 0.227451) 0px 3px 10px;
	position : absolute;
	top : -5px;
	left : 45%;
	
}

#massagetab
{
	
	width : 95%;
	margin: 0 auto;
	padding-top : 40px;
	padding-bottom : 40px;
	position: relative;
	
}

#massagetab img
{
	
	height : 100px;
	width : 100px;
	border-radius: 100%;
	box-shadow: rgba(0, 0, 0, 0.156863) 0px 3px 10px, rgba(0, 0, 0, 0.227451) 0px 3px 10px;
	position : absolute;
	top : -5px;
	left : 45%;
	
}

#contact
{
	
	padding-bottom: 10px;
	
	
}

#contact i
{
	vertical-align: middle;
}

#contact p
{
	font: 20px 'Roboto', sans-serif;
	
}
#contact p a
{
	text-decoration : none;
	
}



#contact a:link
{
	color :#9abcdd;
}
#contact a.visited
{
	color : #9abcdd;
}

.special
{
	
	border-right-style: dotted;
	border-left-style: dotted;
	border-color : #697fa3;
	 border-width: 8px;
	border-radius: 25px;
	font: 20px 'Roboto', sans-serif;
	width : 70%;
	margin : auto;
	background :  #97c2c1;
	box-shadow: rgba(0, 0, 0, 0.188235) 0px 10px 30px, rgba(0, 0, 0, 0.227451) 0px 6px 10px;
	
}

.special li
{
	list-style : none;
}
.special h2
{
	font: 32px 'Dancing Script', cursive;
}

.special h3
{
	font: 26px 'Dancing Script', cursive;
}







.table 
{ 
	display: table; 
	width : 90%;
	margin: 0 auto;
	border-spacing: 20px 20px;
	
}
.table table
{
	padding: 20px;
	margin : 10px;
	border-collapse: collapse;
	border: 1px solid black;
    width: 95%;
	font: 14px 'Roboto', sans-serif;
	box-shadow: rgba(0, 0, 0, 0.188235) 0px 10px 30px, rgba(0, 0, 0, 0.227451) 0px 6px 10px;
}



th, td {
    text-align: left;
    padding: 8px;
	
}

td:last-child
{
	white-space: nowrap;
}

tr:nth-child(even)
{
	background-color: #f2f2f2;
}

tr:hover
{
	background-color: #dbb4da;
}

th 
{
    background-color: #764f6f;
    color: white;
}

.row 
{ 
	display: table-row; 

	
}
/*
.table .row:nth-child(odd)
{
	background: #cac5ea;
}
.table .row:nth-child(even)
{
	background: #e1a9c2;
}
*/
.Lcell 
{ 
	display: table-cell; 
	/*border-radius: 5px 25px 25px 5px;
	box-shadow: rgba(0, 0, 0, 0.188235) 0px 10px 30px, rgba(0, 0, 0, 0.227451) 0px 6px 10px;
	*/
    width: 200px;
    height: 150px; 
	
    
}
.Rcell 
{ 
	display: table-cell; 
	/*
	border-radius: 25px 5px 5px 25px;  
	box-shadow: rgba(0, 0, 0, 0.188235) 0px 10px 30px, rgba(0, 0, 0, 0.227451) 0px 6px 10px;
	*/
    width: 200px;
    height: 150px; 
	
    
}

.table p 
{
	text-align : left;
}

.table li
{
	text-align : justify;
	font: 14px 'Roboto', sans-serif;
}

.table .desc
{
	text-align : justify;
	font: 14px 'Roboto', sans-serif;
}

.table .tdesc
{
	text-align : justify;
	font: 14px 'Roboto', sans-serif;
}

.slideshow
{
	width: 100%;
	min-width : 800px;
	position : relative;
	margin : auto;
}

.slide
{
	display : none;
	margin-bottom : 10px;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top : 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  

}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-name: fade;
  animation-duration: 2s;
 
  
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}









