body {
    background: #000;
    color: #F8F8F8;
    font-family: 'Open Sans', sans-serif;
}
.navigation {
    background: #F8F8F8;
    height:60px;
}


.menu {
    list-style-type: none;

}

.menu li {
    display: inline-block;
    width: 32%;
    text-align: center;
    padding: 10px 0;

}

.menu li a {
    display:block;
    width:100%;
    height:40px;
    color:#000;
    text-decoration:none;
    font-weight:700;
    padding-top:10px;
    font-size:24px;
    line-height:20px;
}

.menu li a:hover {
    background: #fdc903;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;

}

.logo {
    margin-top:40px;
}

.item img {
    width: 100%;
}

.banner {
    font-family: 'Roboto Condensed', sans-serif;
    border:1px solid #F8F8F8;
    margin: 55px 0 87px;
    overflow: hidden;
    position: relative;
    padding: 0 30px 24px 40px;
    -webkit-border-top-left-radius: 40px;
    -webkit-border-bottom-right-radius: 40px;
    -moz-border-radius-topleft: 40px;
    -moz-border-radius-bottomright: 40px;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.banner_title {
    overflow: hidden;
    padding-top: 19px;

    font-size: 36px;
    line-height: 38px;
    margin-bottom: 9px;
}

.banner img {
    position: relative;
    top: -1px;
    float: left;
    margin-right: 5%;
    width:30%;
}

.extra_wrapper {
    padding-top: 0px;
    overflow: hidden;
    width:65%;
}

.extra_wrapper span {
    width:100%;
    display:inline-block;
}


.color1 {
    color: #fdc903;
}

.white_contact {
    font-family: 'Roboto Condensed', sans-serif;
    position: relative;
    text-align: center;
    font-size: 47px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000;
    background-color: #F8F8F8 ;
    padding: 20px 0;
}

.white_contact span {
    padding-top: 30px;
    font-size: 36px;
    display: block;
}

.bookingForm h1 {
    margin: 30px 0;
    color: #fdc903;
}

#name , #lastname,
#origin_from, #destination_to,
#telephone, #email{
    width: 40%;
    margin-right: 4%;
    margin-bottom: 20px;
    margin-left: 4%;
}

#bookingForm fieldset {
    border: none;
    width: 100%;
    display: inline-block;
    padding: 0;
}

#bookingForm label {
    margin-right:2%;
    width: 22%;
    display:inline-block;
}

#passengers {
    width: 16%;
}

#bookingForm fieldset label {
    width: 15%;
    display: inline-block;
    margin-left: 4%;
}

#time, #date , #adult, #kids {
    width: 23%;
    margin-bottom: 20px;
    margin-right: 4%;
}

#bookingForm textarea {
    width: 88.3%;
    margin-left: 4%;
    margin-right: 4%;
    height:150px;
}

#bookingForm input,
#bookingForm textarea {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border:1px solid silver;
    background: #000;
    padding:1%;
}

#relation {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    width: 40%;
    margin-right: 4%;
    margin-bottom: 20px;
    margin-left: 4%;
    border: 1px solid silver;
    background: #000;
    padding: 1%;
    color:silver;
}

#passengers_label {
    width: 20%;
    margin-right: 4%;
    margin-bottom: 20px;
    margin-left: 4%;
}

#bookingForm input:focus,
#bookingForm textarea:focus,
#bookingForm select:focus {

    outline-color: #fdc903;
}

#bookingForm #submit {
    width: 30%;
    margin: 2% 34%;
}

#bookingForm #submit:hover {
    color:#fdc903;
    border-color:#fdc903;

}

.footer {

    background-color: #F8F8F8 ;
    color:#000;
}

.footerInfo {
    margin:30px 0;
}

.legal_info {
    display:none;

}

.more_info {
    margin-top: 10px;
    font-style: italic;
    cursor: pointer;
}

.vehicles {
    margin-bottom:40px;
}
.vehicles img {
  width:100%;
    max-width:360px;
}

.twitter,
.facebook,
.gplus {
    width:58px;
    height:58px;
    display: inline-block;
    margin-top: 63px;
    margin-left: 20px;
    cursor: pointer;
}

.twitter {
    background: url('../images/twitter.png');
}
.twitter:hover {
    background: url('../images/twitter_hover.png');
}

.facebook {
    background: url('../images/facebook.png');
}
.facebook:hover {
    background: url('../images/facebook_hover.png');
}


.gplus {
    background: url('../images/gplus.png');
}
.gplus:hover {
    background: url('../images/gplus_hover.png');
}



.mobile_nav {
    display:none;
    cursor: pointer;
}

.overlay {
    width:100%;
    height:100%;
    opacity: 0.8;
    background:#000;
    position:fixed;
    z-index:999;
}

.popup {
    padding: 30px;
    background: #fff;
    z-index: 1000;
    position: fixed;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 320px;
    height: 200px;
    color: #000;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
}

.ok_button {
    color: #000;
    position: absolute;
    z-index: 1001;
    width: 88px;
    border: 1px solid black;
    padding: 3px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    left: 34%;
    top: 63%;
    cursor: pointer;
}

.ok_button:hover  {
    background: #fdc903;
}

@media (max-width:992px) {
    .banner {
        margin: 10px 0 15px;
    }
    .banner img {
        margin-right: 17px;
        width:auto;
    }

    .extra_wrapper {
        padding-top: 33px;
        width:auto;
    }

    .extra_wrapper span {
        width:auto;

    }


}



@media (max-width:760px) {
    .banner img {
        margin-right: 17px;
        width:auto;
    }

    .extra_wrapper {
        padding-top: 33px;
        width:auto;
    }

}

@media (max-width:480px) {
    .logo img {
        width:100%;
    }

    .banner img {
        margin-right: 5%;
        width:30%;
    }

    .extra_wrapper {
        padding-top: 0px;
        width:65%;
    }

    .mobile_nav {
        display: block;
        color: black;
        font-weight: 700;
        font-size: 1.5em;
        padding:15px;
        text-align: center;
    }

    .mobile_nav img {
        margin-top: -5px;
        margin-left: 10px;
    }

    .menu {
        display:none;
        position: absolute;
        background:#F8F8F8;
        width: 100%;
        left: 0;
        padding:0;
        z-index:10;
        -webkit-border-bottom-right-radius: 20px;
        -webkit-border-bottom-left-radius: 20px;
        -moz-border-radius-bottomright: 20px;
        -moz-border-radius-bottomleft: 20px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    .menu li {
        width: 90%;
        margin-left: 5%;
    }

    .white_contact {
        font-size: 26px;
    }

    .white_contact span {
        padding-top: 12px;
        font-size: 24px;
    }

    #relation {
        width:89%;
    }

    #bookingForm label {
        width: 89%;
        margin-right: 4% !important;
        margin-bottom: 10px;
        margin-left: 4%;
    }

    #passengers {
        margin-left: 4%;
        width: 89%;
        margin-bottom: 20px;

    }

    #bookingForm fieldset label {
        width: 40%;

    }

    #time, #date, #adult, #kids {
        width: 44.5%;
    }

    #name, #lastname, #origin_from, #destination_to, #telephone, #email {
        width: 89%;
    }

    .bookingForm h1 {
        font-size:28px;
    }
}