/* Eric Meyer's CSS Reset */
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
 html,body { height: 100%; margin: 0px; padding: 0px;overflow-x: hidden; }

.bg {
	background: url("../i/header_glow_shadow.png") center top no-repeat;
	background-size: 100% auto;
	min-width: 1000px;
	height: 100%;
}

a {
	color: #CDB731;
}

body {
	line-height: 1;
}
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;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px Arial, sans-serif;
	width: 100%;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;		

}
.wrapper {
	width: 1000px;
	margin: 0 auto;
}




/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 170px;

	padding-top: 15px;
}
.logo {
	margin: 0 auto;
	width: 210px;
	height: 78px;
	background: url(../i/logo.png);
	display: block;
	text-indent: -9999px;
	
	
}
nav {
	width: 620px;
	margin: 0 auto;
	margin-top: 45px;
}
nav ul {
	list-style: none;
	font: 24px Roboto;
	width: 650px;
}
nav ul li {
	float: left;
	
	margin-left: 25px;
	margin-right: 25px;
}
nav ul li a {
	
	color: #CDB731;	
	text-decoration: none;
	text-shadow: 1px 1px 1px black;
	
	-webkit-transition: color .3s linear;
	-moz-transition: color .3s linear;
	-o-transition: color .3s linear;
	-ms-transition: color .3s linear;
	transition: color .3s linear;
}

nav ul li a:hover {
	color: #FFFFFF;
	
}
nav ul li {
	position: relative;
}
nav ul li ul {
	width: 180px;
	position: absolute;
}
nav ul li ul li a {
	font: 16px 'Roboto';
	font-weight: 500;
	color: #BEE3BA;
	display: block;
	width: 168px;
	height: 32px;
	padding-top: 10px;
	padding-left: 12px;
	
}
.screenshots_imgs {
	display: none;
}
nav ul li ul li {
	background: transparent;
	background: rgba(20, 20, 20, 0.9);

	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5141414,endColorstr=#E5141414)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5141414,endColorstr=#E5141414);   /* IE6 & 7 */
      zoom: 1;
	width: 180px;
	height: 42px;
	margin-bottom: 1px;
}

nav ul ul li:hover {
	background: rgba(93, 104, 90, 0.9);
}

nav ul ul { margin-left: -40px;}

nav ul ul li:hover a {
	color: #92C572;
}
.dropdown {
	z-index: 100;
}
.dropdown ul {
	display: none;
}
nav ul li a.selected {
	color: white;
}
/* Middle
-----------------------------------------------------------------------------*/

h1 {
	font: 70px 'Roboto';
	color: white;
	font-weight: 500;
	text-shadow: 1px 1px 1px black;
	margin-top: 45px;
	margin-bottom: 5px;
}
h2 {
	font:  28px 'Roboto';
	color: #BEE3BA;
	font-weight: 500;
	margin-bottom: 10px;

}


h3 {
	font:  26px 'Roboto';
	color: #AAAAAA;
	font-weight: 500;

}

.news img {
	float: left;
	
}
.news .news_descr {
	float: left;
	padding-left: 20px;
	padding-top: 20px;
	width: 690px;
	margin-left: 10px;
	margin-bottom: 20px;
	
	background: transparent;
	background: rgba(0,0,0,0.8);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);   /* IE6 & 7 */
      zoom: 1;
}

.news .news_descr p {
	font: 14px Arial;
	color: #CCCCCC;
	line-height: 140%;
	margin-bottom: 20px;
	width: 670px;
}
.news_title {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.position_news {
	font:  14px 'Roboto';
	color: #92C572;
	float: left;
	border: 1px solid #CEB731;
	/*width: 95px;*/
	height: 25px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	/*margin-left: 15px;*/
	margin-top: 3px;
}

.bios img {
	float: left;
	
}
.bios .bio_descr {
	float: left;
	padding-left: 20px;
	padding-top: 20px;
	width: 690px;
	margin-left: 10px;
	
	background: transparent;
	background: rgba(0,0,0,0.8);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);   /* IE6 & 7 */
      zoom: 1;
}
.bios .bio_descr_vid {
	float: left;
	/*padding-left: 20px;
	padding-top: 20px;*/
	padding: 30px 20px 0px 30px;
	/*width: 690px;*/
	margin-left: 0px;
	
	/*background: transparent;
	background: rgba(0,0,0,0.8);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000)"; /* IE8 */
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);   /* IE6 & 7 */
      /*zoom: 1;*/
}


.content p {
	font: 16px Arial;
	line-height: 160%;
	width: 550px;
	color: #DDDDDD;
}

.bios .bio_descr p {
	font: 14px Arial;
	color: #CCCCCC;
	line-height: 140%;
	margin-bottom: 20px;
	width: 670px;
}

.bios .bio_descr_vid p {
	font: 14px Arial;
	color: #CCCCCC;
	line-height: 140%;
	margin-bottom: 20px;
	width: 300px;
}
.position {
	font:  14px 'Roboto';
	color: #92C572;
	float: left;
	border: 1px solid #CEB731;
	/*width: 95px;*/
	height: 25px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	margin-left: 15px;
	margin-top: 3px;
}
.position_stylist {
	font:  14px 'Roboto';
	color: #92C572;
	float: left;
	border: 1px solid #CEB731;
	width: 61px;
	height: 25px;
	padding-left: 10px;
	padding-top: 3px;
	padding-right: 10px;
	margin-left: 15px;
	margin-top: 3px;
}
.position_stylist_extension {
	font:  14px 'Roboto';
	color: #92C572;
	float: left;
	border: 1px solid #CEB731;
	width: 190px;
	height: 25px;
	padding-left: 10px;
	padding-top: 3px;
	padding-right: 10px;
	margin-left: 15px;
	margin-top: 3px;
}
.position_stylist_vid {
	font:  14px 'Roboto';
	color: #92C572;
	float: left;
	border: 1px solid #CEB731;
	/*width: 61px;*/
	height: 25px;
	padding-left: 10px;
	padding-top: 3px;
	padding-right: 10px;
	margin-left: 15px;
	margin-top: 3px;
}
.position_stylist_vid_extension {
	font:  14px 'Roboto';
	color: #92C572;
	float: left;
	border: 1px solid #CEB731;
	width: 190px;
	height: 25px;
	padding-left: 10px;
	padding-top: 3px;
	padding-right: 10px;
	margin-left: 15px;
	margin-top: 3px;
}
.position_stylist_vid_tori {
	font:  14px 'Roboto';
	color: #92C572;
	float: left;
	border: 1px solid #CEB731;
	width: 300px;
	height: 25px;
	padding-left: 10px;
	padding-top: 3px;
	padding-right: 10px;
	margin-left: 15px;
	margin-top: 3px;
}
.position_tori {
	font:  14px 'Roboto';
	color: #92C572;
	float: left;
	border: 1px solid #CEB731;
	width: 294px;
	height: 25px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	margin-left: 15px;
	margin-top: 3px;
}
.bio_title {
	float: left;
	width: 140%;
	margin-bottom: 40px;
}
.bio_title h3 {
	float: left;
}
.screenshots {
	float: right;
	width: 90px;
	height: 31px;
	background: url(../i/btn_screenshots.png);
	margin-right: 15px;
	
	font: 14px 'Roboto';
	font-weight: normal;
	color: #CDB731;
	text-decoration: none;
	padding-top: 7px;
	padding-left: 40px;
}
.screenshots:hover {
	background: url(../i/btn_screenshots_ro.png);
	color: #93C572;
}
.slogan {
	width: 1000px;
	background: url(../i/slogan_shadow.png) center center no-repeat;
	height: 300px;
	margin: 0 auto;
	margin-top: 65px;
}
.slogan_txt_img {
	width: 100%;
	height: 70px;
	float: left;
	background:  url(../i/slogan.png) center top no-repeat;
	margin-top: 90px;
}
.slogan_txt {
	font: 30px Roboto;
    font-weight: 300;
	color: white;	
	width: 100%;
	text-align: center;	
	
}
.slogan_txt_notice {
	font: normal 16px Roboto;
	color: white;
	width: 100%;
	text-align: center;
	position: fixed;
	bottom: 20px;
	left: 0px;
	text-shadow: 0 0 10px #000, 0 0 15px #000, 0 0 20px #000;
	
}
.appointment {
	width: 352px;
	height: 120px;
	background: url(../i/btn_schedule.png);
	display: block;
	margin: 0 auto;
	margin-top: 80px;
	cursor: pointer;
	
	-webkit-transition: background .1s linear;
	-moz-transition: background .1s linear;
	-o-transition: background- .1s linear;
	-ms-transition: background .1s linear;
	transition: background .1s linear;
}
.appointment:hover {
	background: url(../i/btn_schedule_ro.png);	
}

.appointment:hover span {
	color: #ECE4BB;
	/*text-transform: capitalize;*/
	

}

.appointment span {
	float: left;
	font: normal 36px Roboto;	
	color: #191919;
	margin-left: 100px;
	margin-top: 15px;
	width: 150px;
}

.l_arr {
	width: 93px;
	height: 285px;
	background: url(../i/btn_lft_shadow.png);
	position: absolute;
	top: 300px;
	left: 0px;
}

.l_arr a {
	display: block;
	background: url(../i/btn_lft.png);
	width: 37px;
	height: 80px;
	margin-top: 100px;
	margin-left: 10px;
}

.l_arr a:hover {
	background: url(../i/btn_lft_ro.png);
}

.r_arr a:hover {
	background: url(../i/btn_rgt_ro.png);
}

.r_arr {
	width: 93px;
	height: 285px;
	background: url(../i/btn_rgt_shadow.png);
	position: absolute;
	top: 300px;
	right: 0px;
	

}

.r_arr a {
	background: url(../i/btn_rgt.png);
	width: 37px;
	height: 80px;
	margin-top: 100px;
	display: block;
	margin-left: 45px;
}


.service_row {
	float: left;
	width: 50%;
	margin-bottom: 14px;
}
.products_row {
	float: left;
	width: 100%;
	margin-bottom: 4px;
}
.service_descr {
	
	background: transparent;
	background: rgba(0,0,0,0.8);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);   /* IE6 & 7 */
    zoom: 1;
    float: left;
    width: 480px;
    /*height: 186px;*/	
    padding-left: 20px;
	padding-bottom: 10px;
}
.service_descr_naturaltech {
	
	background: transparent;
	background: rgba(0,0,0,0.8);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);   /* IE6 & 7 */
    zoom: 1;
    float: left;
    width: 480px;
    height: 186px;	
    padding-left: 20px;
}
.service_descr_keratin {
	
	background: transparent;
	background: rgba(0,0,0,0.8);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);   /* IE6 & 7 */
    zoom: 1;
    float: left;
    width: 640px;
    height: 130px;	
    padding-left: 20px;
}
.service_descr_threading {
	
	background: transparent;
	background: rgba(0,0,0,0.8);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);   /* IE6 & 7 */
    zoom: 1;
    float: left;
    width: 640px;
    height: 110px;	
    padding-left: 20px;
}
.service_descr_americanwave {
	
	background: transparent;
	background: rgba(0,0,0,0.8);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);   /* IE6 & 7 */
    zoom: 1;
    float: left;
    width: 860px;
    height: 340px;	
    padding-left: 20px;
}




.service_descr p {
	font: Arial 14px;
	color: #CCCCCC;
	width: 416px;
}

.service_descr h3 {
	margin-top: 10px;
}


.grid-pad {
    padding-top: 20px;
    /*padding-left: 20px;
    padding-right: 0px;*/
}
.grid {
	width: 100%;
    max-width: 1140px;
    min-width: 755px;
    margin: 0 auto;
    overflow: hidden;
}
.col-1-3 {
	width: 32%;
	float: left;
	padding-right: 10px;
	margin-bottom: 10px;
}
.grid_content {
	background: transparent;
	background: rgba(0,0,0,0.8);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);   /* IE6 & 7 */
    /*padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;*/
    padding: 10px 10px 20px 10px;
}
.grid_content h3 {
	margin-bottom: 15px;
	margin-top: 15px;
}
.grid_content p {
	font: Arial 14px;
	color: #CCCCCC;
	width: 300px;
}
.grid_content img {
	margin-left:-10px;
	width:107%;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.product_descr {
	background: transparent;
	background: rgba(0,0,0,0.8);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);   /* IE6 & 7 */
    zoom: 1;
    float: left;
    width: 940px;
    padding: 0px 20px 50px 20px;
}
.product_descr h3 {
	margin-bottom: 15px;
	margin-top: 15px;
}
.descr_pic {float: left;
}
.product_descr p {
	font: Arial 14px;
	color: #CCCCCC;
	width: 920px;	
	margin-top: -10px;
    padding-right: 20px;
}
.product_descr_om {
	background: transparent;
	background: rgba(0,0,0,0.8);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);   /* IE6 & 7 */
    zoom: 1;
    float: left;
    width: 640px;
    height: 186px;	
    padding-left: 20px;
}
.product_descr_om h3 {
	margin-bottom: 15px;
	margin-top: 15px;
}
.descr_pic_om {
	float: left;
}
.product_descr_om p {
	font: Arial 14px;
	color: #CCCCCC;
	width: 630px;	
	margin-top: -10px;
}

.service_price {
	float: left;

	width: 480px;
	height: 110px;
	background: transparent;
	background: rgba(255, 255, 255, 0.8);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF);   /* IE6 & 7 */
      zoom: 1;
      
}

.service_price_wide {
	float: left;

	width: 480px;
	height: 110px;
	background: transparent;
	background: rgba(255, 255, 255, 0.8);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF);   /* IE6 & 7 */
      zoom: 1;
      
}

.service_price ul {
	float: left;
	width: 50%;
	margin-top: 15px;
}

.service_price_wide ul {
	float: left;
	width: 50%;
	margin-top: 15px;
}

.service_price li {
	font: 12px Arial;
	color: #333333;
	float: left;
	padding-left: 20px;
	width: 225px;
	margin-bottom: 8px;
}

.service_price_wide li {
	font: 12px Arial;
	color: #333333;
	float: left;
	padding-left: 20px;
	width: 325px;
	margin-bottom: 8px;
}
.service_price li b {
	float: right;
	width: 87px;
	font-weight: bold;
}
.service_price_wide li b {
	float: right;
	width: 87px;
	font-weight: bold;
}

.service_price_narrow {
	float: left;

	width: 480px;
	height: 110px;
	background: transparent;
	background: rgba(255, 255, 255, 0.8);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF);   /* IE6 & 7 */
      zoom: 1;
      
}

.service_price_narrow ul {
	float: left;
	width: 50%;
	margin-top: 15px;
}

.service_price_narrow li {
	font: 12px Arial;
	color: #333333;
	float: left;
	padding-left: 20px;
	width: 90px;
	margin-bottom: 8px;
}
.service_price_narrow li b {
	float: right;
	width: 87px;
	font-weight: bold;
}

.service_descr {
	font: 14px Arial;
	color: #CCCCCC;
	
}


.contacts_descr {
	background: transparent;
	background: rgba(0,0,0,0.8);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);   /* IE6 & 7 */
    zoom: 1;
    float: left;
    width: 440px;
    height: 560px;	
    padding-left: 20px;
}
.contacts_descr h3 {
	margin-top: 30px;
	margin-bottom: 15px;
}
.contacts_descr p {
	font: 16px Arial;
	color: #CCC;
	width: 416px;
	line-height: 130%;
}
.contacts_descr ul {
	float: left;
	width: 100%;
	margin-top: 40px;
}

.contacts_descr ul li {
		font: 20px Arial;
	color: #CCC;
	margin-bottom: 6px;
	float: left;
	width: 100%;
}
.contacts_descr ul li b {
	font: normal 30px Roboto;
	font-weight: 400;
	color: #fff;
	float: left;
	width: 90px;
}
.contacts_descr ul li span {
	float: left;
	margin-top: 9px;
}

.map {
	float: left;
	width: 460px;
	margin-left: 20px;


 

}
.slides {
	width: 1000px;
	height: 460px;
	overflow: hidden;
	position: relative;
}
.slide {
	position: absolute;
	display: none;
}
iframe { display:block; }
.map_descr {
	background: transparent;
	background: rgba(255, 255, 255, 0.9);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF);   /* IE6 & 7 */
      zoom: 1;
    
    /*width: 440px;*/
    height: 260px;
    padding-left: 20px;
}

.map_left {
	float: left;
	width: 220px;
	margin-top: -10px;
	
}
.map_right {
	float: left;
	width: 220px;
	margin-top: -10px;
}

h4 {
	font: bold 40px Roboto;
	font-weight: 700;
	color: #331F11;
	margin-top: 25px;
	margin-bottom: 10px;
}

.map_left p {
	font: normal 12px Arial;
	color: #666666;
	line-height: 130%;
	width: 198px;
}

.map_right p {
	font: normal 12px Arial;
	color: #666666;
	line-height: 130%;
	width: 198px;
}

.d_dir {
	text-decoration: none;
	float: left;
	font: bold 12px Arial;
	color: #B6A02C;
	background: url(../i/icon_location.png) left top no-repeat;
	padding-left: 20px;
	height: 20px;
	padding-top: 3px;
	display: block;
	
	margin-top: 10px;
}

.phone {
	font: 12px Arial;
	color: #666;
	display: block;
	background: url(../i/icon_cell.png) left top no-repeat;
	padding-left: 20px;
	height: 20px;

	padding-top: 3px;
	

}
.service_descr_naturaltech p {
	width: 410px;
	margin-top: 10px;
}

.service_descr_naturaltech h3 {
	margin-top: 15px;
}
.service_descr_keratin p {
	width: 610px;
	margin-top: 10px;
}

.service_descr_keratin h3 {
	margin-top: 15px;
}
.service_price_smaller {
	width: 232px;
	height: 186px;
}
.service_price_keratin {
	width: 340px;
	height: 130px;
	margin-left: 140px;
}
.service_descr_threading p {
	width: 710px;
	margin-top: 10px;
}

.service_descr_threading h3 {
	margin-top: 15px;
}
.service_price_threading {
	width: 340px;
	height: 110px;
	margin-left: 140px;
}
.service_descr_americanwave p {
	width: 820px;
	margin-top: 10px;
}

.service_descr_americanwave h3 {
	margin-top: 15px;
}
.service_price_americanwave {
	width: 120px;
	height: 340px;
	margin-left: 360px;
}
.service_row_last {
	padding-bottom: 50px;
}
.mail {
	text-decoration: none;
	float: left;
	font: bold 12px Arial;
	color: #B6A02C;
	background: url(../i/icon_email.png) left center no-repeat;
	padding-left: 20px;
	height: 14px;
	padding-top: 0px;
	display: block;
	
	margin-top: 10px;
}
.mail_location {
	color: #B6A02C;
}
.facebook {
	text-decoration: none;
	float: left;
	font: bold 12px Arial;
	color: #B6A02C;
	background: url(../i/icon_facebook.png) left center no-repeat;
	padding-left: 20px;
	height: 14px;
	padding-top: 0px;
	display: block;
	
	margin-top: 15px;
}
.instagram {
	text-decoration: none;
	font: bold 12px Arial;
	color: #B6A02C;
	background: url(../i/icon_instagram.png) left center no-repeat;
	padding-left: 20px;
	height: 14px;
	padding-top: 0px;
	display: block;
	
	margin-top: 63px;
}
.twitter {
	text-decoration: none;
	float: left;
	font: bold 12px Arial;
	color: #B6A02C;
	background: url(../i/icon_twitter.png) left center no-repeat;
	padding-left: 20px;
	height: 14px;
	padding-top: 0px;
	display: block;
	
	margin-top: 10px;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
	height: 100px;
	background: #BFF08E;
}
/* Video
-----------------------------------------------------------------------------*/
#videoDiv {width: 100%; height: 476px; position: relative;}
#videoBlock,#videoMessage {width: 65%; height: 100%; position: absolute; top: 0; left: 0; background: linear-gradient(to right, rgba(0, 0, 0, .8) 15%, rgba(0, 0, 0, 0) 100%);}
/*
#videoMessage *{padding:0.4em; margin:0}
#videoMessage {text-shadow: 2px 2px 2px #000000; color:white;z-index:99 }
#videoMessage h1{font-size: 2em;color:#ffffff;text-align:center;}
#videoMessage h2{font-size: 1.5em;color:#ffffff;text-align:center;}
#videoMessage h3{font-size: 1.2em;color:#ffffff;text-align:center;}
*/
.videoClick {text-align:center}
.videoClick a{color:white;background-color:rgba(241, 241, 241, 0.25);font-size: 1.7em;cursor:pointer;cursor:hand}
/* Video2
-----------------------------------------------------------------------------*/
#video-background {
      position: fixed;
      right: 0; 
      bottom: 0;
      width: 1000px; 
      height: auto;
      z-index: -100;
    }
    
/* Fix for Head Spa text width issue */
.service_price_wide.headspa_textbox ul {
    width: 100% !important;
}

.service_price_wide.headspa_textbox ul li {
    width: 100% !important;
    float: none !important;
    padding-left: 0 !important;
    font: inherit !important;
    color: inherit !important;
    line-height: inherit !important;
    margin-bottom: 16px !important;
    box-sizing: border-box;
}

.service_price_wide.headspa_textbox ul li b {
    float: none !important;
    display: block;
    width: auto !important;
    margin: 0 !important;
    font-weight: bold;
    color: #222;
}

.service_price_wide.headspa_textbox ul li strong {
    display: block;
    font: 14px 'Roboto', sans-serif !important;
    font-weight: 700 !important;
    color: #111;
    margin-bottom: 6px;
}

.service_price_wide.headspa_textbox ul li:first-of-type {
    margin-top: 0 !important;
}

.service_descr.headspa_header {
    margin-bottom: 0 !important;
}

.service_price_wide.headspa_textbox ul {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.service_price_wide.headspa_textbox ul li:first-child {
    margin-top: 0 !important;
}

/* Clean bullet list spacing inside Head Spa section */
.service_price_wide.headspa_textbox ul li ul {
    list-style-type: disc !important;
    list-style-position: inside !important;
    padding-left: 20px !important;
    margin-top: 6px !important;
    margin-bottom: 0 !important;
}

.service_price_wide.headspa_textbox ul li ul li {
    display: list-item !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.4 !important;
}

.service_descr.headspa_header {
  background: rgba(0, 0, 0, 0.8);
  width: 480px;
  float: left;
  padding: 12px 20px 10px 20px;
  margin: 0;
  font: 14px Arial;
  color: #CCCCCC;
  box-sizing: border-box;
}

.service_descr.headspa_header h3 {
  margin-top: 0;
}

.service_price_wide.headspa_textbox ul li {
  font-family: Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  color: #333 !important;
}

.service_price_wide.headspa_textbox ul li b {
  font-weight: bold !important;
  display: block !important;
  margin-bottom: 4px !important; /* Add spacing like other sections */
}


@media screen and (max-width: 768px) {
  .service_descr.headspa_header {
    width: 100% !important;
    padding: 22px 16px 20px 16px !important;
    margin: 0 !important;
    float: none !important;
    box-sizing: border-box;
    font: 14px Arial !important;
    color: #CCCCCC !important;
    background: rgba(0, 0, 0, 0.8) !important;
  }

  .service_price_wide.headspa_textbox {
    width: 100% !important;
    padding: 20px 16px !important;
    margin: 0 !important;
    float: none !important;
    box-sizing: border-box;
  }

  .service_price_wide.headspa_textbox ul,
  .service_price_wide.headspa_textbox ul li {
    width: 100% !important;
    float: none !important;
    padding-left: 0 !important;
    font: inherit !important;
    color: #333 !important;
    line-height: inherit !important;
    box-sizing: border-box !important;
  }

  .service_price_wide.headspa_textbox ul li b,
  .service_price_wide.headspa_textbox ul li strong {
    display: block !important;
    font-weight: bold !important;
    margin-bottom: 4px;
    color: #111;
  }
}




















































