﻿/*

 *

 * EKOFILM 2018

 * Author: Martin Winkler

 * url: http://www.martinwinkler.cz/

 *

 */

/************************************************************************************


/************************************************************************************
RESET

*************************************************************************************/


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section, menu,
time, mark, audio, video {

    margin: 0;

    padding: 0;

    border: 0;

    outline: 0;

    font-size: 100%;

    vertical-align: baseline;

    background: transparent;

}


ol, ul {
    list-style: none;
}


blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}


:focus {
    outline: 0;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
}


article, aside, figure, footer, header, hgroup, nav, section, img {
    display: block;
}


input[type="radio"] {
    vertical-align: text-bottom;
}

input[type="checkbox"] {
    vertical-align: bottom;
    *vertical-align: baseline;
}


label, input[type=button], input[type=submit], button {
    cursor: pointer;
    overflow: visible;
}


em, i {
    font-weight: inherit;
}


/************************************************************************************

GENERAL

*************************************************************************************/


html {
    height: 100%;
}


body {

    font-family: Source Sans Pro, sans-serif;

    font-size: 17px;

    line-height: 1.7em;

    color: #4c4c4c;

    background: #fff;

    margin: 0;

    padding: 0;

    min-height: 100%;

}


/* Box sizing */


*, *:after, *:before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


/* Anchors */


a {
    color: #938072;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}


/* Heading */


h1, .h1 {
    font: 800 45px/1.2em Oswald, sans-serif;
    color: #231f20;
    margin: 0 0 30px 0;
}

h2, .h2 {
    font: 800 26px/1.3em Oswald, sans-serif;
    color: #231f20;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

h3, .h3 {
    font: 800 22px/1.3em Oswald, sans-serif;
    color: #231f20;
    margin: 0 0 10px 0;
}

h4, .h4 {
    font: 800 20px/1.3em Oswald, sans-serif;
    color: #231f20;
    margin: 0 0 10px 0;
}

h5, .h5 {
    font: 800 17px/1.3em Oswald, sans-serif;
    color: #231f20;
    margin: 0 0 10px 0;
}

h6, .h6 {
    font: 800 14px/1.3em Oswald, sans-serif;
    color: #231f20;
    margin: 0 0 10px 0;
}


/* Paragraphs */


p {
    margin: 0 0 20px 0;
}

address {
    font-style: normal;
}

cite {
    font-style: normal;
}


/* Lists */


ul, ol {
    list-style: none;
    margin: 0 0 20px 0;
}

ul li {
    padding: 0 0 0 20px;
    margin: 0 0 5px 0;
}

ul.unstyled li {
    padding: 0;
    background: none;
}


ul.val-list li {
    padding: 0 0 0 100px;
    position: relative;
}

ul.val-list .val {
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 0;
}


ol {
    counter-reset: counter;
    margin-left: 0;
    *margin-left: 54px;
}

ol li {
    margin: 0 0 10px 0;
    padding: 0 0 0 20px;
    *list-style-type: decimal;
    counter-increment: counter;
    position: relative;
}

ol li:before {
    color: #2285c8;
    content: counter(counter) '. ';
    position: absolute;
    left: 0;
    top: 0;
}


dl {
    margin: 0 0 20px 0;
}

dt {
    font-weight: bold;
}


/* Forms */


form {
    display: block;
}

fieldset {
    border: none;
}

label {
    font-weight: bold;
}

input, select, button {
    vertical-align: top;
}


/* Various */


sup, sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #eaeaea;
    margin: 1em 0;
    padding: 0;
}


p.small {
    font-size: 70%;
}

p.big {
    font-size: 130%;
}


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

img.alignright {
    float: right;
    margin-bottom: 20px;
    margin-left: 30px;
}

img.alignleft {
    float: left;
    margin-bottom: 20px;
    margin-right: 30px;
}


.image-caption-wrap {
    text-align: center;
}

.image-caption-wrap img {
    margin-bottom: 20px;
}

.image-caption-wrap .caption {
    margin: 0;
}

.image-caption-wrap.alignright {
    float: right;
    margin-bottom: 20px;
    margin-left: 30px;
}

.image-caption-wrap.alignleft {
    float: left;
    margin-bottom: 20px;
    margin-right: 30px;
}


.bold {
    font-weight: bold;
}

.nowrap, .nobr {
    white-space: nowrap !important;
}


/* Alignment */


.v-top {
    vertical-align: top;
}

.v-middle {
    vertical-align: middle;
}

.v-bottom {
    vertical-align: bottom;
}


.l {
    float: left;
}

.r {
    float: right;
}

.a-l {
    text-align: left;
}

.a-r {
    text-align: right;
}

.a-c {
    text-align: center;
}


/************************************************************************************

HEADER

*************************************************************************************/


.header {
    padding: 0;
    background: #fff;
    text-align: right; /*position: fixed; left: 0; top: 0; width: 100%;*/
    position: relative;
    z-index: 200;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 2px 0;
}

.header .h_1 {
    height: 93px;
    border-bottom: 1px solid #eaeaea;
}

.header .logo {
    display: block;
    position: absolute;
    left: 15px;
    top: 30px;
}

.header .social {
    margin-top: 30px;
    margin-left: 20px;
}


/* Search */


.header .search {
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
    max-width: 240px;
}

.header .search input.text {
    font-size: 15px;
    height: 35px;
    border: 1px solid #eaeaea;
}

.header .search .btn-search {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    width: 35px;
    height: 35px;
    background: none;
    color: #938072;
}

.header .search .btn-search:hover {
    color: #e21350;
}


/* Login */


.header .login {
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 35px;
    margin-left: 20px;
    margin-top: 30px;
}

.header .login-link {
    font-family: Oswald;
    font-size: 17px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    height: 35px;
    background: #938072;
    color: #fff;
    padding: 3px 30px 5px 30px;
    text-decoration: none;
}

.header .login-link:hover {
    background: #e21350;
}

.header .login-link:after {
    content: '';
    position: absolute;
    right: 15px;
    top: 16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #fff transparent transparent transparent;
}

.header .login-link .icon {
    position: absolute;
    left: 10px;
    top: 12px;
    width: 12px;
    height: 12px;
}

.header .login-link.active {
    height: 40px;
    background: #938072;
}


.header .login.logged {
    padding-top: 3px;
}

.header .login .login-account {
}

.header .login .logout {
    text-decoration: none;
    background: #938072;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    position: relative;
    top: 5px;
    margin-left: 6px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}


.header .login-box {
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 20;
    background: #938072;
    padding: 30px;
    width: 340px;
    text-align: left;
}

.header .login-box a {
    color: #fff;
}

.header .login-box input.text {
    height: 40px;
    border: none;
}

.header .login-box .forgot {
    margin-top: -20px;
}

.header .login-box .btn {
    border-color: rgba(255, 255, 255, 0.8);
    color: rgba(255, 255, 255, 0.8);
    padding: 9px 25px 7px 25px;
}

.header .login-box .btn:hover {
    background: none;
    border-color: #fff;
    color: #fff;
}


.header .mzp {
    position: absolute;
    left: 250px;
    top: 36px;
}


.header.mini .h_1 {
    height: 43px;
}

.header.mini .logo {
    max-width: 100px;
    top: 10px;
}

.header.mini .mzp {
    margin-top: 4px;
}

.header.mini .social {
    margin-top: 4px;
}

.header.mini .infoline {
    margin-top: 4px;
}


/* Social */


.social {
    display: inline-block;
    vertical-align: top;
}

.social ul {
    margin: 0;
}

.social ul li {
    padding-left: 0;
    background: none;
}

.social ul li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: block;
    background: #fff;
    border: 1px solid #eaeaea;
    border-right: none;
    color: #938072;
}

.social ul li a:hover {
    color: #e21350;
}

.social ul li a .icon {
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.social ul li:last-child a {
    border-right: 1px solid #eaeaea;
}


/* Main navigation */


.main-nav {
    margin: 0;
    padding-right: 40px;
    display: table;
    width: 100%;
}

.main-nav ul {
    margin: 0;
    display: table-row;
}

.main-nav ul li {
    padding: 0;
    margin: 0;
    background: none;
    display: table-cell;
}

.main-nav ul li a {
    font-family: Oswald;
    font-size: 15px;
    font-weight: 800;
    line-height: 43px;
    text-align: center;
    text-decoration: none;
    color: #231f20;
    text-transform: uppercase;
    display: block;
    padding-top: 2px;
    border-left: 1px solid #eaeaea;
}

.main-nav ul li:last-child a {
    border-right: 1px solid #eaeaea;
}

.main-nav ul li a:hover {
    color: #e21350;
}

.main-nav ul li.active a {
    color: #e21350;
}


/* Lng */


.lng {
    position: absolute;
    right: 15px;
    top: 0;
    width: 40px;
    height: 45px;
    padding: 16px 10px;
    border-right: 1px solid #eaeaea;
}

.lng img {
    display: none;
}

.lng a img {
    display: block;
}


/* Breadcrumbs */


.breadcrumbs {
    color: #ffffff;
    margin: 10px 0 0 0;
}

.breadcrumbs a {
    color: #ffffff;
}

.breadcrumbs a:hover {
    color: #ffffff;
}


/* Mobile nav */


.nav-btn {
    padding: 10px 0 10px 10px;
    display: none;
    vertical-align: top;
    margin-top: 26px;
    margin-left: 10px;
    margin-right: 0;
    float: right;
}

.nav-btn span {
    width: 30px;
    height: 5px;
    border-bottom: 13px double #e21350;
    border-top: 4px solid #e21350;
    content: "";
    display: block;
    text-decoration: none;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}


.mobile-nav {
    background: #938072;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2000;
    overflow-y: scroll;
    width: 100%;
    max-width: 320px;
    padding: 50px 0 0 0;

    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    -ms-transition: all 0.3s;

    -o-transition: all 0.3s;

    transition: all 0.3s;

    -webkit-transform: translate(100%, 0);

    -moz-transform: translate(100%, 0);

    -ms-transform: translate(100%, 0);

    -o-transform: translate(100%, 0);

    transform: translate(100%, 0);

}

.mobile-nav.active {

    -webkit-transform: translate(0, 0);

    -moz-transform: translate(0, 0);

    -ms-transform: translate(0, 0);

    -o-transform: translate(0, 0);

    transform: translate(0, 0);

}

.mobile-nav .lng {
    position: absolute;
    left: 10px;
    top: 0;
    height: 50px;
    padding: 19px 10px;
    border-right: none;
}

.mobile-nav .close {
    font-size: 30px;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 30px;
    top: 13px;
    color: #fff;
    text-decoration: none;
}

.mobile-nav .close .icon {
    width: 15px;
    height: 15px;
}

.mobile-nav .close:hover {
    color: #fff;
}

.mobile-nav .mm-title {
    display: none;
}

.mobile-nav ul {
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-nav ul.alt li:last-child {
    border-bottom: none;
}

.mobile-nav ul.user-nav {
    margin-bottom: 40px;
}

.mobile-nav ul li {
    font-size: 18px;
    color: #fff;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-nav ul li.active a {
    background: rgba(0, 0, 0, 0.2);
}

.mobile-nav ul li.last {
    border: none;
}

.mobile-nav ul li a {
    font-size: 15px;
    font-weight: 400;
    display: block;
    width: 100%;
    padding: 10px 20px;
    color: #fff;
    border: none;
    position: relative;
    text-decoration: none;
}


.mobile-nav ul ul {
    display: none;
    border-top: none;
    border-bottom: none;
}

.mobile-nav ul ul.active {
    display: block;
}

.mobile-nav ul ul li a {
    background: #fcf5f0;
    padding-left: 50px;
}


.mobile-nav ul ul ul li a {
    padding-left: 70px;
}


.mobile-nav-overlay {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 300;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: none;
}


/************************************************************************************

CONTENT

*************************************************************************************/


/* MAPY */

#sez-map {

    width: 100%;

    height: 550px;

    background: #e3e3e3;

    position: relative;

}

.smap > div > div > div > div > img {

    max-width: none;

    -webkit-filter: brightness(1.15) grayscale(100%) opacity(.7);

    filter: brightness(1.15) grayscale(100%) opacity(.7);

}

.smap > div > div > div > img {

    max-width: none;

}

.smap .card {

    padding: 0 !important;

    border-radius: 0 !important;

    text-align: center !important;

    height: auto !important;

    overflow: auto !important;

    margin-bottom: 72px !important;

    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2) !important;

}

.smap .card .card-body {

    padding: 10px !important;

    height: auto !important;

}

.smap .card .card-body a {

    display: block;

    width: 100%;

    font: 800 22px/1.3em Oswald, sans-serif;

    font-size: 16px;

    line-height: 1.3em;

    text-align: center;

    margin: 0 0 5px 0;

}

.smap .card .card-body a.no-link {

    text-decoration: none;

    color: #000;

}

.smap .card .close {

    display: none;

}


/* Block */


.block {
    padding: 70px 0;
}

.block.top-no-padding {

    padding-top: 0px;

}

.block.narrow {
    padding: 30px 0;
}


.block.alt {
    background: #eceded;
}


.block.alt-2 {
    background: #938072;
    color: #fff;
}

.block.alt-2 a {
    color: #fff;
}


.block.alpha {
    padding-top: 0;
}

.block.omega {
    padding-bottom: 0;
}

.block.program-days {

    /*display: none;*/
    padding-bottom: 0;
}

.block.program-days + .block {
    padding-top: 45px;
}


.homepage-map-wrapper {

    margin-top: -40px;

}


.content-col-r {
    padding-left: 40px;
}

.content-col-l {
    padding-right: 40px;
}

.narrow-col {
    max-width: 750px;
    margin: 0 auto;
}

.narrow-col-500 {
    max-width: 500px;
    margin: 0 auto;
}


/* Section head */


.section-head {
    text-align: center;
    margin: 0 auto 30px 0;
    position: relative;
}

.section-head.divider:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    width: 110px;
    height: 1px;
    background: #eaeaea;
    margin-left: -55px;
}

.section-head h2 {
    margin: 0;
    text-transform: uppercase;
    position: relative;
}

.section-head h3 {
    margin: 0;
}


.section-head.a-l {
    text-align: left;
}


.intro {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px auto;
}


/* Teaser */


.teaser {
    background: url('../img/mf-51-deal.png?v=2') bottom center no-repeat;
    background-size: 100%;
    /*background-color: #8dc63f;*/
    position: relative;
}
.teaser:not(.alt){
    aspect-ratio: 3.69 / 1;
}

.teaser-wrapper{
    background: #030405;
}

.teaser.alt {
    background: #8dc63f;
}

.teaser h1 {
    font-size: 60px;
    line-height: 1.1em;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 30px 0; /*color: #231f20;*/
    color: #FFFFFF
    /*color: #231f20 !important;*/
}

.teaser .teaser-content {
    margin-top: -3rem;
    /*height: 500px;*/
    position: relative;
    z-index: 20;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.teaser .teaser-content .va-m {
    position: relative;
    top: 50%;
    height: auto;
    display: block;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.teaser .subhead {
    font-family: Oswald, sans-serif;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 900;
    margin-bottom: 10px;
    color: #938072;
}


.teaser.alt {
    color: #938072;
}

.teaser.alt h1, .teaser.alt .h1 {
    font-size: 40px;
    line-height: 1.1em;
    margin: 0;
    color: #ffffff
}

.teaser.alt .teaser-content {
    height: auto;
    padding: 50px 0 40px 0;
}


/* Service nav */


.service-nav {
    margin: 0;
    border-bottom: 1px solid #eaeaea;
}

.service-nav ul {
    margin: 0;
}

.service-nav ul li {
    width: 33.33333%;
    margin: 0;
    padding: 0;
}

.service-nav ul li a {
    font-family: Oswald, sans-serif;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    height: 75px;
    padding-top: 27px;
    display: block;
    border-right: 1px solid #eaeaea;
    text-align: center;
    color: #231f20;
}

.service-nav ul li:not(.active) a:hover {
    color: #fff;
    background: #938072;
    outline: 1px solid #938072;
    border-color: #938072;
}

.service-nav ul li a .icon {
    width: 36px;
    height: 36px;
    margin-right: 5px;
    top: -4px;
}

.service-nav ul li a .icon-ticket {
    width: 45px;
    height: 45px;
    top: -10px;
}

.service-nav ul li:first-child a {
    border-left: 1px solid #eaeaea;
}

.service-nav ul li.active a {
    background: #fff;
    color: #e21350;
    position: relative;
    text-decoration: none;
    cursor: default;
}

.service-nav ul li.active a:after {
    content: '';
    position: absolute;
    z-index: 20;
    left: 50%;
    margin-left: -5px;
    bottom: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
}

.service-nav ul li.active a:before {
    content: '';
    position: absolute;
    z-index: 10;
    left: 50%;
    margin-left: -6px;
    bottom: -11px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 11px 0 11px;
    border-color: #eaeaea transparent transparent transparent;
}


/* Timeline */


.timeline {
    margin: 0 auto;
    padding: 30px 0 0 0;
    text-align: center;
    position: relative;
    max-width: 970px;
}

.timeline:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 69px;
    background: url('../img/timeline.png') center 0;
    width: 100%;
    height: 4px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    scale: 1.04;
    top: 70px;
    left: 51%;
}

.timeline .item-list {
    margin: 0;
}

.timeline .item {
    width: 11.111111%;
    width: calc(100% / 9);
    text-transform: uppercase;
}

.timeline .item-inner {
    display: block;
    color: #e21350;
    text-decoration: none;
}

.timeline .item .date {
    font-size: 18px;
    font-weight: 600;
    color: #231f20;
    margin-bottom: 30px;
    position: relative;
}

.timeline .item .date:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: -18px;
    z-index: 20;
    width: 10px;
    height: 10px;
    background: #fff;
    border: 2px solid #e21350;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.timeline .item .day {
    font: 800 22px/1.2em Source Sans Pro, sans-serif;
    color: #e21350;
}

.timeline .item .subhead {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-top: -14px;
}

.timeline a.item-inner .day {
    text-decoration: underline;
}

.timeline a.item-inner:hover .day {
    text-decoration: none;
}


.timeline .item.active {
    position: relative;
}

.timeline .item.active .item-inner {
    text-decoration: none;
    position: relative;
    z-index: 20;
    cursor: default;
}

.timeline .item.active .date {
    color: #fff;
    position: relative;
    z-index: 20;
}

.timeline .item.active .day {
    color: #fff;
    position: relative;
    z-index: 20;
    text-decoration: none;
}

.timeline .item.active:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    width: 150px;
    height: 150px;
    background: #e21350;
    margin-left: -75px;
    margin-top: -85px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}


/* Categories */


.categories {
    margin: 0;
}

.categories .item-list {
    margin-left: -40px;
}

.categories .item {
    width: 33.33333%;
    padding-left: 40px;
    margin-bottom: 40px;
}

.categories .item h3 {
    font-size: 22px;
    font-weight: 600;
}

.categories .item .img {
    margin-bottom: 20px;
    display: block;
    width: 100%;
}

.categories .item .text {
    text-align: center;
}

.categories .item .text .time {
    font-size: 17px;
    font-weight: 600;
    color: #e21350;
    margin-top: -10px;
}

.categories .item .text .time .icon {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    top: 7px;
}


/* Movies */

.movies {
    margin: 0;
}

.movies .item-list {
    display: table;
    width: 100%;
}

.movies .item {
    display: table-row;
}

.movies .item .icon {
    margin-right: 5px;
    position: relative;
    top: 3px;
}

.movies .item > * {
    display: table-cell;
    padding: 10px 20px;
    vertical-align: middle
}

.movies .item:nth-child(odd) {
    background: #f5f5f5;
}

.movies .item .time {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    vertical-align: middle;
    padding-left: 30px;
}

.movies .item .title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.movies .item .title .subtitle {
    font-size: 15px;
    color: #4c4c4c;
    margin: 0;
}

.movies .item .place {
    vertical-align: middle;
    width: 230px;
}

.movies .item .action {
    font-size: 15px;
    vertical-align: middle;
    white-space: nowrap;
}

.movies .item .action a {
    color: #e31955;
}

.movies .item .cell-btn {
}

/* Cinemas */


.cinemas {
    margin: 0;
}

.cinemas .item-list {
    margin-left: -30px;
}

.cinemas .item-inner {
    border: 2px solid rgba(0, 0, 0, 0.15);
    padding: 30px 30px 20px 30px;
}

.cinemas .item {
    width: 33.33333%;
    padding-left: 30px;
    margin-bottom: 40px;
}

.cinemas .item .head {
    font-size: 17px;
    font-weight: 600;
    color: #4c4c4c;
    margin-bottom: 5px;
}

.cinemas .item h3 {
    font-size: 20px;
    font-weight: 600;
    color: #938072;
    min-height: 52px;
}

.cinemas .item ul li {
    position: relative;
    background: none;
}

.cinemas .item ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    border: 1px solid #5a5a5a;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.cinemas .item ul.unstyled li:before {
    content: none;
}

.cinemas .item .images {
    margin: 0 0 20px 0;
}

.cinemas .item .images .item-list {
    margin-left: -10px;
}

.cinemas .item .images .item {
    width: .33 .33333%;
    padding-left: 10px;
    margin-bottom: 10px;
}

.cinemas .item .images .item .img {
}


/* Photogallery */


.photogallery {
    margin: 0;
}

.photogallery .item-list {
    margin-left: -30px;
}

.photogallery .item {
    width: 25%;
    padding-left: 30px;
    margin-bottom: 40px;
}

.photogallery .item h3 {
    font-size: 22px;
    font-weight: 600;
}

.photogallery .item .img {
    margin-bottom: 20px;
    display: block;
}

.photogallery .item .text {
    text-align: center;
}


.photos {
    margin: 0;
}

.photos .item-list {
    margin-left: -30px;
}

.photos .item {
    width: 25%;
    padding-left: 30px;
    margin-bottom: 30px;
}


/* Partners */


.partners {
    margin: 0 0 40px 0;
}

.partners h2 {
    margin: 0 0 10px 0;
}

.partners .item-list {
    margin-left: -20px;
    margin-bottom: 40px;
}

.partners .item-inner {
    display: block;
    border: 1px solid #eaeaea; /*border-right: 1px solid #eaeaea; border-bottom: 1px solid #eaeaea;*/
}

.partners .item {
    width: 20%;
    padding-left: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.partners .item .img {
    padding: 15px;
    height: 172px;
    line-height: 142px;
}

.partners .item img {
    display: inline-block;
    vertical-align: middle;
}


/* News */


.news {
    margin-bottom: 50px;
}

.news .item-list {
    margin-left: -40px;
}

.news .item {
    font-size: 15px;
    line-height: 1.5em;
    width: 25%;
    padding-left: 40px;
    margin-bottom: 30px;
}

.news .item h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3em;
}

.news .item .text {
    background: #fcf5f0;
    padding: 30px 25px;
}

.news .item .more {
    font-size: 16px;
    font-weight: 600;
}

.news .item .more .icon {
    width: 10px;
    height: 10px;
    margin-left: 5px;
    position: relative;
    top: 6px;
}

.news .foot {
    text-align: center;
}


.filter {
    text-align: right;
    margin-bottom: 30px;
}

.filter .head {
    float: left;
}

.filter .label {
    display: inline-block;
    vertical-align: top;
    line-height: 35px;
    margin-right: 30px;
}

.filter a {
    display: inline-block;
    vertical-align: top;
    background: #938072;
    color: #fff;
    height: 35px;
    margin-top: 5px;
    padding: 3px 10px;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.filter a.active {
    background: #e21350;
}

.filter a:hover {
    background: #e21350;
}


.accordion .news .item {
    margin-bottom: 30px;
}


.date {
    font-size: 13px;
    color: #a3a3a3;
    margin: 0;
}


/* Contacts */


.persons {
    text-align: center;
}

.persons .item-list {
    margin-left: -30px;
    margin-bottom: 30px;
}

.persons .item {
    width: 33.33333%;
    padding-left: 30px;
    margin-bottom: 30px;
}

.persons .item-inner {
    background: #fff;
    border: 4px solid #fcf5f0;
    padding: 30px 30px;
    text-align: center;
}

.persons .item-inner p {
    margin: 0;
}

.persons .item-inner .head {
    font: 800 18px/1.3em Source Sans Pro, sans-serif;
    color: #231f20;
    margin: 0 0 10px 0;
}

.persons .item-inner .name {
    margin-bottom: 0;
    font-weight: 600;
}

.persons .item-inner .phone {
    margin-bottom: 0;
}

.persons .item-inner .mail {
    margin-bottom: 0;
}


.img-logo {
    width: 100%;
    max-width: 420px;
    margin: 0 auto 30px auto;
    background: #fcf5f0;
    height: 190px;
    line-height: 190px;
    text-align: center;
}

.img-logo img {
    display: inline;
    vertical-align: middle;
}


.organisator {
    max-width: 420px;
    margin: 0 auto;
    text-align: center;
}

.organisator .h4 {
    font-size: 18px;
    text-transform: uppercase;
}


/* Logos */


.logos .item-list {
    margin-left: -40px;
    text-align: center;
}

.logos .item {
    padding-left: 40px;
    max-height: 65px;
}

.logos .item img {
    max-height: 65px;
    opacity: 0.7;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.logos .item img:hover {
    opacity: 1;
}


.logo-list {
    margin: 0 0 40px 0;
}

.logo-list h2 {
    margin: 0 0 10px 0;
}

.logo-list .item-list {
    margin-left: -20px;
    margin-bottom: 40px;
    text-align: center;
}

.logo-list .item-inner {
    display: block;
    border: 1px solid #eaeaea;
}

.logo-list .item {
    width: 25%;
    padding-left: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.logo-list .item .item-inner {
    padding: 15px;
    height: 172px;
    line-height: 142px;
}

.logo-list .item img {
    display: inline-block;
    vertical-align: middle;
}


/* Accordion */


.accordion {
    margin: 0;
}

.accordion .item {
    margin-bottom: 5px;
}

.accordion .item-head {
    font-size: 20px;
    font-weight: 600;
    height: 47px;
    padding: 10px 20px;
    background: #938072;
    color: #fff;
    cursor: pointer;
    position: relative;
}

.accordion .item-head:after {
    font-size: 30px;
    content: '+';
    position: absolute;
    right: 20px;
    top: 8px;
}

.accordion .item-head:hover {
    background: #e21350;
}

.accordion .item-content {
    padding: 20px 0;
    display: none;
}

.accordion .item-content ul li {
    margin-bottom: 5px;
}

.accordion .item.active .item-head {
    background: #e21350;
}

.accordion .item.active .item-head:after {
    font-size: 35px;
    content: '-';
    top: 5px;
    right: 22px;
}

.accordion .item.active .item-content {
    display: block;
}


.accordion-photogallery .item-head {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.accordion-photogallery .item-content {
    padding-top: 40px;
}


/* Gmap */


.gmap-wrap {
    width: 100%;
    height: 550px;
    background: #e3e3e3;
    position: relative;
    overflow: hidden;
}

.gmap-wrap .head {
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    padding-top: 45px;
    position: absolute;
    left: 15px;
    top: 50px;
    z-index: 20;
    width: 176px;
    height: 176px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.gmap-wrap .head .big {
    display: block;
    font-size: 24px;
}

.gmap {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.gmap img {
    max-width: inherit;
}


.gmap-img {
    width: 1920px;
    height: 550px;
    background: url('../img/gmap-img.png') center 0 no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

.gmap-img .m {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 48px;
    height: 62px;
    background: url('../img/marker-doprovodny-program.svg') 0 0 no-repeat;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50);
    -ms-transform: translate(-50%, -50);
    -o-transform: translate(-50%, -50);
    transform: translate(-50%, -50);
}

.gmap-img .m.alt {
    background: url('../img/marker-promitani-filmu.svg') 0 0 no-repeat;
}

.gmap-img .m .popup {
    position: absolute;
    left: 50%;
    margin-left: -92px;
    bottom: 75px;
    width: 180px;
    padding: 10px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.gmap-img .m .popup:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -8px;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
}

.gmap-img .m .popup h3 {
    font-size: 16px;
    line-height: 1.3em;
    text-align: center;
    margin: 0 0 5px 0;
}

.gmap-img .m .popup .subhead {
    font-size: 13px;
    line-height: 1.3em;
    text-align: center;
    margin: 0;
}

.gmap-img .m-1 {
    left: 44.0%;
    top: 49.5%;
}

.gmap-img .m-2 {
    left: 52.0%;
    top: 54.0%;
}

.gmap-img .m-3 {
    left: 63.5%;
    top: 32.2%;
}

.gmap-img .m-4 {
    left: 67.5%;
    top: 51.2%;
}

.gmap-img .m-5 {
    left: 66.4%;
    top: 80.9%;
}


.popup-contact {
    font-size: 15px;
    background: #fff;
    color: #000;
    width: 190px;
    height: 80px;
    padding: 10px;
}

.popup-contact ul {
    margin: 0;
}

.popup-contact ul li {
    padding: 0;
    background: none;
}


.pu-head {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 0;
}

.gm-style-iw {
    padding: 10px 10px 0 10px;
}


/* Box */


.box {
    padding: 30px;
    background: #fcf5f0;
    margin-bottom: 30px;
}

.box h3 {
    margin-bottom: 20px;
}


.box.alt {
    background: #2491b4;
    color: #fff;
}

.box.alt h3 {
    color: #fff;
}

.box.alt ul li {
    position: relative;
}

.box.alt ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    border: 1px solid #fff;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}


.program-box {
    padding: 30px;
    margin-bottom: 30px;
    border: 3px solid #2491b4;
    background: none;
}

.program-box ul li .title {
    display: block;
    margin-bottom: 5px;
}

.program-box ul li a {
    color: #e21350;
}

.program-box ul li a .icon {
    position: relative;
    top: 4px;
    margin-right: 10px;
}

.program-box ul li a .icon-ticket {
    margin-right: 5px;
}

.program-box ul li {
    background: none;
    padding: 10px 15px;
    margin: 0;
}

.program-box ul li:nth-child(odd) {
    background: #f5f5f5;
}

.program-box .pipe {
    margin: 0 10px;
}


/* Search results */


.search-results {
    margin: 0 auto 40px auto;
    max-width: 800px;
}

.search-results .item-list {
    margin: 0;
}

.search-results .item {
    margin: 0;
}

.search-results .item-inner {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}

.search-results .item .img {
    width: 100px;
    float: left;
}

.search-results .item .text {
    padding-left: 120px;
}

.search-results .item .text h3 {
    font-size: 18px;
    font-weight: 400;
}


/* Pager */


.pager {
    margin: 30px 0;
    text-align: center;
    position: relative;
}

.pager li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    background: none;
}

.pager li a {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #e3e3e3;
    text-align: center;
}

.pager li a.active {
    background: #4045bf;
    color: #fff;
    text-decoration: none;
}

.pager .prev {
    position: absolute;
    left: 0;
    top: 0;
}

.pager .next {
    position: absolute;
    right: 0;
    top: 0;
}

.pager .counter {
    display: none;
}


/* Cookie Notice */


.cookie-notice {
    font-size: 12px;
    position: fixed;
    z-index: 10000;
    bottom: 0;
    width: 100%;
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.90);
    color: #CCC;
    text-align: center;
}

.cookie-button {
    display: inline-block;
    padding: 2px 10px;
    margin-left: 25px;
    background: #938072;
    color: #fff;
    text-align: center;
}

.cookie-button:hover {
    background: #e21350;
    color: #fff;
}

.cookie-test {
    position: fixed;
    z-index: 10000;
    bottom: 0;
    width: 150px;
    padding: 25px 15px;
    background: rgba(50, 50, 50, 0.95);
    color: #CCC;
    text-align: center;
}


/*================================= Various Content =================================*/


.last {
    margin-bottom: 0 !important;
}


/* Buttons */


.btn {
    font: 700 16px/20px Oswald, sans-serif;
    padding: 14px 25px 12px 25px;
    background: none;
    border: 3px solid #938072;
    color: #938072;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
}

.btn:hover {
    background: #938072;
    color: #fff;
}


.btn.alt {
    background: #938072;
    color: #fff;
}

.btn.alt:hover {
    background: #e21350;
    border-color: #e21350;
    color: #fff;
}


/* Vertical align */


.va-wrap {
    display: table;
    width: 100%;
    height: 100%;
}

.va-m {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.va-t {
    display: table-cell;
    vertical-align: top;
    height: 100%;
}

.va-b {
    display: table-cell;
    vertical-align: bottom;
    height: 100%;
}


/* Icons */


.icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    fill: currentColor;
    position: relative;
}


/* Hidden content */


.sh-content {
    display: none;
}


/*================================= Columns =================================*/


.col2-set, .col3-set {
    letter-spacing: -0.31em;
    *letter-spacing: normal;
    *word-spacing: -0.43em;
}

.col {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
}


.col2-set {
    margin: 0 0 30px -20px;
}

.col2-set .col {
    width: 50%;
    padding: 0 0 0 20px;
}


.col3-set {
    margin: 0 0 30px -20px;
}

.col3-set .col {
    width: 33.33333%;
    padding: 0 0 0 20px;
}


.col4-set {
    margin: 0 0 30px -20px;
}

.col4-set .col {
    width: 25%;
    padding: 0 0 0 20px;
}


.ib {
    font-family: Arial, sans-serif;
    letter-spacing: -0.31em;
    *letter-spacing: normal;
    *word-spacing: -0.43em;
}

.ib > * {
    font-family: Source Sans Pro, sans-serif;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
}


/************************************************************************************

FOOTER

*************************************************************************************/


.footer {
    padding: 50px 0;
}

.footer h3 {
    font-size: 17px;
    letter-spacing: -0.6px;
    font-weight: 800;
    line-height: 1.5em;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.footer .subject {
    padding-left: 25px;
}

.footer .subject .logos {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.footer .subject .logos a,
.footer .subject .logos img {
    display: inline-block;
    vertical-align: middle;
    line-height: 90px;
    margin-bottom: 20px;
}

.footer .subject .logos img {
    width: 100%;
    max-width: 131px;
    height: auto;
}

.footer .col-md-12 .subject .logos {
    margin-left: -30px;
    margin-right: -30px;
}

.footer .col-md-12 .subject .logos a,
.footer .col-md-12 .subject .logos img {
    width: calc(25% - 60px);
    margin-left: 30px;
    margin-right: 30px;
}

.footer .col-md-12 .subject .logos a img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
}

.footer .subject .logos a img {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}


/*.footer .subject .logos a.np { display: block; margin-bottom: 20px; }*/


.sitemap-list {
    margin: 0 0 0 -30px;
}

.sitemap-list li {
    font-size: 16px;
    font-weight: 400;
    width: 50%;
    padding-left: 30px;
    margin: 0;
    background: none;
}

.sitemap-list li a {
    color: #938072;
    padding: 6px 0;
    border-bottom: 1px solid #eaeaea;
    display: block;
    text-decoration: none;
}

.sitemap-list li a:hover {
    color: #000;
}

.sitemap-list li:first-child a {
    border-top: 1px solid #eaeaea;
}

.sitemap-list li:nth-child(2) a {
    border-top: 1px solid #eaeaea;
}


.footer-bar {
    font-size: 14px;
    background: #fcf5f0;
    color: #4c4c4c;
    padding: 20px 0;
}

.footer-bar a {
    color: #938072;
}

.footer-bar .copy {
    margin: 0;
    float: left;
}


.mw {
    position: absolute;
    right: 15px;
    top: 10px;
    line-height: 9px;
}

.mw a {
    width: 71px;
    height: 19px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: -5px;
    background: url('../img/mw.png') 0 0 no-repeat;
    text-indent: -80000px;

    -webkit-transition: all 0.2s;

    -moz-transition: all 0.2s;

    -ms-transition: all 0.2s;

    -o-transition: all 0.2s;

    transition: all 0.2s;

}

.mw a:hover {
    background-position: 0 -29px;
}


.porta {
    width: 69px;
    height: 15px;
    display: block;
    float: right;
    background: url('../img/porta.png') 0 0 no-repeat;
    text-indent: -80000px;
}

.porta:hover {
    background-position: 0 -25px;
}


/************************************************************************************

ENTRY

*************************************************************************************/


.entry {
    margin: 0;
}

.entry h2 {
    margin: 40px 0 20px 0;
}

.entry h2:first-child {
    margin-top: 0;
}

.entry h3 {
    margin: 40px 0 10px 0;
}

.entry li {
    position: relative;
}

.entry li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    border: 1px solid #5a5a5a;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}


.post-foot .box {
    padding: 20px;
    margin-top: 50px;
    margin-bottom: 0;
}

.post-foot .box .date {
    position: relative;
    top: 6px;
}

.post-foot .social {
    float: right;
}


/************************************************************************************

TABLES

*************************************************************************************/


table {
    width: 100%;
    margin: 0 0 30px 0;
}

table thead td,
table th {
    font-weight: normal;
    border-bottom: 3px solid #eaeaea;
    padding: 10px 30px;
    color: #000;
}

table td {
    border-bottom: 1px solid #eaeaea;
    padding: 10px 30px;
}

table tr:nth-child(even) td {
    background: rgba(0, 0, 0, 0.025);
}


/************************************************************************************

FORMS

*************************************************************************************/


form.std label {
    font: normal 16px/24px Arial, sans-serif;
    color: #000;
    margin: 0 0 10px 0;
    display: block;
}

form.std input.text {
    font: normal 16px/24px Arial, sans-serif;
    color: #000;
    border: 1px solid #939698;
    padding: 14px 15px 12px 15px;
    width: 100%;
}

form.std textarea {
    font: normal 16px/24px Arial, sans-serif;
    color: #000;
    resize: vertical;
    border: 1px solid #939698;
    padding: 8px 15px;
    margin: 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 150px;
    min-height: 150px;
    max-height: 300px;
}

form.std select {
    font: normal 16px/24px Arial, sans-serif;
    color: #000;
    width: 100%;
    padding: 2px 10px;
}

form.std option {
    font: normal 16px/20px Arial, sans-serif;
    padding: 2px 20px;
}


form.std input.text[required="required"] {
    background-image: url('../img/req.png');
    background-position: right center;
    background-repeat: no-repeat;
}

form.std input[type="checkbox"] {
    margin: 0;
    position: relative;
    top: -6px;
    margin-right: 5px;
}


/*================================= Form standard =================================*/


/* Standard */


form.std .cell-set {
    margin: 0 0 0 -20px;
}

form.std .cell {
    margin: 0 0 30px 0;
    padding-left: 20px;
    position: relative;
    text-align: left;
}

form.std .cell-input {
    margin: 0 0 30px 0;
    padding-left: 20px;
    position: relative;
    text-align: left;
}


/* Inline */


form.std .set-2 .cell, form.std .set-2 .cell-input {
    width: 50%;
}

form.std .set-3 .cell, form.std .set-3 .cell-input {
    width: 33.3333%;
}

form.std .set-4 .cell, form.std .set-4 .cell-input {
    width: 25%;
}

form.std .set-5 .cell, form.std .set-5 .cell-input {
    width: 20%;
}


form.std .toggle {
    position: relative;
    padding: 0 0 0 25px;
}

form.std .toggle label {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    margin: 0 0 0 0;
}

form.std .toggle .note {
    font-size: 16px;
    max-width: 100%;
}


/* Various */


form.std .radio,
form.std .checker {
    position: absolute;
    left: 0;
    top: 0;
}

/* Newsletter form */

form.form-newsletter {
    background: #fcf5f0;
    padding: 20px;
    max-width: 670px;
    margin: 0 auto 2rem auto;
}

form.form-newsletter .cell {
    margin-bottom: 20px;
}

form.form-newsletter .cell-btn {
    text-align: center;
}

form.form-newsletter input.text {
    border: none;
}

form.form-newsletter textarea {
    border: none;
    display: block;
}

form.form-newsletter .form-item-checkbox label {
    margin-top: 6px;
    font-size: 13px;
}

/* Contact form */


form.form-contact {
    background: #fcf5f0;
    padding: 40px 30px;
    max-width: 670px;
    margin: 0 auto;
}

form.form-contact .cell {
    margin-bottom: 20px;
}

form.form-contact .cell-btn {
    text-align: center;
}

form.form-contact input.text {
    border: none;
}

form.form-contact textarea {
    border: none;
    display: block;
}


/* Login form */


form.form-login {
    background: #938072;
    padding: 40px 30px;
    max-width: 670px;
    margin: 0 auto;
}

form.form-login .cell {
    margin-bottom: 20px;
}

form.form-login .cell-btn {
    text-align: center;
}

form.form-login .btn {
    border-color: #b4ef63;
    color: #b4ef63;
}

form.form-login .btn:hover {
    background: #b4ef63;
    color: #fff;
}

form.form-login a {
    color: #fff;
}

form.form-login input.text {
    border: none;
}

form.form-login textarea {
    border: none;
    display: block;
}

form.form-login label {
    color: #fff;
}


/************************************************************************************

FLASH MESSAGES

*************************************************************************************/


.error, form.std label.error {
    font-size: 16px;
    font-weight: 400;
    color: #ff0030;
    display: block;
    margin-top: 5px;
}


.flash-message {
    font: normal 16px/24px Arial, sans-serif;
    width: 100%;
    color: #fff;
    width: 100%;
    margin: 0;
    display: block;
    position: relative;
}

.flash-message .close {
    font: normal 30px/24px Arial, sans-serif;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    line-height: 18px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border: none;
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    background: none;
}

.flash-message .close:hover {
    color: #fff !important;
}

.flash-message > * {
    color: #fff;
    padding: 16px 0 13px 0;
    margin: 0;
}


.flash-message .info {
    background: #6abc46;
}

.flash-message .ok {
    background: #6abc46;
}

.flash-message .failure,
.flash-message .error {
    background: #d14233;
}


/************************************************************************************

TABS

*************************************************************************************/


.tabs {
    position: relative;
}


.tab-nav ul {
    margin: 0 0 0 -1px;
    padding: 0;
}

.tab-nav li {
    float: left;
    list-style-type: none;
    padding: 0;
    background: none;
    margin: 0 0 0 1px;
}

.tab-nav li a {
    display: block;
    text-decoration: none;
    outline: 0;
    padding: 15px 30px;
    background: #000;
    color: #fff;
}

.tab-nav li a:hover {
    background: #a0a0a0;
    color: #000;
}

.tab-nav li a.active {
    background: #e3e3e3;
    color: #000;
}


/* Tab nav - basic */


.tab-nav-basic li {
    margin: 0;
    width: 33.33333%;
    position: relative;
    top: 1px;
    z-index: 20;
}

.tab-nav-basic li a {
    font-size: 15px;
    font-weight: 600;
    color: #0071aa;
    background: #fff;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #ced0d0;
    border-right: none;
}

.tab-nav-basic li:last-child a {
    border-right: 1px solid #ced0d0;
}

.tab-nav-basic li a:hover {
    background: #fff;
    color: #db3214;
}

.tab-nav-basic li a.active {
    background: #fff;
    color: #db3214;
    border-bottom: 1px solid #db3214;
}


/************************************************************************************

QTIP

*************************************************************************************/


.qtip-default {
    font: normal 14px/22px Arial, sans-serif;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.9);
    color: rgba(0, 0, 0, 0.9);
    border: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.qtip-content {
    font-size: 17px;
    color: #fff;
}


/* Dropdown */


.qtip-drop {
    font: normal 14px/22px Arial, sans-serif;
    padding: 10px;
    background-color: #938072;
    color: #938072;
    border: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


.drop {
    display: none;
    color: #fff;
}

.drop ul {
    margin: 0;
}

.drop ul li {
    padding: 0;
    background: none;
}

.drop a {
    color: #fff;
}


/************************************************************************************

FANCYBOX

*************************************************************************************/


body .fancybox-wrap {
    padding-bottom: 20px;
}


body .fancybox-close {
    font-size: 35px;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    background: none;
    right: 0;
    top: 0;
    text-decoration: none;
}

body .fancybox-close:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 70px 70px 0;
    border-color: transparent #f30c48 transparent transparent;
}

body .fancybox-close:after {
    font-size: 30px;
    content: '×';
    position: absolute;
    right: 11px;
    top: -13px;
    color: #fff;
}

body .fancybox-close:hover {
    background-position: -40px 0;
}


body .fancybox-prev {
    position: static;
}

body .fancybox-prev span {
    width: 40px;
    height: 40px;
    display: block;
    background: url('../img/fancybox/fancybox.png') -40px 0 no-repeat;
    position: absolute;
    top: 50%;
    text-indent: -80000px;
    left: -50px;
    visibility: visible;
}

body .fancybox-prev:hover span {
    background-position: -40px -40px;
}


body .fancybox-next {
    position: static;
}

body .fancybox-next span {
    width: 40px;
    height: 40px;
    display: block;
    background: url('../img/fancybox/fancybox.png') -80px 0 no-repeat;
    position: absolute;
    top: 50%;
    text-indent: -80000px;
    right: -50px;
    visibility: visible;
}

body .fancybox-next:hover span {
    background-position: -80px -40px;
}


/************************************************************************************

MODAL

*************************************************************************************/


.modal-box {
    display: none;
    background: #eee;
}

.modal-content {
    padding: 40px;
}


/* Modal contact */


.modal-contact {
    max-width: 600px;
}


/************************************************************************************

FIXER

*************************************************************************************/


.fixer-start {
    position: relative;
}

.fixer {
    position: relative;
    top: 0;
    max-width: px;
}

.fixer.fixed {
    position: fixed;
}


/************************************************************************************

UNIFORM

*************************************************************************************/


/* Select */


div.selector {
    font-size: 18px;
    background: #fff;
    color: #024b41;
    line-height: 45px;
    width: 100% !important;
    height: 42px;
    padding: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-align: left;
}

div.selector span {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    background: #fff url('../img/uniform/select.png') right 16px no-repeat;
    border: none;
    padding: 0;
    text-indent: 15px;
    height: 42px;
    line-height: 42px;
    cursor: pointer;
    display: block;
}

div.selector select {
    height: 42px;
    line-height: 42px;
    text-align: left;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    cursor: pointer;
}

div.selector select option {
    padding: 2px 10px;
}


div.selector.active span {
    background-position: right 16px;
}

div.selector.focus span {
    background-position: right 16px;
}

div.selector.hover span {
    background-position: right 16px;
}

div.selector.hover.active span {
    background-position: right 16px;
}

div.selector.focus.active span {
    background-position: right 16px;
}


/* Checkbox */


div.checker {
    position: relative;
}

div.checker, div.checker span, div.checker input {
    width: 20px;
    height: 18px;
}

div.checker span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background: url('../img/uniform/uniform.png') -52px -11px no-repeat;
}

div.checker span.checked {
    background-position: -52px -51px;
}

div.checker input {
    margin: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}


div.checker.active span {
    background-position: -52px -51px;
}

div.checker.active span.checked {
    background-position: -52px -11px;
}

div.checker.hover span, div.checker.focus span {
    background-position: -52px -11px;
}

div.checker.hover span.checked, div.checker.focus span.checked {
    background-position: -52px -51px;
}

div.checker.hover.active span, div.checker.focus.active span {
    background-position: -52px -11px;
}

div.checker.hover.active span.checked, div.checker.focus.active span.checked {
    background-position: -52px -51px;
}


/* Radio */


div.radio {
    position: relative;
}

div.radio, div.radio span, div.radio input {
    width: 24px;
    height: 26px;
    cursor: pointer;
}

div.radio span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background: url('../img/uniform/uniform.png') -8px -8px no-repeat;
}

div.radio span.checked {
    background-position: -8px -48px;
}

div.radio input {
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    margin: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
}


div.radio.active span {
    background-position: -8px -48px;
}

div.radio.active span.checked {
    background-position: -8px -8px;
}

div.radio.hover span, div.radio.focus span {
    background-position: -8px -48px;
}

div.radio.hover span.checked, div.radio.focus span.checked {
    background-position: -8px -48px;
}

div.radio.hover.active span, div.radio.focus.active span {
    background-position: -8px -48px;
}

div.radio.hover.active span.checked, div.radio.focus.active span.checked {
    background-position: -8px -48px;
}


/* Uploader */


div.uploader {
    background-position: 0 -297px;
    height: 28px;
    width: 190px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

div.uploader span.action {
    background-position: right -409px;
    height: 28px;
    line-height: 28px;
    width: 85px;
    text-align: center;
    float: left;
    display: inline;
    overflow: hidden;
    cursor: pointer;
}

div.uploader span.filename {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    cursor: default;
    height: 24px;
    margin: 2px 0 2px 2px;
    line-height: 24px;
    width: 82px;
    padding: 0 10px;
}

div.uploader input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    cursor: default;
    width: 100%;
    height: 100%;
}

div.uploader.active span.action {
    background-position: right -465px;
}

div.uploader.hover, div.uploader.focus {
    background-position: 0 -353px;
}

div.uploader.hover span.action, div.uploader.focus span.action {
    background-position: right -437px;
}

div.uploader.hover.active span.action, div.uploader.focus.active span.action {
    background-position: right -493px;
}

div.uploader.disabled, div.uploader.disabled.active {
    background-position: 0 -325px;
}

div.uploader.disabled span.action, div.uploader.disabled.active span.action {
    background-position: right -381px;
}


/************************************************************************************

SUDO SLIDERS

*************************************************************************************/


.slider ul, .slider li.panel {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: block;
}

.slider, .slider li.panel {
    overflow: hidden;
    background: none;
}


.slider-nav {
    position: static;
    text-align: center;
}

.slider-nav ol {
    margin: 0 0 0 -10px;
}

.slider-nav li:before {
    content: '';
}

.slider-nav li {
    margin: 0 0 0 10px;
    padding: 0;
    background: none;
    display: inline-block;
    font-size: 0;
}

.slider-nav li a {
    width: 12px;
    height: 12px;
    display: block;
    background: #2f4e75;
    text-indent: -80000px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.slider-nav li a:hover {
    background: #b8bdc5;
}

.slider-nav li.current a {
    background: #b8bdc5;
}


.slider-nav .prev, .slider-nav .next {
    overflow: hidden;
    text-indent: -80000px;
    display: block;
    position: absolute;
    background: url('../img/sprite.png') no-repeat 0 0;
    cursor: pointer;
}


.slider-nav .prev {
    width: 80px;
    height: 80px;
    margin-top: -40px;
    left: 0;
    top: 50%;
    background-position: -16px -180px;
}

.slider-nav .prev:hover {
    background-position: -16px -380px;
}

.slider-nav .next {
    width: 80px;
    height: 80px;
    margin-top: -40px;
    right: 0;
    top: 50%;
    background-position: -136px -180px;
}

.slider-nav .next:hover {
    background-position: -136px -380px;
}


/* Teaser slider */


.teaser-slider {
    position: relative;
}

.teaser-slider li.panel {
    width: px;
}


/************************************************************************************

RANGE SLIDER (NO UI SLIDER)

*************************************************************************************/


.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
    background: #4c4d4e;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}


.noUi-stacking .noUi-handle {
    z-index: 10;
}

.noUi-stacking + .noUi-origin {
    *z-index: -1;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top 0.3s;
    transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}


.noUi-horizontal {
    height: 7px;
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -10px;
}

.noUi-horizontal .noUi-handle-lower {
    left: 0;
}

.noUi-horizontal .noUi-handle-upper {
    left: -34px;
}


.noUi-vertical {
    width: 7px;
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px;
}


.noUi-target .noUi-background {
    background: #4c4d4e;
}

.noUi-connect {
    background: #abb011;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}


.noUi-dragable {
    cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
    cursor: n-resize;
}

.noUi-handle {
    cursor: pointer;
    background: #abb011;
}

.noUi-active {
}


.noUi-handle:before,
.noUi-handle:after {

    content: "";

    display: block;

    position: absolute;

    height: 14px;

    width: 1px;

    background: #E8E7E6;

    left: 14px;

    top: 6px;

}

.noUi-handle:after {
    left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}

.noUi-vertical .noUi-handle:after {
    top: 17px;
}


[disabled].noUi-connect,
[disabled] .noUi-connect {

    background: #B8B8B8;

}

[disabled] .noUi-handle {

    cursor: not-allowed;

}

/************************************************************************************


/************************************************************************************
WORDPRESS

*************************************************************************************/


/* WP gallery */


.gallery {
    letter-spacing: -0.31em;
    *letter-spacing: normal;
    *word-spacing: -0.43em;
    font-family: Arial, sans-serif;
}

.gallery > * {
    font-family: Arial, sans-serif;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
}


.gallery-columns-2 {
    margin-left: -20px !important;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
    padding-left: 20px;
}


/* WP forms */


.cform label {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 0 0 10px 0;
    display: block;
}

.cform textarea {
    font: 400 16px/24px Arial, sans-serif;
    color: #000;
    resize: vertical;
    border: none;
    padding: 15px 20px;
    margin: 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 150px;
    min-height: 150px;
    max-height: 300px;
}

.cform input.single, input.secinput {
    font: 400 16px/22px Arial, sans-serif;
    color: #000;
    height: 45px;
    width: 100%;
    padding: 12px 20px 13px 20px;
    border: none;
    background: #fff;
    float: left;
}

.cform input.single:focus {
    color: #747e92;
}

.cform input.sendbutton {
    font: 600 18px/45px Arial, sans-serif;
    background: #f00808;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    height: 50px;
    padding: 2px 20px 0 20px;
    border: none;
}

.cform input.sendbutton:hover {
    background: #c60202;
}


.cf-sb {
    float: none;
    margin: 0;
}


.emailreqtxt,
.reqtxt {
    font-weight: 600;
    float: right;
    color: #f00808;
    position: absolute;
    right: 10px;
    top: 50px;
}


/* Form contact */


.form-poptavka {
    display: block;
    width: 100%;
    margin: 0 auto 0 auto;
}

.form-poptavka .cf-ol {
    margin: 0 0 0 -20px;
}

.form-poptavka .cf-ol li {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 0 0 20px;
    position: relative;
}

.form-poptavka .cf-ol li:before {
    content: '';
}


/* Mesages & errors */


.cf_info span {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 15px 20px;
    display: block;
    text-align: left;
}

.cf_error,
.single.cf_error {
    border-color: #ff637d;
}

.cf_li_err .single {
    border-color: #ff637d;
}

.cf_li_err textarea {
    border-color: #ff637d;
}


.cf_info.failure {
    background: #fae7ea;
    border: none;
    color: #e5547a;
    padding: 0;
    margin: 0 0 30px 0;
}

.cf_info.success {
    background: #ebf5bc;
    border: none;
    color: #6c7e17;
    padding: 0;
    margin: 0 0 30px 0;
}


/************************************************************************************

NEXT GEN GALLERY

*************************************************************************************/


body .ngg-navigation {
    font-size: 15px !important;
    padding: 0;
    margin-top: 30px;
    position: relative;
}

body .ngg-navigation .current {
    font-family: Arial, sans-serif;
    font-weight: normal;
    display: inline-block;
    background: #f30c48;
    padding: 5px;
    width: 30px;
    margin: 0;
    color: #fff;
}

body .ngg-navigation a.page-numbers {
    font-family: Arial, sans-serif;
    font-weight: normal;
    display: inline-block;
    background: #2d2124;
    border: none;
    padding: 5px;
    width: 30px;
    color: #fff;
    margin: 0 5px;
}

body .ngg-navigation a.next {
    background: none;
    border: none;
    display: inline;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: underline;
    line-height: 30px;
}

body .ngg-navigation a.next:hover {
    background: none;
    color: #f30c48 !important;
    text-decoration: none;
}

body .ngg-navigation a.prev {
    background: none;
    border: none;
    display: inline;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    text-decoration: underline;
    line-height: 30px;
}

body .ngg-navigation a.prev:hover {
    background: none;
    color: #f30c48 !important;
    text-decoration: none;
}

body .ngg-navigation a.page-numbers:hover {
    background: #f30c48;
}


body .ngg-galleryoverview {
    clear: none;
    margin: 0 0 0 -20px;
    width: auto;
    letter-spacing: -0.31em;
    *letter-spacing: normal;
    *word-spacing: -0.43em;
}

body .ngg-gallery-thumbnail-box {
    margin: 0 0 15px 0;
    float: none;
    width: 25%;
    padding-left: 20px;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
}


body .ngg-gallery-thumbnail {
    border: 1px solid #e2ddcf;
    padding: 4px;
}

body .ngg-gallery-thumbnail img {
    max-width: 100% !important;
    height: auto;
    background-color: #fff;
    border: none;
    display: block;
    padding: 0;
    margin: 0 auto;
    display: block;
}

body .ngg-gallery-thumbnail a {
    width: 100%;
    display: block;
}

body .ngg-gallery-thumbnail:hover {
    border: 1px solid #F30C48;
}


body .ngg-albumoverview {
    margin-left: -20px;
    letter-spacing: -0.31em;
    *letter-spacing: normal;
    *word-spacing: -0.43em;
}

body .ngg-albumcontent {
    text-align: center;
}

body .ngg-album {
    width: 25%;
    border: none;
    margin: 0 0 20px 0;
    padding: 0 0 0 20px;
    float: none;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
}

body .ngg-thumbnail {
    float: none;
    margin-bottom: 12px;
}

body .ngg-thumbnail img {
    max-width: 100%;
    height: auto;
    background-color: #fff;
    border: none;
    display: block;
    padding: 0;
    margin: 0 auto;
    display: block;
}


body .ngg-albumtitle {
    font-size: 15px;
    font-weight: 600;
}


/************************************************************************************

AJAX

*************************************************************************************/


.loader-overlay {
    display: none;
    z-index: 9999;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-image: url('../img/fancybox/fancybox_overlay.png');
}

.loader-box {
    position: absolute;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    margin-left: -22px;
    opacity: 0.8;
    left: 50%;
    top: 50%;
    background-image: url('../img/fancybox/fancybox_sprite.png');
    background-position: 0 -108px;
    background-repeat: no-repeat;
}

.loader {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('../img/fancybox/fancybox_loading.gif');
    background-position: center center;
    background-repeat: no-repeat;
}

.btn-highlighted {
    display: inline-block;
    position: relative;
    z-index: 1;
    color: #f7ed0a;
    background: #dd1b57;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 55px 10px 30px;
    /*box-shadow:         -2px -2px 0px 0px rgba(240, 242, 12, 1);*/
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-left: 2px solid #f7ed0a;
    border-top: 2px solid #f7ed0a;
}

.btn-highlighted::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    border-top: 3px solid #f7ed0a;
    border-right: 3px solid #f7ed0a;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: absolute;
    top: 50%;
    right: 30px;
    -moz-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}

.btn-highlighted:hover,
.btn-highlighted:focus {
    color: #dd1b57;
    background: #f7ed0a;
    box-shadow: inset 0 0 0 2em #f7ed0a;
    border-color: transparent;
}

.btn-highlighted:hover::after,
.btn-highlighted:focus::after {
    border-color: #dd1b57;
}

/************************************************************************************

MEDIA QUERIES

*************************************************************************************/


/*========================= Viewport width 1199px and lower =========================*/


@media screen and (max-width: 1199px) {

    .teaser h1 {
        font-size: 55px;
        line-height: 1.1em;
    }

}


/*========================= Viewport width 991px and lower =========================*/


@media screen and (max-width: 991px) {

    .teaser-wrapper{
        padding-top: 7rem;
    }

    .timeline .item {
        width: 33%;
        margin-bottom: 30px;
    }

    .timeline:after {
        display: none;
    }

    .gmap-wrap {
        overflow-x: auto;
    }

    .gmap-img {
        position: relative;
        left: 0;
        margin-left: 0;
    }


    .nav-btn {
        display: inline-block;
    }


    .teaser h1 {
        font-size: 40px;
    }


    .header .search {
        display: none;
    }

    .header .social {
        display: none;
    }

    .header .h_1 {
        border-bottom: none;
    }

    .header .h_2 {
        display: none;
    }


    .news .item {
        width: 33.33333%;
    }

    .news .item:last-child {
        display: none;
    }


    .categories .item {
        width: 33.33333%;
    }


    .service-nav ul li a {
        font-size: 15px;
    }


    .movies {
        font-size: 15px;
        line-height: 1.5em;
    }

    .movies .item .title {
        font-size: 18px;
    }

    .movies .item .time {
        font-size: 18px;
    }

    .movies .item > * {
        padding: 10px;
    }


    .partners .item {
        width: 25%;
    }


    .persons .item {
        width: 33.33333%;
    }

    .logo-list .item {
        width: 33.33333%;
        margin-bottom: 20px;
    }


    .sitemap-list {
        margin-bottom: 40px;
    }


    .content-col-l {
        margin-bottom: 40px;
        padding-right: 0;
    }


    .footer {
        padding-bottom: 0;
        overflow-x: hidden;
    }

    .footer .subject {
        padding-left: 0;
        margin-bottom: 40px;
        text-align: center;
    }

    .footer h3 {
        margin-bottom: 20px;
    }

    .footer .subject .logos {
        justify-content: center;
    }
}


/*========================= Viewport width 767px and lower =========================*/


@media screen and (max-width: 767px) {

    .header .login {
        margin-top: 15px;
    }

    .header .mzp {
        display: none;
    }

    .header .h_1 {
        height: 65px;
    }

    .header .logo {
        max-width: 150px;
        top: 20px;
    }


    .nav-btn {
        margin-top: 12px;
    }


    .block {
        padding: 40px 0;
    }

    .teaser {
        background: url('../img/mf-51-deal-m.png?v=2') center center no-repeat;
        background-size: cover;
        /*background-color: #8dc63f;*/
        aspect-ratio: 1.5 / 1;
    }

    .teaser-wrapper{
        padding-top: 0;
    }

    .teaser .teaser-content {
        height: auto;
        text-align: center;

        display: none;
    }

    .teaser .teaser-content .va-m {
        top: 0;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }


    .teaser.alt .teaser-content {
        padding-bottom: 20px;
    }


    .news {
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
    }

    .news .item {
        width: 50%;
    }

    .news .item:last-child {
        display: inline-block;
    }


    .service-nav ul li {
        width: 100%;
        border-left: 1px solid #eaeaea;
        border-right: 1px solid #eaeaea;
    }

    .service-nav ul li a {
        border: none;
        border-top: 1px solid #eaeaea;
    }

    .service-nav ul li:first-child a {
        border: none;
    }


    .movies {
        margin-bottom: -20px;
    }

    .movies .item .time {
        display: block;
        padding-left: 30px;
        padding-top: 30px;
    }

    .movies .item .title {
        display: block;
        padding-left: 30px;
    }

    .movies .item .place {
        display: block;
        padding-left: 30px;
    }

    .movies .item .action {
        display: block;
        padding-left: 30px;
        padding-bottom: 30px;
    }

    .movies .item .cell-btn {
        display: block;
        padding-left: 30px;
        padding-bottom: 30px;
    }


    .persons .item {
        width: 50%;
    }


    .partners .item {
        width: 33.33333%;
    }


    .photogallery .item {
        width: 33.33333%;
    }


    .cinemas .item {
        width: 50%;
    }


    .image-caption-wrap.alignleft {
        float: none;
        margin-right: 0;
    }

    .image-caption-wrap.alignright {
        float: none;
        margin-left: 0;
    }

    .image-caption-wrap.alignleft img {
        display: block;
        margin: 0 auto 10px auto;
    }

    .image-caption-wrap.alignright img {
        display: block;
        margin: 0 auto 10px auto;
    }


    .footer-bar .copy {
        float: none;
        margin-bottom: 10px;
    }

    .mw {
        position: static;
        margin-bottom: 0;
    }

    .teaser {
        /*background: #ffffff;*/
        /*background: #8dc63f;*/
    }

    .teaser h1 {
        color: #231f20 !important;
        /*color: #ffffff;*/
    }

    /*.teaser::before{*/
    /*    content: '';*/
    /*    display: block;*/
    /*    width: 100%;*/
    /*    height: auto;*/
    /*    padding-bottom: 65.189%;*/
    /*    background-image: url("../img/klima_je_zmena_mobile.jpg");*/
    /*    background-size: 100% auto;*/
    /*    background-position: 0 0;*/
    /*    background-repeat: no-repeat;*/
    /*    !*display: none;*!*/
    /*}*/

}


/*========================= Viewport width 640px and lower =========================*/


@media screen and (max-width: 640px) {

    .teaser.alt .teaser-content {
        padding: 20px 0;
    }

    .teaser {
        /*background: url('../img/jak-nezabit-prirodu_mobile-v3.jpg') center center no-repeat;*/
        background-color: #8dc63f;
        /*min-height: 275px !important;*/
    }

    .teaser.alt .teaser-content h1,
    .teaser.alt .teaser-content .h1 {
        font-size: 30px;
        line-height: 1.3em;
        display: none;
    }


    .timeline {
        padding-top: 0;
    }

    .timeline .item {
        width: 50%;
        margin-bottom: 30px;
    }

    .timeline .item .date {
        margin-bottom: 0;
    }

    .timeline .item .date:after {
        content: none;
    }

    .timeline .item:last-child {
        margin-bottom: -30px;
    }

    .timeline .item.active {
        margin-top: 30px;
        margin-bottom: 50px;
    }


    .categories {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .categories .item {
        width: 50%;
    }


    .photogallery {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .photogallery .item {
        width: 50%;
    }


    .service-nav ul li a .icon {
        width: 25px;
        height: 25px;
        top: -1px;
    }


    .logo-list .item {
        width: 50%;
    }


    .footer .subject .logos {
        text-align: center;
    }

    .footer .subject .logos a {
        margin: 0 0 20px 0;
        line-height: 1em;
    }

    .footer .subject .logos a img {
        margin: 0 10px;
        display: inline-block;
        vertical-align: top;
    }

}


/*========================= Viewport width 540px and lower =========================*/


@media screen and (max-width: 540px) {

    h2 {
        font-size: 22px;
        line-height: 1.3em;
    }


    .teaser h1 {
        font-size: 35px;
        line-height: 1.1em;
    }

    .teaser .subhead {
        font-size: 20px;
        line-height: 1.1em;
    }


    .news {
        max-width: 260px;
    }

    .news .item {
        width: 100%;
    }


    .categories {
        max-width: 250px;
    }

    .categories .item {
        width: 100%;
        margin-bottom: 20px;
    }

    .categories .item .img {
        margin-bottom: 10px;
    }


    .cinemas .item {
        width: 100%;
    }


    .photogallery {
        max-width: 250px;
    }

    .photogallery .item {
        width: 100%;
    }


    .persons .item {
        width: 100%;
    }


    .partners .item {
        width: 50%;
    }


    .logo-list {
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
    }

    .logo-list .item {
        width: 100%;
    }


    .logos {
        text-align: center;
        margin-bottom: -20px;
    }

    .logos .item {
        margin-bottom: 20px;
    }


    ul.val-list li {
        padding-left: 0;
        margin-bottom: 10px;
    }

    ul.val-list li .val {
        display: block;
        position: static;
    }


    form.form-contact .set-3 .cell {
        width: 100%;
    }


    .mw a {
        display: block;
        margin: 15px 0;
    }

    .footer .col-md-12 .subject .logos a, .footer .col-md-12 .subject .logos img {
        width: calc(50% - 60px);
        max-width: 131px;
    }

    .footer .col-md-12 .subject .logos a img {
        width: 100%;
        max-width: 131px;
    }

}


/*========================= Viewport width 420px and lower =========================*/


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

    .partners {
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
    }

    .partners .item {
        width: 100%;
    }

    .header .login-link {
        font-size: 14px;
        padding: 3px 20px 5px 5px;
    }

    .header .login-link .icon {
        display: none;
    }

    .header .login-link::after {
        right: 7px;
    }

    .header .login-box {
        width: 100vw;
        right: -65px;
    }
}


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

    .timeline .item {
        width: 100%;
    }
}

/************************************************************************************


/************************************************************************************
TRANSITIONS & ANIMATIONS

*************************************************************************************/


a {
    transition: color 0.1s;
    -moz-transition: color 0.1s;
    -webkit-transition: color 0.1s;
    -o-transition: color 0.1s;
    -ms-transition: color 0.1s;
}

/************************************************************************************


/************************************************************************************
CLEARFIX

*************************************************************************************/


/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */


.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}


.clearfix:after {
    clear: both;
}


.clearfix {
    zoom: 1;
}


.btn.alt.filmfreeway {
    background: url(https://storage.googleapis.com/filmfreeway-assets/submission_buttons/v2/sm_submission_btn@2x-black.png) no-repeat top;
    height: 49px;
    width: 263px;
    background-size: 100%;
    padding: 25px;
    border: none;
}


.btn.alt.filmfreeway:hover {
    border-color: #467a28;
    border: none;
}


.float-banner {
    position: fixed;
    z-index: 1111;
    top: 40%;
    transform: translateY(-50%);
    right: 0;
}

.mobile-banner {
    margin: 50px auto 25px;
    width: 100%;
    display: none;
}

@media (max-width: 479px) {
    .float-banner {
        display: none;
    }

    .mobile-banner {
        display: block;
    }
}

@media screen and (max-width: 640px) {
    .teaser:not(.alt) {
        /*background-color: white !important;
        background-size: contain !important;
        min-height: 450px;*/
        background-position: top;
        display: flex;
        align-items: end;
    }
}

@media screen and (max-width: 640px) {
    .teaser:not(.alt) .teaser-content .va-m {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

/*.teaser,*/
.teaser.alt {
    background-color: #8dc63f;;
}