@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=latin,latin-ext);

* {
    box-sizing: border-box;
}

html, body {
    min-width: 320px;
}

body {
    font-family: 'Roboto Condensed', sans-serif !important;
    background: url(../images/bg_tekstura.png), url(../images/bg_clip.png) , #29655a;
    background-position: center top !important;
    background-repeat: no-repeat, repeat-x !important;
}

.content {
    width: 100%;
    /*height: 100%;*/
    max-width: 1260px;
    margin: 0 auto;
    padding: 175px 16px 0px;
    transition: all cubic-bezier(1,0,0,1) 0.3s;
}

.r_nav {
    display: none;
    position: fixed;
    top: 53px;
    right: 0;
    list-style: none;
    text-align: right;
    z-index: 999999;
    background-color: #d09810;
    color: #fff;
    padding: 15px 15px 15px 40px;
}

.r_nav li a {
    line-height: 30px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    border-bottom: 1px solid transparent;
}

.r_nav li a:hover {
    border-bottom: 1px solid #ffffff;
}

.menu-burger {
    display: none;
    position: absolute;
    width: 53px;
    height: 53px;
    top: 0;
    right: 0;
    cursor: pointer;
    transition: all cubic-bezier(1,0,0,1) 0.3s;
}

.menu-burger::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 16px;
    width: 26px;
    height: 4px;
    background: #fdb813;
    box-shadow: 0 16px 0 0 #fdb813, 0 8px 0 0 #fdb813;
    transition: all cubic-bezier(1,0,0,1) 0.3s;
}

.menu-burger.active_menu::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 16px;
    width: 26px;
    height: 4px;
    background: #ffffff;
    box-shadow: 0 16px 0 0 #fff, 0 8px 0 0 #fff;
    transition: all cubic-bezier(1,0,0,1) 0.3s;
}

.menu-burger.track_menu::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 16px;
    width: 26px;
    height: 4px;
    background: #ffffff;
    box-shadow: 0 16px 0 0 #fff, 0 8px 0 0 #fff;
    transition: all cubic-bezier(1,0,0,1) 0.3s;
}

.menu-burger:hover {
    background-color: #d09810;
}

.menu-burger.active_menu {
    background-color: #d09810;
}

.menu-burger.track_menu {
    background-color: #d09810;
}

.menu-burger:hover::before {
    background: #ffffff;
    box-shadow: 0 16px 0 0 #fff, 0 8px 0 0 #fff;
}

.social-icon {
	display: block;
	width: 19px;
	height: 19px;
	background-repeat: no-repeat;
	background-size: 200%;
	border: 0 !important;
	margin-top: -1px;
	transition: none !important;
}

.social-icon:hover {
	text-decoration: none;
	border: 0 !important;
}

.social-icon.instagram {
    background-image: url(../images/social_instagram.png);
    background-position: left top;
    border: 0 !important;
}

.social-icon.instagram:hover {
    background-position: right top;
    border: 0 !important;
}

.social-icon.facebook{
    background-image: url(../images/social_facebook.png);
    background-position: left top;
    border: 0 !important;
}

.social-icon.facebook:hover {
    background-position: right top;
    border: 0 !important;
}

.content section {
    overflow: hidden;
}

section#header {
    overflow: auto;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    padding: 0 16px;
    transition: all cubic-bezier(1,0,0,1) 0.3s;
    min-width: 320px;
}

section#header.on_track {
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}

section#header .wrapper {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    padding: 16px 0px;
    overflow: auto;
}

.nav-container {
    float: right;
    transition: all cubic-bezier(1,0,0,1) 0.3s;
}

.logo {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 266px;
    height: 134px;
    float: left;
    transition: all cubic-bezier(1,0,0,1) 0.3s;
}

.logo.hr {
    background-image: url(../images/logo_hr.svg);
}

.logo.hr.no_svg {
    background-image: url(../images/logo_hr.png);
}

.logo.hr.white {
    background-image: url(../images/logo_hr_white.svg);
}

.logo.hr.white.no_svg {
    background-image: url(../images/logo_hr_white.png);
}

.logo.en {
    background-image: url(../images/logo_en.svg);
}

.logo.en.no_svg {
    background-image: url(../images/logo_en.png);
}

.logo.en.white {
    background-image: url(../images/logo_en_white.svg);
}

.logo.en.white.no_svg {
    background-image: url(../images/logo_en_white.png);
}

.navigation {
    list-style: none;
    overflow: hidden;
    display: inline-block;
}

.navigation li {
    float: left;
    margin-right: 20px;
}

.navigation li:last-child {
    margin-right: 0;
}

.navigation li.active a {
    border-bottom: 2px solid #fff;
}

.r_nav li.active a {
    border-bottom: 2px solid #fff;
}

#impressum a img {
    margin-right: 4.3%;
    margin-bottom: 20px;
}

#impressum a:last-child img {
    margin-right: 0;
}

.navigation li a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
    border-bottom: 2px solid transparent;
    line-height: 19px;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    position: relative;
}

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

a.underline-effect:hover:before {
    -webkit-transform: scaleX(1);
    -khtml-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

a.underline-effect:before {
    position: absolute;
    content: '';
    bottom: -2px;
    height: 2px;
    width: 100%;
    left: 0;
    display: inline-block;
    background-color: #ffffff;
    -webkit-transform: scaleX(0);
    -khtml-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all,0.2s,ease-in 1s ease-in-out;
    -khtml-transition: all,0.2s,ease-in 1s ease-in-out;
    -moz-transition: all,0.2s,ease-in 1s ease-in-out;
    -ms-transition: all,0.2s,ease-in 1s ease-in-out;
    -o-transition: all,0.2s,ease-in 1s ease-in-out;
    transition: all,0.2s,ease-in 1s ease-in-out;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ln-nav {
    display: inline-block;
    list-style: none;
    margin-left: 20px;
}

.ln-nav li {
    float: left;
    margin-right: 10px;
    color: #ffffff;
}

.ln-nav li:last-child {
    margin-right: 0;
}

.ln-nav li a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-size: 17px;
    border-bottom: 2px solid transparent;
    line-height: 19px;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    position: relative;
    font-weight: 700;
}

.ln-nav li a:hover {
    border-bottom: 2px solid #fff;
}

.ln-nav li.active a {
    border-bottom: 2px solid #fff;
}

section#trailer {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto 10%;
}

.video-container {
    width: 100%;
    height: 550px;
    background-color: rgba(0, 0, 0, 0.25);
}

.video-play {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

/*.video-play::before {
    content: '';
    position: absolute;
    width: 53px;
    height: 103px;
    background: url(../images/play_button.png);
    background-repeat: no-repeat;
    background-position: center;
    left: 49%;
    top: 43%;
    cursor: pointer;
}*/

.video-play::before {
    content: '';
    position: absolute;
    width: 6%;
    height: 23%;
    background: url(../images/play_button.png);
    background-repeat: no-repeat;
    background-position: center;
    left: 49%;
    top: 40%;
    cursor: pointer;
    background-size: contain;
}

section#o-filmu {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto 50px;
}

.col h2 {
    font-size: 33px;
    color: #edad01;
    text-transform: uppercase;
    line-height: 26px;
    margin-bottom: 14px;
}

.col p {
    font-size: 17px;
    color: #ffffff;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 30px;
}

.col p:last-child {
    margin-bottom: 0;
}

.col span {
    display: block;
    font-size: 17px;
    color: #ffffff;
    font-weight: 400;
    line-height: 22px;
}

.col {
    float: left;
    border-top: 5px solid #fff;
    padding-top: 17px;
    transition: all ease 0.3s;
}

#o-filmu .col:nth-child(1) {
    width: 43.667%;
    margin-right: 9.426%;
}

#o-filmu .col:nth-child(2) {
    width: 25.888%;
    margin-right: 4.259%;
}

#o-filmu .col:nth-child(3) {
    width: 16.759%;
    margin-right: 0;
}

section#fotogalerija {
    padding-top: 50px;
}

#nagrade-festivali {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto 120px;
}

#nagrade-festivali .col:nth-child(1) {
    width: 25%;
    margin-right: 8.333%;
}

#nagrade-festivali .col:nth-child(2) {
    width: 66.667%;
    margin-right: 0;
}

#nagrade-festivali .col:nth-child(2) ul {
    width: 50%;
    float: left;
    padding-right: 10px;
    box-sizing: border-box;
}

#nagrade-festivali ul li {
    color: #fff;
    line-height: 23px;
    list-style: none;
    font-size: 17px;
    margin-bottom: 15px;
}

#nagrade-festivali .col ul li {
    width: 95%;
}

.p_cover.hr {
    display: block;
    max-width: 305px;
    height: 441px;
    background: transparent url("../promo/poster/NGMUP_poster.jpg") no-repeat scroll center center / contain;
    background-size: contain;
    background-position: left top;
    width: 100%;
}

.p_cover.en {
    display: block;
    max-width: 305px;
    height: 441px;
    background: transparent url("../promo/poster/QSAMP_poster.jpg") no-repeat scroll center center / contain;
    background-size: contain;
    background-position: left top;
    width: 100%;
}

.fv_cover {
    display: block;
    max-width: 332px;
    width: 100%;
    height: 182px;
    background: transparent url("../images/mat/forspan.jpg") no-repeat scroll center center / contain;
    background-size: contain;
    background-position: left top;
}

.ph_cover {
    display: block;
    max-width: 332px;
    width: 100%;
    height: 182px;
    background: transparent url("../images/mat/fotografije.jpg") no-repeat scroll center center / contain;
    background-size: contain;
    background-position: left top;
}


.mb_15 {
    margin-bottom: 15px;
}

#promo {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto 120px;
}

#promo > .col {
    width: 33.333%;
    float: left;
}

#promo > .col > .col {
    width: 100%;
    max-width: 332px;
}

.upcs {
    text-transform: uppercase;
}

.org {
    color: #dfab21 !important;
}

#contact {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto 70px;
}

.c_trd {
    width: 33.33%;
    float: left;
    padding-right: 10px;
    box-sizing: border-box;
}

#contact .c_trd span {
    display: block;
    color: #ffffff;
    line-height: 22px;
}

#contact .c_trd span a {
    display: inline;
    text-decoration: none;
}

#contact .c_trd span a:hover {
    text-decoration: underline;
}

#impressum {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 11.3%;
}

.video-container {
    background-image: url(../images/video_visual_HQ.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 110%;
}

.video-container video {
    width: 100%;
}

.video-container iframe {
    width: 100%;
    height: 100%;
}

#impressum .col {
    width: 100%;
    float: none;
}

.c1_c {
    width: 65%;
    overflow: auto;
    float: left;
    padding-right: 2%;
}

.c2_c {
    width: 35%;
    float: left;
    overflow: auto;
    padding-left: 2.7%;
    border-left: 5px solid #fff;
}

.c_hf {
    width: 50%;
    float: left;
}

.c_hf span {
    display: block;
    color: #ffffff;
    line-height: 22px;
}

.c_hf span a {
    display: inline;
    text-decoration: none;
    width: 100%;
}

.c_hf span a:hover {
    text-decoration: underline;
}

#promo .col:nth-child(1) {
    padding-right: 20px;
}

#promo > .col:nth-child(3) {
    padding-left: 20px;
}

h2.resp-only {
    display: none;
}

@media (max-width: 1150px) {
    .c1_c {
        width: 100%;
        margin: 0 0 30px 0;
        border: 0;
    }
    
    .c2_c {
        width: 65.5%;
        padding: 0;
        border-left: 0;
    }
}

@media (max-width: 1080px) {
    .navigation li a { font-size: 16px; }
    .ln-nav li a { font-size: 17px; }
}

@media (max-width: 1050px) {
    .logo { width: 190px; height: 96px; }
    .content { padding: 133px 16px 0px; }
    .navigation li a { font-size: 16px; }
    .ln-nav li a { font-size: 17px; }
}

@media (max-width: 1000px) {
    #o-filmu .col:nth-child(1) {
        width: 41.6666%;
        margin-right: 8.426%;
    }
    #o-filmu .col:nth-child(2) {
        width: 23.888%;
        margin-right: 3.259%;
    }
    #o-filmu .col:nth-child(3) {
        width: 22.759%;
        margin-right: 0;
    }
    
    .logo { width: 97px; height: 49px; }
    .content { padding: 86px 16px 0px; }
}

@media (max-width: 950px) {
    .logo { width: 97px; height: 49px; }
    .content { padding: 86px 16px 0px; }
    .navigation li a { font-size: 16px; }
    .ln-nav li a { font-size: 17px; }
    .col p { font-size: 15px; }
    .col span { font-size: 15px; }
    #nagrade-festivali ul li { font-size: 15px; }
    .col h2 {
        font-size: 22px;
        color: #edad01;
        text-transform: uppercase;
        line-height: 22px;
        margin-bottom: 16px;
    }
    
    .col {
        border-top: 3px solid #fff;
    }
    
    ul.navigation { display: none; }
    .ln-nav { margin-right: 50px; }
    .menu-burger { display: block; }
}

@media (max-width: 845px) {
    #nagrade-festivali ul li {
        font-size: 15px;
    }
}

@media (max-width: 800px) {
    
    
    .col {
        padding-top: 10px;
    }
    .bx-controls {
        display: none;
    }
    
    .navigation li a { font-size: 13px;}
    .ln-nav li a { font-size: 13px; }
    
    #o-filmu .col:nth-child(1) {
        width: 100%;
        margin-bottom: 6%;
    }
    #o-filmu .col:nth-child(2) {
        width: 53%;
        margin-right: 5%;
    }
    #o-filmu .col:nth-child(3) {
        width: 40%;
        margin-right: 0;
    }
    
    section#trailer {
        margin-bottom: 30px;
    }
    
    section#o-filmu {
        margin-bottom: 50px;
    }
    
    section#fotogalerija {
        padding-top: 0;
    }
    
    #nagrade-festivali {
        margin-bottom: 30px;
    }
    
    #promo {
        margin-bottom: 50px;
    }
    
    #contact {
        margin-bottom: 60px;
    }
}

@media (max-width: 760px) {
    
}

@media (max-width: 730px) {
    .c1_c .c_trd {
        width: 50%;
        margin-bottom: 30px;
    }
    
    .c2_c {
        width: 100%;
    }
    
}

@media (max-width: 645px) {
    #nagrade-festivali .col:nth-child(1) {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2%;
    }
    
    #nagrade-festivali .col:nth-child(2) {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2%;
    }
}

@media (max-width: 520px) {
    .c1_c .c_trd {
        width: 100%;
    }
    
    .c1_c {
        margin-bottom: 0;
    }
    
    .c_hf {
        width: 100%;
        margin-bottom: 30px;
    }
    
    #promo > .col {
        width: 100%;
        margin: 0 0 30px 0;
    }
    
    #promo .fv_cover {
        margin-bottom: 30px;
    }
    
    #promo > .col:nth-child(3) {
        padding-left: 0;
    }
    
    #promo > .col {
        max-width: 332px;
    }
    
    #promo .col:nth-child(1) {
        padding-right: 0;
    }
    
    .p_cover {
        max-width: 332px;
    }
}

@media (max-width: 470px) {
    #o-filmu .col:nth-child(2) {
        width: 100%;
        margin-right: 0;
        margin-bottom: 6%;
    }
    #o-filmu .col:nth-child(3) {
        width: 100%;
        margin-right: 0;
    }
    
    #nagrade-festivali .col:nth-child(2) ul {
        width: 100%;
    }
    h2.resp-only {
        display: block;
    }
    h2.large-only {
        display: none;
    }
}

@media (max-width: 320px) {
    .video-container {
        background-image: url(../images/video_visual.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
}