﻿
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-inner > .rd-navbar-top-panel:before, .rd-navbar-top-panel.rd-navbar-static .rd-navbar-inner > .rd-navbar-top-panel:after, .rd-navbar-top-panel.rd-navbar-fullwidth .rd-navbar-inner > .rd-navbar-top-panel:before, .rd-navbar-top-panel.rd-navbar-fullwidth .rd-navbar-inner > .rd-navbar-top-panel:after {

     background: transparent !important;
}

.rd-navbar-static.rd-navbar-top-panel .rd-navbar-top-panel {
    background: transparent !important;
}

.promo-video {
    position: relative;
    z-index: 10;
    text-align: center;
    width: 50%;
}

@media only screen and (min-width:768px) {
    .promo-video {
        padding: 90px;
        margin: 150px 0
    }
}



.contact-info span, .contact-info span .icon {
    transition: .3s all ease;
    cursor: default;
}

    .contact-info span:hover span {
        color: #c2c2c2;
    }

    .contact-info span:hover .icon-primary {
        color: #4DD0E1;
        background: #fff;
        border-color: #4DD0E1;
    }

.list-marked-icon li:before {
    display:none;
}

.list-marked-icon a:hover {
    text-decoration: none !important;
    color: #4DD0E1;
}

.list-marked-icon li a:before {
    content: '\f105';
    position: absolute;
    top: 5px;
    left: 12px;
    font: 14px/18px "FontAwesome";
    margin-top: -6px;
    color: #fff;
    opacity: 1;
    pointer-events: none;
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
}

.list-marked-icon li a:hover:before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    color: #4DD0E1;
    transition: .3s all ease;
}





@media(max-width: 992px) {
    .bg-image {
        background: none !important;
        background-size: cover;
    }
}
.owl-carousel-classic .owl-prev, .owl-carousel-classic .owl-next {
    position: absolute;
    top: 40%;
    transition: .3s;
    z-index: 1;
}
    .owl-carousel-classic .owl-prev:after, .owl-carousel-classic .owl-next:after {
        border-width: 25px 25px 25px 0px;
        border-color: transparent #0097A7 transparent transparent;
    }

.quote {
    position: relative;
    padding-left: 39px;
    text-align: start;
}

blockquote, q {
    quotes: none;
}
.quote:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '\f10d';
    font: 400 18px/32px "FontAwesome";
    color: #67acbc;
}
.quote q, .quote cite {
    display: block;
}
    .quote q + cite {
        margin-top: 15px;
        color: #333;
        font-size: 16px;
        text-transform: none;
        font-weight: 500;
        font-style:normal;
    }

.quote q, .quote cite {
    display: block;

}


.section-bg-animation2 {
    position: relative;
}

    .section-bg-animation2 > * {
        position: relative;
        z-index: 1;
    }

.section-bg-animation2 {
    background: -moz-linear-gradient(90deg, #4DD0E1 0%, #f2f6ff 100%);
    background: -webkit-linear-gradient(90deg, #4DD0E1 0%, #f2f6ff 100%);
    background: -o-linear-gradient(90deg, #4DD0E1 0%, #f2f6ff 100%);
    background: -ms-linear-gradient(90deg, #4DD0E1 0%, #f2f6ff 100%);
    background: linear-gradient(90deg, #4DD0E1 0%, #f2f6ff 100%);
}

    .section-bg-animation2:before {
        background: -moz-linear-gradient(270deg, #4DD0E1 0%, #f2f6ff 100%);
        background: -webkit-linear-gradient(270deg, #4DD0E1 0%, #f2f6ff 100%);
        background: -o-linear-gradient(270deg, #4DD0E1 0%, #f2f6ff 100%);
        background: -ms-linear-gradient(270deg, #4DD0E1 0%, #f2f6ff 100%);
        background: linear-gradient(270deg, #4DD0E1 0%, #f2f6ff 100%);
    }

    .section-bg-animation2:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        animation: fadeBoth 6s infinite;
    }

.owl-nav-variant-1 .owl-nav {
    text-align: center;
    margin-top: 50px;
    display: block !important
}
.owl-nav-variant-1 .owl-prev, .owl-nav-variant-1 .owl-next {
    position: absolute;
    top: 12%;
    font: 400 60px/50px 'Material Design Icons';
    color: #ee9e07;
    transition: .3s;
    background-color: #fff;
}
@media(min-width:1200px) {
    .owl-nav-variant-1 .owl-nav {
        margin-top: 90px
    }
}

.owl-nav-variant-1 .owl-prev, .owl-nav-variant-1 .owl-next {
    display: inline-block;
    position: static;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: transparent;
    border: 1px solid #6ba917;
    color: #6ba917;
    font-size: 20px;
    text-align: center
}

    .owl-nav-variant-1 .owl-prev:hover, .owl-nav-variant-1 .owl-next:hover {
        background-color: #6ba917;
        border-color: #6ba917;
        color: #fff
    }

    .owl-nav-variant-1 .owl-prev:before {
        content: '\f14a'
    }

.owl-nav-variant-1 .owl-next {
    margin-left: 10px
}

    .owl-nav-variant-1 .owl-next:before {
        content: '\f14f'
    }

.owl-nav-variant-1.owl-nav-light .owl-prev, .owl-nav-variant-1.owl-nav-light .owl-next {
    border-color: #fff;
    color: #fff
}

    .owl-nav-variant-1.owl-nav-light .owl-prev:hover, .owl-nav-variant-1.owl-nav-light .owl-next:hover {
        border-color: #ee9e07
    }
.owl-nav-variant-1 .owl-prev, .owl-nav-variant-1 .owl-next {
    border: 1px solid #0097A7;
    color: #0097A7;
}
    .owl-nav-variant-1 .owl-prev:hover, .owl-nav-variant-1 .owl-next:hover {
        background-color: #0097A7;
        border-color: #0097A7;
    }

.isotope-filters ul{
    list-style: none;
    padding: 0;
    margin: 0;
}


.nav-custom a.active {
    color: #292a2d;
    background: #4DD0E1;
}
.nav-custom a:hover {
    background-color: #0097A7;
    color: #fff;
}
.nav-custom .h6 {
    font-size: 16px;
}
.nav-custom a {
    padding: 5px 30px;
}

.map-contact {
    /*height: 400px;*/
    width: 100%;
    margin-top: 40px;
}
.btn-block {
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
}
.bt-remove-account {
    float: right;
    padding-right: 0;
    font-size: 14px;
}

.radio {
    padding-left: 20px;
}

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de
}
.checkbox {
    padding-left: 20px
}

    .checkbox label {
        display: inline-block;
        position: relative;
        padding-left: 5px
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #ccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border .15s ease-in-out,color .15s ease-in-out;
            -o-transition: border .15s ease-in-out,color .15s ease-in-out;
            transition: border .15s ease-in-out,color .15s ease-in-out
        }

        .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #555
        }

    .checkbox input[type="checkbox"] {
        opacity: 0
    }

        .checkbox input[type="checkbox"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px
        }

        .checkbox input[type="checkbox"]:checked + label::after {
            font-family: 'FontAwesome';
            content: ""
        }

        .checkbox input[type="checkbox"]:disabled + label {
            opacity: .65
        }

            .checkbox input[type="checkbox"]:disabled + label::before {
                background-color: #eee;
                cursor: not-allowed
            }

    .checkbox.checkbox-circle label::before {
        border-radius: 50%
    }

    .checkbox.checkbox-inline {
        margin-top: 0
    }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff
}

.radio {
    padding-left: 20px
}
.btEditBookings {
    margin-top: 15px;
    margin-bottom: 25px;
    padding-right: 0;
    text-align: right;
}
.btEditBookings .btn {
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
}
.subtitle {
    font-weight: normal;
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
}
html.tablet .thumbnail-galery .caption, html.mobile .thumbnail-galery .caption {
    opacity: 0.7;
    transform: translateY(0)
}
.tablet .thumbnail-rayen .figcaption, .mobile .thumbnail-rayen .figcaption {
    left: 5%;
    top: 10%;
}

.icon-silver-filled {
    background:transparent!important;
}

.desktop .thumbnail-modern-figure img {
    transform: none !important;
}
.bg-chathams-blue {
    background: #212120;
    fill: #212120;
}

.rd-navbar-top-panel.rd-navbar-static.rd-navbar-static-fullwidth-transparent.rd-navbar--is-stuck, .rd-navbar-top-panel.rd-navbar-fullwidth.rd-navbar-static-fullwidth-transparent.rd-navbar--is-stuck {
    background: -moz-linear-gradient(90deg, #212120 0%, #212120 100%);
    background: -webkit-linear-gradient(90deg, #212120 0%, #212120 100%);
    background: -o-linear-gradient(90deg, #212120 0%, #212120 100%);
    background: -ms-linear-gradient(90deg, #212120 0%, #212120 100%);
    background: linear-gradient(90deg, #212120 0%, #212120 100%);
}
.rd-navbar-menu-wrap {
    height: 90px;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav-wrap, .rd-navbar-top-panel.rd-navbar-fullwidth .rd-navbar-nav-wrap,
.rd-navbar-top-panel.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav-wrap, .rd-navbar-top-panel.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-nav-wrap {
    margin-top: 30px;
}

.bg-overlay-chathams-blue {
    background: rgba(255, 255, 255, 0.8);
}
.language {
    margin-left: 25px !important;
    margin-top: 8px !important;
    margin-right: 10px !important;
}
    .language ul li {
        color:#fff;
    }

        .language ul li.active {
            color: #4DD0E1;
        }
        .language ul li a:hover {
            color: #4DD0E1;
        }
.max-icon img {
    max-height: 128px !important;
    background-color: transparent;
    border: 0px solid #ddd;
}


/*
.post-ticket .post-ticket-header {
    background: #2e2e2e;
}


    .post-ticket .post-ticket-header img {
        opacity: 1;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

.post-ticket .post-ticket-header:hover img {
    opacity: .5;
}

.post-ticket .post-ticket-body {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.post-ticket:hover .post-ticket-body {
    opacity: .5;
}*/

.post-ticket::before {
    position: absolute;
    content: '';
    top: 0;
    width: 0;
    bottom: 0;
    left: 0;
    background: rgba(48, 46, 46, 0.18);
    transition: inherit;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
.post-ticket1 a{
    transition: all 0.3s ease-in-out;
}
.post-ticket:hover:before {
    width: 100%;
    visibility: visible;
    opacity: 1;
}
.desktop .thumbnail-modern:hover .thumbnail-modern-title {
    letter-spacing: .15em;
}
.post-ticket .post-ticket-body {
    transition: all .3s ease;
    padding-right: 5px;
}
.post-ticket:hover .post-ticket-body {
    letter-spacing: .15em;
}
.post-ticket-body .h4 {
    font-size: 16px;
}
.post-ticket-body .h5 {
    font-size: 14px;
}
.post-ticket .figcaption {
    position: absolute;
    left: 45%;
    top: 45%;
    color: #4DD0E1;
    z-index: 2;
    will-change: content;
    opacity: 0;
    z-index: 20;
    transition: all .3s ease;
}
.post-ticket:hover .figcaption {
    opacity: 1;
}

.post-Funded-Projects {
    background: #fff;
    border: 1px solid #cacaca;
    border-radius:2px;
    padding:5px;
}
.post-ticket-body p {
    display: inline-block;
}

.btn-reserve {
    color: #ffffff;
    background-color: #FF6D00;
    border-color: #FF6D00;
}

    .btn-reserve:focus, .btn-reserve:hover, .btn-reserve:active, .btn-reserve.active {
        color: #000000;
        background-color: #FFD180;
        border-color: #FFD180;
    }

.bg-zircon {
    background: #f5f5f5;
    fill: #f5f5f5;
}

.page-footer {
    font-size: 14px;
}

.rd-navbar-default.rd-navbar-static .rd-navbar-nav > li a:hover, .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-nav > li a:hover, .rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav > li a:hover, .rd-navbar-top-panel.rd-navbar-fullwidth .rd-navbar-nav > li a:hover,
.rd-navbar-default.rd-navbar-static .rd-navbar-nav > li.active > a, .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-nav > li.active > a, .rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav > li.active > a, .rd-navbar-top-panel.rd-navbar-fullwidth .rd-navbar-nav > li.active > a, .rd-navbar-default.rd-navbar-static .rd-navbar-nav > li.focus > a, .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-nav > li.focus > a, .rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav > li.focus > a, .rd-navbar-top-panel.rd-navbar-fullwidth .rd-navbar-nav > li.focus > a {
    color: #ffffff;
    background: transparent;
    border-bottom:4px solid #4DD0E1;
}

.rd-navbar-default.rd-navbar-static .rd-navbar-nav > li > a, .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-nav > li > a, .rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav > li > a, .rd-navbar-top-panel.rd-navbar-fullwidth .rd-navbar-nav > li > a 
{
    padding: 0px;
}

.rd-navbar-default.rd-navbar-static .rd-navbar-nav > li, .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-nav > li, .rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav > li, .rd-navbar-top-panel.rd-navbar-fullwidth .rd-navbar-nav > li,
.rd-navbar-default.rd-navbar-static .rd-navbar-nav > li.active, .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-nav > li.active, .rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav > li.active, .rd-navbar-top-panel.rd-navbar-fullwidth .rd-navbar-nav > li.active > a, .rd-navbar-default.rd-navbar-static .rd-navbar-nav > li.focus, .rd-navbar-default.rd-navbar-fullwidth .rd-navbar-nav > li.focus, .rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav > li.focus, .rd-navbar-top-panel.rd-navbar-fullwidth .rd-navbar-nav > li.focus
{
    padding: 1px 15px;
}

.rd-navbar-brand {
    margin-top: 20px;
    width: 30%;
}

.rd-navbar-dropdown li > a:hover {
    color: #0097A7 !important;
    background: transparent !important;
    border-bottom: 0px solid transparent !important;
}
.text-primary-counters-blue {
    color: #0097A7;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 10px;
    line-height: 10px;
    margin-top: 2px;
    transition: .3s;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error, textarea.input-validation-error {
    border: 1px solid #ff6347;
}

.validation-summary-errors {
    color: #ff6347;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

.field-validation-error {
    color: #d74646;
    opacity: 1;
    visibility: visible;
    top: 2px;
    right: 7px;
    left: auto;
}
.validationRadioButtonFor {
    left:0px;
    top: 20px !important;
}
@media (min-width: 768px) {
    .form-group-label-outside .field-validation-error {
        top: 29px;
    }
    .formAccount .form-group-label-outside .field-validation-error {
        top: 39px !important;
    }
}

.msg {
    display: block;
    margin-top: 14px;
    color: #212120;
    font-weight: bold;
    font-size: 0.8em;
}

.custom-file-input {
    color: #212120;
}

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file-input::before {
    content: 'Select some files';
    color: black;
    display: inline-block;
    background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
}

.custom-file-input:hover::before {
    border-color: black;
}

    .custom-file-input:active, .custom-file-input:focus {
        outline: 0;
        outline: 0px auto -webkit-focus-ring-color !important;
    }

    .custom-file-input:active::before {
        background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
    }

.table-custom tbody tr td:first-child, .table-custom tbody tr th:first-child {
    width: auto !important;
}
.table-custom tbody tr, .table-custom tbody tr th {
    text-align: center;
}

    .table-custom tbody tr td .fa {
        font-size: 14px;
    }



.input-icon, .input-icon-left {
    position: relative;
}

    .input-icon-left .fa {
        color: #CCC;
        top: 13px;
        left: 10px;
        font-size: 20px;
        position: absolute;
    }


    .input-icon .fa {
        color: #C0E2E0;
        top: 7px;
        right: 10px;
        font-size: 20px;
        position: absolute;
    }

    .input-icon span {
        color: #C0E2E0;
        top: 17px;
        right: 5px;
        font-size: 20px;
        position: absolute;
    }

    .input-icon-left span {
        color: #C0E2E0;
        top: 17px;
        left: 10px;
        font-size: 20px;
        position: absolute;
    }

.datepicker span {
    color: #fff;
    top: unset !important;
    right: unset !important;
    font-size: unset !important;
    position: unset !important;
}


.input-icon input, .input-icon-left input {
    font-weight: normal;
}

.input-icon-left input {
    margin-top: 5px;
    padding-left: 35px;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    line-break: auto;
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
    color:  #333;
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        content: "";
        border-width: 10px;
    }

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0;
}

    .popover.top > .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        content: " ";
        border-top-color: #fff;
        border-bottom-width: 0;
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0;
}

    .popover.right > .arrow:after {
        bottom: -10px;
        left: 1px;
        content: " ";
        border-right-color: #fff;
        border-left-width: 0;
    }

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
}

    .popover.bottom > .arrow:after {
        top: 1px;
        margin-left: -10px;
        content: " ";
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25);
}

    .popover.left > .arrow:after {
        right: 1px;
        bottom: -10px;
        content: " ";
        border-right-width: 0;
        border-left-color: #fff;
    }


.popover-flight {
    width: 310px;
}

.label-flight {
    color: #149DA4;
}

.popover-flight input {
    padding: 6px 12px !important;
    width: 150px;
}

.popover-flight select {
    margin-bottom: 10px;
    margin-top: 5px;
}

.info-flight {
    font-size: 11px;
    margin-top: 10px;
}

    .info-flight .fa {
        color: unset !important;
        position: unset !important;
        font-size: unset !important;
    }


.clockpicker-popover .popover-content {
    background-color: white;
}


.clockpicker-popover {
    padding: 9px 14px;
}

.popover:not(.clockpicker-popover) {
    border-radius: 0;
    border: 1px solid #149da4;
    left: unset !important;
    max-width: unset;
}

.popover {
    border-radius: 0;
    border: 1px solid #149da4;
    max-width: unset;
}

    .popover.bottom > .arrow {
        border-bottom-color: #149da4;
    }

.popover-date {
    /*width: 365px;*/
}

.btn-primary {
    border: #047682;
    border-radius: 0;
    background-color: #047682;
}

.pop-help .fa {
    position: unset;
    font-size: unset;
    color: #149da4;
}

.pop-help span {
    position: unset;
    font-size: unset;
    color: #149da4;
}

.popover.bottom > .arrow {
    margin-left: 50px;
    left: -20px !important;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.pop-title {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    font-size: 16px;
}

.popover-date {
    height: 310px;
}

    .popover-date .calendar {
        margin-top: 10px;
    }

.btn-primary {
    background-color: #126172;
    border-color: #126172;
    border-radius: 0;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}


.form-control2 {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #149DA4;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-size: 13px;
}
    .form-control2[disabled], .form-control2[readonly], fieldset[disabled] .form-control2 {
        background-color: #e6e7e6;
        opacity: 1;
    }
#btnSearch {
    text-transform: uppercase;
    padding: 3px 25px;
    font-size: 14px;
    width: 100%;
}
.scheduleTitleOption {
    padding-bottom: 10px;
}


#passengers {
    overflow: hidden;
}

.popover-passengers {
    width: 230px;
}

    .popover-passengers i {
        position: unset !important;
        color: white !important;
        font-size: 10px !important;
    }

    .popover-passengers .btn-xs {
        padding: 3px 4px !important;
        border-radius: 0;
        font-size: 0;
    }

    .popover-passengers input {
        height: 37px;
    }

.container-buttons {
    margin-top: -4px;
}
.popover-passengers input {
    height: 37px;
   width: 37px !important
}
.container-buttons button {
    height: 18px;
}
.label-age {
    font-weight: normal;
    color: #149da4;
    padding-right: 6px;
    font-size:12px;
}

.clearCss {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.radio {
    margin-top: 0px !important;
}
.bootbox {
    top:130px;
}
.bootbox .modal-content {
    border-radius: 0;
}
.bootbox-body {
    font-size: 14px !important;
}
.bootbox .btn {
    padding: 6px 12px !important;
    line-height: 1.42857143 !important;
    font-size: 14px !important;
}
.info-schedule {
    font-size: 11px;
}

.map {
    height: 500px;
    margin-top: 20px;
    border: 2px solid #149DA4;
}

.schedule-active {
    background-color: #f2f6ff;
}

.schedules {
    list-style: none;
    padding: 0;
    border-top: 1px solid #149da4;
    margin-top: 0px;
}
.schedule-item {
    border-bottom: 1px solid #149da4;
    padding: 10px;
    cursor: pointer;
}
.nopadding {
    padding: 0;
}

.nomargin {
    margin: 0;
}
.comprar-bottom .btn {
    padding: 5px;
    align-self: stretch;
    flex-grow: 1;
    width: 100%;
    height: 100%;
}


.container-float {
    overflow: hidden;
}
.margintop-20 {
    margin-top: 20px !important;
}
.marginbottom-20 {
    margin-bottom: 20px !important;
}
.align-center {
    text-align: center;
}
.FlightInfo {
    display: flex;
    margin-bottom: 60px;
}
.basket .line-price {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
}
.basket .type {
    color: #149da4;
    margin-bottom: 10px;
}
.green {
    color: #149da4;
    font-size: x-small;
}
.fares {
    padding: 18px;
    padding-bottom: 0;
}
.basket h3 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.basket .extra {
    border-top: 1px solid #149da4;
    border-bottom: 1px solid #149da4;
    padding: 10px 0;
    margin-top: -1px;
    font-size: 14px;
}
    .basket .extra .container-buttons {
        margin-top: 0;
        line-height: 24px;
    }
.basket .btn-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
    border-radius: 0;
    padding: 5px 12px;
}
.basket .container-buttons .btn-info {
    padding: 1px 5px;
}
.basket .btn-xs {
    font-size: 12px;
    line-height: 1.5;
}
.basket .extra .btn-xs {
    border-radius: 0;
}
.basket .extra input {
    height: 50px;
    width: 60px !important;
    font-size: 13px;
}
.basket .number-input {
    width: 50px !important;
    margin-left: 5px;
    margin-right: 5px;
}
.basket .red {
    color: #b22424;
}
.basket .maxheight {
    max-height: 200px;
    min-height: 200px;
    margin-top: -1px !important;
}
    .basket .maxheight .extra {
        max-height: 200px;
        min-height: 200px;
    }
.basket .extra .description {
    margin-top: 10px;
    font-size: 12px;
}

.padding-right {
    padding-right: 15px;
}

.basket .container-buttons button {
    height: 22px;
}
.field-validation-error, .error {
    color: tomato;
    font-size: 11px;
    border-color: tomato !important;
}
.readterms {
    color: #337ab7;
    text-decoration: none;
}
.fs-xsmall {
    font-size: x-small;
}


.colbtsaction {
    border-left: 3px solid #0097A7;
    padding-left: 0px;
    padding-top: 30px;
    position: relative;
}

.colbtsactionr {
    border-right: 3px solid #0097A7;
}
.colbtsactionbuttonfooter {
    position: absolute;
    right: 0;
    bottom: 0;
}
.goline {
    width: 40px;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 30px;
    border-color: transparent transparent transparent #0096a7;
    float: left;
}

.btn-sel {
    background-color: #7aa950 !important;
    border-color: #7aa950 !important;
    border-radius: 0;
}
    .btn-sel:hover {
        color: #fff;
        background-color: #0097A7 !important;
        border-color: #0097A7 !important;
    }
    .topschedule {
    background: #c4dbdc;
    color: #333;
    font-weight: bolder;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.schedule-info {
    font-size: 14px;
    color: #333;
}


.bt-schedule-active {
    background-color: #ec2848 !important;
}

    .bt-schedule-active:hover {
        background-color: #de2d4a !important;
    }

    .bt-schedule-active:active {
        background-color: #ec2848 !important;
    }

.totalprice {
    font-weight: bolder;
    font-size:20px;
    padding:20px;
}
.marginleft-10 {
    margin-left:10px;
}

.dashicon:hover {
    background: #4DD0E1 !important;
    color: #fff !important;
}

.dashiconexit:hover {
    background: tomato !important;
    color: #fff !important;
}

    .dashiconexit:hover i {
        color: #fff !important;
    }

    .dashiconexit:hover span {
        color: #fff !important;
    }
    .dashicon:hover i {
        color: #fff !important;
    }

    .dashicon:hover span {
        color: #fff !important;
    }


.rd-navbar-dropdown {
    width: 250px !important;
    margin-top: -1px !important;
    margin-left: 15px !important;
}
.serviceName {
    margin-top: 8px;
    font-size: 12px;
    color: #333;
}
.modal {
    top: 120px!important;
}
.arrowForAddress {
    color: #149da4;
}
.btn-voucher {
    background-color: #149da4;
    border-color: #149da4;
}
    .btn-voucher:active:focus, .btn-voucher:focus, .btn-voucher.focus, .btn-voucher:hover, .btn-voucher:active, .btn-voucher.active {
        background-color: #126172;
        border-color: #126172;
    }

.input-group-btn:last-child > .btn-voucher {
    margin-left: 0px !important;
}
.div-bt-anchor {
text-align:center;
}
.btn-anchor {
    background-color: #149da4;
    border-color: #149da4;
}

    .btn-anchor:active:focus, .btn-anchor:focus, .btn-anchor.focus, .btn-anchor:hover, .btn-anchor:active, .btn-anchor.active {
        background-color: #126172;
        border-color: #126172;
    }


@media (min-width: 992px) {


    .range > .cell-md-1-5 {
        -webkit-flex-basis: 12.49995%;
        -ms-flex-preferred-size: 12.49995%;
        flex-basis: 12.49995%;
        max-width: 12.49995%;
    }

    .range > .cell-md-1-7 {
        -webkit-flex-basis: 14.2857%;
        -ms-flex-preferred-size: 14.2857%;
        flex-basis: 14.2857%;
        max-width: 14.2857%;
    }
}

.isclick {
    cursor: pointer;
}
.RefundQuestion {
}
.rd-navbar--is-stuck .parternsTop {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.parternsTop {
    margin-top: 0px;
    margin-bottom: 0px;
    vertical-align: middle;
    height: 50px;
    z-index: 1999;
    position: relative;
    background: white;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

    .parternsTop div {
        vertical-align: middle;
        height: 50px;
    }

    .parternsTop img {
        vertical-align: middle;
        max-height: 100%;
        max-width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .parternsTop span {
        font-size: 14px;
        color: #333;
        line-height: 50px;
        height: 50px;
        padding-right: 20px;
    }
.info-doornumber {
    font-size: 10px;
    padding-bottom: 5px;
}

.hover01 div img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover01:hover div img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

a.icon-rect.fa-youtube:hover, a.icon-rect.fa-youtube:focus, a.icon-circle.fa-youtube:hover, a.icon-circle.fa-youtube:focus, a.icon-outlined.fa-youtube:hover, a.icon-outlined.fa-youtube:focus, a.icon-rounded.fa-youtube:hover, a.icon-rounded.fa-youtube:focus {
    color: #fff;
    background: #dc472e;
    border-color: #dc472e;
}
a.icon-rect.fa-linkedin:focus, a.icon-rect.fa-linkedin:hover, a.icon-circle.fa-linkedin:focus, a.icon-circle.fa-linkedin:hover, a.icon-outlined.fa-linkedin:focus, a.icon-outlined.fa-linkedin:hover, a.icon-rounded.fa-linkedin:focus, a.icon-rounded.fa-linkedin:hover {
    color: #fff;
    background: #0077b7;
    border-color: #0077b7;
}

.background-size {
    background-size: contain;
}
.padding-wizard1 {
    padding:0px;
}

@media (min-width: 1281px) {
    .video-height {
        height: 900px;
    }
    .video-width {
        width: 1903px;
    }
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
    .video-height {
        height: 900px;
    }

    .video-width {
        width: 1903px;
    }
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
    .video-height {
        height: 900px;
    }

    .video-width {
        width: 1024px;
    }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    .video-height {
        height: 420px;
    }

    .video-width {
        width: 100% !important;
    }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    .basket {
        text-align:left;
    }
    .mobile-hidden {
        display: none;
    }
    .colbtsaction {
        border-left: 0px solid #0097A7;
        padding-left: 0px;
        padding-top: 30px;
        padding-bottom: 30px;
        position: relative;
    }
    .xs-margin-bottom {
        margin-bottom: 30px !important;
    }
    .goline, .colbtsactionbuttonfooter {
        display: none;
    }
    .wizard .form-label {
        top: -15px;
        left: 5px;
    }
    .swiper-center-caption .shell .bg-overlay-chathams-blue {
        display: inline-block;
    }
    .swiper-center-caption {
        bottom: 50px;
    }
    .mobile-same-heigth {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }
    .mobile-same-heigth>div {
        margin-bottom:15px;
    }
    .background-size {
        background-size: cover !important;
    }
    .video-height {
        height: 380px;
    }

    .video-width {
        width: 100% !important;
    }
    .video-wrapper {
        left: 0px !important;
        width: 110% !important;
    }
    .vertical-align {
        display: inline-block;
    }
    .display-mobile {
        display: flow-root;
    }
    .rd-navbar-fixed.rd-navbar-top-panel .rd-navbar-top-panel, .rd-navbar-fullwidth.rd-navbar-top-panel .rd-navbar-top-panel {
        background: #191919b3;
    }
     .ScheduleDepartDate .popover, .SchedulePassengers .popover {
        right: 0px;
    }
    .clockpicker-align-left {
        left: 25%!important;
    }
    .popover.bottom > .arrow {
        left: 60% !important;
    }
    .section-padding-mobile {
        padding-bottom: 10px !important;
        padding-top: 10px !important;
    }
    .offset-xs-top-0, .offset-md-top-0 {
        margin-top: 0 !important;
    }

    .icon.icon-sm.icon-circle.icon-outlined {
        display: none;
    }
    .box-icon h5 {
        color: #c2c2c2;
    }
    .box-icon.isclick h5 {
        color: #4DD0E1;
    }
    .padding-wizard1 {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.form-control.error {
    color: #393a3c !important;
    font-size: 16px !important;
}