body {
    font-family: 'Montserrat', sans-serif !important; 
    color: #333;
 }

h1 {
   color: #fff !important;
   font-family: 'Bowlby One SC', cursive !important;
   text-align: center;
   font-size: 60px !important;
   text-transform: uppercase;
}

@media (max-width: 62.5em) {
    h1 {
        font-size: 50px !important;
     }

     .oteviraci-doba table{
         width: 100% !important;
    }
}

.doprostred {
    text-align: center;
}

.main-bg {
    background-position: 50% 80%;
}

.black-bg {
    background: #000;
}

.neon-zelena {
    color: #DAA520;
}

.uk-navbar-bg {
    background-color: rgba(0,0,0,0.35);
}

.uk-navbar-bg .navbar-logo img {
    max-width: 100%;
    max-height: 100%;
    height: 130px;
}

.main-hero {
    opacity: 70%;
    background-size: cover;
}

.header-slider {
    background-color: #f8f8f8;
}

.uk-height-large {
    height: 700px !important;
}

.uk-navbar-center .uk-navbar-nav li {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

.uk-navbar-center .uk-navbar-nav li a {
    font-size: 0.93rem;
    color: #fff;
    font-family: 'Prompt', sans-serif !important;
}

.uk-navbar-center .uk-navbar-nav li a:hover {
    color: #DAA520;
}

.svg-phone {
    max-width: 20px;
}

.uk-navbar-right {
    padding-top: 0;
}

.menu-phone {
    border: 1.5px solid #fff;
    color: #fff;
    font-size: 0.93rem;
    border-radius: 10px;
    margin-top: 10px;
    padding: 10px;
}

.menu-phone:hover {
color: #DAA520;
border: 1.5px solid #DAA520;
}

.nadpis-linka {
    font-weight: bold;
    display: inline-block;
    padding-bottom: 5px;
    position: relative;

}

.nadpis-linka:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    bottom: 0;
    left: 25%;
    border-bottom: 2px solid #DAA520;
}

.vitejte-text {
    margin: 0;
}

.ikony-vitejte-text img{
    max-width: 50px;
    padding: 10px;
}


.ikona {
    width: 50px;
}

.cenik {
    background-color: rgb(245, 245, 245);
}

.cenik-cislo {
    color: #DAA520;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 2px;
    position: relative;
}
.cenik-cislo:before {
    content: "";
    position: absolute;
    width: 80%;
    height: 1px;
    bottom: 0;
    left: 10%;
    border-bottom: 2px solid #DAA520;
}

.cenik-cislo:hover {
    color: #DAA520;
    text-decoration: none;
}

.cena {
    font-weight: bold;
    font-size: 1.1rem;
}

.objednat {
    color: #DAA520;
    border: 2px solid #DAA520;
    border-radius: 20px;
    padding: 10px;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.objednat:hover {
    text-decoration: none;
    color: #333;
    background: #DAA520;
}

.same-size-obrazek li{
    max-height: 300px;
}

.zadne-odsazeni {
    margin: 0;
    padding-left: 0;
}

.kontakt-informace-footer {
    list-style: none;
}

.kontakt-informace-footer li i{
    padding-bottom: 10px;
}

footer {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.copy-footer {
    background-color: #111;
    color: #666;
    padding-top: 25px;
    padding-bottom: 25px;
}

.copy-footer p {
    margin: 0;
}

.sedy-border {
    border: 2px solid #333;
}

.tabulka {
    padding-right: 20%;
}

.tabulka table tbody td {
    text-align: center;
}

.margin-10px {
    margin-top: 10px;
}

.menu-ikona svg {
    width: 30px;
    height: 30px;
}

.menu-ikona {
    margin-top: 50px !important;
    margin-right: 25px !important;
}

.menu-phone-mobile {
    margin-left: 25px !important;
}

@media (max-width: 62.5em) {

     .oteviraci-doba table{
         width: 100% !important;
    }

    .kontakt-obrazek {
        margin-top: 10px !important;
    }

    .menu-phone {
        margin-top: 18px;
    }
}

@media (min-width: 62.5em) {
    .main-hero {
        background-size: cover;
    }
}

@media (max-width: 999px) {
    .slideshow-items {
        height: 100%;
    }
}

.cenik_bg { 
 background-color: rgb(255,255,255) !important;
 color: #fff !important;
} 

.cenik_bg .text-column {
    display: flex;
    align-items: center;
}

.cenik_bg p {
    line-height: 1.5;
    font-size: 15px;
    font-weight: 300;
}

.cenik_bg p,.cenik_bg h3,.cenik_bg h4 {
    color: #000 !important;
}

.cenik_bg-2 { 
    background-color: rgb(17,17,17) !important;
    color: #fff !important;
} 

.cenik_bg-2 p,.cenik_bg-2 h3,.cenik_bg-2 h4 {
    color: #fff !important;
}

.cenik_bg-2 .tinted-image {
    background: linear-gradient( 90deg, rgba(17,17,17,1) 0px, rgba(17,17,17,0) 70%), url('/site/templates/images/interier-1.png');
    width: 100%;
    min-height: 100%; 
    background-size: cover;
    background-position: 50% 80%;
    position: relative; 
}

.cenik_bg-2 .tinted-image::after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    background: rgb(17,17,17);
    height: 100%;
    width: 1px;
}

.tinted-image {
    background: linear-gradient( 90deg, rgba(255,255,255,1) 0px, rgba(255,255,255,0) 70%), url('/site/templates/images/exterier-1.jpg');
    width: 100%;
    min-height: 100%; 
    background-size: cover;
    background-position: 50% 80%;
    position: relative;   
}

.tinted-image::after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    background: rgb(255,255,255);
    height: 100%;
    width: 1px;
}

.cenik-ul {
      list-style: none;
}

.cenik-ul li{
    padding-bottom: 15px;
}

.cenik-ul li:last-of-type{
    padding-bottom: 0px;
}

.cenik-checkmark {
    max-width: 30px;
}

.orange {
    color: #DAA520 !important;
}
