﻿body {
    font-family: "Ubuntu",Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #3C3C3C;
}

h1, h2, h3, h4, h5, h6, p, span {
    line-height: 1.428571429;
    font-weight: normal;
}

a, a:hover, a:active, a:visited {
    color: #5798D4;
}

.p {
    margin-bottom: 16px;
}

.text-brand {
    color: #F2007D !important;
}

.text-light-1 {
    color: #808080 !important;
}

.text-light-2 {
    color: #5f5f5f !important;
}

.text-light-3 {
    color: #686868 !important;
}

.bg-brand {
    background-color: #F2007D !important;
}

.bg-light-1 {
    background-color: #f2f2f2 !important;
}

.bg-dimgray {
    background-color: #595959 !important;
}

.dashed-border {
    border: dashed 2px #cfcfcf;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,99,190, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler {
    margin-left: -20px;
    margin-right: 8px;
    width: 72px;
    border-right: 2px solid #f2f2f2;
    border-radius: 0;
}

.btn-brand {
    background-color: #F2007D;
    border-radius: 2px;
    color: #FFF !important;
}

    .btn-brand span {
        float: left;
    }

.logo > img {
    height: 40px;
    margin: 8px 0;
}

.brand-logo {
    background: url(../images/logo_lmn.svg);
    height: 28px;
    background-size: cover;
    margin: 14px 0;
    width: 240px;
}

.image-section {
    background: url(../images/jumbotron.jpg);
    background-size: cover;
    min-height: 450px;
    position: relative;
    overflow: hidden;
}

    .image-section .carousel.slide {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

        .image-section .carousel.slide .carousel-shutter {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.25);
            z-index: 1;
        }

        .image-section .carousel.slide .carousel-inner {
            width: 100%;
            height: 100%;
        }

            .image-section .carousel.slide .carousel-inner .carousel-item {
                height: 100%;
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
            }

    .image-section h1.title, .image-section h2.title, .image-section h3.title, .image-section h4.title, .image-section h5.title, .image-section h6.title {
        text-shadow: 0 2px 3px #787878;
        color: #ffffff;
    }

.jumbotron-brand {
    border-radius: 2px;
    padding: 32px;
    background-color: #ffffff;
}

.cookies-policy {
    background-color: #f2f2f2;
    padding: .75rem 1.25rem;
    margin: 0 !important;
    border: 0;
    border-radius: 0;
}

footer {
    background-color: #f2f2f2;
    padding: .75rem 1.25rem;
}

input, select, textarea {
    border-radius: 2px !important;
}

::placeholder {
    color: #868E96;
}

.form-group-brand .input-icon {
    background-color: #F2007D;
    font-size: 1rem;
    line-height: 1.25;
    padding: .5rem .75rem;
    width: 28px;
    border-radius: 2px 0 0 2px;
    position: absolute;
    top: 1px;
    color: #ffffff;
}

.form-group-brand > .input-icon:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 99, 190, 0);
    border-left-color: #F2007D;
    border-width: 18px;
    margin-top: -18px;
}

.form-group-brand > input {
    padding-left: 3.1rem;
}

.form-group-brand > .input-icon-info {
    position: absolute;
    right: 0;
    top: 0;
}

    .form-group-brand > .input-icon-info i {
        position: absolute;
        font-size: 1rem;
        line-height: 1.25;
        padding: .5rem .75rem;
        color: #F2007D;
        right: 0.75rem;
        border: 1px solid rgba(0,0,0,.0);
    }

.input-remove-field,
.input-remove-field-on-header {
    position: absolute;
    right: 46px;
    top: 0;
    line-height: 2.8;
    color: #ddd;
    font-weight: bold;
    cursor: pointer;
}

.input-remove-field:hover,
.input-remove-field-on-header:hover {
    color: #aaa;
}

.bg-black-alpha {
    background: rgba(0, 0, 0, 0.5);
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    select:invalid {
        color: #868ea4 !important;
    }

    select option {
        color: black;
    }

        select option[disabled] {
            color: #868E96;
        }

.select-arrow:after {
    content: '\4d';
    font-family: "bf_font (66)";
    font-size: 1rem;
    position: absolute;
    right: 2rem;
    top: 0.5rem;
    color: #868E96;
    pointer-events: none;
}

.main-section input[type=checkbox] {
    z-index: -1 !important;
}

    .main-section input[type=checkbox] ~ span:before {
        font-family: "bf_font (66)";
        display: inline-block;
        content: '\37';
        position: absolute;
        left: 0;
        cursor: pointer;
        color: #aaa;
    }

    .main-section input[type=checkbox]:checked ~ span:before {
        content: '\38';
        color: #F2007D;
    }


.main-section input[type=radio] {
    display: none !important;
}

    .main-section input[type=radio] + span:before {
        font-family: "bf_font (66)";
        display: inline-block;
        content: '\78';
        position: absolute;
        left: 0;
        cursor: pointer;
        color: #aaa;
    }

    .main-section input[type=radio]:checked + span:before {
        content: '\6b';
        color: #F2007D;
    }

.form-check-inline > .form-check-label {
    position: relative;
}

.form-check-label > img {
    height: 1rem;
}

.slider {
    overflow: auto;
    display: inline-block;
}


    .slider > a {
        display: inline-block;
        position: relative;
    }

        .slider > a > .slider-dot {
            width: 8px;
            height: 8px;
            background: rgba(255, 255, 255, 0.9);
            border-radius: 8px;
            margin: 3px;
            float: left;
        }

.modal-dialog {
    margin-top: 6%;
}

.modal-content {
    border-radius: 2px;
}

.modal-header {
    border-bottom: none;
}

.modal-footer {
    border-top: 1px dashed #e9ecef;
}

.pax-card {
    background-image: url('../images/plane.jpg');
    height: 180px;
    max-width: 400px;
    background-size: cover;
    position: relative;
    overflow: hidden;
    text-align: center
}

.pax-card-1 {
    background-image: url('../images/1pax_background.jpg');
}

.pax-card-2 {
    background-image: url('../images/2pax_background.jpg');
}

.pax-card > .icon-field {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 60px);
    width: 120px;
    height: 60px;
    border-top-left-radius: 120px;
    border-top-right-radius: 120px;
    background: #fff;
    text-align: center;
    padding-top: 1rem
}

.pax-card-big {
    background-image: url('../images/plane.jpg');
    height: 280px;
    background-size: cover;
    position: relative;
    text-align: center
}

.pax-card-big-1 {
    background-image: url('../images/1pax_background.jpg');
}

.pax-card-big-2 {
    background-image: url('../images/2pax_background.jpg');
}

.pax-card-big > .icon-field {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 60px);
    width: 120px;
    height: 60px;
    border-top-left-radius: 120px;
    border-top-right-radius: 120px;
    background: #fff;
    text-align: center;
    padding-top: 2rem
}

.pax-card-big > .title {
    position: absolute;
    top: 15px;
    width: 100%;
    background-color: rgba(255,255,255,0.5);
    padding: 20px;
}

.faq-collapse {
    width: 100%;
    overflow: auto;
    display: inline-block;
    border-bottom: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .faq-collapse > .faq-number {
        float: left;
        width: 40px;
    }

    .faq-collapse > .faq-content {
        float: left;
        width: calc(100% - 80px);
    }

        .faq-collapse > .faq-content > p {
            margin: 0;
        }

    .faq-collapse > .faq-icon-arrow:after {
        float: left;
        font-family: "bf_font (66)";
        content: '\4d';
        font-size: 24px;
        width: 40px;
        text-align: right;
        cursor: pointer
    }

    .faq-collapse > .faq-icon-arrow[aria-expanded=true]:after {
        content: '\6d';
    }

.has-error {
    border: 2px solid red !important;
}

@media screen and (max-width: 991px) {
    .modal-dialog {
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 100%;
    }

    .modal-content {
        border: none;
        border-radius: 0;
        min-height: 100vh;
        width: 100vw;
    }

    .modal-body button {
        width: 100% !important;
    }

    .form-check-inline {
        display: block;
    }

        .form-check-inline + .form-check-inline {
            margin-left: 0;
        }


    .image-section {
        min-height: 200px;
    }

    .image-section-shell-freehotel-uk {
        min-height: 200px;
    }
}

/*Spinner*/
.spinner {
    margin: 40px auto 0;
    width: 70px;
    text-align: center;
}

    .spinner > div {
        width: 18px;
        height: 18px;
        background-color: #F2007D;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}
/*End spinner*/

.invalid-feedback.white-feedback {
    background: #fff;
    margin-top: 0;
    line-height: 1.6rem;
    text-align: center;
}

.navbar .navbar-text,
.navbar .navbar-text a{
    color: #fff !important;
}

.pull-bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}