/**
 * @category	Individ
 * 2013 Individ LTD (http://individ.ru)
 */

/* Defaults */
*
{
	line-height: inherit;
	margin: 0;
	padding: 0;
}
html
{
	background: #fff;
	color: #000;
}
body
{
	font-size: 15px;
	line-height: 1.7;
}


*:focus
{
	outline: none;
}

a{
	color: inherit;
}
a:hover
{
	color: #2CA8EF;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	font-weight: normal;
	margin: 10px 0;
}
h1
{
/* 	font-size: 46px; */
	font-size: 32px;
	line-height: 1.2;
	color: #000;
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	margin: 0 0 27px;
}
h2
{
	font-size: 28px;
	font-weight: bold;
	margin: 36px 0 7px;
	color: #000;
}
h3
{
	font-size: 20px;
}
h4
{
	font-size: 18px;
}
h5
{
	font-size: 16px;
}
h6
{
	font-size: 14px;
}

h2.ntm {
	margin-top: 0;
}

p
{
	margin: 5px 0;
}

address
{
	font-style: normal;
}

fieldset,
img
{
	border: none;
}

q
{
	quotes: "\201e" "\201c";
}

ul,
ol
{
	list-style-position: outside;
	margin: 0 0 0 1.4em;
	padding: 0;
}
ul
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul li,
ol li
{
	margin: 0;
	padding: 0.3em 0;
}
#content ul
{
	list-style:disc outside none;
	margin:0 0 0 20px;
}
dl
{
	display: block;
}
dl dt,
dl dd
{
	float: left;
}
dl dt
{
	clear: both;
	margin-right: 0.5em;
}
dl:after
{
	clear: both;
	content: '';
	display: block;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

button,
input,
select,
textarea
{
	font: inherit;
}

input,
textarea
{
	outline: none;
}
input:active,
textarea:active
{
	outline: none;
}
button,
input[type=button],
input[type=submit],
input[type=image]
{
	cursor: pointer;
}
button[disabled],
input[type=button][disabled],
input[type=submit][disabled],
input[type=image][disabled]
{
	color: #777;
}
::-webkit-input-placeholder
{
	color: #777;
}
:-moz-placeholder
{
	color: #777;
}
.placeholder
{
	color: #777;
}




/* Tools and utils */
a.fake
{
	border-bottom: 1px dashed #000;
	text-decoration: none;
}
a.fake:hover
{
	border-bottom-color: transparent;
}
ul.flat,
ol.flat
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.flat li,
ol.flat li
{
	margin: 0;
	padding: 0;
}

.clearfix:before,
.clearfix:after
{
	display: table;
	line-height: 0;
	content: '';
}
.clearfix:after
{
	clear: both;
}

.clear
{
	clear: both;
	font-size: 0 !important;
	height: 0;
	line-height:0 !important;
	overflow: hidden;
}

.abs
{
	position: absolute;
}
.rel
{
	position: relative;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
.dnone
{
	display: none;
}
.dnone-lite
{
	visibility: hidden; position: absolute; top: -9999px; left: -9999px;
}

.img
{
	float: left;
	height: inherit;
	margin: 0 20px 5px 0;
	max-width: 732px;
}
.imgr
{
	float: right;
	margin: 0 0 20px 5px;
}

.hidden
{
	overflow: hidden;
}

.hr
{
	height:1px;
	border-top: dotted 1px #676767;
	margin: 10px 0;
}

.t_center
{
	text-align: center;
}
.t_right
{
	text-align: right;
}

textarea.bxeditor-textarea {
	line-height: 25px;
}

.text-block.nobottom {
	margin: 0;
    padding:0;
    background:none;
}

.tac {
    text-align:center;
}

#main-preview video[poster]{
    /* height:auto; */
    /* position:relative; */
}

.vjs-poster {
    background-size:cover;
}


@media screen and (max-width: 639px), screen and (max-device-width: 639px) {
	.event-img {
		height: 100%;
		width: 100%;
	}
    
    /*.schedule .cinemas .timeline {
        display: none !important;
    }

    .schedule .item .hall .hall-name-type {
        width: 50px !important;
        float: left;
    }

    .schedule .item .times {
        position: relative !important;
        float: left;
        left: 0 !important;
        width: 235px;
        padding: 0 !important;
    }    

    .schedule .item .times span.date {
        width: 235px;
        border-right: none;
    }

    .schedule .item .session-time {
        position: relative !important;
        float: left;
        left: 0 !important;
        margin: 0 7px 10px !important;
    }*/

    .hide320 {
        display: none !important;
    }

    /*.schedule .item .hall {
        padding: 10px 0 0 !important;
    }*/

}


.brcr {
    margin: 0px 0 10px;
}
.brcr ul {
    list-style: none !important;
	margin: 0 !important;
}
.brcr li {
	float: left;
    padding: 3px 0 !important;
}                    
.brcr li span {
	margin: 0 10px;   
    font-weight: bold;
    font-size: 15px;
    color: #FF8402;
}
.brcr a { 
color: #008BDA;
}
.brcr a:hover {
	color: #2ca8ef;
}


._clr { 
  zoom:1; 
}
._clr:before, ._clr:after { 
  content:""; 
  display:block; 
  overflow:hidden; 
} 
._clr:after { 
  clear:both; 
} 

.news-detail img {
	margin: 10px 20px 10px 10px;
}
.news-detail li {
    list-style-position: inside;
}

nav.top_submenu {
    font-size: 18px !important;
		margin: 0 0 15px !important;
		color: #000000;    
    line-height: 1;    
}
		nav.top_submenu a {
			display: inline-block;
			height: 20px;
			margin: 0;
			padding: 11px 25px 5px 0 !important;
			position: relative;
			text-decoration: none;
		}
    nav.top_submenu a.active,
    nav.top_submenu a.active:before,
    nav.top_submenu a.active:after {
        background: none !important;		
    }
    nav.top_submenu a.active span {
			border-bottom: none;
			font-weight: 700;
		}
		nav.top_submenu a span {
			border-bottom: 1px dotted black;
		}
		