@import "/data/css/bootstrap-grid.css";
@import "/data/css/designer_custom.css";

.page .content {
    color: #FFFFFF;
}

#error .error-block {
    text-align: center;
}

#error .error-title {
    font-size: 150px;
    line-height: 1em;
}

#error .lead {
    font-size: 60px;
    line-height: 1.7em;
}

#error .error-button {
    max-width: 150px;
    text-align: center;
    display: inline-block;
}

#error .error-button > .gumb-tab {
    padding: 10px 15px;
}

#error .form-control {
    margin: 0;
}

.loading {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 11050;
    background-color: rgba(51, 51, 51, 0.2) !important;
    height: 100%;
}

#global.loading {
    position: fixed;
}

.loading .spinner {
    position: absolute;
    margin: auto;
    display: inline-block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 160px;
    height: 24px;
    background-image: url("/data/images/loading.gif") !important;
    background-repeat: no-repeat;
}

.google-map {
    width: 100%;
    height: 500px;
}

.contact .google-map {
    height: calc(100vh - 200px - 80px);
}

#locations {
    display: none;
}

.contact form {
    overflow: hidden;
}

.contact .form-group {
    position: relative;
}

.contact .form-group label.control-label {
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 12px;
    right: 12px;
    color: #FFFFFF;
}

.contact .form-group label.control-label:first-child {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.contact .form-group .styled-select {
    position: relative;
    border-bottom: 1px solid #8AC2CA;
    border-top: 0 solid #8AC2CA;
    border-right: 0 solid #8AC2CA;
    border-left: 0 solid #8AC2CA;
    overflow: hidden;
    margin-bottom: 30px;
}

.contact .form-group .form-control {
    border-bottom: 1px solid #8AC2CA;
    border-top: 0 solid #8AC2CA;
    border-right: 0 solid #8AC2CA;
    border-left: 0 solid #8AC2CA;
}

.contact .form-group .styled-select::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #FFFFFF;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    margin: auto;
}

.contact .form-group .styled-select select {
    color: #FFFFFF;
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    margin: 0;
}

.contact .form-group .styled-select select * {
    color: #000000;
}

/*.contact .form-group .styled-select select:read-only,*/
.contact .form-group .styled-select select:disabled {
    pointer-events: none;
}

.contact .form-group .styled-select select:focus {
    outline: none;
}

.contact .form-group textarea.form-control {
    background-color: transparent;
    width: 100%;
    height: 100px;
    resize: vertical;
    border: 1px solid #8AC2CA;
    color: #FFFFFF;
    padding: 8px 12px;
}

.contact .form-group.has-error input,
.contact .form-group.has-error .styled-select,
.contact .form-group.has-error textarea,
.contact .form-subscribe .email-container.has-error input {
    border: 1px solid #C62723;
}

.contact .form-group.has-error .styled-select,
.contact .form-group.has-error .styled-select select {
    color: #C62723;
}

.contact .form-group.has-error .styled-select::after {
    border-top: 8px solid #C62723;
}

.contact .form-group.has-error label.control-label {
    color: #C62723;
}

.contact .form-group.has-error input:-ms-input-placeholder {
    color: #C62723;
}

.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: transparent;
}

.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: transparent;
}

.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: transparent;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: transparent;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #000000;
}

.form-control:focus::-ms-input-placeholder { /* Microsoft Edge */
    color: inherit;
}

.contact .form-group > input:focus,
.contact .form-group > textarea:focus {
    border: 1px solid #8AC2CA;
    transition: border ease 0.2s;
}

.contact .form-group > input:not([value=""]) + label,
.contact .form-group > input:focus + label,
.contact .form-group > textarea:valid + label,
.contact .form-group > textarea:focus + label {
    opacity: 0;
    visibility: hidden;
}

.contact .ignore .form-control {
}

.contact .required .control-label:after {
    content: " *";
}

.contact #results {
    display: none;
    border: 1px solid #CCCCCC;
    text-align: center;
}

.contact #results .text {
    margin: 10px;
}

.contact #results.show {
    display: block;
    padding: 10px;
}

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

.contact #results.error {
    border-color: #C62723 !important;
    color: #C62723;
}

.contact #results.success {
    border-color: #00C1D5 !important;
    color: #00C1D5;
}

.contact #form {
    position: relative;
    overflow: hidden;
}

.re-captcha {
    /* display: none;
     overflow: hidden;*/
}

.re-captcha > div {
    width: auto;
    display: inline-block;
    padding: 0;
    height: auto;
    /*background-color: #fff;*/
    margin: 10px 0;
}

.re-captcha .grecaptcha-badge {
    /*bottom: -5000px !important;*/
}

.re-captcha.has-error > div {
    border: 2px solid #C62723 !important;
}

.re-captcha .rc-anchor-normal {
    border: none !important;
}

.page .freez-page {
    display: block;
    transition: opacity 2000ms ease 0s;
    opacity: 1;
}

.page .preloader-div-intro {
    transition: opacity 500ms ease 0s;
    opacity: 0;
}

.page .content h1 {
    margin-top: 0;
    margin-bottom: 40px;
    font-family: 'Titillium Web', sans-serif;
    color: #8AC2CA;
    font-size: 67px;
    line-height: 44px;
    font-weight: 300;
}

.page .content h2 {
    font-family: 'Titillium Web', sans-serif;
    color: #8AC2CA;
    line-height: 44px;
    font-weight: 300;
    margin-top: 50px;
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 45px;
}

.page .content h3 {
    margin-top: 0;
    font-family: 'Titillium Web', sans-serif;
    line-height: 44px;
    font-weight: 300;
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #FFFFFF;
    font-size: 25px;
}

.page .logo-brands {
    background-size: 80% 80%;
}

.video-player {
    display: none;
}

.video-player.fullscreen {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    padding: 0 !important;
    background-color: rgba(0, 0, 0, 0.85);
}

.video-player.fullscreen .player > * {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100001;
    width: 50%;
    height: 50%;
    margin: auto;
}

.video-player.fullscreen {
    margin: auto;
}

.video-player.fullscreen .close {
    position: fixed;
    top: 20px;
    right: 30px;
    padding: 20px;
    color: white;
    font-size: 45px;
    z-index: 1001;
    opacity: 1;
    cursor: pointer;
}

.fullscreen-opened {
    overflow: hidden;
}

.contact form {
    width: auto;
    margin: 0;
}

.calendar {
    /*max-width: 800px;*/
    margin: auto;
}

.calendar button {
    width: auto;
}

.page .content .calendar h2 {
    margin: 0;
    font-size: 22px;
    color: #FFFFFF;
}

.calendar .fc-day-grid-container {
    overflow: hidden !important;
}

.calendar .fc-row .fc-bg {
    z-index: 6;
}

.calendar .fc-content-skeleton,
.calendar .fc-content-skeleton table {
    height: 100%;
}

.calendar .fc-bg td.fc-day {
    /*background-color: rgba(142, 142, 142, 1) !important;*/
    position: relative;
    cursor: pointer;
}

.calendar .fc-bg td.fc-day.busy {
    /*background-color: rgba(138, 194, 202, 1) !important;*/
    padding: 5px 20px 5px 5px;
}

.calendar .fc-bg td.fc-day.fc-past,
.calendar .fc-bg td.fc-day.busy.holiday {
    background-color: #D7D7D7 !important;
    opacity: 0.3;
}

.calendar .fc-bg td.fc-day.fc-past,
.calendar .fc-bg td.fc-day.fc-today,
.calendar .fc-bg td.fc-day.busy.full,
.calendar .fc-bg td.fc-day.busy.holiday {
    cursor: auto;
}

.calendar .fc-day-grid-event {
    visibility: hidden;
}

.calendar .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: left;
}

.calendar .fc-bg td.fc-day.fc-other-month {
    opacity: 0.4;
}

.calendar .fc-bg td.fc-day::before {
    position: absolute;
    right: 0;
    left: 0;
    height: 1px;
    background-color: #FFFFFF;
    top: -1px;
    bottom: 0;
    content: "";
}

/*.calendar .fc-bg td.fc-day.fc-today::before {*/
/*background-color: #f00;*/
/*height: auto;*/
/*left: 0;*/
/*right: 0;*/
/*bottom: 0;*/
/*z-index: 5;*/
/*}*/

.calendar .fc-bg td.fc-day::after {
    position: absolute;
    right: -1px;
    width: 1px;
    background-color: #FFFFFF;
    top: 0;
    bottom: 0;
    content: "";
}

/*.calendar .fc-bg td.fc-day.fc-today::after {*/
/*background-color: #000;*/
/*height: auto;*/
/*width: auto;*/
/*right: 2px;*/
/*left: 2px;*/
/*top: 1px;*/
/*bottom: 2px;*/
/*z-index: 6;*/
/*}*/

.calendar .fc-bg td.fc-day span {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 20px;
    bottom: 42px;
    margin: auto;
    text-align: center;
    height: 1.7em;
}

.calendar .fc-bg td.fc-day span.attendance {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #8AC2CA;
}

.calendar .fc-bg td.fc-day span.fc-day-number {
    right: 0;
    left: auto;
    top: 0;
    bottom: auto;
}

.calendar span.fc-day-number {
    font-size: 16px;
}

.calendar .fc-bg td.fc-day .event-data {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 42px;
    margin: auto;
    text-align: center;
    height: calc(3.6em + 15px);
    max-height: 100%;
}

.calendar .fc-bg td.fc-day p {
    font-size: 13px;
    margin: 0 0 5px;
    line-height: 1.2em;
}

.calendar .fc-bg td.fc-day p:first-child {
    font-weight: bold;
    font-size: 15px;
}

.calendar .fc-bg td.fc-day.clicked {
    /*background-color: black !important;*/
}

.calendar .fc-state-hover {
    /*background-color: rgba(0,0,0,0.1) !important;*/
}

.fc-day .gumb-tab {
    /*border-color: rgba(138, 194, 202, 1);*/
    /*background-color: hsla(0, 0%, 100%, 1);*/
    background-color: rgba(138, 194, 202, 1);
    border-color: hsla(0, 0%, 100%, 1);
    color: #ffffff;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    cursor: pointer;
}

.fc-day .gumb-tab .menu-link-text {
    color: #ffffff;
}

.fc-day:hover .gumb-tab,
.fc-day .gumb-tab:hover {
    color: #FFFFFF;
    background-color: hsla(0, 0%, 100%, 0.5);
    /*font-weight: 700;*/
}

.calendar .fc-bg td.fc-day.clicked .gumb-tab {
    background-color: hsla(0, 0%, 100%, 0.7);
}

.calendar .fc-bg td.fc-day.fc-past span,
.calendar .fc-bg td.fc-day.fc-today span.fc-day-number,
.calendar .fc-bg td.fc-day.holiday span,
.calendar .fc-bg td.fc-day.fc-sat div.event-data,
.calendar .fc-bg td.fc-day.fc-sun div.event-data,
.calendar .fc-bg td.fc-day.fc-past .gumb-tab,
.calendar .fc-bg td.fc-day.fc-today .gumb-tab,
.calendar .fc-bg td.fc-day.holiday .gumb-tab,
.calendar .fc-bg td.fc-day.fc-sat .gumb-tab,
.calendar .fc-bg td.fc-day.fc-sun .gumb-tab {
    display: none;
}

.calendar .fc-bg td.fc-day.fc-past,
.calendar .fc-bg td.fc-day.holiday,
.calendar .fc-bg td.fc-day.fc-sat,
.calendar .fc-bg td.fc-day.fc-sun {
    background: transparent !important;
}

.calendar .fc-bg td.fc-day.fc-today {
    /*background-color: #FCF8E3 !important;*/
    background-color: transparent !important;
}

.calendar .fc-bg td.fc-today span {
    color: rgba(138, 194, 202, 1);
    font-size: 16px;
    z-index: 8;
    top: 10px;
    font-weight: bolder;
}

.calendar .fc-bg td.fc-today p {
    color: transparent;
}

.training-programs-list {
    display: none;
    /*border: 1px solid #FFFFFF;*/
}

.training-programs-list ul {
    list-style: none;
    padding-left: 15px;
}

.training-programs-list input[type="radio"] {
    float: left !important;
    width: auto !important;
    margin: 5px 10px 5px 0 !important;
    height: auto !important;
    line-height: 20px !important;
    vertical-align: middle;
}

.training-programs-list input[type="radio"]:disabled + label {
    color: #8D9B9C !important;
}

.calendar-toolbar {
    font-size: 14px;
    visibility: hidden;
    margin-bottom: 1em;
}

.calendar-toolbar h2 {
    margin: 0 !important;
}

.training-programs-list > div {
    padding: 20px;
    position: relative;
}

.gumb-open-close img {
    max-width: none;
}

.legal {
    text-align: right;
    margin: 15px -15px;
}

.legal,
.legal a {
    color: rgba(150, 150, 150, 0.8);
    font-size: 12px;
}

.legal:hover a,
.legal a:hover {
    color: #FFFFFF;
}

#index .legal {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 15px auto;
    z-index: 50;
    padding: 0 40px;
}

.page .legal {
    position: absolute;
    width: calc(100% - 80px);
    left: 40px;
    right: 40px;
    bottom: 0;
    margin: 15px auto;
    vertical-align: middle;
    padding: 15px 15px 0;
}

.course-data {
    clear: both;
}

.course-data > h5 {
    float: left;
    margin: 0 10px 0 0;
}

.course-actions a {
    float: left;
    margin: 0 10px;
    padding: 6px 10px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(138, 194, 202, .3);
    background-color: hsla(0, 0%, 100%, .2);
    color: #8AC2CA;
}

.course-actions a:hover {
    font-weight: normal;
    border-color: rgba(138, 194, 202, .6);
    background-color: hsla(0, 0%, 100%, .5);
}

a.disabled,
.course-actions a.disabled {
    font-weight: normal;
    opacity: .7;
    pointer-events: none;
}

.course-actions a:first-child {
    margin-left: 0;
}

.course-actions a:last-child {
    margin-right: 0;
}

.course-date-picker .form-control {
    max-width: 300px;
    margin-bottom: 15px;
}

.datepicker {
    position: absolute;
    background-color: white;
    padding: 10px;
}

#program_course .datepicker {
    position: fixed;
}

.tabs a:hover * {
    color: #FFFFFF;
    font-weight: 700;
}

.tabs a.active {
    font-weight: 600;
}

.tabs a .gumb-tab {
    position: relative;
}

/*.tabs a.active .gumb-tab::after {*/
/*position: absolute;*/
/*content: "";*/
/*bottom: -16px;*/
/*left: 0;*/
/*right: 0;*/
/*margin: auto;*/
/*width: 20px;*/
/*border-left: 10px solid transparent;*/
/*border-right: 10px solid transparent;*/
/*border-bottom: 16px solid white;*/
/*}*/

.tabs a.active .gumb-tab {
    background-color: hsla(0, 0%, 100%, .7);
}

.tabs a.active .gumb-tab .menu-link-text {
    color: #FFFFFF;
    font-weight: 700;
}

.tab-content > div {
    display: none;
    width: 100%;
    height: 0;
    opacity: 0;
    transition: height, opacity ease-in-out .4s;
    border: 0 solid white;
    padding: 0 30px;
    margin: 0 15px;
}

.tab-content > div.active {
    display: block;
    border-width: 1px;
    height: auto;
    opacity: 1;
    padding: 30px;
}

/*body#question_form {*/
/*background-color: #8ac2ca;*/
/*}*/

/*body#question_form > div {*/
/*background-color: rgba(0,0,0,.7);*/
/*}*/

#question_form.page .content {
    margin: 5vh auto 0;
    min-height: calc(100vh - 5vh);
    width: 1170px;
    max-width: 90vw;
}

#question_form.page .content p,
#question_form.page .content label,
#question_form.page .content .form-control,
#question_form.page .content td,
#question_form.page .content .styled-select select,
#question_form.page .content button {
    font-size: 18px;
}

#question_form.page .content table {
    /*width: 100%;*/
    margin: 0 -10px;
}

#question_form.page .content table td {
    padding: 5px 10px;
}

#question_form.page .contact .numberfield {

}

#question_form.page .contact .numberfield .row,
#question_form.page .contact .yesno .row {
    margin: 0;
}

#question_form.page .contact .numberfield .col,
#question_form.page .contact .yesno .col {
    border: 1px solid white;
    min-height: 40px;
}

#question_form.page .contact .yesno .col {
    border: none;
    max-width: 150px;
}

#question_form.page .contact .numberfield input,
#question_form.page .contact .yesno input {
    opacity: 0;
    position: absolute;
    margin: 0;
    width: auto;
}

#question_form.page .contact .yesno input {
    opacity: 1;
    width: 16px;
    height: 16px;
    top: 12px;
    bottom: 12px;
    left: 15px;
    right: 15px;
}

#question_form.page .contact .numberfield .col label,
#question_form.page .contact .yesno .col label {
    text-align: center;
    padding: 8px 12px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    line-height: 24px;
}

#question_form.page .contact .required.numberfield .col label::after,
#question_form.page .contact .required.yesno .col label::after {
    content: "";
}

#question_form.page .contact .numberfield input:checked + label {
    background-color: rgba(255, 255, 255, .6);
}

.text-white,
.text-white p {
    color: #FFFFFF;
}

#program_course .calendar .fc-day {
    pointer-events: none;
}

#program_course .calendar .fc-day .gumb-tab {
    display: none;
}

#program_course .calendar .fc-bg td.fc-day p {
    font-size: 11px;
}

.page.training .links .row > a .gumb-tab .menu-link-text {
    font-size: 17px;
}

.microsoft-popup {
    display: none;
}

.ie10 .microsoft-popup {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1050;
}

.menu-main {
    z-index: 1040;
}

.ie10 .microsoft-popup .dialog {
    position: fixed;
    left: 20px;
    top: 20px;
    bottom: 20px;
    right: 20px;
    width: 800px;
    height: auto;
    margin: auto;
    z-index: 1051;
    max-width: 75%;
}

.ie10 .microsoft-popup .dialog > div {
    clear: both;
    background-color: #fff;
    padding: 30px;
    text-align: center;
}

.ie10 .microsoft-popup .dialog > div h2 {
    font-size: 25px;
    line-height: 1.5em;
}

.ie10 .microsoft-popup .dialog > div button {
    text-align: center;
}

.page .legal {
    position: relative;
    padding-left: 25px;
    margin: 15px -15px;
    left: 0;
    right: 0;
    width: 100%;
}

.contact .form-group > input[type="checkbox"] + label {
    opacity: 1;
    visibility: visible;
}

.chbox > input {
    width: 20px;
    float: left;
    margin-bottom: 10px;
    height: 25px;
    margin-right: 5px;
}

.contact .form-group > input[type="checkbox"] + label {
    opacity: 1;
    visibility: visible;
}

.chbox {
    clear: both;
}

.chbox.not-checked > input + label {
    color: #C62723;
}

.menu-link-block {
    display: inline-block;
    width: auto;
    padding: 14px 34px;
}

.mobile-dropdown-menu-link-main.language > .language,
.menu-link-block.language,
.menu-link-block.social {
    padding: 14px 12px;
}

/*.menu-link-block.language.first,*/
.menu-link-block.social.first {
    padding-left: 34px;
}

.menu-link-block.language.last,
.menu-link-block.social.last {
    padding-right: 34px;
}

.menu-main {
    text-align: center;
    z-index: 1040;
    display: block;
    overflow: hidden;
    left: 5%;
    right: 5%;
    max-width: 1190px;
    /* removed becuse sk
    max-width: 1135px;
    left: 7%;
    right: 7%;
    */
    transform: none;
    position: absolute;
    margin: auto;
}

.lomo-gobile-v {
    max-width: 155px;
    padding: 0;
    float: right;
    height: auto;
    max-height: 30px;
    margin: 7px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    .menu-main {
        width: 1100px;
    }

    .menu-link-block.language,
    .menu-link-block.social {
        padding: 14px 12px !important;
    }

    .fc-day.microsoft .gumb-tab * {
        /*display: inline-block;*/
        color: #000000;
    }

    .fc-day .gumb-tab {
        /*position: relative;*/
        display: block;
    }

    .calendar .fc-bg td.fc-day span {
        position: relative;
        display: block;
        text-align: center;
        width: auto;
    }

    .calendar .fc-bg td.fc-day .event-data {
        position: relative;
        left: 10px;
        right: 10px;
        top: 10px;
        bottom: 42px;
        margin: auto;
        text-align: center;
        /*height: 3.6em;*/
        max-height: 100%;
        margin-top: 10px;
    }

    /*.calendar .fc-bg td.fc-day.fc-today span {*/
    /*position: relative;*/
    /*display: inline-block;*/
    /*max-width: 90%;*/
    /*}*/
    .calendar .fc-bg td.fc-day.fc-today::before {
        display: none;
    }

    .calendar .fc-bg td.fc-day.fc-today::after {
        display: none;
    }

    /*.calendar .fc-bg td.fc-day span.fc-day-number {*/
    /*float: right;*/
    /*}*/
}

@media (max-width: 1300px) {
    .menu-link-block {
        padding: 14px 25px;
    }
}

@media (max-width: 1200px) {
    .menu-link-block {
        padding: 14px 24px;
    }

    .calendar .fc-bg td.fc-day p {
        font-size: 11px;
    }

    .links .row > a .gumb-tab .menu-link-text {
        font-size: 14px;
    }
}


@media (max-width: 1170px) {
    .menu-link-block {
        padding: 14px 23px;
    }

    .menu-main {
        /*left: 9%;*/
        /*right: 9%;*/
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: auto;
    }

    .menu-link-block.language,
    .menu-link-block.social {
        padding: 14px 12px !important;
    }

    .fc-day .gumb-tab {
        display: none;
    }

    .calendar {
        /*max-width: 80%;*/
    }
}

@media (max-width: 1150px) {
    .menu-link-block {
        padding: 14px 21px;
    }
}

@media (max-width: 1110px) {
    .menu-link-block {
        padding: 14px 20px;
    }
}

@media (max-width: 1087px) {
    .menu-link-block {
        padding: 14px 18px;
    }
}

@media (max-width: 1050px) {
    .menu-link-block {
        padding: 14px 15px;
    }
}


@media only screen and (max-width: 992px) and (min-width: 479px) {
    .lomo-gobile-v {
        max-width: 150px;
    }
}

@media only screen and (max-width: 992px) and (max-height: 479px) {
    .logo-hero {
        margin-top: 20%;
        padding: 60px;
    }
}

@media (max-width: 991px) {
    .tabs a.active .gumb-tab::after {
        display: none;
    }

    .ozadje-refinish {
        background-position: 46% 50%;
    }

    .div-cez-video, .ozadje-refinish, .overflow-hidden .main-wrapper {
        overflow: hidden;
        background-attachment: unset !important;
    }

    .menu-zgoraj-x {
        background-color: #8ac2ca;
    }

    .page .content {
        min-height: calc(100vh - 100px);
        max-width: calc(100vw - 50px);
        margin-left: 25px;
        margin-top: 100px;
        margin-right: 25px;
        padding: 20px;
    }

    .menu-main {
        left: 10%;
        right: 10%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .page .content h1,
    .page .content h2,
    .page .content h3 {
        line-height: 1em;
        margin-bottom: 0.8em;
    }

    .page .content h1 {
        font-size: 44px;
    }

    .page .content h2 {
        font-size: 30px;
    }

    .page .content h2 {
        font-size: 25px;
    }

    .content > .container-fluid:nth-last-child(2) {
        margin-bottom: 40px;
    }

    #question_form.page .contact .numberfield .col label,
    #question_form.page .contact .yesno .col label {
    }

    .page .legal {
        position: relative;
        width: auto;
        left: auto;
        right: auto;
        height: auto;
        padding: 0;
        margin: 0;
    }

    .calendar {
        /*max-width: 100%;*/
    }

    .calendar .fc-bg td.fc-day .event-data {
        height: auto;
    }

    .hide-mobile {
        display: none;
    }
}

#training_choose .program_data {
    display: none;
}

@media (max-width: 776px) {
    .calendar .fc-bg td.fc-day {
        padding: 5px !important;
        background-color: #00FF00 !important;
        opacity: 0.6;
    }

    .calendar .fc-bg td.fc-day.busy {
        background-color: #ffff00 !important;
    }

    .calendar .fc-bg td.fc-day.busy.full {
        background-color: #FF1C1C !important;
    }

    .calendar .fc-bg td.fc-day.fc-past,
    .calendar .fc-bg td.fc-day.busy.full,
    .calendar .fc-bg td.fc-day.busy.holiday {
        background-color: #D7D7D7 !important;
        opacity: 0.4;
    }

    .calendar .fc-bg td.fc-day span,
    .calendar .fc-bg td.fc-day .event-data p {
        display: none;
    }

    #training_choose .program_data {
        display: block;
    }

    #training_choose .submit-button,
    #training_choose ul {
        display: none;
    }
}

@media (max-width: 577px) {
    #question_form.page .content table td {
        float: left;
    }

    .content a {
        word-break: break-all;
    }


    .slider_desktop {
        display: none;
    }

}

@media (min-width: 578px) {


    .slider_mobile {
        display: none;
    }

}

@media (max-width: 1025px) {
    #question_form.page .content {
        margin: 0;
        width: 100vw;
        max-width: none;
        border-radius: 0;
    }
}

.logos-footer, .font-white, .font-white a, .logos-footer a {
    color: #ffffff !important;
}

.mobile-dropdown-menu-link-main.language {
    color: #333;
}

.mobile-dropdown-menu-link-main.language > .language {
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
}

.div-menu-mobile-dropdown {
    padding-top: 0;
}

.no-break {
    white-space: nowrap;
}


.page .content {
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
}

.owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.owl-nav .owl-prev {
    width: max-content;
    font-size: 60px !important;
    line-height: 50px !important;
    transform: translateX(10px);
}

.owl-nav .owl-next {
    width: max-content;
    font-size: 60px !important;
    line-height: 50px !important;
    transform: translateX(-10px);
}

h3 {
    color: #8ac2ca !important;
    text-transform: initial;
}


.btn.btn-primary,
button {
    background: rgb(0,127,142);
    background: linear-gradient(110deg, rgba(0,127,142,1) 0%, rgba(5,89,98,1) 91%);
    border: 0;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Titillium Web', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    margin-top: 0px;
    padding: 11px 15px;
    text-decoration: none;
    max-width: 100%;
    border-radius: 5px;
}

.btn.btn-yellow {
    background: rgb(237, 175, 34);
    background: linear-gradient(110deg, rgb(237, 175, 34) 0%, rgb(194, 140, 17) 91%);
}

.btn.btn-primary.btn-red {
    background: linear-gradient(110deg, #c0392b 0%, #a8271a 91%);
}