/* ---------------------------------------------------------
   1. General reset
   2. Common site styles
   3. Styles for responsive breakpoints
   ---------------------------------------------------------*/
/* ---------------------------------------------------------
   1. General reset
   ---------------------------------------------------------*/
/*
 * set default text color
 * set default font size, line height and font family
 * set default background
 */
@font-face {
    font-family: 'helvetica_neue_desk_uiRg';
    src: url('../fonts/helveticaneuedeskui-webfont.eot');
    src: url('../fonts/helveticaneuedeskui-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneuedeskui-webfont.woff') format('woff'),
         url('../fonts/helveticaneuedeskui-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneuedeskui-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
* { max-height: 100000px; }
header,
footer,
article,
section,
hgroup,
nav,
figure { display: block; }
figure {
	margin: 0;
	padding: 0;
}
html{
	height:100%;
}
body {
	margin: 0;
	height:100%;
	color: #000;
	font: 12px/15px 'helvetica_neue_desk_uiRg', Arial, Helvetica, sans-serif;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	background: url(../images/bg-body.png);
	max-height:100%;
	overflow:hidden;
}
/* set styles for default page links */
a:link { text-decoration: none; color: #333; }
a:active { background-color: transparent; }
img { border-style: none; }
/* ---------------------------------------------------------
   2. Сommon site styles
   ---------------------------------------------------------*/
/* main container styles */
#wrapper {
	position: relative;
	height:100%;
	width:100%;
}
#wrapper .w1{
	display:table;
	width:100%;
	height:100%;
}
#wrapper .w1 .w2{
	display:table-cell;
	vertical-align:middle;
	width:100%;
	height:100%;
	vertical-align: top;
}
.video #wrapper .w1 .w2{
	vertical-align:middle;
	position:relative;
}
/* main informative part styles */
#main {
	/* max-width: 1024px; */
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width:100%;
}
.video #main{
	position:static;
}
/* links style */
#main .nav {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
}
#main .nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#main .nav li {
	float: left;
	border-left: 1px solid #333;
}
#main .nav li:first-child { border-left: 1px; }
.video #main .nav li.item3:after{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	width:100%;
	z-index:100;
}
#main .nav li a {
	display: block;
	background: #000;
	width: 55px;
	height: 55px;
	text-indent: -9999px;
	position: relative;
}
#main .nav li .photo:after {
	content: '';
	background: url(../images/sprite-01.png) no-repeat 1px 0;
	width: 18px;
	height: 13px;
	position: absolute;
	top: 22px;
	left: 19px;
}
#main .nav li .video:after {
	content: '';
	background: url(../images/sprite-01.png) no-repeat -57px -1px;
	width: 16px;
	height: 10px;
	position: absolute;
	top: 22px;
	left: 19px;
}
#main .nav li a:hover { background: #2afd8d; }
/* carousel styles */
.video-slideshow,
.slideshow {
	position: relative;
	z-index:10;
	width:100%;
}
.video-slideshow{
	visibility:hidden;
	opacity:0;
}
.video-slideshow .mask,
.slideshow .mask{
	position:relative;
	width:100%;
	overflow:hidden;
}
.video-slideshow .mask .slideset,
.slideshow .slideset{
	width:100%;
	overflow:hidden;
	position:relative;
	height:1200px;
	/* min-height: 700px; */
}
.video-slideshow .mask .slideset{
	height:528px;
}
.video-slideshow .slide,
.slideshow .slide {
	position: absolute;
	z-index: 1;
	top: 0;
	width:100%;
	text-align:center;
	height:100%;
}
.video-slideshow .slide.active,
.slideshow .slide.active {
	z-index: 2;
}
/* carousel navigation styles */
.video-slideshow .navigation,
.slideshow .navigation {
	position: absolute;
	top: 0;
	right: 111px;
	width: 128px;
	height: 47px;
	background: #fff;
	overflow: hidden;
	padding: 8px 20px 0 19px;
	z-index:99;
}
.video-slideshow .btn-prev,
.video-slideshow .btn-next,
.slideshow .btn-prev,
.slideshow .btn-next {
	float: left;
	width: 16px;
	height: 9px;
	text-indent: -9999px;
	background: url(../images/sprite-01.png) no-repeat -4px -22px;
	margin: 12px 0 0;
}
.video-slideshow .btn-next,
.slideshow .btn-next {
	float: right;
	margin: 11px 0 0;
	background: url(../images/sprite-01.png) no-repeat -38px -23px;
}
/* carousel navigation counter styles */
.video-slideshow .navigation .counter-holder,
.slideshow .navigation .counter-holder {
	overflow: hidden;
	display: block;
	position: relative;
}
.video-slideshow .navigation .total-num:before,
.slideshow .navigation .total-num:before {
	content: '';
	background: url(../images/sprite-01.png) no-repeat -77px -18px;
	width: 11px;
	height: 22px;
	position: absolute;
	top: 7px;
	left: -12px;
	z-index: -1;
}
.video-slideshow .counter-holder .current-num,
.slideshow .counter-holder .current-num {
	float: left;
	font-size: 30px;
	line-height: 40px;
	min-width: 45px;
	text-align: right;
	position: relative;
	z-index: 90;
	text-align:center;
}
.slide-form .current-num {
	float: left;
	font-size: 30px;
	line-height: 40px;
	width: 45px;
	text-align: right;
}
.video-slideshow .counter-holder .total-num,
.slideshow .counter-holder .total-num {
	position: relative;
	float: right;
	font-size: 18px;
	line-height: 30px;
	width: 35px;
}
.video-slideshow .slide a,
.slideshow .slide a{
	display:block;
	height:100%;
}
.slideshow .slide a:after{
	content:'';
	display:inline-block;
	vertical-align:bottom;
	width:0;
	height:100%;
}
.slideshow .slide > div{height:100%;}
.slideshow .slide a > *{
	height:100%;
	display:inline-block;
	vertical-align:bottom;
}
.video-slideshow .slide img,
.slideshow .slide img {
	vertical-align:top;
	height:100%;
	width:auto;
}
.video .video-slideshow{
	max-width:940px;
	margin:0 auto;
	width:100%;
	position:static;
}
.video-slideshow .slide .placeholder {
	overflow: hidden;
}
.video-slideshow .slide .placeholder a{
	display:block;
}
.slide-form{
	float: left;
	padding: 0;
	margin: 2px 0 0;
	width: 10px;
	display: none;
}
.slide-form fieldset{
	border: none;
	padding: 0;
	margin: 0;
}
.slide-form input[type="text"] {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	width: 52px;
	font-size: 30px;
	line-height: 40px;
	text-align:center;
	outline:none;
}
.slide-structure{display:none;}
.btn-rotate{
	background:rgba(000, 000, 000, 0.5);
	text-decoration:none;
	position:absolute;
	border-radius:7px;
	font-size:9px;
	line-height:10px;
	top:50%;
	left:50%;
	margin:-41px 0 0 -41px;
	color:#fff;
	z-index:2;
	width:82px;
	height:82px;
	padding:3px;
	text-align:center;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	display:none;
}
.btn-rotate:active{background-color:rgba(000, 000, 000, 0.5);}
.btn-rotate:after{
	content:"";
	background:url(../images/ico01.png) no-repeat;
	width:41px;
	height:38px;
	position:absolute;
	margin:-18px 0 0 -20px;
	left:50%;
	top:50%;
}
@media screen and (max-width: 979px){
	.video-slideshow .navigation,
	.slideshow .navigation{
		display:none;
	}
	#wrapper{
		max-height:100%;
		overflow:hidden;
	}
}
@media screen and (max-width: 767px){
	body { min-width:320px;}
	.video-slideshow,
	.slideshow{
		padding:0;
		clear:both;
	}
	.video .video-slideshow{
		padding: 0 0 15px;
		width:100%;
	}
}
@media screen and (max-width: 479px){
	.mobile-device .btn-rotate{display:block;}
}
@media (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi){
	.btn-rotate:after{
		background:url(../images/ico01-2x.png) no-repeat;
		background-size:41px 38px;
	}
}