/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: Please read: tidythemes.com/concept. Donations: https://calmestghost.com/donate. BlankSlate is the definitive WordPress boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2021
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2021 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/
@font-face {
    font-family: 'Authentic';
    src: url("/fonts/Authentic-Hilton.ttf") format("ttf");
}
.navbar-toggler:not(:disabled):not(.disabled) {
    outline: none!important;
}
.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none;
    outline: none!important;
}
.first-section {
    background-image: url("/wp-content/uploads/2021/09/Screen-Shot-2019-04-19-at-1.13.45-PM.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*min-height: 74vh;*/
}
.navbar {
    transition: all 0.4s;
    background: black;
}

.navbar .nav-link {
    color: #fff;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #fff;
    text-decoration: none;
}

.navbar .navbar-brand {
    color: #fff;
}

.navbar.active {
    background: #fff;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar.active .nav-link {
    color: #555;
}

.navbar.active .nav-link:hover,
.navbar.active .nav-link:focus {
    color: #555;
    text-decoration: none;
}

.navbar.active .navbar-brand {
    color: #555;
}
.second-section {
    background-color: #f9f3e5;
    position: relative;
}
.included-wrap {
    padding: 50px 0px;
}
.included {
    font-size: 31px;
    letter-spacing: 1px;
    color: #2e643f;
    font-family: 'Gotham', sans-serif;
    font-weight: bold;
    text-align: center;
}
.image-col {
    padding-left: 15px;
    padding-right: 15px;
}
.image-col img {
    width: 320px;
    display: block;
    margin: 0 auto;
}
.sign-up-form {
    background-color: #d4ceaf;
    padding: 30px 0px;
}
.cf-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.cf-col-1, .cf-col-2, .cf-col-3, .cf-col-4, .cf-col-5, .cf-col-6, .cf-col-7, .cf-col-8, .cf-col-9, .cf-col-10, .cf-col-11, .cf-col-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
}

@media ( min-width: 577px ) {
    .cf-col-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .cf-push-1 { margin-left: 8.333333%; }
    .cf-col-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .cf-push-2 { margin-left: 16.66667%; }
    .cf-col-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .cf-push-3 { margin-left: 25%; }
    .cf-col-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .cf-push-4 { margin-left: 33.33333%; }
    .cf-col-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .cf-push-5 { margin-left: 41.66667%; }
    .cf-col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .cf-push-6 { margin-left: 50%; }
    .cf-col-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .cf-push-7 { margin-left: 58.33333%; }
    .cf-col-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .cf-push-8 { margin-left: 66.66667%; }
    .cf-col-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .cf-push-9 { margin-left: 75%; }
    .cf-col-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .cf-push-10 { margin-left: 83.33333%; }
    .cf-col-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .cf-push-11 { margin-left: 91.66667%; }
    .cf-col-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.prijava-title {
    text-align: center;
    color: #f7f2e6;
    padding: 50px 0px;
    font-family: "Authentic Hilton";
    font-size: 80px;
}

input, optgroup, select, textarea {
    background: transparent;
    border:none;
    border-bottom: 1px solid black;
    min-width: 100%;
}

[type=reset], [type=submit], button, html [type=button] {
    border: 1px solid black;
    min-width: 50px;
    /*padding: 10px 65px;*/
}
input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox;
    width: 100%;
    min-width: 390px;
}
label {
    min-width: 100%;
}
input::placeholder {
    font-weight: bold;
    color: #000000;
}
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-inner-spin-button{
    display: none;
}
input[type="checkbox"]{
    width: 20px; /*Desired width*/
    height: 20px; /*Desired height*/
    border-radius: 5px;
}
.third-section {
    background-color: #f9f3e5;
}
.info-title {
    text-align: center;
    color: #555f52;
    padding: 50px 0px;
    font-family: 'Authentic', sans-serif;
    font-size: 80px;
}
.third-section img {
    width: 550px;
    height: 320px;
    margin-top: 30px;
}
.map {
    border: 7px solid white;
}
.info-subtitle {
    font-weight: 700;
    margin-bottom: 20px;
}
.info-subtitle, .info-pname, .third-section a {
    font-size: 26px;
    line-height: 41px;
    font-family: 'Montserrat', sans-serif;
}
.third-section a {
    color: #5d9b70;
    margin-bottom: 20px;
}
.above-subt {
    font-size: 21px;
    color: #1f1e1c;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
.above-subt-normal {
    font-size: 21px;
    color: #1f1e1c;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.third-section p {
    color: #1f1e1c;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    line-height: 25px;;
}
.span-3 {
    font-weight: 700;
}
.mtc {
    margin-top: 120px;
}
.fourth-section {
    background-color: #f9f3e5;
    padding: 90px 0px;
}
.galerija-title {
    text-align: center;
    padding: 50px 0px;
    font-family: "Authentic Hilton";
    font-size: 80px;
    color: #555f52;
}
.fourth-section img {
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-top: 18px;
}
.icons-cont {
    padding: 10px 0px 65px 0px;
}
.icons img {
    width: 160px;
    display: block;
    margin: 0 auto;
}
.fifth-section {
    background-color: #f9f3e5;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    width: 96%;
}
.history-image {
    background-image: url("https://skala100su.concordsoft.design/wp-content/uploads/2021/09/Group-6-1.png");
    height: 70vh;
    background-position: center;
    background-size: cover;
}
.fifth-section .container {
    padding: 90px 0px;
}
.year {
    font-size: 29px;
    color: #1f1e1c;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
.year-par {
    font-size: 16px;
    color: #1f1e1c;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
footer {
    background-image: url("/wp-content/uploads/2021/09/Layer-1-copy-3.jpg");
}
.footer-name {
    font-size: 29px;
    line-height: 43px;
    color: #f9f3e5;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
.footer-email, .footer-number {
    font-size: 29px;
    line-height: 43px;
    color: #f9f3e5;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
footer .container {
    padding: 190px 0px 100px 0px;
}

.container-f {
    display: flex;
    width: 100%;
    /*height: 300px;*/
}
.footer-12 {
    align-self: flex-end;
}
.column01 {
    flex: 1;
    color: white;
}
.column01 img {
    width: 160px;
}
.third-section p {
    min-height: 250px;
}
@media screen and (max-width: 1260px) {
    .footer-email, .footer-number {
        font-size: 16px;
    }

    .footer-title {
        font-size: 50px;
    }
}
@media screen and (max-width:1050px) {
    .third-section p {
        min-height: 300px;
    }
}
@media (max-width: 991.98px) {
    .third-section p {
        min-height: 451px;
    }
    .above-subt-normal {
        font-size: 18px;
    }


    .history-image {
        height: 44vh;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .info-subtitle, .info-pname, .third-section a {
        font-size: 18px;
    }
    .navbar {
        background: #fff!important;
    }
    .first-section {
        margin-top: 70px;
    }

    .navbar .navbar-brand, .navbar .nav-link {
        color: #555;
    }
    input, optgroup, select, textarea {
        max-width: 100%;
    }
    input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
        max-width: 100%;
        min-width: unset;
    }

}
@media screen and (max-width: 800px) {
    .third-section p {
        min-height: unset;
    }
    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        left: 10px;
    }
    .colmarg {
        margin-top: 30px;
    }
    .embed-responsive {
        margin-top: 30px;
    }
    .icons-cont {
        padding: 10px 15px 65px 15px;
    }
    .fifth-section .container {
        padding: unset;
        padding-right: 15px;
        padding-left: 15px;
    }
    footer .container {
        padding: unset;
        padding: 150px 15px 85px 15px;
    }
    .fourth-section {
        padding: 90px 15px 90px 15px;
    }
    .cf-container {
        display: block;
    }
    .cf-col-6 {
        max-width: 100%;
        text-align: center;
    }
    .history-image {
        background-size: cover;
    }
}
@media screen and (max-width: 500px) {
    .info-title {
        font-size: 50px;
    }
    .column01 img {
        width: 90px;
    }

}
.footer-title {
    color: #ffffff; text-align: left;
}
@media screen and (max-width: 460px) {
    .column01 img {
        width: 120px;
        margin-bottom: 20px;
    }
  .column01 {
      text-align: center;
  }
  .footer-12 {
      text-align: center;
  }
    .container-f {
        display: block;
    }
    footer {
        text-align: center;
    }
    .footer-title {
      text-align: center;
    }
}
