

/****************** SHARED ******************/



@color-red: #f40634;
@color-light-blue: #009fe3;
@color-dark-blue: #28556b;
@color-dark-dark-blue: #057faa;
@color-green: #7cc576;
@color-gray: #494744;
@color-light-gray: #7f7f7f;
@color-orange: #f26522;
@color-orange2: #d65f0d;
@section-padding: 50px 0;
@section-margin: 50px 0;

@keyframes pulse-animation {
  0% {
     
    background: #eaeaea;
  }
  100% {
     
    background:  rgba(0, 0, 0, 0);
  }
}
/*animation: pulse-animation 5s infinite;*/
html {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
}

body {    
    font-family: Titillium Web, Arial, sans-serif; 
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.6;
    color: @color-gray;
}
 

 @media (max-width: 992px) {
    .container {
        max-width: 100%;
    }
 }
 
.text-orange {
    color: @color-orange2;
}
 
 a {
    color: #009fe3;
 }
a, a:hover {
    text-decoration: none !important;
}
.bg-orange {
    background: @color-orange;
}
.bg-red {
    background: @color-red;
}
.bg-blue {
    background: @color-light-blue;
}
.float-right {
    float: right;
}
.z-index-10 {
    z-index: 10;
} 
.position-relative {
    position: relative;
}

.text-right {
    text-align: right;
}
.dropdown-menu {
    padding: 20px !important;
}
.min-height-300 {
    min-height:300px
}

.fixed  {
    position: fixed;
    width: 100%;
    z-index: 1000;
}
.min-height-menu {
    min-height: 116px;
}
.gray-bg {
    background: #f5f5f5;
}
.margin-zero {
    margin: 0;
}
.display-inline-flex {
    display: inline-flex;
}
.info-no-result {
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    border-radius: 10px;
    border: 1px solid;
    padding: 10px;
    margin: 10px 0;
    border-color: red;
}
.align-content-center {
    align-items: center;
}
.align-content-center-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
}
iframe {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.displayNone {
    display:none;
}
/****************** HEADER  ******************/

 #header {
    background: #f5f5f5;
    .container  {
        max-width: auto !important;
    }
    @media (min-width:992px){ 
        .container  {
            padding: 0 !important;
        } 
    }
    .login-clear {
        display: block;
        clear: both;
    }
    .login-user-name-label, .login-organisation-label {
        font-weight: bold;
    }
    .LoginTest-box span {
        margin-right: 2px
    }
 }   


 

ul.autocomplete-list   {
    background: #fff;
}
ul.autocomplete-list li {
    list-style-type: none;   
    padding-left: 0;
    margin-left: -30px;
    border-bottom: 1px solid black;
}

#GoogleMapID_mapaFacility {
    width: 100% !important;
}

/****************** BLUE LINE  ******************/

 #blue-line {
    background: @color-light-blue;
    padding: 10px;
    width: 100%;
 
    color: #fff;
    text-align: right;
    p {
        display: inline-block;
        margin: 0;
        padding:0;
    }

    p:first-child {
        padding-right: 20px;
    }
    a {
        color: #fff;

    }
 }   

 @media (max-width:992px){ 
    #blue-line {
        text-align: center;
    }
 }
.padding-right-zero {
    padding-right: 0 !important;
}
.padding-left-zero {
    padding-left: 0 !important;
}
.padding-zero {
    padding: 0 !important;
}
.margin-auto {
    margin: 0 auto;
}
.rotate-90 {
    transform: rotate(90deg);;
}

.fa-airport {
    background: url(images/ico_airport.svg) no-repeat center center;
    background-size: 22px;
    background-color: #e9ecef;
    width:100%;
    height:100%;
}
.margin-bottom-1 {
    margin-bottom: 1px !important;
}
.show {
    display: block !important;
}
/****************** SEARCH FORM  ******************/
#search-form {
    position: relative;
    z-index: 10;
    padding-bottom: 50px;

     ::placeholder {
        color: #212529;
    }
    .search-text {
        border: 1px solid black;
    }
    label.has-width {
        width: 41px;
    }
    .form-check-inline {
        margin-top: 10px;
        label {
            margin-right:10px;
            margin-left: 5px;
        }
        div {
            display: inline-block;
        }
    }
    .fa {
        color: @color-light-blue;
    }

    h1 {
        font-weight: 100;
        font-size: 30px;
        color:@color-light-gray;
    }
    .form {
        background: #fff;
        padding: 20px 0 20px 23px;
        margin-top: -60px;      
    }

    .search-form-control-ctrl0 {
        margin-right: 23px;
        input {
            width: 99.9%;
        }

    }

    @media (max-width:720px){
        form {
            margin-top: 0;
        }
    }
    ul.checkboxes {
        margin: 0;
        padding: 0;
        li {
            list-style-type: none;
            display: inline-block;
        }
    }
    .button {
        background: @color-green;
        border: 0;
        color: #fff;
        width: auto;
        padding: 5px 20px;
        display: inline-block;
        &:hover {
            transition: 0.7s;
            background: @color-light-blue;
        }
    }  
    .input-group {
        margin-bottom: 5px;
    }  
    .input-group>div {          
        flex: 1 1 auto;
        width: 1%;
        min-width: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;        
     
    }
    .form-control, .form-select {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        text-align: left !important;
    }
}

/****************** LISTING ******************/
#listing {
    padding: @section-padding;
    background: #f5f5f5;
    a {
        text-decoration: none;
        color: @color-gray;
    }
    .price-action {
        font-size: 12px;        
        color: @color-red;
        padding: 0 10px;
    }
    .short-descr {
        background: #fff;
        padding: 10px;
        width: 100%;
        opacity: 0.9;
        text-align:center;
        margin: -39px 0 0 0;
        font-weight: 600;
        font-size: 12px
    }    
   
 
    .product {
        background: #fff;
        padding: 15px 15px 30px 15px;  
        margin: 0 auto 30px auto;
        -webkit-box-shadow: 10px 10px 42px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 10px 10px 42px 0px rgba(0,0,0,0.2);
        box-shadow: 10px 10px 42px 0px rgba(0,0,0,0.2);    



         
        .product-image-link {
            position: relative;
            background: #fff;
            width: 100%;
            display: block;
            position: relative;
            overflow: hidden;   
            max-height: 200px;  
            img {
                width: 100%;
            }      
        }
        @media (max-width:992px){
            .product-image-link {
                height: auto;
                img {
                    width: 100%;
                    height: 100%;
                }
             } 
        }
         
        h2 {
            font-size: 19px;
            line-height: 22px;
            margin-bottom: 20px;
            align-content: center;
            /* display: flex; */
            height: 45px;
            text-align: left;
            /* background: red; */
            position: relative;   
            margin: 0 0 10px 0;
            text-wrap-style: balance;    

            a {
                color: @color-light-blue;
                font-size: 19px

            }
        }
        @media (max-width:575px){
            h2 {
                height: auto;
            }
        }        



        .sticker {
            left: -35px;
            top: -5px;
            width: 100px;
            height: 40px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            position: absolute;
            .text {
                width: 100%;
                left: -1px;
                bottom: 0px;
                font-size: 16px;
                font-weight: 700;
                color: #fff;
                text-transform: uppercase;
                text-align: center;
                position: absolute;                 
            }
        }
        ul.location {
            margin: 0 auto;
            padding: 0;
 

            li {
                list-style-type: none;
                display: inline-block;
                font-size: 12px;
                line-height: 13px;
            }
        }
        ul.detail {
            margin: 0;
            padding: 10px 0;
            li {
                list-style-type: none;
            }
        }        
        .button {
            background: @color-green;
            color: #fff;
            padding: 5px 20px;
            display: inline-block;
            &:hover {
                transition: 0.7s;
                background: @color-light-blue;
            }
        }
    }
     
}

/****************** CATEGORIES-BACKGROUND ******************/
#categories-background {
     padding: 200px 0 0 0;
     background: url('images/categories2-bg.jpg') no-repeat center top;
     background-size: cover;
     min-height: 400px;   
     color: #fff;
     text-align: center;
     h1 {
        font-size: 24px;
     }
     h2 {
        font-size: 36px;
     }
}     

/****************** CATEGORIES  ******************/

#categories {
    margin: 0;
    padding: 20px;
    position: relative;
    .white-cover {
        background: white;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
        opacity: 0.3;        
    }
    .container-fluid {
        margin: -70px 0 0 0;    
        position: relative;    
        padding-top: 15px;
    }    
    img {
        margin-bottom: 10px;
    }
    a {
        color: @color-gray;
        font-weight: bold;
        &:hover {
            text-decoration: none;
        }
    }        
  
 } 
/****************** NEWS  ******************/
 
#news {
    padding: @section-padding;
    background: #ffffff;    
    text-align:center;
    .news-image {
        min-height: 300px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
    }

   @media (max-width:576px){
          .news-image {
            min-height: 300px;
            background-size: contain;
          }
   }   
   @media (max-width:768px){
          .news-image {
            min-height: 300px;
            background-size: contain;
          }
   }  
   @media (max-width:1200px){
          .news-image {
            min-height: 200px;

          }
   }    
    h1  {
        color: @color-light-blue;
        font-size: 36px;
    }
    h2 {
        color: #000;
        font-size: 25px;

    }
    h3 {
        font-size: 18px;
        margin-top: 20px;
    }
    .detailLink {
        display: inline-block;
        background: url('images/right-arrow-blue.svg') no-repeat right center;
        background-size: 10px;
        padding-right: 20px;
        color: @color-light-gray;
        &:hover {
            opacity: 0.5;
            transition: 0.2s;
        }
    }
}
/****************** blog-main-page ******************/
 
#blog-main-page {
    padding: @section-padding;
    background: #ffffff;    
    text-align:center;
    .news-image {
        min-height: 300px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
    }

   @media (max-width:576px){
          .news-image {
            min-height: 300px;
            background-size: contain;
          }
   }   
   @media (max-width:768px){
          .news-image {
            min-height: 300px;
            background-size: contain;
          }
   }  
   @media (max-width:1200px){
          .news-image {
            min-height: 200px;

          }
   }    
    h1  {
        color: @color-light-blue;
        font-size: 36px;
    }
    h2 {
        color: #000;
        font-size: 25px;

    }
    h3 {
        font-size: 18px;
        margin-top: 20px;
    }
    .detailLink {
        display: inline-block;
        background: url('images/right-arrow-blue.svg') no-repeat right center;
        background-size: 10px;
        padding-right: 20px;
        color: @color-light-gray;
        &:hover {
            opacity: 0.5;
            transition: 0.2s;
        }
    }
}

/****************** ABOUTUS  ******************/
#aboutus {
    padding: @section-padding;
    h1 {
        font-size: 16px;
    }
    h2 {
        font-size: 35px;
        color: @color-light-blue;
    }
    ul {
        margin: 15px 0 15px 15px;
        padding: 0;
        li {
            list-style-image: url('images/li-blue-square.jpg');
            margin: 5px 0;
            padding:0 0 0 5px; 
        }
    }
}

/****************** INTRO SLIDE  ******************/
#intro-slide-bg {
        background: url('images/intro-slide-bg.png') no-repeat top center;
        height: 80px;
        background-size: cover;
}
#intro-slide {
    padding: @section-padding;
    background: #f5f5f5;

    .carousel-indicators {
        position: relative;
    }

    .carousel-indicators [data-bs-target]     {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        padding: 0;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background: #3a79cc;
        background-clip: padding-box;
        border: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease;
    }
    .carousel-indicators .active {
        opacity: 1;
    }  
    .carousel-item {
        min-height: 370px;
    }   
   @media (max-width:768px){
        .carousel-item {
            min-height: 700px;
        }
    }       

    @media (max-width:576px){
        .carousel-item {
            min-height: 700px;
        }
    }
    h2 {
        font-size: 26px;
        text-align:center;
        margin-bottom: 20px;
    }
        .rotate-image {
            position:relative;



        @media (max-width:768px){
                img {
                    margin-bottom: 20px;
                }        
        }            
            .rotate {
                transform: rotate(-20.5deg);
                margin-top: -84px;
                width: 80%;
                margin-left: 54px;
            }        
        }
}    
/****************** NOT FOUND  ******************/
.not-found {
    padding: @section-padding;
    text-align: center;
    margin: 0;
    .button {
        background: @color-green;
        color: #fff;
        padding: 10px;
        display: inline-block;
        &:hover {
            transition: 0.7s;
            background: @color-light-blue;
        }  
    }   
}


/****************** FOOTER  ******************/
#footer {
    background: @color-dark-blue;
    padding: @section-padding;
    color: #fff;
    a {
        color: #fff;
    } 

    h2 {
        font-size: 19px;
    }        
    ul {
        margin: 15px 0 15px 15px;
        padding: 0;
        li {
            list-style-image: url('images/li-blue-square.jpg');
            margin: 5px 0;
            padding:0 0 0 5px; 

        }
    }
    #newsletter {
        .search-form-control-ctrl0, .search-form-control-ctrl1 {
            display: inline-block;
        }

        .submit {
            rotate: 47deg;
            top: 7px;
            position: relative;        
        }
        .warning {
            border-radius: 10px;
            border: 1px solid;
            padding: 10px;
            margin: 10px 0;
        }
        .warning-red {
            border-color: red;
        }
        .warning-green {
            border-color: @color-green;
        }
        a.search-form-control-btn0 {
            margin-left: -35px;
            position:relative;
            top: 8px;
        }
        input[type=text] {
            background: #367189;
            color: #fff;
            font-weight: bold;
            border: none;
            height:40px;
            padding: 0 40px 0 10px;
        }
        ::placeholder {
            color: #fff;
        }

    }
}

/****************** DETAIL  ******************/

#detail {
    padding:  0px 0 0 0;   
    margin: 0 0 50px 0; 
    .gray-background {
        background:#ededed;
        padding: 20px 0;
    }

   #colorbox {
    top: 0 !important;
   }      
   #cboxLoadedContent {
        overflow-x: hidden !important;
   }
    .search-and-result {
        margin-top: 50px;
    }

    .gray-cover {
        background: #f3f3f3;
        padding: 10px;
   
    }
    h2 {
        color: @color-light-blue;
        font-size: 18px;
        line-height: 20px;
        font-weight: 600;
        margin-bottom: 10px;
        margin-top: 20px;
    }
  
    .summary {
        width: 100%;
        padding: 20px;
        color: #fff;
        background-color: @color-light-blue;
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 20px 0;
        p {
            padding: 0;
            margin: 0;
        }
    }

    .offer-price {
        border: 1px solid @color-light-blue;
        padding: 10px;
        text-align: center;
        margin: 0 auto 30px auto;
        display: table;
    }   
    .benefits {
        margin: 20px 5px 0 10px;
        padding: 0;
        font-size: 12px;
     
        li { 
            display: inline-block; 
            margin: 0 5px 5px 0;
            padding: 0 10px;
            border: 1px solid black;
            border-radius: 10px;                     
        }                             
    }    


    #tabs {
        margin: 40px 0;
        .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
            background: #e3f2fb;
        }
        .nav-tabs {
            border: none;
        }
        .nav-link {
            color: #060523;
        }
        .tab-content {
            background: #e3f2fb;
            padding: 20px;

        }

        h3 {
            color: @color-light-blue;
            font-size: 15px;
            line-height: 18px;
            font-weight: 600;
            margin: 10px 0;
        }     
        p {
            margin-bottom: 20px;
        }     
    }  

 .breadcrumb {
        margin-bottom: 20px;
        .fa {
            margin-right: 10px;
            font-size: 20px;
            color: @color-light-blue;
        }
        a {
            color: @color-gray;

        }
        span {
            margin: 0 5px;
        }
    } 
    .pagination {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .pagination {
        width: 100%;
        margin: 20px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }


    .pagination__status {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-right: auto
    }

    .pagination__more {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-left: auto
    }

    .pagination__pages {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 15px
    }
    
    .pagination__status {
        margin-right: auto
    }

    .pagination__status span {
        color: #019de0
    }

    .pagination__more {
        margin-left: auto;
        color: @color-light-blue;
        text-decoration: none
    }
    .pagination__more a {
        color: @color-light-blue;
    }

    .pagination__more:hover {
        text-decoration: underline
    }

    .pagination__pages {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .pagination__pages__item,.pagination__pages__item__mw a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
        flex: 0 0 24px;
        width: 24px;
        height: 24px;
        margin: 3px;
        line-height: 22px;
        font-size: 16px;
        border-radius: 2px;
        font-weight: 700;
        border: 1px solid #eaeaea;
        color: #019de0;
        background-color: #f6f6f6;
        text-decoration: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .pagination__pages__item:hover,.pagination__pages__item\--active,.pagination__pages__item__mw strong a {
        color: #fff;
        border-color: #019de0;
        background-color: #019de0
    }

    .pagination__pages__item__mw strong {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
        flex: 0 0 24px;
        width: 24px;
        height: 24px;
        margin: 3px;
        line-height: 22px;
        font-size: 16px;
        border-radius: 2px;
        font-weight: 700;
        border: 1px solid #eaeaea;
        /* color: #019de0; */
        /* background-color: #f6f6f6; */
        text-decoration: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }    

    .pagination__pages__item\--next,.pagination__pages__item\--next:hover,.pagination__pages__item\--prev,.pagination__pages__item\--prev:hover {
        border: 0;
        background-color: transparent
    }

    .pagination__pages__icon {
        width: 14px;
        height: 14px;
        fill: #019de0
    }

    .pagination__pages__item:hover .pagination__pages__icon {
        fill: #00b2ff
    }

    .pagination__pages__item--prev .pagination__pages__icon {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .pagination__pages__item__mw {
        display: inherit
    } 
    .main-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
        h1 {
            font-size: 36px;
            line-height: 50px;
            font-weight: bold;
            color: @color-light-blue;

        }
    }    

    @media (max-width:768px){
        .main-title {
            margin-bottom: 0px;
            h1 {
                font-size: 20px;
                line-height: 25px;

            }
        }        

    }

}

#inline_content {
    .action-block  {
        .inline.button-more {
            display: none;
        }
    }
}



.action-block {
    overflow-x: hidden !important;
    margin-top: 20px;
    h2  {
        color: @color-light-blue;
        font-weight: 600;
 
        
    }
    .item {
        padding: 10px;
        p {
            margin: 0;
            padding: 5px 0;
            line-height: 18px;
        }
        .name {
            color: @color-red;
            font-weight: bold;
        }
        .button.button--red-faded {
            opacity: 0.5; 
            background-color: red !important;
            &:hover {
                transition: 0.7s;
                background: red !important;
            }            
        }

        .button {
            background: @color-green;
            color: #fff;
            padding: 5px 20px;
            display: inline-block;
            &:hover {
                transition: 0.7s;
                background: @color-light-blue;
            }
        }

    }
    .odd {
        background:#ededed;
    }
}



.button-more{
    background: @color-light-blue;
    color: #fff;
    padding: 5px 20px;
    display: inline-block;
    margin: 20px 0;
    font-weight: bold;
    &:hover {
        transition: 0.7s;
        opacity: 0.6;
        color: #fff;
    }                

}  
/****************** SEARCH  ******************/
#search {
    padding: 50px 0 0 0;   

    .blok-vyberte-si {
        h2 {
            font-size: 20px;
        }
    }

    .rollout-FullText {
        .button-more {
        margin: 0;
        }
    }
    .showFulltextData {
        .rollout__content {
            column-count: 3;
            margin-top: 30px;
        }
    @media (max-width:992px){ 
        .rollout__content {
             column-count: 1;
        }
    }


         ul {
            margin: 0px 0 15px 15px;
            padding: 0;
            li {
                list-style-image: url('images/li-blue-square.jpg');
                margin: 0px 0;
                padding:0 0 0 5px; 
            }
        }   
    }

    .no-data-result    {
        background: #ededed;
        padding: 20px;
        margin-bottom: 20px;
            a {
                text-decoration: underline !important;
            }
    }
    .vyberte-si-zajezd, .vyberte-si-zajezd-aktivni-dovolena {
        padding: 0;
        li {
            list-style-type: none;
        }
        h3 {
            font-size: 18px;
        }
    }
    .blok-vyberte-si    {
        h2 {
            font-size: 20px;
        }
        h3{
                color: #009fe3;
                font-size: 18px;
        }
    }
    .main-title {
        margin-bottom: 30px;
        h1 {
            font-size: 25px;
            line-height: 28px;
            color: @color-light-blue;

        }
    }
    .tabcover-bg {
        background: url('images/tabcover-background.svg') no-repeat bottom center;
        height: 100px;
        background-size: cover;
    }      
    .breadcrumb {
        margin-bottom: 20px;
        .fa {
            margin-right: 10px;
            font-size: 20px;
            color: @color-light-blue;
        }
        a {
            color: @color-gray;

        }
        span {
            margin: 0 5px;
        }
    }

     .show-info {
        display: none;
     }
    @media (max-width:768px){
        .show-info {
            text-decoration: underline;
            cursor: pointer;
            display: block;
            color: @color-light-blue;
        }        
        #tabs, .tabcover-bg {
            display: none;
        }
    }
    .tabs_intro {
        margin-top: 40px;
        
        h2, h3 {
            margin: 20px 0 10px 0;
        }   
        .tab-content {
        ul {
            margin: 15px 0 15px 20px;
            padding: 0;
            li {
                list-style-image: url('images/li-blue-square.jpg');
                margin: 5px 0;
                padding:0 0 0 5px; 
            }  

          }
        .destination-tree {
            margin: 10px 0 10px -8px; 
            li {
                background: url(images/li-blue-square.jpg) no-repeat left center;
                margin: 5px 10px;
                padding: 0 0 0 16px;
                list-style-type: none;
                display: inline-block;
            }
        }          
        }        
        .tab-cover {
            background: #ededed;
        }
        .nav-tabs, .nav-tabs .nav-link {
            border-bottom: 0;
        }
        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            background: #ededed;
            color: @color-gray;
        }
        .nav-tabs a {
            color: @color-gray;
        }
        .tab-pane {
            padding: 20px 0;
            h2, h3, h4, h5, h6 {
                font-size: 19px;
                line-height: 22px;
                color: @color-light-blue;
            }
            img {
                -webkit-box-shadow: 10px 10px 42px 0px rgba(0,0,0,0.2);
                -moz-box-shadow: 10px 10px 42px 0px rgba(0,0,0,0.2);
                box-shadow: 10px 10px 42px 0px rgba(0,0,0,0.2);  
                float: left;
                margin: 15px 15px 15px 0;
                max-width: 300px;
            }
             @media (max-width:992px){ 
                img {
                    float: none;
                    display: block;
                    margin: 0 auto;
                }
             }     
                      
        }
        #photo img {
            float: none;
            display: inline-block;
            margin: 2px;
        }

    }
      .search-and-result {
        padding: @section-padding;
        background:#fff ;

        .row {
            width:100%;
        }
 
        .product {
            background: #fff;
            padding: 15px 15px 15px 15px;  
            margin: 0 auto 10px auto;
            -webkit-box-shadow: 10px 10px 42px 0px rgba(0,0,0,0.2);
            -moz-box-shadow: 10px 10px 42px 0px rgba(0,0,0,0.2);
            box-shadow: 10px 10px 42px 0px rgba(0,0,0,0.2);    



            a {
                text-decoration: none;
                color: @color-gray;
            }
            .price-action {
                font-size: 12px;        
                color: @color-red;
                
            }

                
                        
            .benefits {
                margin: 20px 0 0 0;
                padding: 0;
                font-size: 12px;
                li {
                    display: none;
                }    
                li:nth-child(-n+3) { 
                    display: inline-block; 
                    margin: 0 5px 5px 0;
                    padding: 0 10px;
                    border: 1px solid black;
                    border-radius: 10px;                     
                }                             
            }          
             
            .product-image-link {
                position: relative;
                background: #fff;
                width: 100%;
                display: block;
                position: relative;
                overflow: hidden;   
                max-height: 230px;  
                img {
                    width: 100%;
                }      
            }
            @media (max-width:992px){
                .product-image-link {
                    height: auto;
                    img {
                        width: 100%;
                        height: 100%;
                    }
                 } 
            }
             
            h2 {
                font-size: 19px;
                line-height: 22px;
                margin-bottom: 20px;
                align-content: center;
                /* display: flex; */
                height: 45px;
                text-align: left;
                /* background: red; */
                position: relative;   
                margin: 0 0 10px 0;         

                a {
                    color: @color-light-blue;
                    font-size: 19px
                }
            }
            @media (max-width:575px){
                h2 {
                    height: auto;
                }
            }        



            .sticker {
                left: -35px;
                top: -5px;
                width: 100px;
                height: 40px;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                position: absolute;
                .text {
                    width: 100%;
                    left: -1px;
                    bottom: 0px;
                    font-size: 16px;
                    font-weight: 700;
                    color: #fff;
                    text-transform: uppercase;
                    text-align: center;
                    position: absolute;                 
                }
            }
            ul.location {
                margin: 0 auto;
                padding: 0;
     

                li {
                    list-style-type: none;
                    display: inline-block;
                    font-size: 12px;
                    line-height: 13px;
                }
            }
            ul.detail {
                margin: 0;
                padding: 10px 0;
                li {
                    list-style-type: none;
                }
            }        
            .button {
                background: @color-green;
                color: #fff;
                padding: 5px 20px;
                display: inline-block;
                &:hover {
                    transition: 0.7s;
                    background: @color-light-blue;
                }
            }
 
        }
        .tab-content {
            background: #e3f2fb;
            margin-left: 10px;
            margin-top: 10px;
            color: #000;  
                h2, h3, h4, h5, h6 {
                    font-size: 14px;
                    color: @color-light-blue;
                }          
        }        
        .tabs_info {
            .nav-tabs {
                border: 0;
            }
            p {
                margin-bottom: 1px;
            }
            a {
                background: #029de0;
                width: 100%;
                display: block;
                color: #fff;
                position:relative;
                .fa {
                    background: #67c4ec;
                    padding: 9px;
                    margin-right:5px;
                }
            }

            a:hover {
              transition: 0.7s;
              opacity: 0.5;
            }
           
           .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
                border: 0;
                border-radius: 0;
           }
        }
    }

    .pagination {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .pagination {
        width: 100%;
        margin: 20px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }


    .pagination__status {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-right: auto
    }

    .pagination__more {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-left: auto
    }

    .pagination__pages {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 15px
    }
    
    .pagination__status {
        margin-right: auto
    }

    .pagination__status span {
        color: #019de0
    }

    .pagination__more {
        margin-left: auto;
        color: @color-light-blue;
        text-decoration: none
    }
    .pagination__more a {
        color: @color-light-blue;
    }

    .pagination__more:hover {
        text-decoration: underline
    }

    .pagination__pages {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .pagination__pages__item,.pagination__pages__item__mw a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
        flex: 0 0 24px;
        width: 24px;
        height: 24px;
        margin: 3px;
        line-height: 22px;
        font-size: 16px;
        border-radius: 2px;
        font-weight: 700;
        border: 1px solid #eaeaea;
        color: #019de0;
        background-color: #f6f6f6;
        text-decoration: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .pagination__pages__item:hover,.pagination__pages__item\--active,.pagination__pages__item__mw strong a {
        color: #fff;
        border-color: #019de0;
        background-color: #019de0
    }

    .pagination__pages__item__mw strong {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
        flex: 0 0 24px;
        width: 24px;
        height: 24px;
        margin: 3px;
        line-height: 22px;
        font-size: 16px;
        border-radius: 2px;
        font-weight: 700;
        border: 1px solid #eaeaea;
        /* color: #019de0; */
        /* background-color: #f6f6f6; */
        text-decoration: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }    

    .pagination__pages__item\--next,.pagination__pages__item\--next:hover,.pagination__pages__item\--prev,.pagination__pages__item\--prev:hover {
        border: 0;
        background-color: transparent
    }

    .pagination__pages__icon {
        width: 14px;
        height: 14px;
        fill: #019de0
    }

    .pagination__pages__item:hover .pagination__pages__icon {
        fill: #00b2ff
    }

    .pagination__pages__item--prev .pagination__pages__icon {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .pagination__pages__item__mw {
        display: inherit
    }    

}



/****************** SEARCH FORM - SEARCHING  ******************/


#search-form-searching, #search-form-searching2 {
    position: relative;
    margin-bottom: 50px;
    z-index: 10;
     ::placeholder {
        color: #212529;
    }


    .children-select {
        display: none;
    }
    .show-children-select {
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        background: white;
        line-height: 36px;
        padding: 0 0 0 10px;        
    }    
    .close-children {
        background: #7cc576;
        display: inline-block;
        color: white;
        padding: 0 10px;
        border-radius: 0;
        margin: 10px 0;
        cursor: pointer;
    }        
    input[type="checkbox"] {

        margin-right: 3px;
        height: 23px;
        vertical-align: top;        
    }
 
    ul {
        margin: 0;
        padding: 0;
    }
    .search-form-control-ctrl0 {
        margin-right: auto;
    }        

    .fa {
        color: @color-light-blue;
         
    }

    label.has-width {
        width: 41px;
    }
    .form-check-inline {
        margin-top: 10px;
        label {
            margin-right:10px;
            margin-left: 5px;
        }
        div {
            display: inline-block;
        }
    }


    h1, .choose-term {
        font-weight: 100;
        font-size: 30px;
        color:#d6d6d6;
        margin-bottom: 30px;
    }
    .form {
        background: #fff;
        padding: 0;
        
    }

    .search-form-control-ctrl0 {
 
        input {
            width: 99.9%;
        }

    }

    @media (max-width:720px){
        form {
            margin-top: 0;
        }
    }
    ul.checkboxes {
        margin: 0;
        padding: 0;
        li {
            list-style-type: none;
            display: inline-block;
            margin-left: 5px;
        }
        li:first-child {
            margin-left: 0;
        }
    }
    .filter__submit {
        display: none;
    }
    @media(max-width:990px) {
        .filter__submit {
            display: block;
        }        
        .button {
            background: @color-green;
            border: 0;
            color: #fff;
            width: auto;
            padding: 5px 20px;
            margin: 20px auto;
            display: inline-block;
            &:hover {
                transition: 0.7s;
                background: @color-light-blue;
            }
        } 
    } 
    .input-group {
        margin-bottom: 5px;
    }  
    .input-group>div {          
        flex: 1 1 auto;
        width: 1%;
        min-width: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;        
     
    }
    .form-control, .form-select {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        text-align: left !important;
    }
    .select-next-offer {
        border-bottom: 1px solid #d3d3d3;
        display: block;
        padding: 10px;
        color: @color-gray;
        font-size: 14px;
        font-weight: bold;
        background: url('images/blue-arrow-down.svg') no-repeat center right;
        background-size: 30px;
 
    }   
    .select-next-offer.collapsed {
        background: url('images/blue-arrow-right.svg') no-repeat center right;
        background-size: 30px;
    }
    .checkbox-list {
        margin: 10px 0;
        ul {
            margin: 0px;
            padding: 0;
                li {
                    margin: 5px 0;
                    padding: 0;
                    list-style-type: none;
                    input {
                        margin-right: 10px;
                    }
                }
            }
        }
    }

.sorting-action {
    display: inline-block;
    width: 50%;
}
.show-searching, .close-search-form  {    
        display: none;
     
}
@media (max-width: 960px) { 
 .show-searching {
    display: inline-block;
 }
}
          
 .show-searching {   
    margin-right: 20px;
    font-size: 20px;
    font-family: Titillium Web, Arial, sans-serif; 
    .fa-list:before {
        padding-right: 10px;
    }
 }
 .show-searching .fa {
   color: @color-light-blue;
   padding: 10px;
 }
@media (max-width: 999px) {
    #search-form-searching {
        left: 0;
        top: 50px;
        width: 100%;
        height: calc(100% - 50px);
        z-index: 1000;
        background-color: #fff;
        position: fixed;
        overflow: auto;
        padding: 20px;
        display: none;
     }
    .close-search-form {
        position: fixed;
        right: 20px;
        top: 70px;     
        z-index: 1000001;
        border: 1px solid #009fe3;
        background: white;
        border-radius: 20px;     
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        .fa {            
            margin: 0 auto;
        }
    }     
}

@media (min-width: 999px) {
  #search-form-searching {
     display: block !important;
  }
}

/****************** REQUEST  ******************/

#request {
    padding:  0px 0 0 0;   
    margin: 0 0 50px 0;     
    ul.arrow  {
        margin: 20px 0;
        padding: 0;
            li {
            background: url('images/right-arrow-blue.svg') no-repeat left center;
            background-size: 10px;
            padding: 0 0 0 20px;
            list-style-type: none;
            color: @color-light-gray;
            &:hover {
                opacity: 0.5;
                transition: 0.2s;
            }
        }
        a {
            color: #000;
        }
    }
    .fa {
        color: @color-light-blue;
         
    }

    label.has-width {
        width: 41px;
    }

    .input-group {
        margin-bottom: 5px;
    }

    .input-group>div {          
        flex: 1 1 auto;
        width: 1%;
        min-width: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;        
     
    }
    .form-control, .form-select {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        text-align: left !important;
        width: 100%;
    }  
    textarea.form-control {
        border-radius: .25rem;        
        text-align: left !important;
        width: 100%;
    }      

    .missing span {
        display: none;
    }

    @media (max-width:1140px){
        .form-control, .form-select {
            width: 100%;
        }  
    }    

   .form {
    display:inline-block;
    width: auto;
    textarea {
        width: 100%;
        margin-bottom: 10px;
    }

   } 

   @media (min-width:1140px){
        .div-order-1 {
            order: 1;
        }
        .div-order-2 {
            order: 2;
        }
    }    
   @media (max-width:1140px){
        .div-order-1 {
            order: 2;
        }
        .div-order-2 {
            order: 1;
        }
    } 
    .button input {
        background: @color-green;
        border: 0;
        color: #fff;
        width: auto;
        padding: 5px 20px;
        display: inline-block;
        &:hover {
            transition: 0.7s;
            background: @color-light-blue;
        }
    }      
}


/****************** RESERVATION  ******************/
#reservation {
    padding:  0px 0 0 0;   
    margin: 0 0 50px 0;  
    #printf {
        display: none;
    }     
    h4 {
        font-size: 19px;
        color: @color-light-blue;
        margin: 20px 0px;
    } 
    h4 a {
        color: @color-light-blue;
                display: inline-block;
        background: url('images/right-arrow-blue.svg') no-repeat right center;
        background-size: 10px;
        padding-right: 20px;
    }   
    .rsv-reservationoption-selection {
        color: #fff;
    }
    .rsv-item-type-icon {
        right: 20px;
        top: 50%;
        width: 22px;
        height: 22px;
        margin-top: -11px;
        fill: #fff;
        position: absolute;
        transform:rotate(0deg);
        background: url(images/right-arrow-blue.svg) no-repeat;
    }    
    .m-active .rsv-item-type-icon {
               transform:rotate(90deg); 
    }
    .summary {
        width: 100%;
        padding: 20px;
        color: #fff;
        background-color: @color-light-blue;
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 20px 0;
        height: 100%;
        p {
            padding: 0;
            margin: 0 0 10px 0;
        }
    }
    .gray-cover {
        background: #f3f3f3;
        padding: 20px;
        h2 {
            font-size: 34px;
        }
        h3 {
            font-size: 15px;
        }


    }     
    .line {
        border: 1px solid #f3f3f3;
        padding: 10px;
        margin: 30px 0;
    }   
    table {
      
        border-collapse: collapse;
    } 
    .color-light-blue {
        color: @color-light-blue;
    }    
    .final-price {
        font-size: 19px;
        font-weight: bold;
    } 
    label.has-width {
        width: 41px;
    }

    .input-group {
        margin-bottom: 5px;
    }
    .fa {
        color: @color-light-blue;
         
    }
    .input-group.baseline {
        align-items: baseline;
        span {
            margin-right: 10px;
        }
    }
    .input-group>div {          
        flex: 1 1 auto;
        width: 1%;
        min-width: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;        
     
    }
    .form-control, .form-select {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        text-align: left !important;
        width: 100%;
    }  

    @media (max-width:1140px){
        .form-control, .form-select {
            width: 100%;
        }  
    }    
    .button {
        background: @color-green;
        border: 0;
        color: #fff;
        width: auto;
        padding: 5px 20px;
        display: inline-block;
        font-size: 13px;
        &:hover {
            transition: 0.7s;
            background: @color-light-blue;
        }
    }   
    select.form-select.rounded {
        border-radius: 5px !important;
    }   
   
    textarea {
        min-height: 167px;
    }
    ul.arrow  {
        margin: 20px 0;
        padding: 0;
            li {
            background: url('images/right-arrow-blue.svg') no-repeat left center;
            background-size: 10px;
            padding: 0 0 0 20px;
            list-style-type: none;
            color: @color-light-gray;
            &:hover {
                opacity: 0.5;
                transition: 0.2s;
            }
        }
        a {
            color: #000;
        }
    }
  
        .rsv-items .rsv-item-name, .rsv-items .rsv-item-price-flag-name {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        }
 
    @media (max-width: 719px) {
        .rsv-items td {
            position: relative;
        }
    } 
    
    .rsv-contact tr td.rsv-sex-input {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 140px);
        flex: 0 0 calc(100% - 140px);
    }
         
}


.reservation table.rsv-title {
    width: auto;
    margin: 0 auto;
}

.rsv-title-container {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    padding: 10px 20px;
    margin-left: auto;
    background-color: #f6f6f6;
 
}
.reservation table {
    width: 100%;
}
.rsv-title-container .rsv-title .rsv-term {
    display: none
}

.rsv-title-container .rsv-name   {
    padding: 0;
    font-size: 39px;
    background-color: transparent;
    color: #494744;
}

 
 .rsv-title td {
    text-align: center;
 }

.rsv-term-summary {
    width: 100%;
    padding: 20px;
    margin-left: auto;
    background-color: #009fe3;
}


.rsv-term-summary th {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    text-align: left
}

.rsv-term-summary table tr td,.rsv-term-summary table tr td:last-child {
    color: #fff;
    padding: 0;
    text-align: left;
    background-color: transparent
}

.rsv-rooms-summary {
    width: 100%;
    padding: 5px 20px 10px;
    margin-bottom: 20px;
    margin-left: auto;
    background-color: #009fe3
}

.rsv-rooms-summary-headline {
    font-weight: 500;
    font-size: 18px;
    color: #fff
}

.rsv-rooms-summary-roomlabel {
    font-size: 16px;
    font-weight: 500;
    padding-left: 0;
    color: #fff;
}
.rsv-infant-label {
    margin-left: 10px;
}
.rsv-rooms-summary-roomvalue {
    text-align: left;
    padding-right: 0
}

.reservation select {
    
    padding: 0 24px 0 5px;
    height: 26px;
    border-color: #cbcbcb;
    font-family: titillium,sans-serif;
    outline: none    
}
.rsv-rooms-summary-roomvalue select {
    width: 100%;
    padding: 0 24px 0 5px;
    height: 26px;
    width: 100%;
    border-color: #cbcbcb;
    font-family: titillium,sans-serif;
    outline: none    
}

.rsv-rooms-summary-controls {
    text-align: right
}

.rsv-rooms-summary-addroom,.rsv-rooms-summary-removeroom,.rsv-removecurrentroom-button {
    margin-top: 10px;
    padding: 7px 10px 5px;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    background-color: #42cc9d;
    border: none;
    text-transform: uppercase;
    cursor: pointer
}

/* room calc */
.rsv-room-headlinenumber, .rsv-item-type { 
    width: 100%;
    padding: 10px 60px 10px 20px;
    margin: 0;
    font-size: 19px;
    color: #009fe3;
    margin: 20px 0px;
    text-transform: none;
    position: relative;
    cursor: pointer
}

.rsv-persons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px 20px;
 
     
    margin-bottom: 10px;
    border-top: 0
}

.rsv-adults-total {
    margin-right: 50px
}

.rsv-transfer {
    display: none
}

/* rollouts */
.rsv-extendedgroup {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
     
    position: relative;
}

.rsv-item-block,.rsv-item-block>tbody>tr {
    width: 100%
}

.rsv-item-block>tbody>tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

 


.rsv-item-type-icon {
    right: 20px;
    top: 50%;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    fill: #fff;
    position: absolute;
    transform: rotate(31deg);
}

.rsv-item-type.m-active .rsv-item-type-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(120deg)
}

.rsv-items-cont {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 20px
}

.optional-fees {
    display: block
}

/* form rows inside rollout */
.rsv-items {
    margin-bottom: 10px;
    text-align: left
}

.rsv-items td {
    padding: 3px 0
}

.rsv-items td:empty {
    display: none
}

.rsv-items select {
    padding: 0 24px 0 5px;
    height: 26px;
    width: 70px;
    border-color: #cbcbcb;
    font-family: titillium,sans-serif;
    outline: none
}

.rsv-items .rsv-item-count {
    position: relative;
    width: 70px
}
/*
.rsv-adults-values:before, .rsv-items .rsv-item-count:before {
    content: "";
    position: absolute;
    right: 1px;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    z-index: 2;
    background-color: #fff;
    pointer-events: none
}

 .rsv-adults-values:after, .rsv-items .rsv-item-count:after {
    content: "";
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -5px;
    width: 6px;
    height: 6px;
    z-index: 2;
    border-bottom: 2px solid #ccc;
    border-left: 2px solid #ccc;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    pointer-events: none
}
*/

.rsv-items .rsv-item-price {
    width: 100px;
    font-size: 18px;
    padding-right: 20px;
    text-align: right;
    white-space: nowrap
}

.rsv-items .rsv-item-total {
    width: 100px;
    padding: 3px 3px 3px 20px;
    font-weight: 700;
    font-size: 18px;
    text-align: right
}

.rsv-items .rsv-item-currency {
    width: 30px;
    font-weight: 700;
    font-size: 18px;
    text-align: left
}

.rsv-items .rsv-item-note {
    display: none
}

.rsv-items .rsv-item-name-popup {
    width: 14px;
    height: 14px;
    line-height: 12px;
    border-radius: 50%;
    margin-left: 3px;
    color: #fff;
    background-color: #019de0;
    vertical-align: top;
    display: inline-block;
    text-align: center;
    position: relative
}

.rsv-items .rsv-item-name-popup span {
    display: none;
    position: absolute;
    text-align: left;
    left: 0;
    top: 0;
    z-index: 999;
    width: 240px;
    border-radius: 3px;
    padding: 7px;
    font-size: 12px;
    color: #000;
    background-color: #fff;
    border: 1px solid #019de0
}

.rsv-items .rsv-item-name-popup:hover span {
    display: block
}

.rsv-items .rsv-item-name-popup:after {
    content: "?";
    font-weight: 500;
    font-size: 12px
}

/* discount 1 */
.rsv-discount {
    padding: 10px 20px
}

.rsv-discount input[type=checkbox] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    outline: 0
}

.rsv-discount table tr td,.rsv-discount table tr td:last-child {
    padding: 0
}

.rsv-discount-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.rsv-discount-desc {
    text-align: right
}

/* total price */
.rsv-total-price {
    padding: 0 10px
}

.rsv-total-price table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.rsv-total-price-label {
    font-size: 16px
}

.rsv-total-price-value {
    font-size: 24px;
    font-weight: 700
}

/* discount 2 */
.rsv-discountcode {
    height: 48px;
    margin-top: -48px;
    padding: 0 20px
}

.rsv-discountcode table tr td,.rsv-discountcode table tr td:last-child {
    padding: 0 20px 0 0
}

.rsv-discountcode table tr {
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.rsv-discountcode th {
    padding-right: 20px;
    font-size: 18px;
     
}

.reservation input[type=submit] {
        margin: 2px 0;
        background: @color-green;
        border: 0;
        color: #fff;
        width: auto;
        padding: 5px 20px;
        display: inline-block;
        &:hover {
            transition: 0.7s;
            background: @color-light-blue;
    }  
}

/* contact form */
.rsv-step3 {
    margin-top: 20px;
    padding: 20px;
    font-size: 16px;
    background-color: #f6f6f6;
    font-weight: 500;
    border-bottom: 0
}
 
.rsv-contact tr td.rsv-sex-input {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 140px);
    flex: 0 0 calc(100% - 140px);
}
.rsv-contact {
    padding: 0 20px 20px;
 
    background-color: #f6f6f6;
     
    border-top: 0
}

.rsv-contact .rsv-contact {
    border: 0
}

.rsv-contact strong {
    font-weight: 500
}

.rsv-contact tbody {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.rsv-contact tbody,.rsv-contact tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.rsv-contact tr {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.rsv-contact tr:nth-child(4),.rsv-contact tr:nth-child(5) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.rsv-contact tr td:first-child,.rsv-contact tr td:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.rsv-contact tr td:nth-child(2),.rsv-contact tr td:nth-child(4) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 140px);
    flex: 0 0 calc(50% - 140px);
    min-width: 200px;
}

 

/*.rsv-contact tr:nth-child(5) td:nth-child(2) input{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}*/
.rsv-contact tr:nth-child(5) td:nth-child(3),.rsv-contact tr:nth-child(5) td:nth-child(4) {
    display: none
}

.rsv-contact input[type=text] {
    width: 100%!important
}

.rsv-contact select {
    width: 100%;
    height: 30px;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

 
.rsv-contact .rsv-person-cell-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.rsv-contact .calendar-image,.rsv-contact .rsv-birthdate-format {
    display: none
}

.rsv-contact .rsv-note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.rsv-contact .rsv-note strong {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    padding: 5px 10px;
    text-align: right
}
.rsv-person-cell-container .rsv-required-field {
    background-color: #f6f678;
}

.rsv-contact .rsv-note textarea {
    width: 100%;
    height: 70px;
    margin: 1px 0;
    border: 1px solid #ced4da;
    font-family: titillium,sans-serif;
    resize: none;
    outline: none;
    border-radius: 4px;
}

.rsv-contact .rsv-city-input input {
    max-width: 49%!important
}

/* terms agreement */
.rsv-agreement {
    width: 100%;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: table-footer-group;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.rsv-agreement input[type=checkbox] {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    outline: 0
}

.rsv-agreement a span {
    padding: 0 5px
}

/* continue button */
.rsv-btn-place {
    text-align: center;
    margin: 0px 0
}

.rsv-continuebutton1,.save-persons input {
    padding: 10px 30px;
    font-weight: 500;
 
    color: #fff;
    background-color: #019de0;
    text-transform: uppercase;
    cursor: pointer;
    border: 0
}

.rsv-validator span:first-child {
    position: relative;
    float: left;
    color: red;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    padding: 20px;
    font-weight: 700;
    width: 100%;
    height: auto;
    z-index: 1;
}

.reservation h1 {
    display: none;
}

.reservation input[type=text] {
    padding: 0 10px;
    height: 30px;
    border: 1px solid #ced4da !important;
    outline: none;
    border-radius: 4px;
    margin: 2px 0;
}

    @media (max-width: 719px) {
      #reservation  .rsv-items .rsv-item-name,  #reservation  .rsv-items .rsv-item-price-flag-name {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
            }
    }

    @media (max-width: 719px) {
         #reservation  .rsv-items td {
            position: relative;
        }
    }

 @media (max-width: 719px) {
   #reservation .rsv-items tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-top: 1px solid #ccc;
        margin-top: 10px;
        padding-top: 10px;
    }
}

#reservation {
    @media (max-width: 719px) {
        .rsv-term-summary tr {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
    }
    @media (max-width: 719px) {
        .rsv-term-summary th {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50px;
            flex: 0 0 50px;
            font-size: 15px;
        }
    }
    @media (max-width: 719px) {
        .rsv-term-summary tbody, .rsv-term-summary tr {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }
    }    
}
 @media (max-width: 719px) {
    .rsv-term-summary tbody, .rsv-term-summary tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}


@media (max-width: 719px) {
    .rsv-term-summary table tr td, .rsv-term-summary table tr td:last-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
    }
}
@media (max-width: 719px) {
    .rsv-discountcode {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }
}
.rsv-discountcode table tr {
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 719px) {
    .rsv-discountcode table tr {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (max-width: 719px) {
    .rsv-discountcode table tr td, .rsv-discountcode table tr td:last-child {
        padding-right: 5px;
        padding: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 2px);
        flex: 0 0 calc(50% - 2px);
    }
}
@media (max-width: 719px) {
    .rsv-discountcode table tr td, .rsv-discountcode table tr td:last-child {
        padding-right: 5px;
        padding: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 2px);
        flex: 0 0 calc(50% - 2px);
    }
}
@media (max-width: 719px) {
    .rsv-contact tr td:nth-child(2), .rsv-contact tr td:nth-child(4) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
} 
@media (max-width: 719px) {
    .rsv-contact tr {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.rsv-contact tbody, .rsv-contact tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 719px) {
    .rsv-contact tr td:first-child, .rsv-contact tr td:nth-child(3) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
@media (max-width: 719px) {
    .rsv-contact .rsv-note strong {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: left;
    }
}
@media (max-width: 719px) {
    .rsv-contact .rsv-note {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.rsv-contact .rsv-person-cell-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
@media (max-width: 719px) {
    .rsv-contact tr:nth-child(5) td:nth-child(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}
.rsv-contact input[type=text] {
    width: 100% !important;
}

@media (max-width: 719px) {
    .rsv-contact tr:nth-child(5) td:nth-child(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

@media (max-width: 719px) {
    .rsv-discountcode th {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0 0 5px;
        font-size: 16px;
        line-height: 1.2;
        text-align: left;
    }
}

.detailLink {
    display: inline-block;
    background: url('images/right-arrow-blue.svg') no-repeat right center;
    background-size: 10px;
    padding-right: 20px;
    color: @color-light-gray;
    &:hover {
        opacity: 0.5;
        transition: 0.2s;
    }

}


/****************** TIPS  ******************/

section#tips {
    padding:  0px 0 50px 0;   
    margin: 0; 

    .main-image {
        width: 100%;

    }
    .intro-text {
        margin-bottom: 30px;
    }

    .header-and-subheader {
        margin: 40px 0;
        text-align: center;
        h1 {
            color: @color-dark-dark-blue;
            font-size: 40px;
            line-height: 43px;
        }
        h2 {
            color: @color-light-blue;
            font-size: 30px;
            line-height: 33px;
        }
    }

    .padding {
        padding: 2px;
    }

    .box {
        width: 100%;
        height: 230px;
        display: inline-flex;
        align-items: end;     
        font-size: 30px;   
        line-height: 30px;
        color: #fff;
        background-size: cover;     
        margin-top: -50%;   
        padding: 10px;
            span {
                font-size: 20px;
            }
        &:hover {
            opacity: 0.9;
            height: 210px;
        }
    }

    @media (max-width: 999px) {
        .box {
            margin-top: 0;   
            &:hover {
                opacity: 0.9;
                height: 230px;
                cursor: pointer;
            }
        }
    }    

    .box-1 {
        background: #009fe3 url('images/tips-box-background.png') no-repeat;
        background-size: cover;
    }
    .box-2 {
        background: #e3009f url('images/tips-box-background.png') no-repeat;
        background-size: cover;
    }    

    .box-3 {
        background: #8bba08 url('images/tips-box-background.png') no-repeat;
        background-size: cover;
    }  

    .box-4 {
        background: #e34400 url('images/tips-box-background.png') no-repeat;
        background-size: cover;
    }      

    .box-5 {
        background: #b600e3 url('images/tips-box-background.png') no-repeat;
        background-size: cover;
    }  

    @media (max-width: 999px) {
            .box {
                 background-size: cover;                    
            }
            .image {
                margin-bottom: 10px;
            }
    }


    .tips .tip {
        padding: 20px;
        background: #f7f8f8;
        margin: 4px 0;

        .date {
            display:inline-block;
            padding: 5px 10px 5px 9.6%;
            margin-left: -20px;
            background: #fcfcfc;
            margin-bottom: 20px;
            opacity: 0.8;
        }

        h3  {
            font-size: 30px;
            color: #134a5e;
            position: relative;

            &:before {
            content: "";
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 10%;
            height: 2px;
            background-color: #134a5e;                
            }
        }

        .button {
            background: @color-light-blue;
            border: 0;
            color: #fff;
            width: auto;
            padding: 5px 20px;
            display: inline-block;
            &:hover {
                transition: 0.7s;
                background:  @color-green
            }   
        }     

        img {
        -webkit-box-shadow: 17px 6px 82px -47px rgba(0,0,0,0.82);
        -moz-box-shadow: 17px 6px 82px -47px rgba(0,0,0,0.82);
        box-shadow: 17px 6px 82px -47px rgba(0,0,0,0.82);
        }
    }

 
    .tips  > :nth-child(2n) {
        background: #eff0f1;
        h3  {
            font-size: 30px;
            color: #494744;
        }        

    }


}    

#navigation {
    padding:  0px 0 0 0;   

    .gray-background {
        background:#ededed;
        padding: 20px 0;

    }
    .breadcrumb {
        margin: 0;
 
            .fa {
                margin-right: 10px;
                font-size: 20px;
                color: @color-light-blue;
            }
            a {
                color: @color-gray;

            }
            span {
                margin: 0 5px;
            }
        }     
}

/****************** PARTNERS  ******************/

section#partners  {
    padding:  50px 0 50px 0;   
    margin: 0; 

    .login-label span, .password-label span {
        padding-right: 5px;
        display: block;
        font-weight: bold
    }
    .error_message {
        color: red;
    }
    td {
        padding: 5px 0;
        vertical-align: middle;
    }
    .ico .form-control {
        width: auto !important;
    }

    input[type=submit] {
        background: @color-green;
        border: 0;
        color: #fff;
        width: auto;
        padding: 5px 20px;
        display: inline-block;
        &:hover {
            transition: 0.7s;
            background: @color-light-blue;
        }
    }  
        
}

/****************** ONLINE  ******************/

section#online  {
    padding:  50px 0 50px 0;   
    margin: 0; 

    td span.label {
        padding-right: 2px;
        display: block;
        font-weight: bold
    }

    .button {
        background: @color-green;
        border: 0;
        color: #fff;
        width: auto;
        padding: 5px 20px;
        display: inline-block;
        &:hover {
            transition: 0.7s;
            background: @color-light-blue;
        }
    }  
        
}

/****************** ABOUT GREECE  ******************/

section#aboutgreece {
    padding:  0px 0 50px 0;   
    margin: 0; 
    background: url('images/aboutgreece-background.png') no-repeat center bottom;  

    .rollout__header__icon {
        display: none;
    }

    .button {
        background: @color-green;
        border: 0;
        color: #fff;
        width: auto;
        padding: 5px 20px;
        display: inline-block;
        &:hover {
            transition: 0.7s;
            background: @color-light-blue;
        }
    }  

    .uvodni_blok {
        margin-bottom: 30px;
    }
    .uvodni_blok img {
        max-width:100%;
    }    
    .katalog-obal .obalky-katalogu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .katalog-obal .obalky-katalogu .katalog {
        margin: 15px 0 0 5px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 123px;
        flex: 0 0 123px;
        width: 123px;
        color: #fff;
        vertical-align: top;
        border: 0;

        img {
            max-width: 100%;
        }
    }  



    .tipy-a-zajimavosti .clanek, .napsali-jste-nam .clanek {
        padding: 30px;
    }
    .tipy-a-zajimavosti>:nth-child(2n), .napsali-jste-nam>:nth-child(2n) {
        background-color: #e3f2fb;
    }    
    .clanek-odkaz a {
        font-size: 25px;
    }
    .left-side { 
        position: relative;

        ul ul {
            display: none;
        }
        ul li.nav-sidebar__item--active ul {
            display: block;
        }
        h2 {
            color: @color-light-blue;
            font-size: 18px;
            line-height: 20px;
            font-weight: 600;
            margin-bottom: 10px;
            margin-top: 20px;
            span {
                font-size: 16px;
                color: @color-gray;
            }
            border-left: 3px solid #0290c1;
            padding-left: 10px;
        }


    @media (max-width: 999px) {
        .blue-bacgkround {
            left: 0;
            top: 42px;
            width: 100%;
            height: calc(100% - 50px);
            z-index: 1000;
            background-color: @color-light-blue !important;
            background-image: none !important;
            position: fixed;
            overflow: auto;
            padding: 20px;
            display: none;

         }
    }
    @media (min-width: 999px) {
      .blue-bacgkround {
         display: block !important;
      }
    } 
        .blue-bacgkround {
            background: url('images/aboutgreece-links-background.png') no-repeat bottom center ;    
            margin-bottom: 30px;
            padding-top: 20px;
            padding-bottom: 60px;     
            background-size: cover;
            ul ul a {
                margin-left: 20px;
            }
            ul {
                margin: 0;
                padding: 0;
                li {
                    list-style-type: none;
                    margin: 0;
                    padding: 0;
                    
                    a {
                        color: #fff;
                        display: block;
                        padding: 5px 35px;
                        background: url('images/right-arrow-white.svg') no-repeat right center;
                        background-size: 23px;
                                          
                       &:hover, &.active {
                            background: #4cbceb;
                            cursor: pointer;
                        }  
                    }
          
                }
            }
        }
    }
    .right-side {
        padding-bottom: 20px;
        background-color: #fff;

        table {
            width: 100%;
        }     
        table {
            --bs-table-bg: transparent;
            --bs-table-accent-bg: transparent;
            --bs-table-striped-color: #212529;
            --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
            --bs-table-active-color: #212529;
            --bs-table-active-bg: rgba(0, 0, 0, 0.1);
            --bs-table-hover-color: #212529;
            --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
            width: 100%;
            margin-bottom: 1rem;
            color: #212529;
            vertical-align: top;
            border-color: #dee2e6;
        }           

        .list-item-ou span.item {
            font-weight: 500;
            color: #019de0;
            font-size: 1.17em;
        }
        .list-item-ou h3, .list-item-ou-in h4.nadpis-ou {
            display: inline;
        }  
        .list-item-ou p {
            margin: 0 0 0 25px;
        }     
        .list-item-ou {
            margin-bottom: 20px;
        }                 
        ul {
            margin: 15px 0 15px 15px;
            padding: 0;
            li {
                list-style-image: url('images/li-blue-square.jpg');
                margin: 5px 0;
                padding:0 0 0 5px; 
            }
        }   

        .clanky-doporucujeme-obal {
            padding: 30px 10px; 
            ul {
                margin: 0;
                padding: 0;
                li {
                    background: url(images/li-blue-square.jpg) no-repeat left center;
                    margin: 5px 10px;
                    padding: 0 0 0 16px;
                    list-style-type: none;
                    display: inline-block;                  
                }
            }  
            h2 {
                font-size: 19px;
                line-height: 22px;
                color: @color-light-blue;
                font-weight: 600;
                margin-bottom: 30px;
            }                     
            
        }

        h4 {
            margin: 30px 0px 20px 0;
        }     
        h2 {
            font-size: 34px;
            line-height: 38px;
            color: @color-light-blue;
            font-weight: 600;
            margin-bottom: 30px;
        }
        h3 {
            font-size: 18px;
            line-height: 23px;
            color: @color-light-blue;
            font-weight: 600;
            margin-bottom: 30px;
        }        
    }
   
    .other-info {
        display: block;
    }  
    @media (max-width: 999px) {
        .other-info {
            display: none;
        }          
    } 
    .close-search-form {
        top: 5px;
    }

    .blok-vyberte-si {
        h2, h3 {
            font-size: 17px;
            color: @color-light-blue;
            text-transform: uppercase;
        }
    }
    .blok-vyberte-si ol {
        list-style:none;
    }
    ol.vyberte-si-zajezd li,ol.vyberte-si-zajezd-aktivni-dovolena li {
        background-color: #f6f6f6;
        margin: 10px 10px 10px -40px;
        padding: 10px;
        border-radius: 10px;
    }
    .blok-vyberte-si {
        padding: 20px 5px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 100%;
        vertical-align: top;
    }
    @media (max-width: 999px) {
        .blok-vyberte-si {
            padding: 20px 5px;
            -webkit-box-flex: auto;
            -ms-flex: auto;
            flex: auto;
            width: 100%;
            vertical-align: top;
        }        
    }    

    .text-box__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;flex-wrap: wrap;
    }
    
}


/****************** CAROUSEL - PRODUCT DETAIL  ******************/
.carousel {
    max-width: 100% !important;
    .carousel__images__item--active img {
        width: 100%;
    }
    .carousel__thumbs {
        left: 0;
        height: 100px;
    }
    .carousel__thumbs__item {
        height: 113px;
        margin: 0;
    }
    .slick-track img {
        width: 172px;
        border-left: 3px solid white; 
        border-right: 3px solid white; 
    }

.carousel__arrow {
        z-index: 200;
        width: 16px;
        height: 118px;
        top: 0;
        margin-top: -18px;
        border-radius: 0;
        background-color: #029de0;
        position: absolute;
        cursor: pointer;
 
    }
    .carousel__arrow:after {
        border-right: 4px solid #ffffff;
        border-bottom: 4px solid #ffffff;
        top: 50%;
        left: 0;
   }
    .carousel__arrow\--prev:after {
        left: 5px !important;
    } 

    .carousel__arrow\--next:after {
        right: 5px !important;
    }         

   .carousel__arrow\--next {
        right: 0px;
   }
   .carousel__arrow\--prev {
    left: 0px;
   }  
}
/****************** RESERVATION-FINAL  ******************/

#reservation-final {
    padding:  0px 0 50px 0;   
    .rsv-result {
        font-size: 20px;
        padding: 20px;
        background: @color-light-blue;
        color: white;
        margin: 20px 0;
    }
    .bez-zadani   {
        margin: 2px 0;
        background: @color-green;
        border: 0;
        color: #fff;
        width: auto;
        padding: 5px 20px;
        display: inline-block;
        border-radius: 0;
        &:hover {
            transition: 0.7s;
            background: @color-light-blue;
        }  
    }
    margin: 0; 
        tbody {
            padding: 10px;
        }

        .rsv-enter-persons {
            font-size: 20px;
            margin: 20px 0;
            font-weight: 600;    
        }        
        .objednavka-zajezdu-main iframe {
            display:none;
        }
        .rsv-allpersons {
            display:block;
            border-top:1px solid #019de0
        }
        .rsv-person-cell-container .rsv-required-field{
            background-color:#f6f678
        }
        .reservation .rekapitulace-all {
            margin-bottom:10px
        }
        .reservation .rsv-recap .rekapitulace-objednani br,.reservation .rsv-recap .rekapitulace-all .kontaktni-udaje .cislo{
            display:none
        }
        .reservation .rsv-recap span:first-child{
            padding-right:5px
        }
        .reservation .rsv-recap span:nth-child(2),
        .reservation .rsv-recap span:nth-child(3),
        .reservation .rsv-recap span:nth-child(4), .reservation .rsv-recap .rekapitulace-objednani .polozky .polozka .polozka-castka2,.reservation .rsv-recap .rekapitulace-objednani .polozky .polozka .item-currency{
            font-weight:700;
            font-size:15px
        }
        .reservation .rsv-recap .rekapitulace-all .cena .hodnota,.reservation .rsv-recap .rekapitulace-all .cena .currency-code{
            font-size:24px
        }
        .reservation .rsv-recap .rekapitulace-all .cena {
            font-size:16px
        }
        .reservation .rsv-recap .rekapitulace-objednani .polozky .polozka span{
            font-weight:normal
        }
        .ukonceni-objednavky-platby .payment-form tr.payment-pricetopay{
            background-color:#f6f6f6
        }
        .rsv-person-cell-container .validator,.rsv-agreement .validator{
            color:red
        }
        .rsv-reservationroom-content .rsv-persons .deti-pocty .deti-pocty-popiska{
            display:none
        }
        #ctl11_ObjednavkaControl_UpdateProgress, #ctl19_ObjednavkaControl_UpdateProgress, #ctl22_ObjednavkaControl_UpdateProgress, #ctl24_ObjednavkaControl_UpdateProgress, #ctl23_ObjednavkaControl_UpdateProgress, #ctl25_ObjednavkaControl_UpdateProgress,#ctl83_ObjednavkaControl_UpdateProgress, #ctl81_ObjednavkaControl_UpdateProgress, #ctl78_ObjednavkaControl_PokojeControl_PokojControl0False_0_PokojValidator, #ctl79_ObjednavkaControl_PokojeControl_PokojControl0False_0_PokojValidator, #ctl83_ObjednavkaControl_PokojeControl_PokojControl0False_0_PokojValidator, #ctl81_ObjednavkaControl_PokojeControl_PokojControl0False_0_PokojValidator{
            position: absolute;
            top:0;
            left:0;
            width:100%;
            height: 100%;
            z-index:500;
            background:white;
            filter: alpha(opacity=80);
            opacity:0.8;
        }
        .rsv-infotext {
            color: red;
            font-size: 1.6em;
            font-weight: bold;
            text-align: center;
            position:fixed;
            top:40%;
            left: 40%;
            z-index:500;
        }
        .reservation .rsv-recap .rekapitulace-all .kontaktni-udaje, .reservation .rsv-recap .rekapitulace-all .rekapitulace-objednani .polozky{
            padding-top:15px
        }
        .reservation .rsv-allpersons .rsv-currentperson .rsv-person {
            text-transform:lowercase
        }
        
    }

/****************** THANKS  ******************/
#thanks {
    padding:  0px 0 50px 0;   
    margin: 0; 
    text-align: center;
    .main-image {
        width: 100%;

    }    
    .header-and-subheader {
        margin: 40px 0;
        text-align: center;
        h1 {
            color: @color-dark-dark-blue;
            font-size: 40px;
            line-height: 43px;
        }
        h2 {
            color: @color-light-blue;
            font-size: 30px;
            line-height: 33px;
        }
    }
    .alert {
        background: #ba1c1c;
        color: #fff;
        padding: 10px 20px;
        display: inline-block;
    }
    @keyframes pulse {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.1);
        }

        100% {
            transform: scale(1);
        }
    }


    .pay-link {
        background: @color-light-blue;
        position: relative;
        color: #fff;
        padding: 10px 20px;
        display: inline-block;
            .hand {
                position: absolute;
                right: -20px;
                bottom: -10px;
                 animation: pulse 2s infinite;
            }
    }
}


.uvodni_blok img {
    width: 100%;
}
/****************** AJAX LOADER  ******************/

.ajax-panel-ajp-vyhledane-zajezdy, .ajax-panel-ajp-terminy-zajezdu, .ajax-panel-ajp-terminy-zajezdu-vlastni-doprava{
     position: relative;
     width: 100%;
}
 .loader-panel {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     overflow: hidden;
     z-index: 999;
     background: rgba(255,255,255,.5);
     min-height: 200px;
}
 .loader-panel__loader, .loader-panel__loader:after {
     border-radius: 50%;
     width: 10em;
     height: 10em;
}
 .loader-panel__loader {
     margin: 60px auto;
     font-size: 10px;
     position: relative;
     text-indent: -9999em;
     border-top: .75em solid #019de0;
     border-right: .75em solid #019de0;
     border-bottom: .75em solid #019de0;
     border-left: .75em solid #ffffff;
     -webkit-transform: translateZ(0);
     -ms-transform: translateZ(0);
     transform: translateZ(0);
     -webkit-animation: load8 1.1s infinite linear;
     animation: load8 1.1s infinite linear;
}
 @-webkit-keyframes load8 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(360deg);
         transform: rotate(360deg);
    }
}
 @keyframes load8 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(360deg);
         transform: rotate(360deg);
    }
}

/****************** PAYMENT  ******************/
#payment {
    padding:  50px 0 50px 0;   
    margin: 0; 
    table {
        width: auto;
    }
 
}    
/****************** úpravy **************/
    .rollout__header__icon, .m--mt-0, .blog-detail__heading {display:none;}
    .tab-content-offer {margin-bottom:40px}
    section#aboutgreece .blog-detail__return {margin:15px 0} 
    
     .clanky-doporucujeme-obal h2.aktuality-doporucujeme {font-size: 19px;
    line-height: 22px;
    color: #009fe3;
    font-weight: 600;
    margin-bottom: 30px;}
    .clanky-doporucujeme-obal ul.destination-tree {
        margin: 0;
        padding: 0;
    }  
    .clanky-doporucujeme-obal ul.destination-tree li {
        background: url(https://www.greece-tours.cz/public/ngt24/css/images/li-blue-square.jpg) no-repeat left center;
        margin: 5px 10px;
        padding: 0 0 0 16px;
        list-style-type: none;
        display: inline-block;
    }
  .doporucujeme-20px {margin:20px 0}
   section#aboutgreece .uvodni_blok img.displayNone-contacts-old {display:none}
   section#aboutgreece .right-side .clanek__new h2 {font-size: 18px}
   section#aboutgreece .right-side .recommendation h2 {line-height: 22px;align-content:baseline;text-wrap-style: balance}
   section#search h2.search-no-data {font-size:2em}