body {
    margin: 0;
    padding: 0 0 0;
    text-align: center;
    font-weight: 400;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    color: #757575;
    line-height: 1.1em;
    background: #fff
}
header, footer, section, article, audio, aside, nav, video, detalies, summary, figure  {
    display: block
}
meter, mark, time {
    display: inline-block;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,dl, dt, dd,fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
p {
    line-height: 17px;
    text-align: left
}
h1, h1, h3, h4, h5, h6, strong, b {
    font-weight: 700
}
h3 {
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-size: 18px;
    color: #607278;
    text-transform: uppercase;
    background: url(../images/separator_bg.jpg) repeat-x left bottom
}
a {
    outline: none;
	text-decoration: none
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
.read-more {
    display: inline-block;
    font-weight: 700;
    color: #607278;
    text-decoration: underline
}
.read-more:hover {
    text-decoration: none
}
.item-left {
    float: left
}
.item-right {
    float: right
}
img.left {
    margin: 0 20px 5px 0;
}
img.item-center {
    margin: 5px auto 5px;
}
img.item-right {
    margin: 0 0 5px 20px;
}
.clearfix:after { 
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} 
.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
}
#wrapper {
	max-width: 1025px;
    padding-top: 11px;
	margin: 0 auto;
    text-align: left
}


/*==================================================================== BEGIN STYLE HEADER =========================================================*/
#header {
	position: relative;
    margin-bottom: 35px
}

.top-widget {
    float: right;
    margin-bottom: 3px
}
.selectbox {
	vertical-align: middle;
    cursor: pointer;
}
.selectbox .select {
    position: relative;
  width: 46px;
  height: 20px;
  padding: 0 5px 0px 8px;
  color: #607278;
  text-align: center
}
.selectbox .select .text {
	display: block;
    width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
    text-transform: uppercase
}
.selectbox .trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
}
.selectbox .trigger .arrow {
    display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 10px;
	height: 100%;
	overflow: hidden;
}
.selectbox .trigger .arrow:before {
    display: block;
    content: "";
    right: 0;
    /*margin-top: -2px;*/
    position: absolute;
    top: 5px;
    /*transition: all 0.2s ease 0s;*/
    border: 4px solid transparent; 
    border-top: 4px solid #607278 
}
.selectbox ul.dropdown {
	top: 33px;
    right: 0;
    width: 75px;
	margin-top: -12px;
	padding: 4px 0;
	background: #FFF;
    border: 1px solid #C6CBD0;
    border-radius: 4px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.2)
}
.selectbox li {
	padding: 5px 10px 6px;
	color: #231F20;
}
.selectbox li:hover,
.selectbox li.selected {
	background: #607278;
	color: #FFF;
}

#logo-item {
    position: relative;
    width: 100%;
    clear: both;
    overflow: hidden;
}
.logo {
    position: relative;
    display: block;
    width: 35.7%;
    height: 100%;
    float: left;
    padding: 2.2% 0 1.7%
}
.logo:before, .logo:after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 4px;
    left: 0;
    background: url(../images/separator_bg.jpg) repeat-x left center
}
.logo:before {
    top: 0
}
.logo:after {
    bottom: 0
}
.header-banner {
    width: 62.63%;
    float: right
}
#logo-item img {
    width: 100%;
    height: auto
}

/*==================================================================== MAIN MENU ================================================================*/
.nav-item {
    margin-top: 32px;
    background: url(../images/separator_bg.jpg) repeat-x left bottom    
}
#main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.sup-menu li {
    line-height: 1em
}
#main-menu .sup-menu > li {
    position: relative;
    float: left;
    padding-bottom: 18px;
    margin: 0 19px 0 8px;
    cursor: pointer;
    z-index: 10
}
#main-menu .sup-menu > li:first-child {
    margin-left: 0
}
#main-menu .sup-menu > li > a {
    position: relative;
    padding: 0 16px 0 0;
    font-weight: 700;
    font-size: 18px;
    color: #373737
}
#main-menu .sup-menu-li > a:before {
    display: block;
    content: "";
    right: 0;
    position: absolute;
    top: 11px;
    border: 4px solid transparent; 
    border-top: 4px solid #373737
}
#main-menu > .sup-menu > li:hover > a:before {
    border-top-color: #607278
}
#main-menu .sup-menu > li:first-child > a:first-child {
    padding-left: 0
}
#main-menu .sup-menu > li:hover > a {
    color: #607278
}
#main-menu .sub-menu{
    display: none;
    position: absolute;
    min-width: 145px;
    top: 32px;
    left: 0;
    padding: 14px 15px 2px 16px;
    z-index: 5;
    border: 1px solid #ededed;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    box-shadow: 0 0 3px #ededed;
    -moz-box-shadow: 0 0 3px #ededed;
    -webkit-box-shadow: 0 0 3px #ededed;
    -o-box-shadow: 0 0 3px #ededed;
    background: #fff
}
.sub-menu li {
    margin-bottom: 14px
}
.sub-menu a {
    position: relative;
    color: #757575;
		line-height: 18px;
}
.sub-menu a:hover {
    font-weight: 700;
    color: #353332
}

/*==================================================================== WIDGET SOCIAL ============================================================*/
.social-widget {
    width: 81px;
    float: left
}
#header .social-widget {
    position: absolute;
    bottom: 18px;
    right: 0
}
.social-widget a {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-left: 12px;
    text-decoration: none;
    background-image: url(../images/icons/icon_social.gif);
    background-repeat: no-repeat
}
.social-widget a:first-child {
    margin-left: 0
}
.social_1 {
    background-position: 7px top; 
}
.social_1:hover {
    background-position: 7px -25px 
}
.social_2 {
    background-position: center top; 
}
.social_2:hover {
    background-position: center -26px 
}
.social_3 {
    background-position: right top; 
}
.social_3:hover {
    background-position: right -25px 
}

.button-menu {
    display: none;
    /*float: right;*/
    position: absolute;
    top: 30px;
    right: 0;
    padding-right: 48px;
    font-size: 16px;
    color: #607278;
    background: none;
    border: none;
    cursor: pointer;
    line-height: 29px;
    background: url(../images/button-menu.gif) no-repeat right center
}

/*==================================================================== END STYLE HEADER =========================================================*/

/* Middle
-----------------------------------------------------------------------------*/

#middle {
	height: 1%;
	position: relative;
}

#container {
	width: 47.2%;
	float: left;
	overflow: hidden;
    margin-left: 3.1%;
	/*margin-right: -100%;*/
}

#adpage-container {
	width: 73%;
	float: left;
	overflow: hidden;
}

#adpage-container h1 {
	font-weight: bold;
	color: #607278;
	font-size: 24px;
	text-transform: uppercase;
	padding-top: 40px;
	line-height: 25px;
}

#adpage-container h1:after {
	content: "";
	display: block;
	height: 4px;
  background: url(../images/separator_bg.jpg) repeat-x left bottom;	
	margin: 18px 0px 35px 0px;
}

#adpage-container h2 {
	font-weight: bold;
	color: #000;
	font-size: 18px;
	margin-bottom: 5px;
}

#adpage-container p {
	color: #000;
	font-size: 15px;
	line-height: 19px;
	text-align: justify;
	margin-bottom: 15px;
}

#adpage-container ul {
	margin-bottom: 15px;
}

#adpage-container li {
	color: #000;
	font-size: 15px;
	line-height: 19px;
}

span.B_crumbBox, .B_crumb, .B_homeCrumb {
	font-size: 12px;
	color: #757575;
}


#content {
    width: 100%
}

/* Страница Партнеры */

ul.block-partners {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.block-partners li {
	display: inline-block;
	width: 33%;
	text-align: center;
	vertical-align: top;
	font-size: 14px;
	color: #000;
	margin-bottom: 35px;
	min-height: 115px;
}

ul.block-partners li img {
	margin-bottom: 25px;
}

/*====================================================================== SLIDER CONTENT =============================================================*/
#top-slider {
    
}
.flex-container a:active,
.box-slider a:active,
.flex-container a:focus,
.box-slider a:focus  { outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box-slider a img { outline: none; border: none; height: 300px;}

.box-slider {
	margin: 0;
	padding: 0
}

/* Скрываем слайды перед загрузкой ява-скрипта */
.slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.slides img {
	width: 100%;
	display: block;
    border: none;
    margin: 0;
    padding: 0
}

#slider_1 .caption {
    position: relative;
    padding: 19px 21px 32px;
    margin-top: -3px;
    color: #fff;
    background: #607278;
    right: 1px
}
#slider_1 .head_slider {
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    line-height: 1.1em
}
/* Подпись к изображению */
#slider_1 .slides p {
    margin-top: 11px
}
/* Чистим предидущее изображение для .slides */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides { display: block; }
* html .slides { height: 1%; }

.box-slider {
	position: relative;
	zoom: 1
}

.flex-container {
	min-width: 150px;
	max-width: 960px;
}
.slides { zoom: 1; }
.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

#slider_1 .flex-control-nav {
	position: absolute;
	width: 100%;
	top: 15px;
    right: 15px;
	text-align: right
}

.flex-control-nav li {
	display: inline-block;
	zoom: 1;
}

.flex-control-paging li a {
    position: relative;
	display: block;
	cursor: pointer;
	text-indent: -9999px !important;
	width: 11px;
	height: 11px;
	margin: 0 3px;
    font-size: 0px !important;
	background-color: transparent;
    border: 1px solid #969190;
	-webkit-border-radius: 50%;
	-moz-border-radius:  50%;
	border-radius: 50%;
}

.flex-control-paging li a.flex-active {
	background-color: #969190
}

/*======================================================================= TAB BLOCK MEDIA ====================================================*/
#block-media {
    position: relative;
    width: 100%;
    margin-top: 72px
}
#block-media .bx-controls {
    display: none
}

.tabs {
    position: relative;
    height: 280px;
    min-height: 280px;
     padding: 20px 20px 13px 20px;
	border: 1px solid #b9c6ca;
	border-radius: 0 3px 3px 3px;
    -moz-border-radius: 0 3px 3px 3px;
    -webkit-border-radius: 0 3px 3px 3px;
    -khtml-border-radius: 0 3px 3px 3px;
}

.tabs__caption {
    position: absolute;
    left: -1px;
    top: 1px;
    top: -33px;
	height: 33px;
    padding: 0;
    margin: 0;
	line-height: 31px;
	list-style: none;
    z-index: 5;
    /*display: none;
  visibility: hidden;*/
}
.tabs__caption li {
	float: left;
	display: inline-block;
    padding: 0;
    margin-right: 3px;
    font-weight: 700;
    font-size: 16px;
	color: #fff;
    text-transform: uppercase;
	cursor: pointer;
	border: 1px solid #607278;
	border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -khtml-border-radius: 10px 10px 0 0;
	position: relative;
    background: #607278;
}
.tabs__caption li span {
    display: block;
    position: relative;
    height: 100%;
    padding: 0 20px;
    color: #fff
    
}
.tabs__caption .active {
	border: 1px solid #b9c6ca;
    border-bottom: none;
    background: #fff
}
.tabs__caption .active span {
    padding-bottom: 1px;
	color: #373737;
    border-bottom: 1px solid #fff;
}
.tabs__caption a:hover span {
    color: #ccc
}
.tabs__caption .active:hover span {
    color: #373737
}

.tabs__content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 24px;
    visibility: hidden;
    z-index: 10
}
.tabs__content.active {
	/*display: block*/
    visibility: visible
}
.tabs__content:after {
    display: block;
    position: relative;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0
} 


/*===================================================================== SLIDER ALL STYLE ================================*/
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
.outside {
    /*position: absolute;*/
    /*z-index: 5;*/
    text-align: right;
}
.outside span a {
    background-image: url("../images/nav.gif");
    background-repeat: no-repeat;
    display: inline-block;
    height: 11px;
    text-indent: -9999px;
    width: 12px;
    font-size: 0
}
.outside span {
    position: absolute;
    z-index: 5;
}
.slider-nav-prev a {
    background-position: left 0
}
.slider-nav-next a {
    background-position: right 0
}
.slider-nav-prev:hover a {
    background-position: left -13px
}
.slider-nav-next:hover a {
    background-position: right -13px
}


/*======================================================================= BLOCK MEDIA SLIDERS ================================================*/

#block-media time {
    margin: 5px 0 9px
}

#block-media .bx-wrapper .bx-viewport {
    /*min-height: 286px !important;
    height: auto !important*/
}
#block-media .outside {
    position: absolute;
    width: 40px;
    height: 14px;
    top: -55px;
    right: 0;
    z-index: 5;
    text-align: right;
}
#block-media .outside span {
    position: absolute;
    width: 12px;
    height: 11px;
    top: 0
}
#block-media #slider-next-2, #block-media #slider-next-2-2 {
    left: 0
}
#block-media #slider-prev-2, #block-media #slider-prev-2-2 {
    right: 0
}

#block-media .bx-wrapper img {
    margin-bottom: 15px
}
.carousel .caption h4 {
    line-height: 18px
}
.carousel .caption h4 a {
    font-weight: 700;
    font-size: 16px;
    color: #373737    
}
.carousel .caption time {
    font-size: 12px;
    color: #373737 
}

.gallery-slide {
	height: 285px;
}

.gallery-slide p {
	overflow: hidden;
	width: 190px;
}

/*======================================================================= CURATOR SLIDER =====================================================*/
#curator-slider {
    position: relative;
    max-width: 1025px;
    padding-bottom: 20px;
    margin: 50px auto 0;
    border-bottom: 1px dotted #718187
}
#curator-slider > h3 {
    font-weight: 700;
    font-size: 18px
}
#wrapp-curator {
   
}
#slider_3 .slides > li {
    width: 142px !important;
    max-width: 142px !important;
    margin-right: 30px
}
#slider_3 .slides {
}
#slider_3 h4 {
    margin-top: 20px
}
#slider_3 img {
  position: relative;	
}
#slider_3 .caption, #slider_3  p {
    text-align: center
}
#slider_3 a {
    color: #373737;
    font-size: 16px;
    font-weight: 700;
}
#slider_3 a:hover {
    color: #607278;
    text-decoration: underline
}
#slider_3  p {
    margin-top: 18px;
    color: #757575
}

#curator-slider .bx-controls {
    position: absolute;
    width: 100%;
    height: 11px;
    top: 50%;
    left: 0;
    margin-top: -75px
}
#curator-slider .bx-wrapper .bx-prev {
	left: -9.5%;
	background: url(../images/nav.gif) no-repeat left top
}

#curator-slider .bx-wrapper .bx-next {
	right: -0.5%;
	background: url(../images/nav.gif) no-repeat right top
}

#curator-slider .bx-wrapper .bx-prev:hover {
	background-position: 0 -13px
}

#curator-slider .bx-wrapper .bx-next:hover {
	background-position: right -13px
}

#curator-slider .bx-wrapper .bx-controls-direction a {
	position: absolute;
	/*top: 50%;
	margin-top: -75px;*/
    top: 0;
	outline: 0;
	width: 12px;
	height: 11px;
	text-indent: -9999px;
	z-index: 9999;
}

/*#curator-slider .outside {
    position: absolute;
    width: 100%;
    height: 12px;
    top: 50%;
    left: 0;
    margin-top: -70px;
}
#curator-slider .outside > span {
    position: absolute;
    width: 12px;
    height: 11px;
    top: 50%;
    margin-top: -70px
}*/
#curator-slider #slider-next-3 {
    left: 0;
}
#curator-slider #slider-prev-3 {
    right: 0
}

/*======================================================================= SIDEBAR LEFT =======================================================*/
#sideLeft {
	float: left;
	width: 240px;
	position: relative
	/*left: -240px;*/
}
.sidebar img {
    width: 100%;
    height: auto
}
.left-bar-widget {
    margin-bottom: 34px
}
.news-item .news {
    margin-bottom: 27px 
}
.news-item img {
    margin-bottom: 10px
}
.news-item h4 {
    line-height: 20px;
}
.news-item a {
    font-size: 16px!important;
    color: #000!important;
}
.news-item a:hover {
    color: #000!important;
    text-decoration: underline!important;
}
.news-item p {
    margin-top: 8px
}


/*======================================================================= SIDEBAR RIGHT =======================================================*/
#sideRight {
	float: right;
    /*margin-right: -235px;*/
	width: 235px;
	position: relative
}
.right-bar-widget {
    margin-bottom: 32px
}
.progrmms-widget {
    position: relative;
    overflow: hidden
}

.progrmms-widget h3 a {
	color: #000;
	
}
.programms-data {
    margin-bottom: 22px;
    font-weight: 700;
    font-size: 18px;
    color: #607278;
    text-align: center
}
.progrmms-widget .es-navigation {
    position: absolute;
    top: -20px;
    left: 0;
}
.progrmms-widget .slides > li > ul {
    padding: 0;
    margin: 0 0 2px;
    list-style: none
}
.progrmms-widget .slides > li > ul > li {
    margin-bottom: 17px;
    overflow: hidden
}
.progrmms-widget time {
    float: left;
    margin-top: 3px;
    font-weight: 700;
    font-size: 16px;
    color: #607278
}
.progrmms-widget .aside-content {
    margin-left: 60px
}
.progrmms-widget h4 {
    margin-bottom: 5px;
    line-height: 18px
}
.progrmms-widget h4 a {
    font-weight: 700;
    font-size: 16px;
    color: #353332
}
.progrmms-widget .read-more {
    margin-left: 60px;
    color: #607278
}
.progrmms-widget .flex-direction-nav {
    position: absolute;
    width: 100%;
    height: 20px;
    top: 2px;
    left: 0
}
.progrmms-widget .flex-direction-nav a {
    display: inline-block;
    width: 12px;
    height: 11px;
    text-indent: -9999px;
    background-image: url(../images/nav.gif);
    background-repeat: no-repeat
    
}
.progrmms-widget .flex-direction-nav li {
    position: absolute;
    display: block;
    width: 12px;
    height: 20px;
    top: 0;
    background: #fff
}
.progrmms-widget .flex-direction-nav .flex-nav-prev {
    left: 0;
    padding-right: 20px
}
.progrmms-widget .flex-direction-nav .flex-nav-next {
    right: 0;
    padding-left: 20px
}
.progrmms-widget .flex-prev {
    background-position: left 0
}
.progrmms-widget .flex-prev:hover {
    background-position: left -13px
}
.progrmms-widget .flex-next {
    background-position: right 0
}
.progrmms-widget .flex-next:hover {
    background-position: right -13px
} 
.instrgram-widget {
    position: relative;
    width: 100%
}
.tweets-widget {
    position: relative;
    width: 100%
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	position: relative;
    padding: 20px 0;
    overflow: hidden;
    background: url(../images/separator_bg.jpg) repeat-x left top
}
#footer .social-widget {
    float: left
}
#copy {
    float: right;
    color: #757575;
    text-align: right
}
#copy br {
    display: none
}

/* Страница Кино
-----------------------------------------------------------------------------*/

.film-page {
	overflow: hidden;
}

.film-page:after {
	content: "";
	display: block;
	height: 4px;
  background: url(../images/separator_bg.jpg) repeat-x left bottom;	
	margin: 30px 0px 30px 0px;
}

.film-page h2 {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	padding-bottom: 20px;
}

.film-page-top-block {overflow: hidden;}

.film-page-top-block:after {
	content: "";
	display: block;
	height: 4px;
  background: url(../images/separator_bg.jpg) repeat-x left bottom;	
	margin: 30px 0px 30px 0px;
}

/* Шаблон блока-участника и других подобных */

.film-tpl {
	overflow: hidden;
	margin-bottom: 60px;
}

.film-tpl:last-child {margin-bottom: 0px;}

.film-tpl img {
	float: left;
	width: 300px;
}

.film-content {
	overflow: hidden;
	width: 430px;
	float: right;
}

.film-content h3 {
	font-size: 18px!important;
	color: #000!important;
	font-weight: bold!important;
	text-transform: uppercase!important;
	padding: 0px;
	margin: 0px;
	background: none;
	padding-top: 5px;
	line-height: 22px;
}

p.film-long-title {
	font-size: 13px!important;
	color: #757575!important;
	line-height: 17px!important;
	margin-top: 5px;
	text-align: justify;
}

p.film-introtext {
	font-size: 15px;
	color: #000;
	line-height: 17px;
	margin-top: 15px;
	text-align: justify;
}

.film-content a {
	font-size: 15px;
	color: #607278;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 15px;
}

.film-content a:hover {text-decoration: none;}

.pagination {
	display: inline-block;
	float: right;
	font-size: 13px;
	color: #000;
	margin-bottom: 70px;
}

.pagination a, .pagination span {
	font-size: 13px;
	color: #000;
	font-weight: bold;
}

.pagination a:hover, .pagination span:hover {color: #607278;}

.pagination * {
	margin-left: 5px;
}

.pagination *:first-child {
	margin-left: 0px;
}

/* Артполе */

.artpole-wrapper {
	overflow: hidden;
}

.artpole-wrapper:after {
	content: "";
	display: block;
	height: 4px;
  background: url(../images/separator_bg.jpg) repeat-x left bottom;	
	margin: 10px 0px 30px 0px;
}

.list-of-artpole {
	overflow: hidden;
	margin-bottom: 20px;
}

.artpole-item {
	width: 227px;
	float: left;
	margin-left: 26px;
}

.artpole-item:first-child {margin-left: 0px;}

.artpole-item h3 {
	background: none;
	padding: 0px;
	margin: 0px;
	margin-top: 7px;
	font-size: 16px;
	font-weight: bold;
	color: #373737;
}

.artpole-item p {
	font-size: 13px;
	font-weight: normal;
	color: #373737;
	margin-top: 7px;
	line-height: 17px!important;
}

/* Страница Новости */

.news-page {
	overflow: hidden;
}

.this-news-page {
	overflow: hidden;
	margin-bottom: 30px;
	padding-bottom: 30px;
	background: url(../images/separator_bg.jpg) repeat-x bottom;	
}

/*.this-news-page:after {
	content: "";
	display: block;
	height: 4px;
  background: url(../images/separator_bg.jpg) repeat-x left bottom;	
	margin: 30px 0px 0px 0px;
}*/

.this-news-page-img a {
	width: 300px;
	float: left;
	
}	

.this-news-page span {
	display: block;
	color: #607278;
	font-size: 15px;
	margin-bottom: 15px;
}

.this-news-page-img img {
	width: 300px;
}

.news-page-content {
	overflow: hidden;
  width: 430px;
  float: right;
}

.news-page-content div {
	font-size: 14px;
	color: #607278;
	margin-bottom: 15px;
}

.news-page-content h4 {
	font-size: 18px;
	color: #373737;
	font-weight: bold;
	line-height: 22px;
}

.news-page-content p {
	font-size: 15px;
	color: #757575!important;
	line-height: 19px;
	margin-top: 10px;
}

.news-page-content a {
	font-weight: bold;
	font-size: 13px;
	color: #607278;
	text-decoration: underline;
}

.news-page-content a:hover {
	text-decoration: none;
}

.like {
	margin-top: 20px;
	overflow: hidden;
}

.like2 {
	background: url(../images/separator_bg.jpg) repeat-x left bottom;
  padding-bottom: 20px;
	margin-bottom: 20px;
}

.pluso-more {display: none!important;}

.video-cont-vremen {
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
border:1px solid #ccc;
}
.video-cont-vremen iframe,.video-cont-vremen object,.video-cont-vremen embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

/*================================================================ Страница Фото дневники ================================================*/

.albom-gal-wrapper {
	text-align: left;
	width: 100%;
	padding: 30px 0px 0px 0px;
	border: 1px #b9c6ca solid;
	box-sizing: border-box;

}

.albom-gal-wrapper2 {
	-webkit-border-radius: 0;
	border-radius: 0;
	position: relative;
	z-index: 99;
	margin-top: -1px;
}

.albom-gal-wrapper2 h2 {
	font-size: 24px;
	color: #373737;
	font-weight: bold;
}

.albom-gal {
	width: 206px;
	overflow: hidden;
	display: inline-block;
	margin: 0px 20px 20px 20px;
}

.albom-gal a {
	display: inline-block;
	text-align: justify;
}

.albom-gal img {
	width: 206px;
	min-height: 150px;
	height: auto;
	margin-bottom: 15px;
}

.albom-gal h4 {
	font-size: 18px;
	color: #373737;
	font-weight: bold;
}

.bookmark {
	font-size: 16px;
	color: #373737;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	width: 90px;
	height: 35px;
	line-height: 40px;
	border: 1px solid #b9c5ca;
	border-bottom: none;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	background: #fff;
	z-index: 100;
	position: relative;
	float: left;
}

.back-to-alb {
	display: inline-block;
	float: right;
	font-size: 13px;
	color: #607278;
	text-decoration: underline;
}

.back-to-alb:hover {text-decoration: none;}

.alb-header {
	overflow: hidden;
	padding-bottom: 20px;
}

.alb-header h2 {
	font-size: 24px;
	color: #373737;
	font-weight: bold;
	margin: 0px 0px 0px 20px;
	padding-bottom: 5px;
}

.alb-header span {
	font-size: 13px;
	color: #373737;
	margin-left: 20px;
}

/*================================================================ ПРОГРАММА ФЕСТИВАЛЯ ================================================*/



/*================================================================ RESPONSIVE STYLE ================================================*/

@media screen and (min-width: 420px) and (max-width: 6045px)  {
   #curator-slider .outside > span {
    position: absolute;
    width: 12px;
    height: 11px;
    top: 50%;
    margin-top: -70px
	}
	
	
    
}


/* ===================================================================== 
                                                1045px 
=======================================================================*/
@media screen and (max-width: 1045px) {
	#wrapper {
	   padding: 0 3px
	}
    	#header {
	   padding-top: 15px
	}
    
    	/* embedded videos */
	.video embed,
	.video object,
	.video iframe {
		width: 100%;
		height: auto;
		min-height: 300px;
	}

}

/* ===================================================================== 
                                                1024px 
=======================================================================*/
@media screen and (max-width: 1024px) {
	.news-page-content {
    overflow: hidden;
    width: 420px;
    float: right;
	}
	
	.film-content {
    overflow: hidden;
    width: 412px;
    float: right;
	}
	.albom-gal {	
    margin: 0px 17px 20px 17px;
	}

}


/* =====================================================================
                                                1010px 
========================================================================*/
@media screen and (max-width: 1010px) {

	#container {
	   margin-left: 1.5%
	}
}

/* =====================================================================
                                                975px 
========================================================================*/
@media screen and (max-width: 975px) {
    #wrapper {
	   padding: 0 5%
	}
     h3, #curator-slider > h3 {
        font-size: 22px
     }
/*================================================== HEADER ====================*/
    .header-banner {
	   display: none
    }
    #box-top {
        overflow: hidden;
        margin: 13px 0 30px
    }
    
/*================================================ SOCIAL WIDGET ======================*/
    #header .social-widget, .top-widget {
        position: relative;
        float: left
    }
    #header .social-widget {
        bottom: 0;
        margin-left: 32px
    }
    
/*================================================ LOGO =================================*/
    .logo {
        width: 100%;
        padding: 4% 0 2.2%;
        text-align: center
    }
    .logo img {
        max-width: 601px;
        height: auto
    }
    .selectbox ul.dropdown {
        right: -10px !important
    }
    
/*================================================= MAIN MENU ===================*/
    .button-menu {
        display: block
    }
    .nav-item {
        margin: 0
    }
    #main-menu {
        display: none;
        padding: 20px 5% 10px;
        background: #607278
    }
    #main-menu .sup-menu > li {
        float: none;
        padding: 0 0 10px 0;
        margin: 0 0 10px 0;
        border-bottom: 1px dotted #ccc
    }
    #main-menu .sup-menu > li:hover > a {
        color: #ccc
    }
    #main-menu .sup-menu li > a {
        
    }
    #main-menu .sup-menu li a {
        color: #fff
    }
    #main-menu a {
        
    }
   #main-menu .sub-menu{
        position: relative;
        top: 10px;
        border: none !important;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
        background:  transparent;
    }
    #main-menu .sup-menu-li > a:before {
    border-top: 4px solid #fff
}
#main-menu .sup-menu-li:hover > a:before {
    border-top: 4px solid #ccc
}

 
/*=============================================== ASIDE LEFT ==============================*/   
    #sideLeft {
        float: none;
        width: 100%
    }
    .banner-widget {
        display: none
    }
    .news-item .news {
        display: table;
        margin-bottom: 35px;
        overflow: hidden
    }
    /*.news-item .news-img {
        max-width: 263px;
    }*/
    .news-img img {
        width: 263px;
        max-width: 263px;
        height: auto;
        margin: 0
    }
    .news-content {
        width: 60%;
        display: table-cell;
        padding-left: 3%;
        vertical-align: middle;
    }
    .news-item h4 {
        line-height: 24px
    }
    .news-item h4 a {
        font-size: 18px
    }
    .read-more {
        font-size: 14px
    }
    
/*=============================================== ASICE RIGHT ===============================*/
    #sideRight {
        display: none
    }

/*=============================================== CONTAINER ==================================*/
    #container {
	  width: 100%;
      float: none;
      margin: 0
	}
    #slider_1 .head_slider {
        font-size: 22px
    }
    #slider_1 .slides p {
        font-size: 16px
    }
    #curator-slider, #block-media {
        width: 100%
    }
    #curator-slider .bx-wrapper {
        max-width: 70% !important
    }
    .bx-wrapper {
        max-width: 90% !important
    }
    #curator-slider .bx-wrapper img {
        width: 100%
    }
    #curator-slider {
        padding-bottom: 6%;
        margin-top: 18px;
        border-bottom: none;
        background: url("../images/separator_bg.jpg") repeat-x left bottom
    }
    #block-media {
        margin-bottom: 45px
    }
    .tabs {
        height: 345px
    }
   /* #block-media .bx-wrapper {
        max-width: 670px !important
    }*/
    #block-media .bx-wrapper img {
        width: 100%;
        max-width: 320px;
        height: auto
    }
    #block-media .carousel .caption h4 a {
        font-size: 18px
    }
    #block-media .carousel .caption time {
        font-size: 14px
    }
    #block-media .carousel .caption p {
        font-size: 14px
    }
    
    /*#curator-slider .bx-wrapper {
        max-width: 70% !important
    }
    #curator-slider .slide {
        max-width: 20% !important
    }*/
    #wrapp-curator {
        /*padding-left: 5%*/
    }
    #slider_3 a {
        font-size: 18px
    }
    #slider_3 p {
        font-size: 14px
    }
    
    
}

/* ============================================================ 
                                                    940px 
===============================================================*/
@media screen and (max-width: 940px) {

	#container {
	   /*width: 43%*/
	}
}

/* ===========================================================
                                                    800px 
==============================================================*/
@media screen and (max-width: 800px) {

	#wrapper {
	   padding: 0 3%
	}
	
	#adpage-container {
		width: 100%;
	}
}

/* ========================================================== 
                                                    768px 
=============================================================*/

@media screen and (max-width: 768px) {
	.news-page-content {
    overflow: hidden;
    width: 382px;
    float: right;
	}
	
	.film-content {
    overflow: hidden;
    width: 385px;
    float: right;
	}	
	.albom-gal {	
    margin: 0px 12px 20px 14px;
	}
	
}



/* ========================================================== 
                                                    736px 
=============================================================*/

@media screen and (max-width: 736px) {
	.news-page-content {
		width: 355px;
	}
	
	.film-content {
    overflow: hidden;
    width: 350px;
    float: right;
	}
	
	.albom-gal, .albom-gal img {
		width: 270px;
	}
	.albom-gal {
    margin: 0px 30px 20px 30px;
	}
	
}


/* ========================================================== 
                                                    667px 
=============================================================*/
@media screen and (max-width: 667px) {

  #adpage-container {
		width: 100%;
	}
	
	.this-news-page-img {margin: 0 auto;}
		
	.this-news-page-img a {
		width: 300px;
		text-align: center;
	}	

	.this-news-page-img img {
		width: 300px;
		text-align: center;
	}
	
	.news-page-content {
    overflow: hidden;
    width: 290px;
		float: right;
	}
	
	.film-content {
    overflow: hidden;
    width: 293px;
    float: right;
	}
	
	.albom-gal, .albom-gal img {
		width: 240px;
	}
	
	.albom-gal {
    margin: 0px 22px 20px 22px;
	}
	.fancybox-title .fancybox-title-float-wrap, .fancybox-title-float-wrap .child {
		display: none!important;
	}
	
}

/* ========================================================== 
                                                    650px 
=============================================================*/
@media screen and (max-width: 650px) {

	#wrapper {
	   padding: 0 0.5%
	}
    .news-content {
        padding: 0 0.5% 0 3%
    }
	
	#adpage-container {
		width: 100%;
	}	
	
	#adpage-container {
		width: 100%;
	}
}

/* ========================================================== 
                                                    600px 
=============================================================*/
@media screen and (max-width: 600px) {

	.this-news-page-img img {
    width: 540px;
    text-align: center;
	}
	
	.news-page-content {
    width: auto;
    float: none;
		margin-top: 15px;
	}
	
	.film-content {
    overflow: hidden;
    width: 228px;
    float: right;
	}

}	

/* ========================================================== 
                                                    568px 
=============================================================*/
@media screen and (max-width: 568px) {

	.this-news-page-img img {
    width: 540px;
    text-align: center;
	}
	
	.news-page-content {
    width: auto;
    float: none;
		margin-top: 15px;
	}
	
	film-content {
    overflow: hidden;
    width: 228px;
    float: right;
	}
	.albom-gal {
    margin: 0px 14px 20px 14px;
	}
	.fancybox-title .fancybox-title-float-wrap, .fancybox-title-float-wrap .child {
		display: none!important;
	}
	
}

/* ========================================================== 
                                                    420px 
=============================================================*/
@media screen and (max-width: 420px) {

	.news-item .news {
        display: block;
        margin-bottom: 35px;
        overflow: hidden
    }
    /*.news-item .news-img {
        max-width: 263px;
    }*/
    .news-img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0
    }
    .news-img img {
        width: 100%;
        height: auto;
        margin: 0
    }
    .news-content {
        width: 100%;
        display: block;
        padding-left: 0;
        vertical-align: middle;
    }
    .news-item h4 {
        line-height: 24px
    }
    .news-item h4 a {
        font-size: 18px
    }
    .read-more {
        font-size: 14px
    }
    #copy {
        font-size: 12px
    }
    #copy br {
        display: block
    }
 
 #slider_1 .caption {
    padding: 14px 21px 22px
 }  
 #slider_1 .head_slider {
    font-size: 18px
 }
 #slider_1 .slides p {
    font-size: 14px
 }
 
 #adpage-container {
		width: 100%;
	}
    
/*============================================================= CURATOR SLIDER ==================================*/
 #curator-slider .slide {
    text-align: center
 }
 #curator-slider .bx-wrapper img {
    display: inline-block;
 }

 
  #curator-slider {
    position: relative;
    padding-bottom: 80px
 }
  #curator-slider h3 {
    margin-bottom: 75px
  }
 #curator-slider .outside span {
    position: absolute;
    width: 14px;
    height: 14px;
    left: 50% !important;
    margin-left: -7px
 }
 #curator-slider .outside span a {
    width: 14px;
    height: 14px;
    background-image: url(../images/nav_vertical.png);
    background-repeat: no-repeat 
 }
 #curator-slider span#slider-prev-3 {
    bottom: 40px
 }
 #curator-slider .slider-nav-prev a {
    background-position: left 0
 }
 #curator-slider .slider-nav-prev:hover a {
    background-position: left -16px
 }
  #curator-slider #slider-next-3 {
    top: 58px
 }
 #curator-slider .slider-nav-next a {
    background-position: right -16px
 }
 #curator-slider .slider-nav-next:hover a {
    background-position: right 0
 }
    
 .tabs {
    height: 685px
 }
 
 .this-news-page-img a {
		width: 345px;
	}	

	.this-news-page-img img {
		width: 345px;
	}
	
	.news-page-content {
    overflow: hidden;
    width: 345px;
		float: none;
		margin-top: 15px;
		padding: 0px 5px;
		box-sizing: padding-box;
	}

}

/* ========================================================== 
                                                    414px 
=============================================================*/
@media screen and (max-width: 414px) {

	.film-tpl img {
    float: none;
    width: 386px;
	}
	
	.film-content {
		float: none;
	}
	
	.albom-gal, .albom-gal img {
		width: 356px;
	}

}

/* ========================================================== 
                                                    384px 
=============================================================*/
@media screen and (max-width: 384px) {

	.film-tpl img {
    float: none;
    width: 356px;
	}
	
	.film-content {
    overflow: hidden;
    width: 430px;
    float: none;
}
.albom-gal, .albom-gal img {
		width: 328px;
	}
	

}

/* ========================================================== 
                                                    375px 
=============================================================*/
@media screen and (max-width: 375px) {

	.film-content {
		float: none;
	}
	.albom-gal, .albom-gal img {
		width: 300px;
	}
	.albom-gal {
    margin: 0px 20px 20px 20px;
	}
	.fancybox-title .fancybox-title-float-wrap, .fancybox-title-float-wrap .child {
		display: none!important;
	}

}


/* ========================================================== 
                                                    340px 
=============================================================*/
@media screen and (max-width: 340px) {

    .tabs {
    height: 650px
 }

	.this-news-page-img a {
		width: 300px;
	}	

	.this-news-page-img img {
		width: 300px;
	}
	
	.news-page-content {
    overflow: hidden;
    width: 280px;
		float: none;
		margin-top: 15px;
		padding: 0px 5px;
		box-sizing: padding-box;
	}
	
	film-page-top-block img {
		float: none;
		width: 280px;
	}
	
}

/* ========================================================== 
                                                    320px 
=============================================================*/
@media screen and (max-width: 320px) {
	.film-page-top-block img {
		float: none;
		width: 295px;
	}
	
	.film-content {
    overflow: hidden;
    width: 300px;
    float: none;
		padding: 0px 5px;
	}
	.albom-gal, .albom-gal img {
		width: 250px;
	}
	.albom-gal {
    margin: 0px 20px 20px 20px;
	}
	.fancybox-title .fancybox-title-float-wrap, .fancybox-title-float-wrap .child {
		display: none!important;
	}
}

/* ========================================================== 
                                                    300px 
=============================================================*/
@media screen and (max-width: 300px) {

	#footer .social-widget {
	   float: none;
       margin: 0 auto 20px
	}
    #copy {
        float: none;
        text-align: center
    }
    #copy br {
        display: none
    }
    .tabs {
    height: 620px
 }
 #box-top {
    margin-bottom: 65px
 }
 .button-menu {
    top: 70px;
    right: 10%
 }
 .this-news-page-img a {
		width: 300px;
	}	

	.this-news-page-img img {
		width: 300px;
	}
	
	.news-page-content {
    overflow: hidden;
    width: 280px;
		float: none;
		margin-top: 15px;
		padding: 0px 5px;
	}
	
 
}

/* ========================================================== 
                                                    250px 
=============================================================*/
@media screen and (max-width: 300px) {

    .tabs {
    height: 580px
 }
}
body {
    margin: 0;
    padding: 0 0 0;
    text-align: center;
    font-weight: 400;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    color: #757575;
    line-height: 1.1em;
    background: #fff
}
header, footer, section, article, audio, aside, nav, video, detalies, summary, figure  {
    display: block
}
meter, mark, time {
    display: inline-block;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,dl, dt, dd,fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
p {
    line-height: 17px;
    text-align: left
}
h1, h1, h3, h4, h5, h6, strong, b {
    font-weight: 700
}
h3 {
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-size: 18px;
    color: #607278;
    text-transform: uppercase;
    background: url(../images/separator_bg.jpg) repeat-x left bottom
}
a {
    outline: none;
	text-decoration: none
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
.read-more {
    display: inline-block;
    font-weight: 700;
    color: #607278;
    text-decoration: underline
}
.read-more:hover {
    text-decoration: none
}
.item-left {
    float: left
}
.item-right {
    float: right
}
img.left {
    margin: 0 20px 5px 0;
}
img.item-center {
    margin: 5px auto 5px;
}
img.item-right {
    margin: 0 0 5px 20px;
}
.clearfix:after { 
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} 
.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
}
#wrapper {
	max-width: 1025px;
    padding-top: 11px;
	margin: 0 auto;
    text-align: left
}


/*==================================================================== BEGIN STYLE HEADER =========================================================*/
#header {
	position: relative;
    margin-bottom: 35px
}

.top-widget {
    float: right;
    margin-bottom: 3px
}
/*.selectbox {
	vertical-align: middle;
    cursor: pointer;
}
.selectbox .select {
    position: relative;
  width: 46px;
  height: 20px;
  padding: 0 5px 0px 8px;
  color: #607278;
  text-align: center
}
.selectbox .select .text {
	display: block;
    width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
    text-transform: uppercase
}
.selectbox .trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
}
.selectbox .trigger .arrow {
    display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 10px;
	height: 100%;
	overflow: hidden;
}
.selectbox .trigger .arrow:before {
    display: block;
    content: "";
    right: 0;
    position: absolute;
    top: 5px;
    border: 4px solid transparent; 
    border-top: 4px solid #607278 
}
.selectbox ul.dropdown {
	top: 33px;
    right: 0;
    width: 75px;
	margin-top: -12px;
	padding: 4px 0;
	background: #FFF;
    border: 1px solid #C6CBD0;
    border-radius: 4px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.2)
}
.selectbox li {
	padding: 5px 10px 6px;
	color: #231F20;
}
.selectbox li:hover,
.selectbox li.selected {
	background: #607278;
	color: #FFF;
}*/

#ling {
	height: 20px;
	position: relative;
	z-index: 90;
}

#ling p {
	font-weight: 400;
  font-size: 13px;
  color: #607278;
	text-transform: uppercase;
	cursor: pointer;
	padding: 0px 5px;
}

#ling p:after {
	content: "";
	display: inline-block;
	border: 4px solid transparent;
  border-top: 4px solid #607278;
	position: relative;	
	top: 2px;
	left: 5px;
}

#ling_d {
	position: absolute;
	z-index: 100;
	padding: 4px 5px;
	width: 20px;
  background: #FFF;
  border: 1px solid #C6CBD0;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
	top: 20px;
}

#ling_d a {
	color: #231F20;
}

#logo-item {
    position: relative;
    width: 100%;
    clear: both;
    overflow: hidden;
}
.logo {
    position: relative;
    display: block;
    width: 35.7%;
    height: 100%;
    float: left;
    padding: 2.2% 0 1.7%
}
.logo:before, .logo:after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 4px;
    left: 0;
    background: url(../images/separator_bg.jpg) repeat-x left center
}
.logo:before {
    top: 0
}
.logo:after {
    bottom: 0
}
.header-banner {
    width: 62.63%;
    float: right
}
#logo-item img {
    width: 100%;
    height: auto
}

/*==================================================================== MAIN MENU ================================================================*/
.nav-item {
    margin-top: 32px;
    background: url(../images/separator_bg.jpg) repeat-x left bottom    
}
#main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.sup-menu li {
    line-height: 1em
}
#main-menu .sup-menu > li {
    position: relative;
    float: left;
    padding-bottom: 18px;
    margin: 0 19px 0 8px;
    cursor: pointer;
    z-index: 10
}
#main-menu .sup-menu > li:first-child {
    margin-left: 0
}
#main-menu .sup-menu > li > a {
    position: relative;
    padding: 0 16px 0 0;
    font-weight: 700;
    font-size: 18px;
    color: #373737
}
#main-menu .sup-menu-li > a:before {
    display: block;
    content: "";
    right: 0;
    position: absolute;
    top: 11px;
    border: 4px solid transparent; 
    border-top: 4px solid #373737
}
#main-menu > .sup-menu > li:hover > a:before {
    border-top-color: #607278
}
#main-menu .sup-menu > li:first-child > a:first-child {
    padding-left: 0
}
#main-menu .sup-menu > li:hover > a {
    color: #607278
}
#main-menu .sub-menu{
    display: none;
    position: absolute;
    min-width: 145px;
    top: 32px;
    left: 0;
    padding: 14px 15px 2px 16px;
    z-index: 5;
    border: 1px solid #ededed;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    box-shadow: 0 0 3px #ededed;
    -moz-box-shadow: 0 0 3px #ededed;
    -webkit-box-shadow: 0 0 3px #ededed;
    -o-box-shadow: 0 0 3px #ededed;
    background: #fff
}
.sub-menu li {
    margin-bottom: 14px
}
.sub-menu a {
    position: relative;
    color: #757575;
		line-height: 18px;
}
.sub-menu a:hover {
    font-weight: 700;
    color: #353332
}

/*==================================================================== WIDGET SOCIAL ============================================================*/
.social-widget {
    width: 81px;
    float: left
}
#header .social-widget {
    position: absolute;
    bottom: 18px;
    right: 0
}
.social-widget a {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-left: 12px;
    text-decoration: none;
    background-image: url(../images/icons/icon_social.gif);
    background-repeat: no-repeat
}
.social-widget a:first-child {
    margin-left: 0
}
.social_1 {
    background-position: 7px top; 
}
.social_1:hover {
    background-position: 7px -25px 
}
.social_2 {
    background-position: center top; 
}
.social_2:hover {
    background-position: center -26px 
}
.social_3 {
    background-position: right top; 
}
.social_3:hover {
    background-position: right -25px 
}

.button-menu {
    display: none;
    /*float: right;*/
    position: absolute;
    top: 30px;
    right: 0;
    padding-right: 48px;
    font-size: 16px;
    color: #607278;
    background: none;
    border: none;
    cursor: pointer;
    line-height: 29px;
    background: url(../images/button-menu.gif) no-repeat right center
}

/*==================================================================== END STYLE HEADER =========================================================*/

/* Middle
-----------------------------------------------------------------------------*/

#middle {
	height: 1%;
	position: relative;
}

#container {
	width: 47.2%;
	float: left;
	overflow: hidden;
    margin-left: 3.1%;
	/*margin-right: -100%;*/
}

#adpage-container {
	width: 73%;
	float: left;
	overflow: hidden;
}

#adpage-container h1 {
	font-weight: bold;
	color: #607278;
	font-size: 24px;
	text-transform: uppercase;
	padding-top: 40px;
	line-height: 25px;
}

#adpage-container h1:after {
	content: "";
	display: block;
	height: 4px;
  background: url(../images/separator_bg.jpg) repeat-x left bottom;	
	margin: 18px 0px 35px 0px;
}

#adpage-container h2 {
	font-weight: bold;
	color: #000;
	font-size: 18px;
	margin-bottom: 5px;
}

#adpage-container p {
	color: #000;
	font-size: 15px;
	line-height: 19px;
	text-align: justify;
	margin-bottom: 15px;
}

#adpage-container ul {
	margin-bottom: 15px;
}

#adpage-container li {
	color: #000;
	font-size: 15px;
	line-height: 19px;
}

span.B_crumbBox, .B_crumb, .B_homeCrumb {
	font-size: 12px;
	color: #757575;
}


#content {
    width: 100%
}

/* Страница Партнеры */

ul.block-partners {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.block-partners li {
	display: inline-block;
	width: 33%;
	text-align: center;
	vertical-align: top;
	font-size: 14px;
	color: #000;
	margin-bottom: 35px;
	min-height: 115px;
}

ul.block-partners li img {
	margin-bottom: 25px;
}

/*====================================================================== SLIDER CONTENT =============================================================*/
#top-slider {
    
}
.flex-container a:active,
.box-slider a:active,
.flex-container a:focus,
.box-slider a:focus  { outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box-slider a img { outline: none; border: none; height: 300px;}

.box-slider {
	margin: 0;
	padding: 0
}

/* Скрываем слайды перед загрузкой ява-скрипта */
.slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.slides img {
	width: 100%;
	display: block;
    border: none;
    margin: 0;
    padding: 0
}

#slider_1 .caption {
    position: relative;
    padding: 19px 21px 32px;
    margin-top: -3px;
    color: #fff;
    background: #607278;
    right: 1px
}
#slider_1 .head_slider {
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    line-height: 1.1em
}
/* Подпись к изображению */
#slider_1 .slides p {
    margin-top: 11px
}
/* Чистим предидущее изображение для .slides */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides { display: block; }
* html .slides { height: 1%; }

.box-slider {
	position: relative;
	zoom: 1
}

.flex-container {
	min-width: 150px;
	max-width: 960px;
}
.slides { zoom: 1; }
.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

#slider_1 .flex-control-nav {
	position: absolute;
	width: 100%;
	top: 15px;
    right: 15px;
	text-align: right
}

.flex-control-nav li {
	display: inline-block;
	zoom: 1;
}

.flex-control-paging li a {
    position: relative;
	display: block;
	cursor: pointer;
	text-indent: -9999px !important;
	width: 11px;
	height: 11px;
	margin: 0 3px;
    font-size: 0px !important;
	background-color: transparent;
    border: 1px solid #969190;
	-webkit-border-radius: 50%;
	-moz-border-radius:  50%;
	border-radius: 50%;
}

.flex-control-paging li a.flex-active {
	background-color: #969190
}

/*======================================================================= TAB BLOCK MEDIA ====================================================*/
#block-media {
    position: relative;
    width: 100%;
    margin-top: 72px
}
#block-media .bx-controls {
    display: none
}

.tabs {
    position: relative;
    height: 280px;
    min-height: 280px;
     padding: 20px 20px 13px 20px;
	border: 1px solid #b9c6ca;
	border-radius: 0 3px 3px 3px;
    -moz-border-radius: 0 3px 3px 3px;
    -webkit-border-radius: 0 3px 3px 3px;
    -khtml-border-radius: 0 3px 3px 3px;
}

.tabs__caption {
    position: absolute;
    left: -1px;
    top: 1px;
    top: -33px;
	height: 33px;
    padding: 0;
    margin: 0;
	line-height: 31px;
	list-style: none;
    z-index: 5;
    /*display: none;
  visibility: hidden;*/
}
.tabs__caption li {
	float: left;
	display: inline-block;
    padding: 0;
    margin-right: 3px;
    font-weight: 700;
    font-size: 16px;
	color: #fff;
    text-transform: uppercase;
	cursor: pointer;
	border: 1px solid #607278;
	border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -khtml-border-radius: 10px 10px 0 0;
	position: relative;
    background: #607278;
}
.tabs__caption li span {
    display: block;
    position: relative;
    height: 100%;
    padding: 0 20px;
    color: #fff
    
}
.tabs__caption .active {
	border: 1px solid #b9c6ca;
    border-bottom: none;
    background: #fff
}
.tabs__caption .active span {
    padding-bottom: 1px;
	color: #373737;
    border-bottom: 1px solid #fff;
}
.tabs__caption a:hover span {
    color: #ccc
}
.tabs__caption .active:hover span {
    color: #373737
}

.tabs__content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 24px;
    visibility: hidden;
    z-index: 10
}
.tabs__content.active {
	/*display: block*/
    visibility: visible
}
.tabs__content:after {
    display: block;
    position: relative;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0
} 


/*===================================================================== SLIDER ALL STYLE ================================*/
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
.outside {
    /*position: absolute;*/
    /*z-index: 5;*/
    text-align: right;
}
.outside span a {
    background-image: url("../images/nav.gif");
    background-repeat: no-repeat;
    display: inline-block;
    height: 11px;
    text-indent: -9999px;
    width: 12px;
    font-size: 0
}
.outside span {
    position: absolute;
    z-index: 5;
}
.slider-nav-prev a {
    background-position: left 0
}
.slider-nav-next a {
    background-position: right 0
}
.slider-nav-prev:hover a {
    background-position: left -13px
}
.slider-nav-next:hover a {
    background-position: right -13px
}


/*======================================================================= BLOCK MEDIA SLIDERS ================================================*/

#block-media time {
    margin: 5px 0 9px
}

#block-media .bx-wrapper .bx-viewport {
    /*min-height: 286px !important;
    height: auto !important*/
}
#block-media .outside {
    position: absolute;
    width: 40px;
    height: 14px;
    top: -55px;
    right: 0;
    z-index: 5;
    text-align: right;
}
#block-media .outside span {
    position: absolute;
    width: 12px;
    height: 11px;
    top: 0
}
#block-media #slider-next-2, #block-media #slider-next-2-2 {
    left: 0
}
#block-media #slider-prev-2, #block-media #slider-prev-2-2 {
    right: 0
}

#block-media .bx-wrapper img {
    margin-bottom: 15px
}
.carousel .caption h4 {
    line-height: 18px
}
.carousel .caption h4 a {
    font-weight: 700;
    font-size: 16px;
    color: #373737    
}
.carousel .caption time {
    font-size: 12px;
    color: #373737 
}

.gallery-slide {
	height: 285px;
}

.gallery-slide p {
	overflow: hidden;
	width: 190px;
}

/*======================================================================= CURATOR SLIDER =====================================================*/
#curator-slider {
    position: relative;
    max-width: 1025px;
    padding-bottom: 20px;
    margin: 50px auto 0;
    border-bottom: 1px dotted #718187
}
#curator-slider > h3 {
    font-weight: 700;
    font-size: 18px
}
#wrapp-curator {
   
}
#slider_3 .slides > li {
    width: 142px !important;
    max-width: 142px !important;
    margin-right: 30px
}
#slider_3 .slides {
}
#slider_3 h4 {
    margin-top: 20px
}
#slider_3 img {
  position: relative;	
}
#slider_3 .caption, #slider_3  p {
    text-align: center
}
#slider_3 a {
    color: #373737;
    font-size: 16px;
    font-weight: 700;
}
#slider_3 a:hover {
    color: #607278;
    text-decoration: underline
}
#slider_3  p {
    margin-top: 18px;
    color: #757575
}

#curator-slider .bx-controls {
    position: absolute;
    width: 100%;
    height: 11px;
    top: 50%;
    left: 0;
    margin-top: -75px
}
#curator-slider .bx-wrapper .bx-prev {
	left: -9.5%;
	background: url(../images/nav.gif) no-repeat left top
}

#curator-slider .bx-wrapper .bx-next {
	right: -0.5%;
	background: url(../images/nav.gif) no-repeat right top
}

#curator-slider .bx-wrapper .bx-prev:hover {
	background-position: 0 -13px
}

#curator-slider .bx-wrapper .bx-next:hover {
	background-position: right -13px
}

#curator-slider .bx-wrapper .bx-controls-direction a {
	position: absolute;
	/*top: 50%;
	margin-top: -75px;*/
    top: 0;
	outline: 0;
	width: 12px;
	height: 11px;
	text-indent: -9999px;
	z-index: 9999;
}

/*#curator-slider .outside {
    position: absolute;
    width: 100%;
    height: 12px;
    top: 50%;
    left: 0;
    margin-top: -70px;
}
#curator-slider .outside > span {
    position: absolute;
    width: 12px;
    height: 11px;
    top: 50%;
    margin-top: -70px
}*/
#curator-slider #slider-next-3 {
    left: 0;
}
#curator-slider #slider-prev-3 {
    right: 0
}

/*======================================================================= SIDEBAR LEFT =======================================================*/
#sideLeft {
	float: left;
	width: 240px;
	position: relative
	/*left: -240px;*/
}
.sidebar img {
    width: 100%;
    height: auto
}
.left-bar-widget {
    margin-bottom: 34px
}
.news-item .news {
    margin-bottom: 27px 
}
.news-item img {
    margin-bottom: 10px
}
.news-item h4 {
    line-height: 20px;
}
.news-item a {
    font-size: 16px!important;
    color: #000!important;
}
.news-item a:hover {
    color: #000!important;
    text-decoration: underline!important;
}
.news-item p {
    margin-top: 8px
}


/*======================================================================= SIDEBAR RIGHT =======================================================*/
#sideRight {
	float: right;
    /*margin-right: -235px;*/
	width: 235px;
	position: relative
}
.right-bar-widget {
    margin-bottom: 32px
}
.progrmms-widget {
    position: relative;
    overflow: hidden
}
.programms-data {
    margin-bottom: 22px;
    font-weight: 700;
    font-size: 18px;
    color: #607278;
    text-align: center
}
.progrmms-widget .es-navigation {
    position: absolute;
    top: -20px;
    left: 0;
}
.progrmms-widget .slides > li > ul {
    padding: 0;
    margin: 0 0 2px;
    list-style: none
}
.progrmms-widget .slides > li > ul > li {
    margin-bottom: 17px;
    overflow: hidden
}
.progrmms-widget time {
    float: left;
    margin-top: 3px;
    font-weight: 700;
    font-size: 16px;
    color: #607278
}
.progrmms-widget .aside-content {
    margin-left: 60px
}
.progrmms-widget h4 {
    margin-bottom: 5px;
    line-height: 18px
}
.progrmms-widget h4 a {
    font-weight: 700;
    font-size: 16px;
    color: #353332
}
.progrmms-widget .read-more {
    margin-left: 60px;
    color: #607278
}
.progrmms-widget .flex-direction-nav {
    position: absolute;
    width: 100%;
    height: 20px;
    top: 2px;
    left: 0
}
.progrmms-widget .flex-direction-nav a {
    display: inline-block;
    width: 12px;
    height: 11px;
    text-indent: -9999px;
    background-image: url(../images/nav.gif);
    background-repeat: no-repeat
    
}
.progrmms-widget .flex-direction-nav li {
    position: absolute;
    display: block;
    width: 12px;
    height: 20px;
    top: 0;
    background: #fff
}
.progrmms-widget .flex-direction-nav .flex-nav-prev {
    left: 0;
    padding-right: 20px
}
.progrmms-widget .flex-direction-nav .flex-nav-next {
    right: 0;
    padding-left: 20px
}
.progrmms-widget .flex-prev {
    background-position: left 0
}
.progrmms-widget .flex-prev:hover {
    background-position: left -13px
}
.progrmms-widget .flex-next {
    background-position: right 0
}
.progrmms-widget .flex-next:hover {
    background-position: right -13px
} 
.instrgram-widget {
    position: relative;
    width: 100%
}
.tweets-widget {
    position: relative;
    width: 100%
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	position: relative;
    padding: 20px 0;
    overflow: hidden;
    background: url(../images/separator_bg.jpg) repeat-x left top
}
#footer .social-widget {
    float: left
}
#copy {
    float: right;
    color: #757575;
    text-align: right
}
#copy br {
    display: none
}

/* Страница Кино
-----------------------------------------------------------------------------*/

.film-page {
	overflow: hidden;
}

.film-page:after {
	content: "";
	display: block;
	height: 4px;
  background: url(../images/separator_bg.jpg) repeat-x left bottom;	
	margin: 30px 0px 30px 0px;
}

.film-page h2 {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	padding-bottom: 20px;
}

.film-page-top-block {overflow: hidden;}

.film-page-top-block:after {
	content: "";
	display: block;
	height: 4px;
  background: url(../images/separator_bg.jpg) repeat-x left bottom;	
	margin: 30px 0px 30px 0px;
}

/* Шаблон блока-участника и других подобных */

.film-tpl {
	overflow: hidden;
	margin-bottom: 60px;
}

.film-tpl:last-child {margin-bottom: 0px;}

.film-tpl img {
	float: left;
	width: 300px;
}

.film-content {
	overflow: hidden;
	width: 430px;
	float: right;
}

.film-content h3 {
	font-size: 18px!important;
	color: #000!important;
	font-weight: bold!important;
	text-transform: uppercase!important;
	padding: 0px;
	margin: 0px;
	background: none;
	padding-top: 5px;
	line-height: 22px;
}

p.film-long-title {
	font-size: 13px!important;
	color: #757575!important;
	line-height: 17px!important;
	margin-top: 5px;
	text-align: justify;
}

p.film-introtext {
	font-size: 15px;
	color: #000;
	line-height: 17px;
	margin-top: 15px;
	text-align: justify;
}

.film-content a {
	font-size: 15px;
	color: #607278;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 15px;
}

.film-content a:hover {text-decoration: none;}

.pagination {
	display: inline-block;
	float: right;
	font-size: 13px;
	color: #000;
	margin-bottom: 70px;
}

.pagination a, .pagination span {
	font-size: 13px;
	color: #000;
	font-weight: bold;
}

.pagination a:hover, .pagination span:hover {color: #607278;}

.pagination * {
	margin-left: 5px;
}

.pagination *:first-child {
	margin-left: 0px;
}

/* Артполе */

.artpole-wrapper {
	overflow: hidden;
}

.artpole-wrapper:after {
	content: "";
	display: block;
	height: 4px;
  background: url(../images/separator_bg.jpg) repeat-x left bottom;	
	margin: 10px 0px 30px 0px;
}

.list-of-artpole {
	overflow: hidden;
	margin-bottom: 20px;
}

.artpole-item {
	width: 227px;
	float: left;
	margin-left: 26px;
}

.artpole-item:first-child {margin-left: 0px;}

.artpole-item h3 {
	background: none;
	padding: 0px;
	margin: 0px;
	margin-top: 7px;
	font-size: 16px;
	font-weight: bold;
	color: #373737;
}

.artpole-item p {
	font-size: 13px;
	font-weight: normal;
	color: #373737;
	margin-top: 7px;
	line-height: 17px!important;
}

/* Страница Новости */

.news-page {
	overflow: hidden;
}

.this-news-page {
	overflow: hidden;
	margin-bottom: 30px;
	padding-bottom: 30px;
	background: url(../images/separator_bg.jpg) repeat-x bottom;	
}

/*.this-news-page:after {
	content: "";
	display: block;
	height: 4px;
  background: url(../images/separator_bg.jpg) repeat-x left bottom;	
	margin: 30px 0px 0px 0px;
}*/

.this-news-page-img a {
	width: 300px;
	float: left;
	
}	

.this-news-page span {
	display: block;
	color: #607278;
	font-size: 15px;
	margin-bottom: 15px;
}

.this-news-page-img img {
	width: 300px;
}

.news-page-content {
	overflow: hidden;
  width: 430px;
  float: right;
}

.news-page-content h4 {
	font-size: 18px;
	color: #373737;
	font-weight: bold;
	line-height: 22px;
}

.news-page-content p {
	font-size: 15px;
	color: #757575!important;
	line-height: 19px;
	margin-top: 10px;
}

.news-page-content a {
	font-weight: bold;
	font-size: 13px;
	color: #607278;
	text-decoration: underline;
}

.news-page-content a:hover {
	text-decoration: none;
}

.like {
	margin-top: 20px;
	overflow: hidden;
}

.like2 {
	background: url(../images/separator_bg.jpg) repeat-x left bottom;
  padding-bottom: 20px;
	margin-bottom: 20px;
}

.pluso-more {display: none!important;}

.video-cont-vremen {
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
border:1px solid #ccc;
}
.video-cont-vremen iframe,.video-cont-vremen object,.video-cont-vremen embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

/*================================================================ Страница Фото дневники ================================================*/

.albom-gal-wrapper {
	text-align: left;
	width: 100%;
	padding: 30px 0px 0px 0px;
	border: 1px #b9c6ca solid;
	box-sizing: border-box;

}

.albom-gal-wrapper2 {
	-webkit-border-radius: 0;
	border-radius: 0;
	position: relative;
	z-index: 99;
	margin-top: -1px;
}

.albom-gal-wrapper2 h2 {
	font-size: 24px;
	color: #373737;
	font-weight: bold;
}

.albom-gal {
	width: 206px;
	overflow: hidden;
	display: inline-block;
	margin: 0px 20px 20px 20px;
}

.albom-gal a {
	display: inline-block;
	text-align: justify;
}

.albom-gal img {
	width: 206px;
	min-height: 150px;
	height: auto;
	margin-bottom: 15px;
}

.albom-gal h4 {
	font-size: 18px;
	color: #373737;
	font-weight: bold;
}

.bookmark {
	font-size: 16px;
	color: #373737;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	width: 90px;
	height: 35px;
	line-height: 40px;
	border: 1px solid #b9c5ca;
	border-bottom: none;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	background: #fff;
	z-index: 100;
	position: relative;
	float: left;
}

.back-to-alb {
	display: inline-block;
	float: right;
	font-size: 13px;
	color: #607278;
	text-decoration: underline;
}

.back-to-alb:hover {text-decoration: none;}

.alb-header {
	overflow: hidden;
	padding-bottom: 20px;
}

.alb-header h2 {
	font-size: 24px;
	color: #373737;
	font-weight: bold;
	margin: 0px 0px 0px 20px;
	padding-bottom: 5px;
}

.alb-header span {
	font-size: 13px;
	color: #373737;
	margin-left: 20px;
}

/*================================================================ ПРОГРАММА ФЕСТИВАЛЯ ================================================*/

#adpage-container .box-programms {
    position: relative;
    padding-bottom: 40px;
    margin: 70px 0 50px;
    border: 1px solid #607278
}
#adpage-container .box-slider {
    margin: -41px 0 0 -1px
}
#adpage-container .flex-direction-nav {
    height: 20px;
    left: auto;
    right: 0;
    position: absolute;
    top: 15px;
    width: 50px;
    z-index: 5
}
#adpage-container .progrmms-widget .slides > li > ul {
    padding: 0 15px 0 22px
}
#adpage-container .flex-nav-prev {
    right: 33px;
    left: auto;
    padding-right: 0px;
}
#adpage-container .flex-nav-next {
    padding-left: 0px;
    right: 6px;
}
#adpage-container .programms-data {
    position: relative;
    display: inline-block;
    height: 40px;
    padding: 0 20px 0;
    color: #607278;
    font-size: 18px;
    margin-bottom: 55px;
    line-height: 45px;
    border: 1px solid #607278;
    border-bottom: none;
    border-radius: 15px 20px 0 0;
    -moz-border-radius: 15px 20px 0 0;
    -webkit-border-radius: 15px 20px 0 0;
    -khtml-border-radius: 15px 20px 0 0;
    background: #fff
}
#adpage-container .programms-data:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 3px;
    bottom: -2px;
    left: 0;
    background: #fff
}

#adpage-container .flex-viewport {
   
}
#adpage-container .progrmms-widget .slides > li {
    
}
#adpage-container .progrmms-widget .slides > li > ul > li {
    margin-bottom: 30px
}
#adpage-container .progrmms-widget time {
    font-size: 18px
}
#adpage-container .progrmms-widget p {
    font-size: 15px;
    line-height: 16px
}
#adpage-container .progrmms-widget h4 a, #adpage-container .progrmms-widget p {
    color: #242424
}
#adpage-container .item-like {
    margin-top: 17px;
    margin-left: 22px;
    overflow: hidden
}
#adpage-container .item-like > div {
    float: left;
    margin-right: 15px
}

#adpage-container .pluginButton {
    display: none !important
}



/*================================================================ RESPONSIVE STYLE ================================================*/

@media screen and (min-width: 420px) and (max-width: 6045px)  {
   #curator-slider .outside > span {
    position: absolute;
    width: 12px;
    height: 11px;
    top: 50%;
    margin-top: -70px
	}
	
	
    
}


/* ===================================================================== 
                                                1045px 
=======================================================================*/
@media screen and (max-width: 1045px) {
	#wrapper {
	   padding: 0 3px
	}
    	#header {
	   padding-top: 15px
	}
    
    	/* embedded videos */
	.video embed,
	.video object,
	.video iframe {
		width: 100%;
		height: auto;
		min-height: 300px;
	}

}

/* ===================================================================== 
                                                1024px 
=======================================================================*/
@media screen and (max-width: 1024px) {
	.news-page-content {
    overflow: hidden;
    width: 420px;
    float: right;
	}
	
	.film-content {
    overflow: hidden;
    width: 412px;
    float: right;
	}
	.albom-gal {	
    margin: 0px 17px 20px 17px;
	}

}


/* =====================================================================
                                                1010px 
========================================================================*/
@media screen and (max-width: 1010px) {

	#container {
	   margin-left: 1.5%
	}
}

/* =====================================================================
                                                975px 
========================================================================*/
@media screen and (max-width: 975px) {
    #wrapper {
	   padding: 0 5%
	}
     h3, #curator-slider > h3 {
        font-size: 22px
     }
/*================================================== HEADER ====================*/
    .header-banner {
	   display: none
    }
    #box-top {
        overflow: hidden;
        margin: 13px 0 30px
    }
    
/*================================================ SOCIAL WIDGET ======================*/
    #header .social-widget, .top-widget {
        position: relative;
        float: left
    }
    #header .social-widget {
        bottom: 0;
        margin-left: 32px
    }
    
/*================================================ LOGO =================================*/
    .logo {
        width: 100%;
        padding: 4% 0 2.2%;
        text-align: center
    }
    .logo img {
        max-width: 601px;
        height: auto
    }
    .selectbox ul.dropdown {
        right: -10px !important
    }
    
/*================================================= MAIN MENU ===================*/
    .button-menu {
        display: block
    }
    .nav-item {
        margin: 0
    }
    #main-menu {
        display: none;
        padding: 20px 5% 10px;
        background: #607278
    }
    #main-menu .sup-menu > li {
        float: none;
        padding: 0 0 10px 0;
        margin: 0 0 10px 0;
        border-bottom: 1px dotted #ccc
    }
    #main-menu .sup-menu > li:hover > a {
        color: #ccc
    }
    #main-menu .sup-menu li > a {
        
    }
    #main-menu .sup-menu li a {
        color: #fff
    }
    #main-menu a {
        
    }
   #main-menu .sub-menu{
        position: relative;
        top: 10px;
        border: none !important;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
        background:  transparent;
    }
    #main-menu .sup-menu-li > a:before {
    border-top: 4px solid #fff
}
#main-menu .sup-menu-li:hover > a:before {
    border-top: 4px solid #ccc
}

 
/*=============================================== ASIDE LEFT ==============================*/   
    #sideLeft {
        float: none;
        width: 100%
    }
    .banner-widget {
        display: none
    }
    .news-item .news {
        display: table;
        margin-bottom: 35px;
        overflow: hidden
    }
    /*.news-item .news-img {
        max-width: 263px;
    }*/
    .news-img img {
        width: 263px;
        max-width: 263px;
        height: auto;
        margin: 0
    }
    .news-content {
        width: 60%;
        display: table-cell;
        padding-left: 3%;
        vertical-align: middle;
    }
    .news-item h4 {
        line-height: 24px
    }
    .news-item h4 a {
        font-size: 18px
    }
    .read-more {
        font-size: 14px
    }
    
/*=============================================== ASICE RIGHT ===============================*/
    #sideRight {
        display: none
    }

/*=============================================== CONTAINER ==================================*/
    #container {
	  width: 100%;
      float: none;
      margin: 0
	}
    #slider_1 .head_slider {
        font-size: 22px
    }
    #slider_1 .slides p {
        font-size: 16px
    }
    #curator-slider, #block-media {
        width: 100%
    }
    #curator-slider .bx-wrapper {
        max-width: 70% !important
    }
    .bx-wrapper {
        max-width: 90% !important
    }
    #curator-slider .bx-wrapper img {
        width: 100%
    }
    #curator-slider {
        padding-bottom: 6%;
        margin-top: 18px;
        border-bottom: none;
        background: url("../images/separator_bg.jpg") repeat-x left bottom
    }
    #block-media {
        margin-bottom: 45px
    }
    .tabs {
        height: 345px
    }
   /* #block-media .bx-wrapper {
        max-width: 670px !important
    }*/
    #block-media .bx-wrapper img {
        width: 100%;
        max-width: 320px;
        height: auto
    }
    #block-media .carousel .caption h4 a {
        font-size: 18px
    }
    #block-media .carousel .caption time {
        font-size: 14px
    }
    #block-media .carousel .caption p {
        font-size: 14px
    }
    
    /*#curator-slider .bx-wrapper {
        max-width: 70% !important
    }
    #curator-slider .slide {
        max-width: 20% !important
    }*/
    #wrapp-curator {
        /*padding-left: 5%*/
    }
    #slider_3 a {
        font-size: 18px
    }
    #slider_3 p {
        font-size: 14px
    }
	
#adpage-container {
    /*float: none;*/
    width: 100%;
}
#adpage-container .slides > li {
    display: block
}
    
    
}

/* ============================================================ 
                                                    940px 
===============================================================*/
@media screen and (max-width: 940px) {

	#container {
	   /*width: 43%*/
	}
}

/* ===========================================================
                                                    800px 
==============================================================*/
@media screen and (max-width: 800px) {

	#wrapper {
	   padding: 0 3%
	}
	
	#adpage-container {
		width: 100%;
	}
}

/* ========================================================== 
                                                    768px 
=============================================================*/

@media screen and (max-width: 768px) {
	.news-page-content {
    overflow: hidden;
    width: 382px;
    float: right;
	}
	
	.film-content {
    overflow: hidden;
    width: 385px;
    float: right;
	}	
	.albom-gal {	
    margin: 0px 12px 20px 14px;
	}
	
}



/* ========================================================== 
                                                    736px 
=============================================================*/

@media screen and (max-width: 736px) {
	.news-page-content {
		width: 355px;
	}
	
	.film-content {
    overflow: hidden;
    width: 350px;
    float: right;
	}
	
	.albom-gal, .albom-gal img {
		width: 270px;
	}
	.albom-gal {
    margin: 0px 30px 20px 30px;
	}
	
}


/* ========================================================== 
                                                    667px 
=============================================================*/
@media screen and (max-width: 667px) {

  #adpage-container {
		width: 100%;
	}
	
	.this-news-page-img {margin: 0 auto;}
		
	.this-news-page-img a {
		width: 300px;
		text-align: center;
	}	

	.this-news-page-img img {
		width: 300px;
		text-align: center;
	}
	
	.news-page-content {
    overflow: hidden;
    width: 290px;
		float: right;
	}
	
	.film-content {
    overflow: hidden;
    width: 293px;
    float: right;
	}
	
	.albom-gal, .albom-gal img {
		width: 240px;
	}
	
	.albom-gal {
    margin: 0px 22px 20px 22px;
	}
	.fancybox-title .fancybox-title-float-wrap, .fancybox-title-float-wrap .child {
		display: none!important;
	}
	
}

/* ========================================================== 
                                                    650px 
=============================================================*/
@media screen and (max-width: 650px) {

	#wrapper {
	   padding: 0 0.5%
	}
    .news-content {
        padding: 0 0.5% 0 3%
    }
	
	#adpage-container {
		width: 100%;
	}	
	
	#adpage-container {
		width: 100%;
	}
}

/* ========================================================== 
                                                    600px 
=============================================================*/
@media screen and (max-width: 600px) {

	.this-news-page-img img {
    width: 540px;
    text-align: center;
	}
	
	.news-page-content {
    width: auto;
    float: none;
		margin-top: 15px;
	}
	
	.film-content {
    overflow: hidden;
    width: 228px;
    float: right;
	}

}	

/* ========================================================== 
                                                    568px 
=============================================================*/
@media screen and (max-width: 568px) {

	.this-news-page-img img {
    width: 540px;
    text-align: center;
	}
	
	.news-page-content {
    width: auto;
    float: none;
		margin-top: 15px;
	}
	
	film-content {
    overflow: hidden;
    width: 228px;
    float: right;
	}
	.albom-gal {
    margin: 0px 14px 20px 14px;
	}
	.fancybox-title .fancybox-title-float-wrap, .fancybox-title-float-wrap .child {
		display: none!important;
	}
	
}

/* ========================================================== 
                                                    420px 
=============================================================*/
@media screen and (max-width: 420px) {

	.news-item .news {
        display: block;
        margin-bottom: 35px;
        overflow: hidden
    }
    /*.news-item .news-img {
        max-width: 263px;
    }*/
    .news-img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0
    }
    .news-img img {
        width: 100%;
        height: auto;
        margin: 0
    }
    .news-content {
        width: 100%;
        display: block;
        padding-left: 0;
        vertical-align: middle;
    }
    .news-item h4 {
        line-height: 24px
    }
    .news-item h4 a {
        font-size: 18px
    }
    .read-more {
        font-size: 14px
    }
    #copy {
        font-size: 12px
    }
    #copy br {
        display: block
    }
 
 #slider_1 .caption {
    padding: 14px 21px 22px
 }  
 #slider_1 .head_slider {
    font-size: 18px
 }
 #slider_1 .slides p {
    font-size: 14px
 }
 
 #adpage-container {
		width: 100%;
	}
    
/*============================================================= CURATOR SLIDER ==================================*/
 #curator-slider .slide {
    text-align: center
 }
 #curator-slider .bx-wrapper img {
    display: inline-block;
 }

 
  #curator-slider {
    position: relative;
    padding-bottom: 80px
 }
  #curator-slider h3 {
    margin-bottom: 75px
  }
 #curator-slider .outside span {
    position: absolute;
    width: 14px;
    height: 14px;
    left: 50% !important;
    margin-left: -7px
 }
 #curator-slider .outside span a {
    width: 14px;
    height: 14px;
    background-image: url(../images/nav_vertical.png);
    background-repeat: no-repeat 
 }
 #curator-slider span#slider-prev-3 {
    bottom: 40px
 }
 #curator-slider .slider-nav-prev a {
    background-position: left 0
 }
 #curator-slider .slider-nav-prev:hover a {
    background-position: left -16px
 }
  #curator-slider #slider-next-3 {
    top: 58px
 }
 #curator-slider .slider-nav-next a {
    background-position: right -16px
 }
 #curator-slider .slider-nav-next:hover a {
    background-position: right 0
 }
    
 .tabs {
    height: 685px
 }
 
 .this-news-page-img a {
		width: 345px;
	}	

	.this-news-page-img img {
		width: 345px;
	}
	
	.news-page-content {
    overflow: hidden;
    width: 345px;
		float: none;
		margin-top: 15px;
		padding: 0px 5px;
		box-sizing: padding-box;
	}

}

/* ========================================================== 
                                                    414px 
=============================================================*/
@media screen and (max-width: 414px) {

	.film-tpl img {
    float: none;
    width: 386px;
	}
	
	.film-content {
		float: none;
	}
	
	.albom-gal, .albom-gal img {
		width: 356px;
	}

}

/* ========================================================== 
                                                    384px 
=============================================================*/
@media screen and (max-width: 384px) {

	.film-tpl img {
    float: none;
    width: 356px;
	}
	
	.film-content {
    overflow: hidden;
    width: 430px;
    float: none;
}
.albom-gal, .albom-gal img {
		width: 328px;
	}
	

}

/* ========================================================== 
                                                    375px 
=============================================================*/
@media screen and (max-width: 375px) {

	.film-content {
		float: none;
	}
	.albom-gal, .albom-gal img {
		width: 300px;
	}
	.albom-gal {
    margin: 0px 20px 20px 20px;
	}
	.fancybox-title .fancybox-title-float-wrap, .fancybox-title-float-wrap .child {
		display: none!important;
	}

}


/* ========================================================== 
                                                    340px 
=============================================================*/
@media screen and (max-width: 340px) {

    .tabs {
    height: 650px
 }

	.this-news-page-img a {
		width: 300px;
	}	

	.this-news-page-img img {
		width: 300px;
	}
	
	.news-page-content {
    overflow: hidden;
    width: 280px;
		float: none;
		margin-top: 15px;
		padding: 0px 5px;
		box-sizing: padding-box;
	}
	
	film-page-top-block img {
		float: none;
		width: 280px;
	}
	
}

/* ========================================================== 
                                                    320px 
=============================================================*/
@media screen and (max-width: 320px) {
	.film-page-top-block img {
		float: none;
		width: 295px;
	}
	
	.film-content {
    overflow: hidden;
    width: 300px;
    float: none;
		padding: 0px 5px;
	}
	.albom-gal, .albom-gal img {
		width: 250px;
	}
	.albom-gal {
    margin: 0px 20px 20px 20px;
	}
	.fancybox-title .fancybox-title-float-wrap, .fancybox-title-float-wrap .child {
		display: none!important;
	}
}

/* ========================================================== 
                                                    300px 
=============================================================*/
@media screen and (max-width: 300px) {

	#footer .social-widget {
	   float: none;
       margin: 0 auto 20px
	}
    #copy {
        float: none;
        text-align: center
    }
    #copy br {
        display: none
    }
    .tabs {
    height: 620px
 }
 #box-top {
    margin-bottom: 65px
 }
 .button-menu {
    top: 70px;
    right: 10%
 }
 .this-news-page-img a {
		width: 300px;
	}	

	.this-news-page-img img {
		width: 300px;
	}
	
	.news-page-content {
    overflow: hidden;
    width: 280px;
		float: none;
		margin-top: 15px;
		padding: 0px 5px;
	}
	
 
}

/* ========================================================== 
                                                    250px 
=============================================================*/
@media screen and (max-width: 300px) {

    .tabs {
    height: 580px
 }
}