/* latin-ext */
@font-face {
    font-family: 'Molengo';
    font-style: normal;
    font-weight: 400;
    src: local('Molengo'), local('Molengo-Regular'), url(https://fonts.gstatic.com/s/molengo/v7/LLqzi2QjRP17rseSSfDGKvY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Molengo';
    font-style: normal;
    font-weight: 400;
    src: local('Molengo'), local('Molengo-Regular'), url(https://fonts.gstatic.com/s/molengo/v7/pqkjY4KeO1LHeSjFqV3Zsg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

html, body {
    margin: 0;
    font-family: 'Molengo', sans-serif;
    font-size: 13px;
    background-color: #f7f7f7;
}

main, html ,body {
    height: 100%;
    width: 100%;
}

h1, h2, h4, h5, h6 {
    margin: 0;
}

h3 {
    margin: 20px 0;
}

select:hover,
#AIRPORTS:hover,
#KIDS:hover
{
    cursor: pointer;
}

li {
    list-style-type: none;
    padding-left: -15px;
    padding-top: 3px;
}

ul {
    padding-left: 0;
}

.form-control:focus {
    box-shadow: none;
}


.text-normal {
    font-weight: normal;
}

.warning {
    color: red;
    display: none;
    padding: 20px;
}

#multipleSpan {
    width: 0;
}

#apply {
    margin-bottom: 2px;
}

.btn-v {
    border-radius: 3px;
    text-transform: uppercase;
    padding: 5px 15px;
    text-align: center;
    font-weight: bold;
    width: 100%;
    border: 1px solid;
}

.btn-color {
    background: #49A4FD;
    border-color: #49A4FD;
    color: white;
}

.btn-color-reverse {
    background: #ffffff;
    border-color: #49A4FD;
    color: #49A4FD;
}

#plusButton {
    width: 20%;
    float: left;
    margin-right: 10%;
}

#minusButton {
    width: 20%;
    float: left;
    margin-left: 10%;
}

#more-filter-button {
    width: auto;
}

/*  Airport multiple selectbox for small devices  */
#RW_select {
    display: none;
}
/*  <<END>> Airport multiple selectbox for small devices */

.modal {
    left: 50%;
    transform: translate(-50%,0);
}

.modal-content {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.modal-footer {
    border: 0;
}

/*  Airport Modal  */
#airportModal {
    width: 100%;
}

#airportModal .modal-dialog {
    width: 750px;
}

#airportModal .modal-content h2 {
    padding: 10px 0 10px 15px;
}
/*  <<END>> Airport Modal  */



/*  KIDS MODAL  */
#kidsModal {
    width: 100%;
    height: 100%;
}

#kidsModal .modal-dialog{
    width: 260px;
    top: 10%;
    margin: 0 auto;
}

#kidsModal .form-control:focus {
    border-color: #ccc;
}

#kidsAgeInput {
    width: 40%;
    float: left;
    text-align: center;
}

#kidsAgeInput:hover {
    cursor: default;
}

#age1, #age3  {
    width: 45%;
    float: left;
    margin-right: 10%;
}

#age3 {
    margin-top: 5px;
}

#age2, #age4 {
    width: 45%;
    float: left;
}

#age1,#age2,#age3,#age4 {
    display: none;
}

.age-mod {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#form-select {
    margin-top: 25%;
}
/*  <<END>> KIDS MODAL  */


/*  Navigation Bar  */
.navbar {
    margin-bottom: 0;
}

.navbar-nav {
    margin: 0;
}

#navbarWrapper {
    background-color: #1F93FF;
}

#navbarWrapper {
    border-radius: 5px 5px 0 0;
    height: 50px;
    padding-left: 15px;
}

#navbarWrapper li.active span  {
    color: #1F93FF;
}

#navbarWrapper li.active a  {
    background-color: #ffffff;
}

#navbarWrapper a {
    height: 100%;
}

#navbarWrapper li {
    float: left;
}

#searchNav {
    border-style: none;
}

nav li {
    width: 50px;
    height: 50px;
    padding: 0;
    border-left: 1px solid white !important;

}

#li-border {
    width: 1px;
}

nav span {
    color: #ffffff;
}
/*  <<END>> Navigation Bar  */


 /* Searchform */
#search {
    background-color: white;
}

#searchform .container .row .fa {
    position: absolute;
    display: none;
    right: 4%;
    top: 50%;
    -webkit-transform: translate(-4%, -50%);
    -moz-transform: translate(-4%, -50%);
    -ms-transform: translate(-4%, -50%);
    -o-transform: translate(-4%, -50%);
    transform: translate(-4%, -50%);
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 2;
}

#searchform .container .row select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#searchform .container .row .input-group {
    width: 100% ;
}

#searchform .container .row .form-control {
    padding-right: 30px;
    padding-left: 10px;
    border: solid 1px #D2D2D2;
    font-size: 0.9em;
    width: 100%;
    height: 30px;
    background-color: white;
    border-radius: 4px;
    z-index: 1;
}

#searchform #more-filter-button-div {
    margin-bottom: 15px;
}

#multipleButton {
    display: none;
}

/* <<END>> Searchfrom */




/*@media (min-width: 1200px) {

}


@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 991px) {

}*/

@media (max-width: 767px) {

    h1 {
        display: none;
    }

    h2 {
        font-size: 1em;
        margin-top: 0;
        padding-top: 25px;
    }

    #RW_select {
        display: block;
        width: 100% !important;
    }

    #multipleButton {
        width: 100%;
        height: 30px;
        display: block !important;
    }

    #multipleSpan .btn-color-reverse {
        border-color: #D2D2D2 !important;
        display: block !important;
        margin-left: 1px;
    }

    #multipleButton .fa {
        right: 20% !important;
        display: block !important;
    }

    #AIRPORTS {
        display: none;
    }

    #kidsModal {
        width: 100%;
    }

    #kidsModal .modal-dialog {
        top: 10%;
        margin: 0 auto;
    }

    #airportModal {
        display: none;
    }

    #airportModal .modal-dialog {
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 304px) {

    #kidsModal {
        padding-right: 0!important;
    }

   #kidsModal .modal-dialog {
       width: 100%;
       margin: 0;
   }

}

