﻿@font-face {
    font-family: 'Signika Negative';
    src: url('fonts/SignikaNegative-Semibold.eot');
    src: url('fonts/SignikaNegative-Semibold.eot?#iefix') format('embedded-opentype'), url('fonts/SignikaNegative-Semibold.woff2') format('woff2'), url('fonts/SignikaNegative-Semibold.woff') format('woff'), url('fonts/SignikaNegative-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Signika Negative';
    src: url('fonts/SignikaNegative-Bold.eot');
    src: url('fonts/SignikaNegative-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/SignikaNegative-Bold.woff2') format('woff2'), url('fonts/SignikaNegative-Bold.woff') format('woff'), url('fonts/SignikaNegative-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #757575;
    background-color: #f6ebe1;
}

h2 {
    font-family: "Signika Negative",sans-serif;
    font-size: 1.5em;
    color: #003f7f;
    margin-top: 40px;
    font-weight: bold;
}

p {
    font-size: 18px;
}

a {
    color: #4757b9;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #d3d3d3;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #d3d3d3;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #d3d3d3;
}

/*Header*/
.navbar {
    background: #fff;
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
    border-bottom: 5px solid #f55b70;
}

.navbar-header {
    float: left;
}

.navbar-brand {
    position: relative;
    height: 70px;
    padding: 10px 15px;
}

.navbar-brand img {
    height: 50px;
}

.navbar-toggle .icon-bar {
    background: #021b41;
}

.navbar-nav {
    margin: 14px 0;
}

.nav > li {
    margin: 0 10px;
}

.navbar-nav > li > a {
    color: #4757b9;
    border-color: #4757b9;
}

.powered-warp {
    margin-top: 3px !important;
}

.pc-logo {
    height: 35px;
    background: #fff;
}

.languages {
    float: right;
}

.nav .languages select {
    color: #4757b9;
    font-size: .9em;
    height: 42px;
    border-color: #4757b9;
    border-radius: 4px;
    text-transform: initial;
    font-weight: normal;
}

.booking a {
    display: block;
    font-size: .9em;
    text-align: center;
    padding: 11px;
    color: #333;
    font-weight: 500;
    background-color: #fff;
    border: 1px solid #72368d;
    border-radius: 4px;
    -webkit-transition: all 50ms ease-out;
    -moz-transition: all 50ms ease-out;
    -o-transition: all 50ms ease-out;
    -ms-transition: all 50ms ease-out;
    transition: all 50ms ease-out;
}

    .booking a:hover {
        background-color: rgba(71, 87, 185, .2) !important;
        text-decoration: none !important;
    }

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #FFF;
    line-height: 25px;
}

    select::-ms-expand {
        display: none;
    }

.navbar .languages {
    position: relative;
    line-height: 25px;
}

    .navbar .languages:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        pointer-events: none;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 7px solid black;
        opacity: 0.5;
    }

    .navbar .languages:after {
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
    }

/*Main*/
.jumbotron {
    height: 530px;
    background-image: url(img/main.jpg);
    background-size: cover;
    background-position: 50% center;
    margin-bottom: 0;
}

    .jumbotron h1 {
        font-size: 2.5em;
        margin-top: 0;
    }

.jumbocontain {
    float: none;
}

.promo-text {
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 10px rgba(0,0,0,.7);
    padding: 10px 30px 20px;
}

    .promo-text > span {
        font-size: 30px;
    }

    .promo-text h3 {
        font-size: 2em;
    }

    .promo-text h4 {
        font-size: 24px;
    }

    .promo-text h3 span {
        /*text-shadow: 1px 1px 2px black;*/
        font-weight: 600;
        font-family: "Signika Negative",sans-serif;
    }


.bookingForm {
    background-color: #4757b9;
    padding: 20px 10px 10px;
    box-sizing: border-box;
    border-radius: 15px;
}

    .bookingForm h2 {
        text-align: center;
        font-weight: bold;
        color: #fff;
        margin-top: 0;
        font-size: 24px;
    }

.quote-wrapper, .location-wrapper, .from-wrapper, .to-wrapper, .btn-wrapper {
    position: relative;
    min-height: 1px;
    padding: 5px;
    float: left;
    width: 100%; /*col-xs-12*/
}

#quote-from-type-box select {
    height: 51px;
}

#quote-from-time-box div {
    float: left;
    margin-bottom: 10px
}

#quote-from-location-box {
    margin-bottom: 14px
}

#quote-to-time-box div {
    float: left;
}

#quote-from-date-box {
    margin-right: 10px;
    position: relative
}

#quote-to-date-box {
    margin-right: 10px;
    position: relative;
}

#quote-to-date-label {
    clear: left;
}

.quote input {
    /*padding: 25px 15px !important;*/
    cursor: pointer;
    margin-bottom: 5px;
    height: 52px;
    border-radius: 6px;
    background: #fff;
    color: #93a4d7;
    font-weight: 600;
    border: 1px solid #4757b9;
}

    .quote input[type="submit"] {
        clear: left;
        display: block;
        margin: 0px;
        padding: 20px !important;
        font-weight: bold;
        font-size: 1em;
        border: 0 none;
        -webkit-box-shadow: none;
        -moz-box-box-shadow: none;
        box-shadow: none;
        height: auto;
        -webkit-transition: all 50ms ease-out;
        -moz-transition: all 50ms ease-out;
        -o-transition: all 50ms ease-out;
        -ms-transition: all 50ms ease-out;
        transition: all 50ms ease-out;
    }


label {
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
}

#quote-from-location-label {
    margin-top: 0;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 47px;
    border-radius: 6px;
    border: none;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        border: 1px solid #4757b9;
        border-radius: 6px;
        line-height: 45px;
        color: #93a4d7;
        font-weight: 600;
    }

.select2-container--default .select2-results__option .select2-results__option,
.select2-container--default .select2-results__option[role=group] {
    width: 100%;
}

.select2-container {
    width: 100% !important;
}

input, select {
    background: #fff;
    border-radius: 6px;
    border: 1px solid #4757b9;
    color: #93a4d7;
    font-size: 16px;
    height: 2.92308em !important;
    padding: 0 30px 0 16px;
    width: 100%;
}

#quote-button-div {
    margin-top: 22px;
}

    #quote-button-div .quote {
        color: #fff;
        background: #f55b70;
        font-family: "Signika Negative",sans-serif;
        font-size: 1.2em;
        font-weight: bold;
        text-align: center;
        line-height: .5;
        -webkit-box-shadow: 0 3px #bf1435, -5px 7px transparent;
        box-shadow: 0 3px #bf1435, -5px 7px transparent;
        height: 2.4em !important;
        border-radius: 6px;
        -webkit-transition: all 50ms ease-out;
        -moz-transition: all 50ms ease-out;
        -o-transition: all 50ms ease-out;
        -ms-transition: all 50ms ease-out;
        transition: all 50ms ease-out;
    }

    #quote-button-div .quote:active, #quote-button-div .quote:visited, #quote-button-div .quote:hover {
        background: #f4778b;
    }

#quote-from-date-box input, #quote-from-time-box input,
#quote-to-date-box input, #quote-to-time-box input {
    width: 50%;
    float: left;
    padding: 0 0 0 10px;
}

#quote-from-location-box select {
    width: 100%;
    height: 52px;
    padding: 0 0 0 10px;
}

.info {
    margin-top: 30px;
}

.info-wrap {
    display: flex;
    flex-direction: row;
    margin: 30px 5px 0 5px;
}

.flex {
    display: flex;
    flex-direction: row;
}

.textbox:first-child,
.textbox:nth-child(2),
.textbox:nth-child(3) {
    margin: 0 20px 20px 0;
}

.textbox:nth-child(4) {
    margin-bottom: 20px;
}

.textbox h2 {
    margin-bottom: 20px;
}

.textbox {
    padding: 1.5em;
    color: #333;
    background: #fff;
    text-align: center;
    font-size: 1.3em;
    border-radius: 10px;
}

    .textbox > h2 {
        font-size: 1.1em;
        font-weight: bold;
        margin-top: 0;
    }

/*Featured Locations*/
.bgcolor {
    background: #d7c9b9;
}

.top-airport {
    color: #fff;
    font-weight: bold;
    margin: 1em 0;
    text-align: center;
}

    .top-airport h3 {
        font-size: 17px;
        margin: 0;
    }

    .top-airport p {
        font-size: 14px;
        margin-bottom: 0;
    }

.book-btn {
    display: block;
    text-align: center;
    padding: 10px 20px;
    margin-top: 5px;
    background: #f55b70;
    color: #fff;
    border: 0px solid #72368d;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1;
    -webkit-transition: all 50ms ease-out;
    -moz-transition: all 50ms ease-out;
    -o-transition: all 50ms ease-out;
    -ms-transition: all 50ms ease-out;
    transition: all 50ms ease-out;
}

    .book-btn:hover {
        color: #fff;
        background: #f4778b;
        text-decoration: none;
    }

.picker--time .picker__box {
    max-height: 500px;
    overflow: scroll;
}

.picker__list {
    padding: 0.75em 0 !important;
}

.slick-prev {
    left: -10px !important;
}

.slick-next {
    right: -10px !important;
}

/*Footer*/
footer {
    border-top: solid 5px #f24d67;
    font-size: 1.7rem;
}

    footer div {
        background-color: #fff;
        color: #757575;
    }

    footer p {
        font-size: 1.5rem;
    }

    footer .logo img {
        width: 200px;
        margin: 16px 0px;
    }

    footer .pc-logo {
        height: 30px;
        margin-top: 10px;
    }

    footer .contact-us {
        margin-top: 10px;
    }


/*Media Query*/
@media (min-width: 768px) {
    .navbar-nav {
        float: right;
    }

        .navbar-nav > li > a {
            padding-top: 10px;
            padding-bottom: 10px;
        }

    .location-wrapper, .from-wrapper, .to-wrapper, .btn-wrapper {
        width: 25%; /*col-sm-6*/
    }
}

@media (min-width: 991px) and (max-width: 1042px) {
    .container-fluid.whiteback {
        padding: 0;
    }

    .nav > li {
        margin: 0 5px;
    }
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
        margin: 18px;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px 0;
    }

    .reasons {
        padding-left: 0;
        padding-right: 0;
    }

    .booking a, .nav .languages select, .powered {
        margin: 0;
    }

    .collapse.in {
        display: block !important;
    }

    .alignbottom {
        display: table;
    }

    footer .logo > img {
        float: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar .booking, .navbar .languages, .navbar .powered-warp {
        width: 32%;
        margin: 0 4px;
    }

    .navbar .powered-warp {
        font-size: 0.96em;
    }
}

@media (max-width: 767px) {
    .navbar .booking, .navbar .languages {
        width: 49%;
        margin: 0 0.5%;
        float: left;
    }

    .navbar-nav > li > a {
        padding: 10px 0;
    }

    .powered-warp {
        float: left;
        width: 100%;
        text-align: center;
    }

    #quote-button-div {
        margin-top: 10px;
    }

    .languages select {
        text-align-last: center;
        font-weight: 600;
    }

    .info .row {
        margin-left: 10px;
        margin-right: 10px;
    }

    .bottom-footer {
        text-align: center;
    }

    footer .contact-us {
        margin-top: 0;
    }

    footer .logo > img {
        margin: 10px auto 0;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .from-wrapper, .to-wrapper {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .logo > img {
        width: 175px;
    }
}

@media (max-width: 450px) {
    .navbar .booking, .navbar .languages {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        margin-bottom: 10px;
        float: none;
    }
}

@media (max-width: 325px) {
    input, select {
        padding: 0 10px;
    }

    #number-of-rooms-box {
        width: 52%;
    }

    html[lang="ru-RU"] .product-toggle li {
        height: 80px;
        font-size: 1em;
    }
}

@media only screen and (max-width: 992px) {
    .flex {
        flex-direction: column;
    }
}