﻿body,
h1,
h2,
#nav,
#brander .caption .button {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#site-header {
    height: 69px;
}

body.with-notification #main-wrapper {
    margin-top: -130px;
}

.home #header-wrapper {
    background: transparent;
    z-index: 101;
}

.home #site-header {
    text-shadow: none;
}

.home .secondary-nav {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

    .home #nav ul li a, .home .secondary-nav a {
        color: #fff;
    }

.home #nav ul li.highlighted a {
    border: 1px solid rgba(255, 255, 255, 0.4)
}

.home #prmo {
    display: none;
}

.home #main-wrapper {
    margin-top: -100px;
}

#brander {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    background-color: #282828;
}

    #brander .image {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-size: cover;
        background-position: center center;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -webkit-transform-style: preserve-3d;
    }

        #brander .image.active {
            z-index: 2;
        }

        #brander .image:not(.active) {
            z-index: 1;
        }

    #brander .content {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 10;
        transform: translate(-50%, -50%);
        margin-top: -60px;
        text-align: center;
        color: #fff;
    }

    #brander h1 {
        margin-bottom: 0;
        padding: 0;
        font-size: 48px;
        font-weight: 300;
        color: #fff;
    }

    #brander p {
        margin-bottom: 25px;
        font-size: 18px;
        font-weight: 300;
    }

    #brander .caption {
        width: 100%;
        height: 100px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 11;
        padding: 30px 20px;
        box-sizing: border-box;
        background-color: rgba(0, 0, 0, 0.4);
        text-shadow: none;
    }

    #brander .quick-form {
        width: 895px;
        margin: 0 auto;
    }

    #brander #UpdatePanel1 {
        float: left;
    }

    #brander .col {
        width: 240px;
        float: left;
        position: relative;
    }

.select-icon {
    display: none;
}

#brander .col .select-icon {
    display: block;
    position: absolute;
    z-index: 100;
    top: 10px;
    left: 12px;
    font-size: 16px;
    color: #ddd;
}

#brander .form-control {
    margin: 0;
}

#brander select, #brander input {
    height: 41px;
    padding: 10px 10px 11px 34px;
    line-height: 41px;
    vertical-align: top;
    border-color: #fff;
    border-right: 1px solid #ddd;
    border-radius: 0;
}

#brander .quick-form .btn {
    width: 175px;
    float: left;
    padding: 12px 10px 11px;
    border-radius: 0 3px 3px 0;
}

#brander .col:first-child select {
    border-radius: 3px 0 0 3px;
}

.info-cols {
    margin: 20px 0;
    text-align: center;
}

    .info-cols h2 {
        width: 100%;
        position: relative;
        margin: 15px 0 35px;
        font-size: 29px;
        color: #282828;
    }

        .info-cols h2:after {
            width: 100px;
            height: 1px;
            position: absolute;
            left: 50%;
            bottom: -15px;
            content: "";
            margin-left: -50px;
            font-size: 1px;
            line-height: 1px;
            background-color: #ddd;
        }

    .info-cols p {
        font-size: 15px;
        color: #777;
        margin-bottom: 25px;
    }

.subpage p {
    margin-bottom: 15px;
}

.doc p,
.doc li {
    font-size: 16px;
}

.doc strong {
    font-weight: 400;
    color: #000;
}

.fa-bookmark:hover {
}

#main-wrapper {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
    color: #282828;
}

    #main-wrapper article.booking {
        padding-right: 0;
    }

    #main-wrapper article.field {
        padding-right: 10px;
    }

#brander .caption .button {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 20px;
}

.boxes {
    font-size: 15px;
}

    .boxes h2 {
        width: 100%;
        margin-bottom: 15px;
        padding-bottom: 8px;
    }

.footer-wrapper {
    width: 100%;
    margin-top: 40px;
    background-color: #e4e4e4;
    border-top: 1px solid #ddd;
}

footer {
    box-sizing: border-box;
    padding: 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #282828;
}

    footer h3 {
        padding-bottom: 6px;
        font-family: Roboto, sans-serif;
        color: #282828;
        border-bottom: 1px dotted #ccc;
    }

    footer a {
        color: #282828;
        text-decoration: none;
        font-size: 15px;
        line-height: 1.7;
    }

        footer a:hover {
            text-decoration: underline;
        }

.group:after {
    content: "";
    display: table;
    clear: both;
}

[data-glyph=magnifying-glass]:before {
    transform: scaleX(-1);
}

[data-datepicker] {
    cursor: pointer;
}

h1 {
    display: inline-block;
    font-size: 29px;
    color: #282828;
}

    h1 .fa {
        margin-left: 2px;
        font-size: 22px;
        vertical-align: 1px;
    }

    h1 .field {
        color: #999;
    }

h2,
.subpage h2 {
    display: inline-block;
    font-size: 24px;
}

.doc h2 {
    font-weight: 400;
    color: #282828;
    margin: 0.8em 0 0.25em;
}

.loader {
    width: 16px;
    height: 16px;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-top-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    animation: rotation 0.5s infinite linear;
}

@keyframes rotation {
    to {
        transform: rotate(360deg);
    }
}

.btn {
    box-sizing: border-box;
    display: inline-block;
    padding: 7px 12px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 300;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    white-space: nowrap;
    outline: 0;
    color: #444;
    background: #eee;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color .25s ease-in-out;
}

.btn-link {
    text-transform: none;
    color: #38c3ff;
    background-color: transparent;
}

.btn .oi:before {
    font-size: 14px;
    margin-right: 2px;
    vertical-align: -1px;
}


.btn-small {
    padding: 3px 10px;
    font-size: 15px;
}

    .btn-small .oi:before {
        font-size: 13px;
        vertical-align: -1px;
    }

.btn-large {
    padding: 13px 24px;
    font-size: 19px;
}

    .btn-large .oi:before {
        font-size: 18px;
    }

.btn-primary {
    color: #fff;
    background-color: #38c3ff;
}

.btn:hover {
    background-color: #e1e1e1;
}

.btn-secondary {
    color: #fff;
    background-color: #566770;
}

    .btn-secondary:hover {
        background-color: #404d54;
    }

.btn-danger {
    color: #fff;
    background-color: #ff5a5a;
}

    .btn-danger:hover {
        background-color: #f33;
    }

.btn-link:hover {
    text-decoration: underline;
    background-color: transparent;
}

.btn-primary:hover {
    background-color: #33b2e8;
}

.btn-transparent {
    padding: 12px 20px;
    font-weight: 400;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.4);
}

    .btn-transparent:hover {
        background-color: rgba(255, 255, 255, 0.6);
    }

.btn-spaced {
    margin-bottom: 3px;
}

.fb-login-msg {
    margin-top: 40px;
}

.btn-facebook {
    margin: 15px 0 50px;
    color: #fff;
    background-color: #3b5998;
}

    .btn-facebook:hover {
        color: #fff;
        background-color: #324b81;
    }

    .btn-facebook .fa {
        font-size: 18px;
    }

.box {
    border-radius: 3px;
    padding: 12px 18px;
    font-size: 15px;
    background: none;
}

    .box .actions {
        float: right;
    }

    .box:before {
        margin-right: 6px;
        font-family: FontAwesome;
        font-size: 14px;
    }

    .box.warning {
        background-color: #ffbd59;
    }

        .box.warning:before {
            content: "\f071";
        }

    .box.info {
        background-color: #54ccfe;
    }

        .box.info:before {
            content: "\f129";
        }

    .box.warning:before {
        margin-right: 6px;
        content: "\f071";
        font-family: FontAwesome;
        font-size: 14px;
    }

    .box .btn {
        color: rgba(0, 0, 0, 0.75);
        background-color: rgba(255, 255, 255, 0.75);
    }

.form {
    width: 100%;
}

.form-container.compact .form-label {
    width: 60px;
}

.form-container.compact .form-control {
    margin-left: 70px;
}

.form-control input[type=text],
.form-control input[type=password],
.form-control select,
.form-control textarea {
    width: 100%;
    border-radius: 3px;
    font-weight: 300;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #181818;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .form-control input[type=text]:disabled,
    .form-control input[type=password]:disabled,
    .form-control select:disabled {
        color: #777;
        background-color: #fafafa;
        border: 1px solid #eee;
    }

.form-control input[type=radio] {
    vertical-align: -2px;
}

body.webkit .form-control select {
    padding-right: 32px;
    line-height: 1 !important;
    background-repeat: no-repeat;
    background-position: 100% center;
    background-image: url("data:image/png;base64,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");
    -webkit-appearance: none !important;
}

.form-control.vertical .tip-error {
    top: 43px;
}

.three-cols {
    width: 100%;
}

    .three-cols .col {
        width: 31.92%;
        float: left;
        margin-right: 2.12%;
    }

        .three-cols .col:last-child {
            margin-right: 0;
        }

.four-cols {
    width: 100%;
}

    .four-cols .col {
        width: 24.13%;
        float: left;
        margin-right: 1.11%;
    }

        .four-cols .col:last-child {
            margin-right: 0;
        }

.five-cols {
    width: 100%;
}

    .five-cols .col {
        width: 19.0%;
        float: left;
        margin-right: 0.5%;
    }

        .five-cols .col:last-child {
            margin-right: 0;
        }

.six-cols {
    width: 100%;
}

    .six-cols .col {
        width: 15.0%;
        float: left;
        margin-right: 1%;
    }

        .six-cols .col:last-child {
            margin-right: 0;
        }

.facilities {
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e4e4e4;
}

    .facilities.listing {
        border: 0;
    }

.facility {
    width: 103px;
    height: 123px;
    float: left;
    margin: 0 8px 8px 0;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 3px;
    cursor: pointer;
    transition: border-color .15s ease-in-out;
}

    .facility input[type=checkbox] {
        display: none;
    }

    .facility .icon {
        width: 61px;
        height: 59px;
        float: left;
        margin: 10px 21px;
        background-repeat: no-repeat;
    }

    .facility .icon-1 {
        background-image: url('../images/icons/1.png');
    }

    .facility .icon-2 {
        background-image: url('../images/icons/2.png');
    }

    .facility .icon-3 {
        background-image: url('../images/icons/3.png');
    }

    .facility .icon-4 {
        background-image: url('../images/icons/4.png');
    }

    .facility .icon-5 {
        background-image: url('../images/icons/5.png');
    }

    .facility .icon-6 {
        background-image: url('../images/icons/6.png');
    }

    .facility .icon-7 {
        background-image: url('../images/icons/7.png');
    }

    .facility .icon-8 {
        background-image: url('../images/icons/8.png');
    }

    .facility .icon-9 {
        background-image: url('../images/icons/9.png');
    }

    .facility .icon-10 {
        background-image: url('../images/icons/10.png');
    }

    .facility .icon-11 {
        background-image: url('../images/icons/11.png');
    }

    .facility .icon-12 {
        background-image: url('../images/icons/12.png');
    }

    .facility .icon-13 {
        background-image: url('../images/icons/13.png');
    }

    .facility .icon-14 {
        background-image: url('../images/icons/14.png');
    }

    .facility .icon-15 {
        background-image: url('../images/icons/15.png');
    }

    .facility .icon-16 {
        background-image: url('../images/icons/16.png');
    }

    .facility.selected .icon-1 {
        background-image: url('../images/icons/1s.png');
    }

    .facility.selected .icon-2 {
        background-image: url('../images/icons/2s.png');
    }

    .facility.selected .icon-3 {
        background-image: url('../images/icons/3s.png');
    }

    .facility.selected .icon-4 {
        background-image: url('../images/icons/4s.png');
    }

    .facility.selected .icon-5 {
        background-image: url('../images/icons/5s.png');
    }

    .facility.selected .icon-6 {
        background-image: url('../images/icons/6s.png');
    }

    .facility.selected .icon-7 {
        background-image: url('../images/icons/7s.png');
    }

    .facility.selected .icon-8 {
        background-image: url('../images/icons/8s.png');
    }

    .facility.selected .icon-9 {
        background-image: url('../images/icons/9s.png');
    }

    .facility.selected .icon-10 {
        background-image: url('../images/icons/10s.png');
    }

    .facility.selected .icon-11 {
        background-image: url('../images/icons/11s.png');
    }

    .facility.selected .icon-12 {
        background-image: url('../images/icons/12s.png');
    }

    .facility.selected .icon-13 {
        background-image: url('../images/icons/13s.png');
    }

    .facility.selected .icon-14 {
        background-image: url('../images/icons/14s.png');
    }

    .facility.selected .icon-15 {
        background-image: url('../images/icons/15s.png');
    }

    .facility.selected .icon-16 {
        background-image: url('../images/icons/16s.png');
    }

    .facility .name {
        width: 100%;
        font-size: 13px;
        text-align: center;
        text-transform: capitalize;
        color: #666;
    }

    .facility:hover,
    .facility.selected:not(.active) {
        border: 1px solid #e4e4e4;
    }

    .facility.selected:not(.active) {
        background-color: #fafafa;
    }

.booking-search-form .location {
    margin-bottom: 22px;
}

.booking-search-form .form-label {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 8px;
    padding: 0 0 0 3px;
    color: #888;
}

    .booking-search-form .form-label span {
        font-size: 12px;
        color: #ccc;
    }

.booking-search-form .form-control {
    margin-left: 0;
}

    .booking-search-form .form-control input,
    .booking-search-form .form-control select {
        height: 44px;
        padding: 10px 32px 10px 12px;
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
    }

.booking-search-form .btn-search {
    width: 214px;
    text-transform: uppercase;
}

.table {
    width: 100%;
    margin-top: 20px;
}

    .table th,
    .table td {
        padding: 10px 10px 10px 0;
        border-bottom: 1px solid #e4e4e4;
    }

    .table th {
        line-height: 1.2;
        -ms-text-align-last: auto;
        text-align: left;
        color: #999;
    }

    .table td {
        font-size: 19px;
        cursor: pointer;
    }

    .table.nc td {
        cursor: default;
    }

    .table.small td {
        font-size: 15px;
    }

    .table tr:hover td {
        background-color: #f7f7f7;
    }

    .table .oi {
        vertical-align: -2px;
        color: #38c3ff;
    }

    .table td:first-child {
        padding-left: 8px;
    }

    .table td:last-child {
        padding-right: 0;
        text-align: right;
    }

    .table td.name {
        font-weight: 400;
    }

        .table td.name .fa {
            margin: 0 5px;
            font-size: 14px;
            vertical-align: 1px;
        }

        .table td.name .field {
            color: #38c3ff;
        }

    .table .no-results td {
        font-size: 20px;
        text-align: center;
        color: #555;
        border: 0;
        cursor: default;
    }

    .table .no-results:hover td {
        background-color: transparent;
    }

.promos {
    margin-bottom: 20px;
}

.promo {
    width: 600px;
    display: block;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-decoration: none;
    border-bottom: 1px solid #e4e4e4;
}

    .promo.ad {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .promo .thumb {
        width: 100%;
        margin-bottom: 10px;
        border-radius: 3px;
    }

    .promo .name,
    .promo .address,
    .promo .type {
        width: 100%;
        margin-bottom: 4px;
        padding: 0 3px;
        font-size: 13px;
        color: #777;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .promo .name {
        font-size: 19px;
        font-weight: 400;
        color: #282828;
    }

        .promo .name .fa {
            margin-left: 2px;
            font-size: 14px;
            vertical-align: 1px;
        }

        .promo .name .field {
            color: #999;
        }

    .promo .oi {
        font-size: 14px;
        color: #38c3ff;
        vertical-align: -1px;
    }

    .promo .name,
    .promo .name .field {
        transition: color .25s ease-in-out;
    }

    .promo:hover .name,
    .promo:hover .name .field {
        color: #38c3ff;
    }

.heading {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e4e4e4;
}

.main-actions {
    width: auto;
    float: right;
}

.btn-book-shortcut,
.btn-unit-details {
    margin-top: 5px;
    text-transform: none;
}

.btn-book-shortcut {
    margin-right: 10px;
}

.two-cols {
    width: 100%;
}

    .two-cols > .col {
        width: 49%;
        float: left;
        margin-right: 2%;
    }

    .two-cols .col:last-child {
        margin-right: 0;
    }

    .two-cols .col.centered {
        text-align: center;
    }

.details {
    width: 100%;
    font-size: 15px;
}

    .details .item {
        width: 100%;
        margin-bottom: 6px;
        padding: 0 3px;
        color: #777;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .details .item .oi {
            vertical-align: -1px;
            margin-right: 4px;
            font-size: 14px;
            color: #38c3ff;
        }

.timetable {
    width: 100%;
    font-size: 15px;
}

    .timetable .col {
        width: 210px;
        float: left;
    }

    .timetable .item {
        width: 100%;
    }

    .timetable .day {
        width: 90px;
        float: left;
        font-weight: 400;
    }

    .timetable .hours {
        width: 120px;
        float: left;
        color: #777;
    }

.booking-table .hours .cell.half {
    color: #fff;
}

.tabs {
    width: 100%;
    position: relative;
    margin-top: 28px;
    border-bottom: 1px solid #e4e4e4;
}

.tab {
    position: relative;
    float: left;
    z-index: 1;
    bottom: -1px;
    box-sizing: border-box;
    margin: 0 2px -1px 0;
    padding: 8px 16px;
    font-size: 19px;
    color: #555;
    border: 1px solid transparent;
    border-radius: 3px 3px 0 0;
    cursor: pointer;
}

    .tab:last-child {
        margin-right: 0;
    }

    .tab:hover,
    .tab.active {
        border: 1px solid #e4e4e4;
    }

    .tab:hover {
        background-color: #fafafa;
    }

    .tab.active {
        font-weight: 400;
        background: #fff;
        border-top: 2px solid #38c3ff;
        border-bottom-color: #fff;
    }

.tab-content {
    width: 100%;
}

.tab-pane {
    display: none;
    padding: 20px 0;
}

    .tab-pane.show {
        display: block;
    }

.booking-table {
    width: 100%;
    margin: 20px 0;
}

    .booking-table .cell {
        width: 100%;
        height: 26px;
        position: relative;
        box-sizing: border-box;
        border: 1px solid #e4e4e4;
        border-left: 0;
        border-bottom: 0;
    }

        .booking-table .cell:first-child {
            border-width: 0;
        }

        .booking-table .cell:last-child {
            height: 27px;
            border-bottom: 1px solid #e4e4e4;
        }

        .booking-table .cell.half {
            border-top-color: #f5f5f5;
        }

        .booking-table .cell.disabled {
            background-color: #f5f5f5;
        }

    .booking-table .hours,
    .booking-table .day {
        float: left;
    }

    .booking-table .hours {
        width: 41px;
    }

        .booking-table .hours .cell {
            padding: 2px 3px 0 0;
            font-size: 13.5px;
            text-align: right;
            color: #777;
            border-left: 1px solid #e4e4e4;
        }

            .booking-table .hours .cell:first-child {
                border-left: 0;
            }

    .booking-table .day {
        width: 120px;
    }

    .booking-table.mobil .hours {
        width: 45px;
    }

    .booking-table:not(.week-view) .day {
        width: 100%;
        float: none;
        box-sizing: border-box;
        padding-left: 40px;
    }

    .booking-table .day .name {
        font-size: 13.5px;
        line-height: 26px;
        text-align: center;
        color: #555;
        border: 1px solid #e4e4e4;
        border-left: 0;
        border-bottom: 0;
    }

    .booking-table .hours .cell:first-child {
        border-right: 1px solid #e4e4e4;
    }

    .booking-table .day.today .cell.name {
        width: 121px;
        margin-left: -1px;
        font-weight: 400;
        color: #282828;
        background-color: #fafafa;
        border: 1px solid #bbb;
        border-bottom: 0;
        position: relative;
    }

    .booking-table .day.today .cell {
        width: 121px;
        margin-left: -1px;
        border-left: 1px solid #bbb;
        border-right: 1px solid #bbb;
    }

    .booking-table:not(.week-view) .day.today .cell {
        width: auto;
    }

    .booking-table .day.today .cell:last-child {
        border-bottom: 1px solid #bbb;
    }

    .booking-table .day.closed {
        padding-left: 0;
    }

        .booking-table .day.closed .cell:not(:first-child) {
            height: 100px;
            line-height: 100px;
            text-align: center;
            border-left: 1px solid #e4e4e4;
        }

        .booking-table .day.closed .cell {
            border-left: 1px solid #e4e4e4;
        }

    .booking-table .day.today.closed .cell {
        border-left: 1px solid #bbb;
    }

    .booking-table .box-booked {
        width: 100%;
        min-height: 21px;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 2;
        box-sizing: border-box;
        padding: 2px;
    }

.box-booked .content {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 4px;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    border-radius: 3px;
    transition: height .15s ease-in-out;
}

.box-booked.status-booked .content {
    background-color: #ff5a5a;
}

.box-booked.status-pending .content, .box-booked.status-pending-subscription .content {
    background-color: #ffbd59;
}

.box-booked.status-confirmed .content {
    background-color: #46da65;
}

.box-booked.status-confirmed-subscription .content {
    background-color: #54ccff;
}

.box-booked .content .oi {
    position: absolute;
    top: 5px;
    right: 5px;
    line-height: 1;
    color: #fff;
}

.box-booked .content .transfer {
    top: auto;
    bottom: 5px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.box-booked.duration-1 .content {
    height: 21px;
    line-height: 21px;
}

.box-booked.duration-2 .content {
    height: 47px;
    line-height: 47px;
}

.box-booked.duration-3 .content {
    height: 73px;
    line-height: 73px;
}

.box-booked.duration-4 .content {
    height: 99px;
    line-height: 99px;
}

.box-booked.duration-5 .content {
    height: 125px;
    line-height: 125px;
}

.box-booked.duration-6 .content {
    height: 151px;
    line-height: 151px;
}

.box-booked.duration-7 .content {
    height: 177px;
    line-height: 177px;
}

.box-booked.duration-8 .content {
    height: 203px;
    line-height: 203px;
}

.box-booked.duration-9 .content {
    height: 229px;
    line-height: 229px;
}

.box-booked.duration-10 .content {
    height: 255px;
    line-height: 255px;
}

.box-booked.duration-11 .content {
    height: 281px;
    line-height: 281px;
}

.box-booked.duration-12 .content {
    height: 307px;
    line-height: 307px;
}

.box-booked.duration-13 .content {
    height: 333px;
    line-height: 333px;
}

.box-booked.duration-14 .content {
    height: 359px;
    line-height: 359px;
}

.box-booked.duration-15 .content {
    height: 385px;
    line-height: 385px;
}

.box-booked.duration-16 .content {
    height: 411px;
    line-height: 411px;
}

.box-booked.duration-17 .content {
    height: 437px;
    line-height: 437px;
}

.box-booked.duration-18 .content {
    height: 463px;
    line-height: 463px;
}

.box-booked.duration-19 .content {
    height: 489px;
    line-height: 489px;
}

.box-booked.duration-20 .content {
    height: 515px;
    line-height: 515px;
}

.box-booked.duration-21 .content {
    height: 541px;
    line-height: 541px;
}

.box-booked.duration-22 .content {
    height: 567px;
    line-height: 567px;
}

.box-booked.duration-23 .content {
    height: 593px;
    line-height: 593px;
}

.box-booked.duration-24 .content {
    height: 619px;
    line-height: 619px;
}

.box-booked.duration-25 .content {
    height: 645px;
    line-height: 645px;
}

.box-booked.duration-26 .content {
    height: 671px;
    line-height: 671px;
}

.box-booked.duration-27 .content {
    height: 697px;
    line-height: 697px;
}

.box-booked.duration-28 .content {
    height: 723px;
    line-height: 723px;
}

.box-booked.duration-29 .content {
    height: 749px;
    line-height: 749px;
}

.box-booked.duration-30 .content {
    height: 775px;
    line-height: 775px;
}

.box-booked.duration-31 .content {
    height: 801px;
    line-height: 801px;
}

.box-booked.duration-32 .content {
    height: 827px;
    line-height: 827px;
}

.box-booked.duration-33 .content {
    height: 853px;
    line-height: 853px;
}

.box-booked.duration-34 .content {
    height: 879px;
    line-height: 879px;
}

.box-booked.duration-35 .content {
    height: 905px;
    line-height: 905px;
}

.box-booked.duration-36 .content {
    height: 931px;
    line-height: 931px;
}

.box-booked.duration-37 .content {
    height: 957px;
    line-height: 957px;
}

.box-booked.duration-38 .content {
    height: 983px;
    line-height: 983px;
}

.box-booked.duration-39 .content {
    height: 1009px;
    line-height: 1009px;
}

.box-booked.duration-40 .content {
    height: 1035px;
    line-height: 1035px;
}

.box-booked.duration-41 .content {
    height: 1061px;
    line-height: 1061px;
}

.box-booked.duration-42 .content {
    height: 1087px;
    line-height: 1087px;
}

.box-booked.duration-43 .content {
    height: 1113px;
    line-height: 1113px;
}

.box-booked.duration-44 .content {
    height: 1139px;
    line-height: 1139px;
}

.box-booked.duration-45 .content {
    height: 1165px;
    line-height: 1165px;
}

.box-booked.duration-46 .content {
    height: 1191px;
    line-height: 1191px;
}

.box-booked.duration-47 .content {
    height: 1217px;
    line-height: 1217px;
}

.box-booked.duration-48 .content {
    height: 1243px;
    line-height: 1243px;
}

.box-book {
    width: 100%;
    height: 25px;
    position: absolute;
    top: 0px;
    left: -9999px;
    z-index: 1;
    box-sizing: border-box;
    padding: 2px;
}

    .box-book.show {
        left: 0;
    }

.btn-book {
    width: 100%;
    height: 21px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 4px;
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 21px;
    vertical-align: top;
    white-space: nowrap;
    color: #fff;
    border-radius: 3px;
}

.quick-booking-form {
    width: 295px;
    position: absolute;
    left: 255px;
    z-index: 1000;
    padding-bottom: 10px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    display: none;
}

    .quick-booking-form:after, .quick-booking-form:before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .quick-booking-form:after {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #fff;
        border-width: 10px;
        margin-left: -10px;
    }

    .quick-booking-form:before {
        border-color: rgba(221, 221, 221, 0);
        border-top-color: #ddd;
        border-width: 11px;
        margin-left: -11px;
    }

.quick-booking-form-listainscrisi:after, .quick-booking-form-listainscrisi:before {
    content: none;
}

.quick-booking-form.bottom:after,
.quick-booking-form.bottom:before {
    top: -20px;
}

.quick-booking-form.bottom:before {
    border-top-color: transparent;
    border-bottom-color: #30393E;
}

.quick-booking-form.bottom:after {
    border-top-color: transparent;
}

.quick-booking-form .form-control, .quick-booking-form .head {
    width: 275px;
    margin: 0;
    padding: 10px 10px 0;
}

.quick-booking-form .head {
    padding-bottom: 10px;
    color: #aaa;
    background-color: #30393E;
    border-radius: 2px 2px 0 0;
}

.quick-booking-form .title {
    float: left;
}

.quick-booking-form .date,
.quick-booking-form .time {
    color: #eee;
}

.quick-booking-form .btn {
    width: 100%;
}

.quick-booking-form .type {
    width: 50%;
    float: left;
}

.quick-booking-form .repeat {
    display: none;
}

.quick-booking-form .close-btn {
    width: 16px;
    height: 22px;
    float: right;
    font-family: Arial, sans-serif;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
}

    .quick-booking-form .close-btn:hover {
        color: #fff;
    }

.image-grid {
    width: 100%;
    margin-top: 20px;
}

    .image-grid .image {
        width: 23%;
        box-sizing: border-box;
        float: left;
        margin: 0 2% 15px 0;
        text-align: center;
        text-decoration: none;
        color: #282828;
        border-radius: 3px;
    }

        .image-grid .image:nth-child(5) {
            clear: left;
        }

    .image-grid img {
        width: 100%;
        border-radius: 3px;
    }

.video-container {
    height: 0;
    position: relative;
    margin-top: 20px;
    padding-bottom: 48%;
    padding-top: 30px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 3px;
}

    .video-container iframe, .video-container object, .video-container embed {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 3px;
    }

.price-calculator {
    margin-top: 34px;
}

    .price-calculator .type-select {
        width: 230px;
        float: left;
        margin: 0;
    }

        .price-calculator .type-select select {
            height: 44px;
            padding: 10px 12px 10px 12px;
            font-size: 18px;
            line-height: 24px;
            font-weight: 400;
            border-color: #e4e4e4;
        }

    .price-calculator .count-container {
        width: 500px;
        height: 44px;
        float: left;
        box-sizing: border-box;
        margin-left: 12px;
        border: 1px solid #e4e4e4;
        border-radius: 3px;
    }

    .price-calculator .slider-container {
        width: 314px;
        float: left
    }

        .price-calculator .slider-container input {
            display: none;
        }

        .price-calculator .slider-container .irs {
            height: 42px;
        }

        .price-calculator .slider-container .irs-bar-edge {
            width: 10px;
            left: 1px;
        }

        .price-calculator .slider-container .irs-line {
            height: 40px;
            top: 1px;
            background-color: #fff;
            border: none;
            border-radius: 3px 0 0 3px;
        }

        .price-calculator .slider-container .irs-bar,
        .price-calculator .slider-container .irs-bar-edge {
            height: 40px;
            top: 1px;
            background-color: #46da65;
        }

        .price-calculator .slider-container .irs-slider {
            width: 20px;
            height: 31px;
            top: 6px;
            background: #30393e url("../images/slider-handle.png") center center no-repeat;
            border: 0;
            border-radius: 2px;
            cursor: pointer;
        }

        .price-calculator .slider-container .irs-from,
        .price-calculator .slider-container .irs-to,
        .price-calculator .slider-container .irs-single {
            top: -22px;
            background-color: #30393e;
        }

        .price-calculator .slider-container .irs-single {
            z-index: 10;
        }

        .price-calculator .slider-container .irs-grid-pol {
            width: 3px;
            height: 17px;
            top: -42px;
            background-color: #f4f4f4;
            border-radius: 2px;
        }

    .price-calculator .price {
        width: 183px;
        height: 42px;
        box-sizing: border-box;
        float: right;
        padding-right: 20px;
        font-size: 18px;
        line-height: 44px;
        font-weight: 400;
        text-align: right;
        color: #282828;
        border-left: 1px solid #e4e4e4;
    }

    .price-calculator .unit {
        font-size: 14px;
        font-weight: 200;
        vertical-align: 0;
        color: #aaa;
    }

    .price-calculator .vat-info {
        float: right;
        margin-top: 5px;
        font-size: 13px;
        color: #aaa;
    }

    .price-calculator .add-btn {
        width: 125px;
        float: right;
        height: 44px;
        font-size: 18px;
        font-weight: 400;
    }

.price-list {
    width: 100%;
    float: left;
    margin-top: 45px;
}

    .price-list .item {
        width: 100%;
        float: left;
        border-top: 1px solid #f4f4f4;
    }

        .price-list .item.default {
            display: none;
        }

    .price-list .type {
        float: left;
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
    }

    .price-list .price-container {
        float: left;
        font-size: 16px;
        color: #777;
    }

    .price-list .times {
        margin: 0 10px;
        font-size: 22px;
        line-height: 24px;
        color: #ddd;
    }

    .price-list .actions {
        width: 126px;
        float: left;
        line-height: 24px;
        text-align: right;
    }

        .price-list .actions a {
            text-decoration: none;
            color: #ff5a5a;
        }

    .price-list .total {
        display: none;
        box-sizing: border-box;
        font-size: 24px;
        text-align: right;
        border-color: #aaa;
        font-weight: 400;
    }

    .price-list .type,
    .price-list .price-container,
    .price-list .actions,
    .price-list .total {
        padding: 16px 12px;
    }

.cookies-info {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1000;
    display: block;
}

    .cookies-info .btn {
        font-size: 12px;
    }

body.home .cookies-info {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.modal {
    width: 450px;
    height: auto;
    position: absolute;
    top: 50px;
    left: 50%;
    display: none;
    margin-left: -200px;
    padding: 15px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 75px rgba(0, 0, 0, 0.45);
}

.modal-header {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    border-bottom: 1px solid #eee;
}

.modal-close-btn {
    position: absolute;
    top: 0;
    right: 2px;
    font-size: 24px;
    line-height: 24px;
    cursor: pointer;
}

    .modal-close-btn:hover {
        color: #dc6664;
    }

.modal .form-group {
    margin-bottom: 15px;
}

.modal .form-control {
    margin-left: 0;
}

.modal .btn {
    width: 100%;
    display: block;
}

.modal .box.info {
    margin-bottom: 15px;
    padding: 10px;
    line-height: 1.5;
    color: #444;
    background-color: #fafafa;
    border-color: #f4f4f4;
}

.modal .error-box,
.custom-error-box {
    display: none;
    margin-bottom: 15px;
    padding: 10px;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    background-color: #dc6664;
    border-radius: 3px;
}

.custom-error-box {
    margin: 10px 10px 0;
}

.recommend-box {
    width: 100%;
    margin-bottom: 15px;
    background-color: #30393e;
    color: #fff;
    border-radius: 4px;
}

    .recommend-box .header {
        padding: 12px;
        background-color: rgba(255, 255, 255, 0.15);
        font-size: 17px;
        font-weight: 400;
        border-radius: 4px 4px 0 0;
        text-align: center;
    }

    .recommend-box .content {
        padding: 12px;
        text-align: center;
    }

    .recommend-box .search-msg {
        display: none;
    }

    .recommend-box .footer {
        padding: 0 12px 12px;
    }

    .recommend-box .btn {
        width: 100%;
        display: block;
    }

.booking-search-box .recommend-box {
    box-sizing: border-box;
    margin-top: 25px;
    padding: 20px;
    color: #222;
    background-color: transparent;
    text-align: center;
    background-color: #fafafa;
    /*border-top: 1px solid #ddd;*/
}

    .booking-search-box .recommend-box .header {
        padding-bottom: 0;
        font-size: 18px;
    }

.booking-search-box .primary-msg {
    display: none;
}

.booking-search-box .search-msg {
    display: inline-block;
}

.booking-search-box .recommend-box .btn,
body.home .recommend-box .btn {
    width: auto;
    display: inline-block;
}

body:not(.home) #site-header .recommend-box {
    display: none;
}

body.home .recommend-box {
    position: absolute;
    top: 14px;
    left: 180px;
    background-color: transparent;
}

    body.home .recommend-box .header,
    body.home .recommend-box .content {
        display: none;
    }

    body.home .recommend-box .footer {
        padding: 0;
    }

    body.home .recommend-box .btn {
        background-color: transparent;
        border: 1px solid rgba(255, 255, 255, 0.4);
    }

        body.home .recommend-box .btn:hover {
            background-color: rgba(255, 255, 255, 0.1);
        }

@media only screen and (max-width: 1240px) {
    .booking-table .day .cell,
    .booking-table .day.today .cell.name,
    .booking-table .day.today .cell {
        width: auto;
    }

        .booking-table .day.today .cell.name {
            width: auto;
            margin-left: 0;
            border-color: #e4e4e4;
        }

    .booking-table .day.today .cell {
        width: auto;
        margin-left: 0;
        border-left: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
    }

    .price-calculator .type-select,
    .price-calculator .count-container,
    .price-calculator .add-btn {
        width: 100%;
        clear: both;
        margin: 0 0 14px;
        position: relative;
    }

    .price-calculator .count-container {
        margin-top: 24px;
    }

    .price-calculator .vat-info {
        position: absolute;
        top: -28px;
        right: 0;
    }

    .price-calculator .slider-container {
        width: auto;
        float: none;
        margin-right: 184px;
    }

    .price-calculator .price {
        position: absolute;
        top: 0;
        right: 0;
    }
}

@media only screen and (max-width: 1200px) {
    .two-cols.field > .col:first-child {
        width: 70%;
    }

    .two-cols.field > .col:last-child {
        width: 28%;
    }
}

@media only screen and (max-width: 1000px) {
    #brander .content {
        width: 100%;
        top: 150px;
        transform: translateX(-50%);
        box-sizing: border-box;
        padding: 0 14px;
    }

    #brander .caption {
        width: 100%;
        height: auto;
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 20px;
        box-sizing: border-box;
        background: none rgba(0, 0, 0, 0.4);
        text-shadow: none;
    }

    #brander #UpdatePanel1 {
        width: 100%;
    }

    #brander .col {
        width: 100%;
    }

    #brander .quick-form {
        width: auto;
    }

    #brander .form-control {
        margin-bottom: 10px;
    }

    #brander select,
    #brander .col:first-child select {
        border: 0;
        border-radius: 3px;
    }

    #brander .quick-form .btn {
        width: 100%;
        border-radius: 3px;
    }

    #brander .caption span {
        display: inline-block;
        margin: 0;
    }

    .home #main-wrapper {
        margin-top: -118px;
    }
}

@media only screen and (max-width: 768px) {
    #main-wrapper article {
        margin-left: 1em;
    }

    .four-cols .col {
        width: 49%;
        float: left;
        margin: 0 2% 10px 0;
    }

        .four-cols .col:nth-child(2n+2) {
            margin-right: 0;
        }

    .two-cols > .col:first-child,
    .two-cols > .col:last-child {
        width: 100%;
        clear: both;
    }

    .details {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #e4e4e4;
    }

    .timetable {
        margin-top: 10px;
    }

    .two-cols.field > .col:first-child,
    .two-cols.field > .col:last-child {
        width: 100%;
    }

    .price-calculator .slider-container {
        margin-right: 138px;
    }

    .price-calculator .price {
        width: 138px;
        padding-right: 11px;
        font-size: 16px;
        white-space: nowrap;
    }

    .price-calculator .unit {
        font-size: 12px;
    }
}

@media only screen and (max-width: 700px) {
    .responsive-table,
    .responsive-table tbody,
    .responsive-table th,
    .responsive-table td,
    .responsive-table tr {
        display: block;
    }

        .responsive-table tbody tr:first-child {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        .responsive-table tr {
            margin-bottom: 10px;
            border: 1px solid #e4e4e4;
        }

        .responsive-table td {
            padding-left: 10px;
            position: relative;
            border: none;
            border-bottom: 1px solid #e4e4e4;
        }

            .responsive-table td:last-child {
                text-align: left;
                border-bottom: 0;
            }

    .table td:last-child {
        padding: 10px 0;
        text-align: center;
    }

    .table td .btn {
        width: 95%;
        padding: 7px 12px;
        box-sizing: border-box;
        color: #282828;
        background-color: #e4e4e4;
    }
}

@media only screen and (max-width: 600px) {
    .cookies-info {
        margin: 44px 0 0;
    }

        .cookies-info .btn {
            margin-top: 12px
        }

    #main-wrapper {
        margin-top: 40px;
    }

    .map-wide {
        display: none;
    }

    .booking-search-form .btn-search {
        width: 100%;
    }

    .price-list {
        margin: 10px 0 40px;
    }

        .price-list .type,
        .price-list .price-container {
            font-size: 15px;
        }

        .price-list .type {
            padding: 12px 0 12px 8px;
            line-height: 28px;
            vertical-align: -2px;
        }

        .price-list .price-container {
            padding: 12px 0;
        }

        .price-list .actions {
            width: auto;
        }

            .price-list .actions span {
                display: none;
            }

        .price-list [data-unit] {
            display: none;
        }

        .price-list .times {
            margin: 0;
            font-size: 18px;
        }

    .form-container.compact .form-control {
        margin-left: 0;
    }
}

@media only screen and (max-width: 495px) {
    #brander .content {
        top: 160px
    }

    #brander h1 {
        font-size: 34px;
    }

    #brander p {
        font-size: 14px;
    }

    .booking-search-form .location {
        margin-bottom: 0;
    }

    .three-cols .col {
        width: 100%;
        float: left;
        margin: 0 0 15px;
    }

    .three-cols .col {
        margin-right: 0;
    }

    .four-cols .col {
        width: 100%;
        float: left;
        margin-right: 0;
    }

    .five-cols .col {
        width: 100%;
        float: left;
        margin-right: 0;
    }

    .six-cols .col {
        width: 100%;
        float: left;
        margin-right: 0;
    }

    .facilities {
        padding: 0;
    }

    .table td {
        font-size: 15px;
        padding: 8px 10px
    }

    .tab {
        font-size: 16px;
        padding: 5px 7px;
    }

    .main-actions {
        width: 100%;
        clear: both;
        margin: 10px 0;
    }

    .btn-book-shortcut,
    .btn-unit-details {
        width: 100%;
        display: block;
    }

    h1 {
        font-size: 25px;
    }

    .timetable .col {
        width: 50%;
    }

    .timetable .day {
        width: 80px;
    }

    .timetable .hours {
        width: 100px;
    }

    .box {
        text-align: center;
    }

        .box .actions {
            width: 100%;
            margin-top: 10px;
            text-align: center;
        }

    .info-cols {
        margin: 30px 0 0;
    }

        .info-cols .col {
            margin-bottom: 40px;
            padding-bottom: 40px;
            border-bottom: 1px solid #ddd;
        }

            .info-cols .col:last-child {
                margin-bottom: 0;
            }

    .modal {
        width: 80%;
        margin: 0;
        transform: translateX(-50%);
    }
}

@media only screen and (max-width: 480px) {
    .home #prmo {
        display: block;
    }

    .home #main-wrapper {
        margin-top: 0 !important;
    }

    body.home .cookies-info {
        position: absolute;
        background-color: #1b2124;
        border-bottom: 1px solid #282d30;
    }
}

@media only screen and (max-width: 380px) {
    #brander .content {
        padding: 0 36px;
    }

    #brander h1 {
        font-size: 28px;
    }

    .timetable .day {
        width: 75px;
    }

    .timetable .hours {
        width: 90px;
    }

    .home-video-tabs .tab {
        font-size: 14px;
    }
}

@media only screen and (max-width: 360px) {
    #brander h1 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .tab {
        padding: 4px;
    }

    .price-calculator .price {
        font-size: 15px;
    }

    .price-calculator .unit {
        font-size: 11px;
    }
}

#mainDiv {
    max-width: 881px;
    position: relative;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 5px;
}

    .card:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

    .card img {
        height: 160px;
        width: 140px;
    }

.cardContainer {
    padding: 2px 16px;
}

    .cardContainer .containerText {
        height: 44px;
    }

    .cardContainer p {
        color: black;
    }

    .cardContainer .containerUpgrade {
        height: 30px;
    }

        .cardContainer .containerUpgrade a {
            text-align: center;
            width: 83%;
        }

.raportInactiv img {
    filter: grayscale(100%);
}
