@charset "UTF-8";
@font-face {
	font-family: 'HelveticaNeueCyr-Bold';
	src: url('f/HelveticaNeueCyr-Bold.eot');
	src: url('f/HelveticaNeueCyr-Bold.eot?#iefix') format('embedded-opentype'),
	url('f/HelveticaNeueCyr-Bold.woff') format('woff'),
	url('f/HelveticaNeueCyr-Bold.ttf') format('truetype'),
	url('f/HelveticaNeueCyr-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueCyr-Roman';
	src: url('f/HelveticaNeueCyr-Roman.eot');
	src: url('f/HelveticaNeueCyr-Roman.eot?#iefix') format('embedded-opentype'),
	url('f/HelveticaNeueCyr-Roman.woff') format('woff'),
	url('f/HelveticaNeueCyr-Roman.ttf') format('truetype'),
	url('f/HelveticaNeueCyr-Roman.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueCyr-Thin';
	src: url('f/HelveticaNeueCyr-Thin.eot');
	src: url('f/HelveticaNeueCyr-Thin.eot?#iefix') format('embedded-opentype'),
	url('f/HelveticaNeueCyr-Thin.woff') format('woff'),
	url('f/HelveticaNeueCyr-Thin.ttf') format('truetype'),
	url('f/HelveticaNeueCyr-Thin.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@-ms-viewport { width: device-width; }
/*@media only screen and (min-device-width: 800px) { html { overflow:hidden; } }*/
* {margin: 0;padding: 0}
*:focus {outline: none}
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box }
body {
	font: 14px/1.5 'HelveticaNeueCyr-Roman', 'Times New Roman', serif ;
	min-width: 960px;
	max-width: 2000px;
	margin:  0 auto;
	padding: 0;
}
.clearfix:before, .clearfix:after {content: " ";display: table}
.clearfix:after {clear: both}
table{border-collapse:collapse;border-spacing:0}
img{border:0}
caption,th{text-align:left}
a{text-decoration:none}
img.right{border:1px solid #ccc;float:right;margin-left:15px;padding:5px}
img.left{border:1px solid #ccc;float:left;margin-right:15px;padding:5px}
p {margin-bottom: 10px;}

h1{
	font: 1.714em 'HelveticaNeueCyr-Thin', serif;
	color: #464646
}
h2 {
	display: table;
	font: 1.714em 'HelveticaNeueCyr-Thin', serif;
	background: url(i/gray-dot.gif) 0 50% repeat-x;
	margin: 0 auto;
	text-align: center;
	padding: 0 30px;
}
	h2 span {
		background: #fff;
		padding: 0 20px;
	}
.bold-text {
	font: 0.857em 'HelveticaNeueCyr-Bold', serif;
	color: #464646;
	text-transform: uppercase;
	padding: 25px 0 50px 0
}
.wrapper {
	position: relative;
	width: 70%;
	min-width: 960px;
	max-width: 1200px;
	height: 100%;
	margin: 0 auto
}
.button {
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	font: 14px/53px 'HelveticaNeueCyr-Bold', serif;
	color: #464646;
	background: #fff;
	width: 220px;
	border: 4px solid #cde3eb;
}
.button:hover {
	color: #fff;
	background: #1d1d1d;
	border: 4px solid #1d1d1d;
}
.blank-slide {
	height: 65px;
}
.slide-1, .slide-3, .slide-6, .slide-7 {
	position: relative;
	background-repeat:  no-repeat;
	background-size: cover;
	background-position: 50%;
 }
.slide-1 {
	background-color: #f3f5eb;
	background-image : url(i/home.gif);
}
	.header {
		width: 100%;
		position: fixed;
		z-index: 9999;
		background: #fff;
		height: 65px;
	}
	.logo {
		width:78px;
		height: 32px;
		display: inline-block;
		background: url(i/logo.gif) no-repeat;
		margin-top: 17px;
	}
	.nav {
		position: absolute;
		top:20px;
		right: 0;
		list-style: none
	}
	.nav li {
		float: left;
		padding: 0 30px;
		background: url(i/dot.gif) 100% 50%  no-repeat
	}
	.nav li:last-child{
		padding-right: 0;
		background: none;
	}
		.nav li a {
			text-transform: uppercase;
			font-size: 12px;
			color: #1c1c1c;
			padding-bottom: 5px;
			border-bottom: 0 solid #cde3eb;
			-webkit-transition-duration: 0.3s;
						 transition-duration: 0.3s;
		}
		.nav li a:hover,
		.nav li.parent a,
		.nav li.active a{
			border-bottom: 3px solid #cde3eb;
			-webkit-transition-duration: 0.3s;
						 transition-duration: 0.3s;
		}
	.big_logo{
		position: absolute;
		background: url(i/big-logo.png) no-repeat;
		background-size: contain;
		width: 182px;
		height: 102px;
		top: 35%;
		left: 50%;
		margin-left: -91px;
	}
	.down{
		width: 53px;
		height: 16px;
		position: absolute;
		background: url(i/arrow-down.png) no-repeat;
		bottom:30px;
		left:50%;
		margin-left: -26px;
	}
.slide-2 {
	font: 14px/24px 'HelveticaNeueCyr-Roman', serif;
	color: #202020;
	padding: 50px 0 120px 0;
}
	.two_blocks{
		width: 50%;
		min-width: 250px;
	}
		.left_block {
			float: left;
			padding-right: 30px
		}
		.right_block {
			float: right;
			padding-left: 30px
		}
.slide-3 {
	background-color: #ededdf;
	background-image : url(i/swan.jpg);
	height: 42em;
}
	.slogan{
		position: absolute;
		background: url(i/slogan.png) no-repeat;
		background-size: contain;
		width: 28.188em; /*451px*/
		height: 8.1875em /* 131px */;
		top: 50%;
		left: 50%;
		margin-top: -3.75em; /*-60px*/
		margin-left: -14.0625em; /*-451px*/
	}
.slide-4,
.slide-5 {
	line-height: 24px;
}
.slide-4 .button,
.slide-5 .button {
	margin: 30px 50px 0 50px;
}
	.slide-4 .left_block {
		padding: 60px 80px 0 80px
	}
	.slide-4 .right_block {
		position: relative;
		background-image: url(i/girl.jpg);
		background-position:  -510px 50%;
		background-repeat:  no-repeat;
		background-size: cover;
		height:  495px;
	}
	.slide-4 .right_block i,
	.slide-5 .left_block i	{
		background-image: url(i/arrows.png);
		position: absolute;
		top: 50%;
		margin-top: -23px;
		display: block;
		width: 24px;
		height: 47px;
	}
	.slide-4 .right_block i{
		background-position: -24px 0;
		left: 0;
	}
	.slide-5 .left_block i {
		right: 0;
	}
	.slide-4 .right_block.kidzOn {
		background-position: 100% 50%;
	}
	.slide-5 .left_block {
		position: relative;
		width: 60%;
		background: url(i/woman.jpg) 654px 50% no-repeat;
		background-size: cover;
		height: 374px;
	}
	.slide-5 .left_block.adultOn {
		background-position: 100% 50%;
	}
	.slide-5 .right_block {
		min-height: 250px;
		padding: 80px 60px 0 60px;
		width: 40%;
	}
.slide-6 {
	background-color: #fff;
	background-image : url(i/studio.jpg);
	height: 43.5em
}
	.studio-content {
		font: 2.143em 'HelveticaNeueCyr-Bold', sans-serif;
		text-transform: uppercase;
		color: #363636;
		position: absolute;
		top: 30%;
		left: 50%;
		margin-left: -215px;
		text-align: center;
	}
		.m300 {
			display: block;
			font-size: 72px;
		}
			.m300 sup {
				font-size: 30px;
				vertical-align: top;
			}
	.studio-content .button {
		margin-top: 90px;
	}
.slide-7{
	height: 280px;
	background-color: #6f6d6a;
	background-image : url(i/map.jpg);
	background-position: 100% 100%;
	text-align: center;
	padding-top:60px
}
	.map-content {
		color: #fff;
	}
		.map-content a{
			line-height: 70px;
			color: #fff;
			display: inline;
			text-transform: uppercase;
			border-bottom: 1px solid #fff;
		}
		.map-content a:hover{
			border: none
		}
		.map-content .phones{
			line-height: 20px;
			width : 140px;
			display: inline-block;
			text-align: right;
		}
		.social {
			margin-top: 20px;
		}
		.social a{
			border: none;
			display: inline-block;
			background-image: url(i/social-sprite.png);
			background-repeat: no-repeat;
			width: 28px;
			height: 28px;
			margin: 0 2px;
		}
			.facebook {background-position: 0 0;}
			.vkontakte {background-position:  -28px 0;}
			.twitter {background-position:  -56px 0;}
			.google {background-position:  -84px 0;}
			.rss {background-position:  -112px 0;}
.slide-8{
	font-size: 12px;
	line-height: 26px;
	text-align: center;
	color: #222;
}
.whitestudio {
	display: block;
	position: absolute;
	width: 123px;
	height: 29px;
	right: 0;
	bottom: 20px;
	background: url(i/whitelogo.png) no-repeat
}
.animate-in {
	-webkit-transition-duration: 4s;
	transition-duration: 4s;
}
/* ————————— Новости ————————— */
.news,
.contacts {
	margin: 40px 0 60px 0
}

	.news .news_item {
		width: 49%;
		float: left;
		margin-bottom: 20px;
	}
	.news .news_item:nth-child(odd) {
		margin-right: 2%;
	}
		.news_cover,
		.news_item_cover
		{
			height: 15em;
			background-size: cover;
			background-repeat: no-repeat;
			background-position: 50% 50%;
			margin-bottom: 20px;
		}
			.news_item_cover {
				height: 30em
			}
		.news_title {
			font: 1.7em 'HelveticaNeueCyr-Thin', serif;
			color: #000;
			border-bottom: 1px solid #333;
		}
		.news_title:hover {
			border-bottom:  1px solid #cde3eb
		}
		.news_item_title {
			font: 2.85em 'HelveticaNeueCyr-Thin', serif;
			color: #000;
		}
		 .news_story {
			margin-top: 25px;
			height: 4.3em;
			overflow: hidden
		}
		.news_item_story {
			margin: 25px 0;
		}
/* ————————— Контакты —————————— */
.contacts {}
	.contacts h3 {
		font-size: 1.7em;
	}
/* ————— Постраничная навигация ————— */
.paginator {
	margin: 20px 0 ;
	text-align: center
}
.MarkupPagerNav {
	padding:0;
	margin:0;
	display: inline-block;
}
	.MarkupPagerNav li {
		display: inline;
		list-style: none;
		margin: 0;
	}
		.MarkupPagerNav li a {
			color: #000;
			display: block;
			float: left;
			padding: 6px 12px;
			border: 1px solid #eee;
			border-radius: 50%;
			margin-right: 3px;
			font-size: 12px;
			text-decoration: none;
		}
		.MarkupPagerNav li.MarkupPagerNavOn a,
		.MarkupPagerNav li a:hover {
			background: #cde3eb;
			text-decoration: none;
		}
		li.MarkupPagerNavPrevious a,
		li.MarkupPagerNavNext a,
		li.MarkupPagerNavPrevious a:hover,
		li.MarkupPagerNavNext a:hover {
			border: none;
			background: none;
			text-decoration: underline
		}
/* ————————— Рассписание ————————— */
.timetable{
	background: #f2f4ea;
	color: #1c1c1c;
	padding-top: 1px;
}
	.timetable h2,
	.styles h2 {
		margin: 30px auto;
		text-transform: uppercase
	}
	.timetable h2 span {
		background: #f2f4ea;
	}
	.adult {
		padding: 60px 0;
	}
.timetable table {
	border:none;
	font-size: 12px;
	line-height: 36px;
}
.timetable tr:first-child {
	font-family: 'HelveticaNeueCyr-Bold', serif;
}
.kidz tr:nth-child(odd){
	background: #efe3cd;
}
.adult tr:nth-child(odd){
	background: #ded4d8;
}
.timetable tr td {
	text-align: center
}
.timetable tr td:first-child {
	font-family: 'HelveticaNeueCyr-Bold', serif;
	text-align: left;
	padding-left: 20px;
}







/*.timetable tr:nth-child(odd) td:first-child,
.timetable tr:nth-child(odd) td:last-child {
	background-image: url(i/round-corners.gif);
	background-repeat: no-repeat
}
.kidz tr:nth-child(odd) td:last-child {
	background-position: 100% -36px
}
.adult tr:nth-child(odd) td:first-child {
	background-position: 0 -72px
}
.adult tr:nth-child(odd) td:last-child {
	background-position: 100% -108px
}
*/

.roundBg{
	position: relative;
}










.timetable tr:nth-child(2) td:nth-child(7),
.timetable tr:nth-child(2) td:nth-child(8) {
	line-height: 14px;
}
.bold_text {
	font: 1.28em 'HelveticaNeueCyr-Bold', serif;
}
.thin_text {
	font: 0.85em 'HelveticaNeueCyr-Thin', serif;
}
.styles table tr td {
	vertical-align: top;
	padding-bottom: 20px;
}
.styles img {
	width: 18.5em;
	padding: 0 35px 20px 0
}

/* ——————————— Фото ——————————— */
.photos h2 {
	margin-top: 40px
}
.photos ul{
	list-style: none;
	padding: 20px 0;
	text-align: center;
}
	.photos ul li{
		display: inline-block;
		margin: 10px 5px 0 5px;
		vertical-align: top;
		width: 150px;
		height: 150px;
	}
	.photos ul li:last-child{
		border: 1px solid #ccc;
		line-height: 150px
	}
	.photos a.more_photos{
		font-family: 'HelveticaNeueCyr-Thin', serif;
		text-transform: uppercase;
		color: #000;
		border-bottom: 1px solid #333;
	}
	.photos a.more_photos:hover{
		color: #1c1c1c;
		border: none;
	}
	.photos img {
		width: 150px;
		height: 150px;
	}
.video {
	padding: 50px 0
}
iframe {
	width: 31.3%;
	float: left;
	margin: 1%;
}
body:after {
	content: url(i/close.png) url(i/loading.gif) url(i/prev.png) url(i/next.png);
	display: none;
}
.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	display: none;
}
.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: normal;
}
.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.lightbox a img {
	border: none;
}
.lb-outerContainer {
	position: relative;
	background-color: white;
	*zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both;
}
.lb-container {
	padding: 4px;
}
.lb-loader {
	position: absolute;
	top: 43%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(i/loading.gif) no-repeat;
}
.lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
.lb-container > .nav {
	left: 0;
}
.lb-nav a {
	outline: none;
	background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev, .lb-next {
	height: 100%;
	cursor: pointer;
	display: block;
}
.lb-nav a.lb-prev {
	width: 34%;
	left: 0;
	float: left;
	background: url(i/prev.png) left 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
.lb-nav a.lb-next {
	width: 64%;
	right: 0;
	float: right;
	background: url(i/next.png) right 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	*zoom: 1;
	width: 100%;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
	content: "";
	display: table;
	clear: both;
}
.lb-data {
	padding: 0 4px;
	color: #ccc;
}
.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em;
}
.lb-data .lb-caption {
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
}
.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999999;
}
.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url(i/close.png) top right no-repeat;
	text-align: right;
	outline: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
.editpage {
	position: fixed;
	z-index: 9999;
	top: 10px;
	left: 10px;
}
@media screen and (max-width:960px)  {
	body {
		font-size: 12px;
	}
	.header {
		position: relative;
	}
	.wrapper {
		width: 100%;
	}
	.nav {
		right: 10px;
	}
	.big_logo{
		top: 33%;
		width: 150px;
		margin-left: -75px;
	}
	.studio-content .button {
		margin-top: 40px;
	}
}
