.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

.p-0 {
    padding: 0 !important;
}

.pl-5, .px-5 {
    padding-left: 3rem !important;
}

.pt-5, .py-5 {
    padding-top: 3rem !important;
}
.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}
.pr-3, .px-3 {
    padding-right: 1rem !important;
}

.h-100 {
    height: 100% !important;
}

.w-100 {
    width: 100% !important;
}

.ml-0, .mx-0 {
    margin-left: 0 !important;
}

.align-items-end {
    -ms-flex-align: end!important;
    align-items: flex-end !important;
}
.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end !important;
}

.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}

.d-flex {
    display: -ms-flexbox!important;
    display: flex !important;
}

.flex-column {-ms-flex-direction:column!important;flex-direction:column!important}

.text-center{text-align:center!important}


@media print {
    *,::after,::before {
        background: 0 0!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }

    a,a:visited {
        text-decoration: underline
    }

    blockquote,pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100%!important
    }

    @page {
        margin: .5cm
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }
}



* {
    font-family: 'Roboto', sans-serif;
}

html {
  position: relative;
  min-height: 100%;
}

a {
    color: #5c92cc;

}

nav .btn {
    list-style: none;
}

nav .btn a {
    color: inherit;
    text-decoration: none;
}

.nav-item.active>.nav-link {
    color: #A50045 !important;
}

.footer {
  margin-top:50px;
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  padding-top:10px;
  text-align: center;
  
}

.footer .container ul {
    margin:0; padding:20px 0; color:white; list-style-type:none;
}

.footer .container ul li,
.footer .container p  {
    display:inline-block; padding-right:25px;
}

.footer  a {
    color: #666;
    text-decoration:underline;
}


.navbar-brand {padding:0 15px}


.mainBlock {padding-bottom:60px;}

.hero-text-bg {background: rgba(0, 0, 0, 0.35);padding: 4px 8px;color: white;}


#mydatetime {text-align:center;font-weight: bold;font-size:2rem;}

#shipreservation-date-kvdate .input-group-addon {padding:6px 24px}


.datepicker { z-index: 999 !important; }

.help-block {color:#ff0000}


.order-form .fc-widget-content td:hover{background: #7CBB91;}

.fc-event:hover{background: #1d4465  !important;}

.selected-item{background: #7CBB91;}


 .field-shiporder-consent .invalid-feedback {display:block}
 
 
.hidden {
  display: none !important;
}


.timetable table {
  font-size: 0.8em;
}

.ui-widget-header {
    border: none;
    background: #1d4465;
    color: #222222;
    
}


.btn-primary {
    color: #fff;
    background-color: #1d4465;
    border-color: #1d4465;
}

.link {
    text-decoration:underline;
    color:#1d4465 !important;
}   



.uk-button-primary {
    background-color: #5c92cc!important;
    color: #fff!important;
}

.uk-button-secondary {
    background-color: white;
    color: #5c92cc!important;
    border: 2px solid #5c92cc;
}

.uk-button-secondary:hover {
    background-color: #5c92cc;
    color: #fff!important;
}

.maincalendar {
 display: block;height: 100%   
}
 
/*.maincalendar .fc-widget-content:not(.fc-time) { 
    background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1'  font-family = 'sans-serif' fill='%231d4465' font-size='13' height='250px' width='150px'><text x='10' y='80'>Zadejte novou plavbu</text></svg>");
background-repeat:no-repeat;
}*/

.fc-time + .fc-widget-content:not(.fc-time) {
    background-image:none;
}

.fc-widget-content  {
    
    position:relative;
    
}

.calbtnwrapper {
    position:absolute;bottom:5px;right:5px;
}

.btn.calbtn {
    
    
    padding:5px !important; 
    font-size: 0.85rem;
}

@media screen and (max-width: 600px) {
    .calbtnwrapper {
      /*display:none;*/
   }
}


.calhide-rule1 { display: none !important; }
.calhide-rule2 { height: 0 !important;
                 border: 0 !important; }




/*.order-form .fc-slats tr[data-time]  {visibility:hidden;  }
.order-form .fc-event  {max-height:50px }
.order-form  .fc-slats table tbody:first-child tr { display: block; }*/

/*
[data-time^="13"]>td,
[data-time^="14"]>td,
[data-time^="15"]>td
{
  height: 0 !important;
  border: 0 !important;
}

[data-time^="13"]>td *,
[data-time^="14"]>td *,
[data-time^="15"]>td *
{
  display: none !important;
}*/


.cookie-consent-popup {
    animation-name: show;
    animation-duration: 1s;
    animation-timing-function: ease;
    display: none;
   /* position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;*/
    z-index: 999999;
}

.cookie-consent-popup.open {
    display: block;
    opacity: 1;
    animation-name: show;
    animation-duration: 1s;
    animation-timing-function: ease;
}

.cookie-consent-controls {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease-out;
    -moz-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
}

.cookie-consent-controls.open {
    max-height: 600px;
}

.cookie-consent-details {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease-out;
    -moz-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
}

.cookie-consent-details.open {
    max-height: 600px;
}

@keyframes show {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes hide {
    from {opacity: 1;}
    to {opacity: 0;}
}


.cookie-consent-popup{
    width: 420px;
    height: auto;
    background-color: #fff;
    position: fixed;
    bottom: 88px;
    border-radius: 10px;
    right: 5%;
    padding: 10px 20px;
    border: 1px solid #17a2b8;
}

.cookie-consent-popup label{
    font-weight: normal;
}

@media screen and (max-width: 420px) {
  .cookie-consent-popup{
    width: 90%;
    left:5%;
    bottom: 22px;
    }
}


.field-reservationformmodel-consent 
    .invalid-feedback {
        display: block !important;
    }

/* ------------------------------------------------------------------------------------------------------------------------- */

.uk-logo .top {
    color: #1d4465;
    font-size: 25px;
    font-weight: 600;
    line-height: 25px;
}

.uk-logo .bottom {
    color: #5c92cc;
    font-size: 16.5px;
    font-weight: 600;
    line-height: 18px;
}

.uk-navbar-right .rezervace-phone,
footer .rezervace-phone {
    color: #1d4465;
    text-decoration: none;
    font-weight: 600;
}

footer {
    background-color: #f0f0f0!important;
    border-top: 0px solid #5c92cc;
    box-shadow: 0px 0px 10px 2px #f2f2f2;
}

footer .row {
    align-items: center;
}

.breadcrumb {
    background: transparent;
    font-size: 14px!important;
}

.breadcrumb .active a {
    color: #1d4465!important;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "";
    padding: 0px;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0px;
}

@media (min-width: 960px) {
    .uk-section {
        padding-top: 40px;
        padding-bottom: 50px;
    }
}

.carousel-content {
    background: url("/images/carousel-bg.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top left;

    color: white!important;
}

.carousel-content .heading {
    font-size: 30px!important;
    margin-top: 20px;

    text-shadow: 0px 0px 4px #16334d;
}

.carousel-content .text {
    font-size: 19px!important;
    margin-bottom: 30px;

    text-shadow: 0px 0px 4px #16334d;
}

@media (max-width: 1220px) {
    .carousel-content {
        width: calc(100%);
        background: rgba(92, 146, 204, 0.8);
        padding-top: 1rem!important;
        position: relative;
        top: 50px;

        padding: 20px!important;

        text-align: center;
    }

    .carousel-content > div {
        align-items: center!important;
    }

    .carousel-content .heading {
        margin-top: 0px!important;
    }
}

article .img-fluid {
    width: 100%;
}

@media (min-width: 768px) {
    article .img-fluid {
        width: calc(100% - 20px);
    }
}

.uk-icon-button {
    width: 50px;
    height: 50px;
}

.my-icon {
    background-color: #5c92cc;
    color: #fff; /* Barva samotného symbolu ikony */
}


.my-icon-button:hover {
    background-color: #4a7bb0; /* Mírně tmavší odstín pro efekt najetí */
    color: #fff;
}


.feature-grid {
    max-width: 860px;
    margin: 0 auto;
  }
  .feature-card {
    background: #fff;
    border-radius: 12px;
    padding: 24px 28px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    transition: box-shadow 0.2s, transform 0.2s;
  }
  .feature-card:hover {
    box-shadow: 0 6px 24px rgba(0,0,0,0.12);
    transform: translateY(-2px);
  }
  .icon-wrap {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #1e87f0, #0f5fba);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .icon-wrap svg {
    color: #fff;
  }
  .feature-text h3 {
    margin: 0 0 4px;
    font-size: 15px;
    font-weight: 600;
    color: #1a2b42;
  }
  .feature-text p {
    margin: 0;
    font-size: 14px;
    color: #5f6b7a;
    line-height: 1.5;
  }