* {
    outline: none;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

body {
    margin: 0;
    font-family: 'Barlow', sans-serif;
    font-size: 24px;
    font-weight: 300;
}

.small-text {
    font-size: 0.8em;
}

.grey-text {
    color: #afafaf;
}

html #header.header-transparent {
    min-height: 0 !important;
    position: absolute;
}

#header {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 1030;
    text-align: center;
    color: #FFFFFF;
}

#header span {
    color: #2093b6;
}

.video-wrapper {
    position: absolute;
    overflow: hidden;
    inset: 0px;
}

#home {
    height: 100vh;
    margin: 0;
}

.stage {
    height: 100%;
}

.item {
    display: block;
    opacity: 1;
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    transition: ease opacity 300ms;
}

.overlay {
    position: relative;
}

.overlay:before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    /*background: #212529;*/
    background: linear-gradient(#153944, #212529);
    opacity: 0.95;
    pointer-events: none;
    transition: ease opacity 300ms 100ms;
}

.full-video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;

    margin: auto; 
    position: absolute;
    z-index: -1; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    visibility: visible; 
    opacity: 1; 
}

section {
    padding: 100px 30px;
    min-height: 100vh;
}
section.content-height {
    min-height: auto;
}
/*
#onas {
    background: #2093b6;
    color: #ffffff;
    font-weight: 100;
}

#sluzby {
    background: #fff;
    color: #153944;
    font-weight: 300;
}

#team {
    background: #fff;
    color: #153944;
    font-weight: 300;
}

#liecba {
    background: #153944;
    color: #ffffff;
    font-weight: 400;
}

#kontakt {
    background: #777;
    color: #000;
    font-weight: 900;
}
*/
.glass {
    box-shadow: 0 0 0.3rem 0 rgb(0 0 0 / 14%);
    border-radius: 32px;
    background-color: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    margin: 0 auto;
    width: 1140px;
    font: normal normal normal 18px/28px Barlow;
    padding: 32px;
    color: #FFF;
    background: transparent linear-gradient(155deg, #FFFFFF55 0%, #80808000 100%) 0% 0% no-repeat padding-box;
    top: 242px;
    position: relative;
    z-index: 3;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin: 0;
    list-style: none;
}

nav ul li {
    height: 100%;
    align-self: stretch;
    margin-left: 2px;
}

nav ul li a {
    display: inline-flex;
    align-items: center;
    white-space: normal;
    border-radius: 4px;
    color: #ccc;
    font-style: normal;
    padding: 0.5rem 1rem;
    letter-spacing: -.5px;
    text-decoration: none;

    font-size: 1.1rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
}

nav ul li a:hover {
    color: #2093b6;
}

nav ul li.active a {
    color: #d3ab2a;
}

#header .header-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 70px;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #153944 !important;
    transition: all 0.2s linear;
}

#header .header-body .header-container {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    width: 100%;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
}

#header .header-row {
    display: flex;
    flex-grow: 1;
    align-items: center;
    align-self: stretch;
    max-height: 100%;
}

#header .header-column {
    display: flex;
    align-self: stretch;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px;
}

.align-items-start {
    align-items: start !important;
}

.align-items-end {
    align-items: end !important;
}

html:not(.sticky-header-active) #header .header-body {
    background-color: transparent !important;
    height: 100px !important;
    transition: all 0.2s linear;
}

.justify-space-around {
    justify-content: space-around;
    align-content: center;
}
.justify-center {
    justify-content: center;
    align-content: center;
}
.align-items-center {
    align-items: center;
}
.container-full {
    width: 100%;
    margin: 0;
}
.container {
    max-width: 1200px;
    margin: 0 auto;

}
.container h2 {
    color: #d3ab2a;
}
.item .container {
    color: #fff;
    z-index: 10;
    position: relative;
    display: flex;
    height: 100%;
}
.thumb-image {
    border-radius: 10px;
    overflow: hidden;
}
.thumb-image img {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.thumb-caption h3 {
    font-size: 0.9em;
    color: #212529!important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-weight: 400;
}
.thumb-caption span {
    font-size: 0.8em;
    text-transform: uppercase;
}
.thumb-text {
    display: block;
    font-size: 0.8em;
    margin-top: 1em;
}
.row {
    height: 100%;
    display: flex;
    flex-direction: row;
}
.col {
    flex: 1 0 0%;
    box-sizing: border-box;
}
.align-center {
    text-align: center;
}
.col h2 {
    text-transform: uppercase;
    font-size: 2rem;
    margin-top: 0rem;
    margin-bottom: 1rem;
    padding-bottom: 3rem;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 400;

}
p.descr {
    font-size: 0.8em;
    margin-bottom: 3em;
}
p.anotation {
    margin-bottom: 3em;
    text-transform: uppercase;
}
p.text {
    font-size: 0.8ems;
    margin-bottom: 3em;
}

.column {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.w8 {
    flex: 0 0 auto;
    width: 8.3%;
    padding-right: 2%;
    padding-left: 2%;
}
.w20 {
    flex: 0 0 auto;
    width: 20%;
    padding-right: 2%;
    padding-left: 2%;
}
.w25 {
    flex: 0 0 auto;
    width: 25%;
    padding-right: 2%;
    padding-left: 2%;
}
.w33 {
    flex: 0 0 auto;
    width: 33.3%;
    padding-right: 2%;
    padding-left: 2%;
}
.w50 {
    flex: 0 0 auto;
    width: 50%;
    padding-right: 2%;
    padding-left: 2%;
}

.block {
    margin-top: 2em;
    text-align: left;
}
.block .block-header {
    font-weight: 600;
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.block p {
    font-size: 0.8em;
}
.pad-subsection {
    padding: 30px;
}


.theme-white {
    background-color: #FFFFFF;
    background-image: url("icons2.png"), linear-gradient(#ffffff, #ffffff);
}
.theme-white .container {
    color: #333333; 
}
.theme-white .container h3 {
    color: #212529!important;
}
.theme-white .container h2 {
    color: #2093b6;
}
.theme-white .container .thumb-caption span {
    color: #2093b6;
}

.theme-light {
    background: #2093b6;
    background-image: url("icons.png");
    background-image: url("icons.png"), linear-gradient(#2093b6, #246274);
}
.theme-light .container {
    color: #FFFFFF; 
}
.theme-light .container h3 {
    color: #FFF!important;
}
.theme-light .container h2 {
    color: #d3ab2a;
    font-weight: 400;
}
.theme-light .container .thumb-caption span {
    color: #212529;
    font-weight: normal;
}
/*.theme-light .block-header {
    color: #d3ab2aff;
}*/

.theme-dark {
    background: #153944;
    background-image: url("icons.png"), linear-gradient(#153944, #0f2931);
    color: #ffffff;
}
.theme-dark .container {
    color: #FFFFFF; 
}
.theme-dark .container h3 {
    color: #FFFFFF!important;
}
.theme-dark .container h2 {
    color: #d3ab2aff;
}
.theme-dark .container .thumb-caption span {
    color: #d3ab2aff;
}

.theme-grey {
    background: #ededed;
    color: #5a5a5a;
}
.theme-grey a{
    color: #5a5a5a;
}
.theme-grey .container {
    color: #5a5a5a; 
}
.theme-grey .container h3 {
    color: #5a5a5a!important;
}
.theme-grey .container h2 {
    color: #153944;
}
.theme-grey .container .thumb-caption span {
    color: #153944;
    font-weight: 300;
}

.theme-darkgrey {
    background: #1c2023;
    color: #555;
}
.theme-darkgrey a{
    color: #555;
}
.theme-darkgrey .container {
    color: #555; 
}
.theme-darkgrey .container h3 {
    color: #555!important;
}
.theme-darkgrey .container h2 {
    color: #d3ab2aff;
}
.theme-darkgrey .container .thumb-caption span {
    color: #d3ab2aff;
}


#kontakt {
    padding: 0;
}

.form-group {
    max-width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-bottom: 1rem;
}
.col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}



.form-control {
    font-size: .85rem;
    line-height: 1.85;
    padding: 0.7rem 1rem;
    border: 0;


    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.table1 tr th, .table1 tr td {
    padding-bottom: 1em;
}
.table1 th {
    padding-right: 5em;
    font-weight: normal;
    text-align: left;
}
.table1 td {
    text-align: right;
}

.table2 tr th, .table2 tr td {
    padding-bottom: 1em;
}
.table2 th {
    padding-right: 5em;
    font-weight: normal;
    text-align: left;
    min-width: 200px;
}
.table2 td {
    text-align: right;
}
.table2 .text-end {
    text-align: right !important;
    padding-right: 2em;
    padding-left: 0em;

}
.table2 .text-start {
    text-align: left !important;
    padding-right: 0em;
    padding-left: 2em;
}

.big-text {
    font-size: 1.2em;
}

.column h2 {
    text-transform: uppercase;
    font-size: 4.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    letter-spacing: 1px;
}

.column h3 {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: normal;
    position: relative;
    text-align: center;
    margin: 0;
}

.column p {
    font-size: 1.5rem;
    font-weight: light;
    margin: 0 0 20px;
    text-align: center;
}

.column a {
    background-color: #2093b6;
    color: #fff;
    border-radius: 30px;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 4px;
}

/*
.blurIn {
    animation: blur 4s ease 0s 1;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
@keyframes blur {
    0%,
    90% {
      -webkit-filter: blur(0px);
      -moz-filter: blur(0px);
      -o-filter: blur(0px);
      -ms-filter: blur(0px);
    }
    50% {
      -webkit-filter: blur(50px);
      -moz-filter: blur(50px);
      -o-filter: blur(50px);
      -ms-filter: blur(50px);
    }
  }
  
  filter: blur(3px);
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: url(blur.svg#blur);
  filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
  */
.anim-delay1 {
    animation-delay: 0.5s!important;
}

.anim-delay-2 {
    animation-delay: 2s!important;
}

.anim-delay-3 {
    animation-delay: 3s!important;
}

.anim-delay-4 {
    animation-delay: 6s!important;
}

.fadeIn2 {
    animation: fadeIn 2s ease 0s 1;
    opacity: 0;
    animation-fill-mode: forwards;
}
.fadeIn5 {
    animation: fadeIn 5s ease 0s 1;
    opacity: 0;
    animation-fill-mode: forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.display-none {
    display: none;
}
.display-block {
    display: block;
}

#modal-body {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0!important;
    background: #246274dd;
    display: none;
    backdrop-filter: blur(4px);
    
}
#modal-body .modal-container {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0!important;
    display: flex;
    justify-content: center;
    align-items: center;
}
#modal-body .modal {
    background: #ffffff;
    color: #212529;
    width: 70vw;
    max-height: 75vh;
    border-radius: 5px;
    overflow-y: auto;
}
#modal-body .modal-content {
    padding: 15px;
    display: none;
}
#modal-body .modal-header {
    text-align: right;
}
#modal-body .modal-close {
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 600;
    font-size: 26px;
    color: #838383;
    border: none;
    background-color: #ffffff;
    padding-right: 10px;
    cursor: pointer;
}
#modal-body .modal-close:hover {
    color: #0f2931;
}



@media only screen and (max-width: 1024px),
only screen and (max-device-width: 1024px)
{
    body {

        font-size: 36px;
    }
    section {
        min-height: auto;
    }
    .row {
        flex-direction: column;
    }
    .col {
        width: 100%;
        padding-top: 2em;
        padding-bottom: 2em;
    }
    .col1 {
        min-height: 100%;
        padding-top: 100%;
    }
    .col-xl-4 {
        width: 100%;
    }
    .w25 {
        width: 100%;
    }
    .table1 {
        padding-right: 20%;
        padding-left: 20%;
    }
    .header-row {
        padding-left: 2em;
        padding-right: 2em;
    }
}

