html, body {
    font-size:1em;
    color: #02294a;
    background: white;
    font-family: 'poppins', sans-serif;
    font-weight: 300;
}

#app {
    overflow-x: hidden;
}

header {
    min-height:700px;
    _height: 700px;
    /* height: 700px; */
    background: url('/images/header.jpg') no-repeat;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center -2vh;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    width: 100%;
}


#myVideo {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 0;
}

@media screen and (max-width: 800px){
    header{
       background-attachment: scroll
    }
}

header h1 {
    color: #fff;
    font-size: 2.5em;
    margin-bottom: 0.6em;
    text-transform: uppercase;
    font-family: "europa", sans-serif;
    font-weight: bold;
    font-display:auto;
}

header h2 {
    font-weight: 200;
    font-size: 2em;
    color: #fff;
}

footer {
    font-size: 0.8em;
}

.bg-gold {
    background-color: #b4956e;
}

.gold {
    color: #b4956e;
}

.mt-6 {
    margin-top: 6rem !important;
}

.h_section {
    font-family: "europa", sans-serif;
    text-transform: uppercase;
    color: #222;
    font-size: 1.6em;
    font-weight: bold;
}

.h_section:after
{
    content:' ';
    display:block;
    border:1px solid #C7C7C7;
    width:45px;
    margin:auto;
    margin-top:0.9em;
    margin-bottom:0.5em;
}

#apartmany p {
    padding-left: 3em;
    padding-right: 3em;
}

.numbers {
    margin:4em;
    margin-top:-2em;
    z-index: 100;
    position: relative;
    padding:3rem !important;
}

@media screen and (max-width: 800px){
    .numbers{
        margin:2em;
    }
}

.numbers_title {
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 0.2em;
    font-family: "europa", sans-serif;
    font-weight: bold;
}

.numbers_description {
    font-size: 0.8em;
}

h3 {
    font-family: "europa", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.4em;
}

.okoli_description {
    font-size: 0.9em;
}

.cenik_table {
    font-size: 0.8em;
}

.cenik_table thead tr {
    background-color: #454545;
    color: white;
    border-bottom: 1px solid #353535;
    border-top: 1px solid #353535;
    text-transform: uppercase;
}

.cenik_table thead th {
    padding:1em;
}

.cenik_table tbody tr {
    border-bottom: 1px dotted #C7C7C7;
    /* text-transform: uppercase; */
}

.cenik_table tbody td {
    padding:1em;
}

.block {
    border-bottom: 1px dotted white;
    padding-top:1em;
    padding-bottom:1em;
    font-size: 0.9em;
}

.block img {
    height: 1.4em;
}

h3.h_section {
    font-size: 1.3em;
}

.over-flow {
    overflow: auto;
}

.container {
    overflow: hidden;
}

a, a:hover {
    color: #b4956e;
}

.al {
    background: url('/images/sipka.png') no-repeat;
    display: inline-block;
    padding: 10px;
    padding-left: 43px;
    width: 101px;
    height: 44px;
    margin-top: 35px;
    margin-left: 10px;
}

.ar {
    background: url('/images/sipkar.png') no-repeat;
    display: inline-block;
    padding: 10px;
    padding-right: 43px;
    width: 101px;
    height: 44px;
    margin-top: 35px !important;
    margin-right: 10px;
}

.al:hover {
    background: url('/images/sipkab.png') no-repeat;
    text-decoration: none;
    color: white;
}

.ar:hover {
    background: url('/images/sipkarb.png') no-repeat;
    text-decoration: none;
    color: white;
}

.seda {
    background: #f8f7f7;
}

#kestazeni a {
    font-weight: bold;
    color:#02294a;
}

#kestazeni a:hover {
    color: #b4956e;
    text-decoration: none;
}

#zkl {
    margin-left:-70px;
    margin-top:290px;
    color:white;
    position:relative;
    z-index:1;
    padding-left: 100px !important;
}

@media screen and (max-width: 767px){
    #zkl {
        margin-left:0px;
        margin-top:0px;
        padding-left:50px !important;
    }
}

.inftab {
    color: #bda22a;
    background: transparent url('/images/dotaz.png') no-repeat;
    background-size: cover;
    font-size: 0.8em;
    box-shadow: #555 10px 10px 0px;
}

.inftab a{
    color: #bda22a;
}

.inftab h3 {
    font-size: 2.1em;
    text-transform: none;
}

.inftab .tel {
    width: 220px;
}

.dots {
    overflow: hidden;
    white-space: nowrap;
}

.bg-white-50 {
    background: rgba(255, 255, 255, 0.7);
}

.odsazeni {
    margin-top: 15em;
    padding: 1.7em;
}

.navbar-brand img {
    width: 200px;
    transition: all 0.5s ease-in;
}

.navbar_small .navbar-brand img {
    width:80px;
}

#ekologie {
    line-height: 3em;
}

.list {
    display: inline-block;
    width: 55px;
    text-align: center;
}

.gold-button {
    font-size:1em;
    border:1px solid #b4956e;
    padding-right:25px!important; white-space:nowrap;
    color: #b4956e;
}

.gold-button:hover {
    color:white;
    background: #b4956e;
    text-decoration: none;
}

strong {
    font-weight: 600;
}

.gold-button-contact {
    margin:0.5em;
    padding: 0.5em;
    font-size:1.5em;
    font-weight:600;
    background:#fff;
    color:#454545 !important;
    display:inline-block;
    width:280px;
}

.gold-button-contact:hover {
    background: #c7c7c7;;
    text-decoration: none;
}

.z-100 {
    z-index: 100;
}

.big-arrow {
    font-size:2em; left:7px; top:7px; position:relative;
}

.w-250px {
    width: 250px;
}

.w-150px {
    width: 150px;
}

.mw-150px {
    min-width: 150px;
}

.mw-250px {
    min-width: 250px;
}

.mw-200px {
    min-width: 200px;
}

.maxw-830px {
    max-width: 830px;
}

.min-w-100 {
    min-width: 100%;
}

.min-w-50 {
    min-width: 50%;
}

.no-hover-decoratio:hover {
    text-decoration: none;
}

.gold-apartman-btn:hover {
    background: #C7C7C7;
    color: white;
}

.cursor {
    cursor: pointer;
}

.apartman_thumb {
    cursor: pointer;
}

#myVideoOverlay {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 10;
    background-color: #00000055;
}

.galerie-wrap {
    text-align: center;
}

.galerie_link{
    width: 250px;
    height: 250px;
    overflow: hidden;
    margin: 5px;
    /* border: 1px solid #02294a; */
    display: inline-block;
    text-align: center;
}

.galerie_link img {
    height: 100%;
    min-width: 100%;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

.bg-dark {
    background-color: #454545 !important;
}

#contact {
    background: url('/images/paticka.png') no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
}