/**
* Template Name: TheEvent - v2.2.0
* Template URL: https://bootstrapmade.com/theevent-conference-event-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
    font-family: 'Frick-Condensed';
    src: url('../../fonts/Frick0.3-Condensed.woff2') format('woff2'),
    url('../../fonts/Frick0.3-Condensed.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Frick';
    src: url('../../fonts/Frick0.3-Regular.woff2') format('woff2'),
    url('../../fonts/Frick0.3-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    /* background: #2f4858; */
    background: #E0DDD4;
    color: #2f3138;
    font-family: "Oswald", sans-serif;
    font-size: 12pt;
}

main {

}

a {
    color: #0E70FF;
    transition: 0.5s;
}

a:hover, a:active, a:focus {
    color: #4289ef;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 30px 0;
}

blockquote {

    border-left: 10px solid #363636;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
blockquote p {
    display: inline;
}


h1, h2, h3, h4, h5, h6 {
    margin: 0 0 20px 0;
    padding: 0;
    color: rgb(0, 0, 0);
}

h1, h2, h3 {
    font-family: "Frick", sans-serif;
    font-weight: 400;
}

h4 {
    font-family: "Frick-Condensed", sans-serif;
    font-weight: 300;
}

.main-page {
    margin-top: 70px;
}

.text-bold {
    font-weight: bold;
}

/* Prelaoder */
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url("../img/preloader.svg") no-repeat center center;
}

/* Back to top button */
.back-to-top {
    position: fixed;
    display: none;
    background: #e1dcce;
    color: black;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s ease-in-out;
}

.back-to-top i {
    font-size: 24px;
    padding-top: 6px;
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }
}

.back-to-top:focus {
    background: #e0072f;
    color: #fff;
    outline: none;
}

.back-to-top:hover {
    background: #e0072f;
    color: #fff;
}

/* Sections Header
--------------------------------*/
.section-header {
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 20px;
}

.section-header::before {
    content: '';
    position: absolute;
    display: block;
    width: 100px;
    height: 5px;
    background: #e1dcce;
    bottom: 0;
    left: calc(50% - 25px);
}

.section-header h2 {
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-header p {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #9195a2;
}

.section-with-bg {
    background-color: #ffffff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    height: 90px;
    padding: 25px 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    /* background: #e1dcce; */
    background: #405643;
}

@media (max-width: 991px) {
    #header {
        height: 70px;
        padding: 15px 0;
        transition: all 0.5s;
    }
}

@media (max-width: 1199px) {
    #header .container {
        max-width: 100%;
    }
}

#header.header-scrolled, #header.header-fixed {

    height: 70px;
    padding: 15px 0;
    transition: all 0.5s;
}

#header #logo h1 {
    font-size: 36px;
    margin: 0;
    padding: 2px 0 0 10px;
    line-height: 1;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#header #logo h1 span {
    color: #F76C5D;
}

#header #logo h1 a, #header #logo h1 a:hover {
    font-family: "Frick", sans-serif;
    font-size: 32px;
    font-size: 32px;
    color: #0c1021;
}

#header #logo img {
    padding: 0;
    margin: 0;
    max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu > li {
    float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
    float: right;
    margin: 0;
}

@media (max-width: 991px) {
    #nav-menu-container {
        display: none;
    }
}

/* Nav Meu Styling */
.nav-menu a {
    padding: 6px;
    text-decoration: none;
    display: inline-block;
    color: #e1dcce;
    font-family: "Frick", sans-serif;
    font-size: 18px;
    outline: none;
    font-weight: 400;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .nav-menu a {
        padding: 8px 4px;
    }
}

.nav-menu .menu-active a, .nav-menu a:hover {
    /* color: #313131; */
    color: #e1dcce;
}

.nav-menu > li {
    margin-left: 8px;
}

.nav-menu > li > a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    /* background-color: #F3EED9; */
    background-color: #DD6E42;
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .menu-active > a:before {
    visibility: visible;
    width: 100%;
}

.nav-menu li.watch a {
    color: #fff;
    background: #F76C5D;
    padding: 7px 22px;
    border-radius: 50px;
    border: 2px solid #f82249;
    transition: all ease-in-out 0.3s;
    font-weight: 500;
    margin-left: 8px;
    margin-top: 2px;
    line-height: 1;
    font-size: 13px;
}

.nav-menu li.buy-tickets a:hover {
    background: none;
}

.nav-menu li.buy-tickets:hover a:before, .nav-menu li.buy-tickets.menu-active a:before {
    visibility: hidden;
}

.nav-menu ul {
    margin: 4px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
    border-radius: 3px;
}

.nav-menu ul li {
    transition: 0.3s;
}

.nav-menu ul li a {
    padding: 10px;
    color: #060c22;
    transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: none;
    border-radius: 3px;
}

.nav-menu ul li:hover > a {
    background: #F76C5D;
    color: #fff;
}

.nav-menu ul ul {
    margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 15px 15px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

#mobile-nav-toggle i {
    color: #e1dcce;
}

@media (max-width: 991px) {
    #mobile-nav-toggle {
        display: inline;
    }
}

/* Mobile Nav Styling */
#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: #405643;
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li a {
    color: #e1dcce;
    text-transform: uppercase;
    font-size: 17px;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
}

#mobile-nav ul li a:hover {
    color: #fff;
}

#mobile-nav ul li li {
    padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #f82249;
}

#mobile-nav ul .menu-item-active {
    color: #f82249;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(6, 12, 34, 0.8);
    display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
    overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
    left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

@media (min-width: 1024px) {
    #intro {
        background-attachment: fixed;
    }
}

#intro:before {
    content: "";
    background: #2a2728;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

/* #intro .intro-container {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 90px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: black;
    background-size: cover;
    background: #0f1b1d url("../img/mk025_bg.png");
    padding: 50px 15px 0;
} */

#intro .intro-container {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 90px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: black;
    background: url("../img/mk025_bg.png");
    background-size: cover;
    padding: 50px 15px 0;
}

#intro .intro-container img.intro-logo {
    max-height: 30%;
}


#intro .intro-container img.intro-title {
    max-height: 20%;
    margin-bottom: 30px;
}


@media (max-width: 353px) {
    #intro .intro-container img.intro-title {
        display: none;
    }
    #intro .intro-container img.intro-logo {
        max-height: 20%;
    }
    .time-entry {
        margin: 10px 5px !important;
        padding: 5px !important;
    }
}


@media (max-width: 991px) {
    #intro .intro-container {
        top: 70px;
    }

    #intro .intro-container img.intro-logo {
        background: #405643;
        border: 20px solid #405643;
    }
}

#intro h1 {
    color: black;
    font-family: "Raleway", sans-serif;
    font-size: 56px;
    font-weight: 600;
    text-transform: uppercase;
}

#intro h1 span {
    color: #0E70FFFF;
}

@media (max-width: 991px) {
    #intro h1 {
        font-size: 34px;
    }
}

#intro p {
    color: #020526;
    font-weight: 700;
    font-size: 20px;
}

@media (max-width: 991px) {
    #intro p {
        font-size: 16px;
    }
}

#intro .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#d74537 50%, rgba(101, 111, 150, 0.15) 52%);
    border-radius: 50%;
    display: block;
    position: relative;
    overflow: hidden;
}

#intro .play-btn::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#intro .play-btn:before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 8px solid rgba(248, 34, 73, 0.4);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

#intro .play-btn:hover::after {
    border-left: 15px solid #0E70FFFF;
    transform: scale(20);
}

#intro .play-btn:hover::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
}

#intro .about-btn {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #A75397;
}

#intro .about-btn:hover {
    background: #e1dcce;
    color: #fff;
}

.intro-space {
    height: 80px;
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
#about {
    /*background: url("../img/texture-bg.jpg");*/
    /*background-size: cover;*/
    overflow: hidden;
    position: relative;
    color: #fff;
    padding: 60px 0 40px 0;
    font-size: 13pt;
}

@media (min-width: 1024px) {
    #about {
        background-attachment: fixed;
    }
}

#about:before {
    content: "";
    background: rgb(0, 0, 0);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#about h2 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
}

#about h3, #discord h3 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
}

#about p, #discord p {
    margin-bottom: 20px;
    color: #fff;
}
#about li {
    font-size: 14px;
}



#theme {
    background: rgb(169 203 255);
    background-size: cover;
    overflow: hidden;
    position: relative;
    color: black;
    padding: 60px 0 40px 0;
}

#theme h2 {
    color: rgb(24, 35, 75);
}


/*--------------------------------------------------------------
# Speakers Section
--------------------------------------------------------------*/
#speakers {
    padding: 60px 0 30px 0;
    color: black;
}

#speakers h3 {
    text-transform: uppercase;
    color: #87b58e;
    font-size: 14pt;
    margin: 0 0 2px;
}

#speakers h2, #discord h2 {
    /* color: whitesmoke; */
    color: black;
}
#speakers .speaker {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

#speakers .speaker .details {
    background: rgb(42, 39, 40);
    position: absolute;
    left: 0;
    bottom: -30px;
    right: 0;
    text-align: center;
    padding-top: 10px;
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#speakers .speaker .details h3 {
    color: #e1dcce;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

#speakers .speaker .details p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
}

#speakers .speaker .details .social {
    height: 30px;
}

#speakers .speaker .details a {
    color: #fff;
}

#speakers .speaker .details a:hover {
    color: #e1dcce;
}

#speakers .speaker:hover .details {
    bottom: 0;
}

#speakers-details {
    padding: 60px 0;
}

#speakers-details .details h2 {
    color: #112363;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

#speakers-details .details .social {
    margin-bottom: 15px;
}

#speakers-details .details .social a {
    background: #e9edfb;
    color: #112363;
    line-height: 1;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding-top: 9px;
}

#speakers-details .details .social a:hover {
    background: #5395f6;
    color: #fff;
}

#speakers-details .details .social a i {
    font-size: 18px;
}

#speakers-details .details p {
    color: #112363;
    font-size: 15px;
    margin-bottom: 10px;
}



/*--------------------------------------------------------------
# Reg Section
--------------------------------------------------------------*/
#registration, #dobrovolnici, #seminars {
    padding: 60px 0 60px 0;
}


/*--------------------------------------------------------------
# Schedule Section
--------------------------------------------------------------*/
#schedule, #covid {
    padding: 60px 0 60px 0;
}

#schedule .nav-tabs {
    text-align: center;
    margin: auto;
    display: block;
    border-bottom: 0;
    margin-bottom: 30px;
}

#schedule .nav-tabs li {
    display: inline-block;
    margin-bottom: 0;
}

#schedule .nav-tabs a {
    border: none;
    border-radius: 50px;
    font-weight: 600;
    background-color: #0e1b4d;
    color: #fff;
    padding: 10px 100px;
}

@media (max-width: 991px) {
    #schedule .nav-tabs a {
        padding: 8px 60px;
    }
}

@media (max-width: 767px) {
    #schedule .nav-tabs a {
        padding: 8px 50px;
    }
}

@media (max-width: 480px) {
    #schedule .nav-tabs a {
        padding: 8px 30px;
    }
}

#schedule .nav-tabs a.active {
    background-color: #FFC324;
    color: #fff;
}

#schedule .sub-heading {
    text-align: center;
    font-size: 18px;
    font-style: italic;
    margin: 0 auto 30px auto;
}

@media (min-width: 991px) {
    #schedule .sub-heading {
        width: 75%;
    }
}

#schedule .tab-pane {
    transition: ease-in-out .2s;
}

#schedule .schedule-item, #seminars .seminars-item {
    border-bottom: 1px solid #cad4f6;
    padding: 15px;
    transition: background-color ease-in-out 0.3s;
}

#schedule .schedule-block h4 {
    font-size: 18px;
    font-weight: 600;
    color: #F76C5D;
    padding-bottom: 15px;
}
#schedule .schedule-item:hover, #seminars .seminars-item:hover {
    background-color: #fffee0;
}

#schedule .schedule-item time {
    padding-bottom: 5px;
    display: inline-block;
    margin-right: 8pt;
}

#schedule .schedule-item .fa {
    color: #e1dcce;
}

#schedule .schedule-item .speaker, #seminars .seminars-item .speaker {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    float: left;
    margin: 0 10px 10px 0;
}

#schedule .schedule-item .speaker img, #seminars .seminars-item .speaker img {
    height: 100%;
    transform: translateX(-50%);
    margin-left: 50%;
    transition: all ease-in-out 0.3s;
}

#schedule .schedule-item h4, #seminars .seminars-item h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase !important;
    padding: 0px 3px;
}
#schedule .schedule-item h4, #seminars .seminars-item span {
    text-transform: none;
}

#schedule .schedule-item h4 span, #seminars .seminars-item h4 span {
    border-radius: 3px;
    background-color: #405643;
    padding: 4px 4px;
    text-transform: uppercase;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
}

#schedule h3 {
    font-family: "Frick", sans-serif;
    color: #405643;
    font-size: 13pt;
    margin: 0 0 2px;
    text-transform: uppercase;
}

#schedule .schedule-item p, #seminars .seminars-item p {
    color: #343434;
    margin-bottom: 0;
}

#schedule .schedule-item .seminars-header {
    margin-bottom: 10px;
}

#schedule .schedule-item .room {
    font-size: 11pt;
    font-weight: 300;
    font-style: normal;
    color: black;
}

#seminars .seminars-item p {
    clear: both;
    font-style: normal;
    color: #000;
}

.seminars-header {
    clear: both;
}


/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/
#gallery {
    padding: 60px;
    overflow: hidden;
}

#gallery .owl-nav, #gallery .owl-dots {
    margin-top: 25px;
    text-align: center;
}

#gallery .owl-item {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}

#gallery .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}

#gallery .owl-dot.active {
    background-color: #FFC324;
}

#gallery .gallery-carousel .owl-stage-outer {
    overflow: visible;
}

#gallery .gallery-carousel .center {
    border: 6px solid #f82249;
    margin: -10px;
    box-sizing: content-box;
    padding: 4px;
    background: #fff;
    z-index: 1;
}

/*--------------------------------------------------------------
# F.A.Q Section
--------------------------------------------------------------*/
#faq {
    padding: 60px 0;
}

#faq #faq-list {
    padding: 0;
    list-style: none;
}

#faq #faq-list li {
    border-bottom: 1px solid #ddd;
}

#faq #faq-list a {
    padding: 18px 0;
    display: block;
    position: relative;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding-right: 20px;
}

#faq #faq-list i {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 16px;
}

#faq #faq-list p {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    #faq #faq-list a {
        font-size: 18px;
    }

    #faq #faq-list i {
        top: 13px;
    }
}

#faq #faq-list a.collapse {
    color: #FFC324;
}

#faq #faq-list a.collapsed {
    color: #000;
}

#faq #faq-list a.collapsed i::before {
    content: "\f055" !important;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #101522;
    padding: 0 0 25px 0;
    color: #eee;
    font-size: 14px;
}

#footer .footer-top {
    background: #040919;
    padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
    font-size: 26px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    color: #fff;
}

#footer .footer-top .footer-info img {
    height: 60px;
    margin-bottom: 10px;
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
    color: #e1dcce;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #222636;
    color: #e1dcce;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #e1dcce;
    color: #222636;
}

#footer .footer-top h4 {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
    border-bottom: 2px solid #F76C5D;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 5px;
    color: #F76C5D;
    font-size: 18px;
}

#footer .footer-top .footer-links ul li {
    border-bottom: 1px solid #262c44;
    padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
    color: #f82249;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
    line-height: 26px;
}

#footer .footer-top .footer-newsletter {
    margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
    border: 0;
    padding: 6px 8px;
    width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
    background: #f82249;
    border: 0;
    width: 35%;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
    background: #e0072f;
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
}

#footer .credits {
    text-align: center;
    font-size: 13px;
    color: #ddd;
}



.time-entry {
    display: inline-block;
    margin: 15px;
    padding: 20px;
    border-radius: 0px;
    text-align: center;
    font-weight: 400;
    color: #E0DDD4;
    font-size: 15px;
    line-height: 22px;
    font-family: "Frick", serif;
}

.time-entry span {
    font-family: "Frick-Condensed", sans-serif;
    font-size: 45px;
    line-height: 45px;
    font-weight: 700;
    display: block;
    color: white;
    margin-bottom: 10px;
}

.time-entry:first-child {
    border-left: none;
}

.countdown {
    width: 100%;
    margin: 25px auto;
    display: inline-block;
}

.countdown .time-count {
    padding: 0;
    position: relative;
    display: inline-block;
    text-align: center;
}

.countdown .time-count .time-entry {
    position: relative;
    display: inline-block;
    width: 130px;
    height: 115px;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 5px 50px -10px #000;
}

.countdown .time-count .time-entry span {
    font-size: 45px;
    font-weight: 700;
    color: #FFE4DE;
    display: block;
    width: 100%;
}

.line-right {
    margin: 30px 0;
}

.line-right .time-count {
    position: relative;
    display: inline-block;
    text-align: center;
}

.line-right .time-count .time-entry {
    position: relative;
    display: inline-block;
    width: 130px;
    height: 115px;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    background: #344536;
    box-shadow: 0 5px 50px -10px #475449;
}

.line-right .time-count .time-entry span {
    font-size: 45px;
    font-weight: 700;
    color: #FFE4DE;
    display: block;
    width: 100%;
}

.platform-ico img {
    width: 20px;
    height: 20px;
    transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
    filter: grayscale(0%); /* FF 35+ */
}

.platform-ico img:hover {
    -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
    filter: grayscale(100%); /* FF 35+ */
}

/* Dobrovolnici */
.osoba {
    margin-top: -20px;
    margin-bottom: 15px;
    color: #2a2728;
    font-weight: bolder;
    font-size: 10pt;
}

#dobrovolnici h4 {
    color: #405643;
    border-bottom: 1px solid #FFE4DE;
    text-align: center;
}

/* Tlacitka */
.nav-pills .nav-link {
    font-family: "Frick", sans-serif;
    min-width: 225px;
    margin-right: 5px;
    margin-bottom: 5px;
    color: black;
    background-color: #e1dcce;
    text-transform: uppercase;
}

.nav-pills .nav-link span {
    font-family: "Archivo", sans-serif;
    text-transform: none;
    font-weight: lighter;
}

.nav-pills .nav-link.active {
    background-color: black;
    color: #e1dcce;
}

.btn-registrace, .btn-seminare {
    background: #405643;
    font-size: 22px;
    text-transform: uppercase;
    color: #E0DDD4;
    padding: 20px;
    letter-spacing: 1px;
    border: 0;
    box-shadow: 0 5px 50px -10px #E0DDD4;
    font-family: "Frick-Condensed", sans-serif;
}

.btn-seminare {
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 3px 30px -10px #e1dcce;
}

#about .btn:hover {
    background-color: #E0DDD4;
    color: #2F4858;
}

#about .about-address {
    color: #ce7166;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
#gallery {
    background: rgb(0, 0, 0);
    padding: 0px 0;
}
.gallery-container {
    padding-right: 12px;
}

.gallery-container div {
    padding: 0;

}

.gallery {
    overflow: hidden;
}

.gallery img {
    transition: all ease-in-out 0.4s;
    width: 100%;
}

.gallery:hover img {
    transform: scale(1.1);
}

.lity-container .lity-close {
    margin-top: 20px;
    margin-right: 20px;
    font-size: 50px;
    color: #e1dcce;
}




@media (min-width: 1200px) {
    .lity-container {
        max-width: 70%;
    }
}

/*--------------------------------------------------------------
# Flash messages
--------------------------------------------------------------*/
.flash {
    padding: 10px;
    margin: 10px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    background: white;
}
.flash.danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.flash.success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.flash.warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}