@font-face {
    font-family: roboto;
    src: url(fonts/Roboto-Regular.ttf);
}

body {
    font-family: roboto;
}

a:hover {
    text-decoration: none;
}

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

.uberMain {
    display: block;
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
}

#uberNavbar {
    border-radius: 0;
    background-color: #282828;
    border-color: #282828;
    margin-bottom: 0;
}

#uberNavbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

#uberNavbar .navbar-collapse {
    text-align: center;
}

#uberNavbar .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    padding: 20px 20px;
}

#uberNavbar .navbar-nav > li > a:hover {
    color: #f6821f;
}

#uberNavbar .navbar-nav > .activeRed > a {
    color: #f6821f;
}

.logo {
    width: 175px;
}

.whiteNav {
    text-align: center;
    background: #fff;
    color: #000;
}

.whiteInfo {
    margin-top: 25px;
    height: 60px;
}
.logoSection {
    margin-top: 20px;
}
a.social-item {
    margin-left: 5px;
}
.whiteInfo a {
    color: #f6821f;
    text-decoration: none;
}
.whiteInfo a:focus, .whiteInfo a:hover {
    color: #f6821f;
    text-decoration: none;
}

.addressNav {
    font-size: 17px;
}

.inputSearch {
    width: 250px;
    position: relative;
}

.searchCar {
    background-color: #1B1B1B;
    padding: 25px;
    text-align: center;
}

.searchBtn {
    background: #f6821f;
    color: #fff;
    outline: 0;
    border: none;
    width: 150px;
    padding: 8px 15px;
    margin-top: 15px;
}

.searchBtn:hover {
    background: #a02522;
}

.mySelect {
    display: block;
    margin: 15px 0;
    width: 100%;
    padding: 8px 10px;
    border: none;
    background: #333333;
    color: #fff;
    outline: 0;
}

.searchNav {
    color: #fff;
    width: 100%;
    outline: 0;
    background: transparent;
    border: 1px solid red;
    padding: 5px 10px;
}

.searchIcon {
    position: absolute;
    top: 8px;
    right: 8px;
}

.backTitle {
    text-transform: uppercase;
    color: #bb2a26;
    font-size: 40px;
}

.learnBtn {
    background: #1B1B1B;
    color: #fff;
    text-transform: uppercase;
    outline: 0;
    border: none;
    width: 150px;
    padding: 10px 15px;
    margin: 15px 0;
}

.learnBtn:hover {
    background: #101010;
}

.carTitle {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
}

.backText {
    color: #1B1B1B;
    font-size: 15px;
    line-height: 25px;
}

.blackBack {
    background-color: #fff;
    position: relative;
    text-align: center;
    padding: 30px 0;
}

.line-white {
    width: 45%;
    height: 2px;
    margin: 0 auto;
    background: linear-gradient(to right, #000, #bb2a26);
}

.mainTitle {
    color: #000;
    text-transform: uppercase;
    font-size: 25px;
    position: absolute;
    right: 0;
    left: 0;
    top: 20px;
    background: #fff;
    width: 25%;
    margin: 0 auto;
}

#aboutUs {
    text-align: center;
    padding: 50px 0;
}

.carImg {
    width: 100%;
}

.carImg:hover {
    opacity: 0.8;
}

.carCnt {
    position: relative;
    margin: 15px 0;
}

.carPrice {
    text-align: left;
    font-size: 19px;
    font-weight: 600;
    color: #1b1b1b;
}

#cars {
    text-align: center;
    min-height: 500px;
}

.allBtn {
    background: #282828;
    text-transform: uppercase;
    outline: 0;
    border: none;
    padding: 10px 20px;
    margin: 35px 0;
}

.allBtn a {
    color: #fff;
}

.allBtn:hover {
    background: #101010;
}

.carName {
    text-align: left;
    font-size: 15px;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.seeMore {
    text-align: left;
}

.seeMore a {
    color: #bb2a26;
    text-decoration: underline;
}

.seeMore a:hover {
    color: #8f0a06;
}

.preview {
    width: 100%;
    cursor: pointer;
}

.preview:hover {
    opacity: 0.8;
}

.bigImg {
    padding: 0 15px;
    width: 100%;
}

.centeredColumn {
    float: none;
    margin: 0 auto;
}

.margin {
    margin-bottom: 150px;
}

.fourImages {
    margin: 30px 0;
}

.carContent {
    padding: 50px 0;
}

.leftBorder {
    margin: 15px;
    padding: 0 15px;
    border-left: 2px solid #f6821f;
}

.carInf {
    font-weight: 600;
    color: #000;
}

.aboutCar {
    color: #000;
}

.carsTextes {
    padding: 0 15px;
    margin: 25px 0;
}

.redListed {
    list-style: none;
    padding-left: 0;
}

.redCheck {
    background-color: #f6821f;
    color: #fff !important;
    border-radius: 50%;
    padding: 3px;
    margin-right: 5px;
}

.redListed li {
    margin: 10px 0;
    color: #000;
}

.noPadding {
    padding: 10px 0;
}

.redPrice {
    width: 100%;
    background: #f6821f;
    color: #fff;
    padding: 10px 25px;
}

.oldPrice {
    float: left;
    margin-bottom: 0;
    font-size: 18px;
}

.newPrice {
    float: right;
    margin-bottom: 0;
    font-size: 18px;
}

.redPrice:after {
    content: "";
    display: table;
    clear: both;
}

.myTable {
    width: 100%;
}

.myTable td {
    float: right;
    font-size: 15px;
    color: #000;
}

.myTable th {
    color: #505050;
    font-weight: 100;
    font-size: 15px;
}

.myTable tr {
    line-height: 30px;
}

.grayInfo {
    background: #EEEEEE;
    padding: 15px;
}

.buyBtn {
    padding: 10px;
    display: block;
    width: 100%;
    text-align: center;
    background-color: #282828;
    border: none;
    outline: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
}

.buyBtn a {
    color: #fff;
}

.buyBtn:hover {
    background-color: #1c1c1c;
}

.mainFooter {
    padding: 25px 0;
    background: #161616;
    text-align: center;
}

.footerListed {
    margin: 15px 0;
}

.footerListed li {
    list-style-type: none;
    padding: 3px 5px;
}

.footerListed li a {
    color: #fff;
    text-transform: uppercase;
}

.socialListed li {
    display: inline;
    margin: 0 10px;
}

.socialListed li > a > i {
    background: #f6821f;
    padding: 10px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    color: #fff;
}

.socialListed li > a > i:hover {
    background: #9a1916;
}

.redIcon {
    color: #f6821f;
    margin: 0 5px;
    font-size: 17px !important;
}

.fixed {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
}

.copyrightText {
    margin-bottom: 0;
}

.whiteFooter {
    padding: 15px 0;
    text-align: center;
    font-size: 12px;
}

.copyrightText a {
    font-weight: 700;
    color: #f6821f;
}

.searchContent {
    width: 90%;
    margin: 15px auto;
    background-color: #1B1B1B;
    padding: 15px;
    text-align: center;
}

.searchCars {
    padding: 50px 0;
}

.contactInput {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin: 8px 0;
    outline: 0;
}

.contactContent {
    text-align: center;
    padding-bottom: 50px;
}

.message {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin: 8px 0;
    outline: 0;
    height: 200px;
    resize: none;
}

.totalContent {
    background-color: #e2e1e1;
    padding: 15px;
}

.cartContent {
    padding: 50px 0;
}

.cartTitle {
    text-align: center;
    color: #000;
}

.leftPrice {
    float: left;
}

.rightPrice {
    float: right;
}

.totalPrices:after {
    content: "";
    display: table;
    clear: both;
}

.greyLine {
    width: 100%;
    height: 1px;
    background-color: #ababab;
    margin: 15px 0;
}

.leftTotal {
    float: left;
    color: #BB2A26;
    font-weight: 600;
    font-size: 18px;
}

.rightTotal {
    float: right;
    color: #BB2A26;
    font-weight: 600;
    font-size: 18px;
}

.tableCart {
    width: 100%;
}

.cartImg {
    width: 80px;
    margin: 5px 0;
}

.tableCart .bordeBottom {
    border-bottom: 1px solid #ababab;
}

.tableCart tr {
    line-height: 30px;
}

.tableCart th {
    font-size: 15px;
    color: #000;
}

.tableCart td {
    color: #000;
}

.deleteIcon {
    color: #bb2a26;
    cursor: pointer;
}

/* Try babe */
.main-cars {
    padding: 50px 0;
}

.car-types {
    width: 18%;
    float: left;
    min-height: 100px;
    margin: 0 1%;
    text-align: center;
}

.black-cars {
    text-align: center;
    background: #282828;
    padding: 10px 0;
}

.black-inside {
    position: relative;
    margin-top: 30px;
}

.car-img {
    width: 100%;
}

.black-inside:hover .car-hover {
    display: block;
}

.car-hover {
    display: none;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.car-text {
    color: #fff;
    font-size: 17px;
    padding: 30px 0 0;
}

.see-button {
    margin: 15px auto;
    width: 50%;
    padding: 5px 20px;
    border: 2px solid #bb2a26;
    border-radius: 5px;
    background: #fff;
    font-weight: 700;
    color: #000;
    display: block;
}

.see-button a {
    color: #bb2a26;
}

.see-button:hover {
    border-color: #a02522;
}

.carsLittle .main-text {
    font-size: 14px;
    color: #000;
}

.carsLittle {
    margin-bottom: 35px;
}

.reserveText {
    font-size: 20px;
    color: #000;
    margin: 10px 0 30px;
}

.reserveContent {
    text-align: center;
    padding-bottom: 50px;
}

.available {
    position: absolute;
    top: 0;
    background-color: #f6821fde;
    width: auto;
    text-align: center;
    color: #fff;
    padding: 5px;
}

.carModel {
    margin-top: 45px;
    border: 1px solid #eee;
    text-align: center;
    border-bottom: none;
}

.modelImg {
    width: 50px;
    padding: 15px 0;
}

.serviceText {
    color: #000;
    margin: 15px 0;
}

.sliderImg {
    width: 100%;
}

.icon-right {
    position: absolute;
    top: 50%;
    right: 4%;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50%;
    z-index: 9;
    color: #f68338;
    font-size: 40px !important;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}

.icon-right-small {
    position: absolute;
    top: 50%;
    right: 4%;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50%;
    z-index: 9;
    color: #f68338;
    font-size: 40px !important;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}

.icon-left {
    position: absolute;
    top: 50%;
    left: 4%;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50%;
    z-index: 9;
    color: #f68338;
    font-size: 40px !important;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}

.icon-left-small {
    position: absolute;
    top: 50%;
    left: 4%;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50%;
    z-index: 9;
    color: #f68338;
    font-size: 40px !important;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}

.lang {
    font-size: 16px;
    color: #7b7b7b;
    cursor: pointer;
    font-weight: 600;
}

.lang:hover {
    color: #bb2a26;
}

.map {
    margin: 25px 0;
}

.lang-red, .lang-red > a {
    color: #ea1b24;
}

.lang-blue, .lang-blue > a {
    color: #1f0e7f;
}

.lang-orange, .lang-orange > a {
    color: #f6821f;
}

.fb-icon {
    background: #6c7ab7;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
}

.sendTitle {
    font-size: 20px;
    margin: 15px 0 30px;
}

.langs {
    display: inline;
    margin: 0 0 0 20px;
}

.redFb {
    background: #3b5998;
    padding: 5px 8px;
    color: #fff;
    border-radius: 3px;
}

.col-centered {
    padding: 0 25px;
    float: none;
    margin: 0 auto;
}

.terms-text a {
    text-decoration: underline;
}

.terms-listed li {
    margin: 10px 0;
}

#terms {
    margin-bottom: 50px;
}

.terms-content {
    margin: 15px 0;
}

.terms-text {
    margin: 0 5px;
}

.additional-listed {
    padding-left: 15px;
    list-style: none;
}

.additional-listed li {
    font-size: 16px;
    margin: 10px 0;
}

.total-price {
    font-size: 18px;
    font-weight: 700;
    margin: 20px 15px;
    color: #f6821f;
}

.additional-info {
    margin-top: 15px;
    border: 1px solid #cfcdcd;
}

.additional-title {
    color: #000;
    margin: 20px 0 20px 15px;
}

.book-btn {
    display: block;
    background-color: #282828;
    padding: 10px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

.book-btn a {
    color: #fff;
}

.book-btn:hover {
    background-color: #f6821f;
}

.button-cnt {
    text-align: center;
    margin: 15px 0;
}

.pick-cnt, .drop-cnt {
    display: flex;
    margin: 15px;
}

.pick-select {
    padding: 10px 15px;
    border-radius: 5px;
    background: #BB2A26;
    color: #fff;
    border: none;
    outline: 0;
}

.left-pick {
    width: 40%;
}

.right-pick {
    width: 60%;
}

.book-now-btn {
    margin: 30px auto 5px;
    width: 50%;
    display: block;
    background-color: #f6821f;
    padding: 10px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

.book-now-btn a {
    color: #fff;
}

.book-now-btn:hover {
    background-color: #BB2A26;
}

.pick-title, .drop-title {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.modal-title {
    color: #000;
    font-size: 20px;
}

/*jnjel*/
.marginik {
    margin-bottom: 200px;
}

.office-cnt, .drive-cnt, .attach-cnt, .dte-cnt {
    margin: 10px 0;
}

.choose-address {
    width: 48%;
    border: 1px solid #c9c9c9;
    padding: 8px;
    outline: 0;
}

.locations {
    border: 1px solid #c9c9c9;
    padding: 8px;
    outline: 0;
}

.easy-input, .date-input {
    border: 1px solid #c9c9c9;
    padding: 8px;
    outline: 0;
}

.apartment-date-input {
    border: 1px solid #c9c9c9;
    padding: 8px;
    outline: 0;
}

.easy-file {
    float: right;
}

.attach-cnt div {
    margin: 15px 0;
}

.message-place {
    resize: none;
    width: 97%;
    height: 130px;
    border: 1px solid #c9c9c9;
    padding: 8px;
}

.booking-btn {
    text-align: center;
    margin: 35px auto 55px;
}

.form-title {
    text-align: center;
    font-size: 25px;
    color: #000;
    margin: 30px 0 45px;
    text-transform: uppercase;
}

.res-title {
    color: #000;
    margin-bottom: 15px;
}

.modal-body {
    text-align: center;
}

select#children, select#tour-children {
    border: 1px solid #c9c9c9;
    padding: 8px;
    outline: 0;
}

select#adults,select#tour-adults {
    border: 1px solid #c9c9c9;
    padding: 8px;
    outline: 0;
}

.apartment-short {
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    color: #1b1b1b;
    margin-bottom: 10px;
}

span.apartment-floor {
    margin-left: 5%;
}

.apartment-info {
    min-height: 72px;
}

#apartment-section {
    padding: 50px;
    text-align: center;
}

img.apartmentImg {
    height: 150px;
    width: 100%;
}

.guide-starting-time, .tour-starting-time, .guide-ending-time, .tour-ending-time {
    border: 1px solid #c9c9c9;
    padding: 8px;
    outline: 0;
}

label.add-option.car-extra-service-label {
    cursor: pointer;
}

label.add-option {
    cursor: pointer;
}

select#currencies {
    margin-top: 7px;
    border: none;
    padding: 13px 28px 10px 10px;
    background: #282828;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    line-height: 1.2em;
    transition: .3s;
    cursor: pointer;
    color: #ffffff;
}

/*Social Shares*/
.check-box {
    float: left;
}

/*buttons styles start*/
.btn-black {
    background-color: #000000;
    color: #ffffff;
}

.btn-black:hover {
    color: #ffffff;
    background-color: #f6821f;
}

/*buttons styles end*/
.center {
    margin-top: 25px;
}

span.searchBtn {
    /*margin-left: 7%;*/
    cursor: pointer;
}

.attach-cnt label {
    cursor: pointer;
    display: contents;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
}
.alert-success{
    margin-top: 50px;
}

.plus {
    display: inline-block;
    width: 48%;
    border: 1px solid #c9c9c9;
    padding-left: 5px;
}

.alert-success {
    color: #282828;
    background-color: #f6821fbf;
    border-color: #f6821fbf;
}
#notfound {
    position: relative;
    height: 60vh;
}

#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound {
    max-width: 520px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
}

.notfound .notfound-404 {
    position: relative;
    height: 200px;
    margin: 0px auto 20px;
    z-index: -1;
}

.notfound .notfound-404 h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 236px;
    font-weight: 200;
    margin: 0px;
    color: #211b19;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: 20%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound .notfound-404 h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    color: #211b19;
    background: #fff;
    padding: 10px 5px;
    margin: auto;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
}

.notfound a {
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    padding: 13px 23px;
    background: #ff6300;
    font-size: 18px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.notfound a:hover {
    color: #ff6300;
    background: #211b19;
}

@media only screen and (max-width: 767px) {
    .notfound .notfound-404 h1 {
        font-size: 148px;
    }
}

@media only screen and (max-width: 480px) {
    .notfound .notfound-404 {
        height: 148px;
        margin: 0px auto 10px;
    }
    .notfound .notfound-404 h1 {
        font-size: 86px;
    }
    .notfound .notfound-404 h2 {
        font-size: 16px;
    }
    .notfound a {
        padding: 7px 15px;
        font-size: 14px;
    }
}
/*Dropdown menu*/
ul.dropdown-menu {
    background-color: #282828;
}
.dropdown-menu>li>a {
    color: #ffffff;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: #f6821f;
}
li.nav-header {
    color: #f6821f;
    margin-left: 10px;
}
.dropdown:hover .dropdown-content {
    display: block;
}
img.preview {
    height: 150px;
    margin: 5px;
}
img.sliderTopImg {
    height: 450px;
}

#return-to-top {
    position: fixed;
    bottom: 85px;
    right: 20px;
    background: rgb(232, 130, 42);
    width: 60px;
    height: 60px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 22px;
    top: 20px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgb(241, 115, 11);
}
#return-to-top:hover i {
    color: #fff;
    top: 10px;
}
div.short-info-section {
    font-family: "Hiatus";
    font-size: 36px;
    color: #f6821f;
    font-weight: 600;
    text-align: right;
    margin-bottom: 20px;
}
h4.privileges {
    color: #e8822a;
    font-weight: 600;
    text-transform: uppercase;
}
/*Pagination*/
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #ffffff;
    cursor: default;
    background-color: #f6821f;
    border-color: #f6821f;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #1e00df;
    background-color: #f6821f;
    border-color: #f6821f;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #f6821f;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #f6821f;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #f6821f;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ffd4b0;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #ffffff;
    background-color: #f6821f;
    border-color: #f6821f;
}




