@charset "utf-8";

/* ------------------------- */
/* 1. Fonts
/* ------------------------- */

/* ------------------------- */
/* 1.1. Open Sans
/* ------------------------- */

@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/open-sans/OpenSans.eot?#iefix') format('embedded-opentype'), 
		 url('../fonts/open-sans/OpenSans.woff') format('woff'), 
		 url('../fonts/open-sans/OpenSans.ttf') format('truetype'), 
		 url('../fonts/open-sans/OpenSans.svg#OpenSans') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans Light';
	src: url('../fonts/open-sans/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/open-sans/OpenSans-Light.woff') format('woff'), 
		 url('../fonts/open-sans/OpenSans-Light.ttf') format('truetype'), 
		 url('../fonts/open-sans/OpenSans-Light.svg#OpenSans-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans Semibold';
	src: url('../fonts/open-sans/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), 
		 url('../fonts/open-sans/OpenSans-Semibold.woff') format('woff'), 
		 url('../fonts/open-sans/OpenSans-Semibold.ttf') format('truetype'), 
		 url('../fonts/open-sans/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans Bold';
		src: url('../fonts/open-sans/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), 
			 url('../fonts/open-sans/OpenSans-Bold.woff') format('woff'), 
			 url('../fonts/open-sans/OpenSans-Bold.ttf') format('truetype'), 
			 url('../fonts/open-sans/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ------------------------- */
/* 1.2. Montserrat
/* ------------------------- */

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/montserrat/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), 
		 url('../fonts/montserrat/Montserrat-Regular.woff') format('woff'), 
		 url('../fonts/montserrat/Montserrat-Regular.ttf') format('truetype'), 
		 url('../fonts/montserrat/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat Bold';
	src: url('../fonts/montserrat/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/montserrat/Montserrat-Bold.woff') format('woff'), 
		 url('../fonts/montserrat/Montserrat-Bold.ttf') format('truetype'), 
		 url('../fonts/montserrat/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ------------------------- */
/* 1.3. Edo SZ
/* ------------------------- */

@font-face {
	font-family: 'Edo SZ';
	src: url('../fonts/edo-sz/EdoSZ.woff2') format('woff2'),
		 url('../fonts/edo-sz/EdoSZ.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* ------------------------- */
/* 1.4. Roboto
/* ------------------------- */

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/roboto/Roboto-Regular.woff2') format('woff2'),
		 url('../fonts/roboto/Roboto-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto Bold';
	src: url('../fonts/roboto/Roboto-Bold.woff2') format('woff2'),
		 url('../fonts/roboto/Roboto-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

/* ------------------------- */
/* 2. General
/* ------------------------- */

#elapsed-time {
	position:fixed;
	bottom:10px;
	right:10px;
	font-size:10px;
	font-weight:bold;
}

* {
	-moz-box-sizing:border-box;
		 box-sizing:border-box;
}

html {
	overflow-x:hidden;
}

body {
	/*position:relative;*/
	font-family:'Open Sans', sans-serif;
	color:#fff;
	background-color:#000;
	overflow-x:hidden;
	width:100%;
}

img {
	vertical-align:text-bottom;
}

p {
	margin:0;
}

h1, h2, h3, h4, h5 {
	margin:0;
	font-weight:normal;
}

ul,
ol {
	margin:0;
	padding:0;
	list-style:none;
}

a {
	outline:0;
	transition: background-color 0.3s ease,
				color 0.3s ease;
}

a:hover, a:active, a:focus {
	outline:0;
}

a:hover {
	text-decoration:none;
}

figure {
	margin:0;
}

.html-content {
	font-size:14px;
	line-height:24px;
	color:#cacaca;
}

.html-content.__small {
	font-size:13px;
	line-height:20px;
}

.html-content a {
	color:#ed1c24;
	text-decoration:none;
}

.html-content a:hover {
	color:#fff;
}

.html-content strong,
.html-content b {
	font-family:'Open Sans Bold', sans-serif;
	font-weight:normal;
}

.html-content img {
	max-width:100%
}

.html-content li {
}

.clearfix:after {
  	clear:both;
  	content:".";
  	display:block;
  	height:0;
  	visibility:hidden;
}

.table {
	display:table;
	width:100%;
	height:100%;
}

.table-cell {
	display:table-cell;
	vertical-align:middle;
}

div.iframe-wrapper {
    position:relative;
    padding-bottom:56.25%;
    height:0;
}

div.iframe-wrapper iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.wrapper {
	position:relative;
	margin:0 auto;
	width:100%;
	max-width:1200px;
	padding:0 15px;
}

.wrapper.half {
	max-width:600px;
}

.wrapper.half.left {
	padding:0 0 0 15px;
}

.wrapper.half.right {
	padding:0 15px 0 0;
}

.float-left {
	float:left;
}

.float-right {
	float:right;
}

.boxshadow-135d {
	box-shadow:-3px 2px 2px 0px rgba(0, 0, 0, .70);
}

.transition-background-color {
	transition: background-color 0.3s ease;
}

.transition-color {
	transition: color 0.3s ease;
}

.lozenge {
	display:inline-block;
	text-align:center;
	color:#fff;
	-webkit-transform:rotate(45deg);
			transform:rotate(45deg);
	transition: background-color 0.3s ease;
}

.lozenge.grey,
.lozenge.red:hover {
	background-color:#4c4c4c;
}

.lozenge.red,
.lozenge.grey:hover {
	background-color:#ed1c24;
}

.lozenge.x-small {
	width:10px;
	height:10px;
	background-color:#fff;
}

.lozenge.small {
	margin:7px 7px 0;
	width:34px !important;
	height:34px;
	line-height:34px;
	font-size:18px;
}

.lozenge.large {
	width:40px;
	height:40px;
	line-height:40px;
}

.lozenge.x-large {
	width:50px;
	height:50px;
	line-height:50px;
	font-size:20px;
}

.lozenge.small .content {
	-webkit-transform:rotate(-45deg) translate(1px, 0);
			transform:rotate(-45deg) translate(1px, 0);
}

.lozenge.large .content,
.lozenge.x-large .content {
	-webkit-transform:rotate(-45deg) translate(0, 0);
			transform:rotate(-45deg) translate(0, 0);
}

.bg-grey-light {
	background-color:#252525;
}

.bg-grey-dark {
	background-color:#171717;
}

.bg-grey-darker {
	background-color:#111;
}

.frame {
	padding:40px;
}

.frame-small {
	padding:25px 30px;
}

.frame.soon {
	padding:40px 40px 15px;
}

.frame.soon p {
	margin:5px 0 0;
	font-size:14px;
	color:#cacaca;
}

.separator {
	margin:20px auto;
	width:100%;
	height:5px;
	border-top:1px solid transparent;
	border-bottom:1px solid transparent;
	border-image:linear-gradient(to right, #616161 0%, #616161 65%, transparent 90%);
	border-image-slice: 1;
}

.separator.medium {
	border-image:linear-gradient(to right, #616161 0%, #616161 20%, transparent 40%);
	border-image-slice: 1;
}

.separator.single {
	margin:10px auto 16px;
	height:0;
	border-top:1px solid transparent;
	border-bottom:0 solid transparent;
	border-image:linear-gradient(to right, #fff 0%, #fff 5%, transparent 15%);
	border-image-slice: 1;
}

a.standalone {
	display:inline-block;
	font-family:'Roboto Bold', sans-serif;
	font-size:14px;
	text-decoration:none;
	color:#fff;
}

a.standalone:hover {
	color:#ed1c24;
}

a.standalone span {
	margin:0 2px 0 0;
	font-size:13px;
}

.fa.red {
	color:#ed1c24;
}

.responsive {
	width:100%;
}

.__gutter-top {
	margin:30px 0 0;
}

.__gutter-top-double {
	margin:60px 0 0;
}

.__gutter-bottom {
	margin:0 0 30px;
}

.__gutter-bottom-double {
	margin:0 0 60px;
}

.__relative {
	position:relative;
}

.__absolute {
	position:absolute;
}

.__hidden {
	display:none;
}

.__overflow {
	overflow:hidden;
}

.__invisible {
	opacity:0;
}

.__padding-horz {
	padding:0 40px;
}

.__padding-vert {
	padding:40px 0;
}

.__padding-bottom {
	padding:0 0 40px;
}

/* ------------------------- */
/* 2.1. Grid
/* ------------------------- */

.row {
	width:100%;
}

.col {
  	float:left;
}

.col-r {
  	float:right;
}

.col-lg-1 { width:8.3333%; }
.col-lg-2 { width:16.6666%; }
.col-lg-3 { width:25%; }
.col-lg-4 { width:33.3333%; }
.col-lg-5 { width:41.6666%; }
.col-lg-6 { width:50%; }
.col-lg-7 { width:58.3333%; }
.col-lg-8 { width:66.6666%; }
.col-lg-9 { width:75%; }
.col-lg-10 { width:83.3333%; }
.col-lg-11 { width:91.6666%; }
.col-lg-12 { width:100%; }
.col-one-fifth { width:20%; }

@media all and (max-width: 1023px) {
	.col-md-1 { width:8.3333%; }
	.col-md-2 { width:16.6666%; }
	.col-md-3 { width:25%; }
	.col-md-4 { width:33.3333%; }
	.col-md-5 { width:41.6666%; }
	.col-md-6 { width:50%; }
	.col-md-7 { width:58.3333%; }
	.col-md-8 { width:66.6666%; }
	.col-md-9 { width:75%; }
	.col-md-10 { width:83.3333%; }
	.col-md-11 { width:91.6666%; }
	.col-md-12 { width:100%; }
	.hide-md { display:none; }
}

@media all and (max-width: 749px) {
	.col-sm-1 { width:8.3333%; }
	.col-sm-2 { width:16.6666%; }
	.col-sm-3 { width:25%; }
	.col-sm-4 { width:33.3333%; }
	.col-sm-5 { width:41.6666%; }
	.col-sm-6 { width:50%; }
	.col-sm-7 { width:58.3333%; }
	.col-sm-8 { width:66.6666%; }
	.col-sm-9 { width:75%; }
	.col-sm-10 { width:83.3333%; }
	.col-sm-11 { width:91.6666%; }
	.col-sm-12 { width:100%; }
	.hide-sm { display:none; }
}

@media all and (max-width: 479px) {
	.col-xs-1 { width:8.3333%; }
	.col-xs-2 { width:16.6666%; }
	.col-xs-3 { width:25%; }
	.col-xs-4 { width:33.3333%; }
	.col-xs-5 { width:41.6666%; }
	.col-xs-6 { width:50%; }
	.col-xs-7 { width:58.3333%; }
	.col-xs-8 { width:66.6666%; }
	.col-xs-9 { width:75%; }
	.col-xs-10 { width:83.3333%; }
	.col-xs-11 { width:91.6666%; }
	.col-xs-12 { width:100%; }
	.hide-xs { display:none; }
}

/* ------------------------- */
/* 3. Header / Curtain
/* ------------------------- */

#header {
	position:relative;
	padding:12px 0;
	background-image:url(../images/pattern_dark.png);
	background-color:#000;
}

#curtain {
	position:absolute;
	top:0;
	left:0;
	padding:15px 0;
	width:100%;
	height:100%;
	background-color:#000;
	background-size:cover;
	background-position:center;
	z-index:1000;
}

#curtain .icon {
	position:absolute;
	bottom:40px;
	left:50%;
	margin:0 0 0 -15px;
}

#header nav ul li,
#curtain nav ul li {
	display:inline-block;
}

#header .logo {
	padding:5px 0;
	max-width:303px;
	text-align:center;
}

#header .logo a,
#header .logo img {
	width:100%;
}

#curtain .main-menu {
	padding:0 0 30px;
}

.main-menu .main-menu__top {
	opacity:.7;
	padding:0 0 13px;
}

#curtain .main-menu .main-menu__top {
	opacity:1;
}

.main-menu {
	padding:25px 0 0;
}

.main-menu .main-menu__top .menu {
	font-size:11px;
	font-family:'Open Sans Semibold', sans-serif;
	color:#acacac;
}

.main-menu .main-menu__top .menu a {
	color:#acacac;
	text-decoration:none;
}

.main-menu .main-menu__top .menu a.hide {
	display:none;
}

#curtain .main-menu .main-menu__top .menu,
#curtain .main-menu .main-menu__top .menu a {
	color:#535353;
}

.main-menu .main-menu__top .menu a:hover,
#curtain .main-menu .main-menu__top .menu a:hover,
.main-menu .main-menu__top .menu a.current {
	color:#ed1c24;
}

.mobile .main-menu .main-menu__top .menu a:hover,
.mobile #curtain .main-menu .main-menu__top .menu a:hover {
	color:inherit;
}

.main-menu .main-menu__top .menu span {
	padding:0 10px;
}

.main-menu .main-menu__top .langs {
	font-size:12px;
	font-family:'Open Sans Bold', sans-serif;
	padding-left:15px;
}

.main-menu .main-menu__top .langs a {
	color:#fff;
	text-decoration:none;
}

.main-menu .main-menu__top .langs a.disabled {
	text-decoration:line-through;
	opacity:.25;
	cursor:default;
	color:#fff !important;
}

.main-menu .main-menu__top .langs a:hover,
.main-menu .main-menu__top .langs a.current {
	color:#ed1c24;
}

.main-menu .main-menu__top .langs ul li + li {
	margin:0 0 0 8px;
}

.main-menu .main-menu__bottom {
	padding:25px 0 0;
	font-size:13px;
	font-family:'Montserrat Bold', sans-serif;
	text-transform:uppercase;
	border-top:1px #acacac solid;
	border-top:1px rgba(172, 172, 172, .7) solid;
}

#curtain .main-menu .main-menu__bottom {
	border-top:1px #535353 solid;
}

.main-menu .main-menu__bottom nav > ul > li {
	position:relative;
}

.main-menu .main-menu__bottom nav > ul > li + li {
	margin:0 0 0 8px;
}

.main-menu.festival-mode .main-menu__bottom nav > ul > li + li {
	margin:0 0 0 25px;
}

.main-menu .main-menu__bottom ul li .submenu {
	display:none;
	position:absolute;
	top:15px;
	padding:35px 0 0;
	left:-50px;
	z-index:100;
}

.main-menu .main-menu__bottom ul li .submenu .submenu__arrow {
	position:absolute;
	top:20px;
	left:30px;
	width:0; 
	height:0; 
	border-left:15px solid transparent;
	border-right:15px solid transparent;
	border-bottom:15px solid #252525;
}

.main-menu .main-menu__bottom ul li:hover .submenu {
	display:block;
}

.main-menu .main-menu__bottom ul li ul {
	padding:30px 25px;
	width:220px;
	font-family:'Montserrat', sans-serif;
	font-size:14px;
	text-transform:none;
	background-color:#252525;
}

.main-menu .main-menu__bottom ul li ul li {
	width:100%;
}

.main-menu .main-menu__bottom ul li ul li + li {
	margin:25px 0 0;
}

.main-menu .main-menu__bottom ul li ul li a {
	letter-spacing:0;
}

.main-menu .main-menu__bottom ul li ul li a span {
	padding:0 5px 0 0;
}

.main-menu .main-menu__bottom a {
	color:#fff;
	text-decoration:none;
	letter-spacing:0; 
}

.main-menu .main-menu__bottom .link-wolf {
	font-family:'Edo SZ';
	font-size:15px;
}

.main-menu.festival-mode .main-menu__bottom a {
	letter-spacing:1px;
}

.main-menu .main-menu__bottom a:hover,
.main-menu .main-menu__bottom a.current,
.main-menu .main-menu__bottom nav > ul > li:hover > a {
	color:#ed1c24;
}

.mobile .main-menu .main-menu__bottom a:hover,
.mobile .main-menu .main-menu__bottom nav > ul > li:hover > a {
	color:inherit;
}

.main-menu .main-menu__bottom a span {
	padding:0 0 0 1px;
}

.dropdown-menu {
	position:absolute;
	top:100%;
	right:15px;
	margin:12px 0 0;
	width:300px;
	z-index:500;
}

.dropdown-menu a {
	text-decoration:none;
}

.dropdown-menu nav > ul > li {
	width:100%;
}

.dropdown-menu nav > ul > li > a {
	position:relative;
	display:block;
	padding:0 30px;
	width:100%;
	height:50px;
	line-height:50px;
	font-size:14px;
	font-family:'Montserrat Bold', sans-serif;
	letter-spacing:1px;
	color:#fff;
	background-color:#ed1c24;
}

#curtain .dropdown-menu nav > ul > li > a {
	border:1px #535353 solid;
	background-color:#000;
}

#curtain .dropdown-menu:hover nav > ul > li > a {
	background-color:#ed1c24;
	border:1px #ed1c24 solid;
	transition:none;
}

.dropdown-menu nav > ul > li > a span.fa-bars {
	margin:0 10px 0 0;
	font-size:17px;
}

.dropdown-menu nav > ul > li > a span.fa-chevron-down {
	position:absolute;
	top:13px;
	right:10px;
	font-size:20px;
}

.dropdown-menu nav > ul > li > ul {
	display:none;
}

.dropdown-menu nav > ul > li:hover > ul {
	display:block;
}

.dropdown-menu nav > ul > li > ul > li {
	width:100%;
}

.dropdown-menu nav > ul > li > ul > li > a {
	display:block;
	padding:0 30px;
	width:100%;
	height:50px;
	line-height:50px;
	font-size:12px;
	font-family:'Montserrat', sans-serif;
	text-transform:uppercase;
	border-top:1px #f14950 solid;
	color:#fff;
	background-color:#ed1c24;
	transition: background-color 0.3s ease;
}

.dropdown-menu nav > ul > li > ul > li > a:hover,
.dropdown-menu nav > ul > li > ul > li > a.current,
.dropdown-menu nav > ul > li > ul > li:hover > a {
	/*font-family:'Montserrat Bold', sans-serif;*/
	color:#171717;
	background-color:#dcd9d9;
}

.mobile .dropdown-menu nav > ul > li > ul > li > a:hover,
.mobile .dropdown-menu nav > ul > li > ul > li:hover > a {
	color:inherit;
	background-color:#ed1c24;
}

.mobile .dropdown-menu nav > ul > li > ul > li > a.current {
	color:#171717;
	background-color:#dcd9d9;
}

.dropdown-menu nav > ul > li > ul > li > a span {
	padding:0 30px 0 0;
	font-size:13px;
	transition: color 0.3s ease;
}

.dropdown-menu nav > ul > li > ul > li .submenu {
	display:none;
}

.dropdown-menu nav > ul > li > ul > li .submenu .aux {
	position:absolute;
	top:0;
	right:100%;
	padding:15px 20px;
	width:530px;
	border:7px #dcd9d9 solid;
	color:#171717;
	background-color:#fff;
	background-image:url(../images/pattern_light.png);
}

.dropdown-menu nav > ul > li > ul > li:hover .submenu {
	display:block;
}

.dropdown-menu nav > ul > li > ul > li .submenu .aux > .col > ul > li:nth-of-type(odd) {
	padding:0 15px 0 0;
	clear:both;
}

.dropdown-menu nav > ul > li > ul > li .submenu .aux > .col > ul > li:nth-of-type(even) {
	padding:0 0 0 15px;
}

.dropdown-menu nav > ul > li > ul > li .submenu .aux > .col > ul > li.odd {
	/*clear:both;*/
}

.dropdown-menu nav > ul > li > ul > li .submenu .col > ul > .__no-border {
	border-top:none;
}

.dropdown-menu nav > ul > li > ul > li .submenu .col > ul > li > a,
.dropdown-menu nav > ul > li > ul > li .submenu .col > ul > li > span,
.dropdown-menu nav > ul > li > ul > li .submenu .col li.standalone a {
	display:block;
	padding:12px 0 12px;
	font-family:'Montserrat Bold', sans-serif;
	font-size:14px;
	color:#171717;
	border-top:1px #dcd9d9 solid;
}

.dropdown-menu nav > ul > li > ul > li .submenu .col > ul > li > span {
	border-top:none;
	border-bottom:1px #dcd9d9 solid;
}

.dropdown-menu nav > ul > li > ul > li .submenu .col > ul > li:nth-of-type(1) > a,
.dropdown-menu nav > ul > li > ul > li .submenu .col > ul > li:nth-of-type(2) > a,
.dropdown-menu nav > ul > li > ul > li .submenu .col > ul > li > ul > li > a {
	border-top:none;
}

.dropdown-menu nav > ul > li > ul > li .submenu .col > ul > li > ul > li {
	width:100%;
}

.dropdown-menu nav > ul > li > ul > li .submenu .col li.standalone ul li {
	width:100%;
}

.dropdown-menu nav > ul > li > ul > li .submenu .col li.standalone ul li + li a {
	border-top:1px #dcd9d9 solid;
}

/*
.dropdown-menu nav > ul > li > ul > li .submenu .col > ul > li > ul {
	padding:10px 0;
	margin:12px 0 10px;
	border-top:1px #dcd9d9 solid;
}
*/

.dropdown-menu nav > ul > li > ul > li .submenu .col > ul > li a:hover,
.dropdown-menu nav > ul > li > ul > li .submenu .col > ul > li a.current {
	color:#ed1c24;
}

.mobile .dropdown-menu nav > ul > li > ul > li .submenu .col > ul > li a:hover {
	color:inherit;
}

.dropdown-menu nav > ul > li > ul > li .submenu .col > ul > li > ul {
	margin:0 0 20px;
}

.dropdown-menu nav > ul > li > ul > li .submenu .col > ul > li:nth-last-of-type(1) > ul,
.dropdown-menu nav > ul > li > ul > li .submenu .col > ul > li:nth-last-of-type(2) > ul {
	margin:0;
}


.dropdown-menu nav > ul > li > ul > li .submenu .col > ul > li > ul > li a {
	display:block;
	padding:10px 0;
	width:100%;
	font-family:'Open Sans Semibold', sans-serif;
	font-size:13px;
	color:#171717;
}

.dropdown-menu nav > ul > li > ul > li .submenu .col > ul > li > ul > li + li a {
	padding:5px 0 10px;
}

.toggle-menu {
	display:none;
	position:absolute;
	top:42px;
	right:25px;
}

.search {
	position:absolute;
	bottom:0;
	right:0;
	transition: right 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.search.active {
	right:200px;
}

.search .icon a {
	display:inline-block;
	width:0;
	height:0;
	border-left:55px solid transparent;
	border-bottom:55px solid #ed1c24;
	font-size:14px;
	color:#000;
	transition: border-bottom 0.3s ease;
}

.search .icon span {
	margin:31px 0 0 -23px;
	transition: color 0.3s ease;
}

.search .icon a:hover span,
.search.active .icon span {
	color:#fff;
}

.search .input {
	position:absolute;
	bottom:0;
	left:55px;
	z-index:1;
}

.search input {
	padding:0 8px;
	width:200px;
	height:28px;
	line-height:28px;
	border:none;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	color:#000;
	border-radius:0;
	-webkit-appearance:none;
}

.search-mobile {
	display:none;
	position:relative;
	float:left;
	margin:30px 0 0;
	width:100%;
}

.search-mobile .input input {
	padding:0 10px;
	width:100%;
	height:35px;
	line-height:35px;
	border:none;
	font-size:16px;
	color:#000;
	border-radius:0;
	-webkit-appearance:none;
	-moz-box-sizing:border-box;
		 box-sizing:border-box;
}

.newsletter-form .newsletter-form-content input[type="email"] {
	border-radius:0;
	-webkit-appearance:none;
}

.search-mobile .submit,
.newsletter-form .newsletter-form-content .submit {
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	width:0;
	height:0;
	border-left:45px solid transparent;
	border-bottom:45px solid #ed1c24;
	border-top:none;
	border-right:none;
	/*border:none;*/
	background-color:transparent;
	transition:border-bottom 0.3s ease;
}

.search-mobile .submit:hover,
.newsletter-form .newsletter-form-content .submit:hover {
	border-bottom:45px solid #4c4c4c;
}

.search-mobile .submit input,
.newsletter-form .newsletter-form-content .submit input {
	position:absolute;
	top:0;
	left:-45px;
	width:45px;
	height:45px;
	border:none;
	background-color:transparent;
	z-index:10;
}

.search-mobile .submit span,
.newsletter-form .newsletter-form-content .submit span {
	position:absolute;
	top:24px;
	right:6px;
	font-size:14px;
	z-index:1;
	color:#fff;
}

.newsletter-trigger {
	position:fixed;
	top:265px;
	left:0;
	z-index:200;
}

.newsletter-trigger a {
	display:inline-block;
	padding:8px 7px;
	font-family:'Roboto Bold', sans-serif;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:1px;
	color:#fff;
	background-color:#ed1c24;

	-ms-transform:rotate(-90deg);
    -ms-transform-origin:0 0;
    -webkit-transform:rotate(-90deg);
    -webkit-transform-origin:0 0;
    transform:rotate(-90deg);
    transform-origin:0 0;
}

.newsletter-trigger a:hover {
	background-color:#4c4c4c;
}

.newsletter-form {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(17, 17, 17, .95);
	z-index:1502;
}

.newsletter-form .newsletter-form-content {
	position:relative;
	color:#000;
	background-color:#fff;
}

.newsletter-form .newsletter-form-content label {
	font-family:'Roboto Bold', sans-serif;
	font-size:16px;
}

.newsletter-form .newsletter-form-content input[type="email"] {
	margin:12px 0 0;
	padding:0 10px;
	width:100%;
	height:30px;
	font-size:14px;
	line-height:30px;
	border:none;
	background-color:#e5e5e5;
}

.newsletter-form .newsletter-form-content input[type="email"].error {
	background-color:#ffcccc;
}

.newsletter-form .newsletter-form-content .submit {
	border-left:50px solid transparent;
	border-bottom:50px solid #478800;
}

.newsletter-form .newsletter-form-content .submit:hover {
	border-bottom:50px solid #56a501;
}

.newsletter-form .newsletter-form-content .submit input {
	left:-50px;
	width:50px;
	height:50px;
}

.newsletter-form .newsletter-form-content .submit span {
	top:28px;
	right:8px;
}

.newsletter-form .newsletter-close {
	position:absolute;
	top:0;
	right:0;
	text-decoration:none;
}

.newsletter-form .newsletter-close .link {
	display:block;
	width:0;
	height:0;
	border-left:55px solid transparent;
	border-top:55px solid #ed1c24;
	font-size:17px;
	color:#fff;
	transition: border 0.3s ease;
}

.newsletter-form .newsletter-close:hover .link {
	border-top:55px solid #4c4c4c;
}

.newsletter-form .newsletter-close .link span {
	display:block;
	margin:-47px 0 0 -23px;
}

.newsletter-form .newsletter-row {
	margin-top:20px;
}

/* ------------------------- */
/* 4. Content
/* ------------------------- */

#website-wrapper {
	position:static;
	left:0;
}

#website-wrapper.no-access {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	/*height:100%;*/
}

#main-wrapper {
	min-height:605px;
	background-image:url(../images/background_pattern.png), url(../images/background.jpg);
	background-position:0 0, center top;
	background-repeat:repeat, no-repeat;
	background-attachment:fixed, scroll;
}

#main-wrapper .main-sponsor {
	display:inline-block;
	padding:24px 35px;
	min-height:125px;
	font-family:'Open Sans', sans-serif;
	font-size:9px;
	text-align:center;
}

#main-wrapper .main-sponsor p {
	margin:5px 0 0;
}

.list.main-sponsors {
	margin:40px 0 0;
}

.list.main-sponsors .slide {
	padding:0 10px;
	margin:30px 0 0;
}

.list.main-sponsors .slide.first {
	position:relative;
	margin:30px 0 0 10px;
	padding:0 10px 0 20px;
}

.list.main-sponsors .slide.first:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	border-left:1px #666 dotted;
}

.list.main-sponsors .slide a {
	display:block;
}

.list.main-sponsors .slide img {
	width:auto;
	height:90px;
}

.list.main-sponsors .slide .title {
	position:absolute;
	top:-30px;
	left:0;
	padding:0 0 0 20px;
	font-size:9px;
	text-transform:uppercase;
	color:#fff;
}

.title {
	font-family:'Roboto', sans-serif;
	font-size:20px;
}

.title.main {
	padding:6px 0;
	font-size:22px;
}

.title span {
	font-size:14px;
	margin:0 5px 0 0;
}

.title.__bold {
	font-family:'Roboto Bold', sans-serif;
}

.title.secondary {
	margin:0 0 2px;
	font-size:16px;
}

.title.secondary span {
	font-size:16px;
}

.title.section {
	margin:0 0 5px;
	font-size:18px;
}

.title.{
	font-size:30px;
	letter-spacing:-1px;
}

.title.category {
	color:#cacaca;
	line-height:40px;
	display:inline-block;
}

.subtitle {
	font-family:'Open Sans Bold', sans-serif;
	font-size:14px;
}

.title.secondary .director {
	font-family:'Open Sans Semibold';
	font-size:13px;
	color:#cacaca;
}

.subtitle.year {
	color:#cacaca;
}

.button {
	display:inline-block;
	padding:10px 20px;
	font-family:'Roboto Bold', sans-serif;
	font-size:13px;
	text-decoration:none;
	color:#fff;
	background-color:#363636;
}

.button:hover {
	background-color:#ed1c24;
}

.sidebar-ads {
	margin:40px 0 0;
}

.sidebar-ads.__reset,
.sidebar-list.__reset {
	margin:0;
}

.sidebar-ads ul li + li {
	margin:35px 0 0;
}

.sidebar-ads ul li img {
	width:100%;
}

.sidebar-list {
	margin:30px 0 0;
}

.sidebar-list ul li {
	font-family:'Roboto', sans-serif;
}

.sidebar-list.linkless ul li {
	padding:10px 20px 5px 0;
	border-bottom:1px #616161 solid;
}

.sidebar-list ul li a {
	position:relative;
	display:inline-block;
	padding:10px 20px 5px 0;
	width:100%;
	font-size:16px;
	text-decoration:none;
	color:#fff;
	border-bottom:1px #616161 solid;
}

.sidebar-list ul li a span {
	position:absolute;
	top:50%;
	right:0;
	margin:-5px 0 0;
}

.sidebar-list ul li a:hover,
.sidebar-list ul li a.current {
	color:#ed1c24;
}

.sidebar-list ul li a:hover span,
.sidebar-list ul li a.current span {
	background-color:#ed1c24;
}

.sidebar-juri {
	padding:0 0 40px;
}

.sidebar-juri nav {
	margin:30px 0 0;
}

.sidebar-juri.__reset nav {
	margin:0;
}

.sidebar-juri nav ul li {
	width:100%;
}

.sidebar-juri nav ul li a {
	position:relative;
	display:block;
	width:100%;
	padding:12px 40px;
	color:#fff;
	transition: background-color 0.3s ease;
}

.sidebar-juri nav ul li a .col + .col {
	padding:0 0 0 15px;
	height:105px;
}

.sidebar-juri nav ul li a p {
	font-family:'Open Sans Semibold', sans-serif;
	font-size:13px;
	color:#cacaca;
}

.sidebar-juri nav ul li a .read-more {
	opacity:0;
	transition: opacity 0.3s ease;
}

.sidebar-juri nav ul li a:hover {
	background-color:#252525;
}

.sidebar-juri nav ul li a.current {
	background-color:#111;
}

.sidebar-juri nav ul li a:hover .read-more {
	opacity:1;
}

.sidebar-juri nav ul li a:hover .read-more .link {
	border-bottom:55px #111 solid;
}

.sidebar-juri nav ul li a:hover .read-more .link:hover {
	border-bottom:55px #ed1c24 solid;
}

.sidebar-juri nav ul li a.current:hover .read-more {
	opacity:0;
}

.sidebar-schedule {
	margin:30px 0 0;
}

.sidebar-schedule .title {
	margin:0 0 4px;
}

.sidebar-schedule .promo {
	margin:0 0 0 3px;
	
}

.sidebar-schedule .promo span {
	font-size:19px;
	margin:0 3px 0 0;
}

.sidebar-schedule .promo span + span {
	font-size:14px;
}

.sidebar-schedule .button {
	margin:16px 0 0;
}

/*
.sidebar-schedule .separator.last {
	display:none;
}
*/

.sidebar-section h2 {
	/*margin:0 0 5px;
	font-size:18px;*/
}

.sidebar-press .title {
	margin:0 0 15px;
}

.sidebar-press ul {
	margin:0 -8px 0 -8px;
}

.sidebar-press ul li {
	padding:0 8px;
}

.venues-list {
	text-align:right;
	padding:0 30px 0 0;
}

.venues-list ul li a {
	font-family:'Roboto Bold', sans-serif;
	font-size:13px;
	letter-spacing:1px;
	text-transform:uppercase;
	text-decoration:none;
	color:#cacaca;
}

.venues-list ul li a.current,
.venues-list ul li a:hover {
	color:#ed1c24;
}

.slideshow img,
.carousel img {
	width:100%;
}

/*
.carousel img {
	filter: grayscale(1);
	transition:filter 0.3s ease;
}
*/

.carousel .slide a {
	display:block;
	position:relative;
}

.opacity .carousel .slide a:after {
	opacity:0;
	filter:alpha(opacity=0);
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:red;
	z-index:10;
}

.opacity .carousel .slide a:hover:after {
	opacity:0.3;
	filter:alpha(opacity=30);
}

.carousel .slide a:hover img {
	-webkit-filter:grayscale(1);
			filter:grayscale(1);
}

.slideshow .slide {
	position:relative;
}

.slideshow .slick-dots {
	position:absolute;
}

.slideshow.__top-right .slick-dots {
	top:25px;
	right:40px;
}

.slideshow.__top-left .slick-dots {
	top:25px;
	left:40px;
}

.slideshow .slick-dots li {
	overflow:hidden;
	margin:0 4px;
	width:10px;
	height:10px;
	display:inline-block;
	-webkit-transform:rotate(45deg);
			transform:rotate(45deg);
}

.slideshow .slick-dots li button {
	display:inline-block;
	border:none;
	background-color:#fff;
	color:transparent;
	transition: background-color 0.3s ease;
}

.slideshow .slick-dots li.slick-active button,
.slideshow .slick-dots li button:hover {
	background-color:#ed1c24;
}

.slideshow.featured .title {
	font-size:24px;
}

.slideshow.featured .slick-dots {
	top:0;
	left:25%;
	margin:27px 0 0 35px;
}

.slideshow.featured .slide .read-more {
	position:absolute;
	bottom:0;
	left:25%;
	right:auto;
	margin:0 0 0 -55px;
}

.carousel {
	overflow:hidden;
}

.carousel .nav {
	position:absolute;
	top:50%;
	margin:-35px 0 0;
}

.carousel .nav.prev {
	left:0;
	transition:left 0.3s ease;
}

.carousel .nav.next {
	right:0;
	transition:right 0.3s ease;
}

.carousel .nav a {
	display:block;
	width:0;
	height:0;
	border-top:35px solid transparent;
	border-bottom:35px solid transparent;
	font-size:24px;
	text-decoration:none;
	color:#fff;
	transition:border-color 0.3s ease;
}

.carousel .nav.prev a {
	border-left:35px solid #363636;
}

.carousel .nav.next a {
	border-right:35px solid #363636;
	
}

.carousel .nav.prev a:hover,
.mobile .carousel .nav.prev a {
	border-left:35px solid #ed1c24;
}

.carousel .nav.next a:hover,
.mobile .carousel .nav.next a {
	border-right:35px solid #ed1c24;
}

.carousel .nav.prev.slick-disabled {
	left:-35px;
}

.carousel .nav.next.slick-disabled {
	right:-35px;
}

.carousel .nav a span {
	display:block;
	margin-top:-13px;
}

.carousel .nav.prev a span {
	margin-left:-30px;
}

.carousel .nav.next a span {
	margin-left:22px;
}

.share {
	margin:0 0 5px;
}

.share ul li {
	display:inline-block;
}

.related-menu.sidebar {
	margin:10px 0 0;
}

.related-menu ul li {
	display:inline-block;
}

.related-menu.sidebar ul li {
	display:block;
	margin:0 0 0 10px;
}

.related-menu ul li + li {
	margin:0 0 0 40px;
}

.related-menu.sidebar ul li + li {
	margin:40px 0 0 10px;
}

.related-menu ul li a {
	display:inline-block;
	text-decoration:none;
	color:#cacaca;
}

.related-menu ul li a .text {
	margin:0 0 0 25px;
	font-family:'Roboto', sans-serif;
	font-size:16px;
}

.related-menu ul li a:hover .lozenge {
	background-color:#000;
}

.related-menu ul li a:hover {
	color:#fff;
}

.related-menu.__bottom {
	padding:40px 0 0;
}

.has-arrow {
	position:relative;
}

.has-arrow:after {
	content:'';
	position:absolute;
	width:0;
	height:0;
	z-index:100;
}

.has-arrow.__top-left-top:after {
	top:-15px;
	left:40px;
	border-left:15px solid transparent;
	border-right:15px solid transparent;
	border-bottom:15px solid #252525;
}

.has-arrow.__top-right-right:after {
	top:40px;
	right:-15px;
	border-top:15px solid transparent;
	border-bottom:15px solid transparent;
	border-left:15px solid #171717;
}

.has-arrow.__top_small-right-right:after {
	top:25px;
	right:-15px;
	border-top:15px solid transparent;
	border-bottom:15px solid transparent;
	border-left:15px solid #171717;
}

.has-arrow.__top_small_light-right-right:after {
	top:25px;
	right:-15px;
	border-top:15px solid transparent;
	border-bottom:15px solid transparent;
	border-left:15px solid #252525;
}

.has-arrow.__top_small-left-left:after {
	top:25px;
	left:-15px;
	border-top:15px solid transparent;
	border-bottom:15px solid transparent;
	border-right:15px solid #171717;
}

.has-arrow.__top_small_light-left-left:after {
	top:25px;
	left:-15px;
	border-top:15px solid transparent;
	border-bottom:15px solid transparent;
	border-right:15px solid #252525;
}

.list-wrapper {
	position:relative;
}

.list-wrapper .isotope {
	overflow:hidden;
	transition:height 0.3s ease;
}

.list-wrapper.has-load-more {
	padding:0 0 30px;
}

.list-wrapper.floating .item {
	position:relative;
	margin:0 0 40px;
}

.list-wrapper.floating .item.__reset {
	margin:0;
}

.list-wrapper.floating .floater {
	position:relative;
	margin:40px 0 0 -70px;
	z-index:10;
}

.list-wrapper.floating.tickets .floater {
	margin:30px 0 0 -40px;
}

.list-wrapper.floating .floater.inner {
	margin:40px 0 0 -15px;
	padding:0 55px 0 0;
}

.list-wrapper.floating.tickets .floater .address {
	padding:0 5px 0 0;
}

.list-wrapper.floating.tickets .floater .arrival {
	padding:0 0 0 5px;
}

.list-wrapper.categories .category + .category {
	margin:70px 0 0;
}

.list-wrapper.categories.sponsors .category + .category {
	margin:35px 0 0;
}

.list-wrapper.categories .list {
	padding:5px 0 0;
}

.list-wrapper.categories .item {
	position:relative;
}

.list-wrapper.categories .item + .item {
	margin:30px 0 0;
}

.list-wrapper.categories .item .text {
	width:70%;
}

.list-wrapper.categories .item .figure {
	padding:0 30px 0 40px;
	width:30%;
	text-align:right;
}

.list-wrapper.categories.rtl .item .text {
	margin:0 0 0 -30px;
}

.list-wrapper.categories.rtl .item .figure {
	padding:0 70px 0 0;
}

.list-wrapper.categories.sponsors .list {
	padding:0 30px 0 0;
	margin:0 -5px;
}

.list-wrapper.categories.sponsors .list .col {
	padding:5px;
}

.list-wrapper.categories.programme .list {
	margin:0;
}

.list-wrapper.categories.programme .item {
	margin:30px 0 0;
}

.list-wrapper.categories.programme .item span {
	font-family:'Open Sans Light', sans-serif;
	font-size:14px;
	color:#999;
}

.list-wrapper.categories.programme .item span.promo span {
	font-family:'FontAwesome';
	color:#ed1c24;
	font-size:17px;
	margin:0 0 0 2px;
}

.list-wrapper.categories.programme .item span.promo span + span {
	font-size:14px;
}

.list-wrapper.categories.programme .item .schedule {
	margin:0 0 7px;
}

.list-wrapper.categories.programme .item time {
	padding:0 2px 0 0;
	font-family:'Roboto Bold', sans-serif;
	font-size:18px;
	color:#ed1c24;
}

.list-wrapper.categories.programme .item ul li a,
.list-wrapper.categories.programme .item h2 {
	font-family:'Open Sans Bold', sans-serif;
	font-size:16px;
	text-decoration:none;
	color:#fff;
}

.list-wrapper.categories.programme .item ul li + li {
	margin:1px 0 0;
}

.list-wrapper.categories.programme .item ul li.short a {
	font-size:14px;
}

.list-wrapper.categories.programme .item ul li a:hover {
	color:#ed1c24;
}

.list-wrapper.categories.programme .item ul li .director {
	display:block;
}

.list-wrapper.categories.programme .item ul li .director span {
	font-family:'Open Sans', sans-serif;
	color:#fff;
}

.list-wrapper.categories.programme .item .section {
	display:block;
	margin:2px 0 5px;
	font-family:'Open Sans', sans-serif;
}

.list-wrapper .masonry .grid-sizer {
	width:24%;
}

.list-wrapper .masonry .gutter-sizer {
	width:1.33333333333333%;
}

.list-wrapper .masonry .item {
	margin:0 0 18px;
	width:24%;
}

.list-wrapper .masonry .item .figure a {
	position:relative;
	display:block;
}

.list-wrapper .masonry .item .figure a .lozenge {
	position:absolute;
	top:50%;
	left:50%;
	margin:-20px 0 0 -20px;
	background-color:#000;
	background-color:rgba(0, 0, 0, .9);
}

.list-wrapper .masonry .item .figure a:hover .lozenge,
.mobile .list-wrapper .masonry .item .figure a .lozenge {
	background-color:#ed1c24;
}

.grid .lozenge {
	position:absolute;
	top:50%;
	left:50%;
	margin:-20px 0 0 -20px;
	background-color:#ed1c24;
	opacity:0;
	transition:opacity 0.3s ease;
}

.grid a:hover .lozenge {
	opacity:1;
}

.list-wrapper .masonry .item h1 {
	margin:0 0 10px;
}

.list-wrapper .masonry .item footer {
	padding:5px 30px 5px;
	font-family:'Roboto', sans-serif;
	font-size:13px;
	line-height:30px;
	color:#acacac;
}

.list-wrapper .masonry .item footer span {
	margin:-3px 5px 0 0;
	font-size:20px;
	vertical-align:middle;
}

.list-wrapper .masonry .item footer div + div {
	text-align:right;
}

.list-wrapper.grid {
	overflow:hidden;
}

.list-wrapper.grid .item a {
	text-decoration:none;
	color:#000;
}

.list-wrapper.grid .item .figure {
	position:relative;
	padding-bottom:88.679245283%;
	height:0;
}

.list-wrapper.grid .item header {
	color:#fff;
	transition: color 0.3s ease;
}

.list-wrapper.grid .item header .title {
	font-size:16px;
}

.list-wrapper.grid .item header .subtitle {
	font-family:'Open Sans Semibold', sans-serif;
	font-size:13px;
}

.list-wrapper.grid .item .text {
	position:relative;
	background-color:#ed1c24;
	background:linear-gradient(to bottom, #ff5540 0%, #ed1c24 100%);
}

.list-wrapper.grid.alt .item .text {
	background:none;
	background-color:inherit;
	transition: background-color 0.3s ease;
}

.list-wrapper.grid .item .text .aux {
	
	background-color:transparent;
	transition: background-color 0.3s ease;
}

.list-wrapper.grid .item .text .hook-aux {
	padding:25px 30px;
}

.list-wrapper.grid .item .text:after {
	opacity:0;
	content:'';
	position:absolute;
	top:0;
	left:30px;
	width:0;
	height:0;
	border-left:15px solid transparent;
	border-right:15px solid transparent;
	border-bottom:15px solid #ed1c24;
	transition: opacity 0.2s ease,
				top 0.3s ease,
				border-bottom 0.3s ease;
}

.list-wrapper.grid .item .text p {
	font-family:'Open Sans Semibold', sans-serif;
	font-size:12px;
	transition: color 0.3s ease;
}

.list-wrapper.grid .item a:hover .text,
.list-wrapper.grid .item a:hover .text .aux,
.list-wrapper.grid.alt .item:nth-of-type(3n + 2) a:hover .text {
	background-color:#fff;
	/*background:linear-gradient(to bottom, #fff 0%, #fff 100%);*/
}

.list-wrapper.grid .item a:hover .text:after,
.list-wrapper.grid.alt .item:nth-of-type(3n + 2) a:hover .text:after {
	opacity:1;
	top:-15px;
	border-bottom:15px solid #fff;
}

.list-wrapper.grid .item a:hover header,
.list-wrapper.grid.alt .item a:hover .text p {
	color:#000;
}

.list-wrapper.grid .item a:hover .separator {
	/*border-image:linear-gradient(to right, #000 0%, #000 5%, transparent 15%);
	border-image-slice: 1;*/
}

.list-wrapper.grid.alt .item .text {
	background-color:#252525;
}

.list-wrapper.grid.alt .item:nth-of-type(3n + 2) .text {
	background-color:#171717;
}

.list-wrapper.grid.alt .item .text:after {
	border-bottom:15px solid #252525;
}

.list-wrapper.grid.alt .item:nth-of-type(3n + 2) .text:after {
	border-bottom:15px solid #171717;
}

.list-wrapper.grid.alt .item .text p {
	color:#fff;
}

.list-wrapper.grid.alt.inner .item .text .hook-aux {
	padding:15px 20px;
}

.list-wrapper.grid.alt.inner .item:nth-of-type(even) .text {
	background-color:#171717;
}

.list-wrapper.grid.alt.inner .item:nth-of-type(odd) .text {
	background-color:#1a1a1a;
}

.list-wrapper.grid.alt.inner .item .text header {
	margin:0 0 10px;
}

.list-wrapper.grid.bg-black .item .text,
.list-wrapper.grid .item.bg-black .text {
	background-color:#1d1d1d;
	background:linear-gradient(to bottom, #363636 0%, #1d1d1d 100%);
}

.list-wrapper.grid.bg-black .item .category,
.list-wrapper.grid .item.bg-black .category {
	color:#fff;
}

.list-wrapper.grid.bg-black .item a:hover .category,
.list-wrapper.grid .item.bg-black a:hover .category {
	color:#000;
}

.list-wrapper.columns .list {
	margin:40px 0 0;
}

.list-wrapper.columns .item {
	padding:0 0 40px;
}

.list-wrapper.columns .item + .item {
	padding:40px 0;
}

.list-wrapper.columns .item > .col + .col {
	padding:0 40px;
}

#google-maps {
	position:relative;
	width:100%;
	height:300px;
}

#google-maps.sidebar {
	height:320px;
}

#google-maps:after {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:40px;
	z-index:10;
}

#google-maps.bg-grey-light:after {
	background-color:#252525;
}

#google-maps.bg-grey-dark:after {
	background-color:#171717;
}

.infoBox {
	margin:0 0 0 -130px;
	padding:15px;
	width:260px;
	font-size:14px;
    font-family:'Roboto', sans-serif;
    color:#fff;
	background-color:#171717;
    box-shadow:-3px 2px 2px 0px rgba(0, 0, 0, .70);
}

.infoBox:after {
	content:'';
	position:absolute;
	bottom:-14px;
	left:50%;
	margin:0 0 0 -15px;
	width:0;
	height:0;
	border-left:14px solid transparent;
	border-right:14px solid transparent;
	border-top:14px solid #171717;
	z-index:100;
}

.link-wrapper {
	display:block;
	position:relative;
	text-decoration:none;
	color:#fff;
}

.link-wrapper.static {
	position:static;
}

.link-wrapper .read-more,
.cookies .read-more {
	position:absolute;
	bottom:0;
	right:0;
}

.read-more .link {
	display:block;
	width:0;
	height:0;
	border-left:55px solid transparent;
	border-bottom:55px solid #111;
	font-size:17px;
	color:#fff;
	transition: border 0.3s ease;
}

.link-wrapper:hover .read-more .link,
.read-more:hover .link,
.read-more .link.hover,
.mobile .read-more .link {
	border-bottom:55px solid #ed1c24;
}

.link-wrapper .read-more .link span,
.read-more .link span {
	margin:30px 0 0 -23px;
}

.loading-wrapper {
	overflow:hidden;
	height:300px;
}

.loading {
	position:absolute;
	top:50%;
	left:50%;
	margin:-25px 0 0 -25px;
}

.loading .content {
	font-size:21px;
}

.load-more {
	position:absolute;
	bottom:-25px;
	left:50%;
	margin:0 0 0 -25px;
	z-index:100;
}

.statistics {
	margin:0 0 30px;
}

.statistics .icon {
	font-size:25px;
}

.statistics .numbers {
	font-family:'Roboto Bold', sans-serif;
	font-size:18px;
}

.statistics .label {
	font-family:'Open Sans Semibold', sans-serif;
	font-size:14px;
}

.statistics.editions {
	position:absolute;
	top:-45px;
	right:75px;
	text-align:right;
	z-index:10;
}

.statistics.editions ul li,
.presentation .statistics ul li {
	padding:0 14px;
}

.statistics.editions .numbers,
.presentation .statistics .numbers {
	line-height:18px;
}

.presentation .list-wrapper.floating .floater {
	position:absolute;
	margin:0;
	top:40px;
	right:70px;
	z-index:10;
}

.presentation .statistics {
	position:absolute;
	top:-90px;
	left:26px;
	text-align:left;
	z-index:10;
	color:#cacaca;
}

.presentation .statistics ul .iconless {
	margin:27px 0 0;
}

.presentation .effff {
	position:absolute;
	top:-65px;
	right:70px;
	z-index:10;
}

.presentation .in-a-row {
	margin:0 -10px;
}

.presentation .in-a-row section {
	padding:0 10px;
}

.presentation h3 {
	margin:0 0 5px;
}

.presentation .list-wrapper.columns .item {
	padding:0 0 15px;
}

.presentation .list-wrapper.columns .item + .item {
	padding:15px 0;
}

.presentation .list-wrapper.columns .item img[data-src] {
	width:100%;
}

.presentation .list-wrapper.columns .item img {
	margin:0 0 0 -60px;
	width:auto;
	max-height:200px
}

.presentation .list-wrapper.columns .item .title {
	margin:0 0 2px;
	font-size:18px;
}

.presentation .list-wrapper.columns .item a.standalone {
	margin:12px 0 0;
	font-family:'Montserrat', sans-serif;
	font-size:13px;
	text-transform:uppercase;
}

.team {
	position:relative;
}

.team__col-1,
.team__col-2 {
	position:relative;
	width:40%;
	z-index:10;
}

.team__col-1 {
	margin:-85px 0 0 70px;
}

.team__col-2 {
	position:absolute;
	top:40px;
	right:70px;
}

.film .section {
	margin:50px 0 0;
}

.film .director figure {
	margin:-50px 0 0;
	padding:0 0 0 30px;
}

.film .info .title {
	margin:-2px 0 2px;
	font-size:24px;
}

.film .info .subtitle {
	font-family:'Open Sans', sans-serif;
	font-size:14px;
}

.film .info .director {
	font-size:14px;
}

.film .info .director strong {
	font-family:'Open Sans Bold', sans-serif;
	font-weight:normal;
}

.film .info .technical {
	font-size:13px;
	color:#cacaca;
}

.film .info .subtitle,
.film .info .director,
.film .info .technical {
	line-height:24px;
}

.film .poster {
	padding:6px 0 0;
}

.film .poster img {
	width:100%;
	max-width:200px;
}

.player {
	overflow:hidden;
	position:relative;
	width:100%;
}

.player .video-poster {
	position:relative;
	z-index:10;
}

.player .video-poster .video-play {
	position:relative;
	display:block;
	width:100%;
}

.player .video-poster .video-play > span {
	display:inline-block;
	position:absolute;
	top:50%;
	left:50%;
	margin:-25px 0 0 -25px;
}

.player .video-poster .video-play:hover > span,
.mobile .player .video-poster .video-play > span {
	background-color:#ed1c24;
}

.player .video-poster .video-play span.fa-cog {
	font-size:21px;
}

.player .video-wrapper {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:9;
	opacity:0;
}

.video-player .title {
	padding:20px 40px;
}

.sponsors ul li {
	padding:0 15px;
}

.sponsors ul {
	margin:0 -15px 0 -15px;
}

.search-results {
	font-size:14px;
}

.search-results h2 {
	font-size:14px;
	color:#cacaca;
}

.search-results h2 strong {
	font-family:'Open Sans Bold', sans-serif;
	font-weight:normal;
	color:#fff;
}

.search-results ol li + li {
	margin:40px 0 0;
}

.search-results ol li a {
	display:inline-block;
	text-decoration:none;
	color:#fff;
}

.search-results ol li a:hover {
	color:#ed1c24;
}

.search-results ol li .read-more {
	font-family:'Roboto Bold', sans-serif;
	margin:5px 0 0;
}

.search-results ol li > a {
	font-family:'Open Sans Bold', sans-serif;
}

.search-results ol li a span {
	font-size:13px;
}

.pubdate {
	display:inline-block;
	margin:12px 0 0;
	font-family:'Roboto', sans-serif;
	font-size:13px;
}

.pubdate.inner {
	margin:30px 0 0;
}

.hole {
	overflow:hidden;
	position:relative;
	margin:0 auto;
	width:100%;
	max-width:200px;
	/*min-height:200px;*/
	border-radius:100px;
}

.hole:after {
	content:'';
	position:absolute;
	top:-1px;
	left:1px;
	width:100%;
	height:100%;
	border-radius:100px;
	box-shadow:inset -4px 4px 4px 0px rgba(0, 0, 0, .85);
}

.ads a {
	display:block;
	position:relative;
}

.opacity .ads a:after {
	opacity:0;
	filter:alpha(opacity=0);
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:red;
	z-index:10;
}

.opacity .ads a:hover:after {
	opacity:0.3;
	filter:alpha(opacity=30);
}

.ads a:hover img {
	-webkit-filter:grayscale(1);
			filter:grayscale(1);
}

/* OVERWRITE FRESCO */

.fr-ui-outside .fr-container {
	padding:35px 70px 0 !important;
	margin:35px 0 0;
}

.fr-overlay-background {
	background-color:#111;
	background-image:url(../images/logo_overlay.png);
	background-position:center 20px;
	background-repeat:no-repeat;
	opacity:.95;
}

.fr-info {
	width:100% !important;
	left:0 !important;
	top:auto !important;
	bottom:0 !important;
	font-family:'Roboto', sans-serif;
	font-size:16px;
	color:#fff;
}

.fr-info-padder {
	padding:20px 40px;
}

.fr-info-padder .fr-caption a {
	width:100%;
	text-align:center;
	display:inline-block;
	text-decoration:none;
	color:#cacaca;
}

.fr-info-padder .fr-caption a .text {
	margin:0 0 0 25px;
	font-family:'Roboto', sans-serif;
	font-size:16px;
}

.fr-info-padder .fr-caption a:hover .lozenge {
	background-color:#000;
}

.fr-info-padder .fr-caption a:hover {
	color:#fff;
}

.fr-content-background {
	height:auto !important;
}

.fr-stroke {
	display:none;
}

.fr-side {
	width:0;
	height:0;
}

.fr-side:after {
	position:absolute;
	top:-11px;
	font-family:'FontAwesome';
	font-size:24px;
	color:#fff;
}

.fr-side.fr-side-previous {
	margin:-30px 9px 0 0;
	border-top:35px solid transparent;
	border-bottom:35px solid transparent;
	border-left:35px solid #363636;
	transition: border-left 0.3s ease,
				left 0.5s ease;
}

.fr-side.fr-side-previous:after {
	content:"\f104";
	left:-30px;
}

.fr-side.fr-side-previous:hover,
.mobile .fr-side.fr-side-previous {
	border-left:35px solid #ed1c24;
}

.fr-side.fr-side-previous.fr-side-disabled {
	left:-35px;
}

.fr-side.fr-side-next {
	margin:-30px 0 0 9px;
	border-top:35px solid transparent;
	border-bottom:35px solid transparent;
	border-right:35px solid #363636;
	transition: border-right 0.3s ease,
				right 0.5s ease;
}

.fr-side.fr-side-next:after {
	content:"\f105";
	right:-30px;
}

.fr-side.fr-side-next:hover,
.mobile .fr-side.fr-side-next {
	border-right:35px solid #ed1c24;
}

.fr-side.fr-side-next.fr-side-disabled {
	right:-35px;
}

.fr-close {
	width:0;
	height:0;
	border-left:55px solid transparent;
	border-top:55px solid #363636;
	transition:border-top 0.3s ease;
}

.fr-close:hover,
.mobile .fr-close {
	border-top:55px solid #ed1c24;
}

.fr-close:after {
	position:absolute;
	top:-49px;
	right:9px;
	content:"\f00d";
	font-family:'FontAwesome';
	font-size:17px;
	color:#fff;
}

.fr-close .fr-close-background,
.fr-close .fr-close-icon {
	display:none;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:transparent;
}

.fr-close .fr-close-background {
	
}

/* ------------------------- */
/* 5. Footer
/* ------------------------- */

#footer {
}

#footer .ads {
	margin:70px -15px 0;
}

#footer .ads .col {
	padding:0 15px;
}

#footer .partners {
	padding:100px 0 50px;
}

/*#footer .partners img {
	width:100%;
}*/

#footer .about-wrapper {
	background-color:#ca151c;
}

#footer .about-wrapper .about {
	padding:35px 45px 40px;
	text-align:right;
}

#footer .about-wrapper .about h1 {
	font-family:'Roboto Bold', sans-serif;
	font-size:20px;
}

#footer .about-wrapper .about .html-content {
	margin:20px 0 0;
	font-family:'Open Sans Semibold', sans-serif;
	font-size:13px;
	line-height:18px;
	color:#000;
}

#footer .about-wrapper .about ul {
	margin:30px 0 0;
}

#footer .about-wrapper .about ul li {
	display:inline-block;
	margin:12px 0 0 8px;
}

#footer .about-wrapper .about ul li a {
	display:block;
	padding:6px 10px;
	text-decoration:none;
	/*text-transform:uppercase;*/
	font-family:'Montserrat Bold', sans-serif;
	font-size:11px;
	border:1px #000 solid;
	color:#000;
}

#footer .about-wrapper .about ul li a:hover {
	background-color:#000;
	color:#ca151c;
}

#footer .footer__bottom {
	padding:25px 0;
}

#footer .footer__bottom .copyrights {
	margin:25px 0 0;
	text-align:left;
	font-size:10px;
	letter-spacing:1px;
}

#footer .footer__bottom .copyrights nav ul li {
	display:inline-block;
	font-family:'Montserrat', sans-serif;
	text-transform:uppercase;
}

#footer .footer__bottom .copyrights nav ul li a {
	color:#fff;
	text-decoration:none;
}

#footer .footer__bottom .copyrights nav ul li a:hover {
	color:#ed1c24;
}

#footer .footer__bottom .copyrights nav ul li span {
	padding:0 10px;
}

#footer .footer__bottom .copyrights div {
	margin:5px 0 0;
	font-family:'Open Sans', sans-serif;
	font-size:10px;
	color:#aaaaaa;
}

#footer .footer__bottom .social {
	margin:18px 0 0;
	text-align:center;
}

#footer .footer__bottom .logos {
	text-align:right;
}

#footer .footer__bottom .social ul li,
#footer .footer__bottom .logos ul li {
	display:inline-block;
}

#footer .footer__bottom .logos ul li + li {
	margin:0 0 0 10px;
}

#footer .footer__bottom .logos ul li img {
	max-height:80px;
	width:auto;
}

.cookies {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	z-index:1501;
}

.cookies .html-content {
	padding:0 30px 0 0;
}

.hook-cover-image {
	overflow:hidden;
}

.hook-cover-image img {}

.jquery-notify-bar {
	padding:20px 0px 24px;
	border-bottom:none;
	font-size:16px;
	line-height:26px;
	color:#fff;
	background-color:#ed1c24;
}

/* ------------------------- */
/* 6. Mobile only 
/* ------------------------- */

/* ------------------------- */
/* 7. Make responsive 
/* ------------------------- */

@media all and (min-width: 1921px) {
	#main-wrapper {
		background-size:auto, contain;
	}
}

@media all and (max-width: 1170px) {
	#header .logo img {
		width:100%;
		max-width:265px;
	}

	#header .main-menu .main-menu__bottom nav > ul > li.hide,
	#curtain .main-menu .main-menu__bottom nav > ul > li.hide {
		display:none;
	}

	.main-menu.festival-mode .main-menu__bottom nav > ul > li ~ li {
		margin:0;
	}

	.main-menu .main-menu__bottom nav > ul > li ~ li + li {
		margin:0 2px 0 8px;
	}

	.main-menu.festival-mode .main-menu__bottom nav > ul > li ~ li + li {
		margin:0 0 0 25px;
	}

	.main-menu .main-menu__bottom nav > ul > li a span {
		display:none;
	}

	.main-menu.festival-mode .main-menu__bottom nav > ul > li a span,
	.main-menu .main-menu__bottom nav > ul > li a span.has-submenu {
		display:inline-block;
	}

	.newsletter-trigger {
		top:251px;
	}

	.separator {
		margin:15px auto;
	}

	.separator.single {
		margin:5px auto 11px;
	}

	.lozenge.large {
		width:36px;
		height:36px;
		line-height:36px;
	}

	.title.{
		font-size:26px;
	}


	.statistics.editions {
		right:45px;
	}

	.list-wrapper.floating .floater {
		margin:40px 0 0 -40px;
	}

	.list-wrapper.floating .floater.inner {
		padding:0 25px 0 0;
	}

	.presentation .list-wrapper.floating .floater {
		width:66.6666%;
		right:40px;
	}

	.presentation .effff {
		right:40px;
	}

	.list-wrapper.categories.rtl .item .text {
		margin:0;
	}

	.list-wrapper.categories.rtl .item .figure {
		padding:0 40px 0 0;
	}

	.list-wrapper.columns .item > .col + .col {
		padding:0 0 0 40px;
	}

	.list-wrapper.categories .item .text {
		width:75%;
	}

	.list-wrapper.categories .item .figure {
		padding:0 0 0 40px;
		width:25%;
	}

	.list-wrapper.grid .item .text .hook-aux {
		padding:20px 25px;
	}

	.team__col-1 {
		margin:-40px 0 0 70px;
	}

	.team__col-2 {
		right:40px;
	}

	.venues-list {
		padding:0;
	}

	.sidebar-juri nav ul li a .col + .col {
		height:80px;
	}

	/*#footer .footer__bottom .logos ul li img {
		max-height:80px;
	}*/
}

@media all and (max-width: 1023px) {
	body {
		position:relative;
	}

	#website-wrapper {
		/*position:fixed;*/
		top:0;
		left:0;
		/*left:-90%;*/
		width:100%;
	}

	#menu-wrapper {
		position:absolute;
		top:0;
		right:-80%;
		padding:30px 35px;
		width:80%;
		height:100%;
		background-color:#111;
		overflow-y:auto;
		z-index:1500;
	}

	#curtain {
		display:none;
	}

	#header,
	#header .wrapper {
		position:static !important;
	}

	#header nav ul li {
		display:block;
	}

	.toggle-menu {
		display:block;
	}

	.mobile .toggle-menu .lozenge:hover {
		background-color:#ed1c24;
	}

	.main-menu {
		padding:0;
		width:100%;
	}

	.main-menu .main-menu__top {
		float:left;
		/*padding:30px 35px 13px;*/
		padding:0 0 13px;
		width:100%;
	}

	#header .main-menu .main-menu__top ul li {
		display:inline-block;
	}

	.main-menu .main-menu__top .menu span {
		padding:0 5px;
	}

	.main-menu .main-menu__bottom {
		float:left;
		width:100%;
		font-size:15px;
	}

	.main-menu .main-menu__bottom .link-wolf {
		font-size:16px;
	}

	.main-menu .main-menu__bottom nav > ul > li {
		position:relative;
	}

	#header .main-menu .main-menu__bottom nav ul li,
	#header .main-menu .main-menu__bottom nav > ul > li.hide {
		display:block;
	}

	.main-menu .main-menu__bottom nav > ul > li + li {
		margin:0;
		border-top:1px #222 solid;
		border-top:1px rgba(34, 34, 34, 0.7) solid;
	}

	.main-menu.festival-mode .main-menu__bottom nav > ul > li + li,
	.main-menu.festival-mode .main-menu__bottom nav > ul > li ~ li + li,
	.main-menu .main-menu__bottom nav > ul > li ~ li + li {
		margin:0;
	}

	.main-menu .main-menu__bottom nav > ul > li > a {
		display:block;
		padding:0 0 8px;
	}

	.main-menu .main-menu__bottom nav > ul > li + li > a {
		padding:8px 0;
	}

	.main-menu .main-menu__bottom ul li .submenu {
		display:none;
		position:static;
		padding:0;
	}

	.main-menu .main-menu__bottom ul li .submenu .submenu__arrow,
	.main-menu .main-menu__bottom ul li:hover .submenu {
		display:none;
	}

	.main-menu .main-menu__bottom ul li ul {
		position:relative;
		margin:0;
		padding:15px 25px 30px;
		width:100%;
		font-size:14px;
		background-color:transparent;
		box-shadow:none;
	}

	.main-menu .main-menu__bottom ul li ul li {
		width:100%;
	}

	.main-menu .main-menu__bottom ul li ul li + li {
		margin:20px 0 0;
	}

	.dropdown-menu {
		position:static;
		float:left;
		margin:20px 0 0;
		width:100%;
	}

	.dropdown-menu nav > ul > li {
		width:100%;
	}

	.dropdown-menu nav > ul > li > ul {
		display:none;
	}

	.dropdown-menu nav > ul > li:hover > ul {
		display:none;
	}

	.dropdown-menu nav > ul > li > ul > li {
		width:100%;
		float:left;
	}

	.dropdown-menu nav > ul > li > ul > li .submenu {
		display:none;
		box-shadow:none;
	}

	.dropdown-menu nav > ul > li > ul > li:hover .submenu {
		display:none;
	}

	.dropdown-menu nav > ul > li > ul > li .submenu .aux {
		position:static;
		float:left;
		width:100%;
	}

	.search {
		display:none;
	}

	.search-mobile {
		display:block;
	}

	#main-wrapper .main-sponsor {
		width:100%;
	}

	.frame {
		padding:35px 40px;
	}

	.frame.soon {
		padding:35px 40px 15px;
	}

	/*
	#newsletter {
		display:none;
	}
	*/

	.newsletter-trigger {
		position:absolute;
	}

	.has-arrow.__to-bottom-left-bottom:after {
		top:auto;
		bottom:-30px;
		left:40px;
		border-left:15px solid transparent;
		border-right:15px solid transparent;
		border-top:15px solid #171717;
	}

	.slideshow.featured {
		padding:0 0 40px;
	}

	.slideshow.featured .slick-dots {
		top:auto;
		bottom:-30px;
		left:0;
		width:100%;
		margin:0;
		text-align:center;
	}

	.slideshow.featured .slide .link-wrapper {
		position:relative;
	}

	.slideshow.featured .slide .read-more {
		left:auto;
		right:0;
		margin:0;
	}

	.ads.single {
		display:none;
	}

	.feat-second + .feat-second {
		margin:30px 0 0;
	}

	.sidebar-ads {
		display:none;
	}

	.title.{
		font-size:30px;
	}

	#google-maps,
	#google-maps.sidebar {
		height:250px;
	}

	.related-menu.sidebar ul li {
		display:inline-block;
		margin:0 0 0 10px;
	}

	.related-menu.sidebar ul li + li {
		margin:0 0 0 40px;
	}

	.presentation .statistics {
		position:static;
		padding:40px 0 10px 26px;
		margin:0;
	}

	.presentation .effff {
		position:static;
		padding:30px 40px 10px 0;
		text-align:right;
	}

	.statistics-wrapper {
		padding:45px 0 0;
	}

	.statistics.editions {
		/*top:-5px;*/
		position:static;
		padding:35px 0 35px 26px;
		margin:0;
		text-align:left;
	}

	.team__col-1,
	.team__col-2 {
		width:50%;
	}

	.team__col-1 {
		margin:0;
	}

	.team__col-2 {
		position:static;
		top:40px;
		right:70px;
	}
	
	.sidebar-list ul li.col:nth-of-type(odd) {
		padding:0 20px 0 0;
	}

	.sidebar-list ul li.col:nth-of-type(even) {
		padding:0 0 0 20px;
	}

	.sidebar-juri nav ul li a .col + .col {
		height:65px;
	}

	.sidebar-schedule ul li {
		padding:0 0 15px 15px;
	}

	.sidebar-schedule ul li.odd {
		clear:both;
		padding:0 15px 15px 0;
	}

	/*
	.sidebar-schedule .separator.last {
		display:block;
	}
	*/

	.sidebar-schedule .separator {
		display:none;
	}

	.film .has-arrow:after {
		display:none;
	}

	.film .poster {
		text-align:center;
	}

	.film .poster img {
		/*max-width:100%;*/
	}

	.film .director figure {
		margin:-25px 0 0;
	}

	#page-films .sidebar-schedule {
		margin:40px 0 0;
	}

	.list-wrapper.floating .floater,
	.list-wrapper.floating.tickets .floater {
		margin:-100px 0 0;
	}

	#page-news .list-wrapper.floating .floater {
		margin:-120px 0 0;
	}

	#page-news .list-wrapper.floating .figure img {
		margin:-25px 0 0;
	}

	.list-wrapper.floating .slideshow .images .slide,
	.list-wrapper.floating .figure {
		overflow:hidden;
	}

	.list-wrapper.floating .slideshow .images .slide img {
		margin:-50px 0 0;
	}

	.list-wrapper .masonry .grid-sizer {
		width:32.5%;
	}

	.list-wrapper .masonry .gutter-sizer {
		width:1.25%;
	}

	.list-wrapper .masonry .item {
		margin:0 0 12px;
		width:32.5%;
	}

	.list-wrapper .masonry .item .frame-small {
		padding:20px 25px;
	}

	.list-wrapper .masonry .item footer {
		padding:5px 25px;
	}

	/*#footer .partners {
		padding:50px 0 0;
	}*/

	/*#footer .partners img {
		display:none;
	}*/

	#footer .about-wrapper .about {
		padding:35px 40px;
		text-align:left;
		max-width:100%;
	}

	#footer .footer__bottom .copyrights {
		margin:10px 0 0;
	}

	#footer .footer__bottom .social {
		margin:5px 0 0;
		text-align:right;
	}

	/*
	#footer .footer__bottom .effff {
		margin:30px 0 0;
		text-align:center;
	}
	*/

	#footer .footer__bottom .logos {
		margin:30px 0 0;
		text-align:center;
	}

	#footer .footer__bottom .logos ul li,
	#footer .footer__bottom .logos ul li + li {
		margin:10px;
	}

	.fr-info-padder {
		padding:15px 20px;
	}
}

@media all and (max-width: 749px) {
	.__padding-horz {
		padding:0 30px;
	}

	.frame {
		padding:25px 30px;
	}

	.frame.soon {
		padding:25px 30px 15px;
	}

	.frame-small {
		padding:20px 25px;
	}

	.toggle-menu {
		right:20px;
	}

	.main-menu .main-menu__top .menu a.hide {
		display:block;
	}

	.main-menu .main-menu__top .menu a.hide span {
		padding:0 5px;
	}

	#header .main-menu .main-menu__top .menu .submenu {
		display:none;
		float:left;
	}

	#header .main-menu .main-menu__top .menu .submenu ul {
		padding:5px 15px 0;
	}

	#header .main-menu .main-menu__top .menu .submenu ul li {
		display:block;
	}

	#header .main-menu .main-menu__top .menu .submenu ul li a {
		display:block;
		padding:2px 0;
	}

	.main-menu .main-menu__top .menu .submenu span {
		display:none;
	}

	.main-menu .main-menu__top .menu .submenu {
		/*display:none;*/
	}

	.dropdown-menu nav > ul > li > ul > li .submenu .aux > .col > ul > li:nth-of-type(odd),
	.dropdown-menu nav > ul > li > ul > li .submenu .aux > .col > ul > li:nth-of-type(even) {
		padding:0;
	}

	.dropdown-menu nav > ul > li > ul > li .submenu .aux > .col > ul > li:nth-of-type(2) > a {
		border-top:1px #dcd9d9 solid;
	}

	.dropdown-menu nav > ul > li > ul > li .submenu .col > ul > li:nth-last-of-type(2) > ul {
		margin:0 0 20px;
	}

	.newsletter-trigger {
		top:242px;
	}

	.newsletter-trigger a {
		padding:7px;
		font-size:11px;
	}

	#main-wrapper .main-sponsor {
		min-height:115px;
	}

	#main-wrapper .main-sponsor img {
		max-width:120px;
	}

	#main-wrapper {
		background-size:auto, contain;
	}

	#main-wrapper > .wrapper {
		padding:0;
	}

	.statistics {
		text-align:center;
	}

	.statistics ul li:nth-of-type(4),
	.statistics ul li:nth-of-type(5) {
		margin:20px 0 0;
	}

	.presentation .statistics ul .iconless {
		margin:0 0 25px;
	}

	.presentation .statistics ul li:nth-of-type(4) {
		margin:0;
	}

	.presentation .list-wrapper.floating .floater {
		position:static;
		margin:0;
		width:inherit;
	}

	.presentation .list-wrapper.floating .figure img {
		margin:0;
	}

	.presentation .statistics {
		padding:40px 25px 10px;
		text-align:center;
	}

	.presentation .effff {
		position:static;
		padding:30px 25px 10px;
		text-align:center;
	}

	.presentation .in-a-row {
		margin:20px 0 0;
	}

	.presentation .in-a-row section {
		padding:0;
	}

	.presentation .in-a-row section + section {
		margin:20px 0 0;
	}

	.presentation .list-wrapper.columns .item {
		padding:0 0 20px;
	}

	.presentation .list-wrapper.columns .item + .item {
		padding:20px 0;
	}

	.team__col-1,
	.team__col-2 {
		width:100%;
	}

	.statistics.editions {
		padding:35px 25px;
		text-align:center;
	}

	.sidebar-juri nav ul li a .col + .col {
		height:100px;
	}

	.video-player.__gutter-top {
		margin:0;
	}

	.video-player .title {
		padding:20px 30px;
	}

	.sidebar-list ul li.col:nth-of-type(odd),
	.sidebar-list ul li.col:nth-of-type(even) {
		padding:0;
	}

	.list-wrapper .item .text.has-arrow.__to_top_small-top-center:after {
		top:-30px;
		left:auto;
		right:50%;
		right:calc(50% - 15px);
		margin:0 0 0 -7px;
		border-right:15px solid transparent;
		border-left:15px solid transparent;
		border-bottom:15px solid #171717;
	}

	.list-wrapper.floating .floater,
	.list-wrapper.floating.tickets .floater,
	.list-wrapper.floating .slideshow .images .slide img {
		margin:0;
	}

	.list-wrapper.floating .floater .row section + section {
		margin:20px 0 0;
	}

	.list-wrapper.floating.inner .figure {
		text-align:center;
	}

	.list-wrapper.floating.inner .figure img {
		max-width:200px;
	}

	.list-wrapper.floating .floater.inner {
		margin:0;
		padding:0;
	}

	#page-news .list-wrapper.floating .floater,
	#page-news .list-wrapper.floating .figure img {
		margin:-25px 0 0;
	}

	.list-wrapper.columns .item > .col + .col {
		margin:20px 0 0;
		padding:0;
	}

	.list-wrapper.categories .item .text {
		width:100%;
	}

	.list-wrapper.categories .item .figure,
	.list-wrapper.categories.rtl .item .figure {
		padding:0;
		margin:0 0 30px;
		width:100%;
		text-align:center;
	}

	.list-wrapper.categories .item .figure img {
		max-width:140px;
	}

	.list-wrapper .masonry .grid-sizer {
		width:48.75%;
	}

	.list-wrapper .masonry .gutter-sizer {
		width:2.5%;
	}

	.list-wrapper .masonry .item {
		margin:0 0 10px;
		width:48.75%;
	}

	#footer .about-wrapper .about {
		padding:20px 25px;
	}

	#footer .about-wrapper .about ul {
		margin:20px auto 0;
		text-align:center;
	}

	#footer .about-wrapper .about ul li,
	#footer .about-wrapper .about ul li + li {
		margin:12px 3px 0;
	}

	#footer .ads {
		display:none;
	}

	#footer .footer__bottom .copyrights {
		text-align:center;
	}

	#footer .footer__bottom .social {
		margin:25px 0 0;
		text-align:center;
	}
}

@media all and (max-width: 479px) {
	.__gutter-top {
		margin:20px 0 0;
	}

	.__padding-horz {
		padding:0 20px;
	}

	.frame,
	.frame.soon {
		padding:15px 20px;
	}

	.frame-small {
		padding:15px 20px;
	}

	#header .logo img {
		max-width:200px;
	}

	.toggle-menu {
		top:34px;
		right:15px;
	}

	.toggle-menu .lozenge {
		width:40px;
		height:40px;
		line-height:40px;
		font-size:18px;
	}

	#menu-wrapper {
		padding:15px;
	}

	.dropdown-menu nav > ul > li > a {
		padding:0 15px;
	}

	.dropdown-menu nav > ul > li > a span.fa-bars {
		margin:0 7px 0 0;
	}

	.dropdown-menu nav > ul > li > ul > li > a {
		padding:0 15px;
	}

	.dropdown-menu nav > ul > li > ul > li > a span {
		padding:0 12px 0 0;
	}

	.dropdown-menu nav > ul > li > ul > li .submenu .aux {
		padding:10px 15px;
	}

	.newsletter-trigger {
		top:217px;
	}

	.newsletter-trigger a {
		padding:7px;
		font-size:11px;
	}

	.related-menu {
		margin:10px 0;
	}

	.related-menu ul li,
	.related-menu.sidebar ul li {
		display:block;
		margin:0 0 0 10px;
	}

	.related-menu ul li + li,
	.related-menu.sidebar ul li + li {
		margin:30px 0 0 10px;
	}

	.slideshow.__top-right .slick-dots {
		top:10px;
		right:20px;
	}

	.slideshow.__top-left .slick-dots {
		top:10px;
		left:20px;
	}

	.presentation .statistics {
		padding:40px 5px 10px;
	}

	.statistics.editions {
		padding:35px 5px;
	}

	#page-news .list-wrapper.floating .floater,
	#page-news .list-wrapper.floating .figure img {
		margin:-15px 0 0;
	}

	.video-player .title {
		padding:20px;
	}

	.venues-list {
		text-align:left;
	}

	.film .director figure {
		margin:0;
		padding:15px 20px;
	}

	.film .director figure .hole {
		max-width:150px;
	}

	.film .poster img {
		max-width:150px;
	}

	.sidebar-juri nav ul li a .col + .col {
		height:65px;
	}

	.sidebar-schedule {
		margin:20px 0 10px;
	}

	.sidebar-schedule ul li,
	.sidebar-schedule ul li.odd {
		padding:0;
	}

	.sidebar-schedule .separator {
		display:block;
	}

	.list-wrapper .masonry .grid-sizer {
		width:100%;
	}

	.list-wrapper .masonry .gutter-sizer {
		width:0;
	}

	.list-wrapper .masonry .item {
		margin:0 0 20px;
		width:100%;
	}

	.list-wrapper.grid .item .text .hook-aux {
		padding:15px 20px;
	}

	.list-wrapper.categories.sponsors .list {
		padding:0;
	}

	#footer .about-wrapper .about {
		padding:15px 20px;
	}

	#footer .about-wrapper .about ul {
		margin:15px auto 0;
	}

	#footer .footer__bottom .wrapper {
		padding:0;
	}

	#footer .footer__bottom .logos ul li,
	#footer .footer__bottom .logos ul li + li {
		margin:10px;
	}
}