* {
	margin: 0;
}
html {
	height: 100%;
}
body {
    padding:0px;
    margin:0px;    
   	height:100%;
	width:100%;
	min-width: 944px;
    background: #ededed;
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    line-height: 1.5;
  color: #404041;
}

input {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	color: #6a6a6a;
	padding: 1px 3px 1px 3px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c8c8c8;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #c8c8c8;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #c8c8c8;
}
:-moz-placeholder { /* Firefox 18- */
  color: #c8c8c8;
}

a:link,
a:visited{
  color: #005487;
  text-decoration: none;
}
a:hover,
a:active{
  text-decoration: underline;
}

h1 {
	padding: 11px 13px 39px 7px;
	font-size: 35px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	color: #404041;
	border-bottom: 1px solid #e5e5e5;
}

h1.sub {
	padding: 13px 10px 13px 10px;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	color: #404041;
	border-bottom: 1px solid #e5e5e5;
}
h1.no-border{
  border-bottom: 0;
}


h2 {
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #404041;	
  font-family: 'Open Sans', sans-serif;
}

h2.gallery-title {
    font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #404041;
	padding: 26px 0;
}

h3 {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	padding-bottom: 13px;
}

select{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
}

hr{
  height: 1px;
    border: 0;
    background-color: #e5e5e5;
    margin-bottom: 26px;
}

.nb{ border: 0 !important; }
/* WRAPPER */

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
}

#header-holder,
#content-holder,
#footer-holder{
  background-color: #fff;
}


/* HEADER */

#header-holder {
	text-align: left;
	margin-left: auto;
    margin-right: auto;
	position: relative;
	overflow: hidden;
  background-color: white;
  padding: 26px 0;
}

#date-holder{
  position: absolute;
  top: 47px;
  left: 329px;
  width: 551px;
  height: 100px;
}
#date-holder img{
  max-width: 100%;
  height: auto;
}

#logo-holder {
	float: left;
  margin-left: 26px;
}

#logo-holder a{
  display: block;
	width: 280px;
    height: 183px;
}

/* TOP MENU */

#top-menu-holder{
	position: relative;
	overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 26px;
}
ul.top-menu {
	color: #404041;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
    float: right;
  margin-right: 26px;
}
ul.top-menu li{
	display: inline;
	list-style-type: none;
	padding: 0;
	border-right: 1px solid #e5e5e5;
}
ul.top-menu li:last-child {
	border-right: none;
}
ul.top-menu li a {
	color: #404041;
	text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  padding: 2px 13px;
  display: inline-block;
}
ul.top-menu li a:hover {
	text-decoration: underline;
}


/* MAIN MENU */

#main-menu-holder {
	text-align: right;
	position: absolute;
	bottom: 26px;
	right: 26px;
  width:800px;
  background-color: #ededed;
  padding: 6px 7px 8px 7px;
}

ul.main-menu {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	margin-left: 5px;
}
ul.main-menu li{
	display: inline;
	list-style-type: none;
}
ul.main-menu li a {
	color: #005487;
	text-decoration: none;
  padding: 0 23px;        
  font-weight:400;
  font-size:16px;
}
ul.main-menu li a.selected {
	color: #005487;
	text-decoration: none;
  font-weight: 700;
}
ul.main-menu li a:hover {
	text-decoration: underline;
}
ul.main-menu li a.nisimasa {
	background: url(/images/nisimasa/thumb.png) top left no-repeat;
	width: 150px;
	padding-left: 100px;
}

div.error-message {
	font-size: 15px;
	color: #f00;
	font-family: 'Source Sans Pro', sans-serif;
	padding: 0px 0px 13px;
}

div.success-message {
	font-size: 15px;
	font-family: 'Source Sans Pro', sans-serif;
	padding: 0px 0px 13px;
	color: #1e874a;
}

#fancybox-close{
  border: 1px solid white;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    width: 37px !important;
    height: 37px !important;
  background: none !important;
    border-width: 1px;
    border-radius: 50%;
    border-style: solid;
    top: -37px !important;
    right: -37px !important;
}

#fancybox-close:before {
    transform: rotate(-45deg);
    width: 23px;
    height: 1px;
    display: block;
    content: "";
    position: absolute;
    transform-origin: 50% 50%;
    top: 17px;
    left: 6px;
    background: #fff;
}

#fancybox-close:after {
    transform: rotate(45deg);
    width: 23px;
    height: 1px;
    display: block;
    content: "";
    position: absolute;
    transform-origin: 50% 50%;
    top: 17px;
    left: 6px;
    background: #fff;
}

#fancybox-outer {
    border-radius: 3px;
}


/* SEARCH */

#search-form-holder {
	float: right;
	margin: 0;
}

#searchForm{
  display: flex;
  align-items: center;
}

#subscribeForm{
  display: flex;
  justify-content: space-between;
}

input.search-field {
	border: 1px solid #e5e5e5;
  color: #404041;
  width: 150px;
}

input.text-field {
	border: 1px solid #e5e5e5;
	width: calc(100% - 110px);
}
input.text-field:focus,
input.search-field:focus{
  outline: none;
}

.grecaptcha-badge{ display: none; }

#search-form-holder button{
  width: 20px;
  height: 20px;
  border: 0;
  background-color: transparent;
  padding: 2px;
  cursor:pointer;
  margin-left: 2px;
}

#search-form-holder button svg{
  fill: #c8c8c8;
}

#search-form-holder button:hover svg{
  fill: #404041;
}
input.button,
button.button{
	border: 1px solid #bcbcbc;
    padding: 1px 10px;
    background-color: #ededed;
    color: #005487;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;  
  cursor: pointer;
}
input.button:hover,
button.button:hover{
  background-color: #c8c8c8;
}
input.button:focus,
button.button:focus{
  outline: none;
}

input.button.subscribe,
button.button.subscribe{
  float: right;
}

input.input-error {
	border: 1px solid red;
}
button svg{
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

#content-holder {
	margin-left: auto;
    margin-right: auto;
	border-bottom: 7px solid #ededed;
  border-top: 7px solid #ededed;
	overflow: hidden;
  padding: 0;
  display: flex;
}

#left-column-holder {
	width: calc(68% - 52px);
	padding: 0 26px;
	overflow: hidden;
  display: inline-block;
  border-right: 7px solid #ededed;
}
#right-column-holder {
	width: 32%;
	padding: 0px;
    padding: 0px;
	overflow: hidden;
  display: inline-block;
}

#side-menu-holder {
	background-color: #fff;
	overflow: hidden;
	position: relative;
	display: block;
	margin-bottom: 12px;
}

#side-menu-holder ul{
	
}

#side-menu-holder ul li {
	border-bottom: 1px solid #e5e5e5;
	padding: 6px 10px 6px 10px; 
  text-align: center;
}

#side-menu-holder ul li a{
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	color: #005487;
}
#side-menu-holder ul li a:hover {
	text-decoration: underline;
}

div.white-content {
	background-color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	color: #404041;
	position: relative;
}

div.white-content p {
	padding-bottom: 26px;
}

div.random-film-holder {
	position: relative;
	font-family: 'Source Sans Pro', sans-serif;
	width: calc(100% + 52px);
    margin-left: -26px;
	height: 400px;
	border-bottom: 7px solid #ededed;
}

div.random-film-holder img {
	display: block;
}

div.random-film-holder div.frame {
	width: calc(100% + 1px);
	height: 52px;
	position: absolute;
	bottom: 0px;
	left: 0px;
    background-color: #fff;
    opacity: .6;
}

div.random-film-holder a:link {
	text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

div.random-film-holder a:hover  {
	text-decoration: none;
}

div.random-film-holder div.film-title {
	bottom: 13px;
	width: calc(100% - 52px);
	left: 26px;
	position: absolute;
	color: #005487;
	font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
  padding: 0;
}

div.random-film-holder div.film-title span.original-title {
	font-size: 13px;
	font-style: italic;
	color: #404041;
	font-weight: normal;
}

div.random-film-holder a:hover div.film-title,
div.random-film-holder a:hover div.film-title span.original-title{
	text-decoration: underline;
}

div.text-content {
	padding: 26px 0px;
}

div.white-content p a{
	color: #1377b4;
	text-decoration: none;
}

div.white-content p a:hover{
	text-decoration: underline;
}

div.calendar-holder {
	background-color: #dbdbdb;
	overflow: hidden;
	margin-bottom: 12px;
	position: relative;
}

.programme-city-list{
  list-style-type: none;
  margin: 26px 0 0;
  padding: 0;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.programme-city-list li{
  float: left;
  padding: 0 13px;
  margin: 0;
  border-right: 1px solid #e5e5e5;
}

.programme-city-list li:last-child{
  border-right: 0;
}

.programme-city-list li a:link,
.programme-city-list li a:visited{
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
}

.programme-city-list li.selected a {
  font-weight: bold;
}

div.calendar-holder ul.city-list {
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 10px;
	margin-top: 8px;
	padding-bottom: 8px;
	float: left;
	width: 100%;
	border-bottom: 2px solid #000;
}
div.calendar-holder ul.city-list li{
	display: inline;
	list-style-type: none;
	padding: 8px 10px 8px 10px;
	font-size: 12px;
}

div.calendar-holder ul.city-list li.selected {
	background-color: #fff;
}

div.calendar-holder a{
	color: #000;
	text-decoration: none;
}

div.calendar-holder a:hover{
	color: #000;
	text-decoration: underline;
}

div.calendar-holder ul.date-navigation {
	height: 37px;
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	float: left;
	border-bottom: 2px solid #000;
	width: 100%;
	display: block;
	position: relative;
}

div.calendar-holder ul.date-navigation li{
	display: block;
	float: left;
	list-style-type: none;
	font-size: 12px;
	width: 36px;
	height: 37px;
	border-right: 1px solid #000;
}

div.calendar-holder ul.date-navigation li.selected {
	background: #fff;
}

div.calendar-holder ul.date-navigation li.left {
	background: url(/images/calendar/prev-arrow.gif) top left no-repeat;
	width: 12px;
	height: 37px;
	display: block;
	float: left;
	border-right: 1px solid #000;
}

div.calendar-holder ul.date-navigation li.right {
	background: url(/images/calendar/next-arrow.gif) top left no-repeat;
	width: 12px;
	height: 37px;
	display: block;
	float: right;
	border-left: 1px solid #000;
}

div.calendar-holder ul.date-navigation li.right a, div.calendar-holder ul.date-navigation li.left a{
	display: block;
	width: 12px;
	height: 37px;
}

div.calendar-holder ul.date-navigation li.last {
	border: 0px;
}

div.calendar-holder ul.date-navigation li div {
	width: 36px;
	height: 37px;
	text-align: center;
	font-size: 14px;
	line-height: 12px;
	font-weight: bold;
	font-style: italic;
	padding-top: 5px;
}

div.calendar-holder ul.date-navigation li div span.month_day{
	font-size: 10px;
	color: #6d6d6d;
	font-weight: normal;
	font-style: normal;
}

div.calendar-holder ul.calendar-screening-list {
	position: relative;
	clear: left;
}

div.calendar-holder ul.calendar-screening-list li{
	border-bottom: 1px solid #000;
	padding: 0px;
	font-size: 12px;
}

div.calendar-holder ul.calendar-screening-list li div.screening-content {
	display: block;
	clear: right;
	overflow: hidden;
	position: relative;
}

div.calendar-holder ul.calendar-screening-list li div.screening-content div.time{ 
	position: absolute;
	right: 20px;
	bottom: 10px;
}


div.calendar-holder ul.calendar-screening-list li div.screening-content div.credits {
	padding: 7px 7px 0px 10px;
	font-family: 'Source Sans Pro', sans-serif;
	float: left;
	font-size: 10px;
	width: 180px;
	display: block;
	margin-bottom: 29px;
}

div.calendar-holder ul.calendar-screening-list li div.screening-content div.credits a{
	font-size: 11px;
}

div.calendar-holder ul.calendar-screening-list li div.screening-content div.credits span.original-title{
	font-size: 10px;
	color: #6d6d6d;
	font-style: italic;
}

div.white-right-content {
	background-color: #fff;
	font-family: 'Source Sans Pro', sans-serif;;
	color: #404041;
}

.subscribe-holder{
  padding: 26px;
  border-bottom: 7px solid #ededed;
}

div.white-right-content .content {
	font-family: 'Source Sans Pro', sans-serif;
}
div.white-right-content a{
	color: #005487;
	font-size: 12px;
	font-family: 'Source Sans Pro', sans-serif;
	text-decoration: none;
}

div.white-right-content a:hover{
	text-decoration: underline;
}

div.black-right-content {
	font-family: 'Source Sans Pro', sans-serif;
	color: #404041;
	font-size: 12px;
	width: 100%;
	overflow: hidden;
	padding: 26px;
}

div.grey-content {
	background-color: #000;
	padding: 10px 0px 10px 0px;
	margin-top: 10px;
	overflow: hidden;
}


div.black-right-content ul.follow-us {
	float: left;
}
div.black-right-content ul.follow-us li{
	list-style-type: none;
	display: inline;
	float: left;
	padding-right: 13px;
}

ul.follow-us li h3{
  padding-bottom: 0;
  font-size: 12px;
  line-height: 26px;
}

ul.follow-us li a:link,
ul.follow-us li a:visited{
  display: inline-block;
  width: 26px;
  height: 26px;
  opacity: .8;
}
ul.follow-us li a:hover{
  opacity: 1;
}

ul.follow-us li a svg{
  max-width: 100%;
  height: auto;
  fill: grey;
}

ul.follow-us li a.youtube svg{
  fill: #CA3737;
}

ul.follow-us li a.twitter svg{
  fill: #2aa3f0;
}

ul.follow-us li a.fb svg{
  fill: #3c5a99;
}

ul.follow-us li a.instagram{
  background: url(/images/icons/instagram.png) center center no-repeat;
  background-size: contain;
  display: block;  
}

.push {
	height: 100px;
}


ul.news-list {
	margin: 0px;
	padding: 0px;
}

ul.news-list li {
	padding: 26px 0;
	border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}

ul.news-list li:last-child {
	border-bottom: 0px;
}

ul.news-list li a.title {
  font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
  line-height: 1.1;
}

ul.news-list li a.title:hover {
	text-decoration: underline;
}

ul.news-list li .photo{
  width: 230px;
  height: 153px;
  float: left;
  position: relative;
  margin-right: 26px;
}

ul.news-list li .photo a{
  display: block;
  width: 100%;
  height: 100%;
}

ul.news-list li .content{
  float: right;
  width: calc(100% - 256px);
}

ul.news-list li .date{
  padding-bottom: 13px;
}

li.paging a,
li.paging strong{
  padding: 0 7px;
  font-family: 'Open Sans', sans-serif;
}

.date {
	padding: 0px 0px 26px 0px;
}
.paler {
	color: #a0a0a1;
}

.pale {
	color: #898b8e;
}

ul.news-list li table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
ul.news-list li table td.photo {
	padding-right: 10px;
}

div.news-item {
	overflow: hidden;
  padding: 26px 0 0;
}
div.news-item ul{
	list-style-type: disc;
	list-style-position: inside;
	padding: 0px;
	margin: 0px;
}
div.related-items-holder {
	padding: 26px 0;
	overflow: hidden;
	border-top: 1px solid #e5e5e5;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
  text-transform: uppercase;
}
div.facebook-stuff {
	padding: 26px 0;
}
ul.related-items-list {
	padding: 26px 0 0;
  text-transform: none;
}

ul.related-items-list li {
	font-family: 'Source Sans Pro', sans-serif;
  padding-bottom: 5px;
  font-size: 15px;
}

ul.related-items-list li a{
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}


.illustration {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  display: block;
}

.film-list-illustration {
	float: right;
	position: relative;
	overflow: hidden;
	width: 230px;
	height: 153px;
}

.film-list-illustration a{
  width: 100%;
  height: 100%;
  display: block;
}

ul.film-list {
	margin: 0px;
	padding: 0px;
}
ul.film-list.archive{
  margin-top: 26px;
}

ul.film-list li {
	padding: 26px 0;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	overflow: hidden;
}

.related-items-holder ul.film-list{
  margin-top: 26px;
}

.related-items-holder ul.film-list li{
  font-size: 15px;
    border-top: 1px solid #e5e5e5;
  border-bottom: 0;
  text-transform: none;

}

ul.film-list li.section-title{
	font-size: 22px;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	background: url(/images/backgrounds/grid.png) top left repeat-y;
  padding: 26px 13px;
  background-size: cover;
}

ul.film-list li .film-list-details{
  width: calc(100% - 256px);
  height: 153px;
  position: relative;
  float: left;
  font-family: 'Source Sans Pro', sans-serif;
}

ul.film-list li .film-list-details a.title{
	font-size: 18px;
	font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

ul.film-list li .film-list-details .film-credits {
	position: absolute;
	bottom: 0px;
	left: 0px;
  padding: 0;
  border-bottom: 0;
}

.film-holder {
	position: relative;
	overflow: hidden;
  padding: 26px 0 0;
}

.film-holder h2{
  width: 100%;
  display: inline-block;   
}

.vote-for-film {
	width: 121px;
	float: right;
}

.vote-for-film a {
	background: url(../images/icons/star.svg) top left no-repeat;
	padding-left: 26px;
	display: block;
	line-height: 19px;
    background-size: 19px;
}

.vote-in-list {
	width: 100px;
	padding: 5px 0px 0px 0px;
	display: none;
}

.vote-in-list a {
	background: url(/images/icons/star_small.gif) 0px 2px no-repeat;
	padding-left: 13px;
	display: block;
	font-size: 10px;
	line-height: 15px;
	height: 20px;
}

.vote-row{
  display: flex;
  line-height: 1;
  align-items: center;
  vertical-align: center;
  justify-content: center;
  font-size: 20px;
  padding-bottom: 10px;
}

.vote-rate{
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
    padding-left: 5px;
}

#vote-film-title{
  border: 0;
  padding: 10px 0 30px;
  font-size: 30px;
}
.film-holder .film-main-photo{
  margin-bottom: 20px;
}

.film-holder .film-main-photo img{ max-width: 100%; height: auto;}

.film-holder .film-main-photo iframe{
  width: 100%;
  height: 416px;
  display: block;
}
.film-holder .film-synopsis {
	padding: 0;
	border-bottom: 1px solid #e5e5e5;
}
.film-holder .film-main-credits{
	display: block;
	padding: 26px 0;
}

.film-holder .film-photos {
	padding: 26px 0 0;
	border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.film-holder .film-photos a{
  width: 357px;
  height: 202px;
  display: block;
  margin-bottom: 26px;
}

.film-holder .film-credits {
	padding: 26px 0;
}
div.film-rate{
	float: right;
	padding: 10px;
	width: 160px;
	text-align: right;
}
div.film-screenings{
	padding: 26px 0;
	border-top: 1px solid #e5e5e5;
	display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
}
div.film-screenings.event{
  padding-top: 0;
  border-top: 0;
}
ul.film-screenings-list{
	padding: 26px 0 0;
  text-transform: none;
  font-size: 15px;
}

ul.film-screenings-list li.location{
	padding: 26px 0 13px;
  font-size: 18px;
  font-weight: bold;
}
ul.film-screenings-list li.location:first-of-type{ padding-top: 0;}

ul.film-screenings-list .place{
  font-family: 'Source Sans Pro', sans-serif;
  color: #a0a0a1;
}

div.event-dates{
	padding: 10px;
	border-bottom: 1px solid #e5e5e5;
	display: block;
	
}
ul.event-dates-list{
	padding: 26px 0;
}

ul.event-dates-list li.location{
	padding: 0px 0px 8px 0px;
	font-size: 14px;
}

table.location-list {
	padding: 0px;
	border-collapse: collapse;
	width: 100%;
}
table.location-list td {
	padding: 8px 10px 8px 10px;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

table.location-list td.last {
	border-right: 0px;
}

table.location-list td.selected {
	border-bottom: 0px;
	border-right: 1px solid #e5e5e5;
	font-weight: bold;
}

ul.screening-list {
	margin: 26px 0 0 0;
	padding: 0px;
}

ul.screening-list li {
	padding: 26px 0;
	border-top: 1px solid #e5e5e5;
	position: relative;
	overflow: hidden;
}

ul.screening-list li.date{
	font-size: 22px;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
    background: url(/images/backgrounds/grid.png) top left no-repeat;
  background-size: cover;
    padding: 13px;
    border: 0;
}

div.screening-time {
	width: 35%;
	position: relative;
	float: left;
}

div.screening-time span.time{
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

div.screening-film-info {
	width: calc(64% - 26px);
	padding-left: 26px;
	float: left;
	position: relative;
}

div.screening-film-info a.film-title{
	font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}

div.screening-film-info div.credits {
  padding-bottom: 13px;
}
div.screening-film-info .credits:last-of-type{
  padding-bottom: 0;
}

#subscribe-project-newsletter {
	background: url(/images/backgrounds/stripes_bg.png) top left no-repeat;
	padding: 10px;
	margin: 10px;
	text-align: center;
}

table.subscribe-project-newsletter-form td{
	padding: 2px 10px 2px 10px;
}

input.w250 {
	width: 250px;
}

input.voting-field {
    font-weight: normal;
    text-decoration: none;
    min-height: initial!important;
    height: auto!important;
    width: 100%!important;
    font-size: 16px;
    line-height: 18px;
    padding: 15px!important;
    margin: 5px 0!important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e5e5e5!important;
    background: none!important;
    color: #404041!important;
    font-family: 'Open Sans', sans-serif!important;
}

.voting-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c8c8c8;
}
.voting-field::-moz-placeholder { /* Firefox 19+ */
  color: #c8c8c8;
}
.voting-field:-ms-input-placeholder { /* IE 10+ */
  color: #c8c8c8;
}
.voting-field:-moz-placeholder { /* Firefox 18- */
  color: #c8c8c8;
}

#voting-form .button{
  background-color: #414042!important;
    color: #fff !important;
    font-family: 'Open Sans', sans-serif!important;
    font-size: 16px!important;
    cursor: pointer!important;
    font-weight: normal;
    line-height: 22px;
    width: 100%!important;
    height: auto!important;
    white-space: normal!important;
    text-align: center;
    padding: 14px 15px!important;
    margin: 10px 0 5px!important;
    border-radius: 3px!important;
    border-width: 0!important;
}

table.gallery-list {
	width: 100%;
	border-collapse: collapse;
	padding: 0px;
}

table.gallery-list td.left{
	padding: 26px 13px 26px 0;
}

.gallery-list .left a.gallery-cover,
.gallery-list .right a.gallery-cover{
  display: block;
  width: 100%;
  height: 202px;
  margin-bottom: 7px;
}

.gallery-list a.gallery-title{
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

table.gallery-list td.right{
	border-right: 0px;
	width: 50%;
	padding: 26px 0px 26px 13px;
}

ul.gallery-photo-list {
	width: 100%;
	padding: 0px;
}

ul.gallery-photo-list li {
  width: calc(50% - 13px);
  margin-bottom: 26px;
}

ul.gallery-photo-list li.left{
  padding-right: 13px;
  float: left;
}

ul.gallery-photo-list li.right{
  padding-left: 13px;
  float: right;
}

ul.gallery-photo-list li a{
  display: block;
  height: 202px;
  width: 100%;
  margin-bottom: 7px;
}

ul.year-list{
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding: 22px 0 13px;
}

ul.year-list li{
  display: inline;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  padding: 0 13px;
  border-right: 1px solid #e5e5e5;
}

ul.year-list li a{
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}

ul.year-list li.selected{
  font-weight: 600;
  font-size: 18px;
}

ul.archive-menu {
	padding: 9px 13px;
	background-color: #ededed;
}
ul.archive-menu li{
	display: inline;
	list-style-type: none;
	padding: 0 26px 0 0;
	font-size: 16px;
  font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}

ul.archive-menu li a{
	font-weight: normal;
}

ul.archive-menu li a.selected {
	font-weight: bold;
}

ul.search-result-list {
  padding: 26px 0;
}

ul.search-result-list li {
	padding-bottom: 13px;
}
ul.search-result-list li.last {
	border-bottom: 1px solid #e5e5e5;
    padding-bottom: 26px;
}

ul.search-result-list li.paging{
  padding-bottom: 0;
  padding-top: 26px;
}

ul.search-result-list h1{
  padding-bottom: 26px;
  margin-bottom: 26px;
}


.pr10 {
	padding-right: 10px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb5 {
	padding-bottom: 5px;
}


/* FOOTER */
#footer-holder {
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  align-items: center;
}
#footer-left {
	width: 617px;
  padding: 26px;
	float: left;
  font-size: 13px;
}

#footer-right {
	width: 250px;
	text-align: right;
	float: right;
	font-size: 13px;
}

#footer-left a:link,
#footer-left a:visited
 {
	color: #005487;
	text-decoration: none;
}
#footer-left a:hover {
  text-decoration: underline;
}


.modal {
		background-color:#fff;
		width:360px;
		padding:40px;
		text-align:center;
	
}

div.text-content table.ticket-table {
	width: 100%;
	border-collapse: collapse;
}
div.text-content table.ticket-table td{
	border: 1px solid #d5d5d5;
	padding: 5px;
}

div.news-item table {
	width: 100%;
	border-collapse: collapse;
}
div.news-item table td{
	border: 1px solid #d5d5d5;
	padding: 5px;
}

div.text-content ul {
	padding-left: 20px;
	list-style-type: disc;
}

#festival-calendar {
	display: block;
	position: relative;
}
.og-image {
	display: none;
}
a.pdf {
	background: url(/images/icons/pdf.gif) top left no-repeat;
	padding-left: 20px;
	display: block;
	line-height: 19px;
	height: 19px;
}

h2.sponsor-group{
  padding: 0 0 26px;
  text-align: center;
}

ul.sponsors{
  list-style-type: none;
  padding:0;
  margin: 0;
  padding: 39px 0;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

ul.sponsors li{
  list-style-type: none;
  float: left;
  width: 33%;
  text-align:center;
  height: 143px;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.sponsors li a img {
  max-width: 100%;
  height: auto !important;
  display: block;
}

a.buy-ticket:link,
a.buy-ticket:visited{
  display: block;
    margin-top: 26px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;  
}

.screening-ticket{
  float: none;
    display: inline-block;
    padding-left: 26px;
}

.screening-ticket a{ font-size: 14px; }

.important{
  font-family: 'Open Sans', sans-serif;
}

.soundest-form-simple-headline {
  font-size: 20px !important;
  line-height: 20px !important;
  font-family: 'Open Sans', sans-serif !important;
  color: #404041 !important;
  font-weight: bold !important;
  text-decoration: none;
}

.soundest-form-simple-field{
  border: 1px solid #e5e5e5!important;
  background: none!important;
  color: #404041!important;
  font-family: 'Open Sans', sans-serif!important;
  font-weight: normal!important;
}

.soundest-form-simple-checkbox-checkmark{
  background: none!important;
}

.soundest-form-simple-checkbox-checkmark:after {
    border-color: #404041!important;
}

.soundest-form-simple-checkbox-container,
.soundest-form-simple-gdpr-description{
  font-family: 'Source Sans Pro', sans-serif!important;
}

#soundest-forms-container .soundest-form-simple-form .soundest-form-simple-submit{
    background-color: #414042!important;
    color: #fff !important;
    font-family: 'Open Sans', sans-serif!important;
    font-size: 16px!important;
    cursor: pointer!important;
}

.soundest-form-simple-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c8c8c8;
}
.soundest-form-simple-field::-moz-placeholder { /* Firefox 19+ */
  color: #c8c8c8;
}
.soundest-form-simple-field:-ms-input-placeholder { /* IE 10+ */
  color: #c8c8c8;
}
.soundest-form-simple-field:-moz-placeholder { /* Firefox 18- */
  color: #c8c8c8;
}

.soundest-form-simple-open{
  color: #fff !important;
    text-decoration: none !important;
  font-size: 18px !important;
    font-weight: bold !important;
    height: 100%;
    background-color: #414042 !important;
    background-size: 670px !important;
     font-family: 'Open Sans', sans-serif !important;
  display: none; !important;
  margin-top: -45px !important;
  
}

.newsletter-subscription-button-container{
    background: url(/images/backgrounds/grid.png) center center repeat-x #fff;
    background-size: 670px;
    color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  padding: 10px;
    text-align: center;
    margin-top: -12px;
}

table.tickets{
  min-width: 50%;
}

table.tickets td{
  padding: 5px 10px;
  border: 1px solid #e5e5e5;
}

table.tickets tr td:first-of-type{ width: 300px; }

.mobile-only,
.in-mobile{ display: none;}
.non-mobile{ display: block;}

@media (min-width: 1200px) {
  #header-holder,
  #content-holder,
  #footer-holder {
      width: 1170px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #header-holder,
  #content-holder,
  #footer-holder  { max-width: 960px; }
  
  #main-menu-holder { width: 590px; }
  
  ul.main-menu { margin-left: 0; }
  
  ul.main-menu li a { padding: 0 17px; }
  
  .permanent-calendar-prev-month a:link, 
  .permanent-calendar-prev-month a:active, 
  .permanent-calendar-prev-month a:visited, 
  .permanent-calendar-next-month a:link, 
  .permanent-calendar-next-month a:active, 
  .permanent-calendar-next-month a:visited { padding: 0 !important; }
  
  .film-holder .film-photos a { width: 285px; height: 161px; }
}

@media (min-width: 768px) and (max-width: 991px){
  #header-holder,
  #content-holder,
  #footer-holder { max-width: calc(100% - 52px); }
  
  body { min-width: 0; }
  
  #content-holder{ display: block;}
  
  #main-menu-holder { text-align: center; position: absolute; bottom: 0; right: 0; width: 100%; border-top: 7px solid #ededed; background: #fff; font-size: 18px; padding: 7px 0;}
  
  ul.top-menu{ margin-right: 0;}
  
  #date-holder { top: 66px; left: 249px; width: 468px; height: 100px; }
  
  #logo-holder a { width: 198px; height: 169px; }
  
  #logo-holder a img{ max-width: 100%; }
  
  #left-column-holder { width: calc(100% - 52px); padding: 0 26px; border-right: 0; } 
  #right-column-holder { width: 100%; border-top: 7px solid #ededed; display: block; }
  #permanent-calendar{ width: calc(50% - 59px); float: left; border-bottom: 0 !important; border-right: 7px solid #ededed;}
  .white-right-content{ width: calc(50% - 52px); float: right;}
  div.black-right-content{ width: calc(50% - 52px); float: right;}
  
  #footer-left { width: calc(50% - 52px); }
  #footer-holder { height: auto; display: block; overflow: hidden;}
  
  ul.news-list li .photo { width: 100%; height: 460px; float: none; margin-right: 0; }
  ul.news-list li .content { float: none; width: 100%; margin-top: 26px; }
  ul.film-list li:last-child { border-bottom: 0;}
  
  .film-holder .film-photos a { width: calc(50% - 13px); height: 200px; }
  
  .desktop-only{ display: none; }
  .mobile-only{ display: block;}
}

@media (max-width: 767px) {
  #header-holder,
  #content-holder,
  #footer-holder { max-width: calc(100% - 26px); }
  
  #header-holder{ overflow: visible; }
  
  #header-holder { padding: 13px 0; position: fixed; z-index: 10; margin-left: 13px; top: 0px; width: 100%; border-bottom: 7px solid #ededed;}
  #top-menu-holder,
  #side-menu-holder{ display: none;}
  
  body { min-width: 0; font-size: 14px; }
  
  #content-holder{ display: block; margin-top: 113px;}
  
  #main-menu-holder { text-align: right; position: absolute; bottom: 0; right: 0; width: 100%; border-top: 7px solid #ededed; background: #fff; font-size: 18px; padding: 7px 0;}
  ul.main-menu { font-size: 12px; margin-left: 0; margin-right: 40px; }
  ul.main-menu li{ border-right: 1px solid #e5e5e5; }
  ul.main-menu li:last-child{ border-right: 0;}
  ul.main-menu li a { padding: 0 5px 0 3px; font-size: 12px; }
  ul.main-menu li.nav-burger{ position: absolute; right: 8px; top: 4px; width: 24px; height: 24px;}
  ul.main-menu li.nav-burger.open{ background:url(/images/burger-close.svg) center center no-repeat; background-size: contain; }
  ul.main-menu li.nav-burger.open svg{ margin-left: 1000px;}
  
  #date-holder { top: 20px; left: 98px; width: 209px; height: 100px; }
  
  #logo-holder { margin-left: 13px; }
  #logo-holder a { width: 74px; height: 87px; } 
  
  #logo-holder a img{ max-width: 100%; }
  
  #left-column-holder { width: calc(100% - 26px); padding: 0 13px; border-right: 0; position: relative; z-index: 1;} 
  #right-column-holder { width: 100%; border-top: 7px solid #ededed; display: block; }
  .subscribe-holder { padding: 20px 13px; }
  div.black-right-content { padding: 20px 13px; }
  
  #footer-left { width: 100%; padding: 20px 13px; }
  #footer-holder { height: auto; display: block; overflow: hidden;}
  
  #permanent-calendar-mob { padding: 0 13px !important; border-top: 7px solid #ededed; border-bottom: 0 !important; }
  .permanent-calendar-prev-month a:link, .permanent-calendar-prev-month a:active, .permanent-calendar-prev-month a:visited, .permanent-calendar-next-month a:link, .permanent-calendar-next-month a:active, .permanent-calendar-next-month a:visited {
    padding: 0 6px !important; }
  
  div.white-content p { padding-bottom: 15px; }
  div.text-content ul { padding-left: 0; }
  
  ul.news-list li a.title { font-size: 16px; }
  ul.news-list li { padding: 13px 0; }
  ul.news-list li .photo { width: 100%; height: 150px; float: none; margin-right: 0; }
  ul.news-list li .content { float: none; width: 100%; margin-top: 13px; }
  ul.film-list li{ padding: 13px 0; }
  ul.film-list li:last-child { border-bottom: 0; padding-bottom: 0;}
  ul.film-list li .film-list-details { width: 100%; float: none; height: auto;}
  ul.film-list li .film-list-details a.title { font-size: 16px; }
  .film-list-details .pale{ font-size: 14px; }
  ul.film-list li .film-list-details .film-credits{ display: none;}
  ul.film-list-page .film-list-details .film-credits{ display: block !important; position: relative !important; font-size: 12px; }
  .film-list-illustration { float: none; width: 100%; height: 150px; margin-top: 13px; }
  
  ul.film-list li.section-title { font-size: 20px; padding: 13px 13px; }
  
  .film-list-details .original-title{ display: none; }
  
  div.news-item { padding: 13px 0 0; }
  .illustration { margin-bottom: 13px; }
  h2 { font-size: 16px; }
  .date { padding: 0px 0px 13px 0px; }
  div.related-items-holder { padding: 13px 0; }
  
  div.related-items-holder { padding: 13px 0; font-size: 16px; }
  .related-items-holder ul.film-list { margin-top: 13px; }
  
  .film-holder .film-photos a { width: 100%; height: 150px; margin-bottom: 13px; }
  
  ul.screening-list { margin: 13px 0 0 0; }
  ul.screening-list li.date { font-size: 16px; background-size: 650px; margin-top: 13px; margin-bottom: 0px; }
  ul.screening-list li { padding: 20px 0; }
  
  div.screening-time { width: 100%; float: none; }
  div.screening-time span.time { font-size: 16px; }
  div.screening-time br { display: none; }
  div.screening-time .location-address::before{ content: '('; }
  div.screening-time .location-address::after{ content: ')'; }
  div.screening-time .paler{ font-size: 14px;}
  div.screening-film-info { width: 100%; float: none; padding-left: 0;}
  div.screening-film-info a.film-title { font-size: 16px; }
  div.screening-film-info .credits{ font-size: 12px;}
  div.screening-time div.screening-info{ padding: 7px 0; font-size: 14px; color: #404041;}
  
  .film-holder { padding: 13px 0 0; }
  .film-holder .film-main-photo iframe { height: 150px; }
  .film-holder .film-main-photo { margin-bottom: 13px; }
  
  .film-holder h2 { width: 100%; }
  .film-holder .film-main-credits { padding: 13px 0; }
  .film-holder .film-credits { padding: 13px 0; }
  div.film-screenings { padding: 13px 0; font-size: 16px; }
  ul.film-screenings-list { padding: 13px 0 0; font-size: 14px; }
  ul.film-screenings-list li{ margin-bottom: 13px; }
  ul.film-screenings-list li.location { padding: 0px 0 13px; font-size: 16px; }
  ul.film-screenings-list .place{ display: block;}
  .screening-ticket { float: none; padding-left: 0; }
  table.gallery-list td.right { width: 100%; padding: 13px 0px 13px; display: block; }
  table.gallery-list td.left { padding: 13px 0 26px 0; display: block; width: 100%; }
  
  .screening-film-info br{ display: none; }

  ul.sponsors { padding: 26px 0 0; }
  ul.sponsors li { float: none; width: 100%; height: auto; margin-bottom: 26px; }
  
  .main-menu .nav-burger svg{ max-width: 100%; height: auto;}
  
  .mob-nav{
    position: fixed;
    width: calc(100% - 26px);
    height: 100vh;
    background: #fff;
    margin-top: 14px;
    text-align: center;
    padding: 13px 0;   
    display: none;
  }
  .mob-nav.open{ display: block; }
  .mob-nav ul{ padding-bottom: 7px; }
  .mob-nav ul li{ padding-bottom: 7px; }
  
  .mob-nav ul li a:link,
  .mob-nav ul li a:visited{ font-family: 'Open Sans', sans-serif; font-size: 16px; }
  
  .programme-city-list li a:link, .programme-city-list li a:visited { font-size: 16px; }
  .programme-city-list { margin: 13px 0 0; }
  
  .desktop-only{ display: none; }
  .mobile-only{ display: block;}
  .in-mobile{ display: block; }
  .non-mobile{ display: none; }
  
  table.mobile-columns tr{ display: block; }
  table.mobile-columns tr td{ width: 100% !important; display: block; text-align: center !important; margin-bottom: 20px; overflow: hidden; }
  
  .soundest-form-simple-open{ height: 22px; font-size: 16px !important; padding: 9px !important; }
  
  .modal { width: calc(100% - 20px); padding: 10px; }
  
  #vote-film-title { font-size: 25px; }
  
}