/*
* HT - Bozicna akcija
* by TG Studio
*/

/* CSS Reset*/
html { margin:0;padding:0;border:0; }
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline; list-style: none; }

/* Fonts */
@font-face {
    font-family: 'Euphorigenic';
    src: url('assets/font/euphorigenic/euphorigenic.eot');
    src: url('assets/font/euphorigenic/euphorigenic.eot?#iefix') format('embedded-opentype'),
    url('assets/font/euphorigenic/euphorigenic.woff2') format('woff2'),
    url('assets/font/euphorigenic/euphorigenic.woff') format('woff'),
    url('assets/font/euphorigenic/euphorigenic.svg#euphorigenicregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lovelo';
    src: url('assets/font/lovelo/lovelo_black.eot');
    src: url('assets/font/lovelo/lovelo_black.eot?#iefix') format('embedded-opentype'),
    url('assets/font/lovelo/lovelo_black.woff2') format('woff2'),
    url('assets/font/lovelo/lovelo_black.woff') format('woff'),
    url('assets/font/lovelo/lovelo_black.svg#loveloblack') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* Body setup*/
body {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: 0.02em;
    text-align: center;
    background: #610025 url("assets/img/bg.jpg") repeat;
    background-size: 100% auto;
    color: #fff;
    -webkit-font-smoothing:antialiased;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.animate {
    -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: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

b,
strong { font-weight: 900; }

i,
em { font-style: italic; }

:focus { outline: none; }

img { display: block; }

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.main-container {
    overflow-x: hidden;
}

.container {
    max-width: 1210px;
    padding-left: 30px !important;
    padding-right: 30px !important;
    margin: 0 auto;
    position: relative;
}

.cf:before,
.cf:after { content: " "; display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; /* IE 6/7 only */ }


.left   { float: left; }
.right  { float: right; }
.half   { width: 49.00%; }
.third  { width: 33.32%; }
.fourth { width: 24.99%; }
.sixth  { width: 16.65%; }
.two-thirds {
    width: 66.65%;
}

.flex {
    display: flex;
    flex-wrap: nowrap;
}

.hero-img {
    width: 100%;
    height: auto;
}

h1, h2, h3 {
    line-height: 1.2em;
    padding-bottom: 15px;
}

h3 {
    font-size: 36px;
    font-family: "Lovelo", sans-serif;
}

h1 {
    font-family: "Euphorigenic", serif;
    font-size: 102px;
}

p {
    padding-bottom: 15px;
    font-family: "Georgia", serif;
}

.pink {
    color: #e00174;
}

.btn {
    display: inline-block;
    line-height: 60px;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    letter-spacing: 0.05em;
    padding: 0 40px;
    background-color: #de0173;
    color: white;
    text-align: center;
    text-transform: uppercase;
    border-radius: 3px;
    margin: 20px 0;
}

.section {
    padding-bottom: 40px;
}

.hero-img {
    position: absolute;
    top: 0;
    left: 0;
}

.hero-img-m {
    display: none;
}

.hero-text {
    float: right;
    padding-top: 100px;
}

.hero-text p {
    max-width: 630px;
    margin: 0 auto;
    text-shadow: 0px 4px 20px rgba(1,1,1,0.8);
}

.section.map .container {
    background: #eeece8;
    color: #610025;
    padding: 20px;
    padding-top: 40px;
    border-radius: 10px;
    box-shadow: 0 0 100px rgba(1,1,1,0.3);
    font-family: "Roboto", sans-serif;
}

.progress-area {
    max-width: 450px;
    position: relative;
    margin: 0 auto;
}

.progress-area .city {
    width: 20%;
    text-align: center;
    position: relative;
    height: 55px;
}

.progress-area .dot {
    width: 20px;
    height: 20px;
    background-color: white;
    border: 5px solid #e10174;
    border-radius: 100px;
    position: relative;
    display: inline-block;
    z-index: 5;
}

.progress-area .dot.visited {
    background-color: #b81f6e;
}

.progress-area .label {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
}

.progress-area .line {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #e10174;
}

.progress-area .half {
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 1;
    background: #eeece8;
}

.progress-area .city:first-child .half {
    left: 0;
}

.progress-area .city:last-child .half {
    right: 0;
}

.map-area {
    border: 5px solid #e4dfd4;
}

.section.uploads {
    padding-top: 30px;
}

.section.uploads p {
    max-width: 885px;
    margin: 0 auto;
}

.cities {
    padding: 20px;
}

.cities li {
    display: inline-block;
    position: relative;
}

.cities a {
    display: block;
    padding: 5px 20px;
    text-transform: uppercase;
    font-size: 24px;
    opacity: 0.5;
    border-bottom: 3px solid transparent;
}

.cities li:hover a {
    opacity: 1;
}

.cities .arw {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.cities li.active a,
.cities li.active .arw {
    opacity: 1;
}

.cities li.active a {
    border-color: white;
}

.thumb img {
    width: 100%;
    height: auto;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.thumb {
    position: relative;
    padding: 5px;
}

.thumb-info {
    text-align: left;
    position: absolute;
    width: 100%;
    z-index: 2;
    bottom: 0;
    left: 0;
    padding: 10px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.thumb-info div {
    line-height: 1.5em;
}

.thumb-info .name {
    font-size: 14px;
}

.thumb-info .location {
    font-size: 10px;
    text-transform: uppercase;
}

.thumb:hover img {
    opacity: 0.5;
}

.thumb:hover .thumb-info {
    opacity: 1;
}

.media {
    flex-wrap: wrap;
    margin: 0 -5px;
}

.media .thumb {
    height: 180px;
}

.media .thumb img,
.media .thumb video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media .thumb a {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
}

.lightbox {
    position: fixed;
    padding: 5vh;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(1,1,1,0.8);
    justify-content: center;
    display: flex;
}

.hide {
    display: none !important;
}

.map-area {
    height: 600px;
}

.lightbox.active {
    display: block;
}

.lightbox .thumb img,
.lightbox .thumb video {
    height: 90vh;
    width: auto;
    opacity: 1 !important;
    object-fit: unset !important;
}

.lightbox .thumb {
    background: transparent;
    height: auto;
    padding: 0 !important;
}

.lightbox .text {
    background: #4e001e;
    color: #ddd;
    padding: 40px 100px 40px 40px;
    text-align: left;
    font-size: 18px;
    line-height: 1.2em;
}

.lightbox .text .location {
    text-transform: uppercase;
    font-size: 12px;
    color: #888;
}

.lightbox .text .status {
    font-family: "Georgia", serif;
    padding: 10px 0;
}

.lightbox i {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 200;
    font-size: 30px;
}

footer {
    padding: 30px 0;
    background: #4e001e;
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    text-align: left;
    line-height: 1.4em;
}

footer img {
    display: inline-block;
}

footer .third {
    text-align: right;
}

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

    .container {
        margin: 0 30px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

}

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

    h3 {
        font-size: 30px;
        max-width: 500px;
        margin: 0 auto;
    }

    h1 { font-size: 70px; }

    .hero-text {
        padding-top: 50px;
    }

    .media .sixth {
        width: 25%;
    }

}

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

    body {
        background-size: 200% auto;
    }

    .container {
        margin: 0 20px;
    }

    .hero-img   { display: none; }

    .hero-img-m {
        display: block;
        width: 100%;
        height: auto;
    }

    .two-thirds {
        width: 100%;
    }

    .hero-text {
        padding-top: 0;
        margin-top: -20px;
    }

    h3 {
        font-size: 24px;
    }

    h1 {
        font-size: 54px;
    }

    .progress-area .label {
        font-size: 13px;
    }

    .cities {
        padding: 20px 0;
    }

    .cities a {
        padding: 5px 10px;
        font-size: 20px;
    }

    .media .sixth {
        width: 50%;
    }

    footer .flex {
        display: block;
    }

    footer {
        text-align: center;
    }

    footer .third {
        text-align: center;
        width: 100%;
        padding-top: 20px;
    }

    .section.map .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .lightbox {
        flex-direction: column;
    }

    .lightbox .thumb img,
    .lightbox .thumb video {
        height: auto !important;
        width: 100% !important;
    }

    .lightbox .text {
        padding: 15px 20px;
    }

}
