@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:500,500italic,700,700italic&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=latin,cyrillic);

/* THEME NAME: biletservis
   AUTHOR: satherland
   E-MAIL: satherland@mail.ru  */

/* RESET
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
* 
{
 margin: 0;
 padding: 0;
 outline: 0;
 border: 0;
 background: transparent;
 vertical-align: baseline;
 font-family: inherit;
 font-size: inherit;
}

/* HTML, BODY
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
html, body
{
 height: 100%;
 min-width: 1000px;
}
html
{
 overflow: auto;
}
body
{
 background: #EAE4DD 50% 271px no-repeat;
 font: 14px/20px "Roboto", "Trebuchet MS", "Arial";
 color: #5C5247;
}
body.home
{
}

/* ELEMENTS OF TEXT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a
{
 text-decoration: underline;
 color: #CA0000;
}
ul, ol
{
 list-style: none;
}
h1, h2, h3
{
 color: #000;
}
h1
{
 font: bold 35px/35px "Roboto Condensed", "Trebuchet MS", "Arial";
}
h2, h3
{
 font: bold 25px/25px "Roboto Condensed", "Trebuchet MS", "Arial";
}

/* ELEMENTS OF TABLE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
table
{
 width: 100%;
 border-collapse: collapse;
}
th, td
{
 vertical-align: middle;
 text-align: left;
}

/* ELEMENTS OF FORM
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
input, textarea
{
 font: 15px/20px "Roboto", "Trebuchet MS", "Arial";
 color: #5D1C09;
}
input[type="text"], input[type="password"], textarea
{
 padding: 5px 10px;
 border: 1px solid #C6BFB8;
 background: #FFF;
 border-radius: 5px;
}
input[type="text"], input[type="password"]
{
 height: 20px;
 width: 200px;
}
textarea
{
 width: 400px;
 height: 80px;
 resize: none;
}
input[type="submit"], input[type="button"]
{
 width: 271px;
 height: 59px;
 background: #CA0000;
 text-transform: uppercase;
 font: bold 24px "Roboto Condensed", "Trebuchet MS", "Arial";
 color: #FFF;
 cursor: pointer;
 border-radius: 0;
 outline: 0;
 -webkit-appearance: none;
 -webkit-border-radius:0px;
}
input[type="submit"]:hover, input[type="button"]:hover
{
 background: #000;
}

input.small_button{
	background: #C6BFB8 url('../images/icon_cart3.png') no-repeat scroll 10px 5px;
	width: 165px; height: 35px;
	font: bold 16px "Roboto Condensed", "Trebuchet MS", "Arial";
	padding-left: 30px;
	transition: background 0.2s linear 0s
}
input.small_button:hover{
	background: #000 url('../images/icon_cart3.png') no-repeat scroll 10px 5px;
}

/* WRAPPERS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#wrapper
{
 overflow: hidden;
 max-width: 952px;
 width: 100%;
 min-height: 100%;
 height: auto !important;
 height: 100%;
 margin: 0 auto;
 padding: 0 24px;
}

/* HEADER PART
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#header
{
 position: relative;
 height: 182px;
 background: url("../images/header_bg.png") 50% 75px no-repeat;
}
#header > *
{
 position: absolute;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.headlogo
{
 left: 50%;
 top: 23px;
 margin-left: -64px;
}
.headlogo > *
{
 display: block;
 width: 128px;
 height: 139px;
 background: url("../images/logotype.png");
 text-indent: -99999px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#headmenu-mobile{
display:none;	
}
#headsearch-mobile{
display:none;	
}
#head-menu-mobile{
display:none;	
}
.headmenu
{
 left: 0;
 top: 16px;
 overflow: hidden;
 width: 260px;
 white-space: nowrap;
 font-size: 14px;
 line-height: 22px;
}
.headmenu li
{
 float: left;
 width: 130px;
}
.headmenu a
{
 color: #000;
}
.headmenu a:hover
{
 color: #CA0000;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.headsearch
{
 right: 0;
 top: 23px;
}
.headsearch input[type="text"]
{
 width: 180px;
 padding-right: 30px;
}
.headsearch input[type="image"]
{
 position: absolute;
 right: 7px;
 top: 7px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.headcart
{
 z-index: 500;
 right: 0;
 top: 100px;
 width: 222px;
 padding: 10px;
}
.headcart > div
{
 padding-left: 38px;
 background: url("../images/headcart_icon.png") 0 10px no-repeat;
}
.headcart > div > div
{
 font-size: 15px;
 color: #292524;
}
.headcart > div > div a
{
 font-weight: bold;
}
.headcart > div > span
{
 display: block;
 font-size: 13px;
 line-height: 17px;
 color: #B7A99D;
}
.headcart > div > span a
{
 font-weight: bold;
 color: #87776A;
}
.headcart > div > small
{
 position: absolute;
 left: 22px;
 top: 12px;
 width: 19px;
 height: 19px;
 background: url("../images/headcart_disc.png");
 text-align: center;
 font-size: 12px;
 line-height: 19px;
 color: #FFF;
}
.headcart ul
{
 display: none;
 padding-top: 10px;
}
.headcart:hover
{
 background: #FFF;
}
.headcart:hover ul
{
 display: block;
}
.headcart li
{
 margin-bottom: 5px;
}
.headcart li a
{
 display: block;
 overflow: hidden;
 background: #EAE4DD;
 text-decoration: none;
 color: #000;
}
.headcart li a img
{
 float: left;
 width: 40px;
 height: 30px;
 margin-right: 5px;
}
.headcart li a span
{
 line-height: 30px;
}
.headcart li a:hover span
{
 text-decoration: underline;
}
.headcart li.buy a
{
 padding-left: 45px;
 background: #DA0000 url("../images/buycart_icon.png") 13px 50% no-repeat;
 text-decoration: none;
 line-height: 30px;
 font-weight: bold;
 color: #FFF;
}
.headcart li.buy a:hover
{
 text-decoration: underline;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.headphone
{
 left: 0;
 top: 110px;
 padding-left: 33px;
 background: url("../images/headphone_icon.png") 0 9px no-repeat;
 font: bold 35px/35px "Roboto Condensed", "Trebuchet MS", "Arial";
 color: #CA0000;
}

/* CONTENT PART
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#content
{
 overflow: hidden;
 padding-bottom: 227px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.jastitle
{
 margin-bottom: 24px;
 padding-top: 58px;
 background: 50% 0 no-repeat;
 text-align: center;
}
.jastitle.icon1
{
 background-image: url("../images/jastitle_icon1.png");
}
.jastitle.icon2
{
 background-image: url("../images/jastitle_icon2.png");
}
.jastitle.icon3
{
 background-image: url("../images/jastitle_icon3.png");
}
.jastitle.icon4
{
 background-image: url("../images/jastitle_icon4.png");
}
.jastitle.icon5
{
 background-image: url("../images/jastitle_icon5.png");
}
.jastitle.icon6
{
 background-image: url("../images/jastitle_icon6.png");
}
.jastitle div, .jastitle h1
{
 font: bold 35px/35px "Roboto Condensed", "Trebuchet MS", "Arial";
 color: #000;
}
.jastitle span
{
 display: block;
 margin-top: 8px;
 font-size: 13px;
 color: #7B6C69;
}
.jastitle p
{
 width: 540px;
 margin: 15px auto 0 auto;
 font-size: 15px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.eastitle
{
 margin-bottom: 24px;
 text-align: center;
}
.eastitle h1, .eastitle div
{
 font: bold 35px/35px "Roboto Condensed", "Trebuchet MS", "Arial";
 color: #CA0000;
}
.eastitle ul
{
 display: inline-block;
 overflow: hidden;
 margin-top: 10px;
 *display: inline;
 *zoom: 1;
}
.eastitle li
{
 float: left;
 margin-left: 9px;
 padding: 0 0 1px 14px;
 background: url("../images/bull1.png") 0 50% no-repeat;
 font-size: 15px;
}
.eastitle li:first-child
{
 margin: 0;
 padding: 0;
 background: none;
}
.eastitle a
{
 border-bottom: 1px solid #A69D93;
 text-decoration: none;
 color: #000;
}
.eastitle a:hover
{
 border-color: #000;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.sliderbox1
{
 position: relative;
 overflow: hidden;
 height: 374px;
 margin-bottom: 27px;
 padding: 5px 5px 0 5px;
 background: url("../images/sliderbox_bg.png");
}
.sliderbox1 .nivoSlider
{
 width: 942px;
 height: 290px;
}
.sliderbox1 .nivo-controlNav
 {
 z-index: 120;
 left: 115px;
 bottom: 0;
 overflow: hidden;
 width: 732px;
 height: 59px;
}
.sliderbox1 .nivo-controlNav a
{
 float: left;
 width: 98px;
 height: 55px;
 margin-right: 20px;
 padding: 1px;
 border: 1px solid #87776A;
 cursor: pointer;
}
.sliderbox1 .nivo-controlNav a.active
{
 border-color: #CA0000;
}
.sliderbox1 .nivo-controlNav a img
{
 display: block;
 width: 98px;
 height: 55px;
}
.sliderbox1 .nivo-caption
{
 left: 0;
 bottom: 0;
 z-index: 100;
 overflow: hidden;
 width: 942px;
 height: 71px;
 padding-top: 47px;
 text-align: center;
 background: url("../images/sliderbox_bg2.png");
 opacity: 1.0 !important;
}
.sliderbox1 .nivo-caption span
{
 display: block;
 text-transform: uppercase;
 font-size: 17px;
 font-weight: bold;
 color: #000;
}
.sliderbox1 .nivo-caption a
{
 text-decoration: none;
 font: bold 35px/35px "Roboto Condensed", "Trebuchet MS", "Arial";
}
.sliderbox1 .nivo-caption a:hover
{
 text-decoration: underline;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.sliderbox2
{
 position: relative;
 overflow: hidden;
 height: 295px;
 margin-bottom: 27px;
}
.sliderbox2 .nivoSlider
{
 width: 952px;
 height: 295px;
}
.sliderbox2 .nivo-controlNav
 {
 z-index: 120;
 left: 0;
 top: 61px;
 overflow: hidden;
 padding: 5px 5px 0 0;
 background: #EAE4DD;
}
.sliderbox2 .nivo-controlNav a
{
 display: block;
 width: 35px;
 height: 35px;
 margin-bottom: 5px;
 border: 1px solid #87776A;
 cursor: pointer;
}
.sliderbox2 .nivo-controlNav a.active
{
 border-color: #CA0000;
}
.sliderbox2 .nivo-controlNav a img
{
 display: block;
 width: 35px;
 height: 35px;
}
.sliderbox2 .socials
{
 position: absolute;
 z-index: 120;
 right: 0;
 top: 61px;
 overflow: hidden;
 padding: 4px 0 0 4px;
 background: #EAE4DD;
}
.sliderbox2 .socials a
{
 display: block;
 width: 38px;
 height: 30px;
 margin-bottom: 4px;
 background: 50% 50% no-repeat;
 text-indent: -99999px;
}
.sliderbox2 .socials a.tw
{
 background-image: url("../images/social_tw.png");
}
.sliderbox2 .socials a.fb
{
 background-image: url("../images/social_fb.png");
}
.sliderbox2 .socials a.vk
{
 background-image: url("../images/social_vk.png");
}
.sliderbox2 .socials a.ok
{
 background-image: url("../images/social_ok.png");
}
.sliderbox2 .socials a.in
{
 background-image: url("../images/social_in.png");
}
.sliderbox2 .socials a:hover
{
 background-color: #FFF;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.mainmenu
{
 margin-bottom: 23px;
 font-size: 0;
 line-height: 0;
}
.mainmenu.type2
{
 text-align: center;
}
.mainmenu > li
{
 position: relative;
 display: inline-block;
 cursor: pointer;
}
.mainmenu.type1 > li
{
 width: 172px;
 height: 40px;
 margin-left: 23px;
}
.mainmenu.type2 > li
{
 height: 34px;
 margin: 0 11px;
 text-align: left;
}
.mainmenu.type1 > li:first-child
{
 margin: 0;
}
.mainmenu > li > a
{
 position: relative;
 display: block;
 text-transform: uppercase;
 text-decoration: none;
 background: #C6BFB8 11px 50% no-repeat;
 color: #000;
}
.mainmenu.type1 > li > a
{
 padding-left: 46px;
 font: bold 17px/40px "Roboto Condensed", "Trebuchet MS", "Arial";
}
.mainmenu.type2 > li > a
{
 padding: 0 16px 0 46px;
 border-radius: 4px;
 font: bold 15px/34px "Roboto Condensed", "Trebuchet MS", "Arial";
}
.mainmenu > li > a span
{
 border-bottom: 1px solid #948F89;
}
.mainmenu > li > a sup
{
 position: absolute;
 right: 16px;
 top: 0;
 font: 15px/40px "Roboto Condensed", "Trebuchet MS", "Arial";
 color: #756C63;
}
.mainmenu > li.icon1 > a
{
 background-image: url("../images/cat_afisha_b.png");
}
.mainmenu > li.icon2 > a
{
 background-image: url("../images/cat_concert_b.png");
}
.mainmenu > li.icon3 > a
{
 background-image: url("../images/cat_theatre_b.png");
}
.mainmenu > li.icon4 > a
{
 background-image: url("../images/cat_children_b.png");
}
.mainmenu > li.icon5 > a
{
 background-image: url("../images/cat_elki_b.png");
}
.mainmenu > li.icon6 > a
{
 background-image: url("../images/cat_place_b.png");
}
.mainmenu > li.icon7 > a
{
 background-image: url("../images/cat_prime_b.png");
}
.mainmenu > li.icon8 > a
{
 background-image: url("../images/cat_actor_b.png");
}
.mainmenu > li.icon9 > a
{
 background-image: url("../images/cat_ticket_b.png");
}
.mainmenu > li.icon10 > a
{
 background-image: url("../images/cat_sport_b.png");
}
.mainmenu > li.icon1 > a:hover, .mainmenu > li.icon1.current > a, .mainmenu > li.icon1.hover > a
{
 background-image: url("../images/cat_afisha_w.png");
}
.mainmenu > li.icon2 > a:hover, .mainmenu > li.icon2.current > a, .mainmenu > li.icon2.hover > a
{
 background-image: url("../images/cat_concert_w.png");
}
.mainmenu > li.icon3 > a:hover, .mainmenu > li.icon3.current > a, .mainmenu > li.icon3.hover > a
{
 background-image: url("../images/cat_theatre_w.png");
}
.mainmenu > li.icon4 > a:hover, .mainmenu > li.icon4.current > a, .mainmenu > li.icon4.hover > a
{
 background-image: url("../images/cat_children_w.png");
}
.mainmenu > li.icon5 > a:hover, .mainmenu > li.icon5.current > a, .mainmenu > li.icon5.hover > a
{
 background-image: url("../images/cat_elki_w.png");
}
.mainmenu > li.icon6 > a:hover, .mainmenu > li.icon6.current > a, .mainmenu > li.icon6.hover > a
{
 background-image: url("../images/cat_place_w.png");
}
.mainmenu > li.icon7 > a:hover, .mainmenu > li.icon7.current > a, .mainmenu > li.icon7.hover > a
{
 background-image: url("../images/cat_prime_w.png");
}
.mainmenu > li.icon8 > a:hover, .mainmenu > li.icon8.current > a, .mainmenu > li.icon8.hover > a
{
 background-image: url("../images/cat_actor_w.png");
}
.mainmenu > li.icon9 > a:hover, .mainmenu > li.icon9.current > a, .mainmenu > li.icon9.hover > a
{
 background-image: url("../images/cat_ticket_w.png");
}
.mainmenu > li.icon10 > a:hover, .mainmenu > li.icon10.current > a, .mainmenu > li.icon10.hover > a
{
 background-image: url("../images/cat_sport_w.png");
}
.mainmenu > li > a:hover, .mainmenu > li.current > a, .mainmenu > li.hover > a
{
 background-color: #D40000;
}
.mainmenu > li > a:hover, .mainmenu > li > a:hover sup, .mainmenu > li.current > a, .mainmenu > li.hover > a, .mainmenu > li.current > a sup, .mainmenu > li.hover > a sup
{
 color: #FFF;
}
.mainmenu > li > a:hover span, .mainmenu > li.hover > a span
{
 border-color: #E66268;
}
.mainmenu > li.current > a span
{
 border: 0 !important;
}
.mainmenu ul
{
 display: none;
 z-index: 200;
 position: absolute;
 min-width: 162px;
 padding: 5px;
 background: #C6BFB8;
 white-space: nowrap;
}
.mainmenu.type2 ul
{
 border-radius: 4px;
}
.mainmenu ul li
{
 overflow: hidden;
 margin-bottom: 5px;
 white-space: nowrap;
}
.mainmenu ul li.allink
{
 margin: 0;
}
.mainmenu ul li a
{
 display: block;
 padding: 0 12px 0 31px;
 background: #EAE4DD url("../images/headmenu_mark1.png") 12px 50% no-repeat;
 text-decoration: none;
 font-size: 14px;
 line-height: 25px;
 color: #292524;
}
.mainmenu ul li.allink a
{
 background: #DA0000 url("../images/headmenu_mark2.png") 6px 50% no-repeat;
 color: #EAE4DD;
}
.mainmenu ul li a:hover
{
 text-decoration: underline;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.eventsbox
{
 overflow: hidden;
 width: 976px;
}
.eventsbox > a
{
 position: relative;
 float: left;
 width: 218px;
 margin: 0 24px 24px 0;
 padding-top: 165px;
 border: 1px solid #C6BFB8;
 text-decoration: none;
}
.eventsbox img
{
 position: absolute;
 left: -1px;
 top: -1px;
 width: 220px;
 height: 165px;
}
.eventsbox .info
{
 display: block;
 padding: 13px;
}
.eventsbox .info b
{
 border-bottom: 1px solid #F2C7C7;
 font: bold 20px/24px "Roboto Condensed", "Trebuchet MS", "Arial";
}
.eventsbox .info span
{
 display: block;
 margin-top: 4px;
 font: bold 17px/21px "Roboto Condensed", "Trebuchet MS", "Arial";
 color: #000;
}
.eventsbox .info small
{
 display: block;
 margin-top: 10px;
 font-size: 13px;
 color: #5C5247;
}
.eventsbox .meta
{
 display: none;
 position: absolute;
 left: -1px;
 top: -1px;
 width: 190px;
 height: 141px;
 padding: 12px 15px;
 background: url("../images/tabsitem_bg.png");
 font-size: 15px;
 color: #FFF;
}
.eventsbox .meta span
{
 display: block;
}
.eventsbox .meta b
{
 position: absolute;
 left: 129px;
 top: 121px;
 font: bold 17px/21px "Roboto Condensed", "Trebuchet MS", "Arial";
}
.eventsbox a:hover .meta
{
 display: block;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.eventsbox2
{
 overflow: hidden;
 width: 976px;
}
.eventsbox2 > a
{
 position: relative;
 float: left;
 width: 222px;
 height: 163px;
 margin: 0 24px 24px 0;
 padding: 0 15px 0 225px;
 border: 1px solid #C6BFB8;
 text-decoration: none;
}
.eventsbox2 img
{
 position: absolute;
 left: -1px;
 top: -1px;
 width: 220px;
 height: 165px;
}
.eventsbox2 .info
{
 display: block;
 padding: 13px;
}
.eventsbox2 .info b
{
 border-bottom: 1px solid #F2C7C7;
 font: bold 20px/24px "Roboto Condensed", "Trebuchet MS", "Arial";
}
.eventsbox2 .info span
{
 display: block;
 margin-top: 4px;
 font: bold 17px/21px "Roboto Condensed", "Trebuchet MS", "Arial";
 color: #000;
}
.eventsbox2 .info small
{
 display: block;
 margin-top: 10px;
 font-size: 13px;
 color: #5C5247;
}
.eventsbox2 .meta
{
 display: none;
 position: absolute;
 right: -1px;
 top: -1px;
 width: 214px;
 height: 141px;
 padding: 12px 15px;
 background: url("../images/tabsitem_bg2.png");
 font-size: 15px;
 color: #FFF;
}
.eventsbox2 .meta span
{
 display: block;
}
.eventsbox2 .meta b
{
 position: absolute;
 left: 129px;
 top: 121px;
 font: bold 17px/21px "Roboto Condensed", "Trebuchet MS", "Arial";
}
.eventsbox2 a:hover .meta
{
 display: block;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.monthmenu
{
 overflow: hidden;
 height: 40px;
 margin-bottom: 24px;
}
.monthmenu li
{
 float: left;
 border-left: 1px solid #C6BFB8;
 font: 16px/40px "Roboto Condensed", "Trebuchet MS", "Arial";
}
.monthmenu li:first-child, .monthmenu li.year
{
 border: 0;
}
.monthmenu li.year
{
 float: right;
}
.monthmenu a
{
 display: block;
 padding: 0 12px;
 background: #C6BFB8;
 text-decoration: none;
 color: #000;
}
.monthmenu span
{
 border-bottom: 1px solid #948F89;
}
.monthmenu a:hover, .monthmenu li.current a
{
 background: #D40000;
 color: #FFF;
}
.monthmenu a:hover span
{
 border-color: #E66268;
}
.monthmenu li.current span
{
 border: 0;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.sortbox
{
 margin-bottom: 24px;
 *zoom: 1;
}
.sortbox:after
{
 display: block;
 clear: both;
 visibility: hidden;
 height: 0;
 content: ".";
}
.sortbox .s_date
{
 float: left;
 width: 282px;
 background: url("../images/sortbox_sep.png") 50% 50% no-repeat;
 *zoom: 1;
}
.sortbox .s_date:after
{
 display: block;
 clear: both;
 visibility: hidden;
 height: 0;
 content: ".";
}
.sortbox .s_date input
{
 width: 106px;
 background: #FFF url("../images/input_date.png") 106px 50% no-repeat;
}
.sortbox .s_date input#datestart
{
 float: left;
}
.sortbox .s_date input#datefinish
{
 float: right;
}
.sortbox .jq-selectbox
{
 float: right;
 margin-left: 15px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.afishabox
{
 margin-bottom: 24px;
 border-top: 1px solid #C6BFB8;
}
.afishabox tr
{
 border-bottom: 1px solid #C6BFB8;
 transition: background linear 0.1s;
}
.afishabox tr:hover
{
 background: #f4efe9;
}
.afishabox td.a_date
{
 width: 169px;
 color: #B4ADA5;
}
.afishabox td.a_date b
{
 float: left;
 margin-right: 6px;
 font: bold 44px/44px "Roboto Condensed", "Trebuchet MS", "Arial";
}
.afishabox td.a_date.important b
{
 color: #CA0000;
}
.afishabox td.a_date.dayblack
{
 color: #444;
}
.afishabox td.a_date span
{
 font: bold 18px/24px "Roboto Condensed", "Trebuchet MS", "Arial";
 display: block;
}
.afishabox td.a_date.important span
{
 color: #000;
}
.afishabox td.a_date small
{
 font: bold 15px/20px "Roboto Condensed", "Trebuchet MS", "Arial";
}
.afishabox td.a_date.important small
{
 color: #CA0000;
}
.afishabox td.a_image
{
 width: 150px;
 padding: 1px 0;
}
.afishabox td.a_image img
{
 display: block;
 width: 126px;
 height: 94px;
 padding: 1px;
 border: 2px solid #C6BFB8;
}
.afishabox td.a_image_p
{
 width: 150px;
 padding: 1px 0;
}
.afishabox td.a_image_p img
{
 display: block;
 width: 126px;
 height: 94px;
 padding: 1px;
 border: 2px solid #C6BFB8;
}
.afishabox td .a_meta_hidden
{
 max-height: 52px;
 padding-bottom: 1px;
 overflow: hidden;
 position: relative;
}
.afishabox td .a_meta_hidden:after 
{
 content: '';
 position: absolute;
 right: 0;
 top: 30px;
 width: 89px;
 height: 23px;
 transition: all linear 0.1s;
background: -moz-linear-gradient(left,  rgba(234,228,221,0) 0%, rgba(234,228,221,1) 48%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(234,228,221,0)), color-stop(48%,rgba(234,228,221,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(234,228,221,0) 0%,rgba(234,228,221,1) 48%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(234,228,221,0) 0%,rgba(234,228,221,1) 48%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(234,228,221,0) 0%,rgba(234,228,221,1) 48%); /* IE10+ */
background: linear-gradient(to right,  rgba(234,228,221,0) 0%,rgba(234,228,221,1) 48%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eae4dd', endColorstr='#eae4dd',GradientType=1 ); /* IE6-9 */
}
.afishabox tr:hover td .a_meta_hidden:after 
{
 opacity: 0;
 width: 0;
}
.afishabox td.a_meta
{
 width: 273px;
}
.afishabox td.a_meta a
{
 text-decoration: none;
 border-bottom: 1px solid #F2C7C7;
 font: bold 20px/24px "Roboto Condensed", "Trebuchet MS", "Arial";
}
.afishabox td.a_meta span, .afishabox td.a_meta small
{
 display: block;
 padding-left: 32px;
}
.afishabox td.a_meta span
{
 padding-top: 5px;
 padding-bottom: 3px;
 background: 0 50% no-repeat;
 font: bold 17px/21px "Roboto Condensed", "Trebuchet MS", "Arial";
 color: #000;
}
.afishabox td.a_meta span.icon1
{
 background-image: url("../images/cat_concert_b.png");
}
.afishabox td.a_meta span.icon2
{
 background-image: url("../images/cat_theatre_b.png");
}
.afishabox td.a_meta span.icon3
{
 background-image: url("../images/cat_children_b.png");
}
.afishabox td.a_meta span.icon4
{
 background-image: url("../images/cat_sport_b.png");
}
.afishabox td.a_meta small
{
 background: url("../images/icon_time.png") 4px 50% no-repeat;
 font: 15px/21px "Roboto Condensed", "Trebuchet MS", "Arial";
 color: #86796C;
}
.afishabox .name_sq {
	display: block;
}
.afishabox td.a_place
{
 width: 235px;
}
.afishabox td.a_place a {
 text-decoration: none;
}
.afishabox td.a_place span, .afishabox td.a_place small
{
 display: block;
}
.afishabox td.a_place span
{
 margin-bottom: 3px;
 font: bold 17px/21px "Roboto Condensed", "Trebuchet MS", "Arial";
 color: #000;
}
.afishabox td.a_place small
{
 padding-left: 19px;
 background: url("../images/icon_place.png") 0 50% no-repeat;
 font: 15px/21px "Roboto Condensed", "Trebuchet MS", "Arial";
 color: #86796C;
}

.afishabox td.a_place_p
{
 width: 50%;
 padding: 0 0 0 30px;
}
.afishabox td.a_place_p a {
 text-decoration: none;
 font: bold 26px/35px "Roboto Condensed", "Trebuchet MS", "Arial";
}
.afishabox td.a_place_p span, .afishabox td.a_place_p small
{
 display: block;
}
.afishabox td.a_place_p span
{
 margin-bottom: 3px;
 font: bold 19px/23px "Roboto Condensed", "Trebuchet MS", "Arial";
 color: #000;
}
.afishabox td.a_place_p small
{
 padding-left: 19px;
 background: url("../images/icon_place.png") 0 5px no-repeat;
 font: 19px/23px "Roboto Condensed", "Trebuchet MS", "Arial";
 color: #86796C;
}
.afishabox td.a_place_p small a
{
 font: 19px/23px "Roboto Condensed", "Trebuchet MS", "Arial";
}

.afishabox td.a_price
{
 width: 68px;
 font: bold 17px/21px "Roboto Condensed", "Trebuchet MS", "Arial";
}
.afishabox td.a_price span, .afishabox td.a_price small
{
 display: block;
}
.afishabox td.a_price span
{
 margin-bottom: 3px;
 color: #000;
}
.afishabox td.a_price small
{
 color: #CA0000;
}
.afishabox td.a_cart a
{
 display: block;
 width: 41px;
 height: 41px;
 background: url("../images/icon_cart.png");
 text-indent: -99999px;
 transition: opacity linear 0.3s;
}

.afishabox td.a_cart a:hover {
 opacity: 0.6;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.placemeta
{
 overflow: hidden;
 margin-bottom: 24px;
 padding: 10px 90px 10px 11px;
 background: #C6BFB8;
 color: #5C5247;
}
.placemeta a
{
 text-decoration: none;
 color: #000;
}
.placemeta a span
{
 border-bottom: 1px dotted #000;
}
.placemeta a:hover span
{
 border-style: solid;
}
.placemeta .p_left
{
 float: left;
}
.placemeta .p_right
{
 float: right;
}
.placemeta .p_left > *
{
 float: left;
 margin-right: 15px;
}
.placemeta .p_left a
{
 padding-left: 17px;
 background: url("../images/icon_place2.png") 0 4px no-repeat;
}
.placemeta .p_left a.nomark
{
 padding: 0 0 0 14px;
 background: url("../images/spacer.gif") 0 4px no-repeat;
}
.placemeta .p_left a.trid
{
 padding: 0 0 0 14px;
 background: url("../images/icon_3d.png") 0 4px no-repeat;
}
.placemeta .p_right > *
{
 float: left;
 margin-left: 15px;
}
.placemeta .p_right a
{
 padding-left: 18px;
 background: url("../images/icon_target.png") 0 5px no-repeat;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.placebox
{
 overflow: hidden;
 margin-bottom: 24px;
}
.placebox .p_text
{
 margin-bottom: -20px;
}
.placebox .p_text > *
{
 margin-bottom: 20px;
}
.placebox .p_text ul, .placebox .p_text ol
{
 list-style: inside;
}
.placebox .p_text ul
{
 list-style-type: square;
}
.placebox .p_text ol
{
 list-style-type: decimal;
}
.placebox .p_image
{
 position: relative;
 float: left;
 overflow: hidden;
 width: 464px;
 padding-top: 348px;
}
.placebox .p_image div
{
 position: absolute;
 left: 0;
 top: 0;
 width: 9999px;
 height: 348px;
}
.placebox .p_image div img
{
 float: left;
 width: 464px;
 height: 348px;
}
.placebox .p_image ul
{
 overflow: hidden;
 width: 488px;
 margin-bottom: -20px;
 padding-top: 20px;
}
.placebox .p_image li
{
 float: left;
 margin: 0 20px 20px 0;
 padding: 1px;
 border: 1px solid #87776A;
 cursor: pointer;
}
.placebox .p_image li.current
{
 border-color: #CA0000;
}
.placebox .p_image li img
{
 display: block;
 width: 97px;
 height: 74px;
}

.placebox .pirobox_gall img{
 margin: 0 10px 20px 0;
 padding: 1px;
 border: 1px solid #87776A;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.tabsmenu
{
 overflow: hidden;
 margin-bottom: 24px;
 text-align: center;
}
.tabsmenu div
{
 margin-bottom: 24px;
 font: bold 35px/35px "Roboto Condensed", "Trebuchet MS", "Arial";
 color: #000;
}
.tabsmenu ul
{
 display: inline-block;
 *display: inline;
 *zoom: 1;
}
.tabsmenu li
{
 float: left;
 width: 118px;
 margin-left: 24px;
 padding-left: 43px;
 text-align: left;
 text-transform: uppercase;
 background: #C6BFB8 12px 50% no-repeat;
 font: bold 20px/40px "Roboto Condensed", "Trebuchet MS", "Arial";
 color: #000;
 cursor: pointer;
}
.tabsmenu li:first-child
{
 margin: 0;
}
.tabsmenu span
{
 border-bottom: 1px solid #948F89;
}
.tabsmenu li.icon1
{
 background-image: url("../images/tabsmenu_icon1_b.png");
}
.tabsmenu li.icon2
{
 background-image: url("../images/tabsmenu_icon2_b.png");
}
.tabsmenu li.icon3
{
 background-image: url("../images/tabsmenu_icon3_b.png");
}
.tabsmenu li.icon1:hover, .tabsmenu li.icon1.current
{
 background-image: url("../images/tabsmenu_icon1_w.png");
}
.tabsmenu li.icon2:hover, .tabsmenu li.icon2.current
{
 background-image: url("../images/tabsmenu_icon2_w.png");
}
.tabsmenu li.icon3:hover, .tabsmenu li.icon3.current
{
 background-image: url("../images/tabsmenu_icon3_w.png");
}
.tabsmenu li:hover, .tabsmenu li.current
{
 background-color: #D40000;
 color: #FFF;
}
.tabsmenu li:hover span
{
 border-color: #E66268;
}
.tabsmenu li.current span
{
 border: 0;
}
.tabsitem
{
 display: none;
 overflow: hidden;
}
.tabsitem.current
{
 display: block;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.calendarbox .th{
    display: table-cell;
    border-top: none!important;
    border-left: none!important;
}
.calendarbox .td{
    display: table-cell;
    border-top: none!important;
    border-left: none!important;
}
.calendarbox .tr{
    display: table-row;
    width: 100%;
}
.calendarbox>div{margin-bottom: -1px!important;}
.calendarbox
{
 overflow: hidden;
 margin-bottom: 24px;
 background: #D9D1C9;
}
.calendarbox .table{
    display: table;
    width: 100%;
}
.calendarbox .thead
{
 position: relative;
 overflow: hidden;
 height: 40px;
 background: #C6BFB8;
 text-align: center;
 border-bottom: 1px solid #EAE4DD;
}
.calendarbox .thead span
{
 text-transform: uppercase;
 font: bold 20px/40px "Roboto Condensed", "Trebuchet MS", "Arial";
 color: #000;
}
.calendarbox .thead a
{
 position: absolute;
 top: 15px;
 width: 10px;
 height: 12px;
 background: url("../images/thead_arr.png");
 text-indent: -99999px;
}
.calendarbox .thead a.prev
{
 left: 370px;
 background-position: 0 0;
}
.calendarbox .thead a.next
{
 right: 370px;
 background-position: -10px 0;
}
.calendarbox div[title]
{
 display: none;
 margin: 0 -1px;
}
.calendarbox div.current
{
 display: block;
}
.calendarbox th, .calendarbox td
{
 width: 106px;
 padding: 10px;
 border: 1px solid #EAE4DD;
 font-weight: normal;
}
.calendarbox .th, .calendarbox .td
{
 width: 106px;
 padding: 10px;
 border: 1px solid #EAE4DD;
 font-weight: normal;
}
.calendarbox th
{
 background: #C6BFB8;
 text-align: center;
 font-size: 15px;
 line-height: 20px;
 color: #64676A;
}
.calendarbox .th
{
 background: #C6BFB8;
 text-align: center;
 font-size: 15px;
 line-height: 20px;
 color: #64676A;
}
.calendarbox th.weekday
{
 color: #CA0000;
}
.calendarbox .th.weekday
{
 color: #CA0000;
}
.calendarbox td
{
 height: 90px;
 vertical-align: top;
}
.calendarbox .td
{
 height: 90px;
 vertical-align: top;
}
.calendarbox td.null
{
 background: #C6BFB8;
}
.calendarbox .td.null
{
 background: #C6BFB8;
}

.calendarbox td.event
{
 position: relative;
 background: #C6BFB8;
}
.calendarbox .td.event
{
 position: relative;
 background: #C6BFB8;
}
.calendarbox sup
{
 display: block;
 height: 20px;
 text-align: right;
 font: bold 20px/20px "Roboto Condensed", "Trebuchet MS", "Arial";
 color: #FFF;
}
.calendarbox td.null sup
{
 color: #000;
}
.calendarbox .td.null sup
{
 color: #000;
}
.calendarbox td.event sup
{
 color: #000;
}
.calendarbox .td.event sup
{
 color: #000;
}
.calendarbox td.event div
{
 position: relative;
 height: 90px;
 overflow: hidden;
}
.calendarbox .td.event div
{
 position: relative;
 height: 90px;
 overflow: hidden;
}
.calendarbox td.event ul
{
 position: absolute;
 left: 0;
 bottom: 0;
 overflow: hidden;
 width: 100%;
}
.calendarbox .td.event ul
{
 position: absolute;
 left: 0;
 bottom: 0;
 overflow: hidden;
 width: 100%;
}
.calendarbox td.event li
{
 margin-top: 5px;
 padding-bottom: 2px;
}
.calendarbox .td.event li
{
 margin-top: 5px;
 padding-bottom: 2px;
}
.calendarbox td.event img
{
 display: none;
}
.calendarbox .td.event img
{
 display: none;
}
.calendarbox td.event span
{
 display: block;
 font: 15px/20px "Roboto Condensed", "Trebuchet MS", "Arial";
 color: #86796C;
}
.calendarbox .td.event span
{
 display: block;
 font: 15px/20px "Roboto Condensed", "Trebuchet MS", "Arial";
 color: #86796C;
}
.calendarbox td.event span.loc
{
 display: none;
}
.calendarbox .td.event span.loc
{
 display: none;
}
.calendarbox td.event a
{
 border-bottom: 1px solid #948F89;
 white-space: nowrap;
 text-decoration: none;
 font: bold 17px/20px "Roboto Condensed", "Trebuchet MS", "Arial";
 color: #000;
}
.calendarbox .td.event a
{
 border-bottom: 1px solid #948F89;
 white-space: nowrap;
 text-decoration: none;
 font: bold 17px/20px "Roboto Condensed", "Trebuchet MS", "Arial";
 color: #000;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.windchoice
{
 position: absolute;
 left: 50%;
 top: 50%;
 z-index: 1000;
 width: 190px;
 padding: 54px 10px 10px 10px;
 background: #CA0000;
}
.windchoice sup
{
 position: absolute;
 right: 10px;
 top: 10px;
 font: bold 20px/20px "Roboto Condensed", "Trebuchet MS", "Arial";
 color: #FFF;
}
.windchoice li
{
 overflow: hidden;
 padding-top: 10px;
 font: 14px/17px "Roboto Condensed", "Trebuchet MS", "Arial";
 color: #F59696;
}
.windchoice li img
{
 float: left;
 margin-right: 10px;
 width: 44px;
 height: 33px;
}
.windchoice li span
{
 display: block;
 overflow: hidden;
}
.windchoice a
{
 clear: both;
 float: left;
 margin-top: 4px;
 text-decoration: none;
 font-size: 17px;
 font-weight: bold;
 line-height: 20px;
 color: #FFF;
}
.windchoice a:hover
{
 text-decoration: underline;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.metalinebox
{
 overflow: hidden;
 height: 160px;
 margin-top: -17px;
 position: relative;
}
.metalinebox > *
{
 position: absolute;
}
.metalinebox .date
{
 left: 0;
 top: 47px;
 width: 235px;
 z-index: 999;
}
.metalinebox .date b
{
 float: left;
 margin-right: 6px;
 font: bold 52px/52px "Roboto Condensed", "Trebuchet MS", "Arial";
 color: #CA0000
}
.metalinebox .date span
{
 font: bold 24px/30px "Roboto Condensed", "Trebuchet MS", "Arial";
 color: #000;
 
}
.metalinebox .date .other-date span{border-bottom: 1px dashed #000;}
.metalinebox .date .other-date span:after{
	margin-left: 5px;
	content: url(/images/str-down.png);
}
.metalinebox .date small
{
 font:  15px/20px "Roboto Condensed", "Trebuchet MS", "Arial";
 color: #CA0000;
}
.metalinebox .place
{
 right: 0;
 top: 47px;
 text-align: right;
}
.metalinebox .place div
{
 font: bold 24px/30px "Roboto Condensed", "Trebuchet MS", "Arial";
 color: #000;
}
.metalinebox .place span
{
 display: block;
 float: right;
 padding-left: 20px;
 background: url("../images/icon_place.png") 0 50% no-repeat;
 font: 15px/20px "Roboto Condensed", "Trebuchet MS", "Arial";
 color: #86796C;
}
.metalinebox .place ul
{
 display: inline-block;
 overflow: hidden;
 *display: inline;
 *zoom: 1;
}
.metalinebox .place li
{
 float: left;
 margin-left: 9px;
 padding: 0 0 1px 14px;
 background: url("../images/bull2.png") 0 50% no-repeat;
 font: 15px/20px "Roboto Condensed", "Trebuchet MS", "Arial";
}
.metalinebox .place li:first-child
{
 margin: 0;
 padding: 0;
 background: none;
}
.metalinebox .place a
{
 border-bottom: 1px dotted #86796C;
 text-decoration: none;
 color: #86796C;
}
.metalinebox .place a:hover
{
 border-style: solid;
}
.metalinebox .buybut
{
 left: 432px;
 top: 27px;
 width: 93px;
 height: 93px;
 background: url("../images/buybut.png") no-repeat center center;
 text-indent: -99999px;
 transition: opacity linear 0.1s;
}
.metalinebox .buybut:hover
{
 opacity: 0.5;
}
.metalinebox .otherd
{
 left: 180px;
 top: 53px;
 width: 124px;
 padding-left: 46px;
 background: #C6BFB8 url("../images/headmenu_icon1.png") 11px 50% no-repeat;
 text-transform: uppercase;
 text-decoration: none;
 font: bold 20px/40px "Roboto Condensed", "Trebuchet MS", "Arial";
 color: #000;
}
.metalinebox .otherd span
{
 border-bottom: 1px solid #948F89;
}
.metalinebox .otherd:hover
{
 background: #D40000 url("../images/headmenu_icon1_w.png") 11px 50% no-repeat;
 color: #FFF;
}
.metalinebox .otherd:hover span
{
 border-color: #E66268;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.informbox
{
 margin-bottom: 27px;
 padding-top: 20px;
 background: url("../images/separator1.png") 50% 0 repeat-x;
}
.informbox > div
{
 overflow: hidden;
 padding-bottom: 20px;
 background: url("../images/separator1.png") 50% 100% repeat-x;
}
.informbox > div > div
{
 overflow: hidden;
 width: 464px;
 margin-bottom: -20px;
}
.informbox > div > div.left
{
 float: left;
}
.informbox > div > div.right
{
 float: right;
}
.informbox > div > div > *
{
 margin-bottom: 20px;
}
.informbox img
{
 display: block;
}
.informbox ul, .informbox ol
{
 list-style: inside;
}
.informbox ul
{
 list-style-type: square;
}
.informbox ol
{
 list-style-type: decimal;
}
.informbox td
{
font-size: 17px
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.placemap1
{
 margin-bottom: 38px;
}
.placemap1 img
{
 display: block;
 margin: 0 auto;
}
.placemap2
{
 float: left;
 width: 464px;
 margin-bottom: 70px;
}
.placemap2 div
{
 margin-bottom: 10px;
 background: #C6BFB8;
 text-align: center;
 text-transform: uppercase;
 font: bold 20px/40px "Roboto Condensed", "Trebuchet MS", "Arial";
 color: #000;
}
.placemap2 img
{
 display: block;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.choiceticket
{
 margin-bottom: 70px;
}
.choiceticket.type2
{
 float: right;
 width: 464px;
}
.choiceticket > table
{
 margin-bottom: 15px;
}
.choiceticket table
{
 font: bold 17px/30px "Roboto", "Trebuchet MS", "Arial";
 color: #756C63;
}
.choiceticket tr
{
 border-bottom: 10px solid #EAE4DD;
}
#tickets_byselect{
    display: table;
    margin-bottom: 20px;
    width: 100%;
}
.order_step_header .th{
    border-bottom: 8px solid #EAE4DD;
}
.choiceticket .tr
{
 border-bottom: 0px solid #EAE4DD;
 display: table-row;
 border: none;
}
.choiceticket th, .choiceticket td
{
 padding: 5px 15px;
}
.choiceticket .th, .choiceticket .td
{
 padding: 5px 15px;
 display: table-cell;
}
.choiceticket th
{
 background: #C6BFB8;
 text-transform: uppercase;
 font: bold 20px/30px "Roboto Condensed", "Trebuchet MS", "Arial";
 color: #000;
}
.choiceticket .th
{
 background: #C6BFB8;
 text-transform: uppercase;
 font: bold 20px/30px "Roboto Condensed", "Trebuchet MS", "Arial";
 color: #000;
}
.choiceticket td
{
 padding: 15px;
 background: #DED7CE;
 white-space: nowrap;
}
.choiceticket .td
{
 padding: 15px;
 background: #DED7CE;
 white-space: nowrap;
}
.choiceticket.type2  .td:nth-child(2),.choiceticket.type2  .th:nth-child(2){
display:none;
}
.choiceticket tr.head td
{
 padding: 5px 15px;
 background: #C6BFB8;
 cursor: pointer;
}
.choiceticket td:first-child
{
 font: bold 20px/30px "Roboto Condensed", "Trebuchet MS", "Arial";
 color: #CA0000;
}
.choiceticket .td:first-child
{
 font: bold 20px/30px "Roboto Condensed", "Trebuchet MS", "Arial";
 color: #CA0000;
}
.choiceticket tr.head td:last-child
{
 width: 136px !important;
 padding-left: 42px !important;
 border-left: 10px solid #EAE4DD;
 background: #C6BFB8 url("../images/tabsmenu_icon2_b.png") 15px 50% no-repeat !important;
 text-transform: uppercase;
 font: bold 20px/30px "Roboto Condensed", "Trebuchet MS", "Arial";
 color: #000;
}
.choiceticket td > span
{
 color: #000;
}
.choiceticket .td > span
{
 color: #000;
 position: relative;
 background: none;
 right: inherit;
 text-indent: inherit;
 width: initial;
 height: initial;
 font-weight: 600;
 font-size: 16px;
}
.choiceticket tr.head:hover td
{
 background-color: #CA0000 !important;
 color: #EC8F8F;
}
.choiceticket tr.head:hover td:first-child, .choiceticket tr.head:hover td:last-child, .choiceticket tr.head:hover td span
{
 color: #FFF;
}
.choiceticket tr.head:hover td:last-child
{
 background-image: url("../images/tabsmenu_icon2_w.png") !important;
}
/* .choiceticket div
{
 position: relative;
 float: right;
 overflow: hidden;
 width: 109px;
 height: 30px;
}
.choiceticket div input
{
 display: block;
 width: 74px;
 padding: 4px 0 4px 33px;
 border-color: #948474;
 background: #FFF url("../images/icon_user.png") 10px 50% no-repeat;
 font-size: 15px;
 color: #000;
} */
.choiceticket div span
{
 position: absolute;
 right: 9px;
 width: 11px;
 height: 6px;
 background: url("../images/choiceticket_arr.png");
 text-indent: -99999px;
 cursor: pointer;
}
.choiceticket div span.plus
{
 top: 7px;
 background-position: 0 0;
}
.choiceticket div span.minus
{
 bottom: 7px;
 background-position: 0 -6px;
}
.choiceticket tr.group
{
 border: 0;
 border-bottom: 5px solid #EAE4DD;
}
.choiceticket .tr.group
{
 border: 0;
 display: table-row;
}
.choiceticket tr.group > td
{
 padding: 5px 15px;
}
.tickets_opa{}
.choiceticket .tr.group > div{border-bottom: 5px solid #EAE4DD;}

.choiceticket .tr.group > .td
{
 padding: 5px 15px;
 vertical-align: middle;
 position: relative;
 box-sizing: border-box;
 min-height: 53px;
 line-height: 41px;
}
.choiceticket tr.group td:last-child
{
 cursor: pointer;
 width: 60px;
 padding: 0;
 border-left: 10px solid #EAE4DD;
 background: #DED7CE url("../images/icon_cart2.png") 50% 50% no-repeat;
 transition: background linear 0.2s;
}

.choiceticket  div.tr.group > div:last-child
{
 cursor: pointer;
 width: 60px;
 padding: 0;
 border-left: 5px solid #EAE4DD;
 background: #DED7CE url("../images/icon_cart2.png") 50% 50% no-repeat;
 transition: background linear 0.2s;
}
.choiceticket tr.group:hover td:last-child
{
 background: #D40000 url("../images/icon_cart3.png") 50% 50% no-repeat;
}
.choiceticket .tr.group:hover > div:nth-child(5)
{
 background: #D40000 url("../images/icon_cart3.png") 50% 50% no-repeat;
}
.choiceticket input[type="submit"]
{
 display: block;
 padding-left: 30px;
 background: #CA0000 url("../images/icon_cart4.png") 27px 50% no-repeat;
 transition: background linear 0.1s;
}
.choiceticket input[type="submit"]:hover
{
 background-color: #000;
}
.choiceticket.type1 input[type="submit"]
{
 margin: 0 auto;
}

.choiceticket.type1 .jq-selectbox-wrapper {
	float: right;
}

.choiceticket tr.group .jq-selectbox {
	width: 80px !important;
}
.choiceticket .tr.group .jq-selectbox {
	width: 80px !important;
	top: 0;
}
.choiceticket tr.group .jq-selectbox__select {
	width: 70px !important;
	background: url("../images/input_select.png") 57px 12px no-repeat;
}
.choiceticket .tr.group .jq-selectbox__select {
	width: 70px !important;
	background: url("../images/input_select.png") 57px 12px no-repeat;
}

.choiceticket .jq-selectbox .jq-selectbox__dropdown {
	width: auto !important;
	right: 0;
}

.choiceticket.type2 td:nth-child(2) {
	display: none;
}
.choiceticket.type2 th:nth-child(2) {
	display: none;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.orderform table
{
 margin-bottom: 25px;
 font-size: 15px;
 line-height: 20px;
 color: #756C63;
}
.orderform tr
{
 border-bottom: 10px solid #EAE4DD;
 background: #C6BFB8;
}
.orderform .tr
{
 border-bottom: 10px solid #EAE4DD;
 background: #C6BFB8;
 display: table-row;
}
.orderform td
{
 white-space: nowrap;
}
.orderform .td
{
 display: table-cell;
 vertical-align: middle;
}
.orderform .table
{
width: 100%;display: table;margin-bottom: 25px;      font-size: 15px;      line-height: 20px;      color: #756C63;}
.orderform td.delete
{
 width: 24px;
 background: #EAE4DD;
}
.orderform .td.delete
{
 width: 24px;
 background: #EAE4DD;
}
.orderform td.delete span
{
 display: block;
 width: 10px;
 height: 10px;
 background: url("../images/delete.png");
 text-indent: -99999px;
 cursor: pointer;
}
.orderform .td.delete span
{
 display: block;
 width: 10px;
 height: 10px;
 background: url("../images/delete.png");
 text-indent: -99999px;
 cursor: pointer;
}
.orderform td.image
{
 width: 74px;
 height: 60px;
 padding: 0;
 border-right: 10px solid #EAE4DD;
}
.orderform .td.image
{
 width: 74px;
 height: 60px;
 border-right: 10px solid #EAE4DD;
}
.orderform td.image img
{
 display: block;
 width: 74px;
 height: 60px;
}
.orderform .td.image img
{
 display: block;
 width: 74px;
 height: 60px;
}
.orderform td.info
{
 padding: 10px 15px;
}
.orderform .td.info
{
 padding: 10px 15px;
}
.orderform td.info a
{
 text-decoration: none;
}
.orderform .td.info a
{
 text-decoration: none;
}
.orderform td.info a:hover
{
 text-decoration: underline;
}
.orderform td.info span
{
 color: #000;
}
.orderform .td.info span
{
 color: #000;
}
.orderform td.count
{
 width: 109px;
 padding: 15px 0;
}
.orderform .td.count
{
 width: 109px;
 padding: 15px 0;
}
.orderform td.count div
{
 position: relative;
 overflow: hidden;
 width: 129px;
 height: 30px;
}
.orderform .td.count div
{
 position: relative;
 overflow: hidden;
 width: 129px;
 height: 30px;
}
.orderform td.count div input
{
 display: block;
 width: 74px;
 padding: 4px 0 4px 33px;
 border-color: #948474;
 background: #FFF url("../images/icon_user.png") 10px 50% no-repeat;
 font-size: 15px;
 color: #000;
}
.orderform .td.count div input
{
 display: block;
 width: 74px;
 padding: 4px 0 4px 33px;
 border-color: #948474;
 background: #FFF url("../images/icon_user.png") 10px 50% no-repeat;
 font-size: 15px;
 color: #000;
}
.orderform td.count div span
{
 position: absolute;
 right: 9px;
 width: 11px;
 height: 6px;
 background: url("../images/choiceticket_arr.png");
 text-indent: -99999px;
 cursor: pointer;
}
.orderform td.count div span.plus
{
 top: 7px;
 background-position: 0 0;
}
.orderform .td.count div span.plus
{
 top: 7px;
 background-position: 0 0;
}
.orderform td.count div span.minus
{
 bottom: 7px;
 background-position: 0 -6px;
}
.orderform .td.count div span
{
 position: absolute;
 right: 9px;
 width: 11px;
 height: 6px;
 background: url("../images/choiceticket_arr.png");
 text-indent: -99999px;
 cursor: pointer;
}
.orderform .td.count div span.minus
{
 bottom: 7px;
 background-position: 0 -6px;
}
.orderform td.price
{
 width: 1%;
 padding: 15px;
 font-size: 17px;
 line-height: 30px;
 font-weight: bold;
}
.orderform .td.price
{
 width: 1%;
 padding: 15px;
 font-size: 17px;
 line-height: 30px;
 font-weight: bold;
}
.orderform td.price span
{
 color: #000;
}
.orderform .td.price span
{
 color: #000;
}
.orderform .inputs
{
 overflow: hidden;
 width: 976px;
}
.orderform .inputs label
{
 float: left;
 margin: 0 24px 18px 0;
}
.orderform .inputs div
{
 overflow: hidden;
 /*margin-bottom: 10px;*/
 line-height: 24px;
 color: #000;
 /* Opacity */
	-moz-opacity: 0.50;
	-khtml-opacity: 0.50;
	opacity: 0.50;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	filter: alpha(opacity=50);
}
.orderform .inputs b
{
 font: bold 20px/24px "Roboto Condensed", "Trebuchet MS", "Arial";
}
.orderform .inputs sup
{
 font: bold 20px/24px "Roboto Condensed", "Trebuchet MS", "Arial";
 color: #CA0000;
}
.orderform .inputs span
{
 float: right;
}
.orderform .inputs input, .orderform .inputs textarea
{
 color: #5D1C09;
 font-size: 23px;
 height: 23px;
 display: block;
 padding: 9px 10px;
}
.orderform .inputs input::-webkit-input-placeholder {padding-top: 5px;}

.orderform .inputs input
{
 width: 442px;
}
.orderform .inputs textarea
{
 width: 930px;
 height: 28px;
}
.orderform .payment
{
 margin-bottom: 24px;
}
.orderform .payment div
{
 margin-bottom: 16px;
 font: bold 20px/24px "Roboto Condensed", "Trebuchet MS", "Arial";
 color: #000;
}
.orderform .payment ul
{
 overflow: hidden;
 width: 976px;
}
.orderform .payment li
{
 float: left;
 width: 171px;
 margin-right: 24px;
 padding: 104px 0 18px 0;
 background: #C6BFB8 50% 29px no-repeat;
 text-align: center;
 color: #000;
 cursor: pointer;
}
.orderform .payment li:hover
{
 text-decoration: underline;
}
.orderform .payment li.icon1
{
 background-image: url("../images/payment_icon1_b.png");
}
.orderform .payment li.icon2
{
 background-image: url("../images/payment_icon2_b.png");
}
.orderform .payment li.icon3
{
 background-image: url("../images/payment_icon3_b.png");
}
.orderform .payment li.icon4
{
 background-image: url("../images/payment_icon4_b.png");
}
.orderform .payment li.icon5
{
 background-image: url("../images/payment_icon5_b.png");
}
.orderform .payment li.current
{
 background-color: #D40000;
 text-decoration: none;
 color: #FFF;
}
.orderform .payment li.icon1.current
{
 background-image: url("../images/payment_icon1_w.png");
}
.orderform .payment li.icon2.current
{
 background-image: url("../images/payment_icon2_w.png");
}
.orderform .payment li.icon3.current
{
 background-image: url("../images/payment_icon3_w.png");
}
.orderform .payment li.icon4.current
{
 background-image: url("../images/payment_icon4_w.png");
}
.orderform .payment li.icon5.current
{
 background-image: url("../images/payment_icon5_w.png");
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.orderform .price
{
 display: none;
 width: 171px;
 margin: 0 auto 24px auto;
 padding: 12px 0;
 background: #C6BFB8;
 text-align: center;
 color: #000;
}
.orderform .price b
{
 display: block;
 font-size: 17px;
 color: #000;
}
.orderform input[type="submit"]
{
 display: block;
 width: 171px;
 margin: 0 auto 24px auto;
 transition: background linear 0.1s;
}
.orderform .info
{
 /*width: 560px;*/
 width: 685px;
 margin: 0 auto 24px auto;
 text-align: center;
 font-size: 13px;
 color: #9B9895;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.leftresult
{
 float: left;
 overflow: hidden;
 width: 464px;
 margin-bottom: 118px;
}
.rightresult
{
 float: right;
 width: 464px;
 margin-bottom: 118px;
}
.resbox
{
 margin-bottom: 24px;
 padding: 17px;
 background: #C6BFB8;
}
.resbox .title
{
 margin-bottom: 17px;
 font: bold 20px/24px "Roboto Condensed", "Trebuchet MS", "Arial";
 color: #000;
}
.leftresult > a, .rightresult > a
{
 width: 247px;
 text-align: center;
 text-transform: uppercase;
 text-decoration: none;
 font: bold 20px/40px "Roboto Condensed", "Trebuchet MS", "Arial";
}
.leftresult > a:hover, .rightresult > a:hover
{
 text-decoration: underline;
}
.leftresult > a
{
 float: right;
 background: #C6BFB8;
 color: #000;
}
.rightresult > a
{
 float: left;
 background: #CA0000;
 color: #FFF;
}
.leftresult .resbox ul
{
 margin-bottom: -15px;
}
.leftresult .resbox li
{
 overflow: hidden;
 margin-bottom: 15px;
}
.leftresult .resbox li img
{
 float: left;
 width: 74px;
 height: 60px;
 margin-right: 15px;
}
.leftresult .resbox li div
{
 overflow: hidden;
 font-size: 15px;
}
.leftresult .resbox li span, .leftresult .resbox li small
{
 display: block;
}
.leftresult .resbox li span
{
 color: #756C63;
}
.leftresult .resbox li small
{
 color: #000;
}
.rightresult .resbox ul
{
 margin-bottom: -10px;
}
.rightresult .resbox li
{
 overflow: hidden;
 margin-bottom: 10px;
 font-size: 15px;
 line-height: 20px;
}
.rightresult .resbox li > div
{
 float: left;
 width: 145px;
 color: #756C63;
}
.rightresult .resbox li > span
{
 display: block;
 overflow: hidden;
 color: #000;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.underbox
{
 clear: both;
 overflow: hidden;
 padding: 20px 0;
 background: #C6BFB8;
}
.underbox div
{
 float: left;
 width: 160px;
 margin-left: 31px;
 padding-top: 94px;
 background: 50% 0 no-repeat;
 text-align: center;
}
.underbox div:hover
{
 /*cursor: help;*/
}
.underbox div.icon1
{
 margin-left: 12px;
 background-image: url("../images/underbox_icon1.png");
 cursor: pointer;
}
.underbox div.icon2
{
 background-image: url("../images/underbox_icon2.png");
 cursor: pointer;
}
.underbox div.icon3
{
 background-image: url("../images/underbox_icon3.png");
}
.underbox div.icon4
{
 background-image: url("../images/underbox_icon4.png");
}
.underbox div.icon5
{
 background-image: url("../images/underbox_icon5.png");
}
.underbox div.icon1:hover
{
 background-image: url("../images/underbox_icon1_h.png");
}
.underbox div.icon2:hover
{
 background-image: url("../images/underbox_icon2_h.png");
}
.underbox div.icon3:hover
{
 background-image: url("../images/underbox_icon3_h.png");
}
.underbox div.icon4:hover
{
 background-image: url("../images/underbox_icon4_h.png");
}
.underbox div.icon5:hover
{
 background-image: url("../images/underbox_icon5_h.png");
}
.underbox strong
{
 display: block;
 margin-bottom: 5px;
 font: bold 24px/28px "Roboto Condensed", "Trebuchet MS", "Arial";
 color: #292524;
}
.underbox span
{
 display: block;
 font-size: 13px;
 color: #7B6C69;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.shortevent
{
 position: relative;
 height: 210px;
 margin-bottom: 24px;
 padding-left: 44px;
 *zoom: 1;
}
.shortevent:after
{
 display: block;
 clear: both;
 visibility: hidden;
 height: 0;
 content: ".";
}
.shortevent img
{
 float: left;
 width: 300px;
 height: 210px;
}
.shortevent .inskeep
{
 position: relative;
 float: right;
 width: 584px;
 height: 210px;
 background-image: url("../images/shortevent_bg.jpg");
}
.shortevent .inskeep > *
{
 position: absolute;
}
.shortevent .inskeep .eastitle
{
 left: 0;
 top: 40px;
 width: 100%;
}
.shortevent .inskeep .eastitle ul
{
 margin-top: 5px;
}
.shortevent .inskeep .date
{
 left: 16px;
 bottom: 10px;
 overflow: hidden;
 width: 250px;
}
.shortevent .inskeep .date > b
{
 margin-right: 6px;
 float: left;
 font: bold 52px/52px "Roboto Condensed", "Trebuchet MS", "Arial";
 color: #CA0000
}
.shortevent .inskeep .date > span
{
 font: bold 15px/30px "Roboto Condensed", "Trebuchet MS", "Arial";
 color: #000
}
.shortevent .inskeep .date > small
{
 font: 15px/20px "Roboto Condensed", "Trebuchet MS", "Arial";
 color: #CA0000;
}
.shortevent .inskeep .date > sup
{
 line-height: 25px;
 color: #000;
}
.shortevent .inskeep .date > sup span
{
 color: #CA0000;
}
.shortevent .inskeep .date > div
{
 overflow: hidden;
 padding-left: 32px;
 padding-bottom: 3px;
 background: url("../images/headmenu_icon1.png") 0 50% no-repeat;
 font: bold 17px/20px "Roboto Condensed", "Trebuchet MS", "Arial";

}
.shortevent .inskeep .date > div a
{
 border-bottom: 1px solid #948F89;
 text-decoration: none;
 color: #000;
}

.shortevent .inskeep .place
{
 right: 16px;
 top: 146px;
 text-align: right;
}
.placetab_small{
	background: url("../images/newtabsmall.png") no-repeat center left;
	width: 18px; height: 10px;
	text-decoration: none;
}
.placetab{
	background: url("../images/newtab.png") no-repeat center left;
	width: 18px; height: 16px;
	text-decoration: none;
}
.metalinebox .place a.placetab{
	border-bottom: 0;
}

.shortevent .inskeep .place .title
{
 font: bold 24px/30px "Roboto Condensed", "Trebuchet MS", "Arial";
 color: #000;
}

.shortevent .inskeep .menu
{
 position: relative;
 z-index: 500;
 padding: 0 5px;
 text-align: left;
}
.shortevent .inskeep .menu:hover
{
 width: 190px;
 background: #FFF;
}
.shortevent .inskeep .menu div
{
 padding-left: 32px;
 background: url("../images/headmenu_icon2.png") 0 50% no-repeat;
 font: bold 17px/20px "Roboto Condensed", "Trebuchet MS", "Arial";
 color: #000;
}
.shortevent .inskeep .menu div span
{
 border-bottom: 1px solid #948F89;
}
.shortevent .inskeep .menu:hover div
{
 line-height: 35px;
}
.shortevent .inskeep .menu:hover div span
{
 border: 0;
}
.shortevent .inskeep .menu ul
{
 display: none;
 padding: 5px 0;
}
.shortevent .inskeep .menu:hover ul
{
 display: block;
}
.shortevent .inskeep .menu li
{
 overflow: hidden;
 margin-bottom: 5px;
 white-space: nowrap;
}
.shortevent .inskeep .menu li.allink
{
 margin: 0;
}
.shortevent .inskeep .menu li a
{
 display: block;
 padding-left: 31px;
 background: #EAE4DD url("../images/headmenu_mark1.png") 12px 50% no-repeat;
 text-decoration: none;
 font-size: 14px;
 line-height: 25px;
 color: #292524;
}
.shortevent .inskeep .menu li.allink a
{
 background: #DA0000 url("../images/headmenu_mark2.png") 6px 50% no-repeat;
 color: #EAE4DD;
}
.shortevent .inskeep .menu li a:hover
{
 text-decoration: underline;
}


.shortevent .inskeep .place > span
{
 display: block;
 padding-left: 20px;
 background: url("../images/icon_place.png") 0 50% no-repeat;
 font: 15px/20px "Roboto Condensed", "Trebuchet MS", "Arial";
 color: #86796C;
}
.shortevent .inskeep a.buybut
{
 left: 271px;
 bottom: 17px;
 width: 41px;
 height: 41px;
 background: url("../images/icon_cart.png");
 text-indent: -99999px;
 transition: opacity linear 0.2s;
}
.shortevent .inskeep a.buybut:hover
{
 opacity: 0.5;
}
.shortevent .socials
{
 position: absolute;
 z-index: 120;
 left: 0;
 top: 18px;
 overflow: hidden;
 padding: 4px 0 0 4px;
 background: #EAE4DD;
}
.shortevent .socials a
{
 display: block;
 width: 38px;
 height: 30px;
 margin-bottom: 4px;
 background: 50% 50% no-repeat;
 text-indent: -99999px;
}
.shortevent .socials a.tw
{
 background-image: url("../images/social_tw.png");
}
.shortevent .socials a.fb
{
 background-image: url("../images/social_fb.png");
}
.shortevent .socials a.vk
{
 background-image: url("../images/social_vk.png");
}
.shortevent .socials a.ok
{
 background-image: url("../images/social_ok.png");
}
.shortevent .socials a.in
{
 background-image: url("../images/social_in.png");
}
.shortevent .socials a:hover
{
 background-color: #FFF;
}
 
/* FOOTER PART
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#footer
{
 position: relative;
 overflow: hidden;
 width: 952px;
 height: 203px;
 margin: -203px auto 0 auto;
 background: url("../images/footer_bg.png") 0 0 no-repeat;
}
#footer > *
{
 position: absolute;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.footmenu
{
 top: 0;
}
.footmenu.fmenu1
{
 left: 15px;
 width: 140px;
}
.footmenu.fmenu2
{
 left: 167px;
 width: 120px;
}
.footmenu.fmenu3
{
 left: 300px;
 width: 150px;
}
.footmenu span
{
 display: block;
 margin-bottom: 16px;
 font: bold 24px/56px "Roboto Condensed", "Trebuchet MS", "Arial";
 color: #FFF;
}
.footmenu li
{
 margin-bottom: 4px;
 font-size: 14px;
}
.footmenu a
{
 border-bottom: 1px solid #797777;
 text-decoration: none;
 color: #FFF;
}
.footmenu a:hover
{
 border: 0;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.footphone
{
 top: 7px;
}
.footphone.fphone1
{
 left: 484px;
 padding-left: 40px;
 background: url("../images/footphone_icon.png") 0 50% no-repeat;
}
.footphone.fphone2
{
 left: 750px;
}
.footphone div
{
 font: bold 24px/24px "Roboto Condensed", "Trebuchet MS", "Arial";
 color: #CA0000;
}
.footphone span
{
 display: block;
 font-size: 13px;
 line-height: 17px;
 color: #B7A99D;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.footcopy
{
 left: 484px;
 top: 73px;
 padding-left: 40px;
 background: url("../images/footcopy_icon.png") 0 50% no-repeat;
 font-size: 14px;
 line-height: 24px;
 color: #292524;
}
.footcopy span
{
 display: block;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.footsocial
{
 top: 171px;
 left: 735px;
 overflow: hidden;
}
.footsocial a
{
 float: left;
 width: 24px;
 height: 24px;
 margin-right: 5px;
 background: url("../images/footsocial_icon.png");
 text-indent: -99999px;
}
.footsocial a:hover
{
 background-color: #D40000;
}
.footsocial a.tw
{
 background-position: 0 0;
}
.footsocial a.tw:hover
{
 background-position: 0 -24px;
}
.footsocial a.fb
{
 background-position: -24px 0;
}
.footsocial a.fb:hover
{
 background-position: -24px -24px;
}
.footsocial a.vk
{
 background-position: -48px 0;
}
.footsocial a.vk:hover
{
 background-position: -48px -24px;
}
.footsocial a.ok
{
 background-position: -72px 0;
}
.footsocial a.ok:hover
{
 background-position: -72px -24px;
}

/* INTOP
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#intop
{
 position: fixed;
 left: 0;
 bottom: 0;
 width: 40px;
 height: 40px;
 background: url("../images/intop.png") 0 0;
 text-indent: -99999px;
 cursor: pointer;
}
#intop:hover
{
 background-position: 0 -40px;
}

/* JQUERY DATEPICKER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#ui-datepicker-div
{
 z-index: 1000 !important;
}
.ui-datepicker
{
 display: none;
 width: 175px;
 margin-top: -1px;
 padding: 9px;
 border: 1px solid #C6BFB8;
 background: #FFF;
 border-radius: 6px;
}
.ui-datepicker a
{
 text-decoration: none;
}
.ui-datepicker a:hover
{
 text-decoration: underline;
}
.ui-datepicker-header
{
 position: relative;
 height: 40px;
 background: #000;
 text-align: center;
 font-size: 14px;
 line-height: 38px;
 color: #FFF;
}
.ui-datepicker-header a.ui-datepicker-prev, .ui-datepicker-header a.ui-datepicker-next
{
 position: absolute;
 top: 15px;
 width: 10px;
 height: 14px;
 text-indent: -99999px;
 cursor: pointer;
}
.ui-datepicker-header .ui-datepicker-month
{
 font-weight: bold;
 color: #FFF;
}
.ui-datepicker-header .ui-datepicker-month a
{
 color: #FFF;
}
.ui-datepicker-header a.ui-datepicker-prev
{
 left: 9px;
 background: url("../images/datepicker_head_prev.png");
}
.ui-datepicker-header a.ui-datepicker-next
{
 right: 9px;
 background: url("../images/datepicker_head_next.png");
}
.ui-datepicker-calendar
{
 border: 1px solid #C8C8C8;
 background: #F2F2F2;
}
.ui-datepicker-calendar thead
{
 border-bottom: 1px solid #C8C8C8;
}
.ui-datepicker-calendar thead th
{
 text-align: center;
 font-size: 10px;
 font-weight: normal;
 line-height: 20px;
 color: #575757;
}
.ui-datepicker-calendar thead th.ui-datepicker-week-end
{
 color: #E13836;
}
.ui-datepicker-calendar tbody td
{
 border: 1px solid #C8C8C8;
 text-align: center;
 font-size: 12px;
}
.ui-datepicker-calendar tbody a, .ui-datepicker-calendar tbody span
{
 display: block;
 height: 22px;
 padding: 1px;
 line-height: 22px;
 color: #292929;
 box-shadow: inset 1px 1px 0 #FFF;
}
.ui-datepicker-calendar tbody span.ui-state-default
{
 color: #9F9F9F;
}
.ui-datepicker-calendar tbody td.ui-datepicker-current-day a
{
 background: #000;
 color: #FFF;
 box-shadow: none;
}

/* JQUERY SELECT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.custom_selector{
	width: 220px;
	 border: 1px solid #C6BFB8;
	 background: #FFF;
	 font: 15px/20px "Roboto", "Trebuchet MS", "Arial";
	 color: #000;
	 border-radius: 5px;
	 height: 30px;
	 line-height: 30px;
	 padding: 0 10px;
}

.jq-selectbox-wrapper select
{
 left: -99999px;
}
.jq-selectbox
{
 width: 220px !important;
 border: 1px solid #C6BFB8;
 background: #FFF;
 font: 15px/20px "Roboto", "Trebuchet MS", "Arial";
 color: #000;
 border-radius: 5px;
}
.jq-selectbox .jq-selectbox__select .jq-selectbox__select-text{height: 30px; overflow: hidden;}
.jq-selectbox .jq-selectbox__select
{
 display: block;
 width: 200px !important;
 height: 30px;
 padding: 0 10px;
 background: url("../images/input_select.png") 197px 12px no-repeat;
 line-height: 30px;
 cursor: pointer;
}
.jq-selectbox .jq-selectbox__dropdown
{
 left: -1px;
 top: 30px;
 width: 202px;
 padding: 10px 9px 0 9px;
 border: 1px solid #C6BFB8;
 background: #FFF;
 border-radius: 5px;
}
.jq-selectbox .jq-selectbox__dropdown ul
{
 margin: 0;
 padding: 0;
 list-style: none;
}
.jq-selectbox .jq-selectbox__dropdown li
{
 margin-bottom: 10px;
 padding-left: 27px;
 background: url("../images/selectbox_mark1.png") 0 2px no-repeat;
 color: #CA0000;
 cursor: pointer;
}
.jq-selectbox li:hover
{
 text-decoration: underline;
}
.jq-selectbox li.sel
{
 background: url("../images/selectbox_mark2.png") 0 2px no-repeat;
}
.jq-selectbox li.optgroup
{
 background: url("../images/selectbox_mark3.png") 0 2px no-repeat;
 text-decoration: none;
 font-weight: bold;
 color: #000;
 cursor: default;
}

/* JQUERY NIVOSLIDER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.nivoSlider
{
 position: relative;
 overflow: hidden;
}
.nivoSlider img
{
 position: absolute;
 left: 0;
 top: 0;
 cursor: pointer;
}
.nivo-slice, .nivo-directionNav a, .nivo-controlNav, .nivo-caption, a.nivo-imageLink
{
 position: absolute;
}
.nivo-slice
{
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
}
.html-caption
{
 display: none;
}
.nivoSlider
{
 position: relative;
}
a.nivo-imageLink
{
 left: 0;
 top: 0;
 z-index: 110;
}
.select-box
{
	position: relative;
	float: right;
	border: 1px solid #C6BFB8;
	background: #FFF;
	font: 15px/20px "Roboto", "Trebuchet MS", "Arial";
	color: #000;
	border-radius: 5px;
	height: 30px;
	margin-left: 15px;
}
.select-box .select-value {
display: block;
width: 200px !important;
height: 30px;
padding: 0 10px;
background: url("../images/input_select.png") 197px 12px no-repeat;
line-height: 30px;
cursor: pointer;
}

.select-box .select-dropdown {
display: none;
max-height: 250px;
overflow-y: auto;
padding: 10px 9px 0 9px;
position: absolute;
top: 100%;
right: 0;
left: 0;
border: 1px solid #C6BFB8;
background: #FFF;
border-radius: 5px;
z-index: 999999999999999999999;}

#select-multi .select-dropdown, #select-multi2 .select-dropdown {
	overflow-y: visible;
}
.select-dropdown li 
{
margin-bottom: 10px;
padding-left: 27px;
background: url("../images/selectbox_mark1.png") 0 2px no-repeat;
color: #CA0000;
cursor: pointer;
}

.select-dropdown .selected {
	background: url("../images/selectbox_mark2.png") 0 2px no-repeat;
}

.select-dropdown li {
            transition: all linear 0.1s;
         }

         .select-dropdown .select-sq, .select-dropdown .select-sqf {
            overflow-y: auto;
         }

         .select-dropdown .select-all {
            margin-bottom: 10px;
            padding-left: 27px;
            background: url("../images/selectbox_mark1.png") 0 2px no-repeat;
            color: #CA0000;
            cursor: pointer;
         }

         .select-dropdown .select-all.selected {
            background: url("../images/selectbox_mark2.png") 0 2px no-repeat;
         }

         .select-sq.select-dropdown .select-all, .select-sqf.select-dropdown .select-all {
            background: url("../images/selectbox_mark3.png") 0px center no-repeat;
            text-decoration: none;
            font-weight: bold;
            color: #000;
            cursor: pointer;
            margin-bottom: 5px;
            padding: 5px 0;
            padding-left: 27px;
         }

         .select-sq.select-dropdown .select-all.active, .select-sqf.select-dropdown .select-all.active {
            color: #fff;
            background: #D40000 url("../images/selectbox_mark3.png") 0px center no-repeat;
         }

         .list-sq {
            position: absolute;
            right: 100%;
            top: -1px;
            display: none;
            width: 600px;
            padding: 10px 9px 0 9px;
            border: 1px solid #C6BFB8;
            background: #FFF;
            border-radius: 5px;
         }

         .list-sq ul {
            display: block;
            overflow: hidden;
         }

         .list-sq li {
            width: 120px;
            display: inline-block;
            *display: inline;
            *zoom: 1;
            vertical-align: top;
         }

.select-right {
	overflow: auto;
	max-height: 300px;
	min-height: 300px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 313px;
	padding: 10px 9px 0 9px;
	border-left: 1px solid #C6BFB8;
}

.select-left {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 10px 9px 0 9px;
	width: 150px;
}

.filter-head {
	padding-bottom: 3px;
	margin-bottom: 9px;
	border-bottom: 1px solid #C6BFB8;
}
.calendarbox td.event li{

}

 .calendarbox td.event .red_arrow {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 0px;
	width: 0px;
	border-left: 15px solid transparent;
    border-bottom: 15px solid #CA0000;
    border-top: 15px solid transparent;
}
 .calendarbox .td.event .red_arrow {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 0px;
	width: 0px;
	border-left: 15px solid transparent;
    border-bottom: 15px solid #CA0000;
    border-top: 15px solid transparent;
}

         }
         #ui-datepicker-div .jq-selectbox-wrapper {
            margin-bottom: 5px;
         }
         #ui-datepicker-div .jq-selectbox {
            width: 510px !important;
            margin: 0 0 0 2px;
            padding-left: 30px;
            background: url(../images/place_datapicker.png) no-repeat 8px center;
         }

         #ui-datepicker-div .jq-selectbox .jq-selectbox__select {
            width: 96% !important;
            background: url(../images/input_select.png) 484px 12px no-repeat;
         }

         #ui-datepicker-div .jq-selectbox .jq-selectbox__dropdown {
            width: auto;
            right: 0;
         }

         .metalinebox .place .place_name {
         	position: relative;
         	float: right;
         	/*width: 139px;*/
            cursor: pointer;
            padding-left: 37px;
			text-align: left;
			padding-right: 10px;
			background: url(../images/headmenu_icon2.png) 10px 50% no-repeat;
			font-size: 17px;
			line-height: 25px;
			margin-bottom: 5px;
			color: #000;
         }

         .metalinebox .place .place_name b {
         	border-bottom: 1px dashed #948f89;
         	line-height: 15px;
         }
         .metalinebox .place .place_name b:after{
			margin-left: 5px;
			content: url(/images/str-down.png);
		}

         .metalinebox {
            overflow: visible;
         }
         .place_name {
            display: block;
         }

         .metalinebox .place .other-place li {
            margin: 0px 0 5px;
            float: none;
            width: 185px;
         }

         .metalinebox .place .other-place ul {
            overflow: visible;
         }

         .other-place ul {
            margin: 5px 0 0 0;
         }

         .other-date {
            color: #000000;
            position: relative;
            display: block;
            top: -5px;
         }

         .other-date span {
         	font-family: 'Roboto Condensed';
            float: left;
            display: block;
            padding-left: 29px;
            background: url(../images/date-big.png) left center no-repeat;
            font-size: 15px;
            font-weight: bold;
            line-height: 30px;

         }

         #content {
         	overflow: visible;
         }

         .place .other-place {
         	display: none;
            padding: 5px 5px 0 5px;
            position: absolute;
            width: 195px;
            top: -5px;
            left: -20px;
            text-align: left;
            background: #fff;
         }


         .place .other-place > div {
            padding-left: 32px;
            background: url(../images/headmenu_icon2.png) 5px 50% no-repeat;
            font-size: 17px;
            line-height: 25px;
            margin-bottom: 5px;
            color: #ca0000;
         }

         .place .other-place li {
            width: auto;
            padding: 0;
            margin: 0px 0px 2px;
         }

         .place .other-place li a {
            border: none;
            display: block;
            background: #EAE4DD url(../images/headmenu_mark1.png) 12px 12px no-repeat;
            text-decoration: none;
            font-size: 15px;
            line-height: 15px;
            padding: 5px 10px 5px 31px;
            color: #292524;
         }

         .place .other-place li a:hover {
            border: none;
         }

         .title-datepicker {
            margin-bottom: 5px;
            text-align: center;
         }

         .title-datepicker b {
            display: inline-block;
            background: url("images/date-big.png") no-repeat left center;
            padding-left: 28px;
            height: 33px;
            line-height: 33px;
            margin-bottom: 2px;
            font-size: 17px;
            font-weight: bold;
            color: #ca0000;
         }

      	#ui-datepicker-div.ui-datepicker-multi-2 {
      		padding: 3px 2px;
      		border: none;
      		border-radius: 0;
      		width: 546px !important;
      	}

      	#ui-datepicker-div.ui-datepicker-multi-2 .ui-datepicker-header {
      		background: #eae4dd;
      		line-height: 25px;
      		height: 25px;
      		margin: 0 2px 2px 2px;
      	}

      	#ui-datepicker-div.ui-datepicker-multi-2 .ui-datepicker-header a.ui-datepicker-prev, 
      	#ui-datepicker-div.ui-datepicker-multi-2 .ui-datepicker-header a.ui-datepicker-next {
      		width: 35px;
      		top: 0;
      		height: 25px;
      	}

      	#ui-datepicker-div.ui-datepicker-multi-2 .ui-datepicker-header a.ui-datepicker-prev {
			background: #eae4dd url(../images/ar_prev.png) no-repeat center center;
			left: 0;
			border-right: 4px solid #ffffff;
      	}

      	#ui-datepicker-div.ui-datepicker-multi-2 .ui-datepicker-header a.ui-datepicker-next {
			background: #eae4dd url(../images/ar_next.png) no-repeat center center;
			right: 0;
			border-left: 4px solid #ffffff;
      	}

      	#ui-datepicker-div.ui-datepicker-multi-2 thead {
      		border: none;
      	}

      	#ui-datepicker-div.ui-datepicker-multi-2 thead th {
      		padding: 2px;
      	}

         #ui-datepicker-div.ui-datepicker-multi-2.th.ui-datepicker-week-end {
      	color: #ca0000;
      }


      	#ui-datepicker-div.ui-datepicker-multi-2 thead th span {
      		display: block;
      		background: #cbc3ba;
      		width: 35px;
      		line-height: 25px;
      		height: 25px;
      		font-size: 15px;
      	}

      	#ui-datepicker-div.ui-datepicker-multi-2 table {
      		border: none;
      		background: none;
      	}

      	#ui-datepicker-div.ui-datepicker-multi-2 td {
      		padding: 2px;
      		width: 35px;
      		line-height: 25px;
      		height: 25px;
      	}

      	#ui-datepicker-div.ui-datepicker-multi-2 td a {
      		width: 35px;
      		font-size: 15px;
      		line-height: 25px;
      		height: 25px;
      		padding: 0;
      		background: #eae4dd;
      	}

      	#ui-datepicker-div.ui-datepicker-multi-2 .ui-datepicker-month {
      		color: #292524;
      	}

      	#ui-datepicker-div.ui-datepicker-multi-2 .ui-datepicker-year {
      		display: none;
      	}

      	.ui-datepicker-calendar tbody td {
      		border: none;
      	}

      	.ui-datepicker-multi-2 .ui-datepicker-calendar tbody td a {
      		box-shadow: none;
      	}

      	.ui-datepicker-group {
      		display: inline-block;
      	}

      	#ui-datepicker-div.ui-datepicker-multi-2 .specialDate a {
      		background: #ca0000;
      		color: #fff;
      		font-weight: bold;
      	}

         .metalinebox .date span {
            font-size: 15px;
            color: #000000;
         }
/* Живой поиск */

.headsearch input[type="text"] {
            width: 130px;
            transition: width linear 0.2s;
         }

         .headsearch input[type="text"]:focus {
            width: 220px;
         }

         .search-live {
            z-index: 999;
            position: absolute;
            left: 0;
            right: 0;
            top: 115%;
            padding: 5px 5px 0 5px;
            background: #fff;
            display: none;
         }

         .live-item {
            background: #EAE4DD;
            overflow: hidden;
            margin-bottom: 5px;
         }
		 

         .cat-live {
            float: right;
            line-height: 25px;
            width: 20px;
            height: 20px;
            padding: 5px;
         }

         .img-live {
            float: left;
            margin-right: 5px;
         }

         .text-live {
            color: #000;
            padding: 5px 0 0 5px;
         }

         .search-live .highlight {
            font-weight: bold;
            color: #D40000;
         }

         .search-live a {
            display: block;
            text-decoration: none;
         }

         .headsearch a.allink {
            background: #DA0000 url(../images/headmenu_mark2.png) 6px 50% no-repeat;
            color: #EAE4DD;
            padding-left: 45px;
            text-decoration: none;
            font-size: 14px;
            line-height: 25px;
            margin-bottom: 5px;
         }


.other-date-list {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 550px;
	padding: 5px 5px 3px 5px;
	background: #fff;
	border: 1px solid #C6BFB8;
	border-radius: 5px;
	color: #000;
	z-index: 100000;
}

.actors-list {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 350px;
	padding: 5px 5px 3px 5px;
	background: #fff;
	border: 1px solid #C6BFB8;
	border-radius: 5px;
	color: #000;
	z-index: 100000;
}

.col-1 {
	float: left;
	width: 45%;
}

.col-2 {
	float: left;
	width: 42%;
}

.other-date-list-head {
	padding-bottom: 5px;
	border-bottom: 1px solid #C6BFB8;
	overflow: hidden;
}

.other-date-list-head .col-1 {
	background: url("../images/headmenu_icon2.png") no-repeat 5px center;
	padding-left: 32px;
}

.other-date-list-head .col-2 {
	background: url("../images/headmenu_icon1.png") no-repeat 5px center;
	padding-left: 32px;
}

.other-date-name {
	padding: 2px 0 2px 5px;
	float: left;
	width: 50%;
}

.other-date-time {
	padding: 2px 0 2px 5px;
	float: left;
	width: 45%;
}

.other-date-time i {
	font-style: normal;
	color: #CA0000;
}

.date-num,
.date-day,
.date-year {
	float: left;
}

.date-num {
	width: 35%
}

.date-day {
	width: 43%;
}

.date-year {
	width: 20%;
}

.other-date-list li {
	overflow: hidden;
	cursor: pointer;
}

.other-date-list li.odd {
	overflow: hidden;
	background: #EAE4DD;
}

.other-date-list li:hover {
	background-color: #D40000;
	color: #fff;
}

.other-date-list li:hover .weekend {
	color: #fff;
}

.other-date-list ul {
	max-height: 250px;
	display: block;
	overflow: auto;
}


.actors-list li {
	overflow: hidden;
	cursor: pointer;
}

.actors-list li.odd {
	overflow: hidden;
	background: #EAE4DD;
}

.actors-list li:hover {
	background-color: #D40000;
	color: #fff;
}

.actors-list li:hover .weekend {
	color: #fff;
}

.actors-list ul {
	max-height: 250px;
	display: block;
	overflow: auto;
}

.actors-list .other-date-foto {
	padding: 0;
	float: left;
	width: 55px;
}
.actors-list .other-date-name {
	padding: 5px 0 2px 5px;
	float: left;
	width: 270px;
	font-size: 16px; color: #000;
}
.actors-list .other-date-name i{
	font-size: 12px;
}

.actors-list .other-date-time {
	padding: 5px 0 2px 5px;
	width: 33%;
}
.actors-list .other-date-name:hover, .actors-list li:hover i{
	color: #fff;
}
.actors-list .date-day {
	width: 100%;
}

.zone-color {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 13px;
	height: 13px;
	margin-right: 10px;
	border: 1px solid #2f2f2f;
}


.left-cal {
	min-height: 600px;
	max-height: 900px;
	position: fixed;
	bottom: 1%;
	top: 1%;
	left: 50%;
	margin-left: -600px;
	display: none;
}

.left-cal .day {
	cursor: pointer;
	display: block;
	width: 45px;
	height: 3%;
	background: #c6bfb8;
	color: #000;
	font-size: 13px;
	text-align: center;
	font-style: normal;
	font-weight: normal;
}

.left-cal .day  b {
	font-size: 15px;
}

.left-cal .day:hover,
.left-cal .day.weekday:hover {
	background: #D40000;
	color: #fff;
}

.left-cal .day.weekday {
	color: #ca0000;
}

.left-cal .prev {
	cursor: pointer;
	background: #c6bfb8 url(/images/prev_line.jpg) no-repeat center center;
	display: block;
	margin-bottom: 1px;
	height: 3%;
	width: 45px;
}

.left-cal .next {
	cursor: pointer;
	background: #c6bfb8 url(/images/next_line.jpg) no-repeat center center;
	display: block;
	margin-top: 1px;
	height: 3%;
	width: 45px;
}

.form-exchange {
	position: relative;
	color: #000;
 }

 .form-exchange .red-label {
	color: #CA0000;
 }

 .form-exchange input {
	color: #000;
	vertical-align: middle;
 }

 .form-exchange td {
	vertical-align: top;
 }

 .form-exchange input[type="file"] {
	font-size: 11px;
 }

 .form-exchange input[type="submit"] {
	color: #fff;
	width: auto;
	padding: 0 20px;
	font-size: 18px;
	line-height: 35px;
	height: 35px
 }

 .form-exchange label {
	display: block;
 }

 .form-exchange .tickets-count .jq-selectbox {
	width: 128px !important;
 }

 .form-exchange .tickets-count .jq-selectbox .jq-selectbox__select {
	width: 108px !important;
	background: url("/images/input_select.png") 108px 12px  no-repeat; 
 }

 .form-exchange .tickets-count .jq-selectbox .jq-selectbox__dropdown {
	width: auto !important;
	left: 0;
	right: 0;
 }

 #tickets-date {
	width: 106px;
	background: #FFF url("/images/input_date.png") 106px 50% no-repeat;
 }
.form-exchange .tickets-small {
	width: 106px;
 }

 .left-exchange {
	padding: 20px 20px 20px 100px;
	float: left;
	width: 384px;
 }

 .right-exchange {
	float: left;
	width: 328px;
	padding: 20px 20px 20px 100px;
 }

 .item-exchange textarea {
	color: #000;
	width: 300px;
 }

 .left-exchange .item-exchange {
	float: left;
	padding-right: 10px;
 }

 .right-exchange input {
	width: 300px;
 }

 .right-exchange,
 .left-exchange {
	position: relative;
 }
 
 .step-num {
	position: absolute;
	left: 20px;
	top: 20px;
	background: #CA0000;
	border-radius: 50%;
	padding: 10px;
	line-height: 20px;
	width: 20px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
 }

 .item-exchange label {
	font-size: 16px;
	margin-bottom: 5px;
 }

 .item-exchange {
	margin-bottom: 12px;
 }

 .tickets-price {
	width: 222px;
 }

 .form-exchange h3 {
	margin-bottom: 12px;
 }

 .form-exchange {
	background: #FFFFFF;
	height: 640px;
	margin-bottom: 20px;
	border-radius: 10px;
 }
 
 .item-exchange .tickets-price-item {
	font-size: 13px;
	cursor: pointer;
 }

 .info-exchange {
	padding: 10px;
	border-top: 1px solid #ddd;
	position: absolute;
	width: 100%;
	bottom: 0px;
	text-align: center;
 }
 
 
 
 .list-exchange {
  margin-bottom: 20px;
  border-top: 1px solid #C6BFB8;
}
.item-exch {
  color: #000;
  padding: 1px 0;
  overflow: hidden;
  border-bottom: 1px solid #C6BFB8;
  transition: background linear 0.2s;
}

.item-exch:hover {
  background: #f4efe9;
}

.table-exch .tr.odd {
    background: #eee;
}
.item-exch div {
  float: left;
}

.img-exch {
  width: 120px;
}

.img-exch img {
  display: block;
  width: 94px;
  height: 94px;
  padding: 1px;
  border: 2px solid #C6BFB8;
}

.name-exch {
  width: 200px;
  padding-top: 25px;
}

.data-exch {
  padding: 28px 0;
  width: 169px;
}

.count-exch {
  padding: 40px 0 0 0;
}

.data-exch b {
  color: #CA0000;
  float: left;
  margin-right: 6px;
  font: bold 44px/44px "Roboto Condensed", "Trebuchet MS", "Arial";
}

.data-exch span {
  font: bold 18px/24px "Roboto Condensed", "Trebuchet MS", "Arial";
  color: #000;
}

.comment-exch {
  width: 172px;
  font-size: 11px;
}

.comment-exch b {
  font: 14px/20px "Roboto", "Trebuchet MS";
  display: block;
}

.title-exch {
  width: 273px;
  padding-top: 10px;
}

.title-exch a {
  text-decoration: none;
  border-bottom: 1px solid #F2C7C7;
  font: bold 20px/24px "Roboto Condensed", "Trebuchet MS", "Arial";
}

.title-exch span {
  display: block;
  padding-left: 32px;
  padding-top: 5px;
  padding-bottom: 3px;
  background: 0 50% no-repeat;
  font: bold 17px/21px "Roboto Condensed", "Trebuchet MS", "Arial";
  color: #000;
}

.title-exch span.icon1
{
background-image: url("/images/cat_concert_b.png");
}
.title-exch span.icon2
{
background-image: url("/images/cat_theatre_b.png");
}
.title-exch span.icon3
{
background-image: url("/images/cat_children_b.png");
}
.title-exch span.icon4
{
background-image: url("/images/cat_sport_b.png");
}

.title-exch small {
  background: url("/images/icon_time.png") 4px 50% no-repeat;
  font: 15px/21px "Roboto Condensed", "Trebuchet MS", "Arial";
  color: #86796C;
  display: block;
  padding-left: 32px;
}

.exch-td3 {
width: 190px;
}

.exch-td4 {
width: 140px;
}

.exch-td5 {
width: 140px;
}

.exch-td6 {
width: 100px;
}

.exch-td7 {
width: 200px;
}

.table-exch .td{
    box-sizing: border-box;
    float: none;
    display: table-cell;
}
.table-exch .th{}
.table-exch .tr{
    display: table-row;
    float: none;
}
.table-exch {
display: none;
	background: #fff;
color: #000;
width: 100%;}
.table-exch >div{
    display: table;
    width: 100%;
    float: none;
}
.table-exch .thead{

display: table-row;float: none;width: 100%;}

.table-exch td {
padding: 5px 10px;
line-height: 18px;
}
.table-exch .td {
padding: 5px 10px;
line-height: 18px;
}
.table-exch thead {
font-weight: bold;
}

.table-exch thead tr {
				background: #ccc;
}
.table-exch .thead .td {
				background: #ccc;
}
.table-exch tr.odd {
background: #eee;
}
.table-exch .tr.odd {
background: #eee;
}
.table-exch tr {
background: #E6E6E6;
}

.table-exch tr:hover {
background: #f4efe9;
}
.table-exch .tr:hover {
background: #f4efe9;
}
.name-exch span {
	display: block;
	margin-bottom: 3px;
	font: bold 17px/21px "Roboto Condensed", "Trebuchet MS", "Arial";
	color: #000;
 }

 .name-exch a {
	text-decoration: none;
	display: block;
 }

 .name-exch small {
		display: block;
		padding-left: 19px;
		background: url("/images/icon_place.png") 0 50% no-repeat;
		font: 15px/21px "Roboto Condensed", "Trebuchet MS", "Arial";
		color: #86796C;
	}

	.item-exch .button-exch {
		float: right;
		padding-top: 22px;
	}

	.button-exch div {
		line-height: 35px;
		background: #CA0000;
		text-transform: uppercase;
		font: bold 24px "Roboto Condensed", "Trebuchet MS", "Arial";
		cursor: pointer;
		width: 100px;
		color: #fff;
		text-align: center;
		padding: 15px 20px;
		font-size: 18px;
	}

	.button-exch div:hover {
		background: #000;
	}


	
	
	
	
	
.popup input[type="text"], .popup input[type="password"]{
	width: 250px;
	margin: 10px 0;
}

.popup input[type="submit"], .popup input[type="button"]
{
 margin: 0px auto;
}

.popup .popcenter{text-align: center;}


.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 100000;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.popup img{
	display: inline;
	border: none;
	padding: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #ffffff;	
}
.popup {
    background-color: #fff;
    border: 3px solid #fff;
    display: inline-block;
    left: 50%;
    opacity: 0;
    padding: 15px;
    position: fixed;
    text-align: justify;
	font: 16px "Roboto Condensed", "Trebuchet MS", "Arial";
    top: 40%;
    visibility: hidden;
    z-index: 100001;
	
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;

    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}
.overlay:target+.popup {
    top: 50%;
    opacity: 1;
    visibility: visible;
}
.close {
    background-color: rgba(255, 255, 255, 0.8);
    border: 2px solid #fff;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 5px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    top: 5px;
    width: 24px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
.close:before {
    color: rgba(255, 21, 21, 0.9);
    content: "X";
    font-size: 14px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
}
.close:hover {
    background-color: rgba(255, 0, 0, 0.8);
    color: #fff;
}
.popup p, .popup div {
    margin-bottom: 10px;
}




.callback{
	position: fixed;
	bottom: -10px; right: 20px;
}
.callback .d01{
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 10px 40px;
	background: #fa3f2a;
	background: -moz-linear-gradient(
		top,
		#fa3f2a 0%,
		#ff1414 50%,
		#9a0104);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#fa3f2a),
		color-stop(0.50, #ff1414),
		to(#9a0104));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 5px solid #ffffff;
	-moz-box-shadow:
		3px 3px 10px rgba(000,000,000,0.7),
		inset 0px 0px 5px rgba(208,038,038,0.9);
	-webkit-box-shadow:
		3px 3px 10px rgba(000,000,000,0.7),
		inset 0px 0px 5px rgba(208,038,038,0.9);
	box-shadow:
		3px 3px 10px rgba(000,000,000,0.7),
		inset 0px 0px 5px rgba(208,038,038,0.9);



}
.callback_inner{
	position: fixed;
	bottom: -210px; right: 20px;
	display: none;
}
.callback_inner .d02{
	background: #fff;
	border-radius: 5px;
	border: 5px solid #fa3f2a;
	padding: 10px 20px;
	-moz-box-shadow:
		3px 3px 10px rgba(000,000,000,0.7),
		inset 0px 0px 5px rgba(208,038,038,0.9);
	-webkit-box-shadow:
		3px 3px 10px rgba(000,000,000,0.7),
		inset 0px 0px 5px rgba(208,038,038,0.9);
	box-shadow:
		3px 3px 10px rgba(000,000,000,0.7),
		inset 0px 0px 5px rgba(208,038,038,0.9);
}
.callback_inner .d02 textarea{
	width: 350px; height: 60px;
	color: #999; font-style: italic;
	font-family: Verdana;
	font-size: 11px;
	margin: 8px 0;
}
.callback_inner .d02 a.d03{
	color: #333;
	margin: 0 15px;
}
.callback_inner .d02 a.d03:hover{text-decoration: none;}

/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating{float:left; width:24px; height:24px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(/images/delete.gif) no-repeat 0 -24px}
div.star-rating,div.star-rating a{background:url(/images/stars.png) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:24px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -24px!important}
div.star-rating-hover a{background-position:0 -48px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */


.notmargin{margin-bottom: 0px;}
.buydselector{margin: 10px 0 5px 0;}
.buydselector .fleft{float: left;}
.buydselector .fright{float: right;}
.buydselector .clear{clear: both;}

.tdtop{vertical-align: top;}

.allp_switcher{
	cursor: pointer;
}
.allp_switcher:hover{
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 0px 3px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 0px 3px 0px rgba(0, 0, 0, 0.75);
}
.allp_switcher_no_cur{
	-moz-opacity: 0.30;
	opacity: 0.30;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=30);
	filter: alpha(opacity=50);
	-khtml-opacity: 0.3;
}


.page_content p{margin: 0 0 12px 0;}
.page_content ul
{
 list-style: circle;
 margin: 10px 0 10px 50px;
}

.clinks{
	padding: 0 10px; border-radius: 5px; border: 3px solid #EAE4DD; text-decoration: none; 
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;}
.clinks:hover{border: 3px solid #CA0000;}
.clink_active{border: 3px solid #CA0000;}

.dright .afisha_hide{display: none; margin-left: 10px; width: 120px;}

.sortbox .dright{float: right;}
.sortbox .asmall{width: 250px; height: 35px; font-size: 14px;}
.sortbox  .afisha_hide input{width: 120px;}

.afisha_filter_bg{display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: 0.5; z-index: 9998;}
.afisha_filter{display: none; position: fixed; padding: 10px; top: 5%; left: 5%; width: 90%; height: 90%; background: #fff; z-index: 9999; border-radius: 10px; border: 1px solid #C6BFB8; overflow-y: auto;}
.afisha_filter td{vertical-align: top;}
.afisha_filter h3{color: #CA0000;}
.afisha_filter .bsmall{width: 200px; height: 45px; margin-top: 12px;}

.afisha_filter_cat{cursor: pointer; color: #000; margin: 10px 0 0 0; font-size: 18px;}
.afisha_filter_subcat{cursor: pointer; margin: 1px 0 3px 20px; font-size: 13px; line-height: 15px;}

.afisha_filter_active{}
.afisha_filter_active span{background: #CA0000; color: #fff;}


.sortbox_pages{float: left; padding-top: 6px;}

#place_desc{overflow: hidden;}
.p_text_link{display: none;}

.desktop_hide{display: none;}
#headsearch-bg-mobile{display: none;}


.sort_item{float: right; height: 32px; line-height: 32px; margin-left: 25px;}
.sort_item a{color: #000; padding-right: 15px;}
.sort_item a.sort_item_asc{background: url("../images/input_select.png") center right no-repeat;}
.sort_item a.sort_item_desc{background: url("../images/input_select2.png") center right no-repeat;}
.sort_item a.active{color: #CA0000;}
































































@media only screen and (max-width: 1300px) {
	.afisha_filter h3{font-size: 16px;}
	.afisha_filter_cat{font-size: 15px;}
	.afisha_filter_subcat{font-size: 12px; line-height: 13px;}
}



.down_links{margin-bottom: 10px; font-size: 16px;}
.down_links .tdr{text-align: right; cursor: pointer; padding-left: 25px;}
.down_links .tdr:hover, .down_links .active{color: #CA0000;}

#e_desc{display: block; height: 56px; overflow: hidden;}
#e_desc p{width: 800px; text-align: left;}

.rep_over{height: 53px; overflow: hidden;}
.rep_over15{font-size: 15px;}

.event_lens{margin: 0px 0 10px 0px !important; color: #222; font-size: 15px; width: 950px; padding-bottom: 15px !important;}
.event_actors{margin: 0px 0 5px 0px !important; color: #222; font-size: 15px; width: 950px;}
#actors_link1{margin: 0 0 2px 0px !important;}
#actors_link2{margin: 0 0 2px 0px !important; clear: both;}
#actors_all{display: none; width: 950px;}

.compromiss{margin-top: 10px;}
.order_h3{margin: 10px auto 0 auto; text-align: center;}

.other-date-name i{color: #87776A;}
.other-date-name:hover i{color: #eee;}
.fevents-left{
	float: left;
	margin: 0 25px 20px 0;
}

@media only screen and (max-width: 1024px) {
	.afisha_filter h3{display: none;}
	.afisha_filter_cat{font-size: 14px;}
	.afisha_filter_subcat{font-size: 11px; line-height: 12px;}
	
	
	#wrapper{
    padding: 0;
    min-width: 100px;
}
	html, body {

    min-width: 0;
width: 100%;margin: 0 auto;}
	.shortevent .inskeep .eastitle ul {
   display:none;
}
}

@media only screen and (max-width: 1000px) {
	.p_text_link{display: block;}
}
@media only screen and (max-width: 980px) {

.windchoice{display: none !important;}

.calendarbox .td.event a{white-space: unset;}

.page_content{padding: 0 15px;}

.placemap2 img{}

.order_step_header{
    display: none!important;
}

.title-exch{
    width: 37%;
    box-sizing: border-box;
    padding: 10px 10px 0 0;
}
.name-exch{
    width: 30%;
}
.item-exch .button-exch{
    width: 100%;
}
.item-exch .button-exch div{
    margin: 0 auto 20px;
    display: table;
    float: none;
}
.img-exch{
    width: 16%;
}
.item-exch{
    padding-top: 18px;
}
.data-exch{
    width: 17%;
}

.form-exchange{
    height: initial;
}
.left-exchange .item-exchange{
    width: 40%;
    padding-right: 0;
}
.left-exchange{
    width: 100%;
    float: none;
    box-sizing: border-box;
    margin-bottom: 140px;
}
.right-exchange input,.right-exchange textarea {
  width: 90%;
}
.info-exchange{
    top: 0;
    position: relative;
}
.right-exchange{
    width: 100%;
    float: none;
    box-sizing: border-box;
}

.shortevent .inskeep .place > span{background:none}
.shortevent .inskeep .place {

max-width: 210px;}
.shortevent .inskeep a.buybut{
    left: 43%;
    right: inherit;
}
.orderform .info{
    width: 100%;
}
.orderform .payment ul {

width: 100%;text-align: center;}
.orderform .payment li{
    display: inline-block;
    margin: 0 10px 20px;
    float: none;
}    
.orderform .inputs textarea{
    width: 440px;
}
.orderform .inputs label {

float: none;margin: 0 auto;display: table;}
	.orderform .inputs{
    width: 100%;
    margin-bottom: 30px;
}
	
.placebox .p_image{

margin-right: 20px;}
.placebox .p_text{
    float: none;
    width: 100%;
}

.calendarbox .thead {

margin-bottom: 1px!important;}
    
.calendarbox sup.clear,.calendarbox .td.clear{
    display:none;
}
.calendarbox sup{
text-align: center;}
.calendarbox .td{
    width: 100%;
    height: initial;
    display: none;
    padding: 10px 0%;
}
.calendarbox .td.event{display: block;}

.calendarbox .td.event ul{
    position: relative;
}
.calendarbox .td.event div{
    text-align: center;
    height: initial;
}
.calendarbox .thead a.next {

right: 28%;}
.calendarbox .thead a.prev {

left: 28%;}
.month-mobile{
    display: none!important;
}
    
.shortevent img {

    width: 35%;

}
 .shortevent .inskeep{
     width: 65%;
 }   
.down_links td{
    text-align: center;
}
    .down_links .tdr{display:none;}
    #ordersubm_form{
    width: 100%;
}
  .h-mob{
    display: table!important;
    border-top: 10px solid #EAE4DD!important;
    width: 100%;
}
.sec-mob > div{
   
    border-top:0px solid #EAE4DD!important;
}
.sec-mob > div:first-child{
   
    border-top:10px solid #EAE4DD!important;
}
  #tickets_byselect{

background: #DED7CE;} 
.m-mob,.choiceticket .tr.group.m-mob > .td{
background: #DED7CE!important;} 
.choiceticket .m-mob.tr.group > div:first-child{
      border-top: 4px solid #EAE4DD!important;
}
.buydselector .fleft{width:100%}
.other-date{
    display: block;
    margin:  0 auto;
    text-align: center;
}
    .placemap1,.placemap2 {
   width:96%;
   margin: 0 auto;
   float: none;
}

    .placemap1 > div.noSel.smooth_zoom_preloader,.placemap2 > div.noSel.smooth_zoom_preloader{
    width: 100%!important;
}
.informbox{
    width: 98%;
    margin: 0 auto;
}

.informbox > div > div.left {
    width: 49%;
}
.informbox > div > div.right {
  width: 49%;
}    
.metalinebox .buybut{
    left: 50%;
    margin-left: -47px;
}
    
td.a_cart{

    
display: none;}
.afishabox td.a_image {
    width: 120px;

}
.afishabox td.a_image img{
    width: 100px;
    height: 80px;
}
.afishabox td.a_meta {
width: 200px;}
.monthmenu {
   height: initial;
   text-align: center;
   margin-bottom: 0;
}
.monthmenu li{
    display: inline-block;
    float: none!important;
    margin-bottom: 0px;
}
    
.footphone.fphone2 {
padding-left: 40px;      background: url("../images/footphone_icon.png") 0 50% no-repeat;margin-left: 0;}
.footphone{
    position: relative!important;
    top: 50px;
    left: inherit!important;
    width: 45%;
    margin-left: 5%;
    float: left;
    box-sizing: border-box;
}
.footcopy span {
    top: 0;
    display: table;
}
.footcopy{
     position: relative!important;
     left: inherit;
     top: 80px;
     float: left;
     width: 45%;
     margin-left: 5%;
     box-sizing: border-box;
}
.footsocial{
    position: relative!important;
    left: inherit;
    top: 80px;
    float: left;
    width: 50%;
    box-sizing: border-box;
}
.footmenu{
    width: 33%!important;
    position: relative!important;
    float: left;
    left: inherit!important;
    text-align: center;
   
}
.footmenu a{ color: #444;}    
.footmenu span{ color: #444;} 
#footer{
    width: 100%;
    background: #E4E4E4;
    height: initial;
    height: 400px;
}
.underbox div{
    float: none;
    display: inline-block;
    margin: 0 8px 20px;
}
.underbox{
    text-align: center;
}    
.eventsbox{
    width: 100%;
    text-align: center;
}
   .eventsbox > a{
    display: inline-table;
    float: none;
    margin-right: 0;
    margin: 0 10px 20px;
} 
    .sliderbox1{
    background: #fff;
}
.sliderbox1 .nivo-controlNav{
    width: initial;
    left: initial;
    bottom: inherit;
    position: relative;
    float: none;
    margin: 0 auto 20px;
    display: table;
}

.sliderbox1 .nivo-caption {
    width: 100%;
    background-size: 100% 118px;
}
.sliderbox1 .nivoSlider {

width: 100%;}
.mainmenu.head-menu{
    text-align: center;
}	
.mainmenu.head-menu.type1>li{
    display: inline-block!important;
    margin: 0 5px 10px!important;
    width: 172px!important;
}	
.mainmenu.head-menu-2.type2>li{
    display: inline-block!important;
    margin: 0 5px 18px!important;

}	
.mainmenu > li > a span {
    display: table;
    height: 10px;
    line-height: 20px;
    padding-top: 10px;
}
.mainmenu.type1 > li > a span{
    float: left;
    margin-right: 7px;
}
.mainmenu.type1 > li {
    width: 100%!important;
    margin: 0 auto!important;
}
body {
width: 98%;
}

.mainmenu.head-menu > li > a {
height: 41px!important;}	

.jastitle{
}
.choiceticket .tr.group:hover > div:nth-child(5)
{
 background: #DED7CE url("../images/icon_cart2.png") 50% 50% no-repeat;
}
.choiceticket div.tr.group > div:last-child{
    border-bottom: 0px solid #EAE4DD;
    border-left: 0;
    width: 15%!important;
    height: 50px;
}
.choiceticket.type1 .jq-selectbox-wrapper{
    float: none;
}
.choiceticket .tr.group > div input.small_button {
    float: none;
    margin: 0 auto;
    display: table;
    position: relative;
    right: inherit;
}
.choiceticket .tr.group > div {
    border-bottom: 0px solid #EAE4DD;
    width: 35%!important;
    float: left;
    box-sizing: border-box;
    padding-left: 5px!important;
}
.choiceticket .tr.group > div:nth-child(2) {
    width: 15%!important;
}
.choiceticket .tr.group > div:first-child {
    border-bottom: 0px solid #EAE4DD;
    width: 100%!important;
    box-sizing: border-box;
    padding-left: 5px!important;
    text-align: left;
}
.choiceticket .th, .choiceticket .td {

display: block;min-height: 42px;text-align: center;line-height: 42px;}	
}

@media only screen and (max-width: 730px) {


#headsearch-bg-mobile{position: fixed; background: rgba(0,0,0,0.7); top:0; left: 0; width: 100%; height: 100%; z-index: 999;}



.desktop_hide{display: block;}

	.fevents-left {

float: none;margin-right: 0;}
	
.headcart > div{
    width: 30px;
    height: 30px;
    padding-left: 0;
}
.headcart > div > div{display:none;}
.headcart > div > span{
    display: none;
}
.mainmenu.head-menu.type1>li{
    display: table!important;
    margin: 0 auto 10px!important;
}
.exch-td6,.exch-td7,.mob-t-none{display: none!important;}
.name-exch {
   width: 38%;
}
.title-exch{
       padding-top: 25px;
}
.item-exch {
    padding-top:0px;
}
.data-exch {

margin-right: 3%;width: 22%;}
.img-exch{
    display: none;
}
    
    .select-box#select-multi{}
    .select-box#category_selector{float: left;margin-left: 0px;}
    .left-exchange {

    margin-bottom: 220px;
}
    .left-exchange .item-exchange {
    width: 70%;
    padding-right: 0;
}
#headmenu-mobile{
display: block;	
background: url('/images/menu.png') center no-repeat;background-size: 20px;width: 32px;height: 32px;padding: 5px 6px;position: absolute;top: 7px;}
.mainmenu.head-menu-2{margin-top:20px}
.mainmenu.head-menu {
    display:none
;
    top: 0;
    position: relative;
    margin-bottom: 40px;
}
#headsearch-mobile{
display: block;	
background: url('/images/headsearch_but.png') center no-repeat;width: 32px;height: 32px;padding: 5px 6px;position: absolute;top: 7px;right: 11px;border: 1px solid transparent;}
#content{}
.mainmenu #head-menu-mobile{display:none!important}
#head-menu-mobile{
display: none;	
background: url('/images/menu.png') center no-repeat;      background-size: 20px;width: 32px;height: 32px;padding: 5px 6px 5px 70px;position: relative;top: 7px;margin: 0 auto;line-height: 34px;color: #3C3C3C;right: 30px;border: 1px solid transparent;margin-bottom: 10px;}
#headsearch-mobile.active{
    background-color: #fff;
    border: 1px solid #C6BFB8;
}
#headmenu-mobile.active{
    background-color: #FFF;
    padding: 5px 6px;
}
    
.orderform .td.info {
    text-align: left;
}
.orderform .td.image{
    display: none;
}
    
.placebox .p_image{

margin: 0 auto;float: none;}
.placebox .p_text{
    float: none;
    width: 100%;

}
    
    .tabsmenu li{
    float: none;
    display: inline-block;
    margin: 0 5px 10px !important;
}
        .tabsmenu ul{
    text-align: center;
}
.shortevent img {
    width: initial;
    float: none;
    margin: 0 auto;
    display: table;
}
.shortevent .inskeep a.buybut{
    left: 50%;
    margin-left: -20px;
}
.shortevent .inskeep{
    float: none;
    width: 100%;
    margin-left: -20px;
    margin-top: 20px;
}
.shortevent{
    height:initial;
}
.eastitle ul{
   text-align:center; 
}
.eastitle li{
    display: inline-block;
    float: none;
    margin-bottom: 6px;
}
.informbox > div > div.left {
    width: 100%;
}
.informbox > div > div.right {
  width: 100%;
} 
    
.metalinebox{
    height: initial;
    margin-top: 0;
}
.metalinebox .date{
    position: relative;
    min-height: 60px;
    float: left;
    top: inherit;
    width: 50%;
}

    .afishabox td.a_image {
   display:none;
}
.metalinebox .buybut{
    position: relative;
    left: inherit;
    margin-left: 0;
    height: 93px;
    display: table;
    margin: 0 auto 20px;
    padding-top: 20px;
    float: none;
    top: 0;
    width: 100%;
}
.metalinebox .place{
    position: relative;
    min-height: 60px;
    float: right;
    top: inherit;
    width: 40%;
    margin-left: 10%;
}
.sortbox .s_date{
    float: none;
    margin: 0 auto 20px;
}
.sortbox .dright {
 float: none;
 margin: 0 auto 10px;
 display: table;
 text-align: center;
}   
.dright select{margin-bottom: 10px;} 
    .sliderbox1{
    height: 330px;
}
.sliderbox1 .nivo-controlNav{
    display:none;
}

	.sliderbox1 .nivo-caption {background:none;height:initial;}
.headlogo {

position: relative!important;left: inherit;margin: 0 auto 20px;display: table;top: 20px;}
.headmenu li{
    padding: 5px 0;
}
.headmenu {

float: left;width: 200px;padding-left: 15px;box-sizing: border-box;display: none;top: 48px;background: #fff;z-index: 99999999;}	
.headsearch input[type="text"] {

border-top-right-radius: 0;}
/*.headsearch {

width: initial;margin-right: 11px;float: right;height: 50px;top: 48px;display: none;}*/

.headsearch{position: fixed; top: 150px; left: 0; width: 100%; z-index: 1000;display: none;}
#srch_text{width: 100%; padding: 20px 10px; font-size: 25px;}
.headsearch input[type="image"]{top: 20px;}

.headcart:hover {
    background:none;
}
.headcart {

top: -2px;right: 80px;width: 20px;margin-top: 0;height: 20px;box-sizing: border-box;}
#header {

    height: 220px;

}
.headphone{
	position: relative!important;
	top: 15px;
	float: none;
	margin-right: 20px;
	margin-top: 20px;
	margin: 0 auto 0;
	display: table;
	box-sizing: border-box;
}

.right-exchange input, .right-exchange textarea {
    width: 60%;
}
}


@media only screen and (max-width: 620px) {

	#dost_pay{width: 100%; padding: 10px !important; margin: 0 0 0 -10px !important; float: unset !important;}
	#dost_pay table{width: 90% !important; margin: 0 auto;}
	#dost_pay table td{text-align: center;;}
	#dost_pay table td input[type="text"]{width: 90%;}
	
	.footphone{margin: 0 auto;}
	.footphone.fphone1{padding-left: 0; text-align: center;}


  .table-exch .thead .td{
    height: 45px;
}
    .td1,.exch-td3{
    display: block!important;
    float: left!important;
    width: 40%!important;
    box-sizing: border-box!important;
    word-wrap: break-word;
}
    .td2,.exch-td4{
         display: block!important;
         float: left!important;
         width: 25%!important;
         box-sizing: border-box!important;
         word-wrap: break-word;
    }
    .td3,.exch-td5{
         display: block!important;
    float: left!important;
    width: 35%!important;
    box-sizing: border-box!important;
    }
.select-box{
    float: none!important;
    width: 220px;
    margin: 0 auto 10px!important;
}
.sortbox_pages{float: none; margin-bottom: 10px;}
.left-exchange {
    margin-bottom: 270px;
}
.item-exchange label {
width: 100%;}
.right-exchange input, .right-exchange textarea {
    width: 85%;
}
    .callback{display:none}
.orderform .inputs input {
   width: 290px;
   left: inherit;
}
.orderform .inputs label {
 width: 300px;
}
.orderform .inputs textarea {
   width: 290px;
}
.orderform .td.price{display:none;}
    
    .placebox .p_text{
  
    width: 96%;
    margin: 0 auto;
}
.orderform .td.info {
  width: 500px;
  padding: 10px;
}
.orderform .td.count div {
width: 100px;
}
.orderform .td.delete{
    padding-right: 5px;
    padding-left: 3px;
}
.orderform .td.count {
width: 80px;}
.orderform .td.count div input{
    width: 40px;
}
    .placebox .p_image {

}
    .placebox .p_image ul{
    width: 100%;
    text-align: center;
}
.placebox .p_image li{
    float: none;
    display: inline-block;
    margin: 0 5px 10px;
}
  .shortevent .inskeep .eastitle {
position: relative;
top: initial;padding-top: 20px;}
.shortevent .inskeep .date {

position: relative;left: inherit;width: initial;margin: 0 auto 20px;display: table;float: none;bottom: inherit;}
.shortevent .inskeep .place {

position: relative;      left: inherit;                  margin: 0 auto 20px;width: initial;float: none;right: inherit;top: 0;display: table;}
    .placemap1,.placemap2 {
    width: 90%;
 
}
.metalinebox .date {

float: none;margin: 0 auto;width: 200px;left: 20px;}
.metalinebox .place .place_name{
    float: none;
    display: table;
    margin: 0 auto 20px;
}
.metalinebox .place span{
    float: none;
    display: table;
    margin: 5px auto 10px;
}
.metalinebox .place{
    float: none;
    margin: 10px auto;
    text-align: center;
    width: initial;
}

    .afishabox td.a_date {
    width: 110px;
}
    .afishabox td.a_place{display:none}
#footer{
    height: 530px;
}
.footcopy{
  width: initial;float: none;display: table;margin: 0 auto 20px!important;  
}
.footsocial{
 width: initial;float: none;display: table;margin: 0 auto 20px!important;     
}
.footphone{width: initial;float: none;display: table;margin: 0 auto 20px!important;}
    
.sliderbox1 .nivo-caption a{font-size:24px}    
.sliderbox1 {
background: #fff;height: 270px;}
.sliderbox1 .nivoSlider {
height: 250px;}	
.headlogo {

}
.headmenu {
	
}	
.headmenu li {
}
.headsearch {
	
}

.headcart {
}
#header {


height: 210px;}
.headphone{
	float: none;
	width: initial;
	margin: 20px auto;
	display: table;
}
.shortevent .inskeep{
    height: initial;
}
.shortevent .inskeep a.buybut {

left: inherit;width: 100%;padding-bottom: 20px;background-repeat: no-repeat;margin: 0;background-position: center;bottom: inherit;position: relative;display: table;}
}
@media only screen and (max-width: 500px) {
    .placebox .p_image {
	width:100%;
	}
	
	.placemeta::-webkit-scrollbar{ width: 0; }
	.placemeta { -ms-overflow-style: none; }
	.placemeta { overflow: -moz-scrollbars-none; }
	.placemeta{height: 15px; overflow-x: scroll;}
	.placemeta .p_left {    float: unset; width: 980px; }
	.placemeta_places .p_left {width: 700px;}
	.placemeta_places .p_right {display: none;}
	
	.monthmenu_div::-webkit-scrollbar{ width: 0; }
	.monthmenu_div { -ms-overflow-style: none; }
	.monthmenu_div { overflow: -moz-scrollbars-none; }
	.monthmenu_div{height: 60px; overflow-x: scroll;  overflow-y: hidden;}
	.monthmenu{width: 980px;}
	
}
@media only screen and (max-width: 420px) {
    #headsearch-mobile{
    right: 0px;
}
   .jq-selectbox .jq-selectbox__dropdown{
       width:172px!important;
   }
   .jq-selectbox .jq-selectbox__select{
    width: 170px!important;
    background-position: 170px 12px;
}
   .jq-selectbox{
    width: 190px!important;
}
    .form-exchange input,.form-exchange select {

max-width: 170px!important;}
    .left-exchange {
    margin-bottom: 300px;
}
.popup input[type="text"], .popup input[type="password"]{
    width: 200px;
}
.afishabox td.a_price span{font-size:16px}
    .afishabox td.a_price small {
    font-size:14px
}
    #footer {
    height: 650px;
}
    .sliderbox1{
    height: 230px;
}
    .sliderbox1 .nivoSlider {
height: 200px;}	
.headmenu {
}
.headsearch {
margin-right: 0;}   
.headcart {

right: 65px;}
#header {
    height: initial;
    padding-bottom: 0;
}
.calendarbox .thead a.next {

right: 15%;}
.calendarbox .thead a.prev {

left: 15%;}
.name-exch {
 text-align: center;
 width: 100%;
}
.name-exch small,.title-exch span,.title-exch small{
    display: table;
    width: initial;
    margin: 0 auto;
}
.title-exch{

float: none!important;      margin: 0 auto;width: initial;text-align: center;padding-top: 0px;}
.item-exch {

}
.data-exch {

width: 170px;float: none!important;margin: 0 auto;}

}

@media only screen and (max-width: 350px) {
.choiceticket .tr.group > div {
  
    width: 100%!important;
 
}
 .choiceticket div.tr.group > div:last-child{ width: 100%!important;}
 .choiceticket .tr.group > div:nth-child(2)  { width: 100%!important;}
 
 
 .sort_item{float: unset; text-align: center;}
 
}



@media only screen and (max-width: 950px) {

	.leftresult{margin-bottom: 28px; width: 99%;}
	.rightresult{float: left; width: 99%;}
	.rightresult > a { float: right;}
	.jastitle p{width: 100%;}
	
	.sliderbox2 img{width: 100%;}
	.sliderbox2{height: auto;}
	
}

.eastitle_h1{overflow: hidden; max-height: 70px;}
