@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin,cyrillic);

.tabs {
    position: relative;
	margin: 40px auto;
	width: 1000px;
}
.tabs input {
	position: absolute;
	z-index: 1000;
	width: 250px;
	height: 40px;
	left: 0px;
	top: 210px;
	opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	cursor: pointer;
}
.tabs input#tab-2{
	top: 250px;
}
.tabs input#tab-3{
	top: 290px;
}
.tabs input#tab-4{
	top: 330px;
}
.tabs input#tab-5{
	top: 370px;
}
.tabs input#tab-6{
	top: 410px;
}
.tabs input#tab-7{
	top: 450px;
}
.tabs input#tab-8{
	top: 490px;
}

.tabs label {
	background: rgb(80,80,80); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(80,80,80,1) 0%, rgba(63,63,63,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(80,80,80,1)), color-stop(100%,rgba(63,63,63,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(80,80,80,1) 0%,rgba(63,63,63,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(80,80,80,1) 0%,rgba(63,63,63,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(80,80,80,1) 0%,rgba(63,63,63,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(80,80,80,1) 0%,rgba(63,63,63,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505050', endColorstr='#3f3f3f',GradientType=0 ); /* IE6-9 */

	font-size: 12px;
	font-family: 'PT Sans Narrow', sans-serif;
	line-height: 40px;
	height: 40px;
	position: relative;
	padding: 0 10px;
	display: block;
	width: 230px;
	color: #EDEDED;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
	float: left;
	clear: both;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
    border-radius: 10px 0 0 10px;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
}
.tabs label:after {
    content: '';
	background: #fff;
	position: absolute;
	right: -2px;
	top: 0;
	width: 2px;
	height: 100%;
}

.tabs input:hover + label {
	background: #606060;
}

.tabs label:first-of-type {
	margin-top:210px;
}

.tabs input:checked + label {
    background: #606060;
	z-index: 6;
}
.tabs label#mainevent {
	background: rgb(169,3,41); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(169,3,41,1) 0%, rgba(109,0,25,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,1)), color-stop(100%,rgba(109,0,25,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(109,0,25,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(109,0,25,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(109,0,25,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(169,3,41,1) 0%,rgba(109,0,25,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
}

.clear-shadow {
	clear: both;
}
.tabs input:hover + label#mainevent {
	background: #BF032F;
}
.tabs input:checked + label#mainevent {
    background: #BF032F;
}
.logo {
    background: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 250px;
	height: 200px;
	overflow: hidden;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    border-radius: 10px 0px 0px 10px;
}

.content {
    background: #fff;
	position: relative;
    width: auto;
	margin: -530px 0 0 250px;
	height: 750px;
	z-index: 5;
	overflow: hidden;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    border-radius: 0px 10px 10px 10px;
}

.content div {
    position: absolute;
	top: 0;
	padding: 10px 40px;
	z-index: 1;
    opacity: 0;
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    transition: all linear 0.5s;
}

.content div{
	-webkit-transform: translateY(-450px);
	-moz-transform: translateY(-450px);
	-o-transform: translateY(-450px);
	-ms-transform: translateY(-450px);
	transform: translateY(-450px);
}

.tabs input.tab-selector-1:checked ~ .content .content-1,
.tabs input.tab-selector-2:checked ~ .content .content-2,
.tabs input.tab-selector-3:checked ~ .content .content-3,
.tabs input.tab-selector-4:checked ~ .content .content-4,
.tabs input.tab-selector-5:checked ~ .content .content-5,
.tabs input.tab-selector-6:checked ~ .content .content-6,
.tabs input.tab-selector-7:checked ~ .content .content-7,
.tabs input.tab-selector-8:checked ~ .content .content-8,
.tabs input.tab-selector-9:checked ~ .content .content-9,
.tabs input.tab-selector-10:checked ~ .content .content-10 {
    -webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
    z-index: 100;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all ease-out 0.3s 0.3s;
    -moz-transition: all ease-out 0.3s 0.3s;
    -o-transition: all ease-out 0.3s 0.3s;
    -ms-transition: all ease-out 0.3s 0.3s;
    transition: all ease-out 0.3s 0.3s;
}

.tabs input.tab-selector-1:checked ~ .content {
	height: 1025px;
}

.tabs input.tab-selector-2:checked ~ .content {
	height: 2325px;
}

.tabs input.tab-selector-3:checked ~ .content {
	height: 950px;
}

.tabs input.tab-selector-4:checked ~ .content {
	height: 3050px;
}

.tabs input.tab-selector-5:checked ~ .content {
	height: 1150px;
}

.tabs input.tab-selector-6:checked ~ .content {
	height: 950px;
}

.tabs input.tab-selector-7:checked ~ .content {
	height: 2875px;
}

.tabs input.tab-selector-8:checked ~ .content {
	height: 3400px;
}


.content div h2,
.content div h3 {
	color: #398080;
}
.content div p {
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	margin: 15px 0px 0px 0px;
	color: #555;
	padding: 0px 15px 0px 15px;
	font-family: Cambria, Georgia, serif;
}
.content div p.commentator {
	border-left: 4px solid rgba(80,80,80, 0.5);
}
.content div p.entrance {
	background-color:rgba(80,80,80, 0.15);
}
.content div p.interview {
	background-position:left; background-image: url(img/microphone.jpg);
}
/*Всплывающий скриншот*/ 
 .thumbnail{  
 position: relative;  
 z-index: 0;
 background-color:#ffefd5;
 }  
 .thumbnail:hover{  
 background-color: transparent;  
 z-index: 0;
 background-color:#ffefd5;
 }  
 .thumbnail span{ /*CSS for enlarged image*/  
 position: absolute;  
 background-color: #ffffff;  
 padding: 5px;  
 left: -1000px;  
 border: 1px solid white;  
 visibility: hidden;  
 color: Yellow;  
 text-decoration: none;  
 border-radius: 10px 10px 10px 10px; 
 -moz-border-radius: 10px 10px 10px 10px; 
 -webkit-border-radius: 10px 10px 10px 10px; 
 }  
 .thumbnail span img{ /*CSS for enlarged image*/  
 border-width: 0;
 z-index: 5;  
 padding: 2px;  
 }  
 .thumbnail:hover span{ /*CSS for enlarged image on hover*/  
 visibility: visible;  

 z-index: 0;
 top: -140px;  
 left: -50px; /*position where enlarged image should offset horizontally */  
 }  
 /*---------------------*/