<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------- import Resets ------------*/
@import url("reset.css");

/*------------- General ------------*/
@font-face{ 
	font-family: 'PTSans Bold'; 
	src: url('../fonts/ptc75f.eot'); 
	src: url('../fonts/ptc75f.eot?#iefix') format('embedded-opentype'), 
	url('../fonts/ptc75f.woff') format('woff'), 
	url('../fonts/ptc75f.ttf') format('truetype'), 
	url('../fonts/ptc75f.svg#webfont') format('svg');
}
@font-face{ 
	font-family: 'PTSans Bold Italic'; 
	src: url('../fonts/pts76f.eot'); 
	src: url('../fonts/pts76f.eot?#iefix') format('embedded-opentype'), 
	url('../fonts/pts76f.woff') format('woff'), 
	url('../fonts/pts76f.ttf') format('truetype'), 
	url('../fonts/pts76f.svg#webfont') format('svg');
}
@font-face{ 
	font-family: 'PTSans Regular'; 
	src: url('../fonts/PTS55F-webfont.eot'); 
	src: url('../fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'), 
	url('../fonts/PTS55F-webfont.woff') format('woff'), 
	url('../fonts/PTS55F-webfont.ttf') format('truetype'), 
	url('../fonts/PTS55F-webfont.svg#webfont') format('svg');
}
@font-face{ 
	font-family: 'PTSerif Regular'; 
	src: url('../fonts/PTZ55F_W.eot'); 
	src: url('../fonts/PTZ55F_W.eot?#iefix') format('embedded-opentype'), 
	url('../fonts/PTZ55F_W.woff') format('woff'), 
	url('../fonts/PTZ55F_W.ttf') format('truetype'), 
	url('../fonts/PTZ55F_W.svg#webfont') format('svg');
}

html body {
    background:#000;
	color:#494949;
	font-size:13px;
	line-height:18px;
    }
html, body {
    height:100%;
    }

h1 {
	margin:0 0 15px;
    font:68px 'PTSerif Regular',Arial, Helvetica, sans-serif;
    color:#fff;
    text-transform: uppercase;
    }
h2 {
    color: #fff;
    font:52px 'PTSerif Regular',Arial,Helvetica,sans-serif;
	margin:0;
	letter-spacing:-3px;
	text-transform: uppercase;
	text-align: left;
    }
h3 {
	margin:0 0 10px;
    text-transform: uppercase;
    font:18px 'PTSans Bold',Arial,Helvetica,sans-serif;
    color:#fff;
    }
h4 {
    margin:0 0 10px;
    font:36px 'PTSerif Regular',Arial,Helvetica,sans-serif;
    color: #fff;
    }
a {
	color:#0083d0;
	text-decoration:underline;
    }
a:hover {
	color:#000;
    }
::-webkit-input-placeholder { 
    color: #999; 
    }
:-moz-placeholder { 
    color: #999;
    }
::-moz-placeholder {
    color: #999;
    }
:-ms-input-placeholder {
    color: #999;
    }


p{
	color:#ddd;
	font:16px 'PTSans Regular', Arial, Helvetica, sans-serif;
}
/*------------ Content ----------*/

.wrapper{
	width: 100%;
	height: auto;
	text-align:center;
	/*left:50%;*/
}
#example_video_1{
	min-height:400px;
	/*height:100%;*/
	width:100%;
	position:fixed;
    top:0;
}
.scroll-down-container{
    width:34%;
    text-align:center;
    position: fixed;
	bottom: 0;
	left:33%;
    z-index:9999;
    /*padding: 15px 0;*/
    margin-bottom: 15px;
}
.scroll-down{
	background: url(../../rus/images/arrow.png) no-repeat center 20px;
	color: #fff;
	font:18px 'PTSans Bold',Arial,Helvetica,sans-serif;
	text-decoration: none;
	/*padding: 15px 0;*/
	padding-bottom: 15px;
    display:inline-block;
    position: relative;
}
.scroll-down:hover{
	background-position:center -78px;
}
.tan{
	text-align: center;
    padding-left:17px;
}
.logo{
	/*top: 20%;
	left: 50%;
	margin:-277px 0 0 -331px;
	*/
     height: auto;
  margin: 0;
  position: relative;
  width: 100%;
  z-index:11;
}
.fullpage-wrapper{overflow:hidden;}

.menu-scroll{
	text-transform: uppercase;
	text-align: center;
	z-index: 9;
	position: relative;
    margin-top: 0;
	margin-bottom:60px;
    min-height: 690px;
    padding-top:200px;
}
.menu-scroll li{list-style:none;}
.menu-scroll a{
	text-decoration: none;
	color: #aeaeae;
	font: 24px/35px 'PTSerif Regular',Arial,Helvetica,sans-serif;/*30px/48px*/
}
.menu-scroll a:hover{
	color:#fff;
}
.bg2{
	/*background-image: url(../../rus/images/bg2.jpg);*/
	overflow: hidden;
	/*margin-top: -60px;*/
}
.mrt{
	margin-top: 20px;
}
.scroll-down:hover{
	color: #fff;
}
.menu_block{
	position: fixed;
	background:rgba(0,0,0,0.62);
	min-height:110px;
	top: 0;
	z-index: 9999;
	/*min-width: 1056px;*/
    width:100%;
    /*display: none;
    margin-top:-74px;*/
    transition: .5s;
}
/*.menu_block:hover{
    margin-top:0;
    transition: .5s;
}*/
.menu_block2{
	display: none;
}
.menu_block li{
	display: inline-block;
}
.menu_block  &gt; ul{
	position: absolute;
	top: 0;
	right: 9px;
}
.menu_block ul.menu_hor{
	position: static;
	margin:0 auto;
	text-align:center;
}

.menu_hor li a{
	text-transform: uppercase;
	text-decoration: none;
	color: #b6b6b6;
	font: 12px 'PTSerif Regular',Arial,Helvetica,sans-serif;
	padding: 24px 3px 13px;
	display: inline-block;
}
.menu_hor li a.li-small{
	margin:0 -4px;
	padding:0;
}
.menu-lang li a{
	text-transform: uppercase;
	text-decoration: none;
	color: #b6b6b6;
	font: 10px 'PTSans Regular',Arial,Helvetica,sans-serif;
	background:url(../../rus/images/border-lang.png) no-repeat -1px 2px;
	padding: 0 5px 0 6px;
}
.menu-lang .active{
	color:#fff;
	cursor: text;
}
.menu-lang li:first-child a{
	background:none;
}
.menu_hor li a img{
	display:block;
	margin: 0 auto 8px;
	visibility: hidden;
}
.menu_hor li a:hover img, .menu_hor li.active img{
	visibility: visible;
}
.menu_hor li.active a{
	color:#fff;
}
.menu_block li a:hover{
	color:#fff;
}
.menu_hor li .logo-small{
	background: url("../../rus/images/logo_hov.png") no-repeat scroll 5px -22px rgba(0, 0, 0, 0);
    clear: both;
    cursor: pointer;
    display: block;
    float: none;
    padding: 53px 3px 0 3px;
    width: 112px;
    position: relative;
    z-index: 99;
}
.menu_hor li .logo-small-text{
	background: url("../../rus/images/logo_hov.png") no-repeat scroll 0 -86px rgba(0, 0, 0, 0);
    clear: both;
    cursor: pointer;
    float: none;
    padding: 3px 3px 13px;
    width: 112px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity:0.8;
}
.menu_hor li .logo-small-text:hover{opacity:1;
background-image: url('../../rus/images/logo_hov_hov.png');}
.musicans-title{
	width:280px;
    text-align:left;
    margin-top:100px;
}
.menu_hor &gt; li{width:42%;}
.menu_hor .text-right{text-align:right;}
.menu_hor .text-left{text-align:left;}
.menu_hor .text-right a, .menu_hor .text-left a{text-align:center;}
.menu_hor .live_logo{position: relative;width:120px;margin-left:2px;}
.live_logo span{
    border-radius: 50%;
    box-shadow: 0 0 31px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 0 31px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0 0 31px rgba(255, 255, 255, 1);
    display: block;
    height: 66px;
    left: 26px;
    position: absolute;
    top: -1px;
    width: 66px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity:1;
}
.live_logo span.hov2{
    box-shadow: 0 0 31px rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: 0 0 31px rgba(255, 255, 255, 0.7);
    -moz-box-shadow: 0 0 31px rgba(255, 255, 255, 0.7);
}
.live_logo span.hov2{display:none;}
.live_logo .logo-small:hover .hov2{display:block}
.firstPageText .musicans-title{margin-top:0;}
.bg_dark.firstPageText{
   /*margin-right: -585px;
    position: absolute;
    right: 50%;*/
      position: absolute;
  right: -100%;
    text-align: left;
    top: 8%;
    width: 475px;
    z-index:3;
    overflow: hidden;
    margin-top:100px;
    opacity:0;
}
.beautiful-scroll{overflow: hidden;}
.beautiful-scroll &gt; div{height:200px;display:none;}
.more_scroll a{color:#d69b00;text-decoration:none;}
.more_scroll a:hover{color:#d69b00;text-decoration:underline;}
.squote{text-align:right;}
.squote i{display:block;padding:0 30px 10px;font:14px 'PTSans Bold Italic',Arial,Helvetica,sans-serif;}
.firstPageText p{
    font: 12px "PTSans Bold",Arial,Helvetica,sans-serif;
    margin-bottom:10px;
    padding-right:15px;
}
.container{
    margin:0 auto;
    max-width:1100px;
      position: relative;
  z-index: 7;
}
.container p{margin-bottom:10px;}
/*#parallax-bg1{
	right:50%;
    margin-right:-200px;
	top:15%;
	position: absolute;
   
} */
#parallax-bg{
    width:100%;
	height:100%;
	margin: 0 auto;
    position: absolute;
    z-index: 2;
	background:url("../../rus/images/sirota.png") no-repeat fixed 30% 0 / 38% auto rgba(0, 0, 0, 0);
}
/*.active #parallax-bg1{top:27%;}
.active .musicans-title{top:36%;}*/
.musicans-title{
     /*-webkit-transition: all 1.2s ease-out;
    -moz-transition: all 1.2s ease-out;
    -o-transition: all 1.2s ease-out;
    transition: all 1.2s ease-out;*/
    z-index:999;
}

/*#party3{
    display: block;
    position: absolute;
    z-index: 1;
    top:50%;
    left:50%;
    width: 1056px;
    height:958px;
}

 #party3{
    margin-left:-425px;
    -webkit-transition: all 1.3s ease-out;
    -moz-transition: all 1.3s ease-out;
    -o-transition: all 1.3s ease-out;
    transition: all 1.3s ease-out;
}*/
#party2, #party3,#party4{
	width:100%;
	height:100%;
	 margin: 0 auto;
    position: absolute;
    z-index: 200;
	 
   /* margin-left:-625px;
     -webkit-transition: all 0.9s ease-out;
    -moz-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;*/
}

#party2{background: url("../../rus/images/party2.png") no-repeat fixed 50% 0 rgba(0, 0, 0, 0);}
#party3{background: url("../../rus/images/party3.png") no-repeat fixed 50% 0 rgba(0, 0, 0, 0);}
#party4{background: url("../../rus/images/party4.png") no-repeat fixed 50% 0 rgba(0, 0, 0, 0);}
.musicans-title h1{
	font: 68px/64px 'PTSerif Regular',Arial,Helvetica,sans-serif;
	color:#fff;
	text-transform: uppercase;
}
.mrt{
	margin-top:100px;
}
#parallax3{
	position: absolute;
}
.ovh{
	overflow: hidden;
	height: 800px;
}
.menu-block{height:530px;}
#party{
	width: 100%;
}
#party img{
	position: absolute;
	top: 0;
}
.big-text{
	position: absolute;
	top:32%;
	width: 100%;
	text-align: center;
    z-index:999;
}
.icon{
	display: inline-block;
	width: 99px;
	height: 97px;
	background-image: url(../../rus/images/icon.png);
	background-repeat: no-repeat;
}


#music1{
	position: absolute;
}
.music{padding-left:30px;}
#music2{
	position: relative;
	z-index:3;
	width:800px;
	text-align: left;
	padding:70px 0 0 109px;
	margin-bottom:2px;
}
.ib-left, .ib-right{
	z-index:999;
	position: relative;
}
.ib-left h2{
	font:52px 'PTSerif Regular',Arial,Helvetica,sans-serif;
	margin:0;
	letter-spacing:-3px;
	text-transform: uppercase;
	text-align: left;
}
.ib-left .icon{
	float: left;
	margin-right: 15px;
}
.ib-left .beautiful-scroll p{padding-left:0;}
#section4 .ib-left h2{line-height:109px;}
.ib-left .icon.icon-musicPl{margin-right: 15px;}
.ib-left p{
	padding-left: 118px;
}
.ib-left p, .ib-right p{
	font:12px 'PTSans Bold',Arial,Helvetica,sans-serif;
	text-align: left;
}
.popup-block h2{
	margin:0 0 10px;
    font:30px 'PTSans Bold', Arial, Helvetica, sans-serif;
    text-transform: none;
    letter-spacing:0;
}
.popup-block .big-photo{
	border-radius:50%;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	overflow:hidden;
	width:382px;
	height:382px;
	display:block;
}
.icon-key{
    display: inline-block;
    background: url(../../rus/images/sprite.png) no-repeat 0 -158px;
    width: 35px;
	height: 35px;
}
.pass-pop{text-align:center;}
.pass-pop input[type="text"], .pass-pop input[type="password"]{
    font-size:14px;
    text-transform:uppercase;
    padding: 5px;
    text-align: center;
    border:2px solid #d69b00;
    background:#0b0907;
    color:#fff;
    margin:5px 0;
    letter-spacing:2px;
    max-width:360px;
}


.icon-ds{background-position:0 -525px;width:70px}
.icon-music{
	background-position:-103px 0;
}
.icon-video{background-position:-103px -212px;margin:0 0 0 28px!important;}
.flower .icon-video{background-position:-207px -424px;margin:0 auto!important;}

.icon-musicPl{background-position:20px -203px;}
.flower .icon-musicPl{background-position:0px -422px;}

.icon-photos{background-position:-197px -214px;}
.flower .icon-photos{background-position:-103px -424px}

.icon-services{
    background-position:25px -311px;
}
.icon-sound{
	display: block;
	position: fixed;
	width: 35px;
	height: 35px;
	right: 34px;
    bottom:148px;
	background: url(../../rus/images/sprite.png) no-repeat -53px -61px;
	z-index:9999;
	cursor: pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=22)";
	filter: alpha(opacity=22);
	-khtml-opacity: 0.22;
	-moz-opacity: 0.22;
	opacity:0.22;
}
.icon-sound.active{
    background-position:0 -61px;
}

.icon-sound:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity:1;
}
.sircle-photo{
	margin:54px 0 0 127px;
	min-height:90px;
	position: relative;
	/*z-index: 9;*/
	clear: both;
	min-width:413px;
}
.sircle-photo2{
	margin:0  0 -9px 180px;
}
.sircle-photo li{
	float: left;
	position:relative;
	display: block;
    list-style:none;
}
#moder2 .sircle-photo li{float: left;}
.next_line{  margin-left: 42px;}
.sircle-photo li a{
	overflow: hidden;
	display: block;
	position: absolute;
	font:14px 'PTSans Bold',Arial,Helvetica,sans-serif;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
    z-index:99;
    /*transition: .5s;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;*/
    z-index:99;
    width: 89px;
	height: 89px;
}
.sircle-photo li a b{
    -moz-border-radius: 50%;/*Firefox*/
    -webkit-border-radius: 50%;/*Safari, Chrome*/
    border-radius: 50%;
    overflow: hidden;
	display: block;
}

.sircle-photo li a span{
	display:inline-block;
	background:rgba(74, 41, 0, 0.3);
    left: 0;
    position: absolute;
    top: 0;
    /*transition: .5s;*/
    text-align:center;
}
.sircle-photo li a span i{
	font-size:30px;
	font-style:normal;
	margin-top:25px;
	display: inline-block;
   /*transition: .5s;*/
}
.sircle-photo li img{ 
	margin:-15px 0 0 -15px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: url(grayscale.svg#greyscale); /* Firefox 4+ */
	filter: gray; /* IE 6-9 */
   /*transition: .5s;*/
}
/*.sircle-photo li a:hover{
	margin:-25px 0 0 -25px;
-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.sircle-photo li:hover{
	z-index:99;
}
.sircle-photo li a:hover img{
	width: 200px;
	height: auto;
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
	-webkit-filter: grayscale(0%);
    transition: .5s;
}
.sircle-photo li a:hover span{
	width: 170px;
    height: 200px;
    opacity:0;
}
#dj2 .sircle-photo li a:hover span{width:250px;}*/
.sircle-photo li a:hover img{
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
}
::i-block-chrome,.sircle-photo li a span{display:none!important;}
.tr-left, .tr-right{
	overflow:hidden;
	-moz-box-shadow:0 20px 0 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow:0 20px 0 0 rgba(0, 0, 0, 0.19);
	box-shadow:0 20px 0 0 rgba(0, 0, 0, 0.19);
	position:relative;
	height:600px;
	/*margin-top:100px;*/
    width:100%;
}
#section4 .tr-right{height:840px;right:0;  top: -13%;}
.tr-left, .tr-left &gt; div{
	-moz-transform: skewY(11deg);/* FF3.5+ */
	-webkit-transform: skewY(11deg);/*Saf3.1+, Chrome*/
	-o-transform: skew(0deg, 11deg);/* Opera 10.5 */
	-ms-transform: skew(0deg, 11deg);/* IE 9 */
	transform: skew(0deg, 11deg);
	/*transform: matrix(1, 0.2, 0, 1, 0, 0);*/
}
.tr-right, .tr-left &gt; div{
	-moz-transform: skewY(-11deg);/* FF3.5+ */
	-webkit-transform: skewY(-11deg);/*Saf3.1+, Chrome*/
	-o-transform: skew(0deg, -11deg);/* Opera 10.5 */
	-ms-transform: skew(0deg, -11deg);/* IE 9 */
	transform: skew(0deg, -11deg);
	/*transform: matrix(1, -0.2, 0, 1, 0, 0);*/
}

#section5 .tr-left, #section3 .tr-left, #section4  .tr-right{
	/*height:800px;*/
    position:absolute;
	background:#000;
}
#section3 .tr-left{ padding-bottom: 200px;}
.section{overflow:hidden;}
#section3{margin-top:-10%;}
#section3, #section5, #section6{overflow:hidden;}
.hide{display:none;}
#moder{overflow:visible!important;}
#moder .sircle-photo {
	margin:25px 0 0 -50px;
	min-height:90px;
}
#moder .sircle-photo2{
	margin-left:-111px;
}

.size1 li{
	width: 101px;
	height: 130px;
    list-style:none;
}
.size1 li &gt; span{display:block;width:100%;margin-top:98%;font-size:12px;}
.size1 li img{
	width: 127px;
	min-height:107px;
}
.size1 li a, .size1 li a span{
	width: 89px;
	height: 89px;
}
.size1.sircle-photo li a{
    left: 50%;
    margin-left: -45px;
    -moz-border-radius: 50%;/*Firefox*/
    -webkit-border-radius: 50%;/*Safari, Chrome*/
    border-radius: 50%;
}
/*
.size1.sircle-photo li a:hover{
    width: 106px;
	height: 106px;
	margin:-8px 0 0 -50px;
}*/
.size1 li a b{width: 89px;height: 89px;}
/*.size1.sircle-photo li a:hover b{width: 89px;height: 89px;}*/
/*
.size1.sircle-photo li a:hover img{
	width: 136px;
	height: auto;
}*/


.size2 li{
	width: 122px;
	height: 150px;
}
.size2 li &gt; span{display:block;width:100%;margin-top:98%;font-size:12px;}
.size2 li img{
	width: 127px;
    margin:0;
}

.size2 li a, .size2 li a span, .size2 li a b{
	width: 112px;
	height: 112px;
}
.size2.sircle-photo li a{
    left: 50%;
    margin-left: -56px;
    -moz-border-radius: 50%;/*Firefox*/
    -webkit-border-radius: 50%;/*Safari, Chrome*/
    border-radius: 50%;
}
/*
.size2.sircle-photo  li a:hover{
	width: 129px;
	height: 129px;
    margin:-9px 0 0 -61px;
}
.size2.sircle-photo li a:hover img{
	width: 136px;
	height: auto;
    margin:0;
}*/


.size3 li{
	width: 140px;
	height: 164px;
}
.size3 li &gt; span{display:block;width:100%;margin-top:98%;font-size:12px;}
.size3 li img{
	width: 147px;
    margin:0;
}
.size3 li a, .size3 li a span, .size3 li a b{
	width: 125px;
	height: 125px;
}
.size3.sircle-photo li a{
    left: 50%;
    margin-left: -62px;
    -moz-border-radius: 50%;/*Firefox*/
    -webkit-border-radius: 50%;/*Safari, Chrome*/
    border-radius: 50%;
}
/*
.size3.sircle-photo  li a:hover{
	width: 142px;
	height: 142px;
    margin:-9px 0 0 -71px;
}
.size3.sircle-photo li a:hover img{
	width: 150px;
	height: auto;
    margin:0;
}
*/



.size4 li{
	width: 170px;
	height: 155px;
}
.size4 li &gt; span{display:block;width:100%;margin-top:98%;font-size:12px;}
.size4 li img{
	width: 175px;
    margin:0;
}
.size4 li a, .size4 li a span, .size4 li a b{
	width: 155px;
	height: 155px;
}
.size4.sircle-photo li a{
    left: 50%;
    margin-left: -77px;
    -moz-border-radius: 50%;/*Firefox*/
    -webkit-border-radius: 50%;/*Safari, Chrome*/
    border-radius: 50%;
}
/*
.size4.sircle-photo  li a:hover{
	width: 172px;
	height: 172px;
    margin:-9px 0 0 -81px;
}
.size4.sircle-photo li a:hover img{
	width: 200px;
	height: auto;
    margin:0;
}
*/

.acoustic-icon{
	text-transform: uppercase;
	font: 20px 'PTSerif Regular',Arial,Helvetica,sans-serif;
	position: relative;
	display:inline-block;
	float:right;
	margin:34px 212px 0 0;
}
.icon-acoustic{
	background:url(../../rus/images/sprite.png) no-repeat 3px -8px;
	width: 40px;
	height: 50px;
	float: right;
}
#music3{
	position: absolute;
	left: 36%;
}

.is_overlay{ display: block; width: 100%; height: 100%; }
#example_video_4{
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity:0.7;
}
 #example_video_4, #example_video_2, #example_video_6, #example_video_5, #example_video_7 {
	position: absolute;
	top: -20%;
	right: 0;
	bottom: 0;
	left: 0;
}
/*.pa{position:absolute;top:0;left:0;}*/
.pa video{position:absolute;}
#section2{position:relative}
.pa .vjs-loading-spinner{display:none!important;}
#example_video_5{left: -15%;}
#example_video_2{top: -24%;}
#example_video_6{top: -119px;}
#example_video_3{
	position: absolute;
	top:-13%;
	right: 0;
	bottom: 0;
	left: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-khtml-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity:0.8;
}
/*{
	min-width: 100%; 
	width: auto;
	height: auto; 
}*/
#example_video_2 &gt; video, #example_video_3 &gt; video, #example_video_4 &gt; video, #example_video_5 &gt; video, #example_video_6 &gt; video, #example_video_7 &gt; video {
	min-width: 100%; 
	min-height: 140%;
	width: auto;
	height: auto;
    background:#000;
}
#example_video_5 &gt; video{min-height: 125%;}
#example_video_2 &gt; video{
    min-height: 147%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-khtml-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity:0.8;
}
#example_video_6 &gt; video{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity:0.5;
}
 @media (min-aspect-ratio: 16/9) {
     #trailer &gt; video { height: 150%; top: -50%; }
 }
 @media (max-aspect-ratio: 16/9) {
     #trailer &gt; video { width: 150%; left: -50%; }
 }
 /* Ð•ÑÐ»Ð¸ ÐµÑÑ‚ÑŒ Ð¿Ð¾Ð´Ð´ÐµÑ€Ð¶ÐºÐ° object-fit (Chrome/Chrome Ð´Ð»Ñ Android, Safari Ð² iOS 8 Ð¸ Opera), Ð¸ÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÐµÐ¼ ÐµÐ³Ð¾: */
 @supports (object-fit: cover) {
     #trailer &gt; video {
         top: 0; left: 0;
         width: 100%; height: 100%;
         object-fit: cover;
     }
 }

.ovh2{
	z-index:99;
}
.big-h, .big-h .resize-block, .resize-block, .wrapper {
	min-height: 900px;
}
.kon, #contact{height:auto!important;min-height:500px!important;}
.kon #testimonials{overflow:visible!important;}


#moder1{
	position: absolute;
	top:-200px;
}


#moder2{
    float: right;
    padding: 100px 0 0 0;
    width: 100%;
}

#moder2 p{
    max-width:354px;
    float:right;
    margin-bottom:30px;
}
#moder2 h2{
    float:left;
    height:117px;
}
#moder2 ul{
    float:right;
    width:540px;
}
#moder2 .sircle-photo {margin:0 -52px 0 0;}
#moder2 .sircle-photo2 {margin:51px 0 0;}
.ib-right .icon{
	float: right;
	margin: 5px 7px 0 27px;
}

.icon-moder{
	background-position:-204px 0;
}
.icon-show{
	background-position:-100px -103px;
}
.resize{
	min-width:100%;
	width: auto;
	height:auto;
	/*top:-150px;*/
	left:0;
	position: absolute;
	z-index:-1;
}
.resize-block{
	min-width:1056px;
	width: 100%;
	position:relative;
	margin:0 auto;
	/*overflow: hidden;*/
}
.resize-block {overflow: hidden;}
.zi3{
	z-index:3;
}
.zi2{
	z-index:2;
}
.zi1{
	z-index:1;
}
#musicPl2{padding-top:200px;}
#testimonials2{min-height:1100px;}
#parallax2{
	left:44px;
	position:absolute;
	bottom: -200px;
}
#dj2{
	top: 270px;
    width:90%;
    padding-left:251px;
}
#section5 .slimScrollDiv,
#section6 .slimScrollDiv,
#section3 .slimScrollDiv{overflow:visible!important}
#dj2 div{float:left;min-height:150px;}
#dj2 .sircle-photo{
    float:left;
    margin-top:-40px;
    margin-left:-50px;
    clear:none;
    margin-right:5%;
}
#dj2 p{
	width: 195px;
}
#dj2 .sircle-photo li a span{
	background:rgba(3, 24, 60, 0.3);
}
#dj1{
	top:-100px;
}
.icon-dj{
	background-position:2px -105px;
    margin:10px 0 0 1px;
}
.icon-stars{
	background-position: -202px -105px;
}


.show-photo .sircle-photo{margin:0;}
#show2{
   padding:200px 0 0 65px;
}
#show2 h2{height:105px;}
#show2 h2 span{float:left;}
#show2 &gt; div{float:right;  margin-top: -110px;  margin-bottom: 20px;}
#show2 .beautiful-scroll{width:540px}
#show2  .show-photo{width:100%;  float: none;margin:0;}
#show2 p{width:98%;}
#show2 .icon-show{
    margin:-3px 7px 0 12px;
}
#stars2 h3{
	text-align: left;
}
#stars2{
	padding:80px 0 0 177px;
}
#stars2 .sircle-photo{
	margin:0;
}
#stars2 div.ts{
	float: left;
    margin-top:280px;
    margin-right:120px;
}
#stars2 .sircle-photo li a span{
	background:rgba(18, 21, 255, 0.3);
}
/*.shadow{
	background:rgba(0,0,0,0.23);
	height:30px;
	width: 100%;
	position: absolute;
	bottom:115px;
	-moz-transform: skewY(-15deg); 
	-webkit-transform: skewY(-15deg);
	-o-transform: skew(0deg, -15deg);
	-ms-transform: skew(0deg, -15deg);
	transform: skew(0deg, -15deg);
}*/


#moder{
	margin-top:-160px;
}
#dj{
	margin-top:-380px;
    overflow:visible!important;
}
#show{
	margin-top:-300px;
}
#stars{
	margin-top:-250px;
}
#musicPl{
	margin-top:-50px;
}
#video{
    margin-top:-160px;
}
#services{
    margin-top:-200px;
}
#photos{
	margin-top:-160px;
}
#testimonials{
margin-top:-180px;
}
#player{
    width:600px;
    float:right;
    margin-top:18px;
    height:545px;
}

#list-more p{
	font-size: 14px;
}
#list-more &gt; div{
	margin-bottom:50px !important;
}
#musicPl2 h2{
    font-size:40px;
    clear:both;
    margin:18px 0 0px 59px;
    text-align:left;
    line-height: 96px;
    position: absolute;
    top: -105px;
    left: 0;
    display: block;
}

.music-left{
    float:left;
    width:68%;
    text-align:center;
}
.music-right{
    /*float:right;
    width:28%;*/
    padding-top:20px;
    position:absolute;
    right: -20px;
    top: 125px;
}
.music-left p{
    width:100%;
    text-align:right;
    height:105px;
    padding:0;
}
.music_menu{
    margin-top:-20px;
	width:220px;
	float:right;
    overflow:hidden;
}
.music_menu li{list-style:none;}
.music_menu li a{
    display:block;
    background:#1f1e1b;
    font:14px 'PTSans Regular',Arial,Helvetica,sans-serif;
    color:#fff;
    text-align:left;
    text-decoration:none;
    padding:7px 15px;
    margin-bottom:5px;
    -moz-box-shadow:13px 4px 4px 7px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow:13px 4px 4px 7px rgba(0, 0, 0, 0.45);
    box-shadow:13px 4px 4px 7px rgba(0, 0, 0, 0.45);
}
.music_menu li a:hover, .music_menu li a.active{
    background:#3a3937;
}
#video2{padding:204px 0 0 70px;}
.video-block a{
    display:block;
    width:306px;
    height:165px;
    float:left;
    text-decoration:none;
    color:#a3a2a2;
    font:12px/20px 'PTSans Regular',Arial,Helvetica,sans-serif;
    text-align:left;
    position:relative;
    margin:0 0 32px 27px;
}
#video1{min-height:auto!important;}
#video .icon{ margin:0 0 0 29px; }
.video-block .play, .video-block .close{
    width:36px;
    height:36px;
    background:url(../../rus/images/sprite.png) no-repeat -57px -7px;
    position:absolute;
    z-index:5;
    top:50%;
    left:50%;
    margin:-19px 0 0 -19px;
    display:none;
}
.video-block a:hover .play{
    display:block;
}
.video-block .close{background-position:-57px -115px; display:block;}
.video-block a:hover img{
filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
	-webkit-filter: grayscale(0%);transition: 1.5s;
}
#video2 h2{
    font-size:40px;
    letter-spacing:0;
    line-height:62px;
}
.video-block{
    margin-left:14px;
}
.video-block h3, #masonry-container h3{text-align:left;margin:20px 0;}
#masonry-container a, #masonry-container .box-wide, #masonry-container .box-divide{overflow:hidden;}

.w48{max-width:50%;}
.w40{max-width:48%;}
.video-block a b{
    display:block;
    font-weight:normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.video-block h3{padding-left:27px;}
.clear{clear:both;display:block!important;float:none!important}
.photos{min-height:1100px;height:auto!important;}
#photos2{padding-top:0px;padding-left:64px;}
#photos2 .icon{
   float:right;
   height:81px;
}
#photos2  h2{
    font-size:36px;
    padding:0 70px 0 42px;
}
#services2{
    padding-top:200px;
}
#services2  h2{
    font-size:36px;
    line-height:74px;
    padding:61px 0 0 193px;
}
#services2 div{
    text-align:left;
    padding-left:315px;
    margin-top:16px;
}
#services2 div p{
    text-align:left;
    font-size:16px;
    padding:0;
}

#services2  ul{margin:13px 0 32px;}
ul li{
    font:16px 'PTSans Regular',Arial,Helvetica,sans-serif;
    color:#fff;
    list-style-type:disc;
    list-style-position:inside;
}
/*.slimScrollBar{
	display: none!important;
}
.vh ul{
	visibility: hidden;
}*/
#pin-it{
	position: relative;
}
.fr{min-height:3500px;position:absolute;z-index:99;}
.scrollblock{
	width: 100%;
}
#section{min-height:3200px}
#section2{min-height:1200px}
#section5, #section5 .tr-left{min-height:800px;}
#section6{min-height:800px}
#section9{min-height:2800px}
#section10{min-height:1880px}
#section12{min-height:1600px;}
#section11{min-height:900px; margin-top:-80px;}
#section13{min-height:950px;}

#section13 h2{margin-top:119px;}
/* ==================== carousel ====================*/
 
#wrapper-carousel {
	width: 100%;
	/* height: 400px; 
	margin: -200px 0 0 0;
	position: absolute;
	left: 0;
	top: 50%;*/
	overflow: hidden;
}
.caroufredsel_wrapper{width:100%!important}
#carousel{min-width:100%!important}
#carousel div {
	width: 651px;
	height: 454px;
	/* margin: 20px 30px; */
    margin: 0 53px;
	float: left;
	position: relative;
    cursor:pointer;
}
#carousel div.selected {
	-moz-box-shadow:0 0 10px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.5);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
#carousel div img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	-khtml-opacity: 0.4;
	-moz-opacity: 0.4;
    opacity:0.4;
    max-width:651px;
}
#carousel div img:first-child {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
    opacity:1;
	position:relative;
	margin:0 auto;
}
#carousel div p {
	/* background-color: #fff; */
    font:16px 'PTSans Bold', Arial, Helvetica, sans-serif;
	color: #fff;
	display: block;
	width: 100%;
	/* min-height: 50px;  */
	overflow: hidden;
	position: absolute;
	bottom: 20px;
	z-index: 8;
    margin-left: 3px;
    line-height: 16px;
}
#carousel div span {
    font:14px 'PTSans Regular', Arial, Helvetica, sans-serif;
} 
#prev, #next {
	background: center center no-repeat transparent;
	display: block;
	width: 15px;
    height: 45px;
    margin-top: -68px;
	position: absolute;
	top: 50%;
	z-index: 5;
	background: url(../../rus/images/nav.png) no-repeat 0 0;
}
#prev:hover, #next:hover {
	/* background-color: rgba(255,255,255,0.5);
	border-radius: 5px; */
}
#prev.disabled, #next.disabled {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	-khtml-opacity: 0.2;
	-moz-opacity: 0.2;
	opacity: 0.2;
	cursor: default;
}
#prev.disabled:hover, #next.disabled:hover {
	background-color: transparent;
}
#prev {
	left: 50%;
	margin-left: -366px;
	background-position: 0px 0px;
}
#next {
	background-position: -27px 0px;
	right: 50%;
	margin-right: -379px;
}
/* ==================== end carousel ====================*/
/* ==================== start popup ====================*/
.hidden-content{
display:none;
}
.popup-block h1{
    font-family: 'PTSans Bold',  Arial, Helvetica, sans-serif;
    color:#fff;
    margin: 0px 0 11px;
    }
.popup-block p{
    font:13px 'PTSans Regular',  Arial, Helvetica, sans-serif;
    color:#fff;
    display: block;
    max-width: 77%;
    }
.popup-block li{font:13px 'PTSans Regular',  Arial, Helvetica, sans-serif;}
.popup-block  div {
    margin: 18px 0px 0px 36px;
    }
#cboxClose{
    top: 0;
    right:0;
    background: url(../../rus/images/nav.png) no-repeat 0px -52px;
    width: 16px;
    height: 16px;
}
#cboxClose:hover{
    background: url(../../rus/images/nav.png) no-repeat 0px -52px;
}
.showclose{
    position: absolute;
    right: 180px;
    text-indent: -9999px;
    top: 65px;
    background: url(../../rus/images/nav.png) no-repeat 0px -52px;
    width: 16px;
    height: 16px;
    display:block;
}
.showclose:hover{
    background: url(../../rus/images/nav.png) no-repeat 0px -52px;
}

/* 
.popup-block{
    background: url(../../rus/images/img01.png) no-repeat 100% 100%;
} */
/* ==================== end popup ====================*/
/* ==================== start masonry ====================*/
#masonry-container {
    /*width:1000px;*/
    clear: both;
    margin:auto;
    margin-left:35px;
}

.box {
  margin: 6px;
  float: left;
}
.box img{
  display: block;
  width: 100%;
}
.col3 { /* width: 320px; */ }

.col3 img { /* max-width: 320px; */ }
/* ==================== end masonry ====================*/

/*------------ Responsive ----------*/
@media (max-width: 1200px) { 
		/*.active #parallax-bg1{top:5%;}
		#parallax-bg1{top:15%;}*/
	}
    
/*.sp a{
    border-radius:50%;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    overflow:hidden;
    display:block;
    transition: .3s;
    margin: -60px 0 0 -60px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index:1;
}  
.sp a &gt; span {
    position: relative;
    right: 50%;
    text-align: center;
    transition: .3s;
}
.sp span{display:block;}   
.sp .item_cont {
    display: inline-block;
    margin-right: -100%;
    transition: .3s;
}  
.sp img {
    height: auto;
    -webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: url(grayscale.svg#greyscale); 
	filter: gray; 
    transition: .3s;
}   
.sp .item_cont span{
	display:inline-block;
	background:rgba(74, 41, 0, 0.3);
    left: 0;
    position: absolute;
    top: 0;
    text-align:center;
    width:300px;
    height:300px;
    transition: .3s;
}

.sizee3 li{
	width: 122px;
	height: 112px;
    position:relative;
    float:left;
    transition: .3s;
}
.sizee3 a{  
    width: 112px;
	height: 112px;
}
.sizee3 a img{
    min-height: 120px;
    min-width: 120px;
    max-height:330px;
    max-width:330px;
}
.sizee3 a:hover{
z-index:2;
	width: 145px;
	height: 145px;
    margin: -72px 0 0 -72px;
    
}
.sizee3 a:hover img{
    min-height: 150px;
    min-width: 150px;
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
	-webkit-filter: grayscale(0%);
}*/
#stars2 .fs{position:absolute;width:50%;opacity:0;top:55px}
.fade-element, #testimonials2 &gt; div &gt; div.fade-element, .block-link.fade-element, #video2 .fade-element, .sircle-photo li.fade-element{display:none;}
.fade-element2{visibility:hidden;}


#dj2 &gt; div, #stars2 .fs{margin-left:-100%;}



/* pop-up contacts */
.contact-form{
    background:url(../../rus/images/contact-pattern.jpg) repeat 0 0;
    width:799px;
    margin:0 auto;
}
.contact-form form{
    background:url(../../rus/images/contact-bg.jpg) no-repeat 0 0;
}
.contact-form table{width:100%;}
.contact-section{
    padding:25px 50px 0;
    /*min-height: 113px;*/
    color:#fff;
    font:16px "PTSans Regular",Arial,Helvetica,sans-serif
}
.contact-form h3{
    font:24px 'PTSans Bold',Arial,Helvetica,sans-serif;
    background:url(../../rus/images/contact-title.png) repeat-x 0 0;
    height:57px;
    text-transform:none;
    padding:0 49px;
    line-height:57px;
    margin-top:10px;
    cursor:pointer;
}
.icon-hide{
    width:40px;
    height:48px;
    background:url(../../rus/images/sprite.png) no-repeat 1px -97px;
    float:right
}
.contact-section h4{
    margin-bottom: 20px;
    margin-top: 10px;
}
.contact-section ul li{
    list-style:none;
    font:17px "PTSans Regular",Arial,Helvetica,sans-serif;
    margin-bottom:7px;
}
input[type="text"],
input[type="password"] {
	display:inline-block;
	width:100%;
    padding:5px;
    border-top:4px solid #d3d4d4;
    border-right:1px solid transparent;
    border-bottom:1px solid transparent;
    border-left:4px solid #d3d4d4;
	background-color:#fff;
	font:16px "PTSans Regular",Arial,Helvetica,sans-serif;
    height: 26px;
    margin: 12px 0 13px;
}
input[type="text"]:focus,
input[type="password"]:focus{
    border-color:#d49600;
}
textarea{
    width:100%;
    padding:5px;
    border-top:4px solid #d3d4d4;
    border-left:4px solid #d3d4d4;
	background-color:#fff;
	font:16px "PTSans Regular",Arial,Helvetica,sans-serif;
    margin-top:12px;
}
.section-left{
    float:left;
    width:318px;
}
.section-right{
    float:left;
    width:319px;
     margin-left: 41px;
}

.section1{
    width:166px;
    float:left;
}
.section2{
    width:245px;
    float:left;
}
.section3{ 
    float: right;
    margin-right: 21px;
    width: 237px;
}
.singers{
    font:18px "PTSans Bold",Arial,Helvetica,sans-serif;
    color:#fff;
}
.bor-bot{
    margin: -13px 28px 23px;
}
.bor-bot &gt; div{background:url(../../rus/images/bor-bot.jpg) repeat-x 0 100%;padding-bottom: 18px;margin-bottom:23px;}
.bor-bot .jqselect{margin-left:73px;min-width:100px;}
.bor-bot label{margin-left:40px;}
.copy-pop{text-align:center;padding-bottom:50px;}
.copy-pop p{
    margin-bottom:15px;
}
.copy-pop .big{
    font:18px 'PTSans Bold',Arial,Helvetica,sans-serif;
}
input[type="submit"]{
    font:21px 'PTSans Bold',Arial,Helvetica,sans-serif;
    color:#fff;
    text-transform:uppercase;
    text-align:center;
    width:305px;
    height:43px;
    border:0;
    background:url(../../rus/images/sprite.png) no-repeat -130px -5px;
    margin:10px 0;
    cursor:pointer;
}
input[type="submit"]:hover{
    background:#FFA900;
}

.vjs-poster{background:none!important}
#cboxLoadedContent{overflow:visible!important;padding-top:20px;}


.video-img{
	display:block;
	width:306px;
	height:166px;
	overflow:hidden;
	margin-bottom:5px;
}
.video-img img{
	width:306px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: url(grayscale.svg#greyscale); /* Firefox 4+ */
	filter: gray; /* IE 6-9 */
    transition: 1.5s;
}
.leftSide a{
	margin:0!important;
}
.leftSide{
	margin-right:13px;
	width:30%!important;
}
.rightSide{margin-bottom:8px!important;}
.load-hide{visibility:hidden;}
#example_video_3 .vjs-error-display,
#example_video_2 .vjs-error-display,
#example_video_6 .vjs-loading-spinner,
#example_video_11 .vjs-loading-spinner, #example_video_1 .vjs-loading-spinner{display:none;}
#photo-video{padding:20px;}
#photo-video div{margin:20px 0;}
#photo-video2 p{margin-bottom:10px;}
.center{text-align:center;}
.fl{float:right}

#metiers #metiers-ul {
    left: 50%;
    margin-left:-108px;
    margin-top: -200px;
    position: absolute;
    top: 38%;
}
#metiers #metiers-ul li {
    position: relative;
}
#metiers #metiers-ul{z-index:9999;}

/*---------------- carousel ----------------*/
#carousel-music span {
    display: block;
    margin: 0 20px;
    float: left;
}
#wrapper-music, #wrapper-music div{margin:0;}
.prev,
.next {
    background: url("../../rus/images/nav.png") no-repeat scroll 12px 12px rgba(0, 0, 0, 0);
    border: 0 none;
    height: 45px;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: absolute;
    text-indent: -9999px;
    width: 15px;
    top: 23%;
    padding:10px;
}
.prev {
    left:-98px;
}
.next {
    right:-60px;
    background-position:-18px 12px;
}
.prev:hover,
.next:hover {
    opacity:0.8;
}

/*---------------- carousel ----------------*/


#test-inner {
    width: 1100px;
    min-height: 600px;
    position:relative;
}
#test-inner .prev{left:-60px;}
#test-inner .next{right:-60px;}
#test-inner .prev,
#test-inner .next {
    top:84px;
}

#carousel-testimonials &gt; div {
    float: left;
    width:1100px;
    min-height:200px;
}
.comm{
    padding: 15px 50px 15px;
    text-align:left;
}
.comm p{margin-bottom:5px;}


#wrapper-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#carousel-bg{
    width: 100%;
    height: 100%;
}
#carousel-bg  div {
    float: left;
     width: 100%;
     height:2100px;
}
#carousel-bg  div img{width:100%;height:auto;}
.bg1{
     background:#000 url(../../rus/images/testimonials1.jpg) no-repeat center top;
     background-size:cover;
}
.bg2{
    background:#000 url(../../rus/images/testimonials2.jpg) no-repeat center top;
     background-size:cover;

}
.bg3{
    background:#000 url(../../rus/images/testimonials3.jpg) no-repeat left top;
     background-size:cover;
}
.bg4{
   background:#000 url(../../rus/images/testimonials4.jpg) no-repeat center top;
    background-size:cover;
      /*  background-size:cover;
       background-image:url(../../rus/images/testimonials4.jpg);*/
}
.bg5{
    background:#000 url(../../rus/images/testimonials5.jpg) no-repeat center top;
     background-size:cover;
      /* background-size:cover;
       background-image:url(../../rus/images/testimonials5.jpg);*/
}
.video-jw &gt; div{margin:0 auto;}
/*#metiers &gt; div{visibility:hidden;}*/
.pas-error{color:#f00;font:16px 'PTSans Regular',Arial,helvetica,sans-serif;padding:10px 0 0;display:block;}

.menu-lang .download-pass a{background:none;}

.downloads-block{border-top:1px dashed #6a6967;padding:25px 50px;color:#fff;}
.downloads-block h3{text-transform:uppercase;}
#hide-download h1{
   font:36px 'PTSerif Regular',Arial,Helvetica,sans-serif;
   display:inline-block;
   text-align:center;
   width:100%;
   margin-bottom:25px;
    padding-left: 4px;
}
#hide-download h2{
   font:26px 'PTSerif Regular',Arial,Helvetica,sans-serif;
   display:inline-block;
   text-align:center;
   width:100%;
   margin-bottom:25px;
   
}
#hide-download{color:#fff;font:14px 'PTSerif Regular',Arial,Helvetica,sans-serif;}
.downloads-block p{font-size:13px;color:#fff;}
.downloads-block a{
    background:url(../../rus/images/sprite.png) no-repeat -269px -64px;
    text-decoration: none;
    color:#fff;
    text-transform:uppercase;
    font:14px 'PTSans Bold',Arial,Helvetica,sans-serif;
    display:block;
    text-align:center;
    padding:7px 0;
    margin:15px 0 0 0;
    width:166px;
    height:15px;
}
.downloads-block a:hover{background:#ffa300;}

#section1{min-height:1100px}
.flower, .flower-container{
    width:740px;
    height:740px;
    margin:0 auto;
    left: 50%;
    margin: -370px 0 0 -370px!important;
    position: absolute;
    top: 50%;
    border-radius:50%;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.flower{margin-top:80px;}
.flower a{
    width:240px;
    height:240px;
    display:block;
    position:absolute;
    font:18px 'PTSans Bold',Arial,helvetica,sans-serif;
    color:#fff;
    text-transform:uppercase;
    text-align:center;
    text-decoration:none;
    padding-top: 71px;
    padding-left: 3px;
}
.flower-container{background:url(../../rus/images/flower-bg.png) no-repeat 0 0;}
/*.media-flower .flower-container{background:url(../../rus/images/flower-bg2.png) no-repeat 0 0;}*/
.flower-text{
    background: url(../../rus/images/flower-bg3.png) no-repeat 0 0 rgba(156, 140, 140, 0.18);
    border-radius:50%;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    color: #fff;
    display: none;
    width:740px;
    height:740px;
    left:0;
    overflow: hidden;
    position: absolute;
    top: 0;
    text-align:left;
    cursor:pointer;
}
#testDiv{
    height: 475px;
    overflow: hidden;

   }
.flower-text &gt; div{
    margin: 0 auto;
    width: 56%;
    padding-top: 85px;
    text-align: center;
}
.flower-text h3{font:33px 'PTSerif Regular',Arial,Helvetica,sans-serif;margin-bottom:45px;}
.flower-text p{font-size:13px;text-align:left;margin-bottom:10px;padding-right: 15px;    font-family: 'PTSans Bold', Arial, Helvetica, sans-serif;}
.flower-elem1{top:70px;left:144px;}
.flower-elem2{top:70px;right:148px;}
.flower-elem3{top:245px;left:43px;}
.flower-elem4{top:245px;left:246px;  padding-top: 97px!important;}
.flower-elem5{top:245px;right:49px;}
.flower-elem6{top: 12px;left:246px;}
.flower-elem7{bottom: -47px;left:246px;}

a.flower-elem4{z-index: 2;}

.flower a:hover{background:url(../../rus/images/flower-small-bg.png) no-repeat 0 0; z-index: 1;}
.flower a:hover span{display:block;}
.flower a span{/*display:none;*/margin:0 auto;}
.flower a .icon{display:block;margin-bottom:14px;}
.flower .flower-elem4{font:33px 'PTSerif Regular',Arial,Helvetica,sans-serif;padding-top:84px;}
#section1 .flower .flower-elem4{line-height:28px;height:140px;}
#section1 .flower .flower-elem4 b{font:14px "PTSans Bold",Arial,Helvetica,sans-serif;text-transform:none;color:#d69b00;}
.flower .flower-elem4 i{display:block;font:14px 'PTSans Bold',Arial,Helvetica,sans-serif;}
.flower .bg-none{cursor:text;}
.flower .bg-none:hover{background:none;}


.phone{
    display:block;
    width:80px;
    height:60px;
    background:#1c1a19;
    border-radius:45% 0 0 45%;
    -webkit-border-radius:45% 0 0 45%;
	-moz-border-radius:45% 0 0 45%;
    position:fixed;
    z-index:999;
    right:0;
    bottom: 68px;
 
}
.phone span{
    display:block;
    width:80px;
    height:60px;
    background:url(../../rus/images/sprite.png) no-repeat -46px -151px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=22)";
	filter: alpha(opacity=22);
	-khtml-opacity: 0.22;
	-moz-opacity: 0.22;
	opacity:0.22;
}
.phone:hover span{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity:1;
}
.media-flower{
    left: 50%;
    margin-left: -370px;
    position: absolute;
    z-index: 99;
}
.ds h2{width:100%;text-align:center;margin:60px 0 10px 0;}

.complex-heading{
    width:823px;
    margin:0 auto;
    height: 30px;
}
.complex-heading li{
    float:left;
    width:16%;
    list-style:none;
    text-transform: uppercase;
    font:20px 'PTSans Bold',Arial,Helvetica,sans-serif;
    color:#fff;
}
.complex-heading .title-bor{
    width:42%;
    border-bottom:1px dashed #767676;
     min-height: 11px
}


/* ds photo */
#ds-photo-wrapper {
    width: 840px;
    height: 275px;
    margin:20px auto 30px;
    position:relative;
}
#ds-photo-images img {
    display: inline-block;
    width:auto;
    height:auto;
    min-width:100%;
    min-height:100%;
    max-width:400px;
    max-height:400px;
}
#ds-photo-images, #ds-photo-thumbs {
    height: 350px;
    overflow: hidden;
}
#ds-photo-images &gt; div{
    float: left;
    width: 840px;
    height:200px;
    overflow: hidden;
    text-align:center;
}
#ds-photo-images a{
    width:257px;
    height:200px;
    overflow:hidden;
    display:block;
    float:left;
    margin:0 10px;
}

#ds-photo-thumbs &gt; div{
    float: left;
    height:40px;
    overflow: hidden;
    margin:0 7px;
}
#ds-photo-thumbs {
    height: 50px;
    margin-top:20px;
}
#ds-photo-thumbs img {
    margin: 0 2px;
    cursor: pointer;
    opacity:0.5;
}
#ds-photo-thumbs div.selected img, #ds-photo-thumbs div:hover img{
    opacity:1;
}
 
#ds-photo-wrapper .prev, #ds-photo-wrapper .next, #cakes-prev, #cakes-next  {
    background:transparent;
	display: block;
	width: 12px;
    height: 51px;
	position: absolute;
    padding:0;
	top: 27%;
	z-index: 5;
	background: url(../../rus/images/nav.png) no-repeat 0 0;
}
#ds-photo-wrapper .prev {
	left: -30px;
	background-position: 0px 0px;
}
#ds-photo-wrapper .next {
	background-position: -29px 0px;
	right:-24px;
}	
/* ds photo end */
.ds-video{width:910px;margin:20px auto 65px;}
.ds p{width:825px;text-align:left;margin:40px auto 60px;font-size:13px;}
.ds-video .video-block a i{font:10px 'PTSans Regular',Arial,Helvetica,sans-serif;color:#5d5c5b;display:block;margin-top:7px;}

/* ds cakes */
#cakes-wrapper {
    margin:50px auto;
    width: 800px;
    height: 127px;
    position:relative;
}
#cakes-carousel a {
    width: 210px;
    height: 310px;
    margin: 0 30px;
    float: left;
    text-decoration:none;
    color:#fff;
    font:14px 'PTSans Regular',Arial,Helvetica,sans-serif;
    text-align:center;
}
#cakes-prev, #cakes-next {
    top: 60%;
}
#cakes-prev {
	left: -30px;
	background-position: 0px 0px;
}
#cakes-next {
	background-position: -29px 0px;
	right:-30px;
}
.cakes_wrap {
    display: block;
    border-radius:50%;
    -webkit-border-radius:50%;
	-moz-border-radius:50%;
    overflow:hidden;
    width: 210px;
    height: 210px;
}
.cakes_wrap span{display:block;}
.cakes_wrap img {
    height: auto;
    min-width: 210px;
    min-height: 210px;
    width: auto;
}
.cakes_wrap &gt; span {
    position: relative;
    right: 50%;
    text-align: center;
}
.cakes_wrap  .item_cont {
    display: inline-block;
    margin-right: -100%;
}
.cakes-text{margin-top:20px;display: block;}
.cakes-text i{
    font:18px 'PTSans Bold',Arial,Helvetica,sans-serif;
    display:block;
    width:100%;
    font-style:normal;
}
/* ds cakes end */

.tomedia, .tovideo, .toclosev{color:#d69b00;text-decoration:none;display:block;padding-top: 10px;}
.tomedia:after, .tovideo:after, .toclosev:after{
    content:'...'
}
.tomedia:hover, .tovideo:hover, .toclosev:hover{color:#d69b00;text-decoration:underline;}
#jp_container_1{display:none!important}
.moder-text{
    top:30px;
    left: 0;
    position: absolute;
    width: 570px;
}
.moder-text div{
    float:left;
}

#moder2 .moder-text div p{
    font: 12px "PTSans Bold",Arial,Helvetica,sans-serif;
    text-align: left;
    margin-bottom:10px;
    float:none;
    max-width:96%;
}
.p1{
    background:url(../../rus/images/grid.png) repeat 0 0;
    width:100%;
    min-height:800px;
    position:absolute;
    z-index:9;
}
.intro_mob{
     /*background-size: cover;*/
     background: url(../../rus/images/intro_mob.jpg) no-repeat center center;
}
.bg_dark{
  background-color: rgba(0,0,0,0.6);
  padding: 10px 0 10px 10px;
  margin-right:10px;

}
.bg_transform{  height: 1050px;
  width: 100%;
  margin-top: -11%;
  background-size: cover!important;
}

.partners-logo {
    width: 160px;
    float: left;
    height: 180px;
    margin: 0 10px;
}
.partners-logo img{
    width:120px;
    /*float:left;*/
}
.partners-logo p{
    clear:both;
    padding-top:3px;
}
.mrl{margin-left:116px;}/**/

#section9, #section10{height:auto!important;}
#contact2{padding-top:100px;}
#example_video_5{display:none!important;}
#section2{
	/*background-image: url(../../rus/images/music_bg.jpg);*/
	padding-top:48px;
}
#section4{min-height: 800px;}
#section5{padding-top:68px;}
#section6{padding-top:58px;}
#moder2{margin-top:28%;}
.jwcontrols img{display:none!important}

.line2{width:100%}
.line2 &gt; div{float:left;overflow:hidden;}
.line2 .box-divide-right{width:50%;}
.line2 .box-wide{width:67%;}
.w30{width:30%;}
@media only screen and (min-width: 1600px) {
    #section4 .tr-right{top:10%}
    .music_menu{float:left;margin-left:215px;}
}
@media only screen and (max-width: 1440px) {  
   .mrl{margin-left:5%;}
   .menu_hor li a{font-size:12px;}
   .menu_hor li a img{width:30px;height:auto;}
}
@media only screen and (max-width: 1400px) {
   #section5{margin-top:0!important;}
   .mrl{margin-left:5%;}
   .menu_hor li a{font-size:10px;}
   .menu_hor li a img{width:30px;height:auto;}
}
@media only screen and (max-width: 1200px) {
    .w48{max-width:49%;}
    .w40{max-width:47%;}
    .w30{width:30%;}
    .box-divide-left a:first-of-type{margin-right:9px!important;}
}
@media only screen and (max-width: 900px) {
    .w48{max-width:48%;}
    .w40{max-width:47%;}
    .w30{width:30%;}
        .line2 .box-divide-right{margin-left:11px!important;}
}
@media only screen and (max-width: 700px) {
    .w48{max-width:47%;}
    .w40{max-width:46%;}
    .w30{width:30%;}
}

@media only screen and (max-width: 1024px) and (orientation: landscape), only screen and (max-width: 768px) and (orientation: portrait) {
#section6{max-height:500px;}
    .section{min-height:900px!important;position:relative!important;margin:0!important;height:auto!important;}
    #section13{padding-bottom:200px;}
    #section5 .tr-left{display:none!important}
    #section3{margin:0;padding-top:15%;}
    #section2{  background: url(../../rus/images/music_bg.jpg) no-repeat 0 0;}
    .moder-text{margin: -240px 20px;}
    #moder2 ul{
    width: 500px;
    position: absolute;
    right: 0px;   
    bottom: -150px;
    margin-bottom: 400px;
   }
    .next_line{margin:0;}
    
    #stars2{padding-left:30px;}
    #stars2 .fs{margin-left: 0px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity:1!important;
    margin-left:0;position:static!important;
    width:50%;
    padding-right:10px;}
    #stars2 .sircle-photo, .mrl{margin-left:0;}
    #stars2 div.ts{margin-top:40px!important;float:left;margin-right:0;}
    
    .sircle-photo{margin-left:57px;}
    .sircle-photo2{margin-left:120px;}
    .moder-text{width:570px;}
    #video2, #photos2{padding-left:20px;}
    #test-inner .prev{left:0;top:90px;}
    #test-inner .next{right:0;top:90px;}
    #parallax-bg{background-size:60% auto;}
    .musicans-title{right:25%}
    .menu_block ul{right:40px;}
    #dj2 &gt; div{margin-left:-84px}
    .load-hide, .fade-element2{visibility:visible}
    #moder2{padding-top:10%}
               
    /*#testimonials2 .container{max-width:600px;margin:0;}*/
    #section4 .tr-right{top:0;background:none;display:none!important}
    #section3 .tr-right, #section3 .tr-left, #example_video_2, #example_video_3, #example_video_4,
    #example_video_5, #example_video_6, #example_video_7{display:none!important}
    #section4{margin-top:0;background-image: url(../../rus/images/dj.jpg);}
    #section5{
        background-image: url(../../rus/images/show.jpg);
    }
    #section6{
        background-image: url(../../rus/images/stars.jpg);
    }
    #section0{
       background-image: url(../../rus/images/bg2.jpg);
    }
    #section2{
        background-image: url(../../rus/images/music_bg.jpg);
    }
    #section3{
        background-image: url(../../rus/images/Link_Showband.jpg);
    }
    #section9{padding-bottom:50px;}
    .tr-left, .tr-left &gt; div{
        -moz-transform: skewY(0deg);/* FF3.5+ */
        -webkit-transform: skewY(0deg);/*Saf3.1+, Chrome*/
        -o-transform: skew(0deg);/* Opera 10.5 */
        -ms-transform: skew(0deg);/* IE 9 */
        transform: skew(0deg);
        overflow:visible!important;
    }
    .tr-right, .tr-left &gt; div{
        -moz-transform: skewY(0deg);/* FF3.5+ */
        -webkit-transform: skewY(0deg);/*Saf3.1+, Chrome*/
        -o-transform: skew(0deg);/* Opera 10.5 */
        -ms-transform: skew(0deg);/* IE 9 */
        transform: skew(0deg);
        overflow:visible!important;
    }

    .firstPageText{
        right:0!important;
        margin-top:100px!important;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        opacity:1!important;
    }
    .ib-left .icon{margin-right:15px;}
    .hidden_all{height:100%!important;overflow: hidden!important}
    .page_spinner, .fr{display:none!important}
    #metiers &gt; div{visibility:visible!important}
    .menu_block2, .fade-element{display:block!important;}
   #carousel-bg  div {  height:2500px!important;}
}

a:active, a:focus { outline: none!important; }
input, textarea {outline:none!important;}
input:active, textarea:active {outline:none!important;}
:focus{outline:none!important;}
textarea {resize:none;}

/* Alexew 15.09.2015 */

.in-big-link {
	font-size: 20px!important;
}
.some-yellow-text {
	color: #B79A29;
}
.beautiful-scroll a:hover{
	cursor: pointer;
	color: #0083d0;
}
::-webkit-scrollbar {    
    width: 8px;
}

::-webkit-scrollbar-track {
    background-color: rgba(57,57,57, .6);
    border-radius: 8px;
}
::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: rgba(156, 156, 156, .6);
}

#logo {
	width: 35%!important;
	margin-top: 100px;
	margin-bottom: 40px;
}

.popup-block p{ 
text-align: justify;
	}
.container p{
	text-align: justify !important;
}
.tomedia{
	text-align: left;
}
.t-cell p{
	text-align: left !important;
}
.flower-text p {
	text-align: justify;
}
#stars2 .beautiful-scroll {
	padding-right: 10px;
}
.scroll-up{
	background: url(../../rus/images/arrowup.png) no-repeat center -100px;
	color: #fff;
	font:18px 'PTSans Bold',Arial,Helvetica,sans-serif;
	text-decoration: none;
	padding: 15px 0;
    display:inline-block;
    position: relative;
}
.scroll-up:hover{
	background-position: center -3px;
    color: white;
}

.tomedia, .tovideo, .toclosev {
	text-align: left;
}

.mobile-car-rev {
	display: none;
}

a[href="#video-pop14"], a[href="#video-pop20"], a[href="#video-pop4"], a[href="#video-pop6"], a[href="#video-pop8"] {
	display: none!important;
}

#section13 p {
	font: 13px 'PTSans Bold', Arial, Helvetica, sans-serif;
}

#carousel.carou-with-auth p {
	display: none;
	text-align: center;
}

.fix-photo-div {
	float: left;
	width: 50%;
	margin-right: 12px;
}
.fixed_social{
	display: block;
    width: 80px;
    height: 215px;
    /*background: #1c1a19;*/
    background: rgba(0,0,0,0.7);
    border-radius: 45% 0 0 45%;
    -webkit-border-radius: 45% 0 0 45%;
    -moz-border-radius: 45% 0 0 45%;
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 248px;
}
.fixed_social &gt; ul &gt; li{
	margin: 3px 6px 0 0px;
	float:none;
}
.fixed_social &gt; ul &gt; li &gt; a{
	display: block;
    width: 36px;
    height: 32px;
    background: url(../../rus/images/social_4.png) no-repeat 0px 0px;
   /* background: url(../images/social.png) no-repeat 0px 0px;*/
    -moz-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.fixed_social &gt; ul{
	direction:  block;
	    width: 30px;
    margin:0px;
    padding: 20px 20px 20px 28px;
}
.fixed_social .social li a.yt {
    background-position: -75px -37px;
    }
.fixed_social .social li a.linkedin {
    background-position: -261px -1px;
}
.fixed_social .social li a.od {
    background-position: -37px -37px;
}
.fixed_social .social li a.fb {
    background-position: -38px -1px;
}
.fixed_social .social li a.vk {
    background-position: -1px -37px;
}</pre></body></html>