.afisha{
	z-index:10;
}
.inside .afisha h1{
	margin:0 0px 20px;
	font:18px/38px Georgia;
	color:#848484;
	text-transform:uppercase;
}

.afishaTimeLine {
	position:relative;
	background-color:#343434;
	height:47px;
	z-index:35;
}
.afishaTimeLine .i-wrapper{
	max-width:1400px;
	padding:0 20px;
}
.afishaTimeLine .line {
	position:relative;
	padding:0 0 0 54px;
}
.afishaTimeLine .jcarousel-clip{
	overflow:hidden;
}
.afishaTimeLine .jcarousel-prev,
.afishaTimeLine .jcarousel-next{
	background:url(../img/arrows.png) no-repeat;
	width:24px;
	height:47px;
	position:absolute;
	top:0;
	cursor:pointer;
}
.afishaTimeLine .jcarousel-prev{
	left:-20px;
}
.afishaTimeLine .jcarousel-next{
	right:-20px;
	background-position:right top;
}
.afishaTimeLine .jcarousel-prev-disabled,
.afishaTimeLine .jcarousel-next-disabled{
	display:none!important;
}
.afishaTimeLine ul{
	position:relative;
    list-style-type: none;
    font-family: "Times New Roman";
}
.afishaTimeLine ul li{
	float:left;
	text-align:center;
	height:47px;
	line-height:46px;
	font-size:14px;
}
.afishaTimeLine ul li a {
	padding-right:12px;
	padding-left:12px;
	height:47px;
	display:block;
	height:47px;
	color:#999999;
}
.afishaTimeLine ul li a:hover,
.afishaTimeLine ul li a.selected {
	background-color:#f1f1f1;
	color:#262626;
}
.afishaTimeLine .year{
	position:relative;
	height:47px;
	width:80px;
	background-color:#3e3e3e;
	font-size:18px;
	line-height:46px;
	text-align:center;
	color:#838383;
	padding:0 12px;
	float:left;
}
.afishaTimeLine .year > a{
	padding-right:40px;
	padding-left:0;
	background:url(../img/bg/sel-arr-2.png) 100% 50% no-repeat;
}
.afishaTimeLine ul li.year > a:hover,
.afishaTimeLine ul li.year > a.selected{
	background:url(../img/bg/sel-arr-2.png) 100% 50% no-repeat!important;
	color:#838383;
}
.afishaTimeLine .year .more{
	position:absolute;
	display:none;
	width:100%;
	left:0;
	top:47px;
	background:#3c3c3c;
	text-align:left;
}
.afishaTimeLine .year .more a{
	margin:0 12px;
	padding:0;
	height:auto;
	color:#fff;
	font-size:14px;
	border-top:1px solid #4a4a4a;
}
.afishaTimeLine .year .more a:hover{
	background:none;
}
.afishaTimeLine a.back{
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:54px;
	height:47px;
	text-indent:-9999px;
	background:url(../img/icon/back.png) 50% 50% #313131 no-repeat;
}

/* Filter */
.afisha .filter{
	position:relative;
	margin:0 -2000px;
	padding:0 2000px 19px 2000px;
	z-index:10;
}
.afisha .filter.left-align{
	margin:10px 20px 0 0;
	padding:0;
	float:left;
}
.afisha .filter form{
	display:block;
	max-width:1440px;
	margin:0 auto;
}
.afisha .filter .cusel{
	float:right;
	width:95px!important;
}
.afisha .filter .item{
	position:relative;
	display:inline-block;
	margin:0 20px 0 0;
	vertical-align:top;
}
.afisha .filter input[type="checkbox"]{
	display:none;
}
.afisha .filter label{
	padding-left:20px;
	color:#818181;
	background:url(../img/bg/chk.gif) 0 -25px no-repeat;
}
.afisha .filter label.active,
.afisha .filter input[type="checkbox"]:checked + label{
	background:url(../img/bg/chk.gif) -27px 2px no-repeat;
}
.afisha .filter .item.more{
	margin-top:-10px;
	padding-right:15px;
}
.afisha .filter .item.more a.sel{
	display:block;
	padding:10px 20px 10px 15px;
	height:17px;
	color:#212121;
	
}
.afisha .filter .item.more a.sel span{
	display:block;
	border-bottom:1px solid #f8b195;
	background: url(../img/bg/sel-arr.png) 100% 50% no-repeat;
	padding:0 24px 1px 0;
}
.afisha .filter .item.more.active a.sel span{
	border-bottom:1px solid #fff;
}
.afisha .filter .item.more.active a.sel{
	background: #fff;
}
.afisha .filter .item.more .options{
	position:absolute;
	display:none;
	left:0;
	top:37px;
	padding:10px 15px;
	width:210px;
	background:#fff;
}
.afisha .filter .item.more.active .options{
	display:block;
}
.afisha .filter .item.more .options .item{
	display:block;
	margin-right:0;
}
.afisha ul.tab-list{
	float:right;
	list-style-type:none;
	text-align:right;
	margin:0 0px 20px 20px;
}
.afisha .ui-tabs-panel{
	clear:both;
}
.afisha ul.tab-list li{
	float:left;
	padding:10px 10px 10px 30px;
	font-size:14px;
	color:#a4a4a4;
	margin:0;
	background-color:#fff;
}
.afisha ul.tab-list li.ui-state-active{
	
	background-color:#313131;
}
.afisha ul.tab-list li a{
	color:#3b3b3b;
	text-decoration:none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.afisha ul.tab-list li.ui-state-active a{
	color:#fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
	cursor:default;
}
.afisha ul.tab-list li.list{
	background-image:url(../img/icon/list.png);
	background-position:10px 50%;
	background-repeat:no-repeat;
}
.afisha ul.tab-list li.list.ui-state-active{
	background-image:url(../img/icon/list-a.png);
}
.afisha ul.tab-list li.calendar{
	background-image:url(../img/icon/calendar.png);
	background-position:10px 50%;
	background-repeat:no-repeat;
}
.afisha ul.tab-list li.calendar.ui-state-active{
	background-image:url(../img/icon/calendar-a.png);
}

/* List */
.afisha-list{
	position:relative;
	/*border-top:1px solid #c6c6c6;*/
	z-index:5;
	clear:right;
	margin:0 0 40px 0;
}
.afisha-list .item{
	overflow:hidden;
	margin:0;
	border-bottom:1px solid #c6c6c6;
}
.afisha-list .item.past .date,
.afisha-list .item.past .detail{
	opacity:0.5;
}
.afisha-list .item.past .date,
.afisha-list .item .date{
	width:128px;
	float:left;
	overflow:hidden;
}
.afisha-list .item .date .day{
	float:left;
	width:83px;
	font:76px/76px /*'ArnoPro-Display'*/"Times New Roman";
	color:#212121;
}
.afisha-list .item .date .time{
	overflow:hidden;
	line-height:37px;
}
.afisha-list .item .date .time span{
	font:15px /*'ArnoPro-Display'*/"Times New Roman";
}
.afisha-list .item .date .time strong{
	font:18px /*'ArnoPro-Display'*/"Times New Roman";
}
.afisha-list .item .thumb{
	position:relative;
	float:left;
	width:173px;
	height:173px;
	overflow:hidden;
	margin-right:35px;
}
.afisha-list .item .thumb img{
	max-width:100%;
}
.afisha-list .item .thumb img.photo{
	position:relative;
	z-index:1;
}
.afisha-list .item .thumb .i{
	position:absolute;
	width:29px;
	right:0;
	top:0;
	font-size:0;
	line-height:0;
	z-index:10;
}
.afisha-list .item .thumb .i img{
	margin:0 0 4px 0;
}
.afisha-list .item .detail{
	overflow:hidden;
}
.afisha-list .item .detail .place{
	float:right;
	font:italic 14px "Times New Roman";
	color:#848484;
	margin:10px 0 10px 10px;
}
.afisha-list .item .detail h2{
	position:relative;
	display:inline-block;
	max-width:70%;
	font:28px/30px Georgia, serif;
	padding:0;
	margin:10px 0;
	border-bottom:3px solid #212121;
	color:#212121;
}
.afisha-list .item .detail h2 a{
	color:#212121;
	text-decoration:none;
}
.afisha-list .item .detail h2 span.new{
	position:absolute;
	display:inline-block;
	line-height:100%;
	margin:0 10px;
	padding:2px 5px;
	left:100%;
	top:-3px;
	font-size:14px;
	color:#fff;
	background:#212121;
	white-space:nowrap;
	font-family:"Times New Roman";
}
.afisha-list .item .detail h2.hermitage {
	border-bottom-color: #005944;
}
.afisha-list .item .detail h2.hermitage a {
	color: #005944;
}
.afisha-list .item .detail h2.hermitage span.new {
	background: #005944;
}
.afisha-list .item .detail .info{
	overflow:hidden;
	font-size:14px;
}
.afisha-list .item .detail .info .type,
.afisha-list .item .detail .info .persons,
.afisha-list .item .detail .info .ticket{
	float:left;
	clear:right;
}
.afisha-list .item .detail .info .type{
	width:41%;
}
.afisha-list .item .detail .info .persons{
	width:45%;
	min-height:1px;
	color:#656565;
}
.afisha-list .item .detail .info .persons a{
	color:#212121;
	border-bottom:1px solid #fd7139;
}
.afisha-list .item .detail .info .persons a:hover{
	border:0;
}
.afisha-list .item .detail .info .ticket{
	width:14%;
}
.afisha-list .item .detail .info .type p,
.afisha-list .item .detail .info .persons p,
.afisha-list .item .detail .info .ticket p{
	padding-right:20px!important;
	margin:0 0 15px 0!important;
}
.afisha-list .item .detail .info .ticket a,
.afisha-list .item .detail .info .ticket span{
	display:block;
	float:right;
	width:85px;
	max-width:114px;
	background:#fd7139;
	color:#701900;
	text-decoration:none;
	text-align:center;
	font:11px /*'ArnoPro-Display'*/"Times New Roman";
	padding:10px 15px 8px 15px;
	text-transform:uppercase;
	white-space:nowrap;
}
.afisha-list .item .detail .info .ticket a:hover{
	background: #d05d2a;
	color: #611f02;
}
.afisha-list .item .detail .info .ticket span{
	color:#9a9a9a;
	background:#fff;
}
.afisha-list .item .detail .info .ticket .note{
	float:right;
	width:115px;
	color:#989898;
	font-size:11px;
}
.afisha-list .item .detail .info .ticket a.alt-buy {
	background:#005944;
	color:#cccccc;
}
.afisha-list .item .detail .info .ticket a.alt-buy:hover{
	background: #003E2D;
	color: #999999;
}
/* Calendar */
.afisha-calendar{
	clear:right;
	font-family:"Times New Roman";	
}
.afisha-calendar .calendar-wrapper{
	display:inline-block;
	width:100%;
	padding:0 0 40px 0;
	vertical-align:top;
	/*overflow:hidden;*/
}
.afisha-calendar .calendar-wrapper .item{
	position:relative;
	float:left;
	width:173px;
	height:173px;
	background:#e0e0e0;
	margin:0 1px 1px 0;
	z-index:10!important;
}
.afisha-calendar .calendar-wrapper .item:hover{
	z-index:20!important;
}
.afisha-calendar .calendar-wrapper .item.today{
	background:#464646;
}
.afisha-calendar .calendar-wrapper .item div{
	position:relative;
	z-index:10;
}
.afisha-calendar .calendar-wrapper .item .date{
	position:relative;
}
.afisha-calendar .calendar-wrapper .item .date .day{
	position:absolute;
	left:0;
	top:0;
	font-size:68px;
	line-height:70px;
	color:#afafaf;
	padding-left:10px;
}
.afisha-calendar .calendar-wrapper .item.today .date .day,
.afisha-calendar .calendar-wrapper .item.image .date .day{
	color:#fff;
}
.afisha-calendar .calendar-wrapper .item .date .wday{
	position:absolute;
	right:0;
	top:0;
	width:29px;
	height:29px;
	line-height:29px;
	text-align:center;
	font-size:13px;
	color:#9a9a9a;
}
.afisha-calendar .calendar-wrapper .item .date .today{
	position:absolute;
	line-height:29px;
	right:29px;
	top:0;
	color:#fff;
        font-size:13px;
}
.afisha-calendar .calendar-wrapper .item .thumb{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:1;
}
.afisha-calendar .calendar-wrapper .item .thumb .photo{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	font-size:0;
	line-height:0;
	z-index:1;
	overflow:hidden;
}
.afisha-calendar .calendar-wrapper .item .thumb .photo img{
	position:absolute;
	width:173px;
	height:173px;
	min-width:100%;
	height:auto;
	top:0;
	z-index:1;
}
.afisha-calendar .calendar-wrapper .item .thumb .photo .overlay{
	position:absolute;
	width:100%;
	height:100%;
	background:#000;
	left:0;
	top:0;
	opacity:0.6;
	z-index:5;
}
.afisha-calendar .calendar-wrapper .item .i{
	position:absolute;
	width:29px;
	top:32px;
	right:0;
	z-index:10;
}
.afisha-calendar .calendar-wrapper .item .i img{
	max-width:100%;
	height:auto;
}
.afisha-calendar .calendar-wrapper .item .detail{
	position:absolute;
	left:0;
	bottom:0;
	padding:0px 10px 7px 10px;
}
.afisha-calendar .calendar-wrapper .item .detail p.time{
	font-size:16px;
	color:#848484;
}
.afisha-calendar .calendar-wrapper .item.multiple .detail p.time{
	font-size:13px;
}
.afisha-calendar .calendar-wrapper .item .detail p.title{
	font-size:20px;
	line-height:16px;
	color:#212121;
}
.afisha-calendar .calendar-wrapper .item .detail p.title a{
	color:#212121;
	text-decoration:none;
}
.afisha-calendar .calendar-wrapper .item .detail p.title a.hermitage {
	color: #005944;
}
.afisha-calendar .calendar-wrapper .item.today .detail p.title,
.afisha-calendar .calendar-wrapper .item.today .detail p.title a,
.afisha-calendar .calendar-wrapper .item.image .detail p.title,
.afisha-calendar .calendar-wrapper .item.image .detail p.title a{
	color:#fff;
}
.afisha-calendar .calendar-wrapper .item .detail p.info{
	font-size:13px;
	color:#7a7a7a;
	line-height:100%;
}
.afisha-calendar .calendar-wrapper .item.multiple .detail p.title{
	font-size:16px;
}
.afisha-calendar .calendar-wrapper .item .detail .new{
	display:inline-block;
	font-size:16px;
	line-height:80%;
	color:#212121;
	background:#fff;
	padding:2px 3px;
	margin:0 0 5px 0;
}

.afisha-calendar .calendar-wrapper .item.past .thumb .photo .overlay {
    background: none repeat scroll 0 0 #212121;
    opacity: 0.8;
}
.afisha-calendar .calendar-wrapper .item.past .thumb .i{
    opacity: 0.4;
}
.afisha-calendar .calendar-wrapper .item.past .date{
    opacity: 0.4;
}
.afisha-calendar .calendar-wrapper .item.past .detail{
    opacity: 0.4;
}

.afisha-popup{
    position:absolute;
    width:564px;
	height:564px;
	left:30%;
    top:0;
    background:#212121;
    /*overflow:hidden;*/
    -moz-box-shadow:0 0 51px 0 #000;
    -webkit-box-shadow:0 0 51px 0 #000;
    box-shadow:0 0 51px 0 #000;
    z-index: 9999;
}
.afisha-popup .right{
	position:absolute!important;
    font-family: "Times New Roman";
    width:190px;
	height:100%;
    right:-190px;
	top:0;
    color:#838383;
	background:#212121;
}
.afisha-popup .right .i{
	top:0!important;
}
.afisha-popup .right ul{
    list-style-type: none;
    font-size:16px;
    line-height:18px;
	margin-top:20px;
}
.afisha-popup .right ul li{
    position:relative;
    padding:0 15px 10px 45px;
    margin:0 0 12px 0;
    border-bottom:1px solid #313131;
}
.afisha-popup .right ul li .i{
    position: absolute;
    left:0;
    top:0;
}
.afisha-popup .left{
	position:absolute;
	width:564px;
	height:564px;
    left:0;
	top:0;
	overflow:hidden;
}
.afisha-popup .left .image{
    position:absolute!important;
    width:564px;
	height:564px;
    left:0;
    top:0;
    height:100%;
    text-align:center;
    z-index:1!important;
}
.afisha-popup .left .image img{
    display:inline;
    position:relative;
	min-width:100%;
	height:auto;
	vertical-align:top;
    z-index:1;
}
.afisha-popup .left .image .overlay{
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background: none repeat scroll 0 0 #000;
    opacity: 0.6;
    z-index:100;
}
.afisha-popup .left .info,
.afisha-popup .left .persons{
    position:relative;
    margin:18px;
    padding-bottom:18px;
    z-index:10;
}
.afisha-popup .left .info{
    border-bottom:4px solid #fff;
    overflow:hidden;
}
.afisha-popup .left .info .l{
    position:relative;
    font-family: "Times New Roman";
    width:85px;
    float:left;
    text-align:right;
    margin-right:19px;
    color:#fff;
}
.afisha-popup .left .info .l div{
    margin:0 0 15px 0;
}
.afisha-popup .left .info .l .day{
    font-family: /*'ArnoPro-LightDisplay'*/"Times New Roman";
    position:absolute;
    width:100%;
    left:0;
    top:0;
    height:68px;
    font-size:70px;
    line-height:65px;
    overflow: hidden;
}
.afisha-popup .left .info .l .time{
    font-size:16px;
    color:#7a7a7a;
    margin-top:70px;
}
.afisha-popup .left .info .new{
    display:inline-block;
    font-size:16px;
    line-height:80%;
    color:#212121;
    background:#fff;
    padding:2px 3px;
    margin:0 0 5px 0;
}
.afisha-popup .left .info .r{
    font:14px/16px "Times New Roman";
    overflow:hidden;
    padding:5px 0;
    color:#999;
}
.afisha-popup .left .info .r h3{
    display:inline-block;
    font-family: /*'ArnoPro-LightDisplay';*/ Georgia;
    font-size:30px;
    line-height:120%;
    font-weight:normal;
    color:#fff;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    padding:7px 0 3px;
    margin:0 0 5px 0;
}
.afisha-popup .left .info .r h3 a{
    color:#fff;   
}
.afisha-popup .left .info .r p{
    margin:0 0 15px 0;  
}
.afisha-popup .left .info .ticket a{
    display:inline-block;
    background:#fd7139;
    color:#701900;
    text-decoration:none;
    text-align:center;
    font:13px /*'ArnoPro-Display'*/"Times New Roman";
    padding:10px 15px 8px 15px;
    text-transform:uppercase;
    white-space:nowrap;
}
.afisha-popup .left .info .ticket a:hover{
    background: #d05d2a;
    color: #611f02;
}
.afisha-popup .left .info .ticket a.alt-buy {
	background:#005944;
	color:#cccccc;
}
.afisha-popup .left .info .ticket a.alt-buy:hover{
	background: #003E2D;
	color: #999999;
}
.afisha-popup .left .persons{
    font:14px/18px "Times New Roman";
    color:#999;
}
.afisha-popup .left .persons a{
    color:#fff;
    border-bottom:1px solid #fd7139;
}
.afisha-popup .left .persons a:hover{
    border:0;
}

.items_past{
	display:none;
	margin:0;
}
a.toggle_past{
	font:12px Georgia, serif;
	display:block;
	margin:0 0 20px 0;
	padding:10px 15px 10px 30px;
	border:1px solid #c6c6c6;
	color:#c0c0c0;
	text-transform:uppercase;
	opacity:0.8;
	background:url(../img/bg/up.png) 12px 50% no-repeat;
	clear:both;
}
a.toggle_past:hover{
	opacity:1;
}
a.load-more{
	clear:both;
	display:block;
	padding:18px;
	margin:30px 0;
	text-align:center;
	background:#e4e4e4;
	font:15px Georgia, serif;
	color:#bebebe;
	text-transform:uppercase;
	opacity:0.8;
}
.dark a.load-more{
	background:#313131;
	color:#464646;
	font:bold 14px "Trebuchet MS";
}
a.load-more span{
	padding-left:30px;
	background:url(../img/bg/down.png) 12px 50% no-repeat;
}
.dark a.load-more span{
	background:url(../img/bg/down-dark.png) 12px 50% no-repeat;
}
a.load-more:hover{
	opacity:1;
}

@media only screen and (max-width: 1252px) {
	.inside .afisha h1{ margin:0; }
	.afisha .filter{ padding:0 2000px 19px; }
	.afisha .filter .item{ margin:0 10px 0 0; }
	.afisha-calendar .calendar-wrapper .item .i{
		width:20px;
	}
	.afisha-list .item{ margin:0; }
	.afisha-calendar .calendar-wrapper .item{ width:137px; height:137px; }
	.afisha-calendar .calendar-wrapper .item .date .day { font-size: 40px; line-height: 90%; }
	.afisha-calendar .calendar-wrapper .item .detail p.time { font-size: 13px; }
	.afisha-calendar .calendar-wrapper .item .detail p.title, .afisha-calendar .calendar-wrapper .item.multiple .detail p.title{ font-size: 14px; }
	.afisha-calendar .calendar-wrapper .item .detail .new, .afisha-popup .left .info .new { margin: 0; font-size: 13px; }
	.afisha ul.tab-list{ margin:0 0 20px 0; }
	.afisha-popup, .afisha-popup .left{ width:369px; height:369px; }
	.afisha-popup .left .info { border-width: 2px; }
	.afisha-popup .left img{ width:369px; height:auto; }
	.afisha-popup .right{ width:130px; right:-130px; }
	.afisha-popup .right ul{ font-size:14px; line-height:16px;}
	.afisha-popup .right ul li { padding: 0 10px 10px 30px; }
}
.debut {
	color: #A9B1B4 !important;
	font-size: 12px;
}