@font-face {
    font-family: "RobotoRegular";
    src: url("/fonts/RobotoRegular/RobotoRegular.eot");
    src: url("/fonts/RobotoRegular/RobotoRegular.eot?#iefix")format("embedded-opentype"),
    url("/fonts/RobotoRegular/RobotoRegular.woff") format("woff"),
    url("/fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "RobotoLight";
    src: url("/fonts/RobotoLight/RobotoLight.eot");
    src: url("/fonts/RobotoLight/RobotoLight.eot?#iefix")format("embedded-opentype"),
    url("/fonts/RobotoLight/RobotoLight.woff") format("woff"),
    url("/fonts/RobotoLight/RobotoLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "RobotoMedium";
    src: url("/fonts/RobotoMedium/RobotoMedium.eot");
    src: url("/fonts/RobotoMedium/RobotoMedium.eot?#iefix")format("embedded-opentype"),
    url("/fonts/RobotoMedium/RobotoMedium.woff") format("woff"),
    url("/fonts/RobotoMedium/RobotoMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "RobotoBold";
    src: url("/fonts/RobotoBold/RobotoBold.eot");
    src: url("/fonts/RobotoBold/RobotoBold.eot?#iefix")format("embedded-opentype"),
    url("/fonts/RobotoBold/RobotoBold.woff") format("woff"),
    url("/fonts/RobotoBold/RobotoBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

html,
body {
    min-height: 100%;
    background-color: rgb(252,252,253);
    /*font-family: "RobotoLight", Arial, sans-serif;
    font-size: 11pt;    
    color:#47474a;*/
}
@media screen and (max-width: 950px) {
     body {
        overflow: hidden;
    } 
    html {
        overflow-x: hidden;
        overflow-y: auto;
    }
}
body {
    /* TODO разобратся какого хрена оно вылазит ....*/
    /*margin-right: 15px;*/
    margin:0;
    padding:0;
}
a:hover,a:focus,a:active {
	text-decoration:none !important;
	outline: none;
    /*color:#ff0000 !important;*/
}
.wrapper {
    transition: all 0.4s ease 0s;
}
.wrapper.menu-open {
    -webkit-transform: translateX(270px)  translateZ(0);
    -ms-transform:     translateX(270px) translateZ(0);
    transform:         translateX(270px) translateZ(0);
}
.topfluidcontainer {
    padding-left: 0px;
    padding-right: 0px;
}
#scroll-to-top {
    background-image: url('../img/up-arrow-circle-hi_new1.png');
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 5px;
    right: 15px;
    cursor: pointer;
    display: none;
    z-index: 1000;
}
#scroll-to-top:hover {
    background-image: url('../img/up-arrow-circle-hi_new2.png');
}
a[data-target="#modal-callback"] {
    background-image: url('../img/phone_new1.png');
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 85px;
    right: 15px;
    cursor: pointer;
    z-index: 1000;
    color: transparent;	
}
a[data-target="#modal-callback"]:hover {
    background-image: url('../img/phone_new2.png');
}
.top-menu{
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    /*background-color: #F5F5F5;*/
}
.top-menu .row, .top_shadow_menu .row {
     margin-right: 0px; 
     margin-left: 0px; 
}
.footer {
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    margin-bottom: -30px;
}
.text-vertical {
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}
.jumbotron {
    text-align: center;
    background-color: transparent;
}
.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}
.not-set {
    color: #c55;
    font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}
a.asc:after {
    content: /*"\e113"*/ "\e151";
}
a.desc:after {
    content: /*"\e114"*/ "\e152";
}
.sort-numerical a.asc:after {
    content: "\e153";
}
.sort-numerical a.desc:after {
    content: "\e154";
}
.sort-ordinal a.asc:after {
    content: "\e155";
}
.sort-ordinal a.desc:after {
    content: "\e156";
}
.grid-view th {
    white-space: nowrap;
}
.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}
.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
.footer ul{
    list-style: none;
}
hr {
    border: none;
    /* background-color: rgb(231,234,236);*/ 
    /* color: rgb(231,234,236); Цвет линии для IE6-7 */
    /*height: 1px;  Толщина линии */
}
.hr-border {
    border-top: 2px solid #a0aab4;
    padding-top: 15px;
}
.navbar {
    margin-bottom: 0;
}
.breadcrumb {
     /*background: url('/img/breadcrumbs-bg.png') repeat-x;*/
     padding: 10px 0 0;
	 margin-bottom: 5px;
	 background-color: #fcfcfd;
}
.breadcrumb > li + li:before {
    padding: 0 2px;
}
.breadcrumb a:hover {
    text-decoration:underline!important;   
}
.main2b .thumbnail {
    border: 0;
    padding: 0;
    display: block;
    float: left;
	box-shadow: 0 10px 29px rgba(0,0,0,.12);
    background: #f7f7f8;
    width: 100%;
}
.main2b_button {
    float: right;
    text-align: right;
}
.main2b_button .btn-default {
    /*margin-left: 31px;*/
}
.main2b_button_ytb {
    float: left;
}
.btn-ytb {
    background-image: url('/img/icons/ytb.png');
     /* background-image: url('/img/icons/ytb-grey.png');*/
    width: 73px;
    height: 34px;
    border: 0;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.btn-ytb:hover {
    background-image: url('/img/icons/ytb2.png');
    background-repeat: no-repeat;
    background-position: -1px 0px;
}
.btn-default {
    font-size: 14px;
    color: #e4e4e4;
    background-color: rgba(252, 252, 253, 0);
    /*background-color: #1b6cce;*/
    border-color: #e4e4e4;
}
.btn-default:hover {
    color: #fff;
    background-color: #1b6cce;
    border-color: #1b6cc7;
}
.btn-default:focus {
    color: #fff;
    background-color: #1b6cce;
    border-color: #1b6cc7;
}
.btn-default:active:focus,
.btn-default.active:focus {
  color: #fff;
  background-color: #1b6cce;
  border-color: #1b6cc7;
}
.btn-more {
    font-size: 14px;
    border: 2px solid rgba(123, 130, 138, 0.4);
    margin: 15px 0;
}
.btn-more:hover {
    color: #fff;
    background-color: rgba(123, 130, 138, 0.6);
}
.btn-tickets, .btn-tickets-white {
    /*height: 32px;
     width: 84px; */
    padding: 0.3em 0.85em;
    font-family: "RobotoMedium";
    text-align: center;
    text-decoration: none;
    color: #1b6cce;
   /*background-color: #fcfcfd00;*/
    border: 2px solid #1b6cce;
    font-size: 14px;
    display: inline-block;
    border-radius: 0.3em;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    overflow: hidden;
}
.btn-tickets:before, .btn-tickets-white:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 2em;
    display: block;
    position: absolute;
    top: 0;
    left: -4.5em;
    -webkit-transform: skewX(-45deg) translateX(0);
    transform: skewX(-45deg) translateX(0);
    -webkit-transition: none;
    transition: none;
}
.btn-tickets:hover {
    background-color: #1b6cce;
    color: #fff;
    border-bottom: 2px solid #196acc;
}
.btn-tickets:hover:before, .btn-tickets-white:hover:before {
    -webkit-transform: skewX(-45deg) translateX(13.5em);
    transform: skewX(-45deg) translateX(13.5em);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.btn-tickets:active {
    color: #fff !important;
    background: #1560bb !important;
    border-bottom: 2px solid #125ab1;
    text-decoration:none !important;
    /*background-color: rgba(123,130,138,0.6);
    color:#fff;
    text-decoration:none;*/
}
.btn-tickets-white {
     float: unset;
 /* background: url('/img/bilet_disable_white.png') no-repeat; */
     background-color: rgba(123, 130, 138, 0);
     color: #f0f0f1;
     border: 2px solid #f0f0f1;
}
.btn-tickets-white:hover{
     color: #ffffff;
     border: 2px solid #ffffff;
}
.btn-tickets-white:focus, .btn-tickets:focus {
    background: #1b6cce;
    color: #fff;
    border: 2px solid #196acc;
	/*background-color:#1b6cce;*/
}
.btn-tickets-light {
    /*color:  rgba(123,130,138,0.6);*/
    border: 1px solid rgba(123,130,138,0.6);
}
.btn-tickets-light:hover {
    background-color: rgba(123,130,138,0.6);
    color: #fff;
}
.main4b .thumbnail {
    /*background-color: #676a70;*/
    padding: 0;
    height: 200px;
    overflow: hidden;
}
.main4b .thumbnail .img_wrap {
    max-width: 100%;
    max-height: 212px;
    overflow: hidden;
}
.main4b .thumbnail img {
    margin-top: 0px;
    max-width: 100%;
    height: auto;
}
.main4b h3 {
    color: white;
    font-family: "RobotoMedium";
    font-size: 19px;
    /*text-align: center;*/
    margin: 7px;
    line-height: 1.2;
}
.banner1 {
    text-align: center;
}
.main2b .caption h3{
    font-family: "RobotoRegular";
    /*font-size: 20px;*/
	color: #0373B5;
}
.main2b .caption h3:hover {
    color: #015587;
}
#caption-up{
    position: absolute;
    top: 92%;
    left: 18px;
    width: 94%;
    height: 92%;
    background-color:#3a3b3f;
    visibility: hidden;
    opacity: 0;
    margin-left:-4px;
    /*margin-top:4px;*/
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.thumbnail:hover #caption-up,.thumbnail:hover #caption-up-pop {
    visibility: visible;
    opacity: 0.9;
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
#caption-up-pop {
    position: absolute;
    top: 93%;
    left: 10px;
    width: 92%;
    height: 51%;
    background-color:#3a3b3f;
    visibility: hidden;
    opacity: 0;
    margin-left: 0px;
    margin-top: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#caption-up-pop p, #caption-up p {
    margin-bottom: 5px;
    font-size: 12px;
}
#caption-up-pop h3, #caption-up h3 {
    font-size: 16px;
}
.main4b .caption h3 {
    font-size: 14px;
}
.main4b .caption p {
    color: white;
}
.main4b {
    /*background-color: #e3e6e8;
    background: url('/img/modul_bg.png') repeat-x;*/
    padding-top: 30px;
    margin-top: -80px;
}    
.main2b {
    margin-bottom: -80px;
/*  padding-left:15px;
    padding-right:15px;
    margin-left:auto;
    margin-right:auto;*/
}
.main2b  .caption {
    padding:10px 20px !important;  
}
.main8b .caption h3 {
    color: white;
    font-family: "RobotoMedium";
    font-size: 16px;
    margin: 7px;
    /*text-align: center;*/
    line-height: 1.2;
}
.main8b .caption p {
    color: white;
}
.main8b .thumbnail {
    border: 0;
    padding: 0;
    /*margin-bottom: 16px;    
    margin-left:20px;*/
}
.row_name h3 {
    font-family: "Arial";
    color: rgb(3, 115, 181);
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 30px;
}
.name_title {
   font-family: "Arial";
   color: rgb(3, 115, 181);
   font-size: 28px;
   font-weight: bold;
   margin: 50px 0 35px 0;
   text-align: center;
   text-transform: uppercase;
}
.name_title span {
   position: relative;
   display: inline-block;
}
.name_title span:before, .name_title span:after {
    content: '';
    position: absolute;
    width: 90px;
    margin-top: 18px;
}
.underline, .name_title span:before, .name_title span:after {
    border-bottom: 3px solid;
    text-decoration: none;
}
.name_title span:before {
   left: -120px;
}
.name_title span:after {
   right: -120px;
}
@media (max-width: 620px) {

.underline, .name_title span:before, .name_title span:after {
    border-bottom: none;
    }
}
.main2b2 img {
    width: 50%;
}
.main2b2 .item {
    background-color: #a0aab4;
    padding: 0;
    position: relative;  
}
.main2b2 .caption {
    width: 100%;
    color: #fff;
    padding: 0 15px;
}
.main2b2 .col-lg-6 {
   margin-top:5px;
}
.main2b2 .col-lg-6 + .col-lg-6 {
    /*padding-right: 15px;
    padding-left: 5px;*/
}
.main2b2 p {
    line-height: 1.2;
    font-size: 11pt;
    margin-top:20px;
}
.main2b2 a {
    color: #fff;
    font-size: 11pt;
}
.main2b2 a:hover {
    color: #fd262c;
}
.main2b2  h3 a {
     font-size: 16pt;
}
.main2b2 .read-more {
    position: relative;
    bottom: 7px;
    right: 10px;
    text-align: right;  
}
.custom-padding {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.main4b2 .row_name h3, .main4b52 .row_name h3, .main4b53 .row_name h3 {
    font-family: "Arial";
    /*color: #ffffff;*/
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: left;
    margin-top: 15px;
}
.main4b2 {
    background-color: #294057;
    margin-bottom: 3px;
	margin-top: 30px;
}
.main4b52 {
    background-color: #ffab33;
    margin-bottom: 3px;
}
.main4b53 {
    /*background:url('/img/sneginky.png') 0 0 no-repeat;*/
    background-color: #00825e;
}
.main4b2 .container, .main4b52 .container, .main4b53 .container {
    /*margin-top:80px;*/
	margin-bottom: 35px;
}
.main4b2 h3, .main4b52 h3, .main4b53 h3, .main4b2 a, .main4b52 a, .main4b53 a {
    color: white;
    font-family: "RobotoRegular";
    font-size: 15px;
    /*line-height: 1.2;*/
}
.main4b2 a:hover, .main4b52 a:hover, .main4b53 a:hover {
    /*color: #ff0000;*/
}
.main4b2 .thumbnail, .main4b52 .thumbnail, .main4b53 .thumbnail {
    display: inline-block;
    /*background-color: inherit;*/
    border: 0;
    margin:0
}
.main4b2 .thumbnail img, .main4b52 .thumbnail img, .main4b53 .thumbnail img {
    margin: 0;
    width:100%;
    margin-bottom: 10px;
}
.main4b2 .readmore, .main4b52 .readmore, .main4b53 .readmore {
    background: #1b6cce;
	padding: 2px 8px;
    transition: background-color 0.3s linear;
}
.main4b2 .readmore:hover, .main4b52 .readmore:hover, .main4b53 .readmore:hover {
    /*color: #ff0000;*/
   background-color: #1b7df3;
}
.main4b2 h3, .main4b52 h3, .main4b53 h3 {
    /*max-width: 300px;*/
    min-height: 28px;
    margin-top: 10px;
}
.carousel {
    background: #eaeced;
    /*margin-top: 20px;*/
}
.carousel .item img {
    /*margin: 10px;*/
    float:right;
}
.carousel-inner {
    display: inline-block;
}
.carousel-control.left {
    background-image: none;
}
.carousel-control.right {
    background-image: none;
}
.slider-calendar {
    float: left;
    background-color: #1b6cce;
    width: 121px;
    height: 163px;
    margin: 10px;
    color:#fff;
}    
.slider-text {
    float: left;
    width: 450px;
}    
.slider-title{
    background-color: #1b6cce;
    height: 44px;
} 
.slider-title h3 {
    color: white;
    font-family: "RobotoMedium";
    font-size: 16px;
    line-height: 1.2;
}  
/* replace base style */
 .navbar {
    border:0px;
    border:none;
}
 ul.top_menu :first-child {
    /*background-color:#798590;*/
}
 .top_menu {
    background-color:#1b6cce;
}
  .dropdown-menu {
    font-size: 16px;
    padding: 10px;
/*	z-index: 10;*/
}
  .dropdown-menu > li > a {
    padding: 3px 4px;
    font-family: "RobotoRegular";
    color: #43474c;
    line-height: 1.8;
}
 #w3-collapse, #w4-collapse {
    background-color:#1b6cce;
    position: relative;
    z-index: 1;
}
 #w0 {
    float:right;
}
 #w1 {
    left: auto;
    right: 0px;
    /*margin-left:0px;
    padding-left:0px;*/
}
.top_menu_right {
    background-color:#1b6cce;
}
.phone_gray_bg {
   margin-left:0px;
   background-color:#798590;
   height: 50px;
   color:#fff;
   padding: 14px 10px 10px 6px;
   font-size:15px;
}
.navbar-header .phone_gray_bg {
    /* padding:5px; */
    /* height: 34px; */
}
.darkhome:before {	
	background-image: url("/img/home-white.png");
}
.whitehome:before {
    background-image: url("/img/home-white.png");
}
.active .darkhome:before {
	background-image: url("/img/home-white.png");
}
 #homebtn .glyphicon:before {
	width:27px;
}
.navbar-default {
    background-color: #1b6cce;
}
.navbar-default .navbar-nav > li > a {
    color:#f0f0f1;
    text-transform: capitalize;
    font-family: "RobotoRegular";
    font-size:16px;
    transition: background-color 0.4s linear;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #1b7df3;
}
.navbar-default .navbar-nav > .active > a {
    color: #fff;
    background-color: #1963bd;
}
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #1b7df3;  
}
@media screen and (min-width: 1250px) {
.home-news-block .col-lg-2 {
    width:120px;
    padding:0;
    padding-right: 15px;
}
.home-news-block .col-lg-8 {
    width: 965px;
}
.home-news-block div + .col-lg-2 {
    padding:0;
    padding-left: 15px;
   }
}
@media screen and (min-width: 1250px) {
.navbar-collapse {
    padding-left: 0px; 
    padding-right: 0px; 
   }
}
.top_shadow_menu {
    height:50px;
}
/*.top_shadow_menu .container{
    height:58px;
    background:url('/img/shadow_menu.png') center 50px no-repeat;
}*/
@media screen and (min-width: 1250px) {
    .affix-top .top_shadow_menu:after {
        content: "";
        display: block;
        background:url('/img/shadow_menu.png') center 0 no-repeat;
        position: absolute;
        height: 12px;
        width: 100%;
    }
}

@media screen and (max-width: 1250px) {
    .top_shadow_menu .container {
        background:none;
    }
}
.month_name {
    font-size:15px;
}
.day_name {
    font-size:14px;
}
.event_time {
    font-size:16px;
}
.main2b3 .thumbnail h3 {
    color: white;
    font-family: "RobotoMedium";
    font-size: 16px;
    line-height: 1.2;
}
.main2b3 .thumbnail {
    padding: 0;
    border-radius: 0;
    border: 0;
}
.ftext{
    background-color: #e8e8e9;
    /*margin-top: 15px; */
}
.ftext .caption {
    margin-top: 15px; 
    margin-bottom: 15px; 
}
.building-info .ftext .btn-more {
    margin: 15px auto;
    background: none;
    color: #5E6067;
}
.building-info .ftext .btn-more:hover {
    border-color: #818187;
    color: #000;
}
.building-info .ftext .caption {
    overflow: hidden;
	min-height: 125px;
}
.event_detail {
    text-align:left;
    padding:10px 0px;
    margin-left:0px;
  /*margin-right:-10px;
    background:#ffffff;*/
	line-height: 21px;
	border: 2px solid #f0f1f2;
}
.blue-event-panel {
    display:block;
    float:left;
    background:url('/img/blue_event_panel.png') 0px 0px no-repeat;
    width:359px;
    height:40px;
}
.panel-text {
    display:block;
    float:left;
    margin-left:65px;
    /*width:300px;*/
    text-align:center;
    margin-top:5px;
    color:#ffffff;
    font-size:15pt;
}
.event-seans-list {
    clear:both;
    display:block;
    float:left;
    margin-top:10px;
}
.event-list-date {
    display:block;
    float:left;
    padding-top:10px;
    padding-bottom:10px;
    width:140px;
    height:35px;
    border-bottom:2px solid #ccc;
}
.event-list-time {
    display:block;
    float:left; 
    width:140px;
    height:30px;
    margin-top:-10px;
    font-size:20px;
    text-align:right;
}
.lbl-day {
    display:block;
    float:left;
    font-size:15pt;
    margin-top:-5px;
    padding-right:10px;   
}
.lbl-time {
    display:block;
    float:left;
    width:100%;
    margin-top:10px;
    text-align:right;
}
.event-list-place {
    font-size:14px;
}
.event-list-place i {
    font-size:12px;
}
.event-list-price {
    font-size:13px;
}
.event-list-title, .event-list-place,.event-list-buttons,.event-list-price {
    height:60px;
    padding-top:20px;
}
.event-list-title a {
    color: #5e6067;
}
.event-list-title a:hover {
    color: #5893cf;
    text-decoration: none;
}
.event-list-price {
    margin-top:10px;
}
.event-list-buttons {
    margin-left: -20px;
    padding-top:20px;
}
ul.actorstab {
    list-style:none;    
    margin-left:0px;
    margin-top:15px;
    padding-left:0px;
}
ul.actorstab li {    
    display:inline; 
    margin-right:40px;
    font-family: "RobotoMedium";
    font-size:11pt;   
}
ul.actorstab li a {  
    color:#5e6067;
}
ul.actorstab li.active a {
    color:#87b1db;
}   
.h1text{
    font-size:18pt;
    font-weight:bold;
    text-transform:uppercase;
}
.h4text {
    clear:both;
    font-size:12pt;
    font-weight:bold;
    color:#fff;
    margin-bottom:10px;
}
.actor-abc-filter {
    background:#fff;
	margin-left:10px;
	margin-top:10px;
}
.actor-abc-filter span {
    color:#5e6067;
}
.ru_abc_filter {
    margin-left:10px;   
}
.en_abc_filter {
    margin-left:10px;
}
.abcfilter {
    font-size:11pt;
    color:#5e6067;
    font-family: "RobotoRegular";
}
span.abcfilter {
    color:#b8babf;
}
.actor-abc-filter a.active, span.abcfilter.active{
    color:#87b1db;
}
.banner_actors {
    margin-top:20px;
}
.actor-symbol {
    font-size: 20pt;
    font-family: "RobotoMedium";
	margin-left: 5px;
}
.actor-filter-list {
    list-style: none;
	font-size: 16px;
    margin-left: 5px;
    padding-left: 0px;
}
.actor-filter-list li {
    margin-top: 7px;
}
.footer-menu-block {
    background:#88929b;
    color:#fff;
    min-height:355px;
    height:auto;
    font-size:11pt;
}
.footer-menu-block a {
    color:#e4e4e4;
	font-size: 16px;
    transition: all .2s ease-in-out;
}
.footer-menu-block a:hover {
    text-decoration:none;
    color:#fff;
}
.footer-menu {   
    list-style:none;
    margin-top: 30px;
    margin-left: 20px;
    line-height: 26px;
    padding-left: 0px;
}
.footer-info {
    min-height:355px;
    height:auto;
    background:#5b5e67;
    color:#fff;
    font-size:11pt;
}
.footer-bottom-info {
    color:#5b5e67;
    font-size:8pt;      
    padding:0;
    /*line-height: 50px;*/
}
.copy-info {
	font-size: 10pt;
    float:left;
    padding:12px 10px;
	padding-bottom: 2px;   
}
.payment-info {
    float:right;    
    padding:10px 10px;
}
.left-footer-info {
    font-family:Arial;
    font-size:9pt;
    color:#e4e4e4;
    width:92%;
    margin-left:15px;
}
.left-footer-info table p {
    width:92%;  
    margin-left:18px;
    margin-top:8px;
}
.right-footer-info {
    font-family:Arial;
    font-size:9pt;
    color:#e4e4e4;
    margin-left:10px;
}
.right-footer-info {
        width:92%;
    text-align:initial;
}
.form-control {
    background-color: #e8e8e9;
}
.subscr-email {
    width:100%;
	background-color: #e4e4e4;
    color: #000;
	margin-left: -15px;
}
.subscr-btn {   
    color: #000;
}
.info-block-footer {
    margin-top:46px;
  /*width:260px;*/
    border:1px solid #e4e4e4;
    padding:12px;
    text-align:center;
}
.soc_icon_group {
    display:block;
    margin:0px auto;
    width:100%;    
}
.soc_icon {
    margin:20px;
}
.icon_fb{
    display:block;
    float:left;
    background:url('/img/soc_icons.png') 0px 0px no-repeat;
    height:24px;
    width:24px;
}
.icon_tw{
    display:block;
    float:left;
    background:url('/img/soc_icons.png') -40px 0px no-repeat;
    height:24px;
    width:24px;
}
.icon_vk{
    display:block;
    float:left;
    background:url('/img/soc_icons.png') -75px 0px no-repeat;
    height:24px;
    width:35px;
}
.icon_gp{
    display:block;
    float:left;
    background:url('/img/soc_icons.png') -125px 0px no-repeat;
    height:25px;
    width:35px;
}
a.icon_fb:hover{
    background:url('/img/soc_icons.png') 0px -25px no-repeat;
}
a.icon_tw:hover{
    background:url('/img/soc_icons.png') -40px -25px no-repeat;

}
a.icon_vk:hover{
    background:url('/img/soc_icons.png') -75px -25px no-repeat; 
}
a.icon_gp:hover{
    
    background:url('/img/soc_icons.png') -125px -25px no-repeat;    
}
.clear{
    display:block;
    float:left;
    clear:both;
}

/******** menu *********/

.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    background:#1b7df3;
    color:#ffffff;
    box-shadow:none !important;
}
.navbar-default .navbar-nav > .open {
    margin-top:-5px;
    padding-top:5px;
    background:#1b7df3;
    color:#67737e;
} 
.navbar-default .navbar-nav > .open >ul.dropdown-menu{
    border-top:3px solid #1b7df3;
    /*padding-right:10px;
    padding-left:10px;*/
    min-width:320px;
	padding: 5px 10px 15px 10px;
}
.navbar-default .navbar-nav > .open > ul.dropdown-menu > li{
    border:none !important;
    border-radius:0px !important;
}
.navbar-default .navbar-nav > .open > ul.dropdown-menu > li > a:hover, 
.navbar-default .navbar-nav > .open > ul.dropdown-menu > li > a:focus ,
.navbar-default .navbar-nav > .open > ul.dropdown-menu > li > a:hover > .bh_caret:after,
.navbar-default .navbar-nav > .open > ul.dropdown-menu > li > a:focus .bh_caret:after {
    background:#1b7df3;
    color:#fff !important;
    box-shadow:none !important;
}
.navbar-default .navbar-nav > .open > ul.dropdown-menu > li.dropdown-submenu > ul{
    list-style:none;
    margin-left:5px;
	margin-right: 5px;
    /*padding-right:10px;*/
	padding-left: 14px;
	box-shadow: inset 2px 3px 10px rgba(0,0,0,.2);
}
.navbar-default .navbar-nav > .open > ul.dropdown-menu > li.dropdown-submenu > ul li a{
    font-family: "RobotoRegular",Arial, sans-serif;
	color:#47474a;
    font-size:14px;
    line-height: 1.8;
    padding: 1px 5px 2px 5px;
    white-space: nowrap;
}
.navbar-default .navbar-nav > .open > ul.dropdown-menu > li.dropdown-submenu > ul li {
    padding-bottom:3px;   
}
.navbar-default .navbar-nav > .open > ul.dropdown-menu > li.dropdown-submenu > ul li a:focus,
.navbar-default .navbar-nav > .open > ul.dropdown-menu > li.dropdown-submenu > ul li a:hover{
	color:#fff;
	background-color: #ffab33;    
}
.dlg_calendar{
    width:50px;
}
/*Modal*/
.modal-dialog{
    /*font-family: "RobotoLight";*/
    font-size: 16px;
    font-weight:normal;
    /*width: 360px;*/
}
.modal-dialog label{
    font-weight:normal;
}
.modal-content{
    border-radius: 4px;
	padding: 7px;
    border: none;
    /*white-space: nowrap;*/
    background-color: #f7f7f8;
}
.modal-header{
    font-family: "RobotoLight";
    background-color: #1b6cce;
    color: #fcfcfd;
	border-radius: 2px;
    padding: 10px 0;
}
.modal-header h4{
    text-align: center;
    white-space: normal;
	font-size: 20px;
}
.modal-footer{
    border: none;
    text-align: center;
    padding: 5px;
    padding-bottom:20px;
}
.modal-footer button{
    font-family: "RobotoMedium";
    color: #fff;
    background-color: #1b7df3;
    padding: 5px 20px;
}
.modal-dialog .hasDatepicker{
    width: 105px;
    background: url("../img/calendar-icon.png") 84px no-repeat;
    border: 1px solid #a0aab4;
}
.modal-body{
    padding: 15px;
    line-height: 30px;
}
.modal-body .row div{
    padding: 5px 10px;
    white-space: nowrap;
}
.modal-body .modal-header{
    margin-top: 10px;
}
.modal-body .row div a{
    /*color: inherit;*/
}
.modal-body input[type="checkbox"] {
    display:none;
}
.modal-body input[type="checkbox"] + label span{
    display:inline-block;
    width:19px;
    height:25px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background: url("../img/check-bg.png") left -2px no-repeat;
    cursor:pointer;
}   
.modal-body input[type="checkbox"]:checked + label span {
    background: url("../img/check.png")  left -2px no-repeat;
}
#event_intro, .event_detail, .event-descr{
    /*height:358px;*/
    overflow:hidden;
}
#event-info-modal .event_detail, #event-info-modal #event_intro{
    overflow: visible;
    white-space:normal;
}
textarea.form-control {
    height: 55px;
}
/*End Modal*/
.field-contactform-body textarea.form-control {
	height: 210px;
}
/** Event Sites **/
@media (min-width: 1000px){
    .letter-site-list{
        width: 20%;
        padding: 0 5px;
}
	#go-order .modal-dialog{
			width:500px;
 }	
}

@media (max-width: 530px) {
    .cat-filter a{  
      /*  flex-flow: column;
        width: 224px; */
	    width: 100%;
}
	#go-order .modal-dialog{
		width:98%;
	}
}
.abc-list a{
    color: #343538;
    /* line-height: 26px;
     padding: 1px 5px 2px 5px;*/
}
.abc-list a:hover, .abc-list a:focus {
    color: #fff;
    background-color: #ffab33;
}
.abc-list-img img{
    min-width: 40px;
}
/** End Event Sites **/
.glyphicon {
    line-height: 3.2;
}
.glyphicon:before {
    width: 24px;
    height: 24px;
    display: block;
    margin-top: -5px;
    margin-bottom: -5px;
}
.navbar .glyphicon:before, #header .glyphicon:before {
    content: "";
}
.glyphicon-calendar:before {
    background-image: url("/img/calendar.png");   
}
.glyphicon-search:before {
    background-image: url("/img/search.png");
}
.glyphicon-home:before {
    background-image: url("/img/home.png");
    width: 27px;
}
.glyphicon-user:before {
    background-image: url("/img/login-icon.png");
    width: 17px;
    height: 19px;
    margin-left: 10px;
}
.glyphicon-phone:before {
    display: none;
}
.glyphicon-map-marker:before {
	padding-top: 3px;
	padding-left: 2px;
}
li.phone_gray_bg {
    font-size: 16px;
}
.navbar-right {
    margin-right: 0 !important;
}
.navbar-header .top_menu_right {
    margin: 0px 0;
    /* margin-left: 15px; */
    background-color: transparent;
}
.navbar-header .top_menu_right li {
    float: left;
    margin-right: 0px;
}
.navbar-header .top_menu_right li a {
    padding: 15px 20px;
}
.main-logo{        
        width:200px;
}
    /*(max-width: 400px)*/
@media screen and (max-width: 767px) {
    .main-logo{        
        width:100%;
    }
    
}
.main-according .accordion-group {
    margin-bottom: 0px;
    border:0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}    
.main-according .accordion-heading {
    height: 34px;
    border-top: 1px solid #717171; /* inner stroke */
    border-bottom: 1px solid #5A5A5A; /* inner stroke */
    background-color: #353535; /* layer fill content */
    background-image: -moz-linear-gradient(90deg, #595b59 0%, #616161 100%); /* gradient overlay */
    background-image: -o-linear-gradient(90deg, #595b59 0%, #616161 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(90deg, #595b59 0%, #616161 100%); /* gradient overlay */
    background-image: linear-gradient(90deg, #595b59 0%, #616161 100%); /* gradient overlay */
    list-style-type:none;
}  
.accordion-toggle{
    height:32px;
}
.homepagemenuitem a span:before{
    color:red !important;
}
.homepagemenuitem a{
    background:#1963bd !important; 
}
.homepagemenuitem a:hover{
    background:#1b7df3 !important;
}
.main-according .accordion-heading  a{  
    color: #cbcbcb; /* text color */
    text-shadow: 0 1px 0 #3b3b3b; /* drop shadow */
    text-decoration:none;
    font-weight:bold;  
}
.main-according .accordion-heading  a:hover{  
    color:#ccc     
}
.main-according .accordion-heading .active {
    width: 182px;
    height: 34px;
    border: 1px solid #5b5b5b; /* inner stroke */
    background-color: #353535; /* layer fill content */
    background-image: -moz-linear-gradient(90deg, #4b4b4b 0%, #555 100%); /* gradient overlay */
    background-image: -o-linear-gradient(90deg, #4b4b4b 0%, #555 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(90deg, #4b4b4b 0%, #555 100%); /* gradient overlay */
    background-image: linear-gradient(90deg, #4b4b4b 0%, #555 100%); /* gradient overlay */
}
.bh_caret:after {
    content: ">";
    position: absolute;
    /*font-size:0.96em;
    margin-top:-1px;*/
    right: 16px;    
    color: #5B5E67;
    font-weight: 200;
    padding:0px;
}
.bh_caret.active:after {
    /*margin-right: 2px;*/
    margin-top:0px;
    content: "x";
    font-size:16px;
}
#bh_mobile_menu .bh_caret:after {
    content: ">";
    position: absolute;
    font-size:14px;
    margin-top:0px;
    right: 16px;    
    color: #ffffff;
    font-weight: 200;
    padding:0px;
}
#bh_mobile_menu .bh_caret.active:after {
    margin-left: 3px;
    margin-top:-1px;
    content: "x";
    font-size:13px;
}

/* action group */

.seans-name a {
    color: #5e6067;
    font-size: 15px;
    font-family: "RobotoBold";
}
.building-name {
    font-size: 13px;
}
table.date .day-number, table.date .day {
    font-weight: bold;
    border-bottom: 2px solid #c4c5d2;
    vertical-align: bottom;
}
table.date .day {
    text-align: right;
    text-transform: uppercase;
}
table.date .day-number {
    text-transform: lowercase;
}
table.date .day-number span {
    font-size: 18px;
}
table.date {
    width: 100%;
    margin-top: -33px;
}
table.date .time {
    text-align: right;
}
table.date .status, span.sold {
    color: #ff3333;
}
.seanses {
   /*font-size: 13px;*/
}
.seanses .row {
    margin: 47px 0;
    margin-left: 0px;
    margin-right: 0px;
    /*box-shadow: 0 5px 15px rgba(0,0,0,.15);*/
	border: 2px solid #f0f1f2;
}
div.heading {
    font-size: 16px;
	padding: 5px 0px 0px 0px;
}
div.months-filter {
	margin-top: 5px;
    font-size: 14px;
}
div.months-filter a {
     padding: 2px 4px;
}
button {
    background: #d7797c;
    color: #fff;
	line-height: 20px;
	border: 1px solid #c97073;
    transition: background-color 0.4s linear;
}
button:hover {
    background: #a45255;
}
.heading h3 {
    margin-top: 0;
    font-size: 20px;
    font-family: "RobotoRegular";
    text-transform: none;
}
div.seanses {
    margin: 15px 0;
}
div.months-filter span {
    font-size: 18px;
}
.cat-filter{
    font-size: 16px;
	padding-top: 5px;
    /*padding: 10px;
    border: 1px solid #cbcccc;
    box-shadow: inset 2px 3px 10px rgba(0,0,0,.2);*/
    display: flex;
    flex-flow: row wrap;
}
.cat-filter a {
    color: #43474c;
    padding: 3px 10px 5px 20px;
    margin: 2px;
    background: url(../img/check-bg.png) left -2px no-repeat;
    transition: background-color 0.5s linear;
}
div.months-filter a:hover,.cat-filter a:hover {
    /*color: #fd262c;
    background-color: #1b7df3;*/
	text-decoration: underline !important;
}
.cat-filter a:focus {
    color: #fd262c;
   	text-decoration: underline !important;
}
div.months-filter a.active {
    color: #fff;
    background-color: #ffab33;
}
.cat-filter a.active {
    background: url("../img/check.png")  left -2px no-repeat;
    color: #fd262c;
 	text-decoration: underline !important;
}
/*.cat-filter a.active:hover {
    color: #43474c
}
div.months-filter a.active:hover {
    text-decoration: none;
	color: #fff;
}*/
a#map-link {
	margin-left: -15px;
	cursor: pointer;
}
td.status a {
    float: right;
    color: #ff3333;
}
button.other-seanses {
    font-size: 11px;
    padding: 3px 6px;
}
div.other-seanses {
    padding: 0;
	margin: -5px 0 5px 0;
    font-size: 16px;
    text-decoration: underline;
}
.modules h4 {
    text-transform: uppercase;
}
button.show-more {
    margin: auto;
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
    color: #ffffff;
    background-color: #ffab33;
    border: 2px solid rgb(255, 164, 35);
}
button.show-more:hover, .show-more:focus {
    color: #fff;
    background-color: #f3940b;
    border-color: #eb8c06;
}
/*-------------------------------
    Mobile Bar                   
 ------------------------------*/
.bh_wrapper{
    float:left;
    position: relative;
    margin-left:auto;
    margin-right:auto;
    padding-left:15px;
    padding-right:15px;
    /*z-index: 2;*/
    /*box-shadow: -1px 0px 8px rgba(0,0,0,0.3);
    -webkit-transition: all ease .4s;
    transition: all ease .4s;*/
}
#bh_mobile_bar_door{display: none;}

.bh_wrapper.menu_open{
    opacity: 1;
    -webkit-transform: translateX(290px);
    -ms-transform: translateX(290px);
    transform: translateX(290px);
}
#bh_mobile_bar_door.checked + label + div{opacity: 1}

#bh_mobile_bar_closer{
    position: fixed;
    left: 280px;
    top: -40px;
    height: 40px;
    width: 35px;
    color: #dadfe3;
    background-color: #2b4762;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    z-index: 3;
    font-weight: 400;
    visibility: hidden;
    opacity: 0;
}
#bh_mobile_bar_closer.show{
    visibility: visible;
    top: 0;
    opacity: 1;
    -webkit-transition-delay: .0s;
    transition-delay: .0s;
}
#bh_mobile_bar{
    position: fixed;
    z-index:10;
    left: -300px;
    top: 0;
    width: 280px;
    height: 100%;
    background: #2b4762;
    overflow: hidden;
    padding-bottom: 20px;
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s;
}
#bh_mobile_bar > div{
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    width: 280px;
    height: 100%;
	top: 20px;
    -webkit-overflow-scrolling: touch;
}
#bh_mobile_menu li a,
#bh_mobile_menu li label{
    line-height: 1.2;
    color: #dadfe3;
   /*border-bottom: 1px solid #76787f;*/
    text-decoration: none;
    display: block;
    /*padding: 12px 20px 10px 12px;*/
    font-size: 20px;
    cursor: pointer;
    margin: 0;
    position: relative;
    font-weight: normal;
    background-color: transparent; 
}
#bh_mobile_menu li label,
#bh_mobile_menu li a:hover,
#bh_mobile_menu li a:focus{
    background-color: #243c53;   
}
#bh_mobile_menu{
    padding: 0;
    margin: 0 0 30px 0;
    -webkit-user-select: none;
}
#bh_mobile_menu li ul{
    width: 100%;
	background: #57626c;
}
#bh_mobile_menu .dropdown-menu .divider {
    display: none;
}
#bh_mobile_menu > li > ul > li > label,
#bh_mobile_menu > li > ul > li > a{
    padding-left: 15px;
    cursor: default;
    font-family: "RobotoLight", sans-serif;
    font-size: 15px;
    line-height: 2.1; 
}
#bh_mobile_menu > li > ul > li > a:hover,
#bh_mobile_menu > li > ul > li > a:focus{
    color: #fff;
    background-color: #64707b;
}
#bh_mobile_menu > li > ul > li > ul > li > label,
#bh_mobile_menu > li > ul > li > ul > li > a{
    padding: 8px;
    padding-left: 20px;
    cursor: default;
    font-family: "RobotoLight", sans-serif;
    font-size: 15px;
    color: #f7f7f8; 
    /*background-color: #798590;*/
}
#bh_mobile_menu > li > ul > li > ul > li > label, 
#bh_mobile_menu > li > ul > li > ul > li > a:hover,
#bh_mobile_menu > li > ul > li > ul > li > a:focus{
    color: #e4e6ec;
    background-color: #859099;
} 
#bh_mobile_menu > li > ul > li > ul > li > ul > li > label,
#bh_mobile_menu > li > ul > li > ul > li > ul > li > a{
    padding-left: 50px;
}
#bh_mobile_menu li.menu-item-has-children > a:after{
    position: absolute;
    right: 20px;
    top: 0;
    height: 100%;
    font-family: 'FontAwesome';
    content: '\f105';
    line-height: 46px;
    color: #ffffff;
    display: block;
    font-size: 13px;
}
#bh_mobile_bar .bh_search_on_menu{
    width: 290px;
}
#bh_mobile_bar .bh_search_on_menu input{
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    padding: 35px 25px;
    background-color: #262A2E;
    color: #FFFFFF;
    border: none;
}
#bh_mobile_bar .bh_search_on_menu button{
    display: none;
}
.responsive_menu_trigger {
    text-indent: 1px;
    font-size: 25px;
    font-weight: 300;
    color: #FFFFFF;
    text-align: left;
    height: 40px;
    line-height: 38px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    outline: none;
    background: #292F31;
    padding: 1px 20px;
    margin: 0 -15px;
}
.responsive_menu_trigger:after {
    width: auto;
    height: auto;
    box-shadow: none;
    left: auto;
    top: 0;
    right: 20px;
    background: none;
    color: #FFFFFF;
    font-family: FontAwesome;
    content: '\F0C9';
    font-size: 28px;
    line-height: 41px;
    position: absolute;
}
#search-modal button.close {
    position: absolute;
	font-family: sans-serif;
    top: 0px;
    right: 0px;
}
#search-modal div.modal-body {
    /*padding: 20px 25px;*/
}
#date-selector button.close {
    top: 6px;
    right: 10px;
    position: absolute;
    margin: 0;
    color:#ffffff;
    text-shadow:none;
    opacity:1;
}
.seanses .event-descr {
  /*background-color: #fff;*/
    padding: 15px 0;
}
.seanses .seanses {
    position: absolute;
    top: 0;
}
.seanses .seanses > a, .seanses .seanses p {
    text-transform:uppercase;
    text-decoration:underline;
    color: #425f9b;
    font-size: 20px;
    font-style: italic;
    cursor: pointer;
}
.seanses .seanses > div {
    width: 280px;
    border-radius: 0;
    padding: 15px 20px;
    margin: -43px -20px;
}
.seanses .seanses ul {
    margin: 0 -10px;
}
.seanses .seanses ul li {
    padding: 5px 10px;
    cursor: pointer;
}
.seanses .seanses ul li:hover {
    background-color: #1b7df3;
}
.seanses .seanses ul li a {
    color: #45484f;
    text-decoration: none;
    display: block;
}
.seanses .seanses ul li:hover a {
    color: #fff;
}
#nav.affix {
    top: 0;
    z-index:10;
}
@media (max-width: 1250px) {
    #nav {
        padding: 0;
  }
}
@media (max-width: 950px) {
    #nav.affix {
        width: 100%;
  }
}
#header {
    padding: 10px 0;
}
#search-results h4, #search-results p {
    margin-top: 20px;
}
div#moreeventinfo, div.moreeventinfo {
    text-align: center;
    background: #fff;
    margin-left: -5px;
    margin-right: -8px;
}
ul.scrollable {
    /*height: auto;*/
    overflow-x: hidden;
	height:300px;
	overflow-y:scroll;
}
.event-descr ul.scrollable>li>a>span{
    padding-left: 15px;
}
/*col 15*/
.col15-xs-15,
.col15-sm-15,
.col15-md-15,
.col15-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col15-xs-15 {
    width: 50%;
    float: left;
}
@media (max-width: 400px) {
.col15-sm-15 {
    width: 100%;
    float: left;
	padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 400px) {
.col15-sm-15 {
    width: 50%;
    float: left;
  }
}
@media (min-width: 600px) {
.col15-md-15 {
    width: 33%;
    float: left;
	/*	padding-right: 9px;
    padding-left: 9px; */
  }
}
@media (min-width: 1200px) {
.col15-lg-15 {
    width: 20%;
    float: left;
	
  }
}
/*-------------------------------
    Blog Widget
 ------------------------------*/
 .met_content{
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}
.met_blog_widget_wrapper{
    background-color: #eaeced;
}
.met_blog_widget_item{
    float: left;
    width: 100%;
}
.met_blog_widget_date{
    float: left;
    display:block;
    padding: 10px 10px;
    text-align: center;
    width:140px;
    height: 198px;
}
.met_blog_widget_date a{
    display: block;
    color: #FFFFFF;
    background-color: #5893cf;
    padding: 5px;
    /*width:130px;
    height: 184px;*/
}
.met_blog_widget_date a:hover{
    text-decoration: none;
}
.met_blog_widget_day,
.met_blog_widget_monthyear{
    font-weight: 600;
    display: block;
    text-align: center;
}
.met_blog_widget_day{
    font-size: 72px;
    line-height: 72px;
}
.met_blog_widget_monthyear{
    font-size: 14px;
    line-height: 20px;
}
.met_blog_widget_misc{
    float: right;
    width: 20%;
    
    padding: 10px 10px;
    margin-right:15px;
}
.met_blog_widget_misc img {
    /*max-width: 100%;*/
    width:100%;
    height: auto;
}
.met_blog_widget_content{
    float:left;
    display:block;
    width: 60%; 
    min-height: 162px;
    height: 180px;
    margin: auto;
    padding: 10px 3px;
    padding-left:7px;
    
    color: #878787;
}
.met_blog_widget_title{
    display: block;
}
.met_blog_widget_title h3{
    color: #FFFFFF;
    line-height: 16px;
    margin-bottom: 10px;
    background-color: #1b7df3;
    margin-top: 0;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: bold;
    text-decoration:none;
}
.met_blog_widget_content a{
    text-decoration:none;
}
.met_blog_widget_descr{
    font-size: 13px;
    line-height: 20px;
}
.met_blog_widget_category a,
.met_blog_widget_category span{
    display: inline-block;
}

.met_blog_widget_share a{
    display: none;
    font-size: 19px;
    color: #FFFFFF;
    margin-right: 10px;
}
.met_blog_widget_share a:last-child {
	margin-right: 0
}
.met_blog_widget_share:hover a{
    display: inline-block;
}
.met_blog_widget_share:hover span{
    display: none;
}
.met_blog_widget_nav{
    position: relative;
    float:right;
    right: 0;
    top: -7px;
    /*z-index: 2;*/
}
.met_blog_widget_nav a{
    color: #FFFFFF;
    display:block;
    font-size: 30px;
    margin-left: 16px;
    text-decoration:none;
}
.met_blog_widget_nav a:first-child{
    margin: 0;
} 
.top_info_seans div.met_blog_widget_date{
    /*float: left;
	width:inherit;
    text-align: center;
    text-transform: lowercase;
    background-color: transparent;
    margin-right: -15px;
    padding-top: 0;*/
}
.top_info_seans > div {
    background-color: #eaeced;
    padding-top: 20px;
    font-family: RobotoRegular;
}
.top_info_seans b {
    font-size: 18px;
    margin-bottom: 5px;
}
.top_info_seans i {
    font-size: 14px;
    font-family: Arial;
}
.top_info_seans i a {
    font-size: 12px;
    text-decoration: underline;
}
.top_info_seans i > a {
    color: inherit;
}
@media (min-width: 1200px) {
.top_info_seans>div {
    height: 144px;
  }
}

@media (min-width: 320px) {
.top_info_seans>div {
    height: 144px;
    background-color: #eaeced;
	padding-top:5px;
  }
}

@media (max-width: 500px) {
.allseanslist{
	position:relative !important;
	/*border:1px solid red;*/
  }
}
.poster{
	width:100%;
	margin: 15px 0;
	/*margin-left: 15px;*/
}
.top_info_seans .ticket-links{
    position: relative;
    right: 10px;
    bottom: -47px;
    display: table;
    float: right;
}
.top_info_seans .ticket-links > a{
}
@media (max-width: 768px) {
    .top_info_seans .ticket-links{
        bottom: 0px;
  }
}
/*navbar*/
@media (max-width: 1250px) {
  .navbar-header {
    float: none;
}
.navbar-left,.navbar-right {
    float: none !important;
}
.navbar-toggle {
    display: block;
    background-color: #1b6cce;
    border: none;
    border-radius: 0px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus{
    background-color: #1b7df3;   
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fcfcfd;
}
.navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-collapse.collapse {
    display: none!important;
}
.navbar-nav {
    float: none!important;
    margin-top: 7.5px;
}
.navbar-nav>li {
    float: none;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.collapse.in{
    display:block !important;
  }
}
.center_annoncement{
    width:100%;float:left;
}
@media (max-width: 1200px) {
    .center_annoncement{
        padding:0px !important;
  }
}
.home-news-block{
    /*margin: 20px 0 0 0; */
}
.main2b3{
    /*margin-top:42px;*/
    margin: 0 0 10px 0;
}

/*do not miss*/
.modules{
    /*position:fixed;
    right:0;*/
    margin-left:-1px;
    display:block;
    width:190px;
    height:auto;
    overflow:hidden;
    /*text-wrap:auto;*/
}
.modules img{
    width:190px;
    height:auto;
	margin-left:-15px;
}
.ui-widget {
    font-family:'RobotoLight' !important;
}
.ui-datepinker {
    width:13em !important;
}
.media_hidden_block{
	display:block;
}
.hidden_event_block{
	display:none;
}
.event-info-block{
	display:block;
	float:left;
	height:150px;
}
.event_build {
    margin-top: 22px;
}
#event_build_name{
	line-height:22px;
	font-size:18px;
}
@media (max-width: 950px) {
	#event_build_name{
	font-size:16px;
}
#trackmap{
	display:none;
}
.media_hidden_block{
	display:none;
	width:0px;
}
/*#full_info_event{
	width:77%;
}*/	
.top_info_seans > div {
	padding-top:5px;
  }
}
@media (min-width: 1240px) {
.event-detail .btn-ytb{
	margin-top: 15px;
    margin-left: 18px;
}
.event-detail .price_div{
	padding-top: 48px;
	font-family: 'RobotoMedium', sans-serif;
    color: #018a48;
    font-size: 20px;
    letter-spacing: -0.2px;
  }
}
@media (max-width: 390px) {
	
#info_event_block{
	margin-top: 10px;
  }
}
/*@media (max-width: 498px) {
	#full_info_event{
		width:79%;
  }	
}*/
.event-date-wrapper{
    margin-left: 14px;
    float: left;
}
.event-info-wrapper{
    margin-left: 140px;
}
.event-date {
    width: 125px;
    height: 150px;
    float: left;
    margin: 0 0 0 14px;
    background: #f4f4f5;
    display: block;
    cursor: pointer;
    padding-bottom: 70px;
    /*color:#ebecec;*/
    text-align: center;
}
@media (max-width: 1239px) {
.event-detail .btn-ytb{
	margin-top:15px;
	float:left;	
}	
  .carrus-custome .event-date {
    width: 50%;
    height: auto;
    background: #306498;
    display: block;
    cursor: pointer;
    float: left;
    margin: 0px 0 10px 10px;
    padding-bottom: 30px;
}
.event-detail .price_div{
	font-family: 'RobotoMedium', sans-serif;
    color: #018a48;
    letter-spacing: -0.2px;
	font-size: 18px;
	margin-top:10px;
  }
}
.event-date:hover {
  text-decoration: none;
  /*color: #ebecec;*/
}
.event-detail .event-date{
    margin: 0px -3px;
}
.seans .event-date{
    margin: 10px;
    margin-top: 0px;
}
.event-date-month, .event-date-number, .event-date-day, .event-date-time {
    padding: 0;
    margin: 0;
}
.event-date-month {
  font-family: "RobotoLight";
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  padding-top: 5px;
}
.event-date-number {
	font-family: "RobotoLight";
    font-size: 54px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    padding-top: 10px;
}
.event-date-day {
	font-family: "RobotoLight";
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    padding-top: 5px;
}
.event-detail .ticket-links{
    position: absolute;
    bottom: -106px;/*-150px;*/
    width: 200px;
    right: 25px;
}
#event-info-modal .event-detail .ticket-links{
    position: static;
    width:33%;
}
.event-detail .ticket-links a{
    float: right;
}
.event-detail .seans-price-range{
    margin-top:50px; 
    font-size: 14pt;
}
@media screen and (max-width: 950px) {
    .event-detail .seans-price-range{
        margin-top:5px; 
        font-size: 12pt;
    }
    .hidden_event_block{
		display:block;
		padding-top:5px;
	}
	.event-detail .btn-ytb{
	   margin-top:15px;
    }
}
/* Module Event Parallax */
.module-event-parallax{
    position: relative;
	margin-top: 20px;
}
.module-event-parallax .bg-parallax{
    height: 460px!important;
    /*background-size: cover!important;*/
    /*box-shadow: 0 0 0 500px rgba(0, 0, 0, 0.2) inset;*/
}
.module-event-parallax .content-parallax{
    position: absolute;
    left: 0;
    top:0;
    width:100%;
}
.module-event-parallax .content-parallax .container{
    color:#fff;
    /*font-family: RobotoLight;*/
    text-shadow: 1px 1px 3px #666;
    font-size: 14pt;
}
.module-event-parallax .container h2{
    margin: 250px 0 10px; 
    font-family: RobotoBold;
}
.module-event-parallax .btn-tickets{
    background-image: url('/img/bilet_disable_white.png');
    margin-left: 20px;
}
.module-event-parallax .btn-info{
    background-image: url('/img/info_disable_white.png');
}
.module-event-parallax .controls{
    margin-top: 20px;
}	
@media screen and (max-width: 1250px) {
.module-event-parallax{
     display: none;
  }
}
.modal-header .close{
    margin-right: 12px;
    margin-top: 1px;
    color: #fff;
    opacity: 1;
}
h1,
.h1 {
    /*font-size: 28px;
    font-family: "RobotoRegular", sans-serif;
    padding-left: 15px;*/
    margin-top: 10px;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.9px;
    color: #43474c;
}
h2,
.h2 {
  font-size: 22px;
  font-family: "RobotoRegular", sans-serif;
  margin-top: 10px;  
}
h3, 
.h3 {
    font-size: 18px;
}
.modal-body .event-detail{
	margin-left:-20px;
	padding:0px 5px;
}
.nav > li > a {
	padding:15px 12px;
}
.step-selection{
    cursor:pointer;
}
.seans-status{
    color: #ff3333;
    border: 2px solid #ff333387;
    border-radius: 4px;
    display: block;
    width: 80px;
    text-align: center;
    font-family: "RobotoRegular", sans-serif;
    line-height: 15px;
    /* float: right; */
    margin: 15px 0px 15px 10px;
    padding: 5px;

}
.schedule-notice .seans-status{
    width:55px;
}
.main2b_button .seans-status{
    margin-bottom: 20px;
    padding-top: 5px;
    height: 30px;
    width: 100px;
}
.main2b_button .seans-status{
    display: inline;
}
.seans-status.tk_action{
    display: inline;
}
.text-grey{
    color: #fb2c33;
}
.text-grey:hover {
    /*color: #f5151c;*/
    text-decoration:underline!important;
}
.text-white{
    color: #ffffff;
}
a:hover.text-white{
    color: #ffffff;
    text-decoration: underline !important;
}
.contactinfo #phone-prefix{
    position: absolute;
    top:36px;
    left:22px;
}
.contactinfo #phone{
    padding-left: 53px;
}
.price-legend #prices {
    overflow: hidden;
    height: 20px;
    line-height: 20px;
    background: transparent;
    margin-bottom: -4px;
}
.price-legend .glyphicon {
    cursor: pointer;
	margin-top:-3px;
}
.price-legend .glyphicon-menu-right {
	right:25px;
}
.carousel-wrap {
    max-width: 100%;
    margin: 0 -25px 0 -30px;
    padding: 0 27px 0 15px;
}

@media (max-width: 949px) {
    #modal-callback .modal-dialog {
    width: auto;
    }
}
.circus-seanses{
	margin-top:-20px !important;
}
.circus-block-right{
	padding-left:10px;
}
.event_date{
	font-size:20px;
}
.event_daynum{
	font-size:22px;
}
.event_month{
	font-size:16px;
}
.event_day{
	font-size:16px;
}
.building a{
	font-size:20px;
}
 .go-all-link{
   	/*display: block;
	margin-top: 15px;
	margin-bottom: 12px;*/
	padding: 12px 30px;
	border:1px solid #ffffff;
	transition: background-color 0.5s linear;
}
.go-all-link:hover{
	/*display:block;*/
	background-color: #1e5890;
	border:1px solid #358ae0;
}
 .go-all-link2{
	padding: 12px 30px;
	border:1px solid #ffffff;
	transition: background-color 0.5s linear;
}
.go-all-link2:hover{
	background-color: #fdbe64;
	border:1px solid #fde7c7;
}
 .go-all-link3{
	padding: 12px 30px;
	border:1px solid #ffffff;
	transition: background-color 0.5s linear;
}
.go-all-link3:hover{
	background-color: #02b382;
	border:1px solid #01da9e;
}
.left_annoncement,.right_annoncement{
	width:120px; margin-top:-630px;
}
@media (min-width: 768px) {
  .modal-xl {
   width:50%;
   max-width:1145px;
  }
}

/*
Родителю сделать display: flex
Соседней кнопке width: 90px
*/

.select-hall{
    position: relative;
    z-index: 10;
    margin-right: 10px;
}
.select-hall button{
    width: 100px;
	/*line-height: 15px;
    padding: 5px;*/
}
.select-hall-item-container{
    width: 260px;
    position: absolute;
    top: 101%;
    left: 0;
    background: #fcfcfd;
    padding: 5px;
	border-top: 3px solid #d7797c;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    /*border: 1px solid #d6797ca1;*/
    border-radius: 0 3px 3px 3px;
    display: none;
}
.select-hall-item-container form{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.select-hall-item-container button{
    margin: 10px;
    width: 88px;
    font-size: 12px !important;
    height: 26px;
    background-color: #1b7df3;
    border: 1px solid #1b77e6;
}
.select-hall-item-container button:hover{
    background-color: #1b6cce;
    border: 1px solid #1b6cc7;
}
.select-hall-list{
    display: flex;
    flex-wrap: wrap;
}
.select-hall-item{
    display: flex;
    align-items: center;
    width: 250px;
    box-sizing: border-box;
	padding-bottom: 5px;
}
.select-hall-item input{
    margin: 0;
    margin-right: 8px;
	display:none;
}
.select-hall-item label{
    color: #015b90;
    text-decoration: underline;
    width: 100%;
    padding: 2px 0 5px 10px;
    margin: 0;
	font-weight: 400;
    font-size: 15px;
    transition: background-color 0.5s linear;
}
.select-hall-item label:hover{
    color: #ffffff;
    background: #1b7df3eb;
    border-radius: 1px; 
}
.selected-hall-item{
    color: #ffffff !important;
    background: #1b7df3eb;
    border-radius: 1px; 
}
.onOf{
    display: block;
}
.container-for-button{
    display: flex;
}
.abort-all-select{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d7797c;
    color: #fff;
    border: 1px solid #c97073;
    height: 26px;
    margin: 10px 5px 10px 0;
    font-size: 15px !important;
    font-weight: 400;
    padding: 0 5px;
    cursor: pointer;
}
.abort-all-select:hover{
    background: #01619a;
}
.phone {
	/*width: 160px;*/
}
.phone ul, 
 .phone li {
	list-style: none;
	padding: 0;
}
.phone-list{
	position: relative;
	background-color: #798590;
	height: 50px;
	padding-left: 0px;
}
.container-for-arrow {
    width: 15px;
    height: 15px;
	padding-top: 14px;
}
.arrow {
    cursor: pointer;
    position: absolute;
    width: 7px;
    height: 7px;
    left: 4px;
    margin-top: 20px;
    margin-left: 60px;
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    transform: rotate(-135deg);
    transition: .1s ease-in-out;
}
.phone-list-item {
	display: flex;
	padding-top: 14px;
}
.phone-list-item a {
	padding-left: 11px;
	color: #f0f0f1;
	font-size: 13px;
	margin-top: 15px;
}
.sub-phone-list {
    position: absolute;
    background: linear-gradient(to bottom, #798590 0%, #97a2ac 100%);
    width: 100%;
    top: 100%;
    left: 0;
    border-radius: 0 0 2px 2px;
	display: none;
    z-index: 10;
}
.sub-phone-list-item {
	transition: .1s ease-in-out;
	padding: 3px 0 3px 0 !important;
}
.block {
	display: block;
}
.label-default {
    background-color: #018a48;
    padding: .3em .9em .3em;
}