@charset "UTF-8";

@font-face {
  font-family: "bimbimbikes";
  src:url("../fonts/bimbimbikes.eot");
  src:url("../fonts/bimbimbikes.eot?#iefix") format("embedded-opentype"),
    url("../fonts/bimbimbikes.woff") format("woff"),
    url("../fonts/bimbimbikes.ttf") format("truetype"),
    url("../fonts/bimbimbikes.svg#bimbimbikes") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "bimbimbikes" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "bimbimbikes" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-vallet:before {
  content: "\61";
}
.icon-truck:before {
  content: "\63";
}
.icon-book:before {
  content: "\64";
}
.icon-vcard:before {
  content: "\62";
}
.icon-calendar:before {
  content: "\65";
}
.icon-info:before {
  content: "\66";
}
.icon-talk:before {
  content: "\68";
}
.icon-clock:before {
  content: "\69";
}
.icon-alert:before {
  content: "\67";
}
.icon-lock:before {
  content: "\6b";
}
.icon-check:before {
  content: "\6c";
}
.icon-filter:before {
  content: "\6d";
}
.icon-eye-slash:before {
  content: "\6e";
}
.icon-eye:before {
  content: "\6f";
}
.icon-search:before {
  content: "\70";
}
.icon-location:before {
  content: "\6a";
}
.icon-arrow-down:before {
  content: "\71";
}
.icon-arrow-up:before {
  content: "\72";
}
.icon-facebook:before {
  content: "\73";
}
.icon-twitter:before {
  content: "\74";
}
.icon-google-plus:before {
  content: "\75";
}
.icon-instagram:before {
  content: "\76";
}
.icon-youtube:before {
  content: "\77";
}
.icon-pinterest:before {
  content: "\78";
}
.icon-compose:before {
  content: "\7a";
}
.icon-home:before {
  content: "\79";
}
.icon-earth:before {
  content: "\42";
}
.icon-mail:before {
  content: "\41";
}
.icon-user:before {
  content: "\43";
}
.icon-question:before {
  content: "\46";
}
.icon-map:before {
  content: "\44";
}
.icon-list:before {
  content: "\45";
}
.icon-cross:before {
  content: "\47";
}
.icon-sliders:before {
  content: "\48";
}



/*****************************************************************************************************/
/********************************************** General **********************************************/
/*****************************************************************************************************/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html, body {
    height: 100%;
}
body {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.846;
    color: #787878;
    background-color: #f8f8f8;
}
@media (max-width: 991px) {

        body.noscroll {
            overflow: hidden;
        }
        .pagewrapper {
            
            &:after {
                display:block;
                opacity:0.9;
            }
        }

}
body {
    scrollbar-base-color: rgba(66, 51, 56, 0.9);
    scrollbar-3dlight-color: #ff0000;
    scrollbar-highlight-color: rgba(66, 51, 56, 0.9);
    scrollbar-track-color: #ddd;
    scrollbar-arrow-color: rgba(66, 51, 56, 0.9);
    scrollbar-shadow-color: rgba(66, 51, 56, 0.9);
    scrollbar-dark-shadow-color: rgba(66, 51, 56, 0.9);
    scrollbar-width: 5;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
}
::-webkit-scrollbar-track {
    background-color: #ddd;
    border-radius: 0;
}
::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgba(66, 51, 56, 0.9);
}
h1, h2, h3, h4, h5, h6 {
    color: #423338;
    font-size: 14px;
}
a {
    color: #ffa405;
    text-decoration: none;
}
a, .btn {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 2px !important;
}

#place_order,
#submit-button,
.submit-btn,
#place_order:focus,
#submit-button:focus,
.submit-btn:focus {
    background-color: #54b431 !important;
    border-color: #458f00 !important;
    color:#fff !important;;
    border-radius: 2px;
    box-shadow: inset  0 -3px 0 #458f00;
    outline:none;
}
#place_order:hover,
#submit-button:hover,
.submit-btn:hover {
}

.modal-content {
    border-radius: 0;
}
input, select {
    background: #fff;
}
input[type=checkbox], input[type=radio] {
    opacity: 0;
    position: absolute;
    z-index: 1;
    width: 20px;
    height: 20px;
}

/* Disable outline when clicked*/
input[type=checkbox]:checked, input[type=radio]:checked, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: none !important;
}
input[type=checkbox]+.lbl, input[type=radio]+.lbl {
    position: relative;
    z-index: 11;
    display: inline-block;
    margin: 0;
    line-height: 20px;
    min-height: 14px;
    min-width: 14px;
    font-weight: normal;
}
input[type=checkbox]+.lbl.padding-16:before, input[type=radio]+.lbl.padding-16:before {
    margin-right: 16px;
}
input[type=checkbox]+.lbl.padding-12:before, input[type=radio]+.lbl.padding-12:before {
    margin-right: 12px;
}
input[type=checkbox]+.lbl.padding-8:before, input[type=radio]+.lbl.padding-8:before {
    margin-right: 8px;
}
input[type=checkbox]+.lbl.padding-4::before, input[type=radio]+.lbl.padding-4:before {
    margin-right: 4px;
}
input[type=checkbox]+.lbl.padding-0:before, input[type=radio]+.lbl.padding-0:before {
    margin-right: 0px;
}

/* Basic Checkbox styles */
input[type=checkbox]+.lbl:before, input[type=radio]+.lbl:before {
    font-family: fontAwesome;
    font-weight: normal;
    font-size: 12px;
    color: #ffa405;
    content: "\a0";
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    height: 20px;
    line-height: 18px;
    width: 20px;
    margin-right: 1px;
    margin-top: -2px;
}

/* Checked state styles */
input[type=checkbox]:checked+.lbl:before, input[type=radio]:checked+.lbl:before {
    display: inline-block;
    content: '\f00c';
    background-color: #fff;
    border: 1px solid rgba(66, 51, 56, 0.3);
}

/* Hover state styles */
input[type=checkbox]:hover+.lbl:before, input[type=radio]:hover+.lbl:before, input[type=checkbox]+.lbl:hover::before, input[type=radio]+.lbl:hover::before {
    border: 1px solid rgba(66, 51, 56, 0.6);
}

/* Shadow when checked or Active */
input[type=checkbox]:active+.lbl:before, input[type=radio]:active+.lbl:before, input[type=checkbox]:checked:active+.lbl:before, input[type=radio]:checked:active+.lbl:before {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

/* Disabled state styles */
input[type=checkbox]:disabled+.lbl:before, input[type=radio]:disabled+.lbl:before, input[type=checkbox][disabled]+.lbl:before, input[type=radio][disabled]+.lbl:before, input[type=checkbox].disabled+.lbl:before, input[type=radio].disabled+.lbl:before {
    background-color: #DDD !important;
    border-color: #CCC !important;
    box-shadow: none !important;
    color: #BBB;
}

/* Styles for Radio button */
input[type=radio]+.lbl:before {
    border-radius: 32px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 36px;
}
input[type=radio]:checked+.lbl:before {
    content: "\2022";
}
input[type=radio]+.lbl i {
    color: #ccc;
    font-size: 18px;
}
input[type=radio]:checked+.lbl i {
    color: #63585c;
}
label {
    font-weight: 500;
}
.table > thead > tr > th {
    color: #63585c;
    text-transform: uppercase;
    vertical-align: bottom;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border: none;
    background: url(../images/dotted-hline.png) repeat-x 0 bottom;
}
.form-control {
    background-color: #fff;
    color: #63585c;
    border-radius: 2px !important;
    height: 38px;
    border: 1px solid #ddd;
    width: 100%;
    margin-top: 2px;
}
.form-control.datepicker {
    background-color: #fff;
    color: #63585c;
    border-radius: 2px;
    height: 38px;
    border: 1px solid #ddd;
    width: 100%;
    margin-top: 0;
}
.form-control.datepicker {
    padding-left: 12px;
}
.form-control:focus, .form-control.datepicker:focus {
    border-color: #ffa405;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 164, 5, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 164, 5, .6);
}

.btn {
    border-radius: 2px;
    font-size: 14px;
}
.btn-lg, .btn-group-lg > .btn {
    border-radius: 2px;
    padding: 8px 16px;
    font-weight: 500;
}
.btn .glyphicon {
    position: relative;
    top: 0;
    margin-left: 10px;
}
.btn-default {
    background-color: #ffa405;
    border-color: #ffa405;
    color: #63585c;
    border-radius: 2px;
    width: 100%;
    text-transform: uppercase;
    padding: 8px 12px;
}
.btn-default:hover {
    background-color: #63585c;
    border-color: #63585c;
    color: #ffa405;
}
.btn-primary {
    background: #ffa405;
    border-color: #ffa405;
    text-transform: uppercase;
    color: #63585c;
    font-weight: 500;
    border-radius: 2px;
}
.btn-primary .glyphicon {
    font-size: 10px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #ff5313;
    border-color: #ff5313;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
}
.dropdown-menu {
    border: 1px solid #d5d5d5;
    border-radius: 2px;
    min-width: 125px;
}
.dropdown-menu > li > a {
    padding: 5px 10px !important;
}
.dropdown-menu > li > a img {
    margin-right: 5px;
    position: relative;
    top: -1px;
}
.fa-star, .fa-star-half {
    color: #fbcd7e;
    position: relative;
    z-index: 5;
}
.star-half {
    margin-right: 6px;
}
.star-passive {
    color: #ccc;
    position: absolute;
    right: -6px;
    z-index: -1;
}
.empty-star {
    color: #ccc;
}
.slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-handle {
    width: 15px;
    height: 15px;
    background-color: #63585c;
    border-color: #63585c;
    -webkit-box-shadow: 0px 0px 0px 2px rgba(66, 51, 66, 0.3);
    box-shadow: 0px 0px 0px 2px rgba(66, 83, 19, 0.3);
    background-image: none;
    filter: none;
    opacity: 1;
    border: 0px solid transparent;
}
.slider-track {
    position: absolute;
    cursor: pointer;
    background-color: #fff;
    background-image: none;
    filter: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.slider.slider-horizontal {
    width: 100% !important;
}
.slider.slider-horizontal .slider-track {
    height: 5px !important;
    background: #eee;
    box-shadow: none;
}
.slider.slider-horizontal .slider-selection {
    height: 5px;
    background: #fbcd7e;
}
.tooltip-inner {
    background-color: #63585c;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #63585c;
}
.panel-title {
    margin-bottom: 15px;
}
.panel-info > .panel-heading {
    background-color: #f8f8f8;
    border-color: #eeeeee;
    color: #63585c;
}
.panel-info {
    background-color: #f8f8f8;
    border-color: #eeeeee;
    box-shadow: none;
}
.panel-white {
    background-color: #fff;
}
.panel-white .table-striped > tbody > tr:nth-child(2n+1) {
    background-color: transparent;
}
#map_canvas {
    max-width: 100%;
}
.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-warning .table-striped {
    margin-bottom: 0;
}
.alert-warning .table-striped > tbody > tr:nth-child(1n+1) {
    background-color: #fff;
}
.alert-warning .table-striped > tbody > tr:nth-child(2n+1) {
    background-color: transparent;
}
.alert-danger, .alert-error {
    color: #ff5313;
    background-color: #fce9c7;
    border-color: transparent;
}
.opening-slot {
    display: block;
}
.img-thumbnail {
    border-radius: 0;
}
.datepicker-dropdown {
    padding: 10px 20px 20px 20px !important;
}
.datepicker-dropdown.datepicker-orient-top:before {
    border-top: 17px solid rgba(0, 0, 0, 0.15) !important;
    bottom: -17px !important;
}
.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px;
}
.datepicker-dropdown::before {
    border-width: 0 17px 17px !important;
}
.datepicker-dropdown::after {
    border-width: 0 16px 16px !important;
}
.datepicker-dropdown.datepicker-orient-top:after {
    border-top: 16px solid #fff !important;
    bottom: -16px !important;
}
.datepicker-dropdown.datepicker-orient-bottom::before {
    top: -17px !important;
}
.datepicker-dropdown.datepicker-orient-bottom::after {
    top: -16px !important;
}
.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
    background: none !important;
}
.datepicker .datepicker-switch {
    color: #63585c;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}
.datepicker table tr td, .datepicker table tr th {
    border: 1px solid #f8f8f8 !important;
    border-radius: 0 !important;
    height: 30px !important;
    width: 36px !important;
    font-weight: normal;
    text-shadow: none !important;
}
.datepicker table tr th {
    border: medium none !important;
    padding: 0 !important;
}
.datepicker table tr th.prev:after {
    content: "\e079";
    font-family: "Glyphicons Halflings";
    font-style: normal;
    color: #fbcd7e;
    left: -3px;
    position: relative;
}
.datepicker table tr th.next:after {
    content: "\e080";
    font-family: "Glyphicons Halflings";
    font-style: normal;
    color: #fbcd7e;
    right: -3px;
    position: relative;
}
.datepicker table tr th.prev, .datepicker table tr th.next {
    color: #fff;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    color: #000 !important;
    cursor: no-drop !important;
    opacity: 0.3 !important;
}
.datepicker table tr td.selected, .datepicker table tr td.selected.highlighted {
    background-color: #ffa405 !important;
    border-color: #ffa405 !important;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
    background-color: #fbcd7e !important;
    border-color: #fbcd7e !important;
}
.datepicker table tr td.range {
    background-color: rgba(255, 164, 5, 0.2) !important;
    border-color: rgba(255, 164, 5, 0.2) !important;
}
.datepicker table tr td, .datepicker table tr th, .datepicker {
    border-radius: 0 !important;
}
.input-daterange input {
    text-align: left !important;
}

.p-xxs {
    padding: 5px;
}
.p-xs {
    padding: 10px;
}
.p-sm {
    padding: 15px;
}
.p-m {
    padding: 20px;
}
.p-md {
    padding: 25px;
}
.p-lg {
    padding: 30px;
}
.p-xl {
    padding: 40px;
}
.p-w-xs {
    padding: 0 10px;
}
.p-w-sm {
    padding: 0 15px;
}
.p-w-m {
    padding: 0 20px;
}
.p-w-md {
    padding: 0 25px;
}
.p-w-lg {
    padding: 0 30px;
}
.p-w-xl {
    padding: 0 40px;
}
.p-n {
    padding: 0 !important;
}
.m-xxs {
    margin: 2px 4px;
}
.m-xs {
    margin: 5px;
}
.m-sm {
    margin: 10px;
}
.m {
    margin: 15px;
}
.m-md {
    margin: 20px;
}
.m-lg {
    margin: 30px;
}
.m-xl {
    margin: 50px;
}
.m-n {
    margin: 0 !important;
}
.m-l-none {
    margin-left: 0;
}
.m-l-xs {
    margin-left: 5px;
}
.m-l-sm {
    margin-left: 10px;
}
.m-l {
    margin-left: 15px;
}
.m-l-md {
    margin-left: 20px;
}
.m-l-lg {
    margin-left: 30px;
}
.m-l-xl {
    margin-left: 40px;
}
.m-l-n-xxs {
    margin-left: -1px;
}
.m-l-n-xs {
    margin-left: -5px;
}
.m-l-n-sm {
    margin-left: -10px;
}
.m-l-n {
    margin-left: -15px;
}
.m-l-n-md {
    margin-left: -20px;
}
.m-l-n-lg {
    margin-left: -30px;
}
.m-l-n-xl {
    margin-left: -40px;
}
.m-t-none {
    margin-top: 0;
}
.m-t-xxs {
    margin-top: 1px;
}
.m-t-xs {
    margin-top: 5px;
}
.m-t-sm {
    margin-top: 10px;
}
.m-t {
    margin-top: 15px;
}
.m-t-md {
    margin-top: 20px;
}
.m-t-lg {
    margin-top: 30px;
}
.m-t-xl {
    margin-top: 40px;
}
.m-t-n-xxs {
    margin-top: -1px;
}
.m-t-n-xs {
    margin-top: -5px;
}
.m-t-n-sm {
    margin-top: -10px;
}
.m-t-n {
    margin-top: -15px;
}
.m-t-n-md {
    margin-top: -20px;
}
.m-t-n-lg {
    margin-top: -30px;
}
.m-t-n-xl {
    margin-top: -40px;
}
.m-r-none {
    margin-right: 0;
}
.m-r-xxs {
    margin-right: 1px;
}
.m-r-xs {
    margin-right: 5px;
}
.m-r-sm {
    margin-right: 10px;
}
.m-r {
    margin-right: 15px;
}
.m-r-md {
    margin-right: 20px;
}
.m-r-lg {
    margin-right: 30px;
}
.m-r-xl {
    margin-right: 40px;
}
.m-r-n-xxs {
    margin-right: -1px;
}
.m-r-n-xs {
    margin-right: -5px;
}
.m-r-n-sm {
    margin-right: -10px;
}
.m-r-n {
    margin-right: -15px;
}
.m-r-n-md {
    margin-right: -20px;
}
.m-r-n-lg {
    margin-right: -30px;
}
.m-r-n-xl {
    margin-right: -40px;
}
.m-b-none {
    margin-bottom: 0;
}
.m-b-xxs {
    margin-bottom: 1px;
}
.m-b-xs {
    margin-bottom: 5px;
}
.m-b-sm {
    margin-bottom: 10px;
}
.m-b {
    margin-bottom: 15px;
}
.m-b-md {
    margin-bottom: 20px;
}
.m-b-lg {
    margin-bottom: 30px;
}
.m-b-xl {
    margin-bottom: 40px;
}
.m-b-n-xxs {
    margin-bottom: -1px;
}
.m-b-n-xs {
    margin-bottom: -5px;
}
.m-b-n-sm {
    margin-bottom: -10px;
}
.m-b-n {
    margin-bottom: -15px;
}
.m-b-n-md {
    margin-bottom: -20px;
}
.m-b-n-lg {
    margin-bottom: -30px;
}
.m-b-n-xl {
    margin-bottom: -40px;
}
.space-15 {
    margin: 15px 0;
}
.space-20 {
    margin: 20px 0;
}
.space-25 {
    margin: 25px 0;
}
.space-30 {
    margin: 30px 0;
}

/*****************************************************************************************************/
/********************************************** /General *********************************************/
/*****************************************************************************************************/
.navbar-brand {
    display: none;
}
.breadcrumb {
    padding: 0;
    background: #fff;
}
.breadcrumb > li > a {
    color: #787878;
}
.breadcrumb > li:last-child > a {
    color: #787878;
}
.breadcrumb > li > a:hover, .breadcrumb > .active {
    color: #787878;
    text-decoration: none;
}
.topcrumb {
    background: none;
    padding: 0;
    margin: 0;
}
.topcrumb > li > a {
    color: #fff;
}
.topcrumb > li > a:hover, .topcrumb > .active {
    color: #ffa405;
    text-decoration: none;
}
.locationcrumb {
    background: none;
    padding: 0;
    margin: 0 0 15px 0;
    display: inline-block;
    float: right;
}
.locationcrumb i {
    font-size: 12px;
    margin-right: 5px;
}
.locationcrumb > li > a {
    color: #63585c !important;
    font-size: 16px;
    background: url(../images/dotted-hline.png) repeat-x 0 bottom;
    padding-bottom: 8px;
}
.locationcrumb > li > a img {
    margin-right: 4px;
    position: relative;
    top: -1px;
}
.locationcrumb > li > a:hover, .locationcrumb > .active {
    color: #ffa405 !important;
    text-decoration: none;
}
.header {
    background: rgba(66, 51, 56, 0.9);
    float: left;
    height: 60px;
    line-height: 60px;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 5;
    color: #fff;
    padding: 0 30px;
}
.header .logo {
    float: left;
    margin-right: 30px;
}
.header .logo img {
    max-height: 46px;
}
.header .main-nvaigation {
    float: left;
}
.header .signup {
    float: right;
    margin-right: 20px;
    width: auto;
}
.header .signup a {
    position: relative;
    background: none;
    padding-left: 35px;
    overflow: hidden;
    border: 1px solid #2b2124;
    color: #fff;
}
.header .signup a:hover {
    text-decoration: none;
    color: #ffa405;
}
.header .signup  i {
    color: #ffa405;
    font-size: 16px;
    left: 12px;
    top: 9px;
    margin: 0 10px 0 0;
    position: absolute;
}

.header .nav > li.signup-drop {
    float: right;
    margin-right: 20px;
    width: auto;
    height:60px;
}
.header .nav > li.signup-drop > a.dropdown-toggle {
    position: relative;
    background: none;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
    border: 1px solid #2b2124;
    color: #fff;
    text-transform: none;
}
.header .nav > li.signup-drop > a.dropdown-toggle:hover {
    text-decoration: none;
    color: #ffa405;
}
.header .nav > li.signup-drop > a.dropdown-toggle i {

}
.header .company-information {
    float: right;
    margin-right: 30px;
    width: 350px;
}
.header .company-information .tooltip {
    display: none !important;
}
.header .fa-phone {
    color: #ffa405;
    font-size: 16px;
    margin: 0 10px 0 0;
    top: 2px;
    position: relative;
}
.header .fa-envelope-o {
    color: #ffa405;
    font-size: 16px;
    margin: 0 10px 0 8%;
    top: 1px;
    position: relative;
}
.header .trans-order {
    float: right;
}
.header .trans-order .navbar-order {
    float: left;
    margin-right: 20px;
}
.navbar {
    background-color: transparent;
    color: #fff;
    border: none;
    position: relative;
}
.navbar-brand {
    display: none;
}
.navbar-brand i {
    color: #63585c;
    font-size: 16px;
    padding: 0 5px;
}
.navbar-toggle {
    position: relative;
    padding: 9px 8px;
    margin: 0;
    border: none;
    border-radius: 0;
}
.navbar-default .navbar-toggle .icon-bar {
    background: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none;
}
.navbar-toggle .icon-bar {
    border-radius: 0;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
}
.nav > li > a.dropdown-toggle, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover, .nav > li > a.dropdown-toggle:hover {
    background: #2b2124;
    border: 1px solid #2b2124;
    margin: 13px 0 0 0;
    padding: 6px 11px;
}
.navbar-nav > li {
    margin-right: 5px;
}
.navbar-nav > li:last-child {
    margin-right: 0;
}
.navbar-nav > li > .dropdown-menu {
    background: rgba(43,33, 36, 0.8) !important;
    border: 1px solid rgba(43,33, 36, 0.3) !important;
    color: #fff;
    right: 0 !important;
    left: auto !important;
    position: absolute !important;
}
.navbar-nav > li > .dropdown-menu > li > a {
    color: #fff;
    text-align: left;
}
.navbar-nav > li > .dropdown-menu > li > a:hover {
    background: #2b2124;
    color: #ffa405;
}
.nav > li > a.dropdown-toggle img {
    position: relative;
    top: -1px;
}
.nav > li > a.dropdown-toggle i {
    font-size: 14px;
    color: #ffa405;
    margin: 0 0 0 10px;
}
.navbar-nav > li > a {
    text-transform: uppercase;
    padding: 4px 12px;
    display: inline-block;
}
.navbar-nav.navbar-right:last-child {
    margin-right: 0;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #ffa405 !important;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-nav > li > a.active {
    color: #ffa405;
}
.navbar-default .navbar-nav > li > a.active:hover {
    border-color: #2b2124;
    color: #ffa405;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ffa405;
}
.navbar-nav > li.order_exist > a, .navbar-nav > li.order_exist > a.active, .navbar-nav > li.order_exist > a:hover, .navbar-nav > li.order_exist > a:focus {
    background: none;
    border: 1px solid #ffa405;
    margin: 13px 0 0 0;
    padding: 6px 8px;
}
.navbar-nav > li.order_exist a > i {
    color: #ffa405;
    font-size: 16px;
    vertical-align: middle;
}
.navbar-nav > li.order_exist a > span.count {
    background: #ff5313;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    height: 16px;
    line-height: 16px;
    padding: 0;
    position: absolute;
    right: -8px;
    text-align: center;
    top: -6px;
    width: 16px;
    vertical-align: middle;
}
footer.mainfooter {
    background: #423338;
    padding: 30px 0;
    margin: 0;
    color: #fff;
}
footer.mainfooter .footer-logo img {
    height: 50px;
    width: auto;
    margin: 20px 0 0 0;
}
footer.mainfooter h5 {
    color: #ffa405;
    font-weight: 300;
    text-transform: uppercase;
    margin: 40px 0 20px 0;
}
footer.mainfooter ul {
    margin: 0;
    padding: 0;
    color: #ffa405;
    list-style: none;
    font-size: 14px;
}
footer.mainfooter ul li {
    padding: 0;
}
footer.mainfooter ul li:last-child {
    border: none;
}
footer.mainfooter ul li .glyphicon {
    font-size: 10px;
}
footer.mainfooter ul li a {
    padding: 2px 0 2px 0;
    display: inline-block;
    color: #fff;
}
footer.mainfooter ul li a:hover {
    color: #ffa405;
    text-decoration: none;
}
footer.mainfooter .message {
    display: block;
    margin: 0 0 11px 0;
}
footer.mainfooter .form-control {
    background: #423338;
    border-color: #423338;
    color: #fff;
}
footer.mainfooter table.contact th {
    background-repeat: no-repeat;
    color: #ffa405;
    font-weight: 300;
    padding: 0;
    text-align: left;
    vertical-align: top;
}
footer.mainfooter table.contact th .fa {
    font-size: 18px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}
footer.mainfooter table.contact th .fa-envelope {
    font-size: 16px;
    top: 1px;
}
footer.mainfooter table.contact td {
    padding: 0 0 22px 20px;
    vertical-align: top;
}
footer.mainfooter table.contact td a {
    color: #fff;
    text-decoration: none;
}
footer.mainfooter table.contact td a:hover {
    color: #ffa405;
}
footer.mainfooter:hover .container {
    opacity: 1;
}
footer.mainfooter .footer-right {
    text-align: right;
}
footer.mainfooter .socia-icons {
    width: 100%;
    clear: both;
}
footer.mainfooter .socia-icons a {
    background: #2b2124;
    display: inline-block;
    height: 30px;
    text-align: center;
    width: 30px;
    margin: 0 3px;
}
footer.mainfooter .socia-icons a i {
    color: #fff;
    font-size: 18px;
    position: relative;
    top: 4px;
}
footer.mainfooter .socia-icons a:hover i {
    color: #ffa405;
}
footer.mainfooter .copyright {
    margin-top: 30px;
}
footer.mainfooter .copyright a {
    color:#fff;
}
footer.mainfooter .copyright a:hover {
    text-decoration: none;
}
.search {
    position: relative;
    width: 100%;
}
.search .navbar-form {
    padding: 0;
    margin: 0;
}
.search .btn {
    background: none;
    color: #ccc;
    font-size: 16px;
    padding-top: 0;
    position: absolute;
    right: 0;
    top: 10px;
}
.search .btn:hover {
    color: #ffa405;
}
.search .btn:focus, .search .btn:active:focus, .search .btn.active:focus {
    outline: 0;
    box-shadow: none;
}
.search .form-control {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #63585c;
    margin: 0 0 20px;
    height: 40px;
}
@media screen and (max-width:767px) {
    .search .form-group,
    .search .form-control {
        margin: 0;
    }
}
.search .form-control:focus {
    border-color: #ffa405;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 164, 5, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 164, 5, .6);
}
#gotop.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px; /* negative of the offset - height of link element */
    right: 30px; /* padding from the left side of the window */
}
#gotop.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 30px; /* height of link element */
    right: 30px; /* padding from the left side of the window */
    width: 38px;
    z-index: 999;
}
#gotop a {
    background-color: #ffa405;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    padding: 5px 9px;
    border-radius: 5px;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: 0;
}
#gotop a:hover {
    background-color: #ff5313;
    color: #fff;
}

/*****************************************************************************************************/
/************************************************ Home ***********************************************/
/*****************************************************************************************************/
.home h2 {
    font-size: 26px;
    font-weight: 700;
    color: #423338;
    margin: 0;
}
.home h2 a {
    color: #423338;
    text-decoration: none;
}
.home h2 a:hover {
    text-decoration: none;
    color: #ffa405;
}
.home .subtitle {
    font-size: 16px;
    color: #787878;
    font-weight: 300;
    margin: 10px 0 40px;
    display: block;
}
.home-inspire .inspire-block {
    border: 1px solid #ddd;
    position: relative;
    overflow: hidden;
    margin: 0 0 30px 0;
    border-radius: 2px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.home-inspire .inspire-block img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.home-inspire .inspire-block img:hover {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.home-inspire .inspire-block span {
    background: rgba(66, 51, 56, 0.8);
    font-size: 18px;
    font-weight: 500;
    padding: 10px 14px;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    line-height: 1.1;
}
.home-inspire .inspire-block:hover {
    border: 1px solid rgba(66, 51, 56, 0.8);
}
.home-inspire .inspire-block:hover span {
    color: #ffa405;
}
.home-destination .destination-block {
    border: 1px solid #ddd;
    position: relative;
    overflow: hidden;
    margin: 0 0 30px 0;
    border-radius: 2px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.home-destination .destination-block img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.home-destination .destination-block:hover img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.home-destination .destination-block span {
    background: rgba(66, 51, 56, 0.8);
    font-size: 18px;
    font-weight: 500;
    padding: 10px 14px;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    line-height: 1.1;
}
.home-destination .destination-block:hover {
    border: 1px solid rgba(66, 51, 56, 0.8);
}
.home-destination .destination-block:hover span {
    color: #ffa405;
}
.home .load-more {
    background: #fff;
    font-size: 16px;
    padding: 6px 30px;
    margin: 10px 0 80px 0;
    border: 1px solid #ddd;
    color: #333;
    font-weight: 500;
    text-transform: none;
    line-height: 24px;
}
.home .load-more:hover {
    color: #ffa405;
}
.home-filter {
    width: 100%;
    position: relative;
    top: -60px;
    margin-bottom: -60px;
    padding: 150px 0 50px 0;
    border-bottom: 3px solid #ffa405;
    border-bottom: none;
    height: auto;
    background: url(../images/header.jpg)  right top no-repeat;
    background-size: cover;
}
.home-filter h1 {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    font-size: 24px;
    line-height: 28px;
    color:#fff;
    margin:0;
}
.home-filter h1 span {
    color: #ffa405;
}
.home-filter h2 {
    font-size: 56px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.promo-holder {
    position: absolute;
    right: 5%;
    top: 31%;
    z-index: 1;
    width: 185px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}
.promo-holder a {
    text-decoration: none;
    display: block;
}
.promo-holder a:hover, .promo-holder a:focus {
    text-decoration: none;
}
.promo-holder .promo-head {
    background: #000;
    display: block;
    text-align: center;
    height: 55px;
    position: relative;
    z-index: 5;
    margin-bottom: -1px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.promo-holder .promo-head  img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 40px;
    width: auto;
}
.promo-holder .promo-bottom {
    background: #fff;
    display: block;
    color: #000;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    height: 45px;
    line-height: 45px;
}
.filter-block {
    background: rgba(66, 51, 56, 0.6);
    margin: 6% auto 6% auto;
    padding: 12px;
    max-width: 800px;
    float: none;
    border-radius: 5px;
}
.filter-block .btn-group {
    display: block;
}
.filter-block select, .filter-block input[type="text"], .multiselect.dropdown-toggle {
    background: #fff;
    border: 1px solid #fff;
    border-color: #fff;
    border-radius: 2px;
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
    width: 100%;
    width: calc(100% + 15px);
    box-sizing: border-box;
    text-align: left;
    font-weight: normal;
    overflow: hidden;
}
.filter-block input[type="text"].required {
    border: 1px solid red;
    background: #ffdada;
}
.filter-block .btn {
    background: #ffa405;
    border-color: #ffa405;
    color: #fff;
    font-weight: 600;
}
.filter-block .btn:hover {
    background: #2b2124;
    border-color: #2b2124;
    color: #ffa405;
    font-weight: 600;
}
.filter-block .dropdown-menu > .active > a, .filter-block .dropdown-menu > .active > a:focus, .filter-block .dropdown-menu > .active > a:hover {
    background: url(../images/dotted-hline-20.png) repeat-x 0 bottom;
    color: #63585c;
}
.pac-container {
    padding-bottom: 5px;
}
.pac-container .pac-icon {
    color: #999;
}
.pac-container .pac-item {
    background: url(../images/dotted-hline-20.png) repeat-x 0 bottom;
    padding: 5px 8px;
    border: none;
}
.pac-container .pac-item:hover {
    color: #ffa405;
}
.pac-container .pac-item:last-child {
    margin-bottom: 8px;
}
.pac-container .pac-item-query {
    color: #63585c;
}
.pac-container .pac-item:hover .pac-item-query {
    color: #ffa405;
}
.multiselect {
    box-shadow: none !important;
}
.multiselect i {
    float: right;
    position: relative;
    top: 11px;
    font-size: 16px;
}
.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: calc(100% + 15px);
}
.multiselect-container .input-group {
    margin: 5px
}
.multiselect-container>li, .multiselect-container>li:hover {
    background: url(../images/dotted-hline-20.png) repeat-x 0 bottom;
    padding: 0;
}
.multiselect-container>li>a.multiselect-all label {
    font-weight: 700
}
.multiselect-container>li.multiselect-group label {
    margin: 0;
    padding: 3px 20px 3px 20px;
    height: 100%;
    font-weight: 700
}
.multiselect-container>li.multiselect-group-clickable label {
    cursor: pointer
}
.multiselect-container>li>a {
    padding: 0;
    background: transparent !important;
    =
}
.multiselect-container>li>a:hover {
    color: #ffa405;
}
.multiselect-container>li>a>label {
    margin: 0;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    padding: 5px 0;
}
.multiselect-container>li>a>label.radio, .multiselect-container>li>a>label.checkbox {
    margin: 0
}
.multiselect-container>li>a>label>input[type=checkbox] {
    margin-bottom: 5px
}
.btn-group>.btn-group:nth-child(2)>.multiselect.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}
.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
    padding: 3px 20px 3px 40px
}
.form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
    margin-left: -20px;
    margin-right: 0
}
.icon-container {
    position: relative;
    top: -35px;
}
.howitworks-wrap {
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
}
.howitworks {
    padding: 60px 0 70px 0;
    margin-bottom: 60px;
    background:#fff url(../images/icons/skyline.svg) repeat-x bottom center;
    background-size: 1000px;
}
.howitworks .btn {
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    padding: 10px 30px;
    width: auto;
    margin-top:30px;
}
.howitworks-block {
    position: relative;
}
.howitworks-block .inner {
	text-align: center;
	position: relative;
}
@media screen and (min-width:768px) {
	.howitworks-block .inner:after {
		content: "";
		width: 170px;
		right: -101px;
		height: 2px;
		background: url(../images/how-it-works-sep.png) repeat-x;
		position: absolute;
		top: 83px;
	} 	

} 
@media screen and (max-width:1200px) {
	.howitworks-block .inner:after {
		width: 105px;
		right: -69px;
	} 	
} 
@media screen and (max-width:990px) {
	.howitworks-block .inner:after {
		width: 45px;
		right: -40px;
	} 	
} 	
.howitworks-block.last .inner:after {
	display: none;
} 
.howitworks-block .how-it-works-icon {
    position: relative;
    background: url(../images/bg-how-it-works-icon.png);
    border-radius: 50%;
    width:168px;
    height:168px;
    background-size: 168px;
    margin:auto;
}
.howitworks-block .how-it-works-icon:after {
	content: "";
	background: #f8f8f8;
	width: 138px;
	height: 138px;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;	
	border-radius: 50%;
}
.howitworks-block .how-it-works-icon img {
	max-height: 60px;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	max-width: 80px;
}
.howitworks-block .how-it-works-icon .stepnumber {
	position: absolute;
	background: #ffa405;
	width: 32px;
	height: 32px;
	color: #fff;
	z-index: 1;
	left: 9px;
	top: 9px;
	border-radius: 50%;
	line-height: 31px;
	font-size: 16px;
	font-weight: 500;
}
.howitworks .steptitle {
    font-size: 21px;
    font-weight: 500;
    color: #423338;
    margin: 30px 0 10px 0;
    text-transform: none;
    display: block;
    text-align: center;
}
.howitworks .stepdesc {
    color: #666;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    margin: 0 0 30px 0;
    display: block;
    line-height: 24px;
    padding: 0 30px;
}

.media-logos img {
    padding: 0 15px;
    opacity: 0.4;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.media-logos img:hover {
    opacity: 1;
}
.review-block {
    background: #fff;
    font-size: 14px;
    padding: 20px;
    position: relative;
    margin: 0 0 15px 0;
    border-right: 2px solid #eee;
    border-bottom: 3px solid #eee;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
@media screen and (max-width:767px) {
    .review-container {
        margin-top: 30px;
    }
}
.triangle-topright {
    width: 0;
    height: 0;
    border-top: 25px solid #fff;
    border-right: 30px solid transparent;
    position: absolute;
    z-index: 1;
    bottom: -7px;
    right: 11.5%;
    display: block;
}
.triangle-topright-back {
    width: 0;
    height: 0;
    border-top: 25px solid #eee;
    border-right: 30px solid transparent;
    position: absolute;
    z-index: 0;
    bottom: -7px;
    right: 10%;
    display: block;
}
.review-block:hover {
    border-left: 2spx solid #ffa405;
}
.review-block:hover:After {
    opacity: 1;
}
.review-block img {
    width: auto;
    max-width: 50px;
    max-height: 50px;
    height: auto;
    float: left;
    margin: -4px 15px 0 0;
}
.review-block .rating {
    line-height: 16px;
    padding: 0 0 15px;
    background: none;
    float: right;
}
.review-block .review-decr {
    display: block;
    font-size: 14px;
    line-height: 21px;
}
.review-block .review-decr a {
    font-size: 14px;
    color: #ffa405;
}
.usp-block {
    margin: 0;
    padding: 20px 0;
    display: block;
    margin: 0;
    width: 100%;
    position: relative;
}


.usp-block .left,
.usp-block .right {
    position: relative;
    display: inline-block;
}

.usp-block .left {
    width: 70px;
    vertical-align: top;
}

.usp-block .right {
    width: calc(100% - 85px);
    line-height: 21px;
}
img.usp-icon-img {
    height: 52px;
    vertical-align: middle;
}


.usp-block:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    background: url(../images/dotted-hline.png) repeat-x 0 bottom;
}
.usp-block:first-child {
    padding-top: 0;
}
.usp-block:last-child {
    padding-bottom: 0;
}
.usp-block:last-child:after {
    display: none;
}
.usp-block a.title {
    color: #63585c;
    font-size: 21px;
    font-weight: 400;
    margin: 0 0 6px 0;
    font-family: Oswald, Arial, sans-serif;
    display: block;
    line-height: 26px;
}
.usp-block a.title:hover {
    color: #ffa405;
    text-decoration: none;
    cursor: pointer;
}
.usp-icon {
    background: #ffa405;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 66px;
    text-align: center;
    float: left;
    margin: 0 20px 0 0;
    color: #fff;
    position: relative;
    border: 1px solid #ddd;
}
.usp-icon i {
    font-size: 30px;
    line-height: inherit;
}
.usp-icon.dark {
    background: #63585c;
    border: 1px solid #ddd;
}

/*****************************************************************************************************/
/************************************************ /Home **********************************************/
/*****************************************************************************************************/

/*****************************************************************************************************/
/********************************************** Location *********************************************/
/*****************************************************************************************************/

.location-upper {
    background: #fff;
    padding: 30px 0 65px 0;
    border-bottom: 3px solid #eee;
    clear: both;
}
.location-upper h1 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    color: #63585c;
}
.location-upper .breadcrumb {
    padding: 0;
    float: left;
}
.location-upper .breadcrumb  > li + li::before {
    display: none;
}
.location-upper .breadcrumb li {
    padding-right: 5px;
}
.location-upper .breadcrumb li i {
    font-size: 18px;
    color: #63585c;
    position: relative;
    top: 3px;
}
.location-upper .breadcrumb li img {
    position: relative;
    top: -2px;
    margin-right: 1px;
}
.location-upper .breadcrumb li.active a {
    color: #787878;
    text-decoration: none;
}
.location-upper .breadcrumb li:last-child > a {
    color: #787878;
}
.location-upper .img-responsive {
    float: left;
    max-height: 48px;
    width: auto;
}
.location-upper .rating-count {
    position: relative;
    z-index: 1;
    display: inline-flex;
    margin: 5px;
}
.location-upper .rating-count .rating {
    display: block;
    position: relative;
    margin-right: 10px;
}
.location-upper .rating-count .rating i {
    padding: 0 1px;
}
.location-upper .location-descr {
    line-height: 21px;
    display: block;
    clear: both;
    margin-bottom:15px;
}
.location-upper .location-descr a:focus, .location-upper .location-descr a:hover {
    color: #ff5313;
    text-decoration: none;
}
.location-upper .company-info, .location-upper .company-price, .location-upper .company-delivery {
    margin: 20px 20px 0 0;
    display: inline-block;
}
.location-upper .company-info a, .location-upper .company-price a, .location-upper .company-delivery a {
    background: url(../images/dotted-hline.png) repeat-x 0 bottom;
    color: #787878;
    padding: 10px 0;
}
.location-upper .company-info a:focus, .location-upper .company-info a:hover, .location-upper .company-price a:focus, .location-upper .company-price a:hover, .location-upper .company-delivery a:focus, .location-upper .company-delivery a:hover {
    text-decoration: none;
    color: #ff5313;
}
.location-upper .company-info a i, .location-upper .company-price a i, .location-upper .company-delivery a i {
    color: #ff5313;
    font-size: 21px;
    position: relative;
    top: 2px;
    margin-right: 3px;
}
.location-upper .date-box {
    background: #fff6df;
    padding: 15px 30px;
    margin: 30px 0 30px 0;
    min-height: 100px;
}
.location-upper .date-box i {
    border-right: 1px dashed #ffa405;
    color: #63585c;
    float: left;
    font-size: 38px;
    margin: 0 30px 0 0;
    padding: 15px 30px 15px 0;
}
.location-upper .date-title {
    font-weight: bold;
    color: #63585c;
}
.location-upper .date-between {
    padding: 8px 0 0 0;
    float: left;
    font-weight: bold;
    width: 10%;
}
.location-upper .date-box .input-daterange {
    width: calc(100% - 100px);
}
.location-upper .date-box .input-daterange input {
    width: 100%;
    height: 40px;
}
.location-upper .date-box .input-holder {
    width: 45%;
    float: left;
    position: relative;
}
.location-upper .date-box .input-holder:after {
    content: "\e114";
    font-family: "Glyphicons Halflings";
    font-style: normal;
    color: #63585c;
    right: 15px;
    position: absolute;
    z-index: 5;
    font-size: 12px;
    top: 12px;
    pointer-events: none;
}
.location-upper .location-box {
    border:1px solid #eee;
    padding: 15px;
    margin: 0 0 15px 0;
    float: left;
    width: 100%;
    min-height: 80px;
}
.location-upper .location-box i {
    border-right: 1px dashed #eee;
    color: #fbcd7e;
    float: left;
    font-size: 28px;
    margin: 0 21px 0 0;
    padding: 0 15px 0 5px;
    height: 45px;
    line-height: 56px;
}
.location-upper .location-box .location-info {
    float: left;
    width: calc(100% - 85px);
    display: flex;
    word-break: break-word;
    line-height: 16px;
}
.location-upper .choose-bike a {
    background:#f8f8f8;
    height:80px;
    line-height:80px;
    text-align:center;
    margin: 20px 0 10px 0;
    color:#63585c;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
}
.location-upper .choose-bike a:hover {
    text-decoration: none;
}
.location-upper .choose-bike a:after {
    bottom: -20px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(242, 242, 242, 0);
    border-top-color: #f8f8f8;
    border-width: 15px;
    margin-left: -15px;
}
.location-upper .tour-box {
    background: #fff0ce;
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    padding: 20px 30px 20px 125px;
    position: relative;
    width: 100%;
    color: #63585c;
}

.location-upper .tour-box .title {
    display: block;
    font-size: 16px;
    font-weight: 500;
}
.location-upper .tour-box .subtitle {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color:#787878;
    line-height: 16px;
}

.location-upper .tour-box i {
    bottom: 0;
    font-size: 32px;
    height: 20px;
    line-height: 16px;
    margin: auto;
    position: absolute;
    right: 15px;
    top: 0;
}
@media screen and (max-width:767px) {
    .location-upper .tour-box .btn {
        float:none;
        margin:20px 0;
    }
}
.location-upper .tour-box .landmark-holder {
    bottom: 0;
    left: 0;
    position: absolute;
}
.location-upper .tour-box .landmark-holder img {
    max-width:100%;
}

#time-info .modal-header, #price-info .modal-header, #delivery-info .modal-header {
    padding: 15px 20px 0 20px;
    border: none;
}
#time-info .modal-title, #price-info .modal-title, #delivery-info .modal-title {
    font-size: 16px;
}
#time-info .modal-body, #price-info .modal-body, #delivery-info .modal-body {
    padding: 10px 20px 20px 20px;
}
#time-info .modal-content, #price-info .modal-content, #delivery-info .modal-content {
    border-radius: 0;
    line-height: 18px;
}
#time-info .modal-footer, #price-info .modal-footer, #delivery-info .modal-footer {
    background: #f8f8f8;
    padding: 20px;
}
#time-info .table, #price-info .table, #delivery-info .table {
    margin: 0;
}
#time-info i, #price-info i, #delivery-info i {
    color: #ffa405;
    font-size: 21px;
    margin-right: 8px;
    position: relative;
    top: 2px;
}
#time-info i.closed, #price-info i.closed, #delivery-info i.closed {
    color: #ff1717;
    font-size: 21px;
    top: 4px;
}
.info-message {
    color: #999;
    font-size: 12px;
    line-height: 16px;
    padding: 0;
}
.info-message i {
    color: #ffa405;
    font-size:18px;
    float: left;
    margin: 6px 10px 10px 0;
}
#time-info .table td {
    width: 30%;
    padding: 8px 0;
}
.location-rentbox {

    /*height:100%;*/
    float: left;
    width: 100%;
}
.location-rentbox .date-between {
    float: left;
    font-size: 11px;
    line-height: 42px;
    margin: 0 -8px;
    width: 15px;
}
.location-rentbox .date-box {
    margin-bottom:15px;
}
.location-rentbox .form-control {
    padding:6px 10px;
}
.location-rentbox .about-company {
    padding: 0;
    position: relative;
    line-height: 21px;
}
.location-rentbox h2 {
    color: #423338;
    font-size: 21px;
    font-weight: 500;
    margin: 0 0 10px 0;
}
.location-middle {
    margin: 0 auto 30px auto;
}
.location-middle .more-info-col {
    margin-top: 0;
}
.location-middle h2 {
    font-size: 21px;
    font-weight: 500;
    color: #423338;
    margin: 30px 0 10px 0;
}
.location-middle h2 i {
    float: left;
    font-size: 24px;
    font-weight: normal;
    margin-right: 10px;
    position:relative;
    top:-1px;
}
.location-middle h3 {
    font-size: 14px;
    color: #787878;
    font-weight: 400;
    margin: 15px 0;
}
.location-middle .rating-count {
    font-weight: 600;
    color: #63585c;
}
.location-middle .rating-count .rating {
    margin-left: 10px;
}
.location-middle .rating-count .rating i {
    padding: 0 2px;
}
.location-middle .company-logo img {
    margin: 20px 0;
    max-width: 100%;
    max-height: 100px;
}
.location-middle .about-company {
    padding: 0;
    position: relative;
    line-height: 21px;
}
.location-middle .about-company h2 {
    font-size: 26px;
    font-weight: 700;
    color: #423338;
    padding: 30px 0;
    margin-top:0;
}
.location-middle .tour-thumb {
    background: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}
.location-middle .tour-title {
    bottom: 0;
    color: #fff;
    font-size: 26px;
    height: 10px;
    left: 0;
    line-height: 28px;
    margin: auto;
    padding: 0 15px;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: 1px 1px 2px black, 0 0 1em #000;
    top: -10px;
    width: 100%;
    pointer-events: none;
}
.location-middle .tour-price {
    background: rgba(66, 51, 56, 0.9);
    float: left;
    height: 40px;
    min-width: 50px;
    color: #fff;
    font-size: 19px;
    box-sizing: border-box;
    font-weight: 500;
    height: 40px;
    padding: 3px 10px;
    bottom:0;
    position: absolute;
    z-index: 9;
}
.location-middle .closed-on {
    background: #ddd;
    border-radius: 3px;
    margin: 0 15px 0 0;
    padding: 2px 8px;
    float: left;
}
.location-middle .closed-on {
    margin-top:10px;
}

.location-middle .nav-tabs {
    margin-top:20px;
}
.location-middle .nav-tabs li {
    margin-right:5px;
    margin-bottom:0;
}
.location-middle .nav-tabs li a {
    color:#555;
    border:1px dashed #ddd;
    border-bottom:0;
}
.location-middle .nav-tabs li a:hover {
    background:none;
}
.location-middle .nav-tabs li.active {

}
.location-middle .nav-tabs li.active a {
    background:#f9f9f9;
    border:1px solid #ddd;
    border-bottom:0;
}
.location-middle .usps {
    list-style:none;
    margin:15px 0 0 0;
    padding:0;
}
.location-middle .usps li {
    position:relative;
}
.location-middle .usps li img {
    position:relative;
    top:-1px;
    display:inline-block;
    margin-right:10px;
}

.location-below {
    background: #eee;
    padding: 30px 0 60px 0;
    position: relative;
    z-index: 5;
}
.table-user-information {
    border-collapse: unset;
}
.location-leftcol {
    top: 60px;
    position: fixed;
    height: calc(100% - 60px);
    overflow-y: auto;
}
.location-rightcol {
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 0;
    height: calc(100% - 60px);
}
.location-rightcol-mobile {
    position: relative;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    display: inline-block !important;
}
.listing-infoblock {
    background: #fff;
    padding: 30px;
    position: relative;
    font-size: 14px;
    line-height: 18px;
    left: -15px;
    width: calc(100% + 30px);
}
.listing-infoblock .btn-more {
    width: auto;
}
.listing-infoblock .list-map a {
    position: relative;
    z-index: 5;
    color: #63585c;
}
.listing-infoblock .list-map a:focs, .listing-infoblock .list-map a:hover {
    color: #63585c;
}
.listing-infoblock .list-map a i {
    color: #63585c;
    font-size: 21px;
    margin-right: 10px;
    position: relative;
    top: 5px;
}
@media screen and (max-width:768px) {
    .listing-infoblock .list-map .sep {
        color:#eee;
        margin:0 10px;
    }
    .listing-infoblock .list-map a i {
        font-size: 14px;
        top: 2px;
        margin-right: 6px;
    }
}
.listing-infoblock .list-map a:hover{
    text-decoration: none;
}
.listing-infoblock h1 {
    margin: 0 0 10px 0;
    font-size: 26px;
    font-weight: 600;
}
.listing-infoblock h3 {
    display: block;
    margin: 20px 0 0 0;
    padding: 0;
}
.listing-infoblock h3 img {
    position: relative;
    top: -2px;
    margin-left: 5px;
}
.listing-infoblock h3 a {
    color: #63585c;
}
.listing-infoblock h3 a:hover {
    color: #63585c;
    text-decoration: none;
}
.listing-infoblock p {
    margin-bottom: 20px;
}
.location-listing {
    position: relative;
    margin: 30px 0 0 0;
    width: 100%;
}
.location-listing.gallery-list {
    height: auto;
}
.location-listing li {
    display: block;
}
.location-listing .listing {
    height: 100%;
    margin: 0;
    padding: 0;
}
.location-listing .listing li {
    position: relative;
    color: #787878;
    font-weight: normal;
    text-transform: none;
    padding-left: 25px;
    padding: 6px 0 6px 20px;
}
.location-listing .listing li a {
    display: block;
    color: #787878;
}
.location-listing .listing li a:hover {
    display: block;
    color: #ffa405;
    text-decoration: none;
}
.location-listing .listing li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 16px;
    color: #63585c;
    width: 14px;
    text-align: center;
}
.location-listing .listing li:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 96%;
    background: url(../images/dotted-hline.png) repeat-x 0 bottom;
    opacity: 0.5;
}
.location-listing .listing li.active a, .location-listing .listing li:hover:before, .location-listing .listing li.active:before {
    color: #ffa405 !important;
}
.location-listing .location-row.gallery-block {
    margin: 15px 0;
}
.location-listing .location-row .location-col {
    margin-bottom: 35px;
}
.location-listing .bike-thumb {
    background: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}
.location-listing .bike-thumb .left-arrow a {
    background: rgba(66, 51, 56, 0.9);
    width: 28px;
    height: 28px;
    position: absolute;
    top: 42%;
    left: 15px;
    text-align: center;
    border-radius: 50% !important;
    overflow: hidden;
}
.location-listing .bike-thumb .right-arrow a {
    background: rgba(66, 51, 56, 0.9);
    width: 28px;
    height: 28px;
    position: absolute;
    top: 42%;
    right: 15px;
    text-align: center;
    border-radius: 50% !important;
    overflow: hidden;
}
.location-listing .bike-thumb .left-arrow a i, .location-listing .bike-thumb .right-arrow a i {
    font-size: 16px;
    top: 2px;
    position: relative;
}
.location-listing .bike-thumb .left-arrow a:hover i, .location-listing .bike-thumb .right-arrow a:hover i, .location-listing .bike-thumb .left-arrow a:focus i, .location-listing .bike-thumb .right-arrow a:focus i {
    color: #fff;
}
.location-listing .bike-thumb img {
    margin: 0 auto;
}
.location-listing .bike-thumb .svg-image {
    height: auto;
    margin: 0 auto;
    width: 100%;
    margin: 12px 0;
}
@media screen and (min-width:990px) {
    .location-listing .bike-thumb {
        height: 215px;
    }
}
@media screen and (min-width:990px) {
    .location-listing .bike-thumb img, .location-listing .bike-thumb .svg-image {
        height: 100%;
        width: 100%;
        margin: auto;
        object-fit: cover;
    }
}
.location-listing .location-review {
    color: #787878;
    float: right;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
}
.location-listing .location-title a {
    font-size: 14px;
    font-weight: 500;
    color: #63585c;
    line-height: 18px;
    float: left;
    margin: 0;
    padding: 2px 0 0 0;
    width: calc(100% - 145px);
    position: relative;
    text-transform: capitalize;
    float: left;
    height: 40px;
    overflow: hidden;
}
.location-listing .location-title a:hover {
    color: #ffa405;
    text-decoration: none;
}
.location-listing .distance {
    color: #787878;
    display: inline-block;
    font-size: 14px;
    float: right;
    padding: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.location-listing .distance i {
    margin: 0 4px 0 0;
}
.location-listing .bike-title {
    background: rgba(255, 255, 255, 0.8);
    color: #787878;
    float: left;
    font-size: 14px;
    line-height: 14px;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.location-listing .bike-price {
    background: #63585c;
    float: left;
    height: 40px;
    min-width: 50px;
    color: #fff;
    font-size: 19px;
    box-sizing: border-box;
    padding: 3px 10px;
    font-weight: 500;
    margin-right: 15px;
    border-radius: 2px;
}
.location-listing .bike-count {
    background: #ffa405;
    float: left;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 14px;
    box-sizing: border-box;
    padding: 3px 10px;
    font-weight: 500;
    line-height: 16px;
    position: absolute;
    left: 0;
    top: 0;
}
.location-listing .bike-count i {
    color: #63585c;
    font-size: 16px;
}
.location-listing .bike-price span {
    color: #fff;
    font-size: 14px;
    position: relative;
    top: -4px;
    left: -2px;
}
.location-listing .bike-list {
    margin: 0;
    padding: 0;
}
.location-listing .nothing-found  h2 {
    clear: both;
    display: block;
    float: left;
    font-size: 26px;
    font-weight: 600;
    margin: 20px 0;
    text-align: center;
    width: 100%;
}
.location-listing .nothing-found  img {
    max-width: 90%;
    margin: 40px auto;
}
.location-listing .select-label {
    font-weight: 500;
    margin-right: 10px;
}
.location-listing .select-holder {
    position: relative;
    display: inline-block;
}
.location-listing .select-holder:after {
    content: "\f107";
    font-family: "fontAwesome";
    font-style: normal;
    color: #63585c;
    right: 15px;
    position: absolute;
    z-index: 5;
    font-size: 16px;
    top: 7px;
    pointer-events: none;
}
.location-listing .select-holder .form-control {
    width: auto;
    display: inline-block;
    margin-bottom: 30px;
    padding-right: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.location-col .bike-thumb .show-delivery-info {
    color: #ffa405;
    left: 10px;
    padding: 0px;
    position: absolute;
    top: 10px;
    display: block;
    cursor: pointer;
}
.location-col .bike-thumb .show-delivery-info .icon-check {
    background: #63585c;
    border-radius: 50%;
    color: #fff;
    font-size: 7px;
    height: 13px;
    position: absolute;
    right: -6px;
    text-align: center;
    top: 17px;
    width: 13px;
    line-height: 13px;
}
.location-col .bike-thumb .show-delivery-info img {
    width: 25px;
}

.location-col .bike-thumb .delivery-info i {
    color: #ff5313;
    font-size: 16px;
    margin: 0 6px 0 10px;
}
.location-map-container {
    padding: 0;
    position: relative;
}
.location-map {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 1;
    top: 0;
    left: 0;
    border-left: 3px solid #ddd;
    position: relative;
    min-height: 500px;
}
@media screen and (max-width:768px) {
    #filters {
        position: fixed;
        z-index: 999999;
        left:0;
        top: 0;
        width: 100%;
        height: 100%;
        max-height: 100%;
        overflow-y: auto;
        border: none;
        -webkit-box-shadow: -3px 0px 0 rgba(0, 0, 0, 0.02) inset;
        box-shadow: -3px 0px 0 rgba(0, 0, 0, 0.02) inset;
        background: #fff;
        -webkit-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
        -webkit-transform: translate(0, 110%);
        -o-transform: translate(0, 110%);
        transform: translate(0, 110%);        
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

    #filters.show {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);

    }
    .mobile-filter-header{
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        display: table;
        vertical-align: top;
        width: 100%;
        border-bottom: 1px solid #ddd;
    }
    .mobile-filter-header .filter-hide {
        float: right;
        font-size: 21px;
        font-weight: 700;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        filter: alpha(opacity=20);
        opacity: .2;
        cursor: pointer;
    }
    .mobile-filter-header .filter-hide:hover {
        text-decoration: none;
        opacity: .5;
    }
    .mobile-filter-holder {
        left: 0px;
        right: 0px;
        bottom: 30px;
        position: fixed;
        opacity: 1;
        text-align: center;
        z-index: 8;
    }
    .mobile-filter-holder-inner {
        display:inline-block
    }
    .mobile-filter-holder-content {
        padding: 10px 15px;
        color: #484848;
        font-weight: 700;
        overflow: hidden;
        box-shadow: 0 0 0px 5px rgba(251, 205, 126, 0.5);
        border-radius: 80px;
        background-color: #ffffff;
        display: inline-block;
        border: 1px solid #fbcd7e;
    }
}
.filter-row {
    margin: 0;
    padding: 10px 0 5px 0;
}
@media screen and (max-width:768px) {
    #filters .filter-row {
        padding: 25px;
    }
}
.filter-row-nb {
    background: none;
    padding-top: 10px;
}
.filter-row .checkbox, .filter-row .radio {
    margin-top: 0;
    margin-bottom: 15px;
}
@media screen and (max-width:1320px) {
    .filter-row .label-col, .filter-row .label-selection {
        width: 100%;
    }
}
.filter-row input[type=checkbox]+.lbl, .filter-row input[type=radio]+.lbl {
    white-space: nowrap;
}
.filter-row .label-title {
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}
.filter-toggle:hover {
    text-decoration: none;
    color: #63585c;
}
.filter-toggle i {
    margin: 0 5px 15px 0;
    border: 1px solid;
    padding: 4px 4px 3px 4px;
    font-size: 11px;
    position: relative;
    top: -1px;
    border-radius: 2px;
}
.rentbox {
    margin: 0;
    padding: 0 0 15px 0;
    position: relative;
    top: -42px;
}
.rentbox > tbody, .rentbox > tbody + tbody {
    border: none;
}
.rentbox > thead > tr > th {
    background: none;
    vertical-align: middle;
    color: #63585c;
    border-bottom: none;
    padding: 10px 30px;
    text-transform: none;
    font-size: 14px;
    position: relative;
}
.rentbox > thead > tr > th:before {
    content: "";
    background: url(../images/dotted-vline.png) repeat-y right 0;
    width: 1px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
    opacity: 0.5;
}
.rentbox > thead > tr > th.bike:before {
    display: none;
}
.rentbox > thead > tr > th:first-child {
    padding-left: 0;
}
.rentbox > thead > tr > th.bike {
    width: 85%;
}
.rentbox > thead > tr > th.value {
    text-align: center;
}
.rentbox > thead > tr > th.price {
    width: 15%;
    text-align: center;
    white-space: nowrap;
}
.rentbox > thead > tr > th.price .price-days {
    text-transform: lowercase;
}
.price-days-mobile {
    color: #999;
    font-weight: normal;
    line-height: 14px;
    display: block;
    text-transform: lowercase;
    margin: 4px 0 0 0;
}
.rentbox > tbody > tr > td {
    vertical-align: top;
    color: #63585c;
    padding: 20px 30px;
    position: relative;
}
.rentbox > tbody > tr > td:before {
    content: "";
    background: url(../images/dotted-vline.png) repeat-y right 0;
    width: 1px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
    opacity: 0.2;
}
.rentbox > tbody > tr > td.bike:before {
    display: none;
}
.rentbox > tbody > tr > td:first-child {
    padding-left: 0;
}
.rentbox > tbody > tr > td:before:first-child, .rentbox > tbody > tr > td:before:last-child {
    display: none;
}
.rentbox > tbody > tr > td.value {
    text-align: center;
}
.rentbox > tbody > tr > td.price {
    text-align: center;
    font-weight: 600;
    color: #63585c;
}
.rentbox .bike .type {
    padding: 3px 0;
    color: #63585c;
    display: block;
}
.rentbox .bike .bike-thumb {
    border: 1px solid #ddd;
    float: left;
    margin-right: 20px;
    background: #fff;
    height: 60px;
    width: 90px;
    text-align: center;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.rentbox .bike .bike-thumb:before {
    position:absolute;
    content: "\f002";
    color:#fff;
    background: rgba(66, 51, 56, 0.6);
    left:0;
    top:0;
    height: 60px;
    line-height: 60px;
    width: 90px;
    cursor:pointer;
    pointer-events: none;
    font-family: FontAwesome;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
}
.rentbox .bike .bike-thumb:hover:before {
    opacity: 1;
}
.rentbox .bike .bike-thumb img {
    width: 100%;
    margin: auto;
    object-fit: cover;
}
.rentbox .bike .bike-thumb i {
    font-size: 44px;
    position: relative;
    top: 9px;
}
.rentbox .bike .show-deposit-info {
    background-color: #fff6df;
    border: 1px solid #ffa405;
    border-radius: 3px;
    color: #ffa405;
    left: 75px;
    padding: 1px 5px;
    position: absolute;
    top: 60px;
    display: block;
    cursor: pointer;
}
.rentbox .bike .deposit-info {
    box-sizing: border-box;
    margin: 10px 0 0;
    position: relative;
    width: calc(100% + 288px);
    z-index: 10;
    background: rgba(255,255,255,0.7);
    padding: 8px 10px;
}
.rentbox .bike .deposit-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.rentbox .bike .deposit-info ul li {
    padding: 3px 10px 3px 20px;
    position: relative;
}
.rentbox .bike .deposit-info ul li:before {
    position: abolute;
    font-family: 'Glyphicons Halflings';
    content: "\e080";
    left: 1px;
    top: 5px;
    color: #ffa405;
    font-size: 12px;
    position: absolute;
}
.rentbox .bike .deposit-info i {
    color: #ff5313;
    font-size: 16px;
    margin: 0 6px 0 0;
}
.rentbox input {
    background: #fff;
    color: #63585c;
    border-radius: 0;
    border: 1px solid #ccc;
    margin-right: 6px;
    padding: 4px 4px 4px 10px;
    text-align: left;
    text-transform: none;
    width: 55px;
}
.rentbox input.required {
    border: 1px solid red;
    background: #ffdada;
}
.extra-detail {
    padding: 0 0 15px 0;
    position: relative;
}
.extra-detail > tbody, .extra-detail > tbody + tbody {
    border: none;
}
.extra-detail > thead > tr > th {
    background: none;
    vertical-align: middle;
    color: #63585c;
    border-bottom: none;
    padding: 10px 20px;
    text-transform: none;
    font-size: 14px;
    position: relative;
    border-bottom: 3px solid #ddd;
}
.extra-detail > thead > tr > th:before {
    content: "";
    background: url(../images/dotted-vline.png) repeat-y right 0;
    width: 1px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
    opacity: 0.5;
}
.extra-detail > thead > tr > th.bike:before {
    display: none;
}
.extra-detail > thead > tr > th:first-child {
    padding-left: 0;
}
.extra-detail > thead > tr > th.bike {
    width: 85%;
}
.extra-detail > thead > tr > th.gender {
    text-align: center;
}
.extra-detail > thead > tr > th.size {
    width: 15%;
    text-align: center;
    white-space: nowrap;
}
.extra-detail > thead > tr > th.size .price-days {
    text-transform: lowercase;
    color: #ffa405;
}
.extra-detail > tbody > tr > td {
    vertical-align: middle;
    color: #63585c;
    padding: 15px 20px;
    position: relative;
}
.extra-detail > tbody > tr > td:before {
    content: "";
    background: url(../images/dotted-vline.png) repeat-y right 0;
    width: 1px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
    opacity: 0.2;
}
.extra-detail > tbody > tr > td.bike:before {
    display: none;
}
.extra-detail > tbody > tr > td:first-child {
    padding-left: 0;
}
.extra-detail > tbody > tr > td:before:first-child, .extra-detail > tbody > tr > td:before:last-child {
    display: none;
}
.extra-detail > tbody > tr > td.gender {
    text-align: center;
    padding-left: 20px;
}
.extra-detail > tbody > tr > td.size {
    text-align: center;
    color: #63585c;
}
.extra-detail .bike .type {
    padding: 3px 0;
    color: #63585c;
    display: block;
}
.extra-detail .bike .bike-thumb {
    border: 1px solid #63585c;
    float: left;
    margin-right: 20px;
    background: #fff;
    height: 53px;
    width: 80px;
    text-align: center;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.extra-detail .bike .bike-thumb  img {
    width: 100%;
    margin: auto;
    object-fit: cover;
}
.extra-detail .bike .bike-thumb i {
    font-size: 44px;
    position: relative;
    top: 9px;
}
.extra-detail input {
    background: #fff;
    color: #63585c;
    border-radius: 0;
    border: 1px solid #ccc;
    padding: 4px 4px 4px 10px;
    text-align: left;
    text-transform: none;
    width: 65px;
    margin: auto;
}
.detail-info-table {
    color: #63585c;
}
.detail-info-table > thead > tr > th {
    text-transform: none;
    background:none;
    border-bottom:3px solid #ddd;
    white-space: nowrap;
}
.detail-info-table > tbody > tr > td:first-child {
    color: #63585c;
}
.detail-info-table > thead > tr > th:first-child, .detail-info-table > tbody > tr > td:first-child {
    padding-left: 0;
}
.detail-info-table > thead > tr > th:last-child, .detail-info-table > tbody > tr > td:last-child {
    padding-right: 0;
}
.detail-info-table > tbody > tr > td {
    background:none;
    border-bottom:1px dashed #ccc;
}
.detail-info-table > tbody > tr > td .bike-description {
    vertical-align: middle;
    color: #999999;
    border-top: none;
    position: relative;
    display: block;
}
.price-table {
    display: block;
    max-width: 100%;
    overflow: auto;
    position: relative;
}
.order-block-container, .order-block-holder {
    height: 100%;
}
.order-block {
    background: #fff;
    padding: 0 25px 20px 25px;
    border: 3px solid #eee;
    border-top: none;
    position: relative;
    top: -3px;
    z-index: 10;
}
.order-block .btn-default.disabled, .order-block .btn-default[disabled], .order-block .btn-default.disabled:hover, .order-block .btn-default[disabled]:hover, .order-block .btn-default.disabled:focus, .order-block .btn-default[disabled]:focus, .order-block .btn-default.disabled.focus, .order-block .btn-default[disabled].focus, .order-block .btn-default.disabled:active, .order-block .btn-default[disabled]:active, .order-block .btn-default.disabled.active, .order-block .btn-default[disabled].active {
    background: #ccc;
    opacity: 0.5;
}
.order-block .text-danger {
    color: #ff5313;
    line-height: 16px;
}
.order-block .store-order-head {
    background: #fff;
    position: relative;
    padding: 9px 0 3px 25px;
    margin-top: 0;
    font-size: 18px;
    font-weight: 500;
    top: -48px;
    border: 3px solid #f8f8f8;
    border-bottom: none;
    width: calc(100% + 56px);
    left: -28px;
    margin-bottom: -45px;
    color: #63585c;
}
.order-block.sticky {
    margin-top: 0;
}
.order-block.sticky .store-order-head {
    border: 3px solid #eee;
    border-bottom: none;
    top: 0;
    margin-bottom: 3px;
}
.order-block .store-order-head i {
    font-size: 9px 20px;
    margin-right: 8px;
    font-size: 21px;
}
.order-block .sep {
    display: block;
    height: 1px;
    width: 100%;
    margin-bottom: 15px;
    background: url(../images/dotted-hline.png) repeat-x;
}
.order-block .total-price {
    font-size: 21px;
    color: #54b431;
    text-align: right;
    font-weight: 500;
}
.order-block .cancel-msg {
    line-height: 16px;
    color: #999999;
    margin: 10px 0 0 0;
}
.order-block .cancel-msg i {
    font-size: 20px;
    color: #999999;
    position: relative;
    top: 0;
    margin-right: 10px;
    float: left;
}
.order-block .cancel-msg span {
    color: #63585c;
    font-weight: 500;
}
.order-block .input-group-addon {
    background: #63585c;
    border: 1px solid #63585c;
    border-radius: 0;
    color: #ffa405;
    cursor: pointer;
}
.order-block .input-group-addon i {
    font-size: 16px;
}
.order-block #place_order{
    margin:20px 0;
}
.order-block .alert-message {
    color:red;
    padding:7px 0;
    line-height: 21px;
}
.order-block .alert-message i {
    font-size: 18px;
    margin-right: 5px;
    position: relative;
    top: 4px;
}
.order-block .form-control.start-date,
.order-block .form-control.end-date {
    width: calc(100% - 90px);
    margin-right: 10px;
}
.order-block .form-control.start-date-time,
.order-block .form-control.end-date-time {
    width: 80px;
}

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

    .order-block .form-control.start-date,
    .order-block .form-control.end-date,
    .order-block .form-control.start-date-time,
    .order-block .form-control.end-date-time {
        width: 100%;
    }
}

.order-block .inner-addon { 
    position: relative; 
}
.order-block .inner-addon i {
    position: absolute;
    pointer-events: none;
    z-index: 5;
    top: 13px;
    font-size: 16px;
    color: #999999;
}
.order-block .left-addon i  { left:  12px;}
.order-block .left-addon i.flip {
-moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.order-block .right-addon i { right: 12px;}

.order-block .left-addon input.form-control  { padding-left:  35px; }
.order-block .right-addon input.form-control { padding-right: 35px; }

.mapblock {
    width: 250px;
    float: left;
    position: relative;
    margin: 5px 0 0 0;
}
.mapblock .col {
    margin-bottom: 1px;
    padding: 0;
}
.mapblock h4 {
    float: left;
    margin: 0;
    min-height: 55px;
}
.mapblock h4 i {
    margin: 5px 0;
}
.mapblock ul {
    float: left;
    margin: 0;
    width: 100%;
}
.mapblock img {
    float: left;
    padding-right: 15px;
    max-width: 100% !important;
}
.mapblock .btn-sm {
    margin: 4px 0 0;
    padding: 3px;
}
.mapblock .price {
    padding: 0 0 0 13px;
    text-align: center;
}
.mapblock .price span {
    display: block;
    color: #313131;
    line-height: 14px;
}
.mapblock .price em {
    display: block;
    font-size: 21px;
    line-height: 21px;
    width: 100%;
    font-weight: 700;
    font-style: normal;
    color: #ffa405;
    margin: 5px 0 0 0;
}
.mapblock .price em.hot {
    color: #ffa405;
}
.mapblock .price em.warm {
    color: #ffa405;
}
.mapblock .price .fa {
    display: block;
    font-size: 28px;
    height: 44px;
}
.blueimp-gallery {
    background: rgba(0, 0, 0, 0.65) !important;
}
.blueimp-gallery > .prev, .blueimp-gallery > .next {
    background: #63585c !important;
    border: 2px solid #fff !important;
    font-size: 30px !important;
    height: 36px !important;
    line-height: 30px !important;
    width: 36px !important;
}
.blueimp-gallery > .prev:hover, .blueimp-gallery > .next:hover {
    color: #ffa405 !important;
    border: 2px solid #ffa405 !important;
}
.blueimp-gallery > .close:hover, .blueimp-gallery > .title:hover, .blueimp-gallery > .play-pause:hover {
    color: #ffa405 !important;
}
.blueimp-gallery > .indicator > li {
    background-size: cover !important;
    border-radius: 50% !important;
    height: 40px !important;
    width: 40px !important;
    box-shadow: none !important;
    border: 2px solid #63585c !important;
}
.blueimp-gallery > .indicator > li:hover, .blueimp-gallery > .indicator > .active {
    border: 2px solid #ffa405 !important;
}
.company-img {
    height: 130px;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: inline-table;
    background-size: cover;
}
.company-img img {
    height: 100%;
    width: 100%;
    position: absolute;
    border: 2px solid #fff;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    object-fit: cover;
}
.marker-price {
    color: #9f6b0f;
    font-size: 12px;
    width: 32px;
    text-align: center;
    font-weight: bold;
    line-height: 22px;
}
.marker-price-h {
    color: #fff;
    font-size: 12px;
    width: 32px;
    text-align: center;
    font-weight: bold;
    line-height: 22px;
}
.marker-price .currency-symbol {
    font-size: 11px;
    position: relative;
    top: -1px;
    margin-right: -2px;
}

/*****************************************************************************************************/
/********************************************* /Location *********************************************/
/*****************************************************************************************************/

/*****************************************************************************************************/
/********************************************** Checkout *********************************************/
/*****************************************************************************************************/
.checkout-form {
    background: #fff;
    position: relative;
    overflow: hidden;
}
.checkout-form h1 {
    font-size: 26px;
    font-weight: 500;
    color: #63585c;
    margin-top: 0;
}
.checkout-form h2 {
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    color: #423338;
    padding: 0 0 15px 0;
    margin: 0 0 20px 0;
    background: url("../images/dotted-hline.png") repeat-x scroll 0 bottom;
}
.checkout-form h2.noline {
    padding: 0;
    margin: 0 0 20px 0;
    background: none;
}
.checkout-form h2 i {
    font-size: 21px;
    margin-right: 15px;
}
.checkout-form .btn-link {
    border-color: #eee;
    padding: 8px 12px;
    color: #63585c;
    margin-bottom: 15px;
}
.checkout-form .btn-link:hover {
    background: #eee;
    text-decoration: none;
}
.checkout-form .help-block {
    color: #ff1717;
}
.checkout-form .help-block i, .checkout-form .help-block .fa, .checkout-form .help-block span {
    color: #ff1717;
    margin-right: 5px;
}
.validate-group {
    position:relative;
}
.validate-group .input-indicator {
    display: inline-block;
    width: 14px;
    position: absolute;
    bottom: 7px;
    right: 25px;
}
.validate-select .input-indicator {
    right:35px;
}    
.validate-group .input-indicator .correct {
    color:green;
}
.validate-group .input-indicator .error {
    color:red;
}
.info-block {
    background: #fff;
    padding: 30px 30px 60px 15px;
}
.info-block-inner {
    max-width: 550px;
}
.info-block .check-list {
    margin: 0 0 5px 0;
    padding: 0;
}
.info-block .check-list span {
    list-style: none;
    padding: 0 0 0 60px;
    margin: 0 0 20px 0;
    position: relative;
    display: block;
    min-height: 30px;
}
.info-block .check-list i {
    position: absolute;
    left: 0;
    font-size: 35px;
    top: 2px;
    color: #fbcd7e;
    width: 46px;
    height: 100%;
    background: url(../images/dotted-vline.png) repeat-y right 0;
}
.info-block .check-list i.fa-envelope-o {
    font-size: 30px;
}
.info-block .check-list i.fa-files-o {
    font-size: 30px;
}
.info-block-inner .socia-icons {
    margin: 10px 0 0 0;
}
.info-block-inner .socia-icons a i {
    font-size: 21px;
    color: #63585c;
    margin: 0 10px 0 0;
}
.info-block-inner .socia-icons a i:hover {
    font-size: 21px;
    color: #ffa405;
    margin: 0 10px 0 0;
}
.summary-block {
    background: #f8f8f8;
    border-left: 2px solid #eee;
    padding: 30px 15px 60px 30px;
    position: relative;
}
.summary-block:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background: #eee;
    left: -2px;
    top: 100%;
    z-index: 1;
}
.summary-block:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    left: 0;
    top: 100%;
}
.payment-summary-block {
    min-height: 0;
    border-left: none;
}
.summary-block-inner {
    max-width: 360px;
}
.location-summary {
    float: left;
}
.location-summary i {
    margin-right: 8px;
    font-size: 14px;
    position: relative;
    top: -1px;
}
.location-summary i.fa-street-view {
    font-size: 18px;
    margin-right: 5px;
    top: 0;
}
.payment-form h1 {
    font-size: 26px;
    font-weight: 500;
    color: #63585c;
    margin-top: 0;
}
.payment-form h2 {
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    color: #423338;
    padding: 0 0 15px 0;
    margin: 0 0 20px 0;
    background: url("../images/dotted-hline.png") repeat-x scroll 0 bottom;
}
.payment-form h2.noline {
    padding: 0;
    margin: 0 0 20px 0;
    background: none;
}
.payment-form h2 i {
    font-size: 21px;
    margin-right: 15px;
}
.payment-block {
    background: #fff;
    padding: 30px 30px 30px 30px;
    margin: 0 0 -30px 0;
    border-right: 2px solid #eee;
}
.payment-block .btn-link {
    border-color: #eee;
    padding: 8px 12px;
    color: #63585c;
}
.payment-block .btn-link:hover {
    background: #eee;
    text-decoration: none;
}
#cart-details {
    background: url("../images/dotted-hline.png") repeat-x scroll 0 top;
    clear: both;
    padding: 20px 0 0 0;
    width: 100%;
    float: left;
    margin-top: 15px;
}
#cart-details h4.product-name {
    margin: 0;
    color: #63585c;
}
#cart-details h4.product-name .quantity {
    float: left;
    margin: 0 6px 10px 0;
}
#cart-details .total-price {
    font-size: 21px;
    color: #54b431;
    text-align: right;
    font-weight: 500;
    padding-top: 10px;
    margin-top: 0;
    background: url("../images/dotted-hline.png") repeat-x scroll 0 top;
}
#cart-details .row {
    margin-bottom: 15px;
}
#cart-details .total-price .row {
    margin-bottom: 0;
}
#cart-details .descr {
    color: #999999;
    font-style: italic;
}
#cart-details .details-list {
    background: rgba(0, 0, 0, 0) url("../images/dotted-vline.png") repeat-y scroll left 0;
    margin: -17px 0 5px 7px;
    padding: 10px 0 0 0;
    list-style: none;
    width: 100%;
}
#cart-details .details-list li {
    padding: 0 0 0 20px;
    position: relative;
    top: 11px;
}
#cart-details .details-list li:before {
    background: rgba(0, 0, 0, 0) url("../images/dotted-hline.png") repeat-x scroll 0 center;
    content: "";
    width: 15px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 13px;
}
#cart-details .details-list i {
    font-size: 18px;
    color: #63585c;
    margin-right: 20px;
    position: relative;
}
#cart-details .details-list i.fa-female {
    color: #787878;
}
#cart-details .details-list i:after {
    background: rgba(0, 0, 0, 0) url("../../images/dotted-hline.png") repeat-x scroll 0 center;
    content: "";
    position: absolute;
    left: 18px;
    top: 11px;
    width: 10px;
    height: 1px;
}
.pickup-time {
    background: url("../images/dotted-hline.png") repeat-x scroll 0 bottom;
    clear: both;
    padding: 20px 0;
    margin-bottom: 20px;
}
.pickup-time h4 {
    margin-top: 15px;
    font-weight: 500;
    margin: 0 0 10px 0;
    color: #63585c;
}
.pickup-time h4 label {
    font-weight: 500;
    margin: 0;
}
.pickup-time #checkout_pickupTime select {
    margin: 0 10px;
    display: inline;
    width: auto;
}
.pickup-time i {
    float: left;
    font-size: 23px;
    margin-right: 5px;
    position: relative;
    top: 8px;
    left: 2px;
}
.discount-coupon {
    background: url("../images/dotted-hline.png") repeat-x scroll 0 bottom;
    clear: both;
    padding: 0 0 20px 0;
}
.discount-coupon i {
    float: left;
    font-size: 21px;
    margin-right: 10px;
    position: relative;
    top: 10px;
    color: #787878;
}
.discount-coupon input {
    float: left;
    width: auto;
}
.discount-coupon a {
    background: none;
    border: none;
    float: left;
    width: 40px;
    text-align: center;
    position: relative;
    top: 2px;
}
.discount-coupon a:focus, .discount-coupon a:hover {
    background: none;
    border: none;
}
.discount-coupon a i {
    float: none;
    font-size: 21px;
    margin: 0;
    top: 2px;
}
.discount-coupon a:hover i {
    color: #ffa405;
}
.discount-coupon .text-danger a {
    float:none;
    width: auto;
    text-align: center;
    position: relative;
    top: 0;
}
.discount-coupon h4 {
    font-weight: 500;
    color: #63585c;
    margin: 0 0 10px 0 !important;
}
.checkout-summary-footer {
    padding-bottom: 15px 0;
}
.checkout-summary-footer .payment-icons {
    font-size: 21px;
    color: #787878;
}
.cancel-msg {
    line-height: 16px;
    color: #999999;
    margin: 10px 0 15px 0;
}
.cancel-msg i {
    font-size: 20px;
    color: #999;
    position: relative;
    top: 0;
    margin-right: 10px;
    float: left;
}
.cancel-msg span {
    color: #63585c;
    font-weight: 600;
}
.payment-logos {
    background: #f8f8f8;
    margin: 0 -30px -20px -30px;
    padding: 10px 0;
}
.payment-logos .row {
    text-align: center;
}
.payment-logos .row img {
    max-width: 80%;
    height: auto;
}
.checkbox a {
    color: #ffa405;
}
.discount-amount {
    color: #ff1717;
}
.discount-error {
    box-shadow: 0px 0px 0px 2px rgba(255, 23, 23, 0.6);
}
#opening-hours-warning {
    color: red;
    display: block;
    line-height: 40px;
    padding: 10px 0 0;
}
#opening-hours-warning i {
    color: red;
    float: left;
    font-size: 20px;
    margin-right: 11px;
}
/*****************************************************************************************************/
/********************************************* /Checkout *********************************************/
/*****************************************************************************************************/

/*****************************************************************************************************/
/****************************************** Forgot Password ******************************************/
/*****************************************************************************************************/

h1.password {
    font-size: 42px;
    margin-bottom: 10px;
    margin-top: 20px;
}
h2.password {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.password-details {
    font-size: 16px;
    margin-bottom: 0;
}
.password-template {
    padding: 20px 15px 40px 15px;
    text-align: center;
}
.password-template i {
    font-size: 100px;
    color: #b5b5b5;
}
.password-form {
    max-width: 400px;
    margin: 0 auto 15px auto;
}
.password-error {
    color:red;
}
 
/*****************************************************************************************************/
/***************************************** /Forgot Password ******************************************/
/*****************************************************************************************************/


/*****************************************************************************************************/
/************************************************ 404 ************************************************/
/*****************************************************************************************************/

h1.error {
    font-size: 42px;
    margin-bottom: 20px;
    margin-top: 20px;
}
h2.error {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.error-details {
    font-size: 16px;
    margin-bottom: 30px;
}
.error-template {
    padding: 20px 15px 40px 15px;
    text-align: center;
}
.error-template .fa {
    font-size: 100px;
    color: #b5b5b5;
    margin-bottom: 10px;
}
.error-actions {
    margin: 15px 0;
}

/*****************************************************************************************************/
/*********************************************** /404 ************************************************/
/*****************************************************************************************************/

/*****************************************************************************************************/
/*********************************************** Survey **********************************************/
/*****************************************************************************************************/
.survey-block {
    background: url(../images/bg-survey-block.png) right 0 no-repeat;
    position: fixed;
    top: 30%;
    left: -265px;
    width: 350px;
    height: 209px;
    z-index: 10;
    color: #fff;
    padding: 10px 80px 10px 15px;
    font-size: 14px;
}
.survey-content {
    position: relative;
}
.survey-block .survey-descr {
    line-height: 18px;
    margin: 0 0 18px 0;
}
.survey-block h3 {
    font-size: 21px;
    color: #fff;
    margin: 18px 0 10px;
    text-transform: uppercase;
}
.survey-block h4 {
    font-size: 19px;
    color: #fff;
    height: 150px;
    margin: 0;
    position: absolute;
    right: -10px;
    top: 0;
    text-transform: uppercase;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.survey-block i {
    color: #fff;
    font-size: 14px;
    margin: 0;
    position: absolute;
    right: -53px;
    text-transform: uppercase;
    top: 70px;
}
.survey-block h3 span, .survey-block h4 span {
    color: #ffa405;
}
.survey-block .btn {
    background: #ffa405;
    float: left;
    width: auto;
    border: none;
    margin: 0 0 11px 0;
}
.survey-block .btn:hover, .survey-block .btn:focus {
    background: #ff5313;
    border: none;
}
.survey-block .remove-survey {
    cursor: pointer;
    clear: both;
    color: rgba(255, 255, 255, 0.5);
}
.survey-block .remove-survey:hover {
    color: rgba(255, 255, 255, 1);
}

/*****************************************************************************************************/
/*********************************************** /Survey *********************************************/
/*****************************************************************************************************/

/*****************************************************************************************************/
/*********************************************** Newsletter ******************************************/
/*****************************************************************************************************/
#newsletter .modal-dialog {
    background: rgba(66, 51, 56, 0.9);
    display: block;
    max-width: 400px;
    overflow: auto;
    padding: 15px 15px 25px 15px;
    position: relative;
    color: #fff;
    margin-top: 10%;
    font-size: 14px;
    border: 2px solid #2b2124;
}
#newsletter .close {
    color: #ffa405;
    display: block;
    font-size: 34px;
    font-weight: lighter;
    line-height: 10px;
    padding: 12px;
    position: absolute;
    right: 0;
    text-shadow: none;
    top: 0;
    z-index: 1;
    opacity: 1;
}
#newsletter p {
    margin: 10px 0 20px 0;
    line-height: 18px;
}
#newsletter h3 {
    color: #fff;
    font-family: Oswald, Arial, sans-serif;
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 32px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}
#newsletter h4 {
    color: #ffa405;
    font-family: Oswald, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 18px;
    text-transform: uppercase;
    margin: 20px 0 0 0;
}
#newsletter .discountmsg {
    color: #fff;
    font-family: Oswald, Arial, sans-serif;
    font-size: 46px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 46px;
    text-transform: uppercase;
    margin: 20px 0;
}
#newsletter  h3 span, #newsletter .discountmsg span {
    color: #ffa405;
}
#newsletter .btn {
    background: #ffa405;
    float: left;
    width: auto;
    border: none;
    margin: 0 0 11px 0;
}
#newsletter .btn:hover, #newsletter .btn:focus {
    background: #ff5313;
    border: none;
}
#newsletter .remove-survey {
    margin-left: 15px;
    position: relative;
    top: 4px;
    cursor: pointer;
    clear: both;
    color: rgba(255, 255, 255, 0.5);
}
#newsletter .remove-survey:hover {
    color: rgba(255, 255, 255, 1);
}
.newsletter-bar {
    margin: 0 auto 0 auto;
    padding: 40px 0;
    color: #fff;
    background: white;
    border-top: none;
    margin-bottom: -3px;
    position: relative;
    z-index: 1;
}
.newsletter-bar .btn-subscribe {
    background: none;
    border-radius: 0;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    height: 42px;
    position: relative;
    width: 100%;
    top: 1px;
    text-align: center;
    color: white;
    background-color: #ffa405;
    margin-left: -15px;
}
.newsletter-bar .btn-subscribe:hover {
    background: #63585c;
    color: #fff;
}
.newsletter-bar .btn-subscribe:active {
    color: #ffa405;
}
.newsletter-bar .subscribe-input {
    border: none;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
}
.newsletter-bar .newsletter-title {
    font-size: 24px;
    line-height: 21px;
    margin-bottom: 20px;
    position: relative;
    color: #63585c;
    font-weight: 500;
}
.newsletter-bar .newsletter-subtitle {
    line-height: 21px;
    margin-bottom: 20px;
    position: relative;
    color: #787878;
}

/*****************************************************************************************************/
/*********************************************** /Newsletter *****************************************/
/*****************************************************************************************************/

/*****************************************************************************************************/
/************************************************* Coupon ********************************************/
/*****************************************************************************************************/

.couponpage {
    padding: 30px 0;
    position: relative;
}
.couponpage h1 {
    font-size:38px;
}
   
.couponpage .sort {
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 10px 15px;
    margin-top: 10px;
    text-align: center;
}

.couponpage .discount {
    min-height: 50px;
    position: relative;
    font-size: 80px;
    line-height: 80px;
    text-align: center;
    font-weight: bold;
    background: #ffa405;
    padding: 20px 15px 0;
    color: #63585c;
}

.couponpage .discount:after {
    content: " ";
    
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    position: absolute;
    bottom: -20px;
    left: 20%;
    border-top: 20px solid #ffa405;
}


.couponpage .discount .type {
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: -30px;
}

.couponpage .descr {
    color: #999;
    margin-top: 10px;
    padding: 20px 15px;
    line-height: 21px;
}

.couponpage .descr strong {
    font-weight: 500;
}
 
.couponpage .ends {
    padding: 0 15px;
    color: #ffa405;
    margin-bottom: 10px;
}

.couponpage .coupon {
    min-height: 50px;
    text-align: center;
    background: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    padding: 20px 15px;
    border-right: 2px solid #ddd;
    border-bottom: 3px solid #ddd;
}

.couponpage .coupon a.open-code {
    color: #63585c;
}

.couponpage .coupon .code {
    letter-spacing: 2px;
    border-radius: 2px;
    margin-top: 10px;
    padding: 10px 15px;
    color: #ffa405;
    font-weight: 500;
    border:2px dashed #63585c;
}

/*****************************************************************************************************/
/************************************************ /Coupon ********************************************/
/*****************************************************************************************************/


/*****************************************************************************************************/
/************************************************ Sitemap ********************************************/
/*****************************************************************************************************/

.sitemap h1 {
    font-size: 26px;
    font-weight: 700;
    color: #63585c;
    margin: 30px 0 5px 0;
}
.sitemap a, .sitemap a:focus {
    color: #63585c;
    text-decoration: none;
}
.sitemap a:hover {
    color: #ffa405;
    text-decoration: none;
}

/*****************************************************************************************************/
/************************************************ /Sitemap *******************************************/
/*****************************************************************************************************/

/*****************************************************************************************************/
/*********************************************** Review **********************************************/
/*****************************************************************************************************/
.review-upper {
    background: #fff;
    padding: 30px 0;
    border-bottom: 3px solid #ddd;
    clear: both;
}
.review-upper h1 {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 26px;
    font-weight: 600;
    line-height: 24px;
    color: #63585c;
    display: flex;
}
.review-addbox {
    padding: 30px 0;
    float: left;
    width: 100%;
}
.review-addbox .rating-selector {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 15px;
}
.review-addbox .rating-selector i {
    font-size: 24px;
    margin: 0 8px 0 0;
    cursor: pointer;
}
.review-addbox .rating-selector i:last-child {
    margin-right: 0;
}
.review-addbox .rating-selector i.fa-star-o {
    color: #999;
}
.review-addbox  h1 {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 26px;
    font-weight: 600;
    line-height: 24px;
    color: #63585c;
    display: flex;
}
.review-addbox h2 {
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    color: #423338;
    padding: 0 0 15px 0;
    margin: 0 0 20px 0;
    background: url("../images/dotted-hline.png") repeat-x scroll 0 bottom;
}
.review-addbox h2 i {
    color: #ffa405;
    font-size: 21px;
    margin-right: 15px;
}
.review-descr {
    line-height: 18px;
    display: flex;
}
.review-row {
    background: url("../images/dotted-hline.png") repeat-x scroll 0 bottom;
    padding: 30px 0;
    font-size: 14px;
    color: #63585c;
    line-height: 21px;
}
.review-row:first-child {
    padding-top: 0;
}
.review-row:last-child {
    background: none;
    padding-bottom: 0;
}
.review-row  .review-title {
    font-size: 16px;
    font-weight: 600;
    color: #63585c;
    margin-bottom: 10px;
}
.review-row  .review-title .rating {
    display: inline-block;
}
.review-row .review-summary {
    margin:15px 0 0 100px;
    line-height: 24px;
    display: table;
}
.review-row .bbb-comment {
    margin:20px 0 0 100px;
    padding:10px 15px;
    background:rgba(255, 255, 255, 0.4);
}
.review-row .review-summary .rating {
    display: inline-block;
}
.review-row .review-summary-title {
    font-weight: 600;
    color: #63585c;
    margin-right: 5px;
    width: 140px;
    display: inline-block;
}
.review-row .rating i {
    color: #63585c;
    padding: 0 2px;
    font-size: 14px;
}
.review-row .rating i.fa-star, .review-row .rating i.fa-star-half {
    color: #63585c;
    position: relative;
    z-index: 5;
}
.review-row .rating i.star-half {
    margin-right: 6px;
}
.review-row .rating i.star-passive {
    color: rgba(255, 255, 255, 0.7);
    position: absolute;
    right: -6px;
    z-index: -1;
}
.review-row .rating i.empty-star {
    color: rgba(255, 255, 255, 0.7);
}
.review-row .review-person {
    text-align: center;
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
}
.review-row .review-person .mood {
    background: none;
    width: 80px;
    height: 80px;
    border: 2px solid #63585c;
    display: block;
    border-radius: 50%;
    margin: 0 auto 5px auto;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
}
.review-row .review-person .mood i {
    bottom: 0;
    top:12px;
    display: block;
    height: auto;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    font-size: 70px;
    color: #fff;
    border-radius: 50%;
    z-index: -1;
}

/*****************************************************************************************************/
/*********************************************** /Review *********************************************/
/*****************************************************************************************************/

/*****************************************************************************************************/
/*********************************************** Stemap **********************************************/
/*****************************************************************************************************/

.sitemap {
    margin-bottom: 50px;
}
.sitemap .sitemap-location {
    margin-top: 30px;
}
.sitemap .details-list {
    background: rgba(0, 0, 0, 0) url("../images/dotted-vline.png") repeat-y scroll left 0;
    margin: 0px 0 0px 6px;
    padding: 0 0 0 5px;
    list-style: none;
    width: 100%;
}
.sitemap .details-list li {
    padding: 0 0 0 20px;
    position: relative;
    top: 11px;
}
.sitemap .details-list li:before {
    background: rgba(0, 0, 0, 0) url("../images/dotted-hline.png") repeat-x scroll 0 center;
    content: "";
    width: 15px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 10px;
}

/*****************************************************************************************************/
/*********************************************** /Stemap *********************************************/
/*****************************************************************************************************/

/*****************************************************************************************************/
/********************************************** Lightbox *********************************************/
/*****************************************************************************************************/

.ekko-lightbox-container {
    position: relative;
}
.ekko-lightbox-nav-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
}
.ekko-lightbox-nav-overlay a {
    z-index: 100;
    display: block;
    width: 49%;
    height: 100%;
    font-size: 30px;
    color: #ffa405;
    opacity: 0;
    outline: none;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.ekko-lightbox-nav-overlay a:hover {
    text-decoration: none;
}
.ekko-lightbox-nav-overlay a:empty {
    width: 49%;
}
.ekko-lightbox a:hover {
    text-decoration: none;
    opacity: 1;
}
.ekko-lightbox .glyphicon-menu-left {
    left: 0;
    float: left;
    padding-left: 15px;
    text-align: left;
}
.ekko-lightbox .glyphicon-menu-right {
    right: 0;
    float: right;
    padding-right: 15px;
    text-align: right;
}
.ekko-lightbox .modal-header {
    background: #63585c;
    border-bottom: none;
}
.ekko-lightbox .modal-title {
    color: #ffa405;
}
.ekko-lightbox .modal-content {
    border-radius: 0;
    border: 2px solid #63585c;
}
.ekko-lightbox .modal-body {
    padding: 0;
}
.ekko-lightbox .modal-footer {
    text-align: left;
}
.ekko-lightbox .close {
    color: #ffa405;
    opacity: 1;
    text-shadow: none;
}

/*****************************************************************************************************/
/************************************************ /Lightbox ******************************************/
/*****************************************************************************************************/

/*****************************************************************************************************/
/******************************************* Media Queries *******************************************/
/*****************************************************************************************************/
@media screen and (max-width:1500px) {
    .location-listing .location-row .location-col {
        width: 50%;
    }
}
@media screen and (max-width:1300px) {
    .header {
        padding: 0 15px;
    }
    .header .company-information {
        width: 65px;
    }
    .header .fa-phone {
        font-size: 21px;
        margin: 0 18% 0 0;
        top: 4px;
    }
    .header .fa-envelope-o {
        font-size: 21px;
        margin: 0 0 0 18%;
        top: 3px;
    }
    .header .company-information .tooltip {
        display: block !important;
    }
    .header .company-information .company-information-detail {
        display: none;
    }
    .location-leftcol {
        min-width: 30%;
    }
    .location-rightcol {
        max-width: 70%;
    }
}
@media screen and (max-width:1100px) {
    .locationcrumb {
        width: 100%;
        margin-bottom: 25px;
    }
    .location-leftcol {
        min-width: 35%;
    }
    .location-rightcol {
        max-width: 65%;
    }
    .location-rightcol-mobile {
        max-width: 100%;
    }
}
@media screen and (max-width:992px) {
    .location-below .about-company {
        top: 0;
    }
    .location-listing .location-row .location-col {
        width: 100%;
    }
    .location-listing .bike-thumb img {
        max-height: none;
        margin: 0 auto;
    }
    .navbar-toggle {
        display: block;
        top: 13px;
    }
    #bodywrapper {
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        left: 0;
        overflow-x: hidden;
        position: relative;
    }
    #bodywrapper #main-navbar {
        position: fixed;
        z-index: 999999;
        top: 0;
        left: -250px;
        width: 250px;
        height: 100vh !important;
        max-height: 100%;
        overflow-y: auto;
        margin: 0;
        padding: 0;
        border: none;
        -webkit-box-shadow: -3px 0px 0 rgba(0, 0, 0, 0.02) inset;
        box-shadow: -3px 0px 0 rgba(0, 0, 0, 0.02) inset;
        background: #2b2124;
        display: block !important;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    #bodywrapper #main-navbar .top {
        background: rgba(66, 51, 56, 0.9);
        display: block;
    }
    #bodywrapper #main-navbar .top .title {
        display: block;
        font-size: 18px;
        height: 59px;
        font-weight: 400;
        line-height: 59px;
        color: #fff;
        margin: 0;
        padding: 0 15px 0 15px;
        background: rgba(66, 51, 56, 0.9);
    }
    #bodywrapper #main-navbar .top #closeMenu {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 99;
        width: 52px;
        height: 59px;
        text-align: center;
        cursor: pointer;
    }
    #bodywrapper #main-navbar .top #closeMenu:before, #bodywrapper #main-navbar .top #closeMenu:after {
        position: absolute;
        right: 25px;
        top: 19px;
        content: ' ';
        height: 22px;
        width: 2px;
        background-color: #fff;
    }
    #bodywrapper #main-navbar .top #closeMenu:before {
        transform: rotate(45deg);
    }
    #bodywrapper #main-navbar .top #closeMenu:after {
        transform: rotate(-45deg);
    }
    #bodywrapper #main-navbar ul {
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    #bodywrapper #main-navbar ul li {
        float: left;
        width: 100%;
        display: block;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid rgba(66, 51, 56, 0.9);
    }
    #bodywrapper #main-navbar ul li a {
        display: block;
        color: #fff;
        margin: 0;
        padding: 15px;
    }
    #bodywrapper #main-navbar ul li a i {
        float:left;
        margin-right: 10px;
        margin-left: 0;
        color: #ffa405;
        position: relative;
        top: 1px;
        font-size: 15px;
    }
    #bodywrapper #main-navbar ul li a:hover, #bodywrapper #main-navbar ul li a:focus {
        color: #ffa405;
    }
    #bodywrapper #main-navbar ul .dropdown.active .dropdown-toggle {
        font-weight: bold;
    }
    #bodywrapper #main-navbar ul .dropdown-toggle:after {
        float: right !important;
        color: #c7d520 !important;
        margin-top: 0 !important;
    }
    #bodywrapper #main-navbar .dropdown-menu:after, #bodywrapper #main-navbar .dropdown-menu:before {
        display: none;
    }
    #bodywrapper #main-navbar .dropdown-menu {
        position: relative !important;
    }
    #bodywrapper #main-navbar .dropdown-menu li {
        border: 0 !important;
    }
    #bodywrapper #main-navbar .dropdown-menu a {
        padding: 0px 0px 20px 13px !important;
    }
    #bodywrapper #main-navbar .dropdown-menu .active a {
        color: #c7d520 !important;
        background: none !important;
    }
}
@media screen and (max-width:900px) {
    .promo-holder {
        right: 0;
        top: auto;
        left: 0;
        bottom: 13%;
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
        margin: auto;
    }
}

@media screen and (max-width:767px) {
    .navbar-nav {
        margin: 0;
    }
    .header {
        background: rgba(66, 51, 56, 1);
    }
    .header .main-nvaigation {
        float: right;
        margin-left: 10px;
    }
    .header .trans-order .navbar-order {
        margin-right: 15px;
    }
    .header .fa-envelope-o {
        margin: 0 10px 0 15px;
    }
    .header .logo {
        margin-right: 0;
    }
    .newsletterbox input {
        margin-top: 15px;
    }
    .location_rentblock {
        float: left;
        margin: 30px 0;
        width: 100%;
    }

    .home-filter h1 {
        padding: 30px 30px 15px 30px;
    }
    .home-filter {
        height: auto;
        background: #2b2124;
        padding: 70px 0 30px 0;
    }
    .filter-block {
        background: rgba(66, 51, 56, 1);
        padding: 15px;
        margin: 7% 15px 0 15px;
    }
    .filter-block select, .filter-block input[type="text"], .multiselect.dropdown-toggle {
        width: calc(100% + 8px);
        margin-bottom: 15px;
    }
    .filter-block .last-select select, .filter-block .last-select .multiselect.dropdown-toggle {
        margin-left: -8px;
    }
    .multiselect-container {
        width: calc(100% + 8px);
        margin-top: -15px;
        left: -8px;
    }
    .promo-holder {
        position: relative;
        margin-top: 50px;
        width: calc(100% - 30px);
        margin: 30px auto 0 auto;
    }
    .promo-alkmaar {
        position: relative !important;
        width: auto !important;
        height: 110px !important;
        bottom: -30px !important;
        margin-right: 15px !important;
    }
    .location-leftcol {
        position: relative;
        height: 100%;
        top: 0;
    }
    .listing-infoblock {
        width: calc(100% + 30px);
        padding: 20px;
    }
    .listing-infoblock .btn-more {
        width: 100%;
    }
    .location-listing {
        height: auto;
        overflow: hidden;
        width: 100%;
        margin-top: 10px;
    }
    .location-listing .listing li:after {
        width: 100%;
    }
    .order-block {
        border: 3px solid #ddd;
        top: -43px;
    }
    .order-block .store-order-head {
        padding: 15px 0 5px 0;
        top: 0;
        border: none;
        width: 100%;
        left: 0;
        margin-bottom: 0;
    }
    .rentbox {
        margin-bottom: 20px;
    }
    .payment-block, .info-block {
        padding: 30px 15px;
        min-height: 0;
        margin-bottom: 0;
        border-right: 0;
    }
    .summary-block {
        border-left: none;
        margin-bottom: 0;
        min-height: 0;
        padding: 30px 15px;
        border-top: 2px solid #eee;
    }
    .info-block-inner, .summary-block-inner {
        max-width: 100%;
    }
    .review-col {
        margin-bottom: 30px;
    }
    .location-listing .bike-thumb .left-arrow, .location-listing .bike-thumb .right-arrow {
        display: block !important;
    }
    .rentbox .bike .deposit-info {
        width: calc(100% + 254px);
    }
    footer.mainfooter {
        padding: 30px 0;
    }
    footer.mainfooter .footer-left, footer.mainfooter .footer-center {
        width: 50%;
    }
    footer.mainfooter .footer-right {
        margin-top: 30px;
        text-align: left;
    }
    footer.mainfooter .copyright {
        margin-top: 15px;
        text-align: left;
    }
    footer.mainfooter ul li a {
        padding: 5px 0;
    }
}
@media screen and (max-width:480px) {

    .filter-block .region-select {
        width: 100%;
    }
    .filter-block select, .filter-block input[type="text"], .multiselect.dropdown-toggle {
        width: 100%;
    }
    .filter-block .last-select select, .filter-block .last-select .multiselect.dropdown-toggle {
        margin-left: 0;
    }
    .multiselect-container {
        width: 100%;
        margin-top: -15px;
        left: 0;
    }
    .rentbox .bike .bike-thumb {
        margin-bottom: 15px;
    }
    .rentbox > thead > tr > th {
        padding: 10px 20px;
    }
    .rentbox > tbody > tr > td {
        padding: 20px 10px;
    }
    .rentbox .bike .deposit-info {
        width: calc(100% + 175px);
    }
    .location-upper .date-box i {
        display: none;
    }
    .location-upper .date-box .input-daterange, .location-upper .date-between, .location-upper .date-box .input-holder {
        width: 100%;
    }
    .review-row .review-person {
        text-align: center;
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .review-row .bbb-comment,
    .review-row .review-summary {
        margin-left:0;
    }
}
@media screen and (max-width:440px) {
    .rentbox > tbody > tr > td.bike b {
        clear: both;
        display: block;
    }
    .rentbox .bike .bike-thumb {
        margin-right: 0;
    }
    footer.mainfooter .footer-left, footer.mainfooter .footer-center {
        width: 100%;
    }
}
@media screen and (max-width:365px) {
    .header .logo img {
        max-height: 40px;
    }
    .mapblock {
        width: 160px;
    }
    .location-review {
        display: none;
    }
    .sitemap .grid-item {
        width: 100%;
    }
}

/*****************************************************************************************************/
/******************************************* /Media Queries ******************************************/
/*****************************************************************************************************/
[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}
[v\:cloak], [v-cloak], .v-cloak {
    display: none !important;
}
/**
    checkout/extra-details
 **/

.mobile-only {
    display: none;
}

@media screen and (max-width:480px) {

    .mobile-only {
        display: initial;
    }

    .mobile-label {
        display: block;
        text-align: center;
        font-size: 11px;
        margin: 5px 0px 15px 0px;
    }

    .extra-details-checkout,
    .extra-details-checkout tbody,
    .extra-details-checkout thead,
    .extra-details-checkout th,
    .extra-details-checkout tr,
    .extra-details-checkout td {
        display: block;
        width: 100% !important;
        padding: 0 !important;
    }

    .extra-details-checkout thead {
        display: none;
    }

    .extra-details-checkout th {
        text-align: left !important;
    }

    .extra-details-checkout b {
        display: block;
        text-align: center;
    }

    .extra-detail .bike .bike-thumb {
        display: block;
        float: none;
        margin: 10px 0 10px 0;
        height: auto;
        width: auto;
        padding: 10px;
        border: none;
    }

    .extra-detail > tbody > tr > td {
        background: none !important;
    }

    .extra-detail > tbody > tr > td.bike {
        padding-bottom: 10px !important;
    }

    .extra-detail > tbody > tr > td.gender {
        background: none;
    }

    .extra-detail > tbody > tr > td.size {
        background: none;
        padding: 10px !important;
    }

    .extra-detail > tbody > tr > td:before {
        display: none;
    }

    .extra-detail .bike .bike-thumb img {
        width: 80px;
        height: auto;
    }

    .extra-detail .bike .type {
        padding: 0;
        display: block;
        text-align: center;
    }

    .gender label.radio {
        display: inline-block;
        padding: 15px 10px;
        margin-bottom: 0;
    }

    .extra-detail > tbody, .extra-detail > tbody + tbody {
        border-top: 1px solid #ccc;
    }

    input[type="radio"]:checked+.lbl:before {
        content: "\2022";
        font-size: 40px;
        line-height: 19px;
    }
}
