﻿@import url('https://fonts.googleapis.com/css?family=Work+Sans:100,300,400,600,700,800&subset=latin-ext');

.coolpicker .ui-datepicker {
    border: none !important;
    padding: 0 !important;
    background: rgba(255,255,255,.5) !important;
}

.coolpicker .ui-widget-header {
    background: skyblue !important;
    border: none !important;
    border-radius: unset !important;
}

.coolpicker .ui-datepicker-header {
    padding: 0.5em 0 !important;
}

.coolpicker .ui-datepicker-next, .coolpicker .ui-datepicker-prev {
    top: 8px !important;
}

.coolpicker .ui-datepicker table{
    margin: 0 !important;
}

body {
    font-family: 'Work Sans', sans-serif !important;
    margin: 0 !important;
    padding: 0 !important;
    background-image: repeating-linear-gradient(0deg, #ee6588, #f69560);
}

.captcha{
    padding-bottom:30px;
}

.captcha a{
    display: block !important;
    width: 65px;
    position: relative;
    margin: -15px 0 -5px 0;
    cursor: pointer;
}

.captcha span{
    color: #ee6588 !important;
}

.captcha input{
    width: 200px;
    padding: 15px;
    font-size: 17px;
    margin: 5px 0;
}

.background {
    display: none;
    background: url("Images/background7.jpg") repeat;
    background-size: 100% auto;
    position: fixed;
    width: 100%;
    height: 300%;
    top: 0;
    left: 0;
    z-index: -1
}

.background::after{
    content: '';
    position:absolute;
    width:100%;
    height:100%;
    /*background-image: linear-gradient(0deg, #ee6588, #f69560);*/
    background-color:pink;
    top:0;
    left:0;
    opacity:.25;
}

p{
    font-weight: 300;
    color: dimgrey;
    line-height: 1.5;
}

b{
    color: dimgray;
}

a{
    text-decoration: none;
}

dl{
    padding-left: 17px;
}

dd, dt{
    font-size: 18px;
    color: dimgray;
    font-weight: 300;
    display: list-item;
    list-style-type: disc;
}

dd {
    margin: 7px 25px;
}

.podpodnadpis{
    margin: 7px 50px;
}

dt {
    font-weight: bold;
    color: #ee6588;
}

h1, h2{
    font-weight: 800;
    font-size: 35px;
    color: darkslategray;
    text-transform: uppercase;
    margin: 0 0 auto 0;
}

img{
    display:block;
}

h3{
    font-weight: 800;
    font-size: 30px;
    color: darkslategray;
    text-transform: uppercase;
}

h4{
    font-weight: 800;
    color:darkslategray;
    text-transform: uppercase;
    font-size: 19px;
}

ul{
    padding: 0 17px;
}

li{
    font-weight: 300;
    color: dimgrey;
    line-height: 1.5;
}

.fw-image {
    width: 100%;
    position: relative;
}

.fw-image img{
    width: 100%;
    max-height: 600px;
    object-fit:cover;
}

.fw-image::after{
    content: '';
    position:absolute;
    top:0;
    left:0;
    background-image: linear-gradient(90deg, #ee6588, #f69560);
    opacity:.3;
    width: 100%;
    height: 100%;
}

.img-bot{
    object-position:bottom;
}

.img-top{
    object-position:top;
}

.generic{
    width: 90%;
    margin: 0 auto;
    padding: 1px 0 50px 0;
}

#cenik{
    padding-bottom: 40px;
}

#cenik .flex-fluid{
    flex-direction: column-reverse;
}

.cenik{
    border-collapse: collapse;
}

.cenik td, .cenik tr{
    border: .5px solid dimgray;
    color: dimgray;
    font-weight: 300;
}

.cenik td{
    padding: 10px;
}

.custom-checkbox {
    background-color: white;
    /*height: auto;*/
    margin-right: 8px !important;
    transform: scale(1.2) !important;
    -webkit-appearance: checkbox;
}

.flex-fluid{
    display:flex;
    flex-direction: column;
}

.three-col{
    width: 90%;
    margin: 0 auto;
}

.three-col-item{
    width: 100%;
    margin-bottom: 25px;
    position: relative;
}

.three-col-item img{
    width: 100%;
}

.three-col-item h3{
    text-transform:uppercase;
    font-size:30px;
    font-weight:800;
    line-height:1;
    margin:15px 0;
    color: darkslategray;
}

.three-col-item p{
    font-weight: 300;
    margin: 10px 0 20px 0;
    color: dimgrey;
    line-height:1.5;
}

.three-col-item a{
    color:white !important;
    width: 100% !important;
    padding: 15px 0 !important;
    text-align:center;
}

#wrapper{
    padding-top:45px;
    margin:0 auto;
    width:100%;
    min-width:320px;
}

#info-container{
    padding:12px 0;
    position: fixed;
    width: 100%;
    top: 45px;
    z-index: 100;
    font-size: 12px;
    min-width: 320px;
}

.info-error{
    background-color:crimson;
    color:white;
}

.login-container{
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-wrapper{
    width:90%;
    max-width: 400px;
    background-color: white;
    padding: 0px;
    border-radius: 7px;
}

.login-header{
    text-transform:uppercase;
    color:darkslategray;
    font-size:18px;
}

.info-success{
    background-color: cornflowerblue;
    color: white;
}

.banner{
    position:relative;
    max-height:320px; /*650px*/
    overflow:hidden;
    color:white;
}

.banner .image::after{
    content: '';
    display:block;
    position:absolute;
    top:0;
    left:0;
    background-image:linear-gradient(90deg, #ee6588, #f69560);
    width:101%;
    height:100%;
    opacity:.55;
}

.banner .image img{
    object-fit:cover;
    object-position:center center;
    width:100%;
    min-height:450px;
    height:100%;    
}

.banner .content{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}

.banner .content p{
    width:90%;
    text-transform:lowercase;
    text-align:center;
    font-weight:300;
    font-size:19px;
    margin:0 auto;
    color: white !important;
}

.banner .content h1{
    width:90%;
    font-size:31px;
    text-align:center;
    text-transform:uppercase;
    margin:0 auto;
    padding:0;
}

.img-90{
    width: 90%;
    margin: 0 auto;
    padding-bottom: 35px;
}

.img-90 img{
    width: 100%;
}

.main{
    background-color:white;
}

.main .small{
    padding:50px 0 20px 0;
    width:90%;
    margin:0 auto;
}

.main .double{
    padding:30px 0 40px 0;
    width:90%;
    margin:0 auto;
    display: flex;
    flex-direction:column;
    justify-content: space-between;
    flex-wrap: wrap;
}

.double-item {
    padding-bottom: 30px;
    width: 100%;
}

.date-legenda-wrapper{
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content:space-between;
}

.date-legenda{
    width: 100%;
    padding: 15px 0;
    background-color: rgba(255,255,255,.5);
    display: flex;
    justify-content: space-around;
    margin-bottom: 25px;
}

.legenda{
    display:flex;
    align-items:center;
    justify-content:space-between;
    font-size: 12px;
}

.legenda-icon {
    display: block;
    width: 25px;
    margin-right: 7px;
    padding: 9px 0;
    border: 1px solid black;
}

.legenda.volno .legenda-icon {
    background-color: #f6f6f6;
}

.legenda.v-jednani .legenda-icon {
    background-color: lightgoldenrodyellow;
}

.legenda.obsazeno .legenda-icon {
    background-color: rgba(255,166,166,1);
}

.double-image{
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
}

.double-image img{
    width: 100%;
    object-fit: cover;
}

.image-item-wrapper{
    width: 100%;
    display:flex;
    align-items: center;
}

.double-image-item{
    width:90%;
    margin: 0 auto;
    padding: 40px 0 40px 0;
}

.double-image-item h2{
    text-transform: uppercase;
    font-weight: 800;
    font-size: 35px;
    margin: 0;
}

.double-image-item p {
    font-weight: 300;
    color:dimgrey;
    line-height: 1.5;
    padding-bottom: 15px;
}

.double-image-item a{
    color: white !important;
}

#datepicker_header .ui-datepicker{
    width: 100%;
}

#datepicker_header .ui-state-default{
    padding: 8px 3px;
}

#datepicker_header .ui-datepicker .ui-datepicker-title{
    font-size: 18px !important;
}

h2, h1{
    color: darkslategrey !important;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    border: 1px solid rgba(0,0,0,.3);
}

    input:-webkit-autofill:focus {
        -webkit-box-shadow: /*your box-shadow*/,0 0 0 50px white inset;
        -webkit-text-fill-color: #333;
    } 

.main .small h2, .main .small h1{
    text-align:center;
    text-transform:uppercase;
    font-size:35px;
    font-weight:800;
    color:grey;
    margin: 15px auto;
}

.main .double h2 {
    font-weight: 800;
    font-size: 35px;
    color: darkslategrey;
    margin: 0;
    text-transform: uppercase;
    text-align: left;
}

.main .double p{
    font-weight: 300;
    color: dimgrey;
    line-height: 1.5;
    text-align: left;
}

.main .small p{
    text-align:center;
    font-weight:300;
    color:dimgrey;  
    line-height:1.5;
}

.image.filtered{
    position:relative;
    width:100%;
    top:5px;
}

.image img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.image.filtered::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:linear-gradient(90deg, #ee6588, #f69560);
    opacity:.3;
}

.gradient-line {
    display: block;
    padding: 2px 0;
    width: 150px;
    background-image: linear-gradient(90deg, #ee6588, #f69560);
    margin: 0 auto 0 auto;
}

a {
    color: dimgrey;
    transition: .2s ease-in-out;
    transition-delay: 0s;
}

a:hover {
    color: #ee6588;
    transition: color .2s ease-in-out;
    transition-delay: 0s;
}

.fw-100 {
    font-weight: 100;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

#header {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: white;
    z-index: 999;
    min-width: 320px;
    max-height: 65px;
    box-shadow: 0 0 13px 0 rgba(0,0,0,.1);
}

.header-wrapper {
    width: 95%;
    margin: 0 auto;
}

#logo{
    display: inline-block;
    padding:12px 0;
}

#logo span{
    font-size: 18px;
    text-transform:uppercase;
}

#logo a{
    color:dimgrey;
    text-decoration: none;
}

#logo a:hover{
    color: #ee6588;
}

nav {
    display: inline-block;
    float: right;
}

nav ul{
    position:absolute;
    top:0;
    right:-300px;
    margin:0;
    padding: 0;
    width:280px;
    height:100vh;
    background-image:linear-gradient(90deg, #ee6588, #f69560);
    transition: right .5s ease-in-out;
}

nav ul.visible{
    right:0;
    transition: right .5s ease-in-out;
}

nav ul li{
    list-style:none;
    margin:0 20px;
    padding:20px 0;
    border-bottom:.5px solid rgba(255,255,255,.65);
}

nav ul li a{
    text-decoration:none;
    color: rgba(255,255,255,.75);
    font-weight:300;
}

nav ul .active a{
    font-weight:400;
    color: rgba(255,255,255,1);
}

nav ul li a:hover{
    color: rgba(255,255,255,1);
}

.close-btn-li {
    display: block;
    margin: 0 0 50px 0;
    padding: 0;
    border: none;
}

.close-btn {
    color: white;
    cursor: pointer;
    font-size: 30px;
    float: right;
    margin: 4px 18px 0 0;
}

.last-item {
    border: none;
}

#menu-btn{
    width:23px;
    height:20px;
    position:relative;
    float:right;
    margin-top:12px;
    padding-top:2px;
    display:block;
    cursor: pointer;
}

#menu-btn span::after{
    content: '';
    display: block;
    position:absolute;
    right:0;
    height: 0px;
    width: 90%;
    background-color:dimgray;
    padding:1.5px 0;
    border-radius:10px;
}

#menu-btn .two::after{
    margin: 7.25px 0;
    width: 90%;
}

#menu-btn .three::after{
    margin: 14.5px 0;
    width: 90%;
}

#footer #author {
    display: none;
    text-align: left;
    width: 100%;
}

#footer #design {
    display: none;
    text-align: right;
    width: 100%;
}

#footer #copyright {
    text-align: center;
    width: 100%;
}

#footer{
    /*display: flex;*/
    justify-content: space-between;
    width:82%;
    margin:0 auto;
    color:white;
    font-weight:300;
    padding:75px 0;
}

#footer span{
    display: block;
}

#footer b{
    color: white !important;
}

.rezervace-wrapper{
    padding: 50px 0;
    width: 90%;
    margin: 0 auto;
}

.margin-25 {
    margin: 25px 0;
}

.margin-30{
    margin:30px 0;
}

.form-group{
    display: flex;
    flex-direction: column;
}

.flex-row{
    display:flex;
}

.flex-space-between{
    justify-content: space-between;
}

.flex-20 {
    width: 20%;
}

.flex-30{
    width: 30%;
}

.flex-35 {
    width: 35%;
}

.flex-45 {
    width: 45%;
}

.flex-50 {
    width: 50%;
}

.form-20, .form-30, .form-35, .form-45, .form-50, .form-100{
    width: 100%;
    margin-bottom: 20px;
}

input, textarea{
    max-width: 100%;
    box-sizing: border-box;
}

input:disabled{
    border-style:unset;
    border: 1px solid grey;
    background-color: #e6e6e6 !important;
}

.skvorec-control {
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 17px;
    font-family: inherit;
    margin-bottom: 5px;
    border:.5px solid rgba(0,0,0,.5);
    -webkit-appearance: none;
}

.skvorec-validation{
    display:block;
}

.skvorec-validation span{
    color:#ee6588;
}

.btn {
    padding: 15px 0;
    text-align: center;
    font-size: 17px;
    border-image: none;
    border-color: unset;
    border-style: unset;
    cursor: pointer;
    width: 100%;
    -webkit-appearance: none;
}

.btn-primary {
    background-color: #ee6588;
    color: white !important;
    transition: background-color .3s;
}

.btn-primary:hover{
    background-color: #f69560;
    transition: background-color .3s;
}

.status-3 a {
    background-color: red !important;
}

.status-2 a {
    background-color: lightgoldenrodyellow !important;
    color: black !important;
}

.ui-datepicker-unselectable.status-2 .ui-state-default {
    background: lightgoldenrodyellow;
    color: black;
}

.ui-datepicker-unselectable.status-3 .ui-state-default {
    opacity: 1 !important;
    background: red;
    color: white;
}

.ui-state-active {
    color: black;
}

.ui-state-highlight{
    border: 1px solid cornflowerblue !important;
    background: cornflowerblue !important;
    color: white !important;
}

.gallery-container{
    display: flex;
    flex-direction: column;
}

.gallery-item {
    width: 90%;
    margin: 15px auto;
    overflow: hidden;
    position:relative;
}

.gallery-item::after{
    content: '';
    display: block;
    position: absolute;
    background-image:linear-gradient(90deg, #ee6588, #f69560);
    opacity:0.2;
    top:0;
    left:0;
    width: 100%;
    height: 98%;
    cursor: pointer;
    transition: opacity .2s;
}

.gallery-item:hover::after{
    opacity:0;
    transition: opacity .2s;
}

.gallery-item:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: transform .2s;
    -webkit-transition: -webkit-transform .2s;
}


.gallery-item img{
    width: 100%;
    overflow:hidden;
    transition: transform .2s;
    -webkit-transition: -webkit-transform .2s;
}

.contact .small{
    padding: 30px 0 20px 0 !important;
}

.contact-item span{
    display: block;
    color: dimgrey;
    font-weight: 300;
    font-size: 18px;
}

.contact-item{
    text-align: center;
    border-bottom: .5px solid rgba(0,0,0,.3);
    padding: 25px 0 35px 0;
}

.contact-item.last-item{
    border: none;
}

.contact-item .icon{
    color: #ee6588;
    font-size: 25px;
    border: 1px solid #ee6588;
    padding: 15px;
    border-radius: 50%;
    margin-bottom:25px;
}

.mapa-container{
    width:100%;
}

.mapa-container iframe{
    display:block;
    width: 100%;
}

@media (min-width: 400px){
    .login-header {
        font-size: 23px;
    }
    #datepicker_header .ui-state-default{
        padding: 17px 3px !important;
    }

    .ui-datepicker td a, .ui-datepicker td span {
        padding: .6em .2em !important;
    }

    .gallery-item::after {
        height: 98.5%;
    }

    #info-container {
        font-size: 14px;
    }
}

@media (min-width: 600px){
    .login-header {
        font-size: 25px;
    }

    .banner{
        max-height: 360px;
    }

    .banner .content h1 {
        font-size: 45px;
    }

    .banner .content p {
        font-size: 20px;
        color: white !important;
    }

    .ui-datepicker td a, .ui-datepicker td span {
        padding: .4em .2em !important;
    }

    .gallery-item::after {
        height: 99%;
    }

    #info-container {
        font-size: 16px;
    }
}

@media (min-width: 800px) {
    .banner{
        max-height: 500px;
    }

    .banner .content h1 {
        font-size: 60px;
    }

    .banner .content p {
        font-size: 25px;
        color: white !important;
    }
}


@media screen and (min-width:1000px) {

    body{
        background-image: none;
    }

    .background {
        display: initial;
    }
    
    p {
        font-size: 18px;
    }

    h2, h1 {
        margin: 0;
        font-size: 45px;
    }

    h3 {
        margin: 0;
        font-size: 24px;
    }

    li{
        font-size: 18px;
    }

    .generic{
        padding: 60px 0;
    }

    #wrapper {
        padding-top:8rem;
        width: 82%;
        max-width:1400px;
    }

    #cenik {
        padding-bottom: 0;
    }

    #cenik .flex-fluid {
        flex-direction: row;
    }

    .flex-fluid{
        flex-direction:row;
        justify-content: space-between;
    }

    .three-col{
        padding-bottom: 100px;
    }

    .three-col-item{
        width: 30%;
        margin-bottom: 0;
    }

    .three-col-item h3{
        font-size:24px;
    }

    .three-col-item p {
        line-height:1.5;
        margin: 30px 0 40px 0;
        min-height: 130px;
    }

    #info-container {
        padding: 16px 0;
        top: 65px;
        font-size: 17px;
    }

    .banner{
        max-height: 650px;
    }

    .banner .content h1 {
        font-size: 79px;
    }

    .banner .content p {
        font-size: 25px;
        margin:5px 0;
        color: white !important;
    }

    .main {
        margin-top: 50px;
    }

    .main.first{
        margin-top: 0 !important;
    }

    .image img{
        max-height: 650px;
    }

    .image.filtered img {
        max-height: 650px;
    }

    .image.filtered::after {
        height:99.3%;
        width: 100%;
    }

    .main .small{
        padding:100px 0 30px 0;
    }

    .img-90{
        padding-bottom: 60px;
    }

    .main .small h2, .main .small h1{
        font-size:45px;
        width:60%;
        margin:25px auto;
    }

    .main .small p{
        font-size:18px; 
        width:70%;
        margin:30px auto;
        line-height:1.6;
    }

    .main .double{
        padding: 50px 0;
        flex-direction: row;
    }

    .main .double h2{
        font-size: 45px;
        text-align: left;
    }

    .main .double p{
        font-size: 18px;
        text-align: justify;
    }

    .double-item{
        width: 45%;
        display:flex;
        flex-direction:column;
        justify-content:space-between;
    }

    .gradient-line {
        width: 250px;
    }

    #logo{
        padding:21px 0;
    }

    #logo span{
        font-size:20px;
    }

    nav ul {
        position: relative;
        top: auto;
        right: auto;
        margin: 0;
        display: inline-block;
        padding: 22px 0 20px 0;
        width: auto;
        height: auto;
        background-image:none;
    }

    nav ul li{
        position:relative;
        margin-left: 35px;
        display: inline;
        list-style: none;
        padding: 26px 0;
        border:none;
        line-height: initial;
    }

    nav ul li a{
        color: dimgray;
        font-weight:600;
        font-size:15px;
    }

    nav ul .active a{
        font-weight:600;
        color: #ee6588;
    }

    nav ul li a:hover{
        color: #ee6588;
    }

    nav ul li a::after{
        content: '';
        display: block;
        position: absolute;
        top: 63px;
        left: 0;
        height: 6px;
        width: 0;
        background-image: linear-gradient(90deg, #ee6588, #f69560);
        transition: width .2s ease-in-out;
    }

    nav ul li a:hover::after{
        width: 100%;
        transition: width .2s ease-in-out;
    }

    li.active a::after {
        content: '';
        display: block;
        position: absolute;
        top: 63px;
        right: 0;
        height: 6px;
        width: 100%;
        background-image: linear-gradient(90deg, #ee6588, #f69560);
    }

    .active a {
        color: #ee6588;
    }

    #menu-btn{
        display:none;
    }
    
    .close-btn-li{
        display:none;
    }

    #footer {
        padding: 100px 0;
    }

    #footer #author {
    display: block;
    }

    #footer #design {
    display: block;
    }

    #footer #copyright {
        text-align: center;
        width: 100%;
    }

    .form-group{
        flex-direction: row;
    }

    .btn{
        padding:15px 25px;
        text-align:left;
        width: auto;
    }

    .form-20 {
        width: 20%;
    }
    .form-30 {
        width: 30%;
    }
    .form-35 {
        width: 35%;
    }
    .form-45 {
        width: 45%;
    }
    .form-50 {
        width: 50%;
    }

    .gallery-container{
        flex-direction:row;
        flex-wrap: wrap;
        width: 97.5%;
        margin: 0 auto;
        padding-bottom: 18px;
    }

    .gallery-item{
        width: 31%;
        margin: 17px auto;
        max-height:304px;
    }

    .gallery-item img{
        height: 100%;
        max-height:304px;
    }

    .gallery-item::after{
        height: 100%;
    }

    .double-image{
        width: 50%;
        overflow: hidden;
    }

    .double-image img{
        height: 100%;
    }

    .double-image-item{
        padding: 80px 0;
        width: 81%;
        display:flex;
        flex-direction:column;
        justify-content:space-around;
        height: 100%;
    }

    .double-image-item h2{
        font-size: 45px;
    }

    .double-image-item p{
        font-size: 18px;
    }

    .image-item-wrapper {
        width: 50%;
    }

    .date-legenda-wrapper{
        flex-direction:row;
        align-items: center;
    }

    .date-legenda{
        margin-bottom: 0;
        width: 45%;
    }

    .contact .small{
        padding: 50px 0 20px 0 !important;
    }

    .contact .flex-fluid{
        justify-content:center;
    }

    .contact-item {
        border-bottom: none;
        border-right: .5px solid rgba(0,0,0,.3);
        padding: 20px 0;
    }

    .contact-item .icon{
        margin-bottom: 30px;
    }
}

@media screen and (min-width:1250px) {
    h3{
        font-size: 30px;
    }
}
