@import url(reset.css);

html {
	height: 100%;
}
header, nav, section, article, aside, footer {
	display: block;
}
body {
	font: 14px Verdana, sans-serif;
	width: 100%;
	height: 100%;  
}

a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}

h6 {
    font-size: 120%;
}

img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
    margin-bottom: -30px;
}


.bg1 {  
    background: url("../img/bg1.jpg") 50% 0 no-repeat #3B698D; 
    height: 1100px;
    *background-position: 0px 0px;
}

.bg2 {
    background: url("../img/bg8y.jpg") 0% 0% no-repeat #2A2A2A;
    height: 1400px; 
}

.bg3 {
    background: url("../img/bg2.jpg") 50% 0 no-repeat #6BAFC2;
    height: 1100px;
}

.bg4 {
    background: url("../img/bg3.jpg") 50% 0 no-repeat #67AEC2;
    height: 1100px;
}

.bg5 {
    background: url("../img/bg4.jpg") 100% 0 no-repeat #5F9FBB;
    height: 1100px;
}

.bg6 {
    background: url("../img/bg5.jpg") 50% 0 no-repeat #3CA499;
    height: 1100px;
}

.bg7 {
    background: url("../img/bg6.jpg") 50% 0 no-repeat #8F2A23;
    height: 1100px;
}

.bg8 {
    background: url("../img/bg7.jpg") 50% 0 no-repeat #7BBED0;
     height: 1100px;
}

.bg9 {
    background: url("../img/bg9.jpg") 50% 0% no-repeat #2E2B0E;
    height: 1100px;
}

/* Header
-----------------------------------------------------------------------------*/
#header_bg {
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#474982A0,endColorstr=#474982A0)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#474982A0,endColorstr=#474982A0);   /* IE6 & 7 */
    zoom: 1;
    background-color: rgba(73,130,160,0.28);
    background: rgba(73,130,160,0.28);
    color: rgba(73,130,160,0.28);
    height: 70px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -10;
}

#header_bg.header_bgm {
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#19160004,endColorstr=#19160004)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19160004,endColorstr=#19160004);   /* IE6 & 7 */
    zoom: 1;
    background-color: rgba(22,0,4,0.10);
    background: rgba(22,0,4,0.10);
    color: rgba(22,0,4,0.10);
}

#header_bg.header_bgn {
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#470C0C0C,endColorstr=#470C0C0C)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#470C0C0C,endColorstr=#470C0C0C);   /* IE6 & 7 */
    zoom: 1;
    background-color: rgba(12,12,12,0.28);
    background: rgba(12,12,12,0.28);
    color: rgba(12,12,12,0.28);
}


#header {
	height: 70px;
    font-family: 'Tenor Sans', sans-serif;
}

.nav ul {
    text-align: justify;
}

.nav ul:after {
	content: "";
	display: inline-block;
	width: 100%;
} 
 
#page_5 {
    margin-left: -12px;
    padding-left: 12px;
    background: url("../img/audio.png")  0 50% no-repeat;
} 

#page_5.white {
    margin-left: -12px;
    padding-left: 12px;
    background: url("../img/audiom.png") 0% 50% no-repeat;
} 

.nav ul li {
    display: inline;
    *padding: 0 1.72%;      /*IE 6*/
}

.nav a {
    font-size: 100%;
    text-transform: uppercase;
    color: #e8e8e8;
    line-height: 70px;
    text-decoration: none;
    text-shadow: 0px 1px 1px rgba(150, 150, 150, 1);
    opacity: 0.90;
}

.nav a:hover {
     border-bottom: 2px solid #e8e8e8;
     opacity: 1;
}

.nav li.act a {
     border-bottom: 2px solid #e8e8e8;
     opacity: 1;
}



/* Middle
-----------------------------------------------------------------------------*/
#content {
    position: relative;
    *zoom:1;
}

#prohor{
    
    padding-top: 10%;
    padding-left: 40%;
    font-family: ‘Istok Web’, sans-serif;
    font-weight: 400;
    transition: padding-top 1s;
    -moz-transition: padding-top 1s; /* Firefox 4 */
    -webkit-transition: padding-top 1s; /* Safari and Chrome */
    -o-transition: padding-top 1s;  /* Opera */
}

#prohor h1 {
    font-size: 500%;
    line-height: 110%;
    color: #f3f3f3;
    text-shadow: 0px 2px 2px rgba(60, 118, 149, 1);
    /*filter: Shadow(Color=#f3f3f3, Direction=180, Strength=3);*/ 
}

#prohor p {  
    margin-top: 10%;
    color:#0d3952;
    font-size: 110%;
}

#prohor p > span {
    padding-top: 10px;
    float: right;
    font-style: italic;
}

#pleer {
    position: absolute;
    right: 0;
    top: 13%;
    background: url("../img/pleer_y.png") 50% 50% no-repeat;
    width: 183px;
    height: 183px;
    text-align: center;
    transition: top 1s;
    -moz-transition: top 1s;    /* Firefox 4 */
    -webkit-transition: top 1s; /* Safari and Chrome */
    -o-transition: top 1s;      /* Opera */
    -ms-transition: top 1s;
}

#myTuneObj {
	display:none;
}

#pleer > img {
    cursor: pointer;
    padding-top: 56px;
}

#sabi {
    padding-top: 5%;
    padding-left: 40%;
    font-family: 'Tenor Sans', sans-serif;
    height: 270px;          /* 300px */
    *width: 600px;      /* IE7 */
    -webkit-transition: all 0.5s ;
    -moz-transition: all 0.5s ;
    -ms-transition: all 0.5s ;
    -o-transition: all 0.5s ;
    transition: all 0.5s ;
}

#sabi h6 {
    color: #252525;
    padding-bottom: 10px;
    font-size: 110%;
}

.sab {
    float: left;
    width: 30%;         /* Временно */
    zoom: 1; 
    *display: inline;   /* IE7 */
    *float: none;       /* IE7 */
}

.sab time {
    font-style: italic;
    color: #27556f;
    font-size: 110%;
}

.sab img {
    margin: 5px 10px 5px 0;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #222F46 ;
}

.sab a {
    color: #222222;
    font-size: 100%;
}

.sab p {
    margin: 3px 0;
    color: #0d3952;
}

#p_soc {
    padding-top: 10px;
    padding-left: 65%;
    padding-bottom: 30px;
    clear: left;
}

/* BIOGRAFIA
-----------------------------------------------------------------------------*/
#prohorb h1 { 
    font-family: ‘Istok Web’, sans-serif; 
    font-weight: 400; 
    font-size: 200%;
    line-height: 200%;
    color: #e8e8e8;   
    float:left; 
    text-shadow: 0px 1px 1px rgba(60, 118, 149, 1);
}

.container {
    position: absolute;
    height: 430px;
    width: 100%;
    left: 0;
    margin-top: 6em;
    border-top: 2px #528196 solid; 
    z-index: 1;
    -webkit-transition: all 0.5s ;
    -moz-transition: all 0.5s ;
    -ms-transition: all 0.5s ;
    -o-transition: all 0.5s ;
    transition: all 0.5s ;
    overflow: auto;
}



.container div.one  {
    float: left;
    height: 400px;
    width: 300px;  
     -webkit-transition: all 0.5s ;
    -moz-transition: all 0.5s ;
    -ms-transition: all 0.5s ;
    -o-transition: all 0.5s ;
    transition: all 0.5s ;
}

.container div.one a {
    display: block;
    height: 400px;
    width: 300px;
    position: relative;
     -webkit-transition: all 0.5s ;
    -moz-transition: all 0.5s ;
    -ms-transition: all 0.5s ;
    -o-transition: all 0.5s ;
    transition: all 0.5s ;
    
}


.container div.two  {
    float: left;
    height: 400px;
    width: 300px;
     -webkit-transition: all 0.5s ;
    -moz-transition: all 0.5s ;
    -ms-transition: all 0.5s ;
    -o-transition: all 0.5s ;
    transition: all 0.5s ;
}

.container div.two a {
    float: left;
    height: 200px;
    width: 300px;
    position: relative;
     -webkit-transition: all 0.5s ;
    -moz-transition: all 0.5s ;
    -ms-transition: all 0.5s ;
    -o-transition: all 0.5s ;
    transition: all 0.5s ;
}

.fotol {
    width: 100%;
    height: 40px;
    display: block;
    position: absolute;
    bottom: 0;
    background: url("../img/back_fp.png") repeat-x;
    display: none;
}

.fotol img {
    padding: 6px;
}

#skala {
    width: 650px;
    float:right;
}

#skala ul {
    margin-top: 20px;
    text-align: justify;
    background: url("../img/skala.png") repeat-x center 0%;
}

#skala ul:after {
			content: "";
			display: inline-block;
			width: 100%;
            background: green;
}

#skala li{
    display: inline-block;
    margin-top: -10px;
    
}

#skala li.actli a{
    background: url("../img/skalata.png") no-repeat center center;
    width: 22px;
    height: 24px;
}

#skala li a {
    display: inline-block;
    text-decoration: none;
    width: 11px;
    height: 24px;
    background: url("../img/skalat.png") no-repeat center center;
    
}

.skala_t {
    margin-top: 7px;
    margin-bottom: 3px ;
    font-size: 15px;
    color: #ebeced;
    text-align: center;
}


#skala_niz {
    padding-bottom: 30px;
    position: relative;
    margin: 0 auto;
    height: 33px;
    text-align: center;
}

#skala_niz li {
    
    display: inline-block;
    background: url("../img/skalan.png") no-repeat center center;
    padding: 8px;
    width: 25px;
    text-align: center; 
    *display: inline;  
}

#skala_niz li.actli {
    background: url("../img/skalana.png") no-repeat center center;
}

#skala_niz li.actli a {
    color: white;
}


#skala_niz li a {
    text-decoration: none;
    color: #2a5871;
}

.clear {
    clear: both;
}

.middle_t {
    font-family: 'PT Sans', sans-serif;
    padding-top: 525px;
    height: 375px;
    width: 100%;
}

.middle_t h5 {
    color: #272727;
    font-size: 140%;
    margin-bottom: 10px;
}

.middle_r {
     width: 47.5%;
     float: left;
}

.middle_l {
    margin-right: 5%;
    width: 47.5%;
    float: left;
}


/* FOTO
-----------------------------------------------------------------------------*/

#slideshow {
    padding-top: 15px;
    float:right;
    cursor: pointer;
}

.albom_vib.blue {
    color: #1c4961;
    margin-right: 5%;
    background: url("../img/arrow_al.png") 126px 25px no-repeat;
}

.albom_vib {
    font-family: ‘Istok Web’, sans-serif; 
    font-weight: 400; 
    float:right;
    font-size: 120%;
    line-height: 360%;
    color: #1c4961;
    margin-right: 5%;
    padding-right: 18px ;
    background: url("../img/arrow_al.png") 126px 25px no-repeat;
    opacity: 0.8;
    z-index: 3;
    position: relative;
}

.albom_vib:hover {
     cursor: pointer;
     opacity: 1;
}

.albom_plaha {
    height: 600px;
    width: 800px;
    background: rgb(230,248,253);
    background: -moz-linear-gradient(top,  rgba(230,248,253,1) 0%, rgba(200,238,251,1) 32%, rgba(190,228,248,1) 75%, rgba(177,216,245,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,248,253,1)), color-stop(32%,rgba(200,238,251,1)), color-stop(75%,rgba(190,228,248,1)), color-stop(100%,rgba(177,216,245,1)));
    background: -webkit-linear-gradient(top,  rgba(230,248,253,1) 0%,rgba(200,238,251,1) 32%,rgba(190,228,248,1) 75%,rgba(177,216,245,1) 100%);
    background: -o-linear-gradient(top,  rgba(230,248,253,1) 0%,rgba(200,238,251,1) 32%,rgba(190,228,248,1) 75%,rgba(177,216,245,1) 100%);
    background: -ms-linear-gradient(top,  rgba(230,248,253,1) 0%,rgba(200,238,251,1) 32%,rgba(190,228,248,1) 75%,rgba(177,216,245,1) 100%);
    background: linear-gradient(to bottom,  rgba(230,248,253,1) 0%,rgba(200,238,251,1) 32%,rgba(190,228,248,1) 75%,rgba(177,216,245,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f8fd', endColorstr='#b1d8f5',GradientType=0 );
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    margin: 80px 6%;
    padding: 2%;
    border: 2px solid #93B5C7;
    -webkit-box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    2px 2px 3px rgba(50, 50, 50, 0.5);
    box-shadow:         2px 2px 3px rgba(50, 50, 50, 0.5);
    display: none;  
    z-index: 6;
    zoom:1; 
}

.plaha_v {
    color: #2a2a2a;
    font-size: 120%;
    margin-bottom: 10px;
}

.albom_plaha hr {
    height: 0px;
    border: none;
    border-bottom: 1px solid #565656;
    margin: 0 1% 20px;
}

.albomi {
    float: left;
    width: 250px;
    height: 335px;
    text-align: center;
    margin: 0 0px ;
    padding: 10px 2px 10px;
    position: relative;
    z-index: 7;
    
}

.alb_img a {
    -webkit-box-shadow: 5px 5px 5px rgba(50, 50, 50, 0.55);
    -moz-box-shadow:    5px 5px 5px rgba(50, 50, 50, 0.55);
    box-shadow:         5px 5px 5px rgba(50, 50, 50, 0.55);
    height: 200px;
    width: 200px;
    display: block;
    margin: 0 auto 0;
    position: relative;
    z-index: 10;
    cursor: pointer;
}

.alb_img {
    position: relative;
    margin-bottom: 20px;
}

.alb_img > a + a {
    position: absolute;
    top: 10px;
    left: 35px;
    z-index: 9;
}
.neglag_a {
    position: absolute !important;
    top: 0px !important;
    left: 25px !important;

}

.glag_a {
    position: relative !important;
    left: 10px !important;
    top: 10px !important;
}



.albomi img {
    margin-right: 20px;
    float: left;
    margin-bottom: 20px;
}

.albomi_title {
    font-size: 100%;
    color: #2a2a2a;
    margin-bottom: 5px;
}

.albomi_text {
    font-size: 80%;
    color: #4c4c4c;
    
}

.albomi a {
    text-decoration: none;
}


.container2 {
    height: 90%;
}

.container2 .mCSB_scrollTools .mCSB_draggerRail {
    background:rgba(106,130,143,1);
}
.container2 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #4C7A92;
}

.container2 .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
    background: #4C7A92;
}

.container2 .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.container2 .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
    background: #4C7A92;

}

div.galleri {
    border-top: 2px solid #517F95;
    position: relative;
    height: 750px;
    width: 100%;
    -webkit-transition: height 0.5s ;
    -moz-transition: height 0.5s ;
    -ms-transition: height 0.5s ;
    -o-transition: height 0.5s ;
    transition: height 0.5s ;
    padding-bottom: 20px;
    zoom:1; 
}

.galleri .albomi_title {
    color: #35667D;
    font-size: 120%;
    padding-top: 10px;
}

.container3 {
    width: 100%;
    height: 650px;
    z-index: 1;
    -webkit-transition: height 0.5s ;
    -moz-transition: height 0.5s ;
    -ms-transition: height 0.5s ;
    -o-transition: height 0.5s ;
    transition: height 0.5s ;
    position: relative;
    overflow: auto;
}

.container3 a {
    display: block;
    float: left;
    width: 220px;
    height: 152px;
    margin: 0.5%;
    border: 1px solid #629AAA;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    position: relative;
    z-index: 5;
    background-size: cover;
 
}

.container3 a img {

}
#jquery-lightbox {
    top: 0px !important;
}
.large_img {
    
}

.kolfoto {
    color: #e5eef4;
    text-align: center;
    font-size: 150%;
    border-top: 2px solid #2F536A;
    margin-top: 5px;
    position: relative;
    width: 100%;
}

.fotop {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    background: url("../img/back_ap.png") repeat-x;
    display: none;
    z-index: 20;
}

.fotop img {
    padding: 6px;
    z-index: 20;
}

.foto_naz {
    margin-bottom: 0px;
}

/* AUDIO
-----------------------------------------------------------------------------*/

.glbl_aud {
    padding-top: 50px;
    height: 700px;
    padding-bottom: 20px;
}

.glbl_aud .mCSB_container {
    margin-right: 0 !important;
    margin-left: 30px !important;
}

.glbl_aud .mCSB_scrollTools {
    left: 0!important;
}

.title_h {
    color: #e8e8e8;
    font-size: 160%;
    padding-bottom: 20px;
    font-family: ‘Istok Web’, sans-serif;
}

.naz_p {
    margin-bottom: 0px;
    color: #e8e8e8;
    font-size: 120%;
    font-family: ‘Istok Web’, sans-serif;
    margin-left: 30px;
}

.naz_p a {
    padding-top: 10px;
    color: #e8e8e8;
    font-size: 120%;
    font-family: ‘Istok Web’, sans-serif;
}

#prohorb .naz_p {
    float: right;
    margin-top: 17px;
    margin-right: 50px;
}

.audionav {
    float: right;
}
.audionav p {
    font-family: ‘Istok Web’, sans-serif;
    color: #e8e8e8;
    font-size: 110%;
    margin: 20px 20px 17px;
    padding: 3px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.actaudio p, .actaudio > a  {
    background: url("../img/plaha_pa.png") repeat-x;  
}

.audionav p:hover {
    cursor: pointer;
}

.audionav ul {
    position: absolute;
    left: 0;
    text-align: justify;
    width: 100%;
    padding-top: 0px;
    border-top: 2px solid #41738C;
    display: none;
}

.audionav ul:after {
    content: "";
    display: inline-block;
	width: 100%;
}

.audionav ul li {
    display: inline;
}

.audionav ul li a {
    display:inline-block; 
    text-decoration: none;
    color: #e8e8e8;
    font-size: 110%;
    margin-top: 5px;
    padding: 3px 7px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}



.audio_neiz, .audio_disc {
    width: 100%;
    z-index: 5;
    margin-top: 80px;
    position: relative;
    -webkit-transition: all 0.5s ;
    -moz-transition: all 0.5s ;
    -ms-transition: all 0.5s ;
    -o-transition: all 0.5s ;
    transition: all 0.5s ;
    overflow: hidden; /*для нормальной высоты контейнера*/
}

.audio_disc {
    display: none;
}

.aud_alb {
    font-family: ‘Istok Web’, sans-serif;
    height: 300px;
   
    width: 50%;
    float: left;
    -webkit-transition: all 0.5s ;
    -moz-transition: all 0.5s ;
    -ms-transition: all 0.5s ;
    -o-transition: all 0.5s ;
    transition: all 0.5s ;
}

.aud_alb img {
    float: left;
    margin-right: 10px;
   
}

.aud_tex {
    margin-top: 50px;
    float: left;
    width: 50%;
}

.naz_alb a {
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
    padding: 5px 15px 5px 15px;
    color: #e8e8e8;
    font-size: 120%;   
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-decoration: none;
    background: url("../img/plaha_pesi.png") repeat;
    /*behavior: url(/PIE/PIE.htc);*/
   
}
.mCSB_horizontal>.mCSB_container {

}

.kol_alb {
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
    color: #e8e8e8;
    padding-left: 10px;
    padding-right: 50px;
}

.pod_alb  {
    margin-left: 8px;
    padding-bottom: 5px;
    background: url("../img/plaha_pod.png") no-repeat;
}
.pod_alb  a {
    color: #e8e8e8;
    line-height: 160%;
    padding-left: 45px;
    text-decoration: none;
}

.aud_alb > a {
    display: block;
    background: url("../img/plastina_pusto.png") no-repeat;
    height: 220px;
    width: 220px;
    overflow: hidden;
    float: left;
}

.aud_alb > a > img {
    position: absolute;
    z-index: -1;
    width: 125px;
    height: 125px;
    padding-top: 44px;
    padding-left: 49px;

}

.aud_alb + .mycomp_sufix {
    clear: both;
}


/* АУДИО 2
-----------------------------------------------------------------------------*/
.glbl_aud .pesenka {
    float:left;
    width: 45%;
    border-radius: 25px;
   
    padding: 5px 8px;
    font-family: ‘Istok Web’, sans-serif; 
    position: relative;
    margin: 0  20px  20px 0;
    height: 34px;  
    background: url("../img/plaha_pesi.png") repeat;
    /*behavior: url(/PIE/PIE.htc);*/
}

.play {
    float:left;
    background: url("../img/playerp.png") no-repeat;
    height: 33px;
    width: 33px;
    border: none;
    cursor: pointer;
    margin-right: 5px;
}

.naz_pes {
    display: block;
    padding-top: 2px;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
    font-weight: bold;
    color: #e8e8e8;
    margin: 0;
    padding-right: 15px;
}

.slw_pes {
    display: block;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
    color: #e8e8e8;
    margin: 0;
    font-size: 80%;
}

.skach_a {
    right: 15px;
    top: 12px;
    position: absolute;
    display: block;
    height: 18px;
    width: 17px;
    background: url("../img/players.png") no-repeat; 
}

.pod_alb .pesenka {
    display: none;
}

.playact {
    background: url("../img/pleerpp.png") no-repeat;
}


/* VIDEO
-----------------------------------------------------------------------------*/

.videonav {
   
    float: right;
    
}

.videonav p {
    position: relative;
    font-family: ‘Istok Web’, sans-serif;
    color: #e8e8e8;
    font-size: 110%;
    margin: 20px 15px 17px;
    padding: 3px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 2;
}

.videoact p, .videoact > a  {
    background: url("../img/plaha_pv.png") repeat-x;
}

.videonav p:hover {
    cursor: pointer;
}

.videonav ul {
    position: absolute;
    left: 0;
    text-align: justify;
    width: 100%;
    padding-top: 0px;
    border-top: 2px solid #2C8078;
    display: none;
}

.videonav ul li {
    display: inline;
}

.videonav ul li a {
    display:inline-block; 
    text-decoration: none;
    color: #e8e8e8;
    font-size: 110%;
    margin-top: 5px;
    padding: 3px 7px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.videonav ul:after {
    content: "";
    display: inline-block;
	width: 100%;
}


.con_vid {
    width: 100%;
    height: 600px;
    z-index: 5;
    margin-top: 70px;
    position: relative;
    -webkit-transition: all 0.5s ;
    -moz-transition: all 0.5s ;
    -ms-transition: all 0.5s ;
    -o-transition: all 0.5s ;
    transition: all 0.5s ; 
    overflow: auto;
}

.con_vid .mCSB_container {
    margin-right: 0;
}

.vid_alb {
    float: left;
    position: relative;
    height: 230px;
    width: 270px;
    margin: 0 53px 60px 0;
    background: url("../img/plenka.png") no-repeat;
    z-index: 1;
}

.vid_alb .vid_play {
    margin: 30px auto;
    height: 140px;
    text-align: center;
    display: block;
    background: url("../img/plenka_play.png") 50% 50% no-repeat;
    text-decoration: none;
}


.vid_alb .vid_naz {
    text-align: center;
    color: #e8e8e8;
    background: rgb(63,152,155);
    background: -moz-linear-gradient(top,  rgba(63,152,155,1) 0%, rgba(54,134,137,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(63,152,155,1)), color-stop(100%,rgba(54,134,137,1)));
    background: -webkit-linear-gradient(top,  rgba(63,152,155,1) 0%,rgba(54,134,137,1) 100%);
    background: -o-linear-gradient(top,  rgba(63,152,155,1) 0%,rgba(54,134,137,1) 100%);
    background: -ms-linear-gradient(top,  rgba(63,152,155,1) 0%,rgba(54,134,137,1) 100%);
    background: linear-gradient(to bottom,  rgba(63,152,155,1) 0%,rgba(54,134,137,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f989b', endColorstr='#368689',GradientType=0 );
    height: 37px;
    width: 246px;
    margin: 0 12px;
    position: absolute;
    bottom: 34px;
    border-bottom: #4D8777 1px solid;
    overflow: hidden;
    *left: 1px;
}

.vid_alb img {
   position: relative;
   z-index: -1;
   margin: 0 auto;
   width: 246px;
}

.container_clip {
    position: absolute ;
    height: 370px;
    width: 100%;
    left: 0;
    margin-top: 8em;
    z-index: 3;
    background: url("../img/plenka_clip.png") repeat-x;
    overflow: auto;
}

.container_clip iframe {
    margin-top: 45px;
    margin-right: 30px;
}


.clipi {
   
    color: #e8e8e8;
    z-index: 1;
    position: relative;
    padding-top: 470px;
    margin: 0 auto;
    bottom: 0;
    height: 260px;
    width: 500px;
    background: url("../img/plaha_clips.png") center bottom no-repeat;
}

.clipi p {
    font-size: 130%;
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 20px;
    border-bottom: 1px solid #eaeaea;
}

.clipi ul {
    margin-left: 20px;
    margin-right: 20px;
    list-style-image: url("../img/plaha_clip.png");
    list-style-position: inside;  
    height: 200px;  
}

.clipi ul li {
    margin-bottom: 10px;
}

.clipi a {
    text-decoration: none;
    color: #e8e8e8 ;
}

.albom_vib {
    margin-right: 10px;
    color: #1d6c67;
    background: url("../img/arrow_alv.png") 126px 25px no-repeat;
}

.albom_plaha {
    top: 0;
    z-index: 6;
}

.vid_naz {
    font-size: 100%;
    color: #2a2a2a;
    margin-bottom: 5px;
}


.vid_naz a {
    text-decoration: none;
}
/*
.container2 img {
    margin-right: 20px;
    float: left;
    margin-bottom: 20px;
}*/

.vid_naz_vnut {
    color: #E8E8E8;
    font-size: 130%;
    font-family: ‘Istok Web’, sans-serif;
    margin-bottom: 0;
}


.container2 .vid_alb a {
    text-decoration: none;
}


/* MASS MEDIA
-----------------------------------------------------------------------------*/

.press_one p, .press_one a {
    color: #e8e8e8;
}

.naz_m a {
    float: right;
    color: #e8e8e8;
    font-size: 120%;
    font-family: ‘Istok Web’, sans-serif;
    margin-top: 20px;
}

.massm {
    float: right;
}

.massm > a {
    position: relative;
    font-family: ‘Istok Web’, sans-serif;
    color: #e8e8e8;
    font-size: 110%;
    margin: 20px 15px 17px;
    padding: 3px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 2;
    display: block;
    text-decoration: none;
}

.massact p, .massact > a  {
    background: url("../img/plaha_pm.png") repeat-x;
    border-bottom: 1px solid #923B43;
}

.massm p:hover {
    cursor: pointer;
}

.massm ul {
    position: absolute;
    left: 0;
    text-align: justify;
    width: 100%;
    padding-top: 0px;
    border-top: 2px solid #6E1215;
    display: none;
}

.massm ul li {
    display: inline;
}

.massm ul li a {
    display:inline-block; 
    text-decoration: none;
    color: #e8e8e8;
    font-size: 110%;
    margin-top: 5px;
    padding: 3px 7px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}


.massm ul:after {
	content: "";
	display: inline-block;
	width: 100%;
}


.con_mass {
    width: 50%;
    height: 600px;
    z-index: 5;
    margin-top: 70px;
    margin-left: 500px;
    position: relative;
    right: 0;
    -webkit-transition: all 0.5s ;
    -moz-transition: all 0.5s ;
    -ms-transition: all 0.5s ;
    -o-transition: all 0.5s ;
    transition: all 0.5s ;
    overflow: auto;
}

.con_mass iframe {
    margin-top: 20px;
    margin-bottom: 20px;
}

.masspress, .masstv {
    display: none;
}

.radio {
    float:left;
    width: 90%;
    border-radius: 25px;
    background: url("../img/plaha_mass.png") repeat !important;
    padding: 5px 8px;
    font-family: ‘Istok Web’, sans-serif; 
    position: relative;
    margin: 0  20px  20px 0;
    height: 34px;  
}

.radio .play {
    background: url("../img/playerm.png") no-repeat;
}

.radio .playact {
    background: url("../img/playermm.png") no-repeat;
}

.press {
    background: url("../img/press.png") 10px 5px no-repeat;   
    width: 90%;
    float:left;
    min-height: 40px;
    margin-bottom: 25px;
}

.press .naz_pes {
    margin-left: 46px;
    font-weight: normal;
}


.press a {
    color:#ffa76d;
    font-size: 90%;
    margin-left: 46px;
}

.tv {
    
    width: 90%;
    float:left;
    min-height: 150px;
    margin-bottom: 25px;
    position: relative;
}


.tv a {
    display: block;
    background: url("../img/tv.png") no-repeat;   
    height: 160px;
    width: 160px;
    float: left;
    margin-right: 10px;
   
    
}

.tv img {
     padding-top: 43px;
    position: absolute;
    z-index: -1;
    padding-left: 12px;
    width: 115px;
    height: 98px;
}

.tv .naz_pes {
    font-weight: normal;
    padding-top: 30px;
}




/* FORUM
-----------------------------------------------------------------------------*/

#forum_p {
    float: right;
    font-size: 140%;
    color: #E8E8E8;
    padding-top: 15px;
}


/* NEWS
-----------------------------------------------------------------------------*/

#prohorb {
    width: 100%;
    height: 60px;
}

#prohorb.new {
    border-bottom: 2px solid #BABABA;
}

.con_news {
    padding-bottom: 50px;
    position: relative;
    z-index: 10;
}

.news_nav {
    position: relative;
    bottom: 0;
    width: 72%;
}

 ul.parseNavigation {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

ul.parseNavigation li {
    display: inline-block;
    background: url("../img/skalann.png") no-repeat center center;
    padding: 5px;
    width: 22px;
    text-align: center; 
    *display: inline;
}

ul.parseNavigation li a {
    color: #332a29;
    text-decoration: none;
    font-size: 90%;
}

ul.parseNavigation li.act {
    background: url("../img/skalanan.png") no-repeat center center;
}

ul.parseNavigation li.act a {
    color: white;
}

#news_prew {
    background: url("../img/news_pre.png") no-repeat;
    display: block;
    position: absolute;  
    top: 5px;
    padding-left: 30px;
    color: white;
    z-index: 6;
}

#news_next {
    background: url("../img/news_next.png") right no-repeat;
    display: block;
    position: absolute;  
    top: 5px;
    right: 0;
    padding-right: 30px;
    color: white;
    z-index: 6;
}

#news_t {
    padding-top: 20px;
    font-size: 180%;
    color: #e8e8e8;
}

#news_t a {
    color: #e8e8e8;
    text-decoration: none;
}

#news_t a:hover {
    text-decoration: underline;
}

.news {
    font-family: ‘PT Serif’, serif;
    padding: 15px;
    width: 680px;
    background: url("../img/plaha_news.png") 50% 0  no-repeat;
    margin-bottom: 20px;

}

.news img {
    float: left;
    margin-right: 20px;
}

.news time {
    font-weight: bold;
    font-size: 140%;
}

.title_news {
    padding-top: 5px;
    color: #332a29;
    font-size: 120%;
    font-weight: bold;
    margin: 0 50px 0 162px;
    border-top: 2px solid black;
}

.news a {
    display: block;
    color: #332a29;
}

.news > .text_news {
    width: 680px;
    padding: 10px 7px 20px;
    margin-top: -10px;
    margin-left: -7px;
    background: url("../img/news_text.png") center repeat-y;
}

.news > .text_news + div {
    width: 680px;
    padding: 10px 7px 20px;
    margin-top: -10px;
    margin-left: -7px;
    background: url("../img/news_text.png") center repeat-y;
}

.mycomp_prefix + .con_news .news {
    max-height: 200px;
    overflow-y: hidden;
}

.afish {
    position: absolute;
    top: 60px;
    right: 0;
    width: 250px;
    z-index: 11;
}

#afihi_t {
    padding-top: 25px;
    font-size: 180%;
    color: #e8e8e8;
    margin-bottom: 20px;
}

.afish img {
    margin-bottom: 20px;
}

/* CONTACS
-----------------------------------------------------------------------------*/

#photo_afis {
   
    position: relative;
    width: 150px;
    height: 150px;
    background: url("../img/plaha_conts.png") repeat;
    top: 50px;
    left: -50px;
    padding-top: 10px;
    font-family: ‘Istok Web’, sans-serif;
    text-align: center;
    -webkit-transition: all 0.5s ;
    -moz-transition: all 0.5s ;
    -ms-transition: all 0.5s ;
    -o-transition: all 0.5s ;
    transition: all 0.5s ;
   
}

#photo_afis a {
    color: #E1E1E1;
    text-decoration: none;
    font-size: 150%;
}

#photo_afis a span {
    font-size: 190%;
}

#rek_rol {
    position: absolute;
    width: 180px;
    height: 150px;
    background: url("../img/plaha_conts.png") repeat;
    top: 50px;
    left: 130px;
    padding-top: 10px;
    font-family: ‘Istok Web’, sans-serif;
    text-align: center;
    -webkit-transition: all 0.5s ;
    -moz-transition: all 0.5s ;
    -ms-transition: all 0.5s ;
    -o-transition: all 0.5s ;
    transition: all 0.5s ;
}

#rek_rol a {
    color: #E1E1E1;
    text-decoration: none;
    font-size: 220%;
}

#rek_rol a > span {
    font-size: 75%;
    display: block;
}

#rek_rol a > span + span {
    font-size: 120%;
    display: block;
}



#raider_conts {
    position: absolute;
    width: 210px;
    height: 115px;
    background: url("../img/plaha_conts.png") repeat;
    top: 250px;
    left: 100px;
    padding-top: 20px;
    font-family: ‘Istok Web’, sans-serif;
    text-align: center;
    -webkit-transition: all 0.5s ;
    -moz-transition: all 0.5s ;
    -ms-transition: all 0.5s ;
    -o-transition: all 0.5s ;
    transition: all 0.5s ;
}

#raider_conts a {
    color: #E1E1E1;
    text-decoration: none;
    font-size: 270%;
}

#raider_conts a span {
    font-size: 110%;
}


#director {
    position: absolute;
    width: 350px;
    height: 270px;
    background: url("../img/plaha_conts.png") repeat;
    top: 430px;
    left: -40px;
    padding-top: 40px;
    font-family: ‘Istok Web’, sans-serif;
    text-align: center;
    -webkit-transition: all 0.5s ;
    -moz-transition: all 0.5s ;
    -ms-transition: all 0.5s ;
    -o-transition: all 0.5s ;
    transition: all 0.5s ;
}
#director_pr{
    position: absolute;
    width: 350px;
    height: 170px;
    background: url("../img/plaha_conts.png") repeat;
    top: 430px;
    left: 700px;
    padding-top: 40px;
    font-family: ‘Istok Web’, sans-serif;
    text-align: center;
    -webkit-transition: all 0.5s ;
    -moz-transition: all 0.5s ;
    -ms-transition: all 0.5s ;
    -o-transition: all 0.5s ;
    transition: all 0.5s ;
}

#director p {
    color: #E1E1E1;
    text-decoration: none;
    font-size: 300%;
    margin-bottom: 0px;
}

#director hr {
    width: 6%;
    height: 5px;
    background: #E1E1E1;
    border: none;
    margin: 0 auto;
}

#director a {
    color: #E1E1E1;
    text-decoration: none;
    
}

#director p > span {
    font-size: 200%;
    margin-bottom: 0px;
    display: block;
}

#director span + span {
    font-size: 75%;
    margin-bottom: 10px;
}

#director span + span + span{
    font-size: 55%;
}


#director_pr p {
    color: #E1E1E1;
    text-decoration: none;
    font-size: 190%;
    margin-bottom: 0px;
}

#director_pr hr {
    width: 6%;
    height: 5px;
    background: #E1E1E1;
    border: none;
    margin: 0 auto;
}

#director_pr a {
    color: #E1E1E1;
    text-decoration: none;
    
}

#director_pr p > span {
    font-size: 200%;
    margin-bottom: 0px;
    display: block;
}

#director_pr span + span {
    font-size: 75%;
    margin-bottom: 10px;
}

#director_pr span + span + span{
    font-size: 55%;
}

#prohor_conts {
    position: absolute;
    width: 400px;
    height: 300px;
    background: url("../img/plaha_conts.png") repeat;
    top: 50px;
    right: -100px;
    padding-top: 10px;
    font-family: ‘Istok Web’, sans-serif;
    text-align: center;
    -webkit-transition: all 0.5s ;
    -moz-transition: all 0.5s ;
    -ms-transition: all 0.5s ;
    -o-transition: all 0.5s ;
    transition: all 0.5s ;
}

#prohor_conts:after {
    content: "";
    display: block;
    position: absolute;
    height: 33px;
    width: 33px;
    left: -31px;
    bottom: 30px;
    background: url("../img/plaha_proh.png") no-repeat;
}

#prohor_conts p {
    font-size: 600%;
    margin-bottom: 0px;
    color: #E1E1E1;
    line-height: 100%;
}

#prohor_conts p > span {
    font-size: 82%;
    line-height: 60%;
    
}

#prohor_conts p > span + span {
    font-size: 52%;
    margin-top: 20px;
    display: block;
}

#prohor_conts p > span + span + span {
    font-size: 32%;
    margin-top: 15px;
    display: block;
    line-height: 40px;
}

#prohor_conts p > span + span + span a {
    color: #E1E1E1;
    text-decoration: none;
    
}


#impres {
    position: absolute;
    width: 280px;
    height: 210px;
    background: url("../img/plaha_conts.png") repeat;
    top: 450px;
    right: 0;
    padding-top: 30px;
    font-family: ‘Istok Web’, sans-serif;
    text-align: center;
    -webkit-transition: all 0.5s ;
    -moz-transition: all 0.5s ;
    -ms-transition: all 0.5s ;
    -o-transition: all 0.5s ;
    transition: all 0.5s ;
    
    
}

#impres p {
    font-size: 200%;
    color: #E1E1E1;
    margin-bottom: 5px;
}

#impres hr {
    width: 7%;
    height: 5px;
    background: #E1E1E1;
    border: none;
    margin: 0 auto 3px;
}

#impres hr + p {
    font-size: 360%;
    
    margin-bottom: 0;
}

#impres hr + p > span {
    display: block;
    font-size: 80%;
    margin-bottom: 0;
}

#impres hr + p > span + span {
    font-size: 56%;
    
   
}


/* Footer
-----------------------------------------------------------------------------*/
#footer_bg {
    height: 220px;
    padding-top: 50px;
    width: 100%;
    position: relative;
  /*  bottom: 30px;  перенесено во врапер*/
    z-index: 1;
    background: url("../img/bg_footer.png") repeat-x;
    
}

#footer {
	width: 1000px;
	margin: 0 auto 0;
	position: relative;
    height: 220px;
    overflow: hidden;
   
}

.foo_con {
    width: 33%;
    float: left;
    margin-right: 3%;
}

.foo_con2 {
    width: 32%;
    float: left;
}



#raider img, #afishi img, #rolik img {
    float: left;
    padding-right: 3px;
    
}

#raider {
    float: left;
    width: 30%;
    padding: 5px 2px 5px;
     border: 1px solid #B8CAD4 ;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 2%;
    
}

#afishi {
    float: left;
    width: 30%;
    padding: 5px 2px 5px;
    font-size: 80%;
    border: 1px solid #B8CAD4 ;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 2%;
}

#rolik {
    float: left;
    width: 30%;
    padding: 5px 2px 5px;
    font-size: 80%;
    border: 1px solid #B8CAD4 ;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#raider a {
    line-height: 20px;
}

#afishi a, #raider a, #rolik a {
    
    text-decoration: none;
    color: #39708e;
}

#f_soc {
    padding-top: 10%;
    clear: both;
}

.bluy, .bluy a {
    color: #2a5871; 
}

.bluy a:hover {
    text-decoration: none;
}

.foo_con2 ul li a:hover  {
    text-decoration: underline ;
}

.foo_con2 h6 {
    font-weight: normal;
    color: #2a5871;
}

.foo_con2 ul {
    padding-left: 5%;
}

.foo_con2 ul li {
    list-style-image: url("../img/f_metka.png");
    padding-bottom: 5%;
}

.foo_con2 ul li a {
    color: #376e8c;
    text-decoration: none;
}


@media only all and (max-height: 800px) {

    
    
    /* БИОГРАФИЯ 
    

    .middle_t {
    padding-top: 300px;
    height: 250px;
    } 
    
    .container {
        margin-top: 4em;
        height: 270px;
    }
    
    .container div.one {
        height: 250px;
        width: 200px;
    }
    
    .container div.one a {
        height: 250px;
        width: 200px;
    }
    
    .container div.two {
        height: 250px;
        width: 300px;
    }
    
    .container div.two a {
        height: 125px;
        width: 300px;
    }
    */
   
    

    /* Video 
    
  
    */
    /* MASSMEDIA */

  
    
    /* CONTACTS 
    
 
    */
    
}


@media only all and (min-width: 1700px) {
    
    #prohor p {
        margin-top: 20%;
    }
    
    #sabi {
      
        height: 350px;
    }
               
    .container3 {
        margin-top: 5em;
    }
    
    .audio_neiz, .audio_disc {
        margin-top: 120px;
    }
    
    .aud_alb {
        height: 290px;
    }
    
    .glbl_aud {
        height: 800px;
    }
    
    .con_vid {
        height: 800px;
    }
    .con_mass {
        height: 800px;
    }

}


@media only all and (max-width: 1680px) {
    
    .bg1 {  
    background: url("../img/bg1_945.jpg") 50% 0 no-repeat #3B698D; 
    height: 970px;
    *background-position: 0px 0px;
    }
    
    .bg2 {
    background: url("../img/bg8_1680.jpg") 0% 0% no-repeat #2A2A2A;
    height: 1400px; 
    }
    
    .bg4 {
    background: url("../img/bg3_945.jpg") 50% 0% no-repeat #639DB1;
    height: 970px;
    }
    
    .bg5 {
    background: url("../img/bg4_945.jpg") 100% 0 no-repeat #5F9FBB;
    height: 970px;
    }
    
    .bg6 {
    background: url("../img/bg5_945.jpg") 50% 0 no-repeat #3CA499;
    height: 970px;
    }
    
    .bg7 {
    background: url("../img/bg6_945.jpg") 50% 0 no-repeat #8F2A23;
    height: 970px;
    }
    
   .bg8 {
    background: url("../img/bg7_945.jpg") 50% 0 no-repeat #7BBED0;
    height: 970px;
    }
    
    .bg9 {
    background: url("../img/bg9_945.jpg") 50% 0% no-repeat #2E2B0E;
    height: 970px;
    }
 
   
}

@media only all and (max-width: 1366px) { 
    
    .bg1 {  
    background: url("../img/bg1_768.jpg") 50% 0 no-repeat #3B698D; 
    height: 790px;
    *background-position: 0px 0px;
    }

    #prohor {
        padding-top: 3%;
        padding-left: 41%;
    }
    
    #pleer {
        top:2%;
    }
    
    #sabi {
        padding-top: 0%;
        padding-left: 41%;
        height: 230px;
    }
    
    .pesenka {
        margin-bottom: 7px;
    }
    
    .bg4 {
    background: url("../img/bg3_768.jpg") 50% 0% no-repeat #639DB1;
    height: 790px;
    }
    
    
    div.galleri {
        height: 570px;
    }
    
    .container3 {
        height: 490px;
        z-index: 1;
    }
    
    .albom_plaha {
        height: 450px;
    }
    
    .bg5 {
    background: url("../img/bg4_768.jpg") 100% 0 no-repeat #5F9FBB;
    height: 790px;
    }
    
    .con_aud {
        margin-top: 40px;
    }
    
    .aud_alb {
        height: 230px;
    }
    
    .bg7 {
    background: url("../img/bg6_768.jpg") 50% 0 no-repeat #8F2A23;
    height: 790px;
    }
    
    .bg6 {
    background: url("../img/bg5_768.jpg") 50% 0 no-repeat #3CA499;
    height: 790px;
    }
    
    .con_vid {
         height: 440px;
         margin-top: 50px;
    }
    
    .bg8 {
    background: url("../img/bg7_768.jpg") 50% 0 no-repeat #7BBED0;
    height: 790px;
    }
    
    .bg9 {
    background: url("../img/bg9_768.jpg") 50% 0% no-repeat #2E2B0E;
    height: 790px;
    }
    
    #photo_afis, #rek_rol {
        top: -10px;
    }
    
    #raider_conts {
        top: 180px;
    }
    
    #director {
        top: 350px;
        height: 250px;
    }
    
    #prohor_conts {
        top: 0px;
    }
    
    #impres {
        top: 350px;
    }
    
    .glbl_aud {
    height: 530px;
    }
    
    .container_clip {
        margin-top: 6em;
    }
    .clipi {
        padding-top: 370px;
        height:  245px;
    }
    .clipi ul {
        height: 175px;
    }
    .con_mass {
        margin-top: 50px;
        height: 400px;
    }
}

@media only all and (max-width: 1025px) { 

    #header_bg, #footer_bg {
    width: 1000px;
    }
    
    body {
    background-position: -200px 0 !important;
    }
    
    #photo_afis {
        left: 0;
    }
    
    #rek_rol {
        left: 180px;
    }
    
    #raider_conts  {
        left: 150px;
    }
    
    #director {
        left: 10px;
    }
    
    #prohor_conts {
        right: -10px;
    }
    
    #impres {
        right: 10px;
    }
    

}

/*

@media only all and (max-width: 800px) {
    
    #pleer {
        top:0%;
    }
    
    #bg1 {
        
        background-position: 40% 50%;
    }
    
    #content, #header, #wrapper, #footer {
        width: 700px;
    }
    
    .nav ul li {
        padding: 0 0.1% 0;
    }
    
    
    } */