@charset "UTF-8";

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

* {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
}

@font-face {
	font-family: 'Bariol';
	src: url('../fonts/Bariol-Thin.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Bariol-Thin.otf') format('opentype');
	font-weight: normal;
  	font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

html {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
}

body {
	width: 100%;
	height: 100%;
	font-family: 'Lato', sans-serif;
	color: #222;
}

main {
	height: 100%;
}

section {
	background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: relative;
    overflow: hidden;
}

img {
	width: 100%;
	max-height: 100%;
}

a {
	color: #fff;
	text-decoration: none;
}

h3 a {
	color: #222;
	text-decoration: none !important;
}

header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 3;
}

h1 {
	font-family: 'Bariol', sans-serif;
	color: #fff;
	font-weight: 100;
}

h3 {
	font-size: 1.6rem;
	text-transform: uppercase;
	border-bottom: 2px solid #000;
	margin-bottom: 8px;
	font-weight: bold;
}

p {
	font-size: 1.4em;
	line-height: 1.6em;	
	margin-bottom: 10px;
}

.wrapper {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

.wrap {
    text-align: center;
    height: 100%;
}

.wrap:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.centered {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: left;
}

.main-title {
	font-family: 'Bariol', sans-serif;
	font-size: 4.8rem;
	color: #fff;
	letter-spacing: 0.25em;
	font-weight: normal;
	float: left;
	padding: 10px 0;
}

.menu-right {
	float: right;
}

ul.menu {
	list-style: none;
	text-align: right;
}

ul.menu li {
	display: inline-block;
	padding: 20px 15px;
}

ul.menu li:last-child {
	padding-right: 0;
}

ul.menu li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.6em;
}

ul.menu li a.active {
	color: #d71818 !important;
}

ul.menu li a img, .pushy ul li a img {
	position: absolute;
	width: 20px;
	height: 20px;
	padding: 4px;
}

.dark {
	color: #222 !important;
}

.show {
	display: block;
}

.hide {
	display: none;
}

#nav-toggle {
  width: 30px;
  height: 40px;
  display: block;
  background: none;
  position: absolute;
  top: 2px;
  right: 0px;
  transition: all 0.3s ease
}

.close-icon {
	display: none;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 3;
	cursor: pointer;
	width: 40px;
	height: 40px;
}

#festivals-logos {
	padding-top: 4%;
}

.festivals-logos, .festivals-awards {
	position: relative;
  	margin: 0 auto;
  	height: auto;
}

.festivals-logos {
	max-width: 400px;
	margin-bottom: 20px;	
}

.festivals-awards {
	max-width: 1000px;
}

.slider-image {
	width: 100%;
	min-height: 100%;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#slider .owl-controls {
	position: absolute;
	width: 100%;
	z-index: 3;
}

#slider .owl-controls {
	top: 40%;
}

#slider .owl-prev, #slider .owl-next {
	width: 35px;
	height: 35px;
	position: absolute;
	opacity: 0.4;
}

#slider .owl-prev:hover, #slider .owl-next:hover {
	opacity: 0.8;
}

#slider .owl-prev {
	background: url(../images/left-icon-white.svg) no-repeat left;
	background-size: 35px;
	left: 20px;
}

#slider .owl-next {
	background: url(../images/right-icon-white.svg) no-repeat right;
	background-size: 35px;
	right: 20px;
}

.movie-info {
	width: 100%;
	max-width: 445px;
	text-align: center;
	position: absolute;
	z-index: 1;
	bottom: 2%;
 	left: 0;
  	right: 0;
  	margin: 0 auto;	
}

.movie-titles, .movie-logos {
	position: relative;
}

.movie-title, .movie-author {
	font-family: 'Bariol', sans-serif;
	color: #fff;
}

.movie-title {
	font-size: 10.5rem;
	letter-spacing: 2.5rem;
	line-height: 0.9em;
}

.movie-author {
	font-size: 1.4em;
	margin-bottom: 7%;
}

.trailer-button:before {
	content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 2;
    top: 22%;
    right: 6%;
    background-repeat: no-repeat;
    background-position: center;
}

.trailer-button {
	position: relative;
	text-align: center;
	color: #fff;
	bottom: 18%;
	width: 180px;
	height: 20px;
	line-height: 20px;
	margin: 0 auto 7% auto;
	font-size: 1.4rem;
	background-color: rgba(255, 255, 255, 0.5);
	color: rgba(0, 0, 0, 0.6);
    padding: 10px 50px 10px 20px;
    border-radius: 20px;	
    font-weight: bold;
	cursor: pointer;
}

.trailer-button:after {
	content: "";
	position: absolute;
	width: 0px;
	height: 0px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid rgba(0, 0, 0, 0.5);
	right: 8%;
	top: 27%;
	z-index: 3;
}

.trailer-button:hover {
	background-color: rgba(255, 255, 255, 0.8);
}

.movie-logos img {
	display: inline-block !important;
	margin-left: 2%;
	width: 70px !important;
	height: 35px;
}

img.smaller {
	width: 45px !important;
	height: 50px;
}

img.havc {
	margin-left: 1%;
}

.padding {
	padding: 0 10px;
}

.news, .festival {
	padding-right: 15%;
}

.news img {
	margin: 25px 0;
}

.news a {
	color: #222;
	text-decoration: underline;
}

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

#news {
	background: #f1f1f1;
}

#news .owl-controls, #festivals .owl-controls {
	bottom: 5%;
	width: 100%;
	max-width: 1280px;
	text-align: center;
}

#news-slider .owl-prev, #news-slider .owl-next, #festivals-slider .owl-prev, #festivals-slider .owl-next {
	line-height: 12px;
	padding: 0 15px;
	margin: 0 3%;
	position: relative;
}

#news-slider .owl-prev:before, #news-slider .owl-next:after, #festivals-slider .owl-prev:before, #festivals-slider .owl-next:after {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	margin-top: 1%;
}

#news-slider .owl-prev:before {
	background: url(../images/left-icon-black.svg) no-repeat;
	margin-left: -18%;
}

#news-slider .owl-next:after {
	background: url(../images/right-icon-black.svg) no-repeat;	
	margin-left: 5%;	
}

#festivals-slider .owl-prev:before {
	background: url(../images/left-icon-white.svg) no-repeat;
	margin-left: -18%;
}

#festivals-slider .owl-next:after {
	background: url(../images/right-icon-white.svg) no-repeat;	
	margin-left: 5%;	
}

#festivals {
	background-image: url(../images/festivals.jpg);
	color: #fff;
}

.festival {
	color: #fff;
	line-height: 1.6em;
	font-size: 1.4em;
}

.festival a {
	font-weight: bold;
	color: #fff;
	font-size: 1.6rem;
	text-decoration: none;
}

.festival a:hover {
	border-bottom: 2px solid #fff;
}

#festivals-slider .owl-prev, #festivals-slider .owl-next {
	color: #fff;
}

#synopsis {
	background: #222;
}

#synopsis p {
	color: #fff;
	font-size: 1.6em;
	text-align: center;
}

#cast-and-crew {
	background: #fff;
}

#cast-and-crew p {
	font-size: 1.6em;
}

#contact, .contact-role p {
	background: #222;
	color: #fff;
	font-size: 1.6rem;
}

.contact {
	text-align: center;
}

.contact-details {
	margin: -15px 0 80px 0;	
}

.contact-role {
	float: left;
	width: 33.33%;
}

.contact-logo {
	display: block;
	margin: 0 auto 40px auto;
}

.contact-logo.freak {
	width: 150px;
	margin-top: 77px;
}

.contact-logo.sekvenca {
	width: 110px;
}

.contact-facebook {
	width: 60px;
	margin: 56px 0 34px 0;
}

.contact-email a {
	text-decoration: none;
}

footer {
	background: #191919;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
}

.copyright, .copyright a {
	color: #fff;
	line-height: 60px;
	text-decoration: none;
	font-size: 1.2rem;
}

.copyright {
	float: left;
}

.icons {
	float: right;
	height: 60px;
	line-height: 80px;
}

.icons img {
	width: 20px;
	height: 20px;
	margin-left: 15px;
}

.up-arrow {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 3;
	display: none;
	width: 20px;
	height: 20px;
	padding: 10px;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.3);
}