/*
 * Theme Name:     Tomorrow/2morrow
 * Theme URI:      http://www.2morrow.ru/
 * Description:    Theme for Tomorrow website based on Twenty Twelve
 * Author:         D.
 * Author URI:     http://www.hearthink.com/
 * Template:       twentytwelve                             
 * Version:        0.1.0
*/

@import url("../twentytwelve/style.css");

/* Links color */
body.custom-font-enabled {
	font-family: "Roboto",sans-serif;
  font-weight: 200;
}
a {
	outline: none;
	color: green !important;
	font-weight: 400;
  text-decoration: none;
  -webkit-transition:color 0.2s ease-in;  
  -moz-transition:color 0.2s ease-in;  
  -o-transition:color 0.2s ease-in;  
  transition:color 0.2s ease-in;  
}
a:hover {
	color: #5e90af !important;
}
.greenlink {
  text-decoration: underline;
  color: green;
}
.lang-selector {
  display: none;
}
.header-logo {
  width: 220px;  
  vertical-align: middle;
  display: inline-block;
  vertical-align: top;  
}
.header-right {
  display: inline-block;
  vertical-align: bottom;
  width: 676px;
  margin-left: 20px;  
}
.header-text {
  padding-bottom: 0px;
}
.header-text .date-place {
  display: inline-block;
  vertical-align: bottom;
  width: 650px;
	margin-bottom: 10px;
}
.minlogo {
  width: 300px;
	margin-top: 10px;
}
.minlogo_image {
	display: inline-block;
	vertical-align: middle;
}
.minlogo_text {
	width: 255px;    
	display: inline-block;
	vertical-align: middle;
	color: #999999;
  text-transform: uppercase;
}
.minlogo img {
  height: 40px;
}
.header-partner {
  display: inline-block;
  vertical-align: bottom;
  font-size: 11px;
  font-weight: 400;
  color: #555;
  width: 376px;
  text-align: center;
}
.header-partner img {
  max-height: 48px;
  padding-top: 2px;
}
.header-text .language {
  display: inline-block;
  vertical-align: top;
  width: 80px;  
}

.header-logo-right {
  height: 100px;
	margin-bottom: 16px;
}

.header-logo-right div {
	display: inline-block;
}

.age-restrict-image {
  height: 40px;
  border: 1px solid #222;
}

.depcult-image {
  width: 200px;
	margin-right: 10px;
}

.mm-image {
  width: 200px;
	margin-right: 10px;
}

.id-fund-image {
  width: 120px;
	margin-right: 50px;
}

.age-restrict-full {
  /*display: inline-block;
  vertical-align: top;*/
	text-align: right;
	margin-bottom: 16px;
}
.age-restrict-full img {
  height: 40px;
  border: 1px solid #222;
}
.age-restrict-mobile {
  display: none;
  font-size: 10px;
  border: solid 1px #ccc;
  padding: 2px;
  margin-bottom: 10px;
}
.age-restrict-mobile img {
  height: 20px;
  float: left;
  padding-right: 10px;
}
.lang-item {
  display: inline;
}
.header-image {
  margin-top: 0px;
}

/* Post image */
.entry-content .featured-image {
  position: relative;
}
.entry-content .featured-image img {
	width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content embed, 
.entry-content iframe, 
.entry-content object, 
.entry-content video {
  margin-bottom: 0px;  
}
/* Alt-text banner on image*/
.entry-content .featured-image span {
  position: absolute;   
  z-index: 100;
  bottom: 10px;
  right: 10px;
  font-family: "Arial";
  color: rgb(255, 255, 255);
  background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.7);
  padding: 10px 10px 10px;
  max-width: 75%;
  font-size: 12px;
  line-height: 17px;
  margin: 0px;
}

/* No fancy images please */
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
  border-radius: 0px;
	box-shadow: none;
}

.entry-header {
  padding: 0 20px;
  margin-bottom: 0px;
}
.entry-header h1 a {
  text-decoration: none;
}

/* Entry meta */

.entry-content .post-meta {
  width: 100%;
  border-top: 1px solid rgb(221, 221, 221);
  margin-bottom: 5px;
}

/* Social stuff */
.social-bar {
  width: 100%;
  text-align: center;
	margin-top: 10px;
}
.social-bar li {
  margin: 0 0 0 5px;
}

.fb-like {
  width: 140px !important;
}
.fb-like > span,
.fb-like > span iframe {
  max-width: 500px;
}

/* Website title */
.site-title a {
  color: #111;
  font-size: 45px;
  line-height: 45px;
  letter-spacing: -5px;
  font-weight: bold;
  text-decoration: none;
}
.site-header {
  background-color: #FFFFFF;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0px;
  text-align: left;
}
.site-header h2 {
  color: #000000 !important;
  font-size: 28px !important;
  line-height: 28px !important;
  font-weight: 400 !important;
  margin: 0;
  padding: 0;
}
.site-header h3 {
  color: #000000;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}
hgroup {
  padding-left: 20px;
  padding-right: 20px;
}

/* Disable hyphens for widgets */
.widget-area .widget {
	word-wrap: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}

/* Blockquote with vertical line on the left */
.entry-content blockquote,
.comment-content blockquote {
	font-style: italic;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 40px;
  padding-left: 15px;
  border-left: 2px solid #777;
}

/* Article */
/* No hyphens in article */
.site-content article {
	border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
	word-wrap: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}

article h1 {
  font-size: 2.85rem;
  text-decoration: none;
  line-height: 2.85rem;
  padding-bottom: 5px;
}

/* Site, content and widget area sizes */
.site-content {
  width: 100%;
}

.widget-area {
  float: right;
  width: 28%;
}

body .site {
  padding-left: 0px;
  padding-right: 0px;
}

.wrapper {
  padding: 0;
}

/* Menu */
.main-navigation {
  background-color: #111111;
  margin-top: 0px;
}
.main-navigation ul {
  border: none !important;
}
.main-navigation li {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 0 0 0 10px;
  margin: 0;
  width: 120px;
  -webkit-transition:background-color 0.2s ease-in;  
  -moz-transition:background-color 0.2s ease-in;  
  -o-transition:background-color 0.2s ease-in;  
  transition:background-color 0.2s ease-in;    
}
.main-navigation li a {
  color: #fff !important;
  line-height: 2;
  outline: none;
  font-weight: 200;
}
.main-navigation li a:hover {
  color: #fff !important;
}
.main-navigation li:hover {
  color: #fff !important;
  background-color: #555;
  /*background-color: #5e90af;*/
}
.main-navigation li ul {
  left: 0;
}
.main-navigation li ul li {
  background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.8);
  padding: 0;
  width: 130px;
}
.main-navigation li ul li:hover {
  /*background: none repeat scroll 0% 0% rgba(94, 144, 175, 0.96);*/
  background-color: #777;
}
.main-navigation li ul li a {
  background: none;
  border-bottom: none;
  font-size: 14px;
  font-weight: 200;
  line-height: 16px;
  text-transform: none;  
  width: 120px;
}
.main-navigation li ul li a:hover {
  background: none;
	color: #fff !important;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
  color: #fff !important;
  font-weight: 500;
}

/* Hide the default responsive menu and menu button */
h3.menu-toggle {display: none}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {display: none;}
 
/* New responsive selectnav css */
.selectnav { display: none; }
select.selectnav {margin:0 auto;} /* centers select */
 
/* Category page */
.category {
  padding-left: 20px;
  padding-right: 20px;
}
.category-header {
  margin-bottom: 30px;
  /*font-size: 16px;
  line-height: 18px;*/
  margin: 0 20px 20px 20px;
}
.category-header .kurators {
  font-size: 14px;
	font-weight: 400;
	padding-bottom: 5px;
}
.category-header .ctext {
	font-size: 13px;
	line-height: 18px;
	padding: 10px;
	background-color: #eee;
}

.category h1 {
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 10px;
}
.category h2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
.wp-pagenavi {
  margin-top: 20px;
}
.cblock {
	padding: 5px;
  clear: both;
  overflow: hidden;
}
.tblock {
  clear: both;
}
.film-preview {
  width: 288px;
  height: auto;
  display: inline-block;
  vertical-align: top;
  padding: 7px;
}
.film-preview a {
  color: #333 !important;
	font-weight: 200;
  outline: none;
}
.film-preview:hover {
  background-color: #eee;
}
.film-preview p {
  font-size: 13px;
  line-height: 18px;
}
.film-main {
  display: inline-block;
  width: 65%;
  vertical-align: top;
}

.film-details {
  display: inline-block;
  vertical-align: top;
  width: 34%;
}

.schedule {
  padding-left: 20px;
  font-weight: 600;
  text-align: right;
}
.schedule .time {
  font-size: 24px;
  line-height: 30px;
}
.schedule .place {
  font-size: 20px;
  line-height: 20px;
	padding-bottom: 5px;
}

.voxxter-button {
	margin-top: 34px;
}

.booking-link {
  padding-bottom: 10px;
}
.buylink {
  font-size: 14px;
  padding-top: 5px;
}
.book-film-title {
  font-weight: 400;
  font-size: 18px;
}
.book-info {
  padding-bottom: 10px;
}
.details {
  padding-left: 20px;
  padding-top: 20px;
}
.entry-content table {
  color: #000;
  font-size: 15px;
  line-height: 15px;
  border: none;
}
.entry-content td {
  border-top: none;
  border-bottom: #444 solid 1px;
}
.entry-content th {
  font-size: 15px;
  line-height: 15px;
  border-bottom: #444 solid 1px;
  width: 130px;
  color: #000;
}

.rpremiere {
  font-size: 15px;
  line-height: 15px;
  color: #000;
  border-bottom: 1px solid #444;
  font-weight: bold;
  padding-bottom: 3px;
	text-transform: uppercase;
}

.film-header {
  color: #FFFFFF;
  font-family: "Roboto",sans-serif;
  font-size: 38px;
  line-height: 38px;
  margin: 0;
  padding: 10px 20px;
  text-align: left;
}
.blue {
  background-color: #5E90AF;
}
.entry-content {
  padding: 20px;
}

.entry-content p {
  line-height: 22px;
}

.site-content {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* FlexSlider Plugin */
.flex-loading {
  min-height: 340px;
  background: url('images/spinner.gif') no-repeat center center !important;
}
.flexslider {
  border: none !important;
  box-shadow: none !important;
  margin-bottom: 20px !important;
}
.flexslider ul,
.flexslider ul li,
.entry-content ul.slides,
.entry-content ul.slides li {
  margin: 0;
  list-style: none;
}

.flexslider ol,
.flexslider ol li {
  margin: 0 7px 0 0;
  list-style: none;
}

.flexslider .slide-data {
  position: absolute;
  bottom: 0;
  width: 94%;
  padding: 0 3%;
  background: rgba(255,255,255,.65);

}
.flexslider a,
.flexslider a:hover {
  color: #fff !important;
}

.flexslider h2.slide-title {
  margin: .9rem 0 .3rem;
}

.flexslider p {
  margin-bottom: 1rem;
}
.flexslider .flex-direction-nav a {
  height: 60px;
}
.flexslider .flex-control-nav {
  bottom: 0;
}
.flexslider .flex-control-nav a {
  color: #fff;
}
.flexslider .flex-control-paging li a.flex-active {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
}
.flexslider .slides li {
  position:relative;
}
.flex-main-caption {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.7);
  z-index: 1;
  padding: 5px;
	text-align: right;
	margin-bottom: 60px !important;
	font-size: 30px;
	line-height: 30px !important;
}
.flex-main-caption a {
	color: #fff !important;
}
.flex-main-caption a:hover {
	color: #5e90af !important;
}

.flex-caption {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.7);
  z-index: 1;
  padding: 5px;
  font-size: 20px;
  line-height: 22px;
}
.flex-caption a {
  color: #fff !important;
}
.flex-caption a:hover {
  color: #5e90af !important;
}
.film-excerpt {
  font-size: 14px;
  line-height: 16px;
}
.flex-excerpt {
  font-size: 14px;
  line-height: 16px;
}

#colophon {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 0.95rem;
  line-height: 18px;
  background-color: #222;
  border-top: none;
  margin-top: 0;
}
#colophon a {
  outline: none;
  color: #999 !important;
  text-decoration: none;
  -webkit-transition:color 0.2s ease-in;  
  -moz-transition:color 0.2s ease-in;  
  -o-transition:color 0.2s ease-in;  
  transition:color 0.2s ease-in;  
}
#colophon a:hover {
  color: #5e90af !important;
}

.footer-left {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.footer-right {
  display: inline-block;
  vertical-align: top;
  text-align: right;
  width: 49%;
}
.social-buttons {
  line-height: 32px;
}
@font-face {
  font-family: 'SocialIcons';
  src: url('font/social-icons.eot');
  src: url('font/social-icons.eot?#iefix') format('embedded-opentype'),
       url('font/social-icons.woff') format('woff'),
       url('font/socila-icons.ttf') format('truetype'),
       url('font/socila-icons.svg#EntypoRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.socialpict {
  font-family: 'SocialIcons';
  font-size: 26px;
  padding-left: 5px;
}
.vk {
  font-size: 24px;
}

.member {
  display: inline-block;
  vertical-align: top;
  width: 280px;
  line-height: 20px;
  padding: 0 20px 20px 0;
}
.member .name {
  font-size: 18px;
  font-weight: 600;
}

.lection {
  padding-left: 20px;
  padding-bottom: 20px; 
}
.lection .time {
  display: inline-block;
  vertical-align: top;  
  width: 10%;
  font-size: 18px;
  font-weight: 500;
}
.lection .full {
  display: inline-block;
  vertical-align: top;
  width: 89%;
}
.lection-date {
  padding-left: 20px;
  padding-right: 20px;  
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  background-color: #5E90AF;
}
.lection .theme {
  font-size: 18px;
  font-weight: 500;
}
.lection .description {
  line-height: 22px;
  padding-bottom: 5px;
  padding-top: 10px;
}
.speakers {
  font-weight: 400;
}
.speaker {
  line-height: 22px;
  font-size: 12px;
  padding: 5px;
  background-color: #eee;
  margin-top: 5px;
  /*min-height: 150px;*/
  min-height: 240px;
}
.speaker .image {
  float: left;
  width: 120px;
  height: 120px;
  padding: 5px;
}
.speaker .image-movie {
  float: left;
  width: 360px;
  height: 200px;
  padding: 5px;
}
.speaker .name {
  font-weight: 400;
  font-size: 14px;
}
.speaker .details {
  padding: 0;
}
.reglink a {
  font-size: 12px;
  color: green !important;
  text-decoration: underline;
}
.info-text {
	padding-left: 40px;
	padding-right: 40px;
}

.pform {
	padding-bottom: 20px;
}

.pform p {
	margin-bottom: 0px;
}

#agreement {
	margin: 40px;
}

.main-info {
	display: inline-block;
  vertical-align: top;
	width: 65%;
}
.main-slider {
	min-height: 337px;
	margin-bottom: 20px;
}

.main-sidebar {
	display: inline-block;
  vertical-align: top;
	width: 33%;
	padding-left: 10px;
}
.agreement {
  font-size: 12px;
  line-height: 12px;
}
.agreement a {
  text-decoration: underline;
	color: #333333;
}
.agreement a:hover {
	color: #5e90af;
}

.film-awards {
  margin-top: 10px;
	margin-bottom: 10px;
  padding: 5px;
  background-color: #eee;  
  line-height: 22px;
  font-size: 12px;    
}

.film-quotes {
  margin-top: 10px;
  padding: 5px;
  background-color: #eee;  
  line-height: 22px;
  font-size: 12px;    
}
.quote {
  padding-top: 10px;
}
.quote-author {
  text-align: right;
  font-weight: 400;
}

.film-bio {
  margin-top: 10px;
  padding: 5px;
  background-color: #eee;
  min-height: 150px;
  line-height: 22px;
  font-size: 12px;  
}
.film-bio .name {
  font-weight: 400;
  font-size: 14px;
}
.film-bio .image {
  float: left;
  width: 120px;
  /*height: 120px;*/
  padding: 5px;
}
.film-bio .details {
  padding: 0;
}
.programm {
  padding-bottom: 10px;
}

.jury-programm {
  font-size: 20px;
  font-weight: 400;
  margin-top: 10px;
}
.jury {
  margin-top: 10px;
  padding: 5px;
  background-color: #eee;
  min-height: 160px;
  font-size: 14px; 
  line-height: 20px;
}
.jury .name {
  font-weight: 400;
  font-size: 14px;
}
.jury .image {
  float: left;
  width: 130px;
  height: 130px;
  padding: 5px;
}
.jury .details {
  padding: 0;
}
.thin-title {
  font-weight: 200;
}
.partner-header {
  font-size: 20px;
  font-weight: 400;
  margin-top: 10px;
}
.partners {
  margin-top: 10px;
  padding: 5px 5px 5px 40px;
}
.partner {
  display: inline-block;
  padding-bottom: 5px;
  padding-left: 5px;
	padding-right: 5px;
}
.partner img {
  max-height: 200px;
  max-width: 220px;
  vertical-align: middle;
}
.gen-partner {
  display: block;
  text-align: center;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
.gen-partner img {
  max-height: 100px;
  max-width: 320px;
  vertical-align: middle;
}
.rposter img {
	float: left;
	width: 180px;
	padding-right: 10px;
}

.expandable-content {
  display: none;
}
.film-poster {
  padding-left: 20px;
}
.film-poster a {
  outline: none;
}

.person {
  margin-bottom: 40px;
}
.person-photo {
  display: inline-block;
  vertical-align: top;
  width: 22%
}
.person-about {
  display: inline-block;
  vertical-align: top;
  width: 76%;
  margin-left: 10px;
}
.person-name {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
}
.person-title {
  font-weight: 400;
}
.person-speech {
  font-size: 13px;
  margin-top: 10px;
}

.sc-day table {
  border-collapse: collapse;
  margin-top: 0px;
  margin-bottom: 0px;
	border-top: none;
}
.sc-day td {
  border: none;
  padding: 5px;
}
.sc-day tr {
  border-top: #444 solid 1px;
}
.sc-day tr:first-child {
	border-top: none;
}
.sc-day th {
  font-size: 16px;
  line-height: 18px;
  color: #000;
	padding: 5px;
}
.sc-day table tr td:first-child + td,
.sc-day table tr th:first-child + th {
  background-color: #D8E3EB;
}
.sc-day table tr td:first-child + td + td + td,
.sc-day table tr th:first-child + th + th + th {
  background-color: #D8E3EB;
}
.sc-day th:first-child {
	width: 60px;
}
.sc-day td:first-child {
  text-align: center;
  font-weight: 400;
	width: 60px;
}
.small-text {
  font-size: 12px; 
	padding-top: 4px;
}
.small-text a {
  color: #ED5545 !important;
}
.small-text a:hover {
  color: #5e90af !important;
}

.sponsor {
  margin-top: 50px;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
}
.sponsor img {
  width: 400px;
}

.news-preview {
  width: 285px;
  height: auto;
  display: inline-block;
  vertical-align: top;
  padding: 5px;
}
.news-preview:hover {
  background-color: #eee;
}
.news-preview a {
  font-weight: 400;
  outline: none;
}
.news-preview h2 {
  margin: 0px;
  line-height: 20px;
}
.news-preview p {
  font-size: 13px;
  line-height: 18px;
  margin: 0px;
}
.audio {
  height: 50px;
  width: 100px;
}
.news-date {
  text-align: right;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}

#instagram {
  position: relative;
}
#instagram iframe {
  position: relative;
}
.infobox {
  color: #444;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.8);
  z-index: 1;
  width: 304px;
  text-align: center;
}
.infobox span {
  line-height: 26px;
  font-size: 24px;
}
.news-block {
  width: 220px;
  padding-left: 10px;
}
.prev-next {
  font-weight: 400;
}
.news-prev-next {
  line-height: 16px;
  font-size: 14px;
  padding-bottom: 30px;
}
.news-date-post {
  padding-bottom: 10px;
}
.campus-partner-header {
	font-size: 16px;
	font-weight: 400;
	margin-top: 5px;
}
.campus-partner-logo {
	width: 200px;
}

.block-a {
	padding-left: 20px;
	padding-bottom: 20px;
}

.block-b {
	border-bottom: 1px solid #444;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.block-c {
	font-size: 13px;
}

.block-d {
}

.block-d-image {
	width: 296px;
	display: inline-block;
	position: relative;
}

.block-d-image-caption {
  color: #ffffff;
  position: absolute;
  bottom: 7px;
  background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.7);
  z-index: 1;
	width: 100%;
}
.block-flogo {
	padding-left: 20px;
	padding-top: 10px;
}

.blockheader-en {
	color: #ffffff;
	font-size: 20px;
	background-color: #5e90af;
	padding-left: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.blocksubheader-en {
	font-size: 18px;
}

@media screen and (min-width: 960px) {
	body {
		background-color: #e6e6e6;
	}
	body .site {
		margin-top: 0px;
		margin-bottom: 0px;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
  .category {
    padding-left: 0px;
    padding-right: 0px;
  }
  .film-preview {
    margin-left: 20px;
    width: 338px;
  }
  .main-navigation li {
    font-size: 11px;
    padding: 0 0 0 10px;
    width: 90px;
  }
  .main-navigation li ul li {
    padding: 0;
    width: 100px;
  }
  .main-navigation li ul li a {
    font-size: 11px;
    line-height: 14px;
    width: 100px;
  }
  .header-logo {
    width: 180px;  
    vertical-align: middle;
    display: inline-block;
    vertical-align: bottom;  
  }
  .header-right {
    display: inline-block;
    vertical-align: bottom;
    width: 520px;
    margin-left: 10px;  
  }
  .header-text {
  }
  .header-text .date-place {
    width: 450px;
  }
  .header-text .language {
    width: 80px;
  }
  .header-partner {
    width: 282px;
  }
  .header-partner img {
    max-height: 40px;
  }
  .member {
    display: inline-block;
    vertical-align: top;
    width: 220px;
  }  
  .sc-day th {
    width: 130px;
  }
  .sc-day td {
    width: 130px;
  }
  .sc-day th:first-child {
    width: 40px;
  }
  .sc-day td:first-child {
    text-align: center;
    font-weight: 400;
    width: 60px;
  }
  .film-title a {
    font-weight: 400;
  }
  .header-logo-right {
		height: 50px;
		margin-bottom: 30px;
	}  
  .age-restrict-full {
    display: none;
  }

	.depcult-image {
		width: 170px;
		margin-right: 40px;
	}

	.mm-image {
		width: 130px;
		margin-right: 40px;
	}

	.id-fund-image {
		width: 110px;
		margin-right: 0px;
	}

	.header-age-restrict {
		display: none !important;
	}
	

  .age-restrict-mobile {
    display: block;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 20px;
  }
  .age-restrict-mobile img {
    height: 14px;
  }
  .site-header {
    padding-top: 5px;
  }  
	.site-header h3 {
		font-size: 14px;
		line-height: 16px;
		margin-top: 6px;
	}
  .news-preview {
    width: 224px;
    height: auto;
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    margin-top: 5px;
  } 
  .main-slider {
    min-height: 200px;
    margin-bottom: 10px;
  }   
  .infobox {
    text-align: left;
    padding-left: 10px;
  }  
  .schedule .time {
    font-size: 20px;
    line-height: 24px;
  }  
  .news-block {
    width: 230px;
    padding-left: 10px;
  } 
  .flex-loading {
    min-height: 240px;
  }
	#fb-root {
  	display: none;
	}
	.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] { 
		width: 100% !important;
		height: 300px !important;
	}
}

@media only screen and (max-width: 600px) {
  .wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  /*.js #menu-top { display: none!important; }
  .js .selectnav { display: block; }*/

	.js #nav { display: none; }
  .js .selectnav { display: block; }

  .lang-selector {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    text-align: right;
  }
  .header-logo {
    display: block;
    width: 100%;
  }
  .header-right {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
    text-align: center;
  }  
  .header-text .date-place {
    width: 100%;
  }
  .header-text .language {
    display: none;
  }  
  .site-header {
    padding: 10px;
  }
  .site-header h2 {
    font-size: 22px !important;
    line-height: 22px !important;
  }
  .site-header h3 {
    font-size: 18px;
    line-height: 18px;
  }
  .film-preview {
    display: block;
    width: 100%;
    padding: 0px;
    margin-bottom: 10px;
  }
  .film-preview-content {
    padding: 10px;
    background-color: #eee;
  }
  .category {
    padding: 0px;
  }
  .entry-content {
    padding: 20px 0px;
  }
  .entry-content iframe {
    width: 100%;
    height: auto;
  }
  .film-main {
    display: block;
    width: 100%;
  }
  .film-details {
    display: block;
    width: 100%;
  }
  .schedule .time {
    display: inline-block;
    font-size: 24px;
    line-height: 28px;
  }
  .details {
    padding-left: 0px;
  }
  article h1 {
    font-size: 26px;
    line-height: 26px;
  }
  select.selectnav {
    margin: 0;
    width: 100%;
  }
  #colophon {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-left {
    display: block;
    width: 100%;
  }
  .footer-right {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 30px;
  }
  .main-navigation {
    background-color: #ffffff;
  }
  .entry-header {
    padding: 0;
    margin-bottom: 0px;
  }  
  .member {
    display: block;
    width: 100%;
    line-height: 20px;
    padding: 0 0 20px 0;
  }  
	#agreement {
		margin: 10px;
	}
	.main-info {
		display: block;
		width: 100%;
	}
  .main-slider {
		min-height: 100px;
	}
	.main-sidebar {
		display: block;
		width: 100%;
		padding-left: 0px;
		margin-top: 20px;
	}
	.flex-main-caption {
		text-align: right;
		margin-bottom: 20px !important;
		font-size: 18px;
		line-height: 18px !important;
	}
  .pform {
    font-size: 18px;
    line-height: 22px;
    width: 240px;
  } 
	.info-text {
		padding-left: 10px;
		padding-right: 10px;
	}
  .age-restrict-full {
    display: none;
  }

	.header-logo-right {
		height: auto;
	}

	.depcult-image {
		margin-right: 0px;
	}

	.mm-image {
		margin-right: 0px;
	}

	.header-age-restrict {
		display: none !important;
	}
  .age-restrict-mobile {
    display: block;
  }
	.category-header {
		margin: 0 0 20px 0;
	}
	.rposter img {
		float: none;
		width: 100%;
		padding-right: 0px;
	}
	.partners {
		text-align: center;
    padding: 5px;
	}
  .film-poster {
    padding-left: 0px;
  }  
	.person {
		padding: 5px;
		background-color: #eee;
	}
	.person-photo {
		display: block;
		vertical-align: top;
		width: 100%
	}
	.person-about {
		display: block;
		vertical-align: top;
		width: 100%;
  	margin-left: 0px;
	}

  .sc-day table {
    font-size: 10px;
  }
  .sc-day td {
    border: none;
    padding: 5px;
  }
  .sc-day th {
    font-size: 10px;
    line-height: 14px;
    color: #000;
    padding: 5px;
  }
  .sc-day th:first-child {
    width: 60px;
  }
  .sc-day td:first-child {
    width: 60px;
  }
  .film-title a {
    font-weight: 400;
  }
  .small-text {
    font-size: 8px;
  }
  .gen-partner img {
    max-height: 80px;
    max-width: 220px;
    vertical-align: middle;
  } 
  .header-partner {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .header-partner img {
    max-height: 40px;
  }   
  .news-preview {
    background-color: #eee;
    margin-top: 5px;
  }
  #instagram {
    display: none;
  }
  #facebook-main {
    display: none;
  }
  .flex-caption {
    font-size: 16px;
    line-height: 18px;
  }  
  .film-excerpt {
    display: none;
  }
  .flex-excerpt {
    font-size: 10px;
    line-height: 12px;
  }
  audio {
    height: 40px;
  }
  .news-block {
    width: 100%;
    padding-left: 0px;
  }  
  .flex-loading {
    min-height: 170px;
  }
	.social-bar {
		margin-bottom: 30px;
	}
}
