@font-face {
    font-family: font-light;
    src: url('../fonts/Roboto-Light.ttf') format('truetype');
}
@font-face {
    font-family: font-regular;
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}
@font-face {
    font-family: font-bold;
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
}
@font-face {
    font-family: font-bold-extra;
    src: url('../fonts/Roboto-Black.ttf') format('truetype');
}
@font-face {
    font-family: harabara;
    src: url('../fonts/Harabara.otf') format('opentype');
}
/*
    color palette:
    gray:       #F5F5F5
    yellow:     #FACF00
    light blue: #00B3F8
    blue:       #001CC7
    dark:       #000E71
    dark dark:  #000246
*/

html {
    font-size: 100%;
    max-width: 100%;
    overflow-x: hidden;
}
body {
    color: #111;
    max-width: 100vw;
    overflow-x: hidden;
    background-color: white;
    padding-right: 0 !important;
    font-family: font-light, 'Roboto', 'Arial', 'sans-serif';
    font-weight: 100;
}
*::selection {
    color:white;
    background: #001CC7;
}
*::-moz-selection {
    color:white;
    /*background: #001CC7;*/
    background: #001CC7;
}
.mobile {
    display: none;
}
.hidden {
    display: none !important;
}
.clear {
    clear:both;
}
a {
    color: #001CC7;
}
a:hover, a:active, a:focus,
.navbar .material-icons {
    /*color: #00B3F8;*/
    /*color: rgba(0, 28, 199, 0);*/
    text-decoration: none;
    outline: none;
}
a, button, .navbar-toggle span, .remove, .map-control span, .drag-drop-image, .img-popup-close,
.attraction-img, .offer-type-box, .side-menu, .side-menu div, .bookingStep2, .clickable {
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}

.green {
    color: green;
}
.red {
    color: red;
}

h1, h2, h3, h4, h5, h6 {
    font-family: font-bold, 'Roboto', 'Arial', 'sans-serif';
    font-weight: 600;
}
strong {
    font-family: font-regular, 'Roboto', 'Arial', 'sans-serif';
    font-weight: 500;
}
.clickable {
    cursor:pointer;
}
.clickable:hover {
    opacity: 0.5
}
.mat-progress-spinner {
    margin: 100px auto;
}

/* login */
input.form-control {
    border: none;
    border-bottom: 1px solid #aaa;
    background: rgba(255,255,255,0.8);
    border-radius: 0;
}
.white-box input {
    margin-bottom: 15px;
}

/* buttons */
button.btn, a.btn {
    font-family: 'Arial', 'sans-serif';
    font-weight: 600;
    font-size: 18px;
    /*border-radius: 0 !important;*/
    min-width:80px;
}
button:focus, a.btn:focus {
    outline: none !important;
}
button .material-icons-outlined,
button .material-icons,
a.btn .material-icons-outlined,
a.btn .material-icons,
.body a .material-icons-outlined,
.body a .material-icons {
    position: relative;
    top: 5px;
    margin-right: 5px;
}
button .material-icons-outlined,
button .material-icons,
a.btn .material-icons-outlined,
a.btn .material-icons {
    font-size: 20px;
}
.btn-primary {
    background-color: rgb(0, 28, 199);
    border-color: rgba(0, 28, 199, 0);
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
    background-color: #5e5e5e;
    border-color: rgb(94, 94, 94);
    opacity: 1;
}
.btn-success, .btn-success:hover, .btn-success:active, .btn-success:focus {
    background-color: #FFBE2F;
    border-color: #FFBE2F;
    color: #525252;
}
.btn-light {
    background-color: rgba(0, 179, 248, 0);
    border-color: rgba(0, 179, 248, 0);
    color: white;
}

.btn.btn-light:hover, .btn.btn-light:active, .btn.btn-light:focus {
    background-color: #5e5e5e;
    border-color: #5e5e5e;
    color: white;
    opacity: 1;
}
.btn-invisible {
    background-color: transparent;
    /*border-color: #00B3F8;*/
    /*color: #00B3F8;*/
    border-color: rgba(94, 94, 94);
    color: rgb(255, 255, 255);
}
.btn.btn-invisible:hover, .btn.btn-invisible:active, .btn.btn-invisible:focus,
.navbar-inverse .navbar-nav > li > a.btn.btn-invisible:hover, .navbar-inverse .navbar-nav > li > a.btn.btn-invisible:focus {
    background-color: rgba(255, 255, 255, 50%);
    /*border-color: rgba(0, 28, 199, 0);*/
    /*color: rgba(0, 28, 199, 0);*/
    opacity: 50%;
}
.btn-invisible-white {
    background-color: transparent;
    border-color: white;
    color: white;
}
.btn.btn-invisible-white:hover, .btn.btn-invisible-white:active, .btn.btn-invisible-white:focus {
    background-color: rgb(255, 255, 255);
    border-color: white;
    color: white;
    opacity: 1;
}
.btn-rounded {
    border-radius: 50px;
}
.btn.btn-nobtn {
    background: none;
    border: none;
    color: #525252;
}
.btn.btn-with-icon {
    padding-top: 1px;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: 1;
    filter: grayscale(1);
}
.btn:hover, .btn:active, .btn:focus {
    opacity: 0.8;
}
.img-fullwidth {
    width: 100%;
    margin: 10px 0 15px;
}
.btn.full-width {
    width: 100%;
}
.btn.full-width-leftmargin{
    width: 90%;
    margin-left: 10%;
}
.btn.full-height {
    display: table-cell;
    height: 100%;
}
.btn.centered {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
}
.btn.btn-vertical {
    margin: 2px 0 !important;
}
.margin-top {
    margin-top:50px;
}

/* navbar */
.navbar-inverse {
    /*background-color: #000246;*/
    /*background-color: #FFFFE7;*/
    height: 90px;
    background-color: rgba(17, 31, 101, 0);
    border-color: rgba(17, 31, 101, 0);
}
.navbar {
    margin-bottom: 0;
    border-radius: 0;
    border: none;
    /*color: #00B3F8;*/
    /*color: #000246;*/
    /*position: fixed;*/
    width: 100%;
    z-index: 7;
}
.navbar button.btn {
    margin: 30px 6px 0 6px;
}
.navbar-nav > li > a {
    padding: 14px 12px 0;
}
.navbar-nav > li > a.btn {
    padding: 35px 12px 0 18px;
}

.navbar-nav > li > a.btn.btn-with-icon {
    padding-top: 1px;
}
.navbar-inverse .navbar-nav > li > a {
    /*color: #00B3F8;*/
    color: #ffffff;
    font-weight: 700;
    font-family: sans-serif;
    font-size: 16px;
}
.lang-selected {
    position: relative;
    top: 1px;
    padding-left: 4px;
}
.navbar-header button {
    margin-top: 10px;
}
.navbar-brand {
    padding: 20px 15px;
}
.navbar-brand img {
    height: 55px;
    width: auto;
    float: left;
}
.navbar-brand span {
    color: #ffffff;
    line-height: 55px;
    font-size: 20px;
    margin-left: 10px;
}
.navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 100;
}
.body {
    padding-top: 5px;
}
.navbar-toggle {
    border: none;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
    opacity: 0.5;
}
.navbar-toggle.open span:nth-of-type(2) {
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-top: 9px;
        margin-bottom: -12px;
}
.navbar-toggle.open span:nth-of-type(3) {
    opacity: 0;
}
.navbar-toggle.open span:last-of-type {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* form styles */
input.form-control {
    border: none;
    border-bottom: 1px solid #aaa;
    background: rgba(255,255,255,0.8);
    border-radius: 0
}
.checkboxes {
    margin-bottom: 20px;
}
label {
    font-weight: inherit !important;
}
.calendar-error {
    position: relative;
    top: -15px;
}

/* map */
google-map {
    max-height: 80vh;
}
.map-control {
    position: absolute;
    right: 20px;
    cursor: pointer;
    color: #001CC7;
}
.map-control  span {
    display: block;
    padding: 4px;
    margin: 8px 0;
    font-size: 32px;
    background: white;
}
.map-control.hide-map {
    top: 12px;
}
.map-control.zoom-control {
    bottom: 100px;
}
.map-control span:hover {
    color: #00B3F8;
}


/* login popup */
.modal.active {
    display: block;
}
.modal .modal-dialog {
    opacity: 0;
    z-index: 2000;
    margin: 50px auto;

    transition: all 0.4s ease 0.05s;
    -o-transition: all 0.4s ease 0.05s;
    -webkit-transition: all 0.4s ease 0.05s;
    -moz-transition: all 0.4s ease 0.05s;
    -ms-transition: all 0.4s ease 0.05s;
}

.modal .modal-backdrop {
    opacity:0;

    transition: all 1s ease 0.1s;
    -o-transition: all 1s ease 0.1s;
    -webkit-transition: all 1s ease 0.1s;
    -moz-transition: all 1s ease 0.1s;
    -ms-transition: all 1s ease 0.1s;
}
.modal.active .modal-dialog {
    opacity: 1;
}
.modal.active .modal-backdrop {
    opacity:0.7;
}
button.close:focus {
    outline: none;
}
.modal-content {
    border-radius: 0;
    max-height: 90vh;
    max-height: calc(100vh - 50px);
    overflow: auto;
}
.modal-title {
    float: left;
}
.modal-body {
    max-width: 500px;
    margin: 0 auto;
}
.modal-big .modal-dialog {
    width: 80vw;
}
.modal-big .modal-body {
    max-width: 100%;
    padding: 15px 30px;
}
.modal-big .modal-body.with_slider {
    padding-left: 40px;
}
.modal-big .modal-body .row {
    margin-top: 0;
}
.modal-big .owl-carousel .owl-nav button {
    color: #111 !important;
}
.modal-big .owl-carousel .owl-nav button.owl-next {
    right: -40px !important;
}
.modal-big .owl-carousel .owl-nav button.owl-prev {
    left: -40px !important;
}
.modal-body button {
    margin-right: 10px;
}
.login-section {
    margin-top: 30px;
    margin-bottom: 30px;
}
.loader-drop {
    position: absolute;
    top: 0 ;
    left : 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
}
.loader-drop mat-spinner,
.loader-drop circle,
.loader-drop svg {
    width: 80px !important;
    height: 80px !important;
}
.loader-drop .mat-progress-spinner {
    margin: 12% auto;
}
.mat-checkbox-layout .mat-checkbox-label {
    line-height: 1.4em !important;
    white-space: pre-wrap;
    padding: 6px 0 3px;
}


/* offer */
.currency {
    font-size: 95%;
    opacity: 0.97;
    color: #000246;
    margin-right: 2px;
}
.body star-rating .material-icons {
    margin-right: 0;
}

.offers {
    margin: 60px 0 30px;
}

.offer-container {
    background: #f5f5f5;
    display: block;
    cursor:pointer;
    color: #202b36;
    text-decoration: none;
    margin-bottom: 30px;
}
.offer-container:hover, .offer-container:focus {
    background: #efefef;
    color: #202b36;
    text-decoration: none;
    box-shadow: 1px 1px 15px rgba(0,0,0,0.3);
}
.offer-desc {
    padding: 5px 20px 18px;
}
.main-page-offers .offer-desc h3, .special-offers .offer-desc h3 {
    min-height: 2.2em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.img-placeholder {
    width: 100%;
    height: 100%;
    /*background: #00B3F8;*/
    background: #f5f5f5;
}
.offer-type-box {
    position: absolute;
    top: 0;
    background: rgba(255,255,255,0.8);
    padding: 3px 8px;
    border-left: 5px solid #111;
    color: #111;
    opacity:0;
}
.offer-type-box.explore {
    border-color: #FACF00;
}
.offer-type-box.light_mode {
    border-color: #00B3F8;;
}
.offer-type-box.dark_mode {
    border-color: #001CC7;
}
.offer-container:hover .offer-type-box {
    opacity: 1;
}
.offer-desc p.desc {
    min-height: 4.29em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.offer-desc .material-icons,
.offer-desc .material-icons-outlined {
    position: relative;
    top: 6px;
    margin-right: 5px;
}
.offer-desc .material-icons {
    color: #000246;
    opacity: 0.5;
}
.offer-desc .price-item.rating span.material-icons {
    color: #FACF00;
}

.mat-tooltip.price-per-day{
    font-size: 1rem;
    font-weight: bolder;
}

.offer-img {
    width: 100%;
    height: 265px;
    overflow: hidden;
    position: relative;
}

.logo-plug {
    background: #f5f5f5;
    color: black;
    height: 512px;
    /*height: 250px;*/
}

.logo-plug-img {
    width: 100%;
    height: 512px;
    overflow: hidden;
    position: relative;
    background: #f5f5f5;
}

.offer-img img, .offer-img-inner {
    transition: transform .5s ease;
    width:100%;
}

.offer-container:hover img, .offer-container:hover .offer-img-inner, .offer-container:hover .logo-plug-img-inner, .attraction-img:hover {
    transform: scale(1.2);
}

.logo-plug-img img, .logo-plug-img-inner {
    transition: transform .5s ease;
    width:100%;
}


.offer-tags {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.offer-tag {
    color: #00B3F8;
    border-right: 1px solid #00B3F8;
    padding:0px 10px 0 0;
    margin-right: 10px;
    display: inline-block;
    /* text-transform: capitalize; */ /*doesn't work - only when there's more then one word*/
}
.offer-tag:last-of-type {
    border: none;
}
span.language {
    margin-right: 5px;
    text-transform: capitalize;
}
span.language::after {
    content: ','
}
span.language:last-of-type:after {
    content: ''

}
/* buy voucher */
.buy-voucher{

    background: #FACF00;
    color: black;
    height: 512px;
}

.centered-input
{
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
}

.buy-voucher p.desc {
    min-height: 4.29em;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    overflow: hidden;
    -webkit-box-orient: vertical;
}



/* special offers */

.offer-container:hover img, .offer-container:hover .offer-img-inner, .attraction-img:hover {
    transform: scale(1.2);
}
.featured-offer {
    background: #ffece6;
}
.offer-container.featured-offer:hover {
    background: #ffd9cc;
}
.special-offers {
    padding: 15px 0;
    margin: 20px 0 55px;
    box-shadow: 1px 1px 15px rgba(0,0,0,0.3);
    color: #000E71;
}
.special-offers-title {
    width: 250px;
    margin: 15px 0;
    float:left;
}
.special-offers-container {
    /* width: 2000px;
    width: calc(50vw + 700px) */
    margin-right: -10px;
}
.special-offers .offer-container {
    width: 200px;
    float: left;
    margin: 15px;
    /*color: white;*/
    color: #000E71;
    background-color: rgba(255, 255, 255, 0.15);
}
.special-offers h2 {
    font-family: harabara, font-bold, 'Roboto', 'Arial', 'sans-serif';
    font-size: 50px;
    padding: 30px 40px 10px 20px;
    font-weight: 500;
}
.special-offers .offer-img {
    height: 130px;
}
.special-offers .offer-img .img-placeholder {
    opacity: 0.2;
    background-color: #FACF00;
}
.special-offers .offer-desc {
    padding: 0px 16px 10px;
}
.special-offers .offer-desc h3 {
    font-size: 20px;
}
.special-offers .offer-desc .material-icons {
    color: #78799B;
}
.special-offers-container .owl-carousel .owl-nav button.owl-prev,
.special-offers-container .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    font-size: 85px;
    color: #000E71;
    top: 27%;
}
.special-offers-container .owl-carousel .owl-nav {
    display: block !important;
}
.special-offers-container .owl-carousel .owl-nav .owl-next {
    right: -20px;
}
.special-offers-container .owl-carousel .owl-nav .owl-prev {
    left: 220px;
}

/* footer */
footer {
    /*background: #000246;*/
    background: #111F65;
    /*color:white;*/
    color: #FFFFFF;
    padding: 40px 0 40px 0;
    text-decoration: none;
    box-shadow: 1px 1px 15px rgba(0,0,0,0.5);
    width: 100%;
}
footer a {
    /*color: #f5f5f5;*/
    color: #FFFFFF;
}
footer h1 {
    font-family: harabara;
}
.footer-logo {
    width: 90%;
}
/* footer .row {
    margin-bottom: 20px;
} */

.cookies {
    position: fixed;
    bottom: 0;
    right: 0;
    background: #111F65;
    color: white;
    z-index: 2;
    width: 100%;
    padding: 30px 0;
    box-shadow: 1px 1px 15px rgba(0,0,0,0.3);
}
.cookies a {
  color: #FFBE2F;
}

.cookies a:hover {
  color: #F1ECD7;
}

.cookies button {
    width: 100%;
}

.short-message-container {
    margin: 0 auto;
    padding: 20vh 0;
    min-height: 72vh;
    min-height: calc(100vh - 272px);
    max-width: 500px;
}
.partner-logo {
    display: inline-block;
    height: 85px;
}

.partner-logo img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
/* .benefit-log-in .partner-logo {
    margin: 10px 0;
} */
.benefit-log-in .partner-logo img {
    max-width: 180px;
}


/* user profile */

.mat-tab-label {
    font-weight: 400;
}

.static-page-container {
    padding: 10px 10px 10px 10px;
    margin-bottom: 30px;
    /*min-height: 55vh;*/
    /*min-height: calc(100vh - 270px);*/
    /*background: rgba(94, 94, 94, 0.2);*/
    /*color: #0E0B0B;*/
}
.static-page-small .static-page-container {
    min-height: 33.5vh;
    min-height: calc(100vh - 633px);
    padding: 45px;
}
.static-page-container .nav {
    padding: 0;
    border-bottom: 1px solid #ddd;
    width: 100%;
    margin: 0;
}
.static-page-container .nav li {
    margin: 0;
}
.static-page-container .nav li button {
    border: none;
    border-bottom: 2px solid transparent;
    background: transparent;
    padding: 15px 30px;
    color: #777;
}
.static-page-container .nav li button:hover {
    color: #00B3F8;
}
.static-page-container .nav li button.active {
    color: #00B3F8;
    border-bottom: 2px solid #00B3F8;
}
.profile-settings {
    position: relative;
    min-height: 300px;
    margin: 50px 0 20px;
}
.profile-settings-message {
    padding: 0 30px 15px;
}
.profile-settings > div > .col-md-6:first-of-type {
    padding-right: 50px;
}
.profile-settings > div > .col-md-6:last-of-type {
    padding-left: 50px;
}
.profile-settings mat-form-field{
    width: 100%;
    /* max-width: 500px; */
    display: block;
}
.profile-pic-preview {
    display: block;
    margin: 15px auto;
    height: 150px;
}

.profile-settings .btn {
    margin-right: 10px;
    margin-bottom: 30px;
}
.profile-settings .btn.float-right {
    float: right;
    margin-left: 10px;
    margin-right: 0;
}
.btn.float-left {
    margin-right: 10px;
    margin-left: 0;
}
.profile-settings label {
    font-weight: normal;
}
.mat-snack-bar-container {
    background: #00B3F8 !important;
}
.mat-simple-snackbar-action {
    color: white !important;
}
.profile-settings .modal-footer .btn {
    margin: 0 0 0 10px;
}
.profile-settings .col-with-padding {
    padding-top: 13px;
}
.photo-placeholder, .photo-placeholder-small {
    width: 100%;
    background: #f5f5f5;
}
.photo-placeholder span {
    width: 100%;
    color: white;
    text-align: center;
    font-size: 100px;
    padding: 100px 0;
}
.photo-placeholder-small span {
    width: 100%;
    color: white;
    text-align: center;
    font-size: 60px;
    padding: 5px 0;
}

.upload-file {
    margin: 10px 0 20px;
}
.upload-file input {
    display:none;
}
.upload-file button.btn {
    margin-bottom: 0px;
}

/* reservations history */
.reservation-dates, .offer-status {
    opacity: 0.5;
    margin-left: 20px;
    font-size: 75%;
    margin-top: 4px;
}
.offer-status {
    font-style: italic;
    margin-left: 7px;
}
.reservation-status {
    position: absolute;
    cursor: pointer;
    opacity: 0.5;
    top: 14px;
    right: 14px;
    display: flex;
}
.reservation-status-bold {
  position: absolute;
  cursor: pointer;
  top: 14px;
  right: 14px;
  display: flex;
}
.reservation-status.done {
    color: green;
}
.reservation-status.canceled {
    color: red;
}
.reservation-details .offer-cta {
    margin-top:0;
}
.reservation-details-desc {
    margin-top:10px;
}


/* offer single */
.offer-single-img {
    overflow-x: hidden;
    background: rgba(0, 28, 199, 0);
}
.offer-single-img-inner {
    margin: 0 -500px 0 -200px;
}
.offer-single-img .owl-item {
    opacity: 0.4;
}
.offer-single-img .owl-item .item img {
    height: 450px;
    width: auto;
}
.offer-single-img .owl-item.center {
    opacity: 1;
}

.offer-single-desc {
    position: relative;
    margin: 60px 0 30px;
}
.offer-single-desc h1 {
    padding-right: 140px;
    padding-bottom: 15px;
}
.offer-single-desc h1 .is-preview {
    opacity: 0.25;
    font-style: italic;
}
.offer-single-desc div[class*="col-"] {
    position: relative;
}
.flatio-offer-link{
  margin-top: 50px;
  float: right;
}
.text-desc {
    white-space: pre-line;
    margin-bottom: 40px;
}
.short-desc-box {
    background: #f5f5f5;
    padding: 20px 30px;
}
.bookmark {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor:pointer;
}
.bookmark span {
    font-size: 50px;
    color:#001CC7
}
.offer-single .offer-cta {
    margin: 30px 0px 25px 0;
    padding: 30px 30px 40px;
    background: #f5f5f5;
    box-shadow: 1px 1px 15px rgb(0 0 0 / 30%);
}
.offer-single .desc {
    margin-bottom: 50px;
}
.offer-single .left-col {
    padding-right: 35px;
}
.offer-single .right-col {
    padding-left: 35px;
}
.offer-single-desc .row {
    margin-top: 15px;
}
.owl-theme .owl-nav {
    margin-top: 0px !important;
}
.offer-single .owl-carousel .owl-nav button.owl-next,
.offer-single .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    font-size: 100px;
    color: white;
    top: 30%;
}
.offer-single .owl-carousel .owl-nav button.owl-next {
    right: 100px;
}
.offer-single .owl-carousel .owl-nav button.owl-prev {
    left: 100px;
}
.offer-single .owl-theme .owl-nav [class*=owl-]:hover,
.special-offers-container .owl-theme .owl-nav [class*=owl-]:hover,
.img-popup-close:hover {
    background: none;
    opacity: 0.8;
    transform: scale(1.2);
}
.offer-single .map-control.zoom-control {
    right: 5px;
    bottom: 0px;
}

.offer-single-outer .special-offers,
.static-page-small  .special-offers {
    margin-bottom: 0;
}
.offer-single-outer .special-offers h2 {
    padding: 15px 35px 15px 0;
    font-size: 57px;
}
.offer-tags {
    margin-top: 15px;
}
.offer-cta-item {
    float: left;
    margin-right: 20px;
    height: 2.2em;
}
.offer-cta .offer-cta-item {
    float:none;
    margin-right: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.offer-cta-item .material-icons {
    position: relative;
    top:5px;
    color: #001CC7;
}
.offer-cta-item > span:first-of-type {
    margin-right: 5px;
}
.offer-rating .material-icons {
    color: #FACF00
}
.offer-rating mat-slider {
    width: 102%;
    padding: 0;
    margin-left: -8px;
}
.review-item {
    background: #f5f5f5;
    padding: 25px 30px 20px;
    margin-bottom: 10px;
}
.review-details {
    color: #001CC7;
    margin: 10px 0;
}
.review-date {
    border-right: 1px solid #001CC7;
    padding-right: 10px;
    margin-right: 10px;
}
.review-content {
    white-space: pre-line;
}
.review-content-more {
    cursor: pointer;
}
.form-full-with mat-form-field {
    width: 100%;
}
.align-with-date input {
    line-height: 30px;
}
.vendor-thumbnail {
    width: 100%;
}


/* attractions */
.attraction-img-outer {
    overflow: hidden;
}
.attraction-img {
    width: 100%;
    cursor: pointer;
}
.attraction-item {
    margin-top: 15px;
}
.attraction-item .row {
    margin-top: 0px;
}
.attraction-desc {
    padding: 50px;
    overflow-y: auto;
    max-height: 75vh;
}
.img-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 2;
}
.img-popup-close {
    float: right;
    padding: 10px;
    font-size: 60px;
    color: white;
    cursor: pointer;
}
.img-popup-inner {
    max-width: 50vw;
    max-height: 70vh;
    margin: 100px auto 0;
}
.offer-single .img-popup-inner .owl-carousel .owl-nav button.owl-prev {
    left: -60px;
}
.offer-single .img-popup-inner .owl-carousel .owl-nav button.owl-next {
    right: -60px;
}

/* reservations */
.bookingStep2 {
    max-height: 0;
    overflow: hidden
}
.bookingStep2.active {
    max-height: 500px;
}
.reservations-msg {
    max-height: 250px;
}

.res-confirmed-icon
{
  color: green;
  font-size:120px;
}

.res-rejected-icon
{
  color: red;
  font-size:120px;
}

.res-error-icon
{
  color: red;
  font-size:120px;
}

/* static pages */

.static-page-container ul,
.static-page-container ol {
    padding-left: 20px;
}
.static-page-container li,
.static-page-container p {
    margin-bottom: 15px;
    font-size: 1.10em;
    font-weight: 600;

}
.static-page-container ul.list-no-margin li,
.static-page-container ol.list-no-margin li {
    margin-bottom: 5px;
}
.static-page-container ol {
    counter-reset: item;
}
.static-page-container ol > li {
    counter-increment: item;
}
.static-page-container ol.bold-numbers > li::marker {
    font-size: 1.25em;
    font-family: 'font-bold';
}
.static-page-container ol ol.nested-numbers > li {
    display: block;
}
.static-page-container ol ol.nested-numbers > li:before {
    content: counters(item, ".") ". ";
    margin-left: -20px;
}

ol.list-lettered {
    list-style-type: lower-latin;
}

ol.list-lettered-roman {
    list-style-type: lower-roman;
}
ol.list-lettered li, ol.list-lettered-roman li {
    margin-bottom: 5px;
}

.page-title {
    /*margin-bottom: 40px;*/
    max-width: 600px;
    margin: 15px auto 40px;
}

.page-title.centered {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}


.subtitle {
    margin-top: -25px;
    margin-bottom: 40px;
}
.promo-box {
    margin: 50px 0;
    padding: 50px;
    width: 100%;
    background: #f5f5f5;
    box-shadow: 1px 1px 15px rgba(0,0,0,0.3);
}
.promo-box mat-form-field {
    width: 100%;
}
.promo-box button {
    min-width: 150px;
    max-width: 100%;
}
.promo-box.voucher-bcg {
    background-image: url(../img/voucher2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
}
.benefit-details-table td {
    padding-bottom: 10px;
    padding-right: 20px;
}
.benefit-details-table td:last-of-type {
    font-weight: 600;
}
.benefit-summary-table {
    color: #001CC7;
}
.benefit-log-in {
    max-width: 250px;
}
.benefit-log-in button.btn {
    width: 100%;
    float: none;
    margin: 5px 0;
}

/* faq */
.anchor-block {
    position: relative;
}
.anchor {
    position:absolute;
    top:-100px;
}

/* survey */
.body star-rating[clickable=true] .material-icons {
    cursor: pointer;
}
contest .mat-form-field {
    width: 100%;
}


/* responsive */
@media all and (min-width: 1600px) {
    .container {
        width: 1400px;
    }
}
@media all and (max-width: 1600px) {
    .offer-cta {
        margin: 25px 15px 25px 0;
    }
    .buy-voucher{
        height: 466px;
    }
    .attraction-desc {
        padding: 30px;
    }
    .price-items .price-item {
        margin-right: 10px;
    }
}
@media all and (max-width: 1199px) {
    .offer-single-img .owl-item .item img {
        height: 400px;
    }
    .buy-voucher{
        height: 509px;
    }
    .offer-single .offer-cta {
        padding: 20px 20px 30px;
    }
    .special-offers-container {
        margin-right: 20px;
    }
    .attraction-desc {
        padding: 0px;
    }
    .price-items .price-item {
        margin-right: 20px;
    }
    .reservation-status {
        display: none;
    }
}
@media all and (max-width: 991px) {
    .desktop-only {
        display: none;
    }
    .buy-voucher{
        height: 464px;
    }
    .mobile {
        display: block;
    }
    .navbar-brand span {
        display: none;
    }
    .navbar-form .form-control {
        width: 150px;
    }
    .profile-settings > div > .col-md-6 {
        padding: 0 15px !important;
    }
    footer {
        padding-top: 30px;
    }
    /* footer h1 {
        margin-bottom: 50px;
        text-align: center;
    } */
    .footer-logo {
        width: 180px;
        max-width: 80%;
        margin: 0 auto 50px;
        display: block;
    }
    .special-offers-title {
        width: 100%;
        float: none;
    }
    .special-offers .container {
        width: 100%;
    }
    .special-offers-container {
        width: 100%;
    }
    .special-offers h2, .offer-single-outer .special-offers h2 {
        font-size: 40px;
        text-align: center;
        padding: 0px 45px;
    }
    .offer-single .desc {
        margin-right: 0;
    }
    .offer-single .owl-carousel .owl-nav button.owl-next {
        right: 50px;
    }
    .offer-single .owl-carousel .owl-nav button.owl-prev {
        left: 50px;
    }
    .special-offers-container .owl-carousel .owl-nav button.owl-next,
    .special-offers-container .owl-carousel .owl-nav button.owl-prev {
        position: static;
        font-size: 40px;
        line-height: 40px;
        display: inline-block;
        margin: 0 50px;
    }
    .offer-single-img .owl-item .item img {
        height: 360px;
    }
    .offer-cta {
        margin: 25px 30px 25px 0;
    }
    .offer-single .offer-cta {
        padding: 25px 30px 30px;
    }
    .bookmark {
        top: 0px;
        right: 0px;
    }
    .bookmark span {
        font-size: 45px;
    }
    .offer-single-desc h1 {
        padding-right: 50px;
        padding-bottom: 0px;
    }
    .benefit-log-in,
    .benefit-details-table:first-of-type {
        margin-top: 50px;
    }
    .offer-single .left-col {
        padding-right: 15px;
    }
    .offer-single .right-col {
        padding-left: 15px;
        margin-top: 30px;
    }
    .static-page-container .nav li button {
        padding: 15px 20px;
    }
    .price-items .price-item {
        margin-right: 5px;
    }
    .modal-big .modal-body.with_slider {
        padding-right: 40px;
    }
    .attraction-desc {
        margin-top: 20px;
    }
    .benefit-log-in {
        max-width: 100%;
    }

}
@media all and (max-width: 767px) {
    body {
        font-size: 12px;
    }
    .buy-voucher{
        height: 575px;
    }
    .navbar-brand span {
        display: inline-block;
    }
    .navbar-collapse {
        max-height: 300px;
        overflow: hidden;
        border: none;
        transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
    }
    .navbar-collapse.closed {
        max-height: 0;
    }
    .navbar-form {
        padding: 10px 15px 0;
    }

  .navbar-nav {
    background-color: #111F65;
    margin: auto;
    padding: 10px;

  }

    .navbar-nav > li {
        margin: 0 0 5px;
    }
    .navbar-nav > li > a {
        text-align: center;
    }
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 22px;
    }
    .page-title {
        margin-bottom: 30px;
    }
    .promo-box {
        margin: 30px 0;
        padding: 30px;
    }
    .navbar-form .form-control {
        width: 100%;
    }
    .navbar-nav button,
    .navbar-nav a {
        width: 100%;
        margin-bottom: 10px;
    }
    .navbar-nav a {
        text-align: left;
    }
    .navbar-nav .center a {
        text-align: center;
    }
    .image-item img {
        width: 100%;
        max-height: none;
        position: static;
    }
    .image-item-inner {
        height: auto;
    }
    .map-control.zoom-control {
        bottom: 175px;
    }
    .map-control span {
        font-size: 26px;
    }
    .offer-single-desc .row {
        margin-top: 20px;
    }
    .offer-single .owl-carousel .owl-nav button.owl-next,
    .offer-single .owl-carousel .owl-nav button.owl-prev {
        font-size: 70px;
    }
    .offer-single .owl-carousel .owl-nav button.owl-next {
        right: 30px;
    }
    .offer-single .owl-carousel .owl-nav button.owl-prev {
        left: 30px;
    }
    .offer-single-desc {
        margin: 20px 0;
    }
    .offer-single-desc h1 {
        padding-right: 0;
    }
    .bookmark {
        top: -35px;
        z-index: 2;
    }
    .cookies-desc {
        margin-bottom: 20px;
    }
    .offer-single .desc {
        margin-bottom: 30px;
    }
    .static-page-container {
        padding: 40px 40px 40px 40px;
    }
    .static-page-container .nav li button {
        padding: 8px 5px;
    }
    .promo-box.voucher-bcg {
        background-image: none;
    }
    .modal-big .modal-dialog {
        width: 100vw;
    }
    popup-big .owl-carousel .owl-nav button.owl-next,
    popup-big .owl-carousel .owl-nav button.owl-prev {
        font-size: 30px !important;
        position: static !important;
        line-height: 1em !important;
        padding: 0 20px !important;
    }
    .attraction-desc {
        margin-top: 5px;
    }
}
@media all and (max-width: 600px) {
    .search-form {
        width: 100%;
        margin-top: 10px;
    }
    .offer-single .owl-carousel .owl-nav button.owl-next {
        right: 10px;
    }
    .offer-single .owl-carousel .owl-nav button.owl-prev {
        left: 10px;
    }
    .offer-cta-item {
        height: auto;
    }
    .buy-voucher{
        height: 450px;
    }

}

@media all and (max-width: 500px) {

    footer .col-xs-4 {
        width: 100%;
        margin-bottom: 20px;
    }
    .special-offers h2, .offer-single-outer .special-offers h2 {
        font-size: 30px;
        padding: 0px 30px;
    }
    .modal-big .modal-body.with_slider {
        padding: 15px;
    }
    .vendor-thumbnail-col {
        padding-right:0;
        padding-top: 5px;
    }

}
@media all and (max-width: 370px) {
    .navbar-brand span {
        display: none;
    }
    .promo-box {
        margin: 20px 0;
        padding: 20px;
    }
}
.slider-img {
  height: 450px;
  object-fit: cover;
}

.full-image-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* Dodaj półprzezroczysty overlay */
  z-index: 1000; /* Ustaw z-index wyższy niż dla popup'u */
  display: flex;
  justify-content: center;
  align-items: center;
}

.full-image {
  max-width: 90%;
  max-height: 90%;
}
