.forms {
    margin-top: 30px;
}

.forms form {
    display: none;
}

.forms form .fieldset {
    position: relative;
}

.forms .popover-validate-msg.top {
    position: absolute;
    top: 57px;
    left: 0;
}

.forms-switchers {
    margin-top: 30px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.popular-car-block a,
.top-car-rental-deals a {
    color: #58585a;
}

.top-car-rental-deals a:hover {
    color: #c22226;
    text-decoration: none;
}

.panel-mw24 {
    border-color: #90c695;
}

.panel-mw24.last {
    margin: 0;
}

.panel-mw24 > .panel-heading {
    color: #58585A;
    background-color: #90c695;
    border-color: #90c695;
    padding: 7px 15px;
}

.panel-mw24 > .panel-body {
    padding: 7px 15px;
}

.panel-body.border {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

.customer-block > .panel-body,
.legal-info.panel-mw24 .panel-body,
.panel-mw24 > .panel-body.extras-body {
    padding: 15px;
}

.panel-mw24.station-info-block > .panel-body {
    padding: 0;
}

.panel-mw24 > .panel-heading > h2,
.panel-mw24 > .panel-heading > h3 {
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.panel-mw24 > .panel-heading > i {
    float: right;
    margin-top: 2px;
}

.panel-mw24[data-id="price-filter"] .panel-heading,
.panel-mw24[data-id="filter"] .panel-heading {
    cursor: pointer;
}

.mw24-panel[data-id="price-filter"] .panel-heading,
.mw24-panel[data-id="price-filter"] .panel-body,
.mw24-panel[data-id="filter"] .panel-heading,
.mw24-panel[data-id="filter"] .panel-body {
    padding: 7px 15px;
}

.mw24-panel[data-id="price-filter"] .panel-heading .checkbox label,
.mw24-panel[data-id="filter"] .panel-heading .checkbox label,
.mw24-panel[data-id="filter"] .panel-body .checkbox label {
    color: #58585a;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.btn-mw24 {
    color: #FFFFFF;
    background-color: #2F8134;
    border-color: #2F8134;
    text-transform: uppercase;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background-color: #2f8134;
}

.order .btn-mw24 {
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    color: #C1E3C3;
    line-height: 21px;
}

.order .btn-mw24:hover {
    color: #58585A;
}

.addit-info .panel-group .panel-body {
    padding: 0;
}

.addit-info .tab-content {
    height: 330px;
    overflow-y: auto;
    padding: 10px 20px;
    margin: 3px 0 20px 0;
}

.addit-info .tab-content ul {
    margin-bottom: 10px;
}

.addit-info .tab-content ul > li {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    text-indent: 25px;
    height: auto;
}

.addit-info-show {
    display: block;
    border-radius: 4px;
}

.addit-info.addit-info-show .highlight {
    background-color: #ffff47;
}

.addit-info.addit-info-show .highlight.active {
    background-color: #f56f15;
}

.addit-info .nav-tabs {

}

.addit-info .nav-tabs>li>a:hover,
.addit-info .nav-tabs>li>a:focus {
    color: #58585b;
    background-color: #90c695;
    border-radius: 0;
    border: 0;
    text-shadow: none;
}

.addit-info .nav-tabs>li.active>a,
.addit-info .nav-tabs>li.active>a:hover {
    box-shadow: none;
}

.addit-info .nav-tabs>li>a {
    margin-right: 0;
    border-radius: 0;
    background-color: #2F8134;
    color: #C1E3C3;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: bold;
    border-color: transparent;
    padding: 5px 14px;
    border: 0;
    box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.2);
}

.addit-info .nav-tabs>li.active>a,
.addit-info .nav-tabs>li.active>a:focus,
.addit-info .nav-tabs>li.active>a:hover {
    background-color: #fafafa;
    color: #555;
    text-shadow: 1px 1px 1px #fff;
    border-right: 1px solid #ddd;
}

.addit-info .nav-tabs>div.close {
    right: 10px;
    position: absolute;
    top: 4px;
    opacity: 1;
}

.addit-info .nav-tabs>div.close .fa-times {
    color: #777;
}

.addit-info .nav-tabs>div.close .fa-times:hover {
    color: #555;
}

.addit-info .tab-spinner {
    text-align: center;
    margin-top: 95px;
}

.addit-info .tab-spinner > i {
    color: #2f8134;
}

.addit-info .doc-search {
    padding: 20px 20px 20px 20px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 0px;
    box-shadow: 0px 3px 1px rgba(0,0,0,0.1);
    background-color: #fafafa;
}

.addit-info .doc-search label {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin-right: 5px;
    color: #58585a;
}

.addit-info .doc-search input#doc-search,
.addit-info .doc-search input#doc-search-top-offer {
    width: 264px;
    margin: 0 auto;
    margin-right: 10px;
    height: 34px;
    font-size: 14px;
}

.addit-info .doc-search a.search-down,
.addit-info .doc-search a.search-up {
    padding: 6px 12px;
    margin-right: 3px;
}

.addit-info .doc-search a.search-down:hover i,
.addit-info .doc-search a.search-up:hover i {
    color: #000;
}

.addit-info .doc-search .fa-caret-down,
.addit-info .doc-search .fa-caret-up {
    color: #58585A;
    font-size: 22px;
}

.addit-info .doc-search .key-matches {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    visibility: hidden;
    display: inline-block;
    margin-left: 10px;
    width: 126px;
    color: #58585a;
}

.addit-info .doc-print {
    visibility: hidden;
    color: #58585A;
    padding: 5px 12px;
    margin-left: 15px;
}

.addit-info .doc-print > i {
    font-size: 22px;
}

.top-offer-addit-block .doc-print {
    margin-left: 5px;
}

.addit-info .doc-print:hover i {
    color: #000;
}

.addit-info.addit-info-show .top-panel-popup {
    display: block;
    height: 30px;
    border-bottom: 1px solid #ddd;
}

.addit-info.addit-info-show .top-panel-popup .title {
    font-weight: bold;
    line-height: 30px;
    text-indent: 10px;
}

.addit-info-show .panel-group .panel-heading {
    padding: 0;
}

.addit-info-show .panel-group .panel-title > a {
    background-color: #DDD;
    color: #58585a;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.addit-info-show .panel-group .panel-title > a i {
    float: right;
}

.addit-info-show .panel-group .panel-title > a:hover,
.addit-info-show .panel-group .panel-title > a[aria-expanded="true"] {
    background-color: #90c695;
    color: #58585a;
}

.addit-info-show .mehr-infos-mobile .close {
    display: block;
    float: none;
    margin-bottom: 2px;
    margin-right: 3px;
    padding: 5px;
    text-align: right;
}

#output-cars .addit-info .panel-group {
    margin: 0;
}

#output-cars .addit-info .panel.panel-default {
    border-color: #DDD;
}

#general_terms_and_conditions img.supplier {
    width: auto !important;
    float: none;
}

#general_terms_and_conditions a.pdf {
    float: right;
    background-image: url('../images/pdf-icon-small.gif');
    background-repeat: no-repeat;
    background-position: 0% 50%;
    text-indent: 15px;
    color: #d04246;
    text-decoration: none;
}

#terms_and_conditions h1,
#terms_and_conditions h2,
#terms_and_conditions h3,
#general_terms_and_conditions h1,
#general_terms_and_conditions h2,
#general_terms_and_conditions h3 {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}

#terms_and_conditions ul,
#general_terms_and_conditions ul {
    margin-left: 15px;
    list-style-type: disc;
}

#terms_and_conditions,
#general_terms_and_conditions,
#terms_and_conditions li,
#general_terms_and_conditions li {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    text-indent: 0px;
}

#terms_and_conditions b,
#general_terms_and_conditions b {
    display: block;
    padding: 5px 0;
}

/*  -----------------------------------------------------  PRICE SPY BLOCK ------------------------------------------ */
.price-spy-wrapper {
    position: relative;
}

.price-spy-wrapper > header h2{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 21px;
    color: #2f8134;
    border-bottom: 1px solid #58585A;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.seo-page .price-spy-wrapper > header h2{
    border: 0;
}

.price-spy-wrapper .header {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    color: #c22226;
}

.price-spy-wrapper .info {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
}

.price-spy-wrapper .line-split {
    position: absolute;
    top: 28px;
    left: 220px;
    border-right: 1px solid #58585A;
    height: 372px;
}

.price-spy-block > ul > li{
    min-height: 185px;
}

.price-spy-block > ul > li:nth-child(3n),
.price-spy-block > ul > li:nth-child(4n+1){
    clear: both;
}

.price-spy-block > ul > li > img{
    display: block;
    margin: 0 auto;
    max-width: 80%;
}
/*  ---------------------------------------------------- ^ PRICE SPY BLOCK ------------------------------------------ */

.car-box {
    display: block;
}

.car-box .checkbox-filters,
.cargo-box .checkbox-filters {
    margin-top: 12px;
}

#mw24-form-wrap.second-page {
    /*margin-left: 60px;*/
    width: 100%;
    margin-top: 0;
    z-index: 2;
}

#mw24-form-wrap.second-page form {
    border-radius: 5px;
}

#mw24-form-wrap.second-page form label {
    line-height: 28px;
    font-size: 14px;
    display: inline-block;
    width: 23%;
    margin: 0;
}

#mw24-form-wrap.second-page .one-way-checkbox label {
    width: 100%;
    line-height: 17px;
}

#mw24-form-wrap.second-page .pre-filters-box {
    display: none;
}

#mw24-form-wrap.second-page .city-station-box {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    margin-right: 1%;
    padding: 0;
}

#mw24-form-wrap.second-page .date-time-box {
    width: 37%;
    display: inline-block;
    vertical-align: top;
    padding: 0;
}

.second-page .mw24-station {
    width: 75%;
}

.second-page .submit-box {
    display: inline-block;
    vertical-align: top;
    width: 21%;
    height: 28px;
    margin-top: 40px;
}

@-moz-document url-prefix() {
    .second-page .submit-box {
        height: 38px;
    }
}

.second-page .date-clock-wrap {
    width: 75%;
}

.second-page .date-clock-wrap .mw24-calendar {
    width: 62%;
    margin-right: 2%;
}

.second-page .date-clock-wrap .mw24-calendar.time {
    margin-right: 0;
    width: 34%;
}

.second-page #pickup-date,
.second-page #dropoff-date {
    width: 100%;
}

.second-page .mw24-calendar .btn-group.bootstrap-select.form-control {
    width: 100%;
}

.second-page .mw24-transport-tabs.nav-tabs {
    border-top: 0;
    display: none;
}

.second-page .mw24-transport-tabs.nav-tabs>li>a {
    height: 34px;
}

.second-page .mw24-transport-tabs.nav-tabs>li.cars.active>a,
.second-page .mw24-transport-tabs.nav-tabs>li.cars>a:hover {
    background-image: url('../images/car-tab-icon-min2.png');
    background-color: #fff;
    color: #58585a;
    box-shadow: none;
    border-top-left-radius: 5px;
}

.second-page .mw24-transport-tabs.nav-tabs>li.cargo.active>a,
.second-page .mw24-transport-tabs.nav-tabs>li.cargo>a:hover {
    background-image: url('../images/cargo-tab-icon-min2.png');
    background-color: #fff;
    color: #58585a;
    box-shadow: none;
    border-top-right-radius: 5px;
}

.second-page .mw24-transport-tabs.nav-tabs>li.cars>a {
    background-image: url('../images/car-tab-icon-static-min2.png');
    background-color: #2F8134;
    box-shadow: inset 0 0px 6px rgba(0,0,0,.5);
    background-position: 25%;
    border-top-left-radius: 4px;
}

.second-page .mw24-transport-tabs.nav-tabs>li.cargo>a {
    background-image: url('../images/cargo-tab-icon-static-min2.png');
    background-color: #2F8134;
    box-shadow: inset 0 0px 6px rgba(0,0,0,.5);
    background-position: 25%;
    border-top-right-radius: 4px;
}

.second-page .mw24-transport-tabs.nav-tabs>li>a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: #dce6dc;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    line-height: 34px;
    text-indent: 45px;
}

.second-page .mw24-transport-tabs.nav-tabs>li.active>a,
.second-page .mw24-transport-tabs.nav-tabs>li.active>a:focus,
.second-page .mw24-transport-tabs.nav-tabs>li.active>a:hover {
    color: #58585a;
    text-indent: 45px;
    border: 1px solid transparent;
}

@-moz-document url-prefix() {
    #mw24-form-wrap.second-page form .inputs-wrap {
        padding: 13px 15px 0;
    }
}

@media screen and (min-width:0\0) {
    #mw24-form-wrap.second-page form .inputs-wrap {
        padding: 13px 15px 0;
    }
}

#mw24-form-wrap.second-page form {
    background-color: #fff !important;
    box-shadow: none !important;
}

#mw24-form-wrap.second-page .form-group {
    margin-bottom: 12px;
}

#mw24-form-wrap.second-page .form-group.one-way-checkbox,
#mw24-form-wrap.second-page .form-group.dropoff-date-box,
#mw24-form-wrap.second-page .form-group.dropoff-box {
    margin-bottom: 0;
    padding-top: 0;
}

#mw24-form-wrap.second-page .one-way-checkbox {
    padding-left: 20px;
    padding: 0;
    margin-left: 30%;
    margin-top: 16px;
}

#mw24-form-wrap.second-page .mw24-dropoff-input .fa-times-circle {
    color: #d9534f;
}

.dropdown-menu {
    margin: 0;
}

#mw24-form-wrap.second-page .bootstrap-select.btn-group .dropdown-menu li a span.text {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}

.second-page .submit-box .pre-filters {
    display: none;
}

.second-page .submit-box .submit-live-search-data {
    background-color: #90c695;
    height: 28px;
    width: auto;
    border-radius: 5px;
}

.second-page .submit-box .submit-live-search-data:hover {
    background-color: #2F8134;
}

.second-page .submit-box .submit-live-search-data:hover span,
.second-page .submit-box .submit-live-search-data:hover .fa-search {
    color: #fff;
}

.second-page .submit-box span {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #58585a;
    vertical-align: top;
}

.second-page .submit-box .btn-wrap {
    padding: 5px 16px;
}

.second-page .submit-box .fa-search {
    vertical-align: top;
    color: #58585a;
    font-size: 1.3em;
}

#show_form {
    float: right;
    cursor: pointer;
    text-align: right;
}

#show_form:hover {
    text-decoration: underline;
}

#show_form > i {
    display: inline-block;
    vertical-align: top;
}

#slider-range .ui-state-default,
#slider-range .ui-widget-content .ui-state-default,
#slider-range .ui-widget-header .ui-state-default {
    background-color: #90c695;
    cursor: pointer;
}
#slider-range .ui-state-default,
#slider-range .ui-widget-content .ui-state-default,
#slider-range .ui-widget-header .ui-state-default {
    border: 1px solid #90C695;
}

#slider-range .ui-corner-all,
#slider-range .ui-corner-top,
#slider-range .ui-corner-right,
#slider-range .ui-corner-tr {
    border-radius: 360px;
}

#slider-range.ui-slider-horizontal .ui-slider-range {
    background-color: #777777;
}

#slider-range.ui-slider-horizontal {
    height: .2em;
}

#slider-range.ui-slider-horizontal .ui-slider-handle {
    top: -.5em;
    outline: none;
}

#slider-range.ui-widget-content {
    border: 0;
    background-color: #ddd;
    z-index: 0;
}

.mw24-calendar {
    display: inline-block;
    position: relative;
}

.fa-building,
.fa-plane,
.fa-train,
.fa-subway {
    color: #E83A37;
    margin-right: 2px;
}

li.ui-state-focus .fa-building,
li.ui-state-focus .fa-plane,
li.ui-state-focus .fa-train,
li.ui-state-focus .fa-subway {
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
}

.mw24-calendar .fa-calendar,
.mw24-calendar .fa-clock-o,
.mw24-station .fa-map-marker,
.mw24-station .fa-spinner {
    position: absolute;
    top: 12px;
    right: 12px;
    color: #2f8134;
    z-index: 3;
}

.second-page .mw24-calendar .fa-calendar,
.second-page .mw24-calendar .fa-clock-o,
.second-page .mw24-station .fa-map-marker,
.second-page .mw24-station .fa-spinner {
    top: 10px;
    font-size: 14px;
}

#output-cars {
    margin-bottom: 100px;
}

#output-cars.marginBottomCars {
    margin-bottom: 600px;
}

#output-cars .panel.panel-default {
    position: relative;
    border-color: #b4e3b7;
    z-index: 0;
}

#output-cars .panel-content-wrapper.border-red {
    border: 1px solid #c22226;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#output-cars .opacity-03 {
    opacity: 0.3;
}

#output-cars p.red {
    color: #c22226;
}

#output-cars .panel.panel-default.border-top-red {
    border-color: #ddd;
}

#output-cars .panel.panel-default.car {
    border-top: 3px solid #2F8134;
}

#output-cars .panel.panel-default.car.border-top-red {
    border-top: 3px solid #c22226;
}

#output-cars .panel.panel-default.car:hover {
    box-shadow: 0px 1px 2px rgba(72, 189, 80, 0.7);
}

#output-cars .panel.panel-default.car.border-top-red:hover {
    box-shadow: none;
}

#output-cars .panel.panel-default.last#active-box {
    top: -222px;
}

#cars {
    margin-top: 20px;
}

#cars h3 {
    margin-top: 0;
}

#cars > h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #58585a;
    margin-top: 0;
}

#cars .error-message {
    width: 50%;
    height: 50%;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}

#cars .error-message > p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #c22226;
}

.alert-dismissible p {
    text-align: center;
    font-size: 16px;
}

.alert-dismissible p b {
    display: block;
    font-size: 19px;
    margin-top: 20px;
}

.panel-body .price-wrapper {
    padding: 15px 15px 0;
}

.panel-body .price-box {
    display: inline-block;
    width: 78px;
}

.panel-body .price-box label {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #58585a;
    width: 100%;
    /* margin: 0; */
    text-align: center;
    text-transform: uppercase;
}

.has-error .panel-body .price-box .popover.top {
    z-index: 500;
}

.panel-body .price-box:first-child {
    margin-right: 15px;
}

.panel-body .price-split {
    display: inline-block;
}

.panel-body .badge {
    background-color: #58585a;
}

.panel-body span.badge {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: normal;
    float: right;
    width: 42px;
}

.mw24-promo-block {
    padding: 15px;
    margin-top: 15px;
}

.mw24-promo-block h2 {
    font-size: 24px;
}

.padStations {
    padding-left: 25px !important;
}

.partner-stripe .mw24-carousel {
    visibility: hidden;
    margin: 21px auto 0;
    width: 788px;
    position: relative;
    z-index: 0;
}

.owl-carousel .owl-stage-outer {
    z-index: 10;
}

.owl-carousel .owl-item {
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
}

.owl-controls {
    width: 936px;
    position: absolute;
    top: 4px;
    margin-left: -75px;
    z-index: 0;
    text-indent: -9999px;
}

.owl-carousel .owl-stage-outer {
    height: 75px;
}

.owl-controls .owl-prev {
    background: url('../images/carousel-arrows.png') no-repeat 0% 0%;
    width: 18px;
    height: 54px;
    float: left;
}

.owl-controls .owl-prev:hover {
    background-position: 0% 100%;
}

.owl-controls .owl-next {
    background: url('../images/carousel-arrows.png') no-repeat 100% 0%;
    width: 18px;
    height: 54px;
    float: right;
}

.owl-controls .owl-next:hover {
    background-position: 100% 100%;
}

.comment-ratio h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 21px;
    color: #2f8134;
    border-bottom: 1px solid #58585A;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.comment-ratio ul.comment-list > li {
    border-bottom: 1px solid #58585A;
    padding-bottom: 5px;
    margin-bottom: 10px;

    font-family: 'Lato', sans-serif;
    font-size: 15px;
}

.comment-ratio ul.comment-list > li .rating {
    margin-bottom: 5px;
}

.comment-ratio ul.comment-list > li .rating > i {
    color: #ff9636;
}

.comment-ratio ul.comment-list > li .header {
    color: #c22226;
}

.total-ratio > h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 21px;
    color: #2f8134;
    border-bottom: 1px solid #58585A;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.total-ratio p.text {
    border-bottom: 1px solid #CCC;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
}

.total-ratio .top h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 19px;

    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    color: #2f8134;
}

.total-ratio .top .rating {
    display: inline-block;
    vertical-align: top;
    margin-top: 6px;
    float: right;
}

.total-ratio .top .rating.big > i {
    font-size: 2em;
}

.total-ratio .top .rating > i {
    color: #ff9636;
}

.total-ratio .med {
    font-family: 'Lato', sans-serif;
    background-color: #769578;
    color: #ccf1ce;
    padding: 0px 10px 0 50px;
    margin-top: 10px;
}

.total-ratio .med .percent {
    font-size: 30px;
    /*color: #c1e3c3;*/
    display: inline-block;
    vertical-align: middle;
}

.total-ratio .med span.text {
    font-size: 15px;
    /*color: #c1e3c3;*/
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin-left: 45px;
}

.total-ratio .foot {
    font-family: 'Lato', sans-serif;
    padding: 7px;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    color: #c22226;
}

.car-rental-content {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    margin: 0 0 15px;
}

.car-rental-content ul {
    /*list-style-type: disc;*/
    /*margin-left: 15px;*/
    margin-left: 7px;
}

.car-rental-content h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 21px;
    color: #2f8134;
    margin-bottom: 15px;
}

.car-rental-content h2 > div {
    display: inline;
}

.car-rental-content h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #58585a;
    margin-bottom: 15px;
}

.car-rental-content b {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #58585a;
    /*margin-bottom: 15px;*/
}

.car-rental-content p,
.car-rental-content li {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    margin: 0 0 15px;
}

.car-rental-content ul.ico-list > li {
    line-height: 25px;
    margin: 0;
    padding: 0;
}

.car-rental-content ul.ico-list > li > i {
    margin-right: 5px;
    color: #58585a;
}

.car-rental-content p a,
.car-rental-content ul.ico-list > li > a {
    color: #c22226;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}

.car-benefits-content {
    background-color: #C1E3C3;
    padding: 20px 0;
}

.car-benefits-content h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 21px;
    color: #2f8134;
    margin-top: 10px;
    margin-bottom: 15px;
}

.car-benefits-content ul > li {
    margin-bottom: 10px;
}

.car-benefits-content ul > li > i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #2f8134;
}

.car-benefits-content ul > li .list-container {
    display: inline-block;
    vertical-align: middle;
}

.car-benefits-content ul > li span.header {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #58585a;
    display: block;
}

.car-benefits-content ul > li span.text {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #58585a;
    display: block;
}

.car-benefits-content p {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    padding-top: 15px;
}

.popular-car-content {
    font-family: 'Lato', sans-serif;
    background-color: #fff;
    padding: 20px 0 40px;
}

.popular-car-content h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 21px;
    color: #2f8134;
    margin-bottom: 15px;
    margin-top: 10px;
}

.popular-car-content .popular-car-block b {
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    margin: 0 0 10px;
    display: block;
}

.popular-car-content .popular-car-block p {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
}

.popular-car-content .popular-car-block a {
    font-size: 16px;
}

.popular-car-content .popular-car-block a:hover {
    color: #c22226;
    text-decoration: none;
}

.popular-car-content .popular-car-block ul {
    list-style-type: disc;
    margin-bottom: 10px;
}

.popular-car-content .popular-car-block ul > li {
    display: inline-block;
    margin: 0 5px;
}

.popular-car-content .popular-car-block ul > li:hover {
    color: #c22226;
}

.popular-car-content .popular-car-block ul > li > i {
    font-size: 8px;
    vertical-align: 2px;
    margin-right: 4px;
}

/* Top Angebote */
.top-car-rental-deals .actual-block {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    line-height: 20px;
    background-color: #769578;
    padding: 10px 0;
    text-align: center;
    color: #ccf1ce;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.top-car-rental-deals table {
    margin-top: -12px;
    width: 100%;
}
.top-car-rental-deals table tr {

}
.top-car-rental-deals table tr td:first-child + td {
    padding-left: 18px;
}
.top-car-rental-deals table tr td {
    width: 33.333333333%;
    vertical-align: middle !important;
}
.top-car-rental-deals table tr:not(:last-child) {
    /*outline: 1px solid red;   */
}
.top-car-rental-deals table tr td {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    padding-top: 8px;
    white-space: nowrap;
}
.top-car-rental-deals table tr td span {
    color: #c22226;
}
.top-car-rental-deals table tr td i {
    color: #2F8134;
}

@media only screen and (max-width: 991px) {
    .top-car-rental-deals {
        margin-bottom: 40px;
    }
    .top-car-rental-deals table tr:nth-child(2n+1) {
        background-color: hsla(0, 0%, 0%, 0.05);
    }
    .top-car-rental-deals table tr td:first-child + td {
        padding-left: 0;
    }
    .top-car-rental-deals table tr td {
        height: 40px;
        padding-top: 0;
        /*padding-bottom: 10px;*/
    }


}

/*Breadcrumbs*/

.breadcrumbs-wrap > ul {
    margin: 0;
    padding: 0;
}

.breadcrumbs-wrap > ul > li {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 15px;
    /*text-transform: uppercase;*/
    float: left;
    width: 19.7%;
    height: 50px;
    line-height: 50px;
    text-align: left;
    position: relative;
    color: #58585a;
    opacity: 0.7;
    padding-left: 5px;
}

.breadcrumbs-wrap > ul > li::after {
    content: '';
    background: url('../images/breadcrumbs-right-arrow.png') no-repeat right center transparent;
    width: 11px;
    height: 50px;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1;
}

.breadcrumbs-wrap > ul > li.select-station-bc {
    width: 14%;
    padding-left: 16.5px;
}

.breadcrumbs-wrap > ul > li.select-car-bc {
    width: 21.2%;
    padding-left: 16px;
}

.breadcrumbs-wrap > ul > li.station-info-bc {
    width: 24.2%;
    padding-left: 23.6px;
}

.breadcrumbs-wrap > ul > li.personal-data-bc {
    width: 16.5%;
    padding-left: 15px;
}

.breadcrumbs-wrap > ul > li.finish-booking-bc {
    width: 23%;
    padding-left: 17.5px;
}


.breadcrumbs-wrap > ul.page3 > li.select-station-bc {
    width: 14%;
    padding-left: 16.5px;
}

.breadcrumbs-wrap > ul.page3 > li.select-car-bc {
    width: 22.3%;
    padding-left: 26px;
}

.breadcrumbs-wrap > ul.page3 > li.station-info-bc {
    width: 22%;
    padding-left: 13.3px;
}

.breadcrumbs-wrap > ul.page3 > li.personal-data-bc {
    width: 17.6%;
    padding-left: 25px;
}


.breadcrumbs-wrap > ul.page4 > li.select-station-bc {
    width: 14%;
    padding-left: 16.5px;
}

.breadcrumbs-wrap > ul.page4 > li.select-car-bc {
    width: 22.3%;
    padding-left: 26px;
}

.breadcrumbs-wrap > ul.page4 > li.station-info-bc {
    width: 23%;
    padding-left: 24px;
}

.breadcrumbs-wrap > ul.page4 > li.personal-data-bc {
    width: 15.6%;
    padding-left: 16px;
}

.breadcrumbs-wrap > ul.page4 > li.finish-booking-bc {
    width: 24%;
    padding-left: 27px;
}

.breadcrumbs-wrap > ul.page5 > li.select-station-bc {
    width: 14%;
    padding-left: 16.5px;
}

.breadcrumbs-wrap > ul.page5 > li.select-car-bc {
    width: 22.3%;
    padding-left: 26px;
}

.breadcrumbs-wrap > ul.page5 > li.station-info-bc {
    width: 23%;
    padding-left: 24px;
}

.breadcrumbs-wrap > ul.page5 > li.personal-data-bc {
    width: 16.2%;
    padding-left: 26px;
}

.breadcrumbs-wrap > ul.page5 > li.finish-booking-bc {
    width: 22.4%;
    padding-left: 22px;
}


.breadcrumbs-wrap > ul > li > a {
    text-decoration: none;
    color: #58585a;
    display: block;
}

.breadcrumbs-wrap > ul > li.passed {
    background-color: rgba(144, 198, 149, 0.4);
    opacity: 1;
    height: 48px;
    margin-top: 1px;
    line-height: 48px;
}

.breadcrumbs-wrap > ul > li.passed::after {
    background-image: none;
    height: 48px;
    right: -13px;
}

.breadcrumbs-wrap > ul > li.first {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.breadcrumbs-wrap > ul > li.passed > a {
    transition: .3s linear;
    color: #58585a;
}

.breadcrumbs-wrap > ul > li.passed > a > span {
    color: #62785f;
    text-decoration: underline;
}

.breadcrumbs-wrap > ul > li.passed > a:hover > span {
    text-decoration: none;
    text-shadow: 3px 1px 3px rgba(0, 0, 0, 0.1);
    color: #555;
}

.breadcrumbs-wrap > ul > li.passed .arrow-right {
    /*background: transparent;*/
    height: 48px;
    opacity: 0.3;
}

.breadcrumbs-wrap > ul > li.active {
    background-color: #90C695;
    margin-left: 10px;
    display: block;
    opacity: 1;
}

.breadcrumbs-wrap > ul > li.active > span.txt {
    color: #fff;
}

.breadcrumbs-wrap > ul > li.active::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 10px;
    border-color: #90C695 transparent #90C695 rgba(144, 198, 149, 0.4);
    position: absolute;
    left: -10px;
}

.breadcrumbs-wrap > ul > li.active::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 10px;
    border-color: transparent transparent transparent #90C695;
    position: absolute;
    right: -10px;
}

.breadcrumbs-wrap > ul > li  span.icon {
    background-image: url('../images/mw24-breadcrumbs-icons.png');
    background-repeat: no-repeat;
    height: 31px;
    width: 28px;
    display: inline-block;
    vertical-align: middle;
}

.breadcrumbs-wrap > ul > li  span.icon.cars {
    background-position: -68px -6px;
    width: 41px;
}

.breadcrumbs-wrap > ul > li span.icon.upsale {
    background-position: -166px 0px;
    width: 39px;
    height: 41px;
}

.breadcrumbs-wrap > ul > li span.icon.customer {
    background-position: -245px -6px;
    width: 29px;
}

.breadcrumbs-wrap > ul > li span.icon.booking {
    background-position: -316px -4px;
    width: 50px;
}

.breadcrumbs-wrap > ul > li span.icon.booking.cargo {
    background-position: -384px -4px;
    width: 50px;
}

/* ===== Paginate =====*/
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #58585a;
    color: #E6FDE8;
    border-color: #58585a;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background-color: #90c695;
    border-color: #90c695;
    color: #E6FDE8;
}

.pagination>li>a,
.pagination>li>span {
    color: #2f8134;
    padding: 6px 17px;
}

.pagination > li.pg-last a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination>.active>span {
    z-index: 0;
}


nav.center {
    text-align: center;
}

nav.center > .pagination {
    margin: 0 0 20px;
}

.pagination > li.pg-first a {
    margin-right: 10px;
}
.pagination > li.pg-last a {
    margin-left: 10px;
}

.cars {
    padding-bottom: 0;
}

.cars .image-block {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    min-height: 165px;
    margin-left: 2%;
    position: relative;
}

.cars .image-block img {
    width: 200px;
}

.cars .image-block img.cap-image {
    position: absolute;
    top: 25px;
    left: 0;
}

.cars .image-block img.car {
    position: absolute;
    top: 25px;
    left: 0;
}

.cars .image-block .sub-supplier {
    color: #555;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    position: absolute;
    bottom: -8px;
}

.cars .teasers-block {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    overflow: hidden;
    margin-top: 5px;
}

.cars .teasers-block ul {
    padding-left: 0;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
}

.cars .car-info {
    font-size: 20px;
    position: relative;
    z-index: 2;
}

.cars .car-info .car-category {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    color: #555;
    padding-left: 8px;
    display: inline-block;
    vertical-align: top;
    line-height: 25px;
}

.car .car-status > span,
.top-offers-block .car-status > span {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: 1px dotted #62785f;
}

.car .car-status > span:hover {
    border-bottom: 0;
}

.top-offers-block .car-status .green,
.car .car-status .green {
    color: #62785f;
}

.car .car-status .gray {
    color: #58585a;
}

.car .car-status .red {
    color: #c22226;
}

.car .car-status .popover-content {
    color: #333;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    padding: 10px;
}

.cars .teasers-block .car-info .car-category {
    font-weight: bold;
}

#cars .supplier-name {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    line-height: 25px;
    text-align: right;
    color: #555;
    position: absolute;
    right: 15px;
    top: 0;
    min-width: 80px;
    display: inline-block;
    vertical-align: top;
}

.address-marker {
    margin-top: 20px;
    text-align: center;
}

.address-marker > img {
    cursor: pointer;
}

.top-offer .supplier-name {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    position: absolute;
    right: 13px;
    top: -3px;
    min-width: 80px;
    height: 30px;
    text-indent: -9999px;
}

/*.car-info .image-block {*/
/*margin: 10px 0;*/
/*}*/

.car-info .supplier-name {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    text-align: right;
    position: absolute;
    right: 15px;
    top: 15px;
    min-width: 80px;
    height: 30px;
    /*text-indent: -9999px;*/
}

.car-info .sub-supplier,
.top-offer-supplier .sub-supplier {
    color: #555;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.car-info .car-status {
    color: #62785f;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 0;
}

.car-info .teasers-block ul > li:nth-child(5) ~ li {
    display: none;
}

button[data-id="show_all_teasers"] {
    border: 1px solid #cecece;
    background-color: #eee;
    display: block;
    text-align: center;
    margin: 5px auto 0;
    padding: 0 12px;
    border-radius: 4px;
    line-height: 20px;
    height: 20px;
}

button[data-id="show_all_teasers"]:hover {
    background-color: #eee;
    border-color: #999;
    color: #FFF;
}

button[data-id="show_all_teasers"] > span {
    height: 18px;
    display: block;
    line-height: 3px;
    font-size: 28px;
    color: #999;
}

button[data-id="show_all_teasers"]:hover > span {
    color: #555;
}

.cars .car-info .car-name {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-left: 15px;
    color: #555;
    max-width: 280px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: top;
}

.car-info .image-block img {
    width: 180px;
}

.car-info .tac {
    margin-top: 15px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.car-info .tac ul > li > a {
    color: #DD5044;
    font-size: 15px;
    text-decoration: underline;
}

.car-info .tac ul > li > a:hover {
    color: #555;
}

.cars .price-block {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 1%;
    width: 20%;
}

.cars .price-block .price {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 26px;
    text-align: center;
    color: #f6f6f6;
    margin-top: 2px;
}

.cars .price-decor {
    position: absolute;
    width: 162px;
    height: 41px;
    background-color: #58585a;
    top: 45px;
    right: -10px;
    z-index: 1;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.5);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.cars .price-decor .triangle {
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid #444;
    border-right: 10px solid transparent;
}

.cars .price-block .order {
    margin-top: 90px;
}

.cars ul.car-info {
    list-style-type: none;
    margin: 0;
    padding-left: 32px;
    padding: 0;
    text-align: center;
    margin-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    height: 55px;
    background-color: #fafafa;
}

.cars ul.car-info li {
    display: inline-block;
    vertical-align: top;
    padding: 1% 0.8%;
    height: 54px;
    width: 13%;
    float: left;
    overflow: hidden;
}

.cars ul.car-info li:last-child {
    border: 0 none;
}

.cars ul.car-info li.last {
    width: 146px;
    cursor: pointer;
    width: 22%;
}

.cars ul.car-info li.last span {
    display: inline-block;
}

.cars ul.car-info li.last.active,
.cars ul.car-info li.last:hover {
    background-color: #f1f1f1;
}

.cars ul.car-info li.last.active span,
.cars ul.car-info li.last:hover span,
.cars ul.car-info li.last.active span > i,
.cars ul.car-info li.last:hover span > i {
    color: #2f8134;
}

.cars ul.car-info li > span {
    display: block;
    text-align: center;
    white-space: nowrap;
}

.cars ul.car-info li.last span .rotate {
    transform: rotate(180deg);
}

.cars ul.car-info li.last > span.label {
    display: inline-block;
    vertical-align: top;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    margin-top: 5px;
    padding: 0;
    text-transform: uppercase;
}

/* hack for IE9 */
@media screen and (min-width:0\0) {

    .cars ul.car-info li.last > span.label {
        vertical-align: middle;
    }

}

/* hack for IE10 and IE11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

    .cars ul.car-info li.last > span.label {
        vertical-align: middle;
    }

}

.cars ul.car-info li.last > span.icon {
    color: #58585a;
    display: inline-block;
    vertical-align: top;
    margin-top: -12px;
}

.cars ul.car-info li.last > span.icon > i {
    margin-top: -5px;
}

.mehr-btn {
    display: none;
}

.mehr-btn.top-offer {
    display: none;
}

/* hack for IE9 */
@media screen and (min-width:0\0) {

    .cars ul.car-info li.last > span.label {
        margin-top: -10px;
    }

    .cars ul.car-info li.last > span.icon {
        margin-top: -10px;
        vertical-align: top;
    }

}

/* hack for IE10 and IE11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

    .cars ul.car-info li.last > span.label {
        margin-top: -10px;
    }

    .cars ul.car-info li.last > span.icon {
        margin-top: -10px;
        vertical-align: top;
    }

}

.cars ul.car-info li > span.label,
.cars ul.car-info li > span.val {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    color: #58585a;
    width: 100%;
}

.cars ul.car-info li > span.label > i {

}

.cars ul.car-info li > span.ico {
    background-image: url('../images/mw24-icons.png');
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto;
    opacity: 0.9;
}

.cars ul.car-info li > span.ico.seats {
    background-position: -40px 0;
}

.cars ul.car-info li > span.ico.doors {
    background-position: -203px -1px;
}

.cars ul.car-info li > span.ico.transmission.manual {
    background-position: -122px -1px;
}

.cars ul.car-info li > span.ico.transmission.automat {
    background-position: -161px -1px;
}

.cars ul.car-info li > span.ico.aircondition {
    background-position: -1px -1px;
}

.cars ul.car-info li > span.ico.gps {
    background-position: -326px -2px;
}

.cars ul.car-info li > span.ico.winter-tires {
    background-position: -76px -1px;
    width: 37px;
}

.cars ul.car-info li > span.val.icon .red {
    background-position: -292px -2px;
}

.cars ul.car-info li > span.val.icon .green {
    background-position: -267px -2px;
}

.cars ul.car-info li > span.val.icon > span {
    background: url(../images/mw24-icons.png) no-repeat -268px -2px;
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 20px;
    opacity: 0.8;
}

@media screen and (min-width:0\0) {
    .cars ul.car-info li > span.val.icon {
        padding-top: 0px;
    }
}

.cars .row {
    position: relative;
}

.top-offer-grid .top-offer > img {
    height: 70px;
    display: block;
    vertical-align: middle;
    margin: 100px auto 0;
}

.top-offers-block {
    margin-top: 20px;
}

.top-offers-block .image-block .sub-supplier {
    color: #555;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}

.top-offers-block .teaser-block .top-offer > .image-block {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    min-height: 165px;
    position: relative;
}

.top-offers-block .teaser-block .top-offer > .image-block > img,
.top-offer-grid.active .top-offer > .image-block > img {
    width: 100%;
    height: auto;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

.top-offer-grid.active .top-offer img.supplier {
    float: none;
}

.top-offer-grid .top-offer .supplier {
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #555;
}

.car-info .supplier-data {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    display: block;
    margin-top: 5px;
}

.supplier-data {
    display: none;
}

.top-offer-grid .top-offer .supplier.top-offer-supplier {
    font-size: 15px;
    font-weight: normal;
}

.top-offer-grid .top-offer .top-offer-supplier{
    float: right;
}

.top-offer-grid .top-offer .top-offer-supplier{
    position: absolute;
    top: 45px;
    right: 16px;
}

.top-offers-block .teaser-block .top-offer ul.teasers,
.top-offer-grid.active .top-offer ul.teasers {
    position: static;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    padding-top: 20px;
}

.top-offer-grid .top-offer .price {
    display: block;
    vertical-align: middle;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 23px;
    font-weight: bold;
    color: #555;
    text-align: center;
}

.top-offer .price-decor .price {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 26px;
    font-weight: normal;
    position: relative;
    z-index: 2;
    color: #f6f6f6;
    display: block;
    text-align: center;
    line-height: 40px;
}

.top-offer-grid.active .top-offer .price.face {
    display: none;
}

.top-offer-grid .top-offer-addit-block {
    position: relative;
    z-index: 1;
}

.top-offer-grid.active .top-offer-addit-block {
    display: block;
}

.top-offer-grid.active .top-offer-addit-block.cars input#doc-search,
.top-offer-grid.active .top-offer-addit-block.cars input#doc-search-top-offer {
    margin-right: 6px;
}

.top-offer-grid.active .top-offer-addit-block.cars .doc-search a.search-down,
.top-offer-grid.active .top-offer-addit-block.cars .doc-search a.search-up {
    margin-right: 0;
}

ul.teasers {
    height: 190px;
    position: absolute;
    top: 15px;
}

ul.teasers > li:nth-child(5) ~ li {
    display: none;
}

.top-offer > ul > li {
    color: #58585a;
    font-family: 'Lato', sans-serif;
    font-size: 12.5px;
    font-weight: bold;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
}

.top-offer > ul > li > i {
    margin-right: 5px;
    color: #2f8134;
    display: inline;
}

.top-offer > ul > li > span {
    color: #333;
    cursor: default;
    display: inline-block;
    vertical-align: top;
    max-width: 162px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.top-offer button {
    font-family: 'Roboto Condensed', sans-serif;
    width: 110px;
    vertical-align: bottom;
    font-weight: bold;
    margin: 2px auto 0;
    padding: 4.5px;
    font-size: 14px;
    color: #C1E3C3;
}

#top_offers_block .tooltip.in {
    opacity: 1;
}

.top-offer-block {
    position: relative;
}

.top-offer-block .panel-heading {
    background-color: transparent;
    border-color: transparent;
    padding: 5.5px 15px;
}

.top-offer-block .panel-heading > h2 {
    display: block;
    text-align: center;
}
.teaser-block .panel-heading > h2 {
    text-align: left;
}
.top-offer-block .panel-heading > h2 > .text-title {
    color: #58585a;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;

    overflow: hidden;
    margin-bottom: 5px;
    padding: 1px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.teaser-block .panel-heading > h2 > .text-title {
    margin: 0;
    padding: 1px 0;
}

.teaser-block .panel-heading > h2 > .text-title,
.top-offer-block .panel-heading > h2 > .text-title.text-wrap {
    width: 85.5%;
    display: inline-block;
    vertical-align: top;
}

.top-offer-block .panel-heading > h2 > .text-title .category {
    font-size: 16px;
    margin-left: 5px;
}

.top-offer-block .mehr-infos-mobile .panel-heading {
    border: 0;
}

.top-offer-block.panel-mw24 {
    border-color: transparent;
    background-color: transparent;
    box-shadow: none;
    margin-top: -1px;
}

/* new styles */
/* common */

.relative{
    position: relative;
    z-index: 1;
}

.neg-zindex{
    z-index: -2;
}

/* ^ common */

.top-offer-block .panel-body {
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.top-offer-block .animation-block{
    position: absolute;
    left: 0;
    right:0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

/* top */
.top-offer-block .animation-block:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: #FFE25A;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: 1px solid #FFE25A;
}

/* bottom */
.top-offer-block .animation-block:after{
    content: "";
    position: absolute;
    top: 54px;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #ddd;
    border-top:  medium none;
    background: #fff;
    transition: all 0.25s ease-in-out;
}

.col-xs-12 .top-offer-block .animation-block:after{
    top: 32px;
    transition: all 0.25s ease-in-out;
}
.teaser-block .panel-body {
    padding: 15px 15px 0 15px;
}

.teaser-block .panel-body .teasers > li > span{
    max-width: none;
}

.teaser-block {
    margin: 0;
}

/* ^ new styles */


.top-offer-block .top-offer-close > i {
    position: absolute;
    top: -15px;
    right: -12px;
    cursor: pointer;
    color: #c22226;
}

.top-offer-block .price-decor {
    position: absolute;
    width: 162px;
    height: 40px;
    background-color: #58585a;
    top: 93px;
    right: -10px;
    z-index: 1;
    box-shadow: -2px 2px 1px rgba(0, 0, 0 ,0.4);

    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.active .top-offer-block .price-decor {
    display: block;
}

.active .panel-body{
    padding: 15px;
}

.active .panel-title{
    text-align: left;
}

.active .text-title {
    margin-bottom: 0;
}

.top-offer-grid.active img{
    transition: all 0.5s ease-in-out;
}

.top-offer-block .price-decor .triangle {
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid #444;
    border-right: 10px solid transparent;
}

.teaser-block .top-offer-bottom-block {
    clear: both;
    margin-top: -23px !important;
    float: none !important;
}

.top-offer-grid.active .top-offer-bottom-block button {
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 23px;
    color: #58585A;
}

.top-offer-grid.active .top-offer-bottom-block button:hover,
.top-offer-grid.active .top-offer-bottom-block button:focus {
    color: #fff;
}

.teaser-block .top-offer-bottom-block button.mehr {
    display: inline-block;
    float: right;
    width: 135px;
    height: 35px;
    margin-top: 0;
}

.teaser-block .top-offer-bottom-block button.back,
.top-offer-grid.active .top-offer-bottom-block button.back {
    display: inline-block;
    margin-top: 0;
    height: 35px;
}

.teaser-block .top-offer-bottom-block button.back {
    background-color: #c5c5c5;
    border-color: #c5c5c5;
    color: #58585a;
}

.teaser-block .top-offer-bottom-block button.back:hover {
    text-decoration: none;
    background-color: #5a5c5c;
    color: #fff;
}

.top-offer-grid .panel-heading .stars {
    text-align: center;
    color: #58585a;
}

.teaser-block .panel-heading .stars{
    float: right;
}

.top-offer-grid {
    margin-top: 2px;
    padding-left: 15px;
    padding-right: 15px;
}

.top-offer-grid.active {
    width: 100%;
}

.message-box.cars {
    margin-bottom: 20px;
    margin-top: 22px;
}

.message-box .alert,
.message-box-info .alert,
.additional-message-box .alert {
    margin-top: 22px;
    margin-bottom: 0;
}

.promo-images-wrapper > ul {
    margin: 0;
    padding: 0 15px;
}

.promo-images-wrapper > ul > li {
    text-align: center;
}

.progress-car-wrapper p.text {
    text-align: center;
}

.progress-car-wrapper .sec {
    text-align: center;
}

.progress-bar {
    background-color: #636669;
}

.mw24-global-overlay,
.mw24-car-info-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: 9100;
}

.mw24-car-info-overlay {
    z-index: 8888;
}

.modal.additional-price .modal-dialog {
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    top: 30%;
    bottom: 0;
    width: 300px;
}

.modal.additional-price p.text {
    font-size: 14px;
    font-weight: bold;
}

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

.mw24-global-overlay.pre-filters {
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 300;
    -webkit-transition: 0.4s linear;
    transition: 0.4s linear;
}

.mw24-global-overlay.pre-filters.active {
    visibility: visible;
    opacity: 0.5;
}

.mw24-date-range-amount {
    position: absolute;
    top: 3px;
    right: -125px;
    width: 125px;
    border: 1px solid #999;
    font: bold 18px/36px 'Lato', sans-serif;
    height: 36px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    color: #282828;
    background: #eee;
    padding-left: 10px;
    padding-right: 10px;
}

.one-way-fee-message {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    display: none;
}

.one-way-fee-message i {
    color: #205a23;
}

.customer-block .one-way-fee-message {
    padding-top: 15px;
}

.one-way-fee-message.hidden {
    display: none;
}

.one-way-fee-message.visible {
    display: block;
}

.df-wrapper {
    position: relative;
}

.df-wrapper.top {
    margin-top: 20px;
}

.dynamic-filter-box.fixed-df-block {
    position: fixed;
    z-index: 444;
    background-color: #CCC;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.5);
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 690px;
}

.dynamic-filter-box.relative-df-block {
    position: relative;
    background-color: #CCC;
    box-shadow: none;
}

.dynamic-filter-box > .mw24-df-btn {
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 13px;
    /*font-weight: bold;*/
    font-family: 'Roboto Condensed', sans-serif;
}

.dynamic-filter-box > .mw24-df-btn i.fa-times {
    color: #777;
    padding-left: 9px;
}

.dynamic-filter-box > .mw24-df-btn i.fa-times:hover {
    color: #555;
}

.dynamic-filter-box > a.clear-all {
    background-color: #d9534f;
    border-color: #d9534f;
    color: #f5f5f5;
}

.dynamic-filter-box > a.clear-all:hover {
    background-color: #c22226;
    border-color: #c22226;
    color: #FFF;
}

.dynamic-filter-box > a.clear-all:hover > i {
    color: #FFF;
}

.dynamic-filter-box > .mw24-df-btn.clear-all i {
    color: #fff;
}

.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
    box-shadow: 1px 2px 3px rgba(0,0,0,0.2);
}

ul.ico-list {
    margin-bottom: 10px;
    list-style: none;
}

li.ico-item.urlaubsfotos-ico,
li.ico-item.urlaubswetter-ico,
li.ico-item.informationen-ico,
li.ico-item.urlaubsorte-ico,
li.ico-item.verkehrsregeln-ico {
    font: normal normal normal 16px/1 FontAwesome;
}

/* awesome icon <i class="fa fa-camera-retro fa-lg" aria-hidden="true"></i> */
li.ico-item.urlaubsfotos-ico:before  {
    content: "\f083";
    margin-left: -2px;
    padding-right: 5px;
}

li.ico-item.urlaubswetter-ico:before  {
    content: "\f185";
    padding-right: 5px;
    margin-left: -2px;
}

li.ico-item.informationen-ico:before  {
    content: "\f05a";
    padding-right: 6px;
}

li.ico-item.verkehrsregeln-ico:before  {
    margin-left: -2px;
    padding-right: 4px;
    content: "\f1b9";
}

li.ico-item.urlaubsorte-ico:before  {
    content: "\f0ac";
    padding-right: 4px;
}

.info-stripe {
    padding-top: 20px;
    margin-top: 0px;
    background-color: #fff;
}

.info-stripe.seo-page.price-spy {
    padding: 10px 0 20px;
    margin-top: 0px;
    background-color: #fff;
}

.info-stripe .info-stripe.seo-page.reviews {
    padding-top: 0;
}

.info-stripe.seo-page.reviews {
    padding-bottom: 0;
}

.info-stripe.seo-page.info {
    padding: 20px 0;
}

.info-stripe.seo-page.mini-info {
    padding: 20px 0;
    background-color: #b4e3b7;
}

/* 3rd page */
.car-info h2.title {
    font-size: 18px;
    line-height: 30px;
    /*width: 64%;*/
    min-height: 30px;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    color: #555;
}

.car-info .supplier {
    text-align: right;
    color: #555;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 10px;
}

.car-info img.car {
    width: 180px;
}

.car-info .teasers-block {
    overflow: hidden;
    font-family: 'Lato', sans-serif;
    margin-top: 10px;
}

.teasers-block > ul > li {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: default;
}

.teasers-block > ul > li > i {
    margin-right: 5px;
    color: #2f8134;
}

.teasers-block .tooltip.in {
    opacity: 1;
}

.dynamic-teaser > span,
.top-offer .dynamic-teaser > span {
    cursor: pointer;
    z-index: 5;
    border-bottom: 1px dotted #58585a;
}

.dynamic-teaser > span:hover,
.top-offer .dynamic-teaser > span:hover {
    color: #62785f;
    border-color: #62785f;
}

.popover-content > ul,
.dynamic-teaser .popover-content > ul {
    list-style-image: url('../images/dynamic-teaser-disc.png');
    list-style-position: inside;
}

.popover-content > ul > li,
.dynamic-teaser .popover-content > ul > li {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
}

.popover-content h6,
.dynamic-teaser .popover-content h6 {
    font-weight: bold;
    margin-top: 0;
}

.car-info .price {
    margin-top: 20px;
    display: inline-block;
    vertical-align: top;
    width: 48%;
}

.car-info .price > span {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #58585a;
    border-radius: 4px;
    float: right;
    padding: 0 5px;
}

@-webkit-keyframes colorize-price {
    from {
        background-color: #FFF;
    }
    to {
        background-color: #90c695;
    }
}


@-moz-keyframes colorize-price {
    from {
        background-color: #FFF;
    }
    to {
        background-color: #90c695;
    }
}


@-o-keyframes colorize-price {
    from {
        background-color: #FFF;
    }
    to {
        background-color: #90c695;
    }
}

@keyframes colorize-price {
    from {
        background-color: #FFF;
    }
    to {
        background-color: #90c695;
    }
}

.car-info .price > span.colorize {
    -webkit-animation: colorize-price 1.2s 4 alternate ease both 1s;
    -moz-animation: colorize-price 1.2s 4 alternate ease both 1s;
    -o-animation: colorize-price 1.2s 4 alternate ease both 1s;
    animation: colorize-price 1.2s 4 alternate ease both 1s;
}

.car-info .extras {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 10px;
}

.car-info .total-price {
    font-size: 19px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.upsale-block {
    margin-bottom: 0;
}

.upsale-block h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 0;
}

.upsale-block.panel-mw24 > .panel-body {
    padding: 15px;
}

.upsale-block .title,
.das .title,
.pickup-station-info-block .title,
.dropoff-station-info-block .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: 'Lato', sans-serif;
    color: rgba(0, 0, 0, 0.5);
    vertical-align: 6px;
    display: inline-block;
}

.das > .title {
    margin-left: 10px;
}

.upsale-block .pickup-station,
.upsale-block .dropoff-station,
.print-info .pickup-station,
.print-info .dropoff-station {
    padding-left: 0;
    margin-bottom: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #58585a;
    font-weight: bold;
    border-radius: 5px;
}

.upsale-block .dropoff-station,
.print-info .dropoff-station {
    margin-bottom: 10px;
}

.dropoff-select {
    margin-left: 20px;
    margin-bottom: 20px;
}

.pickup-select-list,
.dropoff-select-list {
    margin-bottom: 15px;
}

.pickup-select-list .filter-option,
.dropoff-select-list .filter-option {
    font-size: 16px;
    font-weight: bold;
    color: #555;
}

.pickup-select-list .bootstrap-select,
.dropoff-select-list .bootstrap-select {
    width: 100% !important;
}

.upsale-block .pickup-info-block,
.upsale-block .dropoff-info-block,
.print-info .pickup-info-block,
.print-info .dropoff-info-block {
    color: rgba(0, 0, 0, 0.5);
}

.upsale-block .pickup-info-block .pickup-right-info li,
.upsale-block .dropoff-info-block .dropoff-right-info li,
.print-info .pickup-info-block .pickup-right-info li,
.print-info .dropoff-info-block .dropoff-right-info li {
    margin-bottom: 10px;
}

.upsale-block .pickup-info-block .pickup-left-info,
.upsale-block .dropoff-info-block .dropoff-left-info,
.print-info .pickup-info-block .pickup-left-info,
.print-info .dropoff-info-block .dropoff-left-info {
    display: block;
}

.upsale-block .line b,
.upsale-block .line p,
.print-info .line b,
.print-info .line p {
    display: inline-block;
    margin-right: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #58585a;
}

.upsale-block .pickup-info-block .pickup-right-info,
.upsale-block .dropoff-info-block .dropoff-right-info,
.print-info .pickup-info-block .pickup-right-info,
.print-info .dropoff-info-block .dropoff-right-info {
    display: block;
}

.upsale-block .pickup-date,
.upsale-block .dropoff-date,
.print-info .pickup-date,
.print-info .dropoff-date {
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
}

.upsale-block .pickup-station-info-block[data-style="standart-way"] .dropoff-date,
.print-info .pickup-station-info-block[data-style="standart-way"] .dropoff-date {
    display: inline-block;
}

.upsale-block .pickup-station-info-block[data-style="standart-way"] .pickup-date,
.upsale-block .pickup-station-info-block[data-style="standart-way"] .dropoff-date,
.print-info .pickup-station-info-block[data-style="standart-way"] .pickup-date,
.print-info .pickup-station-info-block[data-style="standart-way"] .dropoff-date {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

.upsale-block .pickup-station-info-block .dropoff-date,
.print-info .pickup-station-info-block .dropoff-date {
    display: none;
}

.upsale-block .pickup-station-info-block[data-style="standart-way"] .pickup-left-info > .line,
.print-info .pickup-station-info-block[data-style="standart-way"] .pickup-left-info > .line {
    height: auto;
}

.extra-block .finish-step-block {
    margin-top: 5px;
}

.legal-info .finish-step-block {
    margin-top: 10px;
}

.finish-step-block {
    height: 140px;
}

.finish-step-block a.back {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 0;
    padding: 9px 20px;
    border-radius: 5px;
    background-color: #c5c5c5;
    text-decoration: initial;
    color: #58585A;
    line-height: 36px;
}

.finish-step-block a.back:hover {
    text-decoration: none;
    background-color: #5a5c5c;
    color: #fff;
}

.upsale-block .finish-step-block a.back,
.legal-info .finish-step-block a.back {
    margin-left: 15px;
}

.extra-block .finish-step-block a.back,
.legal-info .finish-step-block a.back {
    margin-left: 0;
    float: left;
}

.finish-step-block .weiter {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    border: 0;
    float: right;
    text-decoration: none;
    background-color: #205a23;
    color: #C1E3C3;
    padding: 6px 20px;
    border-radius: 5px;
    line-height: 23px;
}

.finish-step-block .weiter:hover {
    background-color: #90c695;
    color: #58585A;
}

.pickup-station-info-block,
.dropoff-station-info-block {
    display: inline-block;
    vertical-align: top;
    width: 48.5%;
}

.pickup-station-info-block {
    margin-right: 0%;
    border-right: 1px solid #CCC;
    padding-right: 3%;
}

.pickup-station-info-block.standart-way {
    width: 100%;
    border: 0;
}

.dropoff-dynamic-box {
    display: none;
}

.dropoff-dynamic-box.show-block {
    display: inline-block;
}

.dropoff-station-info-block {
    margin-left: 2%;
    position: relative;
}

.checkbox.checkbox-filters.dropoff-list-switcher-box {
    margin-top: 20px;
}

.stations-info {
    position: relative;
}

.legal-info {
    clear: both;
}

.legal-info label {
    font-size: 15px;
}

.legal-info .checkbox.checkbox-filters {
    margin-bottom: 10px;
}

.promo-block .special-offer {
    width: 32%;
    height: 250px;
    border: 1px solid #CCC;
    border-radius: 4px;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    margin-right: 1%;
}

.promo-block .special-offer:last-child {
    margin-right: 0;
}

.promo-block .special-offer > p {
    height: 183px;
}

.promo-block .offer-block {
    padding-left: 10px;
    padding-right: 10px;
}

.promo-block .offer-block .panel-heading {
    background-color: #fff;
}

.promo-block .offer-block .panel-mw24 {
    margin-top: 20px;
}

.extra-block .panel-heading .panel-title {
    display: inline-block;
}

.extra-block .panel-heading .badge.extras {
    display: inline-block;
    float: right;
    cursor: pointer;
}

.extra-block ul.extras,
.extras-block ul.extras {
    display: inline-block;
    vertical-align: top;
    width: 60%;
}

.extra-block ul > li:not(:last-child){
    min-height: 30px;
}

.extras .total {
    color: #58585a;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px;
}

.extra-block .extras > ul > li {
    color: #555;
    padding-bottom: 10px;
}

.extras .total,
.extra-block ul > li,
.extras-block ul > li,
.extra-block ul > li:first-child {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    display: block;
}

.extras .total,
.extras > ul > li {
    text-align: right;
}

.extras-block .extras ul > li:not(:first-child) {
    height: auto;
    line-height: 26px;
}

.extra-block span.title,
.extras-block span.title {
    font-size: 14px;
    margin-right: 2%;
    display: inline-block;
}

.extra-block select,
.extra-block .checkbox,
.extras-block select,
.extras-block .checkbox {
    margin-right: 2%;
    display: inline-block;
    width: 60px;
}

.extras-block .checkbox-filters {
    width: auto;

}

.extras-price-box .extras {
    color: #555;
}

.extras-block .extras-price-box .insurance {
    font-size: 15px;
    display: none;
}

.extra-block .price-block,
.extras-block .price-block {
    font-size: 14px;
    display: inline-block;
}

.acc-item .extras-price-box {
    padding-top: 15px;
}

.currency-info-box {
    border-top: 1px solid #CCC;
    padding-top: 8px;
}

.currency-info-box > p {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
}

.total-price-box {
    border-top: 1px solid #ddd;
}

.extra-block .extras-price-box {
    text-align: right;
}

.extras-block .extras-price-box {
    text-align: right;
}

.one-way-fee {
    font-weight: bold;
    display: none;
}

.extra-block .extras-price-box .rental-price,
.extras-block .extras-price-box .rental-price,
.extra-block .extras-price-box .insurance,
.extra-block .extras-price-box .total-extra-price,
.extra-block .extras-price-box .one-way-fee {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
}

.extra-block .extras-price-box .total-extra-price {
    font-weight: bold;
}

.extra-block .extras-price-box .total-price,
.extras-block .extras-price-box .total-price {
    color: #555;
    font-family: 'Lato', sans-serif;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 5px;
}

.extra-block .separator {
    display: block;
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
}

.extra-block .das .checkbox {
    width: 100%;
    margin: 15px 0 5px;
    display: inline-block;
    vertical-align: top;
}

.extra-block .das .checkbox label,
.extras-options .price{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    color: #58585a;
}

.extra-block .das h3 {
    display: block;
    margin: 0;
}

.extra-block .das .badge.das {
    cursor: pointer;
}

.extra-block .das img {
    text-align: right;
    width: 160px;
    vertical-align: middle;
    margin-bottom: 10px;
}

.extra-block .das p {
    clear: both;
}

.extra-block .extras-options .checkbox,
.extra-block .das .extras-options .checkbox{
    width: 100%;
}

.das-tc {
    display: none;
}

.extras-options .price{
    margin: 9px 0 0;
    text-align: right;
}

.extras-options div label,
.extras-options div label ~ span,
.extras-options .bootstrap-select{
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    min-height: 20px;
    line-height: 16px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.extras-options .bootstrap-select {
    display: block;
    margin-bottom: 5px;
    margin-right: 5px;
}

.extras-options .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
    width: 50px;
    margin-top: 2px;
}

.extras-options .bootstrap-select > button > span,
.extras-options div label ~ span,
.extras-options .bootstrap-select ~ span,
.extras-options ~ label{
    color: #58585a;
}

.extras-options .bootstrap-select.btn-group .dropdown-menu li{
    height: auto;
}

.extras-options > label{
    display: block;
    font-weight: normal;
    padding-left: 5px;
    line-height: 20px;
}

.extras-options .bootstrap-select ~ span{
    position: relative;
    top: 10px;
    vertical-align: top;

    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
}

.upsale-block h4,
.upsale-block a[data-toggle="collapse"],
.print-info a[data-toggle="collapse"],
.print-info a[data-toggle="collapse"],
.das h4,
.extras-box h4,
.das a[data-toggle="collapse"] {
    display: block !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: #58585a;
}

.personal-data h4 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 26px;
    font-weight: bold;
    color: #2f8134;
}

.personal-data h4 > span {
    color: #777;
    font-size: 30px;
}

.upsale-block a[data-toggle="collapse"],
.print-info a[data-toggle="collapse"],
.das a[data-toggle="collapse"],
.extras-box a[data-toggle="collapse"] {
    padding: 10px 15px;
    color: #555;
}

.extras-box a[data-toggle="collapse"] {
    padding: 0;
    display: block;
    text-decoration: none;
    padding: 10px 15px;
}

.upsale-block .panel,
.print-info .panel,
.das .panel,
.extras-box .panel {
    margin-bottom: 5px;
    margin-top: 10px;
}

.upsale-block .panel-default>.panel-heading,
.print-info .panel-default>.panel-heading,
.das .panel-default>.panel-heading,
.extras-box .panel-default>.panel-heading {
    background-color: #ddd;
    padding: 0;
}

.upsale-block .panel-default>.panel-heading.active,
.print-info .panel-default>.panel-heading.active,
.das .panel-default>.panel-heading.active,
.extras-box .panel-default>.panel-heading.active {
    background-color: #769578;
}

.upsale-block .panel-default>.panel-heading .fa-caret-left,
.print-info .panel-default>.panel-heading .fa-caret-left,
.das .panel-default>.panel-heading .fa-caret-left,
.extras-box .panel-default>.panel-heading .fa-caret-left {
    float: right;
}

.upsale-block .panel-default>.panel-heading .fa-caret-left.rotate,
.print-info .panel-default>.panel-heading .fa-caret-left.rotate,
.das .panel-default>.panel-heading .fa-caret-left.rotate,
.extras-box .panel-default>.panel-heading .fa-caret-left.rotate {
    transform: rotate(-90deg);
    margin-top: 1px;
}

.upsale-block .panel-default>.panel-heading:hover,
.print-info .panel-default>.panel-heading:hover,
.das .panel-default>.panel-heading:hover,
.extras-box .panel-default>.panel-heading:hover {
    background-color: #769578;
}

.upsale-block .panel-default>.panel-heading:hover a,
.upsale-block .panel-default>.panel-heading.active a,
.print-info .panel-default>.panel-heading:hover a,
.print-info .panel-default>.panel-heading.active a,
.das .panel-default>.panel-heading:hover a,
.das .panel-default>.panel-heading.active a,
.extras-box .panel-default>.panel-heading:hover a,
.extras-box .panel-default>.panel-heading.active a {
    color: #FFF;
}

.extras-spinner {
    text-align: center;
    color: #2f8134;
}

#extras_options {
    width: 100%;
}

#extras_options .extra-block {
    margin-top: 9px;
    margin-bottom: 10px;
}

#extras_options .extra-price {
    margin-top: 8px;
}

.extras {
    margin-top: 10px;
    width: 100%;
}

.opening-hours {
    color: #58585a;
}

.customer-block .title-salut {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    color: #58585a;
    margin-left: 90px;
}

.customer-block label {
    color: #58585a;
    font-weight: normal;
    line-height: 36px;
}

.customer-block .badge.flight-nr {
    float: none;
    margin-left: 5px;
    cursor: pointer;
}

.customer-block label.control-label {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    font-weight: bold;
    width: 130px;
    text-align: right;
    margin-right: 10px;
}

.customer-block input[type="text"],
.customer-block input[type="email"],
.customer-block input[type="tel"],
.customer-block input[type="number"] {
    line-height: 34px;
    width: 375px;
}

.customer-block input[maxlength="4"],
.customer-block input[maxlength="3"]{
    width: 90.6px;
}

.customer-block #credit-card-type {
    text-indent: 50px;
}

.customer-block #credit-card-type option {
    padding-left: 0;
}

.popover-validate-msg{
    font-family: 'Lato' ,sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    position: absolute;
    top: 0;
    z-index: 1;

    background: #fff;
    padding: 6px 10px;
    margin-left: 12px;
    min-height: 54px;
}

.popover-validate-msg.top{
    max-width: 360px !important;
    top: 44px;
    left: 158px;
    margin-left: 0;
    margin-top: 12px;
    min-height: 36px;
}

.legal-info .validate-msg{
    top: -16px;
}

.select-credit-card-type .validate-msg{
    top: 9px;
}

.select-credit-card-type .validate-msg.top{
    top: 52px;
}

.popover-validate-msg:before{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;

    border-right-color: rgba(140, 0, 0, 0.4);
    left: -11px;
    margin-top: 9px;
    border-width: 11px;
    border-left-width: 0;
}

.popover-validate-msg.top:before {
    top: -20px;
    border-top-width: 0;
    border-bottom-color: rgba(140, 0, 0, 0.4);
    border-right-color: transparent;
    border-left-width: 11px;
    left: 10px;
}

.popover-validate-msg:after {
    content: '';
    position: absolute;
    top: 16px;
    left: -10px;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;

    border-width: 10px;
    border-right-color: #fff;
    border-left-width: 0;
}

.popover-validate-msg.top:after {
    top: -10px;
    left: 11px;
    border-bottom-color: #fff;
    border-top-width: 0;
    border-right-color: transparent;
    border-left-width: 10px;
}

.validation-error input,
.validation-error select{
    border-color: #C22226 !important;
}

.validation-error label {
    color: #c22226 !important;
}

.checkbox.validation-error label::before {
    border: 1px solid #c22226 !important;
}

.checkbox-filters .popover-validate-msg.top {
    top: 19px;
    left: 24px;
}

@media screen and (max-width: 767px) {
    .legal-info .validate-msg.top {
        top: 28px;
    }
}

.customer-block .validate-msg{
    max-width: 240px;
    line-height: 20px;
    z-index: 2;
}

.customer-block .radio-wrapper {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
}

.customer-block .form-inline .form-group {
    padding-left: 15px;
    width: 100%;
}

.extras-block .form-inline .form-group {
    padding-left: 0;
}

.customer-block .radio label {
    line-height: 19px;
    width: auto;
}

.customer-block .radio label::after {
    outline: none;
}

.customer-block .select-salutation label {
    width: auto;
    margin-right: 15px;
    margin-left: 15px;
}

.customer-block .select-salutation select {
    width: 185px;
}

.customer-block .select-salutation,
.customer-block .select-country,
.customer-block .select-state,
.customer-block .select-credit-card-type {
    display: inline-block;
    vertical-align: top;
}

.customer-block .select-credit-card-type {
    margin-top: 10px;
    margin-bottom: 5px;
}

.customer-block .select-credit-card-type .bootstrap-select {
    position: relative;
}

.customer-block .select-country select,
.customer-block .select-state select,
.customer-block .select-credit-card-type select {
    width: 375px;
}

.customer-block .select-credit-card-type .bootstrap-select,
.select-country .bootstrap-select {
    width: 375px !important;
}

.select-country .bootstrap-select .dropdown-menu li a span.text {
    font-size: 16px;
}

.customer-block .select-credit-card-type span.filter-option {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    text-indent: 50px;
}

.customer-block .credit-card-icon {
    position: absolute;
    top: 22px;
    left: 158px;
    z-index: 1;
    width: 48px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    background-image: url('../images/mw24-credit-card.png');
    background-position: 0% top;
}

.customer-block .credit-card-icon.american-express {
    background-position: 100% top;
}

.customer-block .credit-card-icon.mastercard {
    background-position: 66% top;
}

.customer-block .credit-card-icon.visa {
    background-position: 33% top;
}

.customer-block .form-inline {
    position: relative;
    line-height: 52px;
}

.customer-block input#zip {
    width: 100px;
    margin-right: 5px;
}

.customer-block .splitter {
    display: inline-block;
    vertical-align: middle;
}

.states-box {
    display: none;
}

.form-group-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #58585a;
    padding: 10px 0px;
    text-align: center;
}

.customer-block input#cvv {
    width: 90.7px;
}

.customer-block .panel-body span.badge {
    width: auto;
}

.common-form .panel-title,
.extras-block .panel-title {
    display: inline-block;
    font-weight: bold;
}

.common-form .icon,
.extras-block .icon {
    float: right;
    cursor: pointer;
    transform: rotate(90deg);
}

.common-form .icon.rotate,
.extras-block .icon.rotate {
    transform: rotate(0deg);
}

.common-form .panel-heading,
.extras-block .panel-heading {
    cursor: pointer;
}

.extras-block .panel-body {
    display: none;
}

.common-form .panel-body.open,
.extras-block .panel-body.open {
    display: block;
}

.common-form ul.extras,
.extras-block ul.extras {
    list-style-type: disc;
}

.common-form ul.extras > li,
.extras-block ul.extras > li {
    font-size: 20px;
}

.common-form .accordeon input[type="text"],
.extras-block .accordeon input[type="text"] {
    width: 402px;
    text-indent: 2px;
}

.common-form .accordeon .acc-item:last-child,
.extras-block .accordeon .acc-item:last-child {
    margin-bottom: 0;
}

.common-form .accordeon .acc-item .head,
.extras-block .accordeon .acc-item .head {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 35px;
    cursor: pointer;
    border-bottom: 1px solid #CCC;
    line-height: 35px;
    padding-left: 10px;
    color: #555;
    background-color: #ddd;
}

.common-form .accordeon .acc-item .head label,
.extras-block .accordeon .acc-item .head label {
    text-align: left;
}

.common-form .accordeon .acc-item .head:hover,
.common-form .accordeon .acc-item .head.active,
.extras-block .accordeon .acc-item .head:hover,
.extras-block .accordeon .acc-item .head.active {
    background-color: #769578;
    color: #fff;
}

.common-form .accordeon .acc-item .head > i,
.extras-block .accordeon .acc-item .head > i {
    float: right;
    line-height: 35px;
    margin-right: 10px;
}

.accordeon .acc-item .head > i.rotate {
    transform: rotate(90deg);
}

.common-form .accordeon .acc-item .body {
    display: none;
    padding: 15px 0;
}

.extras-block .accordeon .acc-item .body {
    display: none;
    padding: 15px;
}

.common-form .accordeon .acc-item .body.open,
.extras-block .accordeon .acc-item .body.open {
    display: block;
}

.common-form .accordeon .acc-item .body textarea {
    width: 100%;
    min-height: 100px;
    max-height: 150px;
}

.extras-block .accordeon .acc-item .body textarea {
    max-width: 100%;
    min-height: 125px;
    max-height: 200px;
}

#extras_options > .row:nth-child(odd) {
    background-color: #fff;
}

#extras_options > .row:nth-child(even) {
    background-color: #eef6ef;
}

.selected-extras-header > .row:first-child {
    border-bottom: 1px solid #ddd;
    margin-bottom: 8px;
}

.selected-extras-list .right,
.selected-extras-header .right {
    text-align: right;
}

.selected-extras-list .center,
.selected-extras-header .center {
    text-align: center;
}

.selected-extras-header .row,
.selected-extras-list .row {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    padding-bottom: 5px;
}

.selected-extras-header .row {
    color: #555;
    font-size: 16px;
    font-weight: bold;
}

.selected-extras-list .row > div {
    word-break: break-all;
}

select#day,
select#month,
select#year {
    width: 122.2px;
}

input#country_phone_code,
input#city_phone_code {
    width: 90px;
}

input#phone {
    /*width: 190px;*/
}

select#credit-card-month,
select#credit-card-year {
    width: 94px;
}

.group-form-part {
    border-radius: 5px;
    margin-bottom: 14px;
    padding: 10px 0;
}

.group-form-part.last {
    margin-bottom: 0;
}

.extras-block .group-form-part {
    padding: 0;
}

.pickup-station-info-block .accordeon,
.dropoff-station-info-block .accordeon {
    color: #333;
    margin-bottom: 0;
}

.pickup-station-info-block .accordeon {
    margin-right: 0;
    margin-bottom: 0;
}

.pickup-station-info-block .accordeon .acc-item .head,
.dropoff-station-info-block .accordeon .acc-item .head {
    cursor: pointer;
    height: 30px;
    background-color: #CCC;
    padding: 5px 5px 5px 12px;
}

.pickup-station-info-block .accordeon .acc-item .head:hover,
.dropoff-station-info-block .accordeon .acc-item .head:hover,
.pickup-station-info-block .accordeon .acc-item .head.open,
.dropoff-station-info-block .accordeon .acc-item .head.open {
    background-color: #2F8134;
    color: #fefefe;
}

.pickup-station-info-block .accordeon .acc-item .head > i,
.dropoff-station-info-block .accordeon .acc-item .head > i {
    float: right;
    line-height: 20px;
    margin-right: 10px;
}

.pickup-station-info-block .accordeon .acc-item .body,
.dropoff-station-info-block .accordeon .acc-item .body {
    display: none;
    padding: 10px;
    border: 1px solid #CCC;
    border-top: 0;
}

.pickup-station-info-block .accordeon .acc-item .body.open,
.dropoff-station-info-block .accordeon .acc-item .body.open {
    display: block;
    border-top: 0;
}

.pickup-station-info-block .accordeon .acc-item .body textarea,
.dropoff-station-info-block .accordeon .acc-item .body textarea {
    width: 400px;
    min-height: 125px;
}

.pickup-station-info-block .opening-hours,
.dropoff-station-info-block .opening-hours {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 15px;
    color: #555;
}

.pickup-station-info-block .opening-hours b,
.dropoff-station-info-block .opening-hours b {
    display: inline-block;
}

.extras-block .badge.voucher {
    float: none;
    margin-left: 5px;
    cursor: pointer;
}

.legal-info .terms-and-conditions {
    font-size: 16px;
    margin-bottom: 5px;
}

.legal-info .terms-and-conditions.das,
.legal-info .terms-and-conditions.newsletter {
    display: none;
}

.personal-data .additional-info-in-layer,
.legal-info .additional-info-in-layer,
.legal-info a.datench {
    cursor: pointer;
    text-decoration: underline;
    color: #DD5044;
}

.personal-data .additional-info-in-layer:hover,
.legal-info .additional-info-in-layer:hover,
.legal-info a.datench:hover {
    color: #555;
}

.print-info {
    margin-top: 20px;
}

.print-info .personal-data {
    padding: 0;
}

.personal-data .red {
    color: #C22226;
}

.personal-data h2 {
    color: #777;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 28px;
    font-weight: bold;
    margin: 0;
}

.personal-data h2.panel-title {
    color: #58585A;
}

.personal-data h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    margin-bottom: 20px;
}

.personal-data .error-message {
    color: #777;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}

.personal-data .error-message > span {
    color: #2F8134;
    font-size: 32px;
    letter-spacing: 0px;
}

.personal-data table {
    display: block;
    background-color: #fff;
    border: 1px solid #90c695;
    border-radius: 5px;
    margin-bottom: 20px;
}

.personal-data table tr {
    display: block;
}

.personal-data table td:first-child {
    display: inline-block;
    vertical-align: top;
    width: 20%;
}

.personal-data table td:last-child {
    display: inline-block;
    vertical-align: top;
    width: 79%;
}

.personal-data table td.single {
    width: 100% !important;
}

.personal-data table tr:first-child td:first-child {
    border-top-left-radius: 5px;
    border-left: 0;
}

.personal-data table tr:first-child td:last-child {
    border-top-right-radius: 5px;
    border-right: 0;
}

.personal-data table tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
}

.personal-data table tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
}

.personal-data table tr.main {
    font-weight: bold;
    background-color: #90c695;
}

.personal-data table td {
    color: #58585a;
    font-size: 16px;
    padding: 10px 15px;
    vertical-align: top;
}

.personal-data table tr.main td {
    padding: 5px 15px;
}

.personal-data table td.label-cell {
    font-weight: bold;
}

.personal-data .string {
    min-height: 30px;
    color: #555;
}

.personal-data .name {
    font-weight: bold;
    width: 150px;
}

.personal-data table .name {
    font-family: 'Lato', sans-serif;
    float: left;
    width: 80%;
}

.personal-data table .price {
    display: inline-block;
    text-align: right;
    vertical-align: top;
    min-width: 20%;
}

.personal-data.price-info .name {
    display: inline-block;
    float: left;
    text-align: right;
    vertical-align: top;
    width: 60%;
}

.personal-data .value {
    width: 400px;
}

.personal-data .name,
.personal-data .value {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
}

.personal-data.price-info {
    margin-top: 15px;
    margin-bottom: 20px;
}

.personal-data.price-info .price {
    font-family: 'Lato', sans-serif;
    text-align: right;
    width: 40%;
    display: inline-block;
}

.personal-data.price-info > div,
.personal-data.price-info .mw24-price,
.personal-data.price-info .extra-price,
.personal-data.price-info .das-price {
    font-size: 16px;
    text-align: right;
}

.personal-data.price-info .name {
    font-weight: normal;
    text-align: left;
}

.personal-data.price-info .finish-price {
    margin-bottom: 10px;
    text-align: right;
}

.personal-data.price-info .finish-price .name,
.personal-data.price-info .finish-price .price {
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    font-weight: bold;
}
.personal-data.price-info .extra-price,
.personal-data.price-info .extra-price .name,
.personal-data.price-info .one-way-fee .name {
    font-weight: bold;
}

.personal-data.price-info .one-way-fee {
    margin-bottom: 10px;
}

.personal-data a.back-to-2nd-page,
.personal-data a.back-to-4th-page {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    margin: 15px auto 40px;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #c5c5c5;
    text-decoration: initial;
    text-align: center;
    color: #58585A;
    display: inline-block;
    vertical-align: top;
    width: 300px;
}

.booking-content-stripe {
    background-color: rgba(0,0,0,.075);
    display: none;
    min-height: 526px;
    padding: 20px 0;
}

.booking-error-message p {
    color: #777;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 20px;
}

.personal-data a.back-to-2nd-page {
    margin-right: 1%;
}

.opacity-block {
    opacity: 0.15;
}

.opacity-7 img {
    opacity: 0.7;
    max-width: 100%;
    height: auto;
}

.error-message > span {
    font-size: 24px;
}

.error-image {
    text-align: center;
}

.personal-data a.back-to-2nd-page:hover,
.personal-data a.back-to-4th-page:hover {
    text-decoration: none;
    background-color: #5a5c5c;
    color: #fff;
}


#comment .value {
    display: block;
    border: 1px solid #CCC;
    border-radius: 5px;
    width: 100%;
    padding: 8px 10px;
}

.agb-popup {
    display: none;
    position: fixed;
    top: 100px;
    width: 688px;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

.agb-popup .addit-info {
    position: initial;
    margin-top: auto;
}

.agb-popup .addit-info .doc-print {
    margin-left: 5px;
}

.agb-popup .close {
    color: #777;
    opacity: 1;
    top: 4px;
    position: absolute;
    right: 7px;
}
.agb-popup .close:hover {
    color: #555;
}

.agb-popup .addit-info .doc-search input#doc-search,
.agb-popup .addit-info .doc-search input#doc-search-top-offer {
    margin-right: 6px;
}

.agb-popup .addit-info .doc-search a.search-down {
    margin-right: 0;
}

.float-block-info {
    display: none;
    position: absolute;
    z-index: 9999;
    width: 130px;
    height: 65px;
    padding: 10px;
    top: -155px;
    right: -130px;
    border-top: 3px solid #2f8134;
    background-color: #f7f7f7;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    margin-right: 10px;
}

.float-block-info span {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}

.filter-box.panel {
    background-color: transparent;
    display: none;
    box-shadow: none;
}

.filter-box > .panel-heading {
    padding: 0;
}

.filter-box h3,
.filter-box > .panel-heading > i {
    display: none;
}

.filter-box .panel-body {
    padding: 0;
}

[data-style="standart-way"] {
    width: 100%;
    border: 0;
    padding: 0;
}

[data-style="standart-way"] > .title {
    display: none;
}

.up-box {
    position: relative;
    width: 100%;
}

.up-to-header {
    display: none;
    background-color: rgba(153, 153, 153, 0.5);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 45px;
    height: 45px;
    padding: 5px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    box-sizing: content-box;
    z-index: 999;
    position: fixed;
    bottom: 0;
    right: 50%;
    margin-right: 330px;
}

.up-to-header:hover {
    background-color: rgba(76, 76, 76, 0.5);
}

.up-to-header:hover i {
    color: #000;
}

.up-to-header > span {
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.up-to-header > i {
    line-height: 20px;
}

.car-rental-content li,
.car-rental-content li > span,
.car-rental-content ul.multi li {
    font: 14px 'Lato', sans-serif;
    color: #58585a;
    line-height: 16px;
    padding: 0 0 5px 8px;
}

.random_footer {
    font: 14px 'Lato', sans-serif;
    color: #58585a;
}

.info-box h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    color: #58585a;
    margin-bottom: 15px;
}

div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
    margin: 0;
}

div.csc-textpic div.csc-textpic-imagecolumn {
    margin-right: 0;
}

.promo-images-wrapper .csc-textpic-imagecolumn,
.promo-images-wrapper td.csc-textpic-imagecolumn .csc-textpic-image {
    margin-right: 100px !important;
}

.promo-images-wrapper .csc-textpic-imagecolumn.csc-textpic-lastcol {
    margin-right: 0 !important;
}

.banners-wrapper {
    margin-top: 30px;
    max-height: 470px;
    overflow: hidden;
    width: 300px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.banners-wrapper.page2 {
    margin: 0;
    width: 210px;
}

.colorize-price {
    background-color: #fcf8e3;
    border: 1px solid #faebcc;
    border-radius: 5px;
    padding: 3px 7px;
}

#footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 200px;
    background-color: #90C695;
}

#footer .menu-footer {
    padding: 20px 0;
}

#footer .social.first,
#footer .copy.first {
    display: inline-block;
    vertical-align: top;
    margin: 10px auto;
}

#footer .social.first {
    width: 31%;
}

#footer .copy.first {
    width: 50%;
}

#footer .copy {
    width: 49%;
    margin-top: 23px;
    float: right;
}

#footer .social ul > li {
    width: 46px;
    height: 46px;
    display: inline-block;
    margin-right: 6px;
}

#footer .social ul > li > a {
    color: #58585a;
    text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.3);

    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

#footer .social ul > li.facebook > a:hover {
    color: #3B5998;
    text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.3);
}

#footer .social ul > li.twitter > a:hover {
    color: #55ACEE;
    text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.3);
}

#footer .social ul > li.google > a:hover {
    color: #DD5044;
    text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.3);
}

#footer .social ul > li.instagram > a:hover {
    color: #C83E73;
    text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.3);
}

#footer .menu-footer ul,
#footer .social ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#footer .copy p {
    color: #58585a;
    text-align: right;
}

#footer .menu-footer ul > li {
    display: inline-block;
    margin-bottom: 5px;
}

#footer .menu-footer ul > li:after {
    content: "|";
    padding: 0 10px;
}

#footer .menu-footer ul > li:last-child:after {
    content: "";
}

#footer .menu-footer ul > li > a {
    color: #58585a;
    font-size: 15px;
}

.visible{
    display: block;
}

.not-visible{
    display: none;
}

@media print {

    .breadcrumbs-wrap,
    .menu,
    #footer,
    .finish-step-block,
    .pdf {
        display: none;
    }
}

@media (min-width: 991px) {

    .top-offers-block div[data-content]{
        display: block;
    }

    .top-offers-block div[data-animated]{
        display: none;
    }
}

@media (max-width: 991px) {

    .teaser-block .top-offer-bottom-block button.back{
        display: none;
    }

    .teaser-block .top-offer-bottom-block .mehr[type=submit]{
        float: none;
    }

    /*  Top offers*/
    .top-offers-block {
        margin-top: 0;
    }

    .top-offers-block > div:not(:first-child),
    .top-offer-block > .animation-block{
        display: none !important;
    }

    .top-offer-block .panel-heading{
        background-color: #FFE25A;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        border-bottom: 1px solid #FFE25A;
    }

    .top-offer-block .panel-body .hidden{
        display: block !important;
    }

    .top-offer-block[data-content] .cars-row{

    }

    .top-offer-block div[data-content] .panel-body .supplier{
        top: 15px !important;
    }

    .top-offer-block div[data-content] .panel-body .price-decor{
        top: 60px !important;
    }

    .top-offer-block div[data-content] .top-offer > img{
        top: 5px;
    }

    .top-offer-block div[data-animated] .panel-body{
        height: auto;
    }
    /*  ^ Top offers*/

    .float-block-info {
        display: none;
    }

    .promo-images-wrapper > ul > li {
        display: inline-block;
        padding: 0;
        width: 32.6%;
    }

    .promo-images-wrapper > ul > li > img {
        width: 220px;
    }

    #mw24-form-wrap.second-page .city-station-box {
        width: 34%;
    }

    .second-page .mw24-station {
        width: 100%;
    }

    #mw24-form-wrap.second-page .one-way-checkbox {
        margin-left: 9%;
    }

    #mw24-form-wrap.second-page .date-time-box {
        width: 36%;
        margin-right: 2%;
    }

    #mw24-form-wrap.second-page .date-clock-wrap {
        width: 100%;
    }

    #mw24-form-wrap.second-page form label {
        display: block;
    }

    #mw24-form-wrap.second-page .city-station-box {
        margin-right: 2%;
    }

    #mw24-form-wrap.second-page .submit-box {
        width: 24%;
        vertical-align: bottom;
        margin-top: 0;
    }

    #mw24-form-wrap.second-page .submit-box .btn-wrap {
        padding: 5px 10px;
    }

    #mw24-form-wrap.second-page .submit-box span {
        margin-left: 0;
    }

    ul.m24-pickup-info-box {
        padding: 15px;
    }

    ul.m24-pickup-info-box .left,
    ul.m24-pickup-info-box .right {
        display: inline-block;
        vertical-align: top;
        width: 46%;
    }

    ul.m24-pickup-info-box .left {
        margin-right: 1%;
    }

    ul.m24-pickup-info-box .right {
        margin-left: 1%;
    }

    ul.m24-pickup-info-box .center {
        display: inline-block;
        vertical-align: -32px;
        width: 4%;
        color: #2f8134;
    }

    ul.m24-pickup-info-box li,
    ul.m24-pickup-info-box li.date-30 {
        width: 100%;
    }

    .first.panel.station-info-block .panel-body {
        height: 114px;
        transition: 0.4s linear;
    }

    .first.panel.station-info-block .panel-body.top {
        height: 156px;
    }

    ul.m24-pickup-info-box.top,
    .live-search-wrap.top {
        transform: translateY(-114px);
        -webkit-transform: translateY(-114px);
    }

    #top_offers_block .top-offer-grid:nth-child(1) ~ .top-offer-grid {
        display: none;
    }

    #top_offers_block .top-offer-grid {
        width: 100%;
    }

    .top-offer-block .panel-heading > h2 {
        text-align: left;
    }

    .top-offer-block .panel-heading > h2 > .text-title {
        text-align: left;
        width: 85.5%;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 0;
    }

    .top-offer-grid .panel-heading .stars {
        display: inline-block;
        vertical-align: top;

    }

    .top-offer-grid .top-offer > img {
        width: 200px !important;
        height: auto;
        position: static;
        margin: 0;
        display: inline-block;
        vertical-align: top;
        margin-right: 5px;
    }

    .top-offer-grid ul.teasers {
        width: 423px;
        height: auto;
        position: static;
        vertical-align: top;
        display: inline-block;
        padding-top: 20px;
    }

    .top-offer > ul > li > span {
        max-width: none;
    }

    .top-offer-grid .top-offer .info[type=button],
    .top-offer-grid .top-offer .price.face {
        display: none !important;
    }

    .top-offer-grid .top-offer .price {
        color: #FFF;
        font-size: 26px;
        font-weight: normal;
        line-height: 40px;
    }

    .top-offer-block div[data-animated] .price-decor {
        top: 91px;
        right: -9px;
    }
    .top-offer-block div[data-animated] .supplier {
        top: 46px;
        right: 16px;
    }

    .panel-mw24 > .panel-body {
        padding: 15px;
    }

    .top-offer-block .panel-body .top-offer-bottom-block {
        margin-top: 20px;
        float: right;
    }

    .top-offer-block div[data-animated] .panel-body .top-offer-bottom-block {
        margin-top: 0;
    }

    .top-offer-block div[data-animated] .panel-body .top-offer-bottom-block {
        margin-top: 0 !important;
        text-align: right;
    }

    .top-offer button {
        width: 136px;
        padding: 5px;
    }

    .top-offer-grid.active .top-offer-bottom-block {
        margin-top: 70px !important;
    }

    .top-offer-grid.active .top-offer-bottom-block button.back {
        visibility: hidden;
    }

    .top-offer-grid .top-offer .supplier.top-offer-supplier {
        display: inline-block;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 15px;
        font-weight: normal;
        line-height: 20px;
        color: #555;
    }

    fieldset {
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
    }

    .checkbox.checkbox-filters:last-child {
        border-bottom: 0 !important;
    }

    .checkbox.checkbox-filters.dropoff-list-switcher-box {
        border: 0;
        padding-left: 20px;
    }

    .checkbox.checkbox-filters.dropoff-list-switcher-box:hover {
        background-color: transparent;
    }

    .checkbox.checkbox-filters.dropoff-list-switcher-box label::after {
        top: 0;
    }

    .mw24-panel legend {
        display: none;
    }

    .filter-box.panel {
        display: none;
        background-color: #FFF;
        border-color: #90c695;
    }

    .filter-box.top.panel {
        margin-top: 0;
    }

    .filter-box .panel.panel-mw24 {
        border-color: #C1E3C3;
    }

    .filter-box .panel.panel-mw24:last-child {
        margin-bottom: 0;
    }

    .filter-box .panel-heading {
        cursor: pointer;
        padding: 10px 15px;
        background-color: #C1E3C3;
    }

    .filter-box .panel-heading:hover {
        background-color: rgba(193, 227, 195, 0.8);
    }

    .filter-box .panel-body .panel-heading {
        border-color: #C1E3C3;
    }

    .filter-box > .panel-heading {
        padding: 11px 15px;
        background-color: #90c695;
    }

    .filter-box > .panel-heading:hover {
        background-color: rgba(144, 198, 149, 0.9);
    }

    .filter-box .panel-heading > i {
        display: inline-block;
        float: right;
        margin-left: 5px;
    }

    .filter-box .panel-body {
        display: none;
    }

    .filter-box > .panel-body {
        padding: 24px;
    }

    [data-id="price-filter"] .panel-body {
        padding: 12px;
    }

    .panel-body .price-box {
        margin-bottom: 0;
    }

    .filter-box h3 {
        display: inline-block;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 15px;
        font-weight: bold;
        text-transform: uppercase;
        color: #58585a;
    }

    .mw24-panel[data-id="price-filter"] .panel-heading,
    .mw24-panel[data-id="price-filter"] .panel-body,
    .mw24-panel[data-id="filter"] .panel-heading,
    .mw24-panel[data-id="filter"] .panel-body {
        padding: 10px 15px;
    }

    .filter-box > .panel-heading,
    .filter-box h3 > i {
        color: #58585a;
    }

    .legal-info .checkbox label::after {
        top: 0;
    }

    .panel-body .price-box {
        width: 49%;
    }

    .panel-body .price-box:first-child {
        margin-right: 4px;
    }

    .panel-body .price-box:last-child {
        margin-left: 4px;
    }

    .extra-block .das .checkbox.checkbox-filters {
        padding-left: 20px;
        background: none;
        border: 0;
    }

    .extras-options .price {
        margin: 9px 0 0;
    }

    #extras_block .extras ul > li > .currency,
    .extras-options .price .currency {
        color: #58585a;
        font-weight: bold;
    }

    .upsale-block .panel-default>.panel-heading:hover,
    .das .panel-default>.panel-heading:hover {
        background-color: #58585a;
    }

    .checkbox.checkbox-filters {
        margin: 0;
        border-top: 1px solid #ddd;
        padding-left: 33px;
    }

    .legal-info .checkbox.checkbox-filters:hover {
        background-color: transparent;
    }

    .checkbox.checkbox-filters:hover {
        background-color: #eee;
    }

    .checkbox.checkbox-filters:last-child {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .panel-body .price-wrapper {
        padding: 0;
    }

    .breadcrumbs-wrap {
        display: none !important;
    }

    #mw24-form-wrap.second-page {
        max-width: 100%;
        margin: 0;
    }

    .mw24-panel[data-id="price-filter"] .panel-heading .checkbox label,
    .mw24-panel[data-id="filter"] .panel-heading .checkbox label,
    .mw24-panel[data-id="filter"] .panel-body .checkbox label {
        display: block;
        padding: 10px;
    }

    .partner-stripe .mw24-carousel {
        margin: 16px auto 0;
        width: auto;
    }

    .owl-controls {
        display: none;
        width: 807px;
        margin-left: -45px;
    }

    .price-spy-block > ul > li {
        min-height: 210px;
    }

    .price-spy-block > ul > li > img{
        max-width: 65%;
    }

    .price-spy-wrapper .line-split {
        left: 333px;
    }

    .popular-car-block {
        margin-bottom: 30px;
    }

    .slider-box {
        display: none !important;
    }

    .mw24-panel[data-id="price-filter"] .panel-body,
    .mw24-panel[data-id="filter"] .panel-body {
        padding: 0;
    }

    .dynamic-filter-box.fixed-df-block {
        width: 720px;
    }

    .das .panel {
        margin-right: 0;
    }

    .extra-block .separator {
        display: none;
    }

    .extra-block .das > p {
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
    }

    #extras_options .extra-block {
        margin-top: 5px;
    }

    .legal-info .checkbox.checkbox-filters {
        margin-bottom: 10px;
        border: 0;
        padding-left: 20px;
    }

    .car-info .image-block {
        display: inline-block;
        vertical-align: top;
        width: 38%;
    }

    .car-info .teasers-block {
        display: inline-block;
        vertical-align: top;

    }

    .car-info .price {
        margin-top: 20px;
        display: inline-block;
        vertical-align: bottom;
        width: 49%;
        padding: 0;
    }

    .car-info .price > span {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 26px;
        font-weight: 700;
        color: #58585a;
        border-radius: 4px;
        float: right;
        padding: 0 5px;
        transition: background-color 1.4s ease;
        /*-webkit-transition: background-color 1s linear;*/
        /*-moz-transition: background-color 1s linear;*/
        /*-o-transition: background-color 1s linear;*/
        /*-ms-transition: background-color 1s linear;*/
        /*background-color: #90c695;*/
    }

    button[data-id="show_all_teasers"] {
        margin: 0;
        margin-top: 5px;
        margin-left: 10px;
    }

    #extras_options .checkbox label {
        padding: 5px 10px;
    }

    #extras_options .checkbox label::after {
        top: 6px;
    }

    #extras_options .checkbox.checkbox-filters {
        border: 0;
        padding-left: 23px;
    }

    #extras_options .checkbox.checkbox-filters:hover {
        background: none;
    }

    .extra-block ul > li:not(:last-child) {
        min-height: 36px;
    }

    .extras .total, .extras > ul > li {
        line-height: 30px;
    }

    .customer-block .form-inline {
        margin-bottom: 10px;
    }

    .select-credit-card-type .validate-msg {
        top: 52px;
    }

    button[data-id="show_all_teasers"] {
        text-align: center;
        margin: 10px auto 0;
        padding: 12px 20px;
    }

    button[data-id="show_all_teasers"] > span {
        line-height: 0px;
        font-size: 28px;
        margin-top: -8px;
    }

    .customer-block label {
        margin: 0;
        line-height: 25px;
    }

    .banners-wrapper {
        display: none;
    }

    .promo-images-wrapper .csc-textpic-imagecolumn,
    .promo-images-wrapper td.csc-textpic-imagecolumn .csc-textpic-image {
        margin-right: 30px !important;
    }

    .promo-images-wrapper .csc-textpic .csc-textpic-imagewrap img {
        height: auto;
        width: 220px;
    }
}

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

    .top-offer-grid div[data-animated] .panel-heading .stars {
        position: relative;
        right: 3px;
    }
}
/* Small devices (tablets, 768px and up) */
@media (max-width: 767px) {

    #mw24-form-wrap.second-page form label {
        font-size: 15px;
    }

    #mw24-form-wrap.second-page form #pickup-inp-elm,
    #mw24-form-wrap.second-page form #dropoff-inp-elm,
    #mw24-form-wrap.second-page form #pickup-date,
    #mw24-form-wrap.second-page form #dropoff-date,
    #mw24-form-wrap.second-page form .btn.dropdown-toggle.btn-default,
    #mw24-form-wrap.second-page form .form-control {
        height: 34px;
    }

    #mw24-form-wrap.second-page .city-station-box {
        width: 100%;
    }

    #mw24-form-wrap.second-page .one-way-checkbox {
        margin-left: 5%;
    }

    #mw24-form-wrap.second-page .date-time-box {
        width: 100%;
        margin-right: 0;
    }

    #mw24-form-wrap.second-page .submit-box {
        width: 100%;
        margin-top: 15px;
    }

    ul.m24-pickup-info-box .left,
    ul.m24-pickup-info-box .right {
        width: 45%;
        margin: 0;
    }

    ul.m24-pickup-info-box .mw24-label {
        display: block;
        width: 100%;
    }

    ul.m24-pickup-info-box .center {
        font-size: 10px;
        margin-bottom: 10px;
        display: inline-block;
        vertical-align: -56px;
        width: 6%;
    }

    ul.m24-pickup-info-box {
        padding: 15px;
    }

    .first.panel.station-info-block .panel-body {
        height: 168px;
    }

    .first.panel.station-info-block .panel-body.top {
        height: 352px;
    }

    ul.m24-pickup-info-box.top,
    .live-search-wrap.top {
        transform: translateY(-168px);
        -webkit-transform: translateY(-168px);
    }

    .second-page .mw24-calendar .fa-calendar,
    .second-page .mw24-calendar .fa-clock-o,
    .second-page .mw24-station .fa-map-marker,
    .second-page .mw24-station .fa-spinner {
        font-size: 18px;
    }

    .second-page .submit-box,
    .second-page .submit-box .submit-live-search-data {
        height: 34px;
        margin-right: 0.4%;
    }

    #mw24-form-wrap.second-page .submit-box .btn-wrap {
        padding: 8px 10px;
    }

    .dynamic-filter-box.fixed-df-block {
        left: 0;
        right: 0;
        width: 100%;
    }

    .select-country #country,
    .select-state #state,
    .select-country .bootstrap-select {
        left: 0;
    }

    .filter-box.panel {
        display: none;
        left: -5px;
        z-index: 300;
        top: -15px;
        background-color: #FFF;
        border-color: #90c695;
    }

    .filter-box .panel-heading {
        cursor: pointer;
    }

    .filter-box .panel-body {
        display: none;
    }

    .filter-box h3 {
        display: inline-block;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 15px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .panel-body .price-wrapper {
        padding: 0;
    }

    .owl-controls {
        display: none;
    }

    .price-spy-wrapper .line-split {
        display: none;
    }

    .price-spy-block > ul > li {
        margin-top: 30px;
        min-height: 185px;
    }

    .filter-box .panel-mw24 {
        margin-bottom: 14px;
    }

    .filter-box .panel-mw24:last-child {
        margin-bottom: 0;
    }

    #footer .copy {
        width: 100%;
    }

    .pagination {
        width: 100%;
    }

    .pagination>li>a {
        display: none;
    }

    .pagination>li>a,
    .pagination>li>span {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 16px;
        font-weight: normal;
        padding: 8px 0;
        margin: 0;
        width: 20%;
        text-align: center;
    }

    .pagination>li>a[aria-label="Previous"],
    .pagination>li>a[aria-label="Next"] {
        display: inline-block;
        padding: 8px;
        margin: 0;
        width: 40%;
        text-align: center;
        font-size: 16px;
    }

    .pagination>li>a[aria-label="Previous"] {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .pagination>li>a[aria-label="Next"] {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .pagination > li.pg-first a,
    .pagination > li.pg-last a {
        margin: 0;
    }

    .pagination>li>a[aria-label="Next"].full-width {
        width: 100%;
    }
    .price-spy-block{
        overflow: hidden;
    }
    .price-spy-block li:first-child{
        border: medium none;
        padding-top: 0;
    }
    .price-spy-block li{
        width: 100%;
        border-top: 1px solid #ccc;
        padding-top: 20px;
    }
    .price-spy-block > ul > li > img {
        max-width: 160px;
    }

    .extras-options div label,
    .extras-options div label ~ span,
    .extras-options .bootstrap-select {
        white-space: normal;
    }

    .finish-step-block a.back {
        display: block;
        line-height: 40px;
        padding: 0 20px;
        text-align: center;
        margin-top: 20px;
    }

    .finish-step-block .weiter {
        float: none;
        line-height: 40px;
        padding: 0 20px;
        text-align: center;
        width: 100%;
    }

    .customer-block .select-country select,
    .customer-block .select-state select,
    .customer-block .select-credit-card-type select {
        width: 100%;
    }

    .customer-block .credit-card-icon {
        top: 37px;
        left: 0;
    }

    .personal-data table td {
        display: block;
        width: 100% !important;
    }

    .personal-data table td:first-child {
        padding: 10px 15px 0;
    }

    .personal-data table td:last-child {
        padding: 0 15px 10px;
    }

    .personal-data table td.single {
        padding: 10px 15px;
    }

    .cars .image-block .sub-supplier {
        display: block;
        position: static;
    }

    #extras_options {
        padding-right: 0;
    }

    #extras_block .extras {
        padding-top: 10px;
    }

    #extras_options > .row:nth-child(odd) {
        background-color: #fff;
    }

    #extras_options > .row:nth-child(even) {
        background-color: #f6f6f6;
    }

    .one-way-fee-message {
        text-align: right;
        width: 100%;
    }

    .booking-error-message p {
        font-size: 22px;
    }

    .booking-error-message p > a {
        display: block;
    }

    .personal-data a.back-to-2nd-page,
    .personal-data a.back-to-4th-page {
        font-size: 15px;
        padding: 10px 15px;
        width: 49%;
    }

    .checkbox.checkbox-filters.dropoff-list-switcher-box label::after {
        top: 9px;
    }

    .upsale-block .pickup-station-info-block[data-style="standart-way"] .pickup-date,
    .upsale-block .pickup-station-info-block[data-style="standart-way"] .dropoff-date,
    .print-info .pickup-station-info-block[data-style="standart-way"] .pickup-date,
    .print-info .pickup-station-info-block[data-style="standart-way"] .dropoff-date {
        width: 100%;
    }

}

@media (max-width: 710px) {

    .top-offer-grid ul.teasers {
        margin: 0;
    }

    .top-offer > ul > li > span {
        max-width: none !important;
    }

    .top-offer-block div[data-animated] .panel-body .top-offer-bottom-block {
        margin-top: -40px !important;
        overflow: hidden;
    }

}

@media (min-width: 520px) and (max-width: 767px) {

    .car-benefits-content ul > li .list-container {
        max-width: 436px;
    }

    .panel-body .price-box {
        width: 48%;
    }

    .panel-body .price-box:first-child {
        margin-right: 1%;
    }

    .panel-body .price-box:last-child {
        margin-left: 1%;
    }

    #footer .social.first {
        width: 46%;
    }

    #footer .copy.first {
        width: 54%;
    }

    .second-page .date-clock-wrap .mw24-calendar {
        width: 48%;
        margin-right: 3%;
    }

    .second-page .date-clock-wrap .mw24-calendar.time {
        width: 48%;
        margin-left: 0;
    }

    .second-page .submit-box,
    .second-page .submit-box .submit-live-search-data {
        width: 48%;
    }

    .second-page .submit-box span {
        font-size: 16px;
    }

    #mw24-form-wrap.second-page .one-way-checkbox label {
        font-size: 15px;
        line-height: 20px;
    }

    #mw24-form-wrap.second-page form #pickup-inp-elm,
    #mw24-form-wrap.second-page form #dropoff-inp-elm,
    #mw24-form-wrap.second-page form #pickup-date,
    #mw24-form-wrap.second-page form #dropoff-date,
    #mw24-form-wrap.second-page form .btn.dropdown-toggle.btn-default,
    #mw24-form-wrap.second-page form .form-control {
        font-size: 16px;
        line-height: 34px;
    }

    #mw24-form-wrap.second-page .filter-option {
        font-size: 16px;
        line-height: 22px;
    }

    ul.m24-pickup-info-box .center {
        display: inline-block;
        margin: 0 auto 10px;
    }

    .top-offer-block .panel-heading > h2 > .text-title {
        width: auto;
    }

    .top-offer-block .panel-heading > h2 > .text-title.text-wrap {
        width: auto;
    }

    .top-offers-block .teaser-block .top-offer > img,
    .top-offer-grid.active .top-offer > img {
        margin: 0;
        margin-right: 10px;
        position: static;
    }

    .top-offer-grid .panel-heading .stars {
        float: right;
    }

    .top-offer-block .panel-body{
        height: auto;
    }

    .top-offers-block .teaser-block .top-offer ul.teasers,
    .top-offer-grid.active .top-offer ul.teasers {
        margin: 0;
    }

    .top-offer-grid div[data-animated] ul.teasers {
        margin-top: 10px;
    }

    .top-offers-block .teaser-block .top-offer > .image-block {
        width: 200px;
    }

    .promo-images-wrapper > ul > li:nth-child(2) ~ li {
        display: none;
    }

    .promo-images-wrapper > ul > li {
        display: inline-block;
        vertical-align: top;
        width: 49%;
    }

    .promo-images-wrapper > ul > li > img {
        width: auto;
    }

    .cars .image-block {
        width: 200px;
    }

    .cars .image-block img.car {
        position: static;
    }

    .cars .teasers-block {
        width: 440px;
        margin-left: 15px;
        margin-top: 14px;
    }

    .cars .price-block {
        margin-top: 7px;
        margin-left: 0;
        margin-right: 15px;
        width: auto;
        float: right;
    }

    .cars .price-block .order {
        margin-top: 0;
    }

    .cars .image-block img.cap-image {
        position: static;
    }

    .addit-info .nav-tabs>li>a {
        font-size: 15px;
        padding: 6.5px 10px;
    }

    .addit-info .doc-search a.search-down > i,
    .addit-info .doc-search a.search-up > i {
        font-size: 20px;
    }

    .addit-info .doc-search label {
        display: none;
    }

    .addit-info .doc-search input#doc-search,
    .addit-info .doc-search input#doc-search-top-offer {
        margin: 0;
        width: 100%;
        height: auto;
        font-size: 15px;
    }

    .addit-info .doc-search a.search-down,
    .addit-info .doc-search a.search-up {
        padding: 7px 15px;
        margin-right: 10px;
        margin-top: 10px;
        width: 15%;
    }

    .addit-info .doc-search .key-matches {
        font-size: 15px;
        margin-top: 6px;
        vertical-align: middle;
    }

    .addit-info .doc-print {
        padding: 7px 10px;
        margin-top: 10px;
        margin-left: 0;
        float: right;
        width: 20%;
    }

    .addit-info .nav-tabs>div.close .fa-times {
        font-size: 23px;
    }

    .upsale-block .pickup-station-info-block[data-style="standart-way"] .pickup-left-info > .line {
        height: auto;
    }

    #extras_options {
        border: 0;
        width: 100%;
    }

    .extras {
        width: 100%;
        padding-top: 12px;
    }

    .checkbox input#das + label::after {
        top: 9px;
    }

    .extra-block .das .checkbox {
        padding-top: 0;
    }

    .agb-popup {
        width: 95%;
    }

    .group-form-part {
        background-color: transparent;
        margin-bottom: 0;
    }

    .customer-block input[type="text"],
    .customer-block input[type="email"],
    .customer-block input[type="tel"] {
        display: inline-block;
        width: 100%;
    }

    .customer-block label.control-label {
        width: 100%;
        text-align: left;
    }

    .legal-info .checkbox label::after {
        top: 9px;
    }

    .checkbox.checkbox-filters:hover {
        background-color: transparent;
    }

    .legal-info .checkbox.checkbox-filters {
        margin-bottom: 0;
    }

    .customer-block .radio-wrapper {
        margin-left: 0;
        width: 15%;
    }

    .customer-block .select-salutation select {
        width: 101%;
    }

    .customer-block .form-inline .form-group {
        padding: 0;
        line-height: 0;
    }

    .select-salutation {
        vertical-align: middle !important;
        width: 69%;
        margin-left: 0;
    }

    .select-country,
    .select-state {
        width: 100%;
    }

    .select-country #country,
    .select-state #state,
    .select-country .bootstrap-select {
        width: 100% !important;
        vertical-align: middle;
        display: inline-block;
    }

    .customer-block input#zip {
        width: 100%;
    }

    .customer-block .select-credit-card-type {
        width: 100%;
    }

    .customer-block .select-credit-card-type .bootstrap-select {
        width: 100% !important;
    }

    .customer-block .title-salut {
        width: 14%;
        display: inline-block;
        margin-left: 0;
    }

    .customer-block .select-credit-card-type {
        margin-left: 0;
    }

    .extras-block .accordeon .acc-item .body {
        background-color: transparent;
    }

    .form-group #day,
    .form-group #month,
    .form-group #year {
        display: inline-block;
        width: 32.9%;
    }

    input#country_phone_code,
    input#city_phone_code {
        width: 20%;
    }

    .intl-tel-input.allow-dropdown,
    input#phone {
        width: 100%;
    }

    select#credit-card-month,
    select#credit-card-year {
        width: 23.2%;
        display: inline-block;
        vertical-align: middle;
    }

    .customer-block input#cvv {
        width: 23.2%;
    }

    .customer-block .select-credit-card-type {
        margin-bottom: 20px;
    }

    #voucher {
        width: 100%;
    }

    body {
        padding-bottom: 20rem;
    }

    .popover-validate-msg.top {
        top: 58px;
        left: 0px;
    }

    .select-credit-card-type .validate-msg.top {
        top: 68px;
    }

    .csc-textpic-imagecolumn, td.csc-textpic-imagecolumn .csc-textpic-image {
        margin-right: 10px !important;
    }

    .csc-textpic .csc-textpic-imagewrap img {
        height: auto;
        width: 150px;
    }

    .promo-images-wrapper .csc-textpic-imagecolumn img {
        display: none !important;
    }

    .promo-images-wrapper .csc-textpic-imagecolumn img[title="mobile"] {
        display: block !important;
    }

    .promo-images-wrapper .csc-textpic-imagecolumn,
    .promo-images-wrapper td.csc-textpic-imagecolumn .csc-textpic-image {
        margin-right: 0 !important;
    }

    .promo-images-wrapper .csc-textpic .csc-textpic-imagecolumn {
        float: none !important;
        margin-bottom: 10px !important;
    }

}

@media (min-width: 320px) and (max-width: 519px) {

    .top-offers-block .teaser-block .top-offer > .image-block {
        width: 100%;
    }

    .top-offers-block .teaser-block .top-offer > .image-block > img,
    .top-offer-grid.active .top-offer > .image-block > img {
        width: 60%;
    }

    .car-benefits-content ul > li .list-container {
        max-width: 340px;
    }

    .agb-popup {
        width: 95%;
    }

    .group-form-part {
        background-color: transparent;
        margin-bottom: 0;
    }

    .customer-block input[type="text"],
    .customer-block input[type="email"],
    .customer-block input[type="tel"] {
        display: inline-block;
        width: 100%;
    }

    .customer-block label.control-label {
        width: 100%;
        text-align: left;
    }

    .legal-info .checkbox label::after {
        top: 9px;
    }

    .checkbox.checkbox-filters:hover {
        background-color: transparent;
    }

    .legal-info .checkbox.checkbox-filters {
        margin-bottom: 0;
    }

    .customer-block .radio-wrapper {
        margin-left: 0;
        width: 15%;
    }

    .customer-block .select-salutation select {
        width: 100%;
    }

    .customer-block .form-inline .form-group {
        padding: 0;
    }

    #flight-nr {
        width: 92%;
    }

    .select-salutation {
        vertical-align: middle !important;
        width: 69%;
        margin-left: 0;
    }

    .select-country,
    .select-state {
        width: 100%;
    }

    .select-country #country,
    .select-country .bootstrap-select,
    .select-state #state {
        width: 100% !important;
        vertical-align: middle;
        display: inline-block;
    }

    .customer-block input#zip {
        width: 100%;
    }

    .customer-block .select-credit-card-type {
        width: 100%;
    }

    .customer-block .select-credit-card-type .bootstrap-select {
        width: 100% !important;
    }

    .customer-block .title-salut {
        width: 14%;
        display: inline-block;
        margin-left: 0;
    }

    .customer-block .select-credit-card-type {
        margin-left: 0;
    }

    .extras-block .accordeon .acc-item .body {
        background-color: transparent;
    }

    .form-group #day,
    .form-group #month,
    .form-group #year {
        display: inline-block;
        width: 32.5%;
    }

    input#country_phone_code,
    input#city_phone_code {
        width: 49.2%;
    }

    input#phone {
        margin-top: 4px;
        width: 100%;
    }

    .intl-tel-input.allow-dropdown {
        width: 100%;
    }

    select#credit-card-month,
    select#credit-card-year {
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 10px;
    }

    .customer-block .splitter {
        display: none;
    }

    .customer-block input#cvv {
        width: 40%;
    }

    .customer-block .select-credit-card-type {
        margin-bottom: 20px;
    }

    #voucher {
        width: 92%;
    }

    body {
        padding-bottom: 20rem;
    }

}

@media (min-width: 320px) and (max-width: 519px) {

    #extras_options .checkbox label::after {
        top: 6px;
    }

    .checkbox.checkbox-filters {
        margin: 0;
        /*padding-left: 20px;*/
    }

    .checkbox.checkbox-filters:hover {
        background-color: #eee;
    }

    .total-ratio .med {
        padding: 10px;
    }

    .total-ratio .top .rating {
        display: block;
        text-align: center;
        float: none;
    }

    .total-ratio .med span.text {
        width: 70%;
        margin-left: 5px;
    }

    .car-benefits-content ul > li > i {
        line-height: 39px;
        font-size: 20px;
    }

    .car-benefits-content ul > li .list-container {
        display: inline-block;
        vertical-align: top;
    }

    #cars .supplier-name {
        display: none;
    }

    .supplier-data {
        display: block;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 15px;
    }

    .cars .supplier-data .supplier {
        font-family: "Roboto Condensed", sans-serif;
        font-size: 15px;
        color: #555;
    }

    .cars .image-block .sub-supplier {
        display: inline;
    }

    .promo-images-wrapper > ul > li:nth-child(1) ~ li {
        display: none;
    }

    .promo-images-wrapper > ul > li {
        display: block;
        width: auto;
    }

    .promo-images-wrapper > ul > li > img {
        width: auto;
    }

    .car-info .tac {
        width: 49%;
    }

    .cars .teasers-block {
        width: 100%;
        padding: 15px;
    }

    .cars .car-info {
        text-overflow: ellipsis;
        padding: 0 15px;
        margin: 0;
    }

    .cars .car-info .car-name {
        margin: 0;
        display: inline-block;
        max-width: 240px;
    }

    .cars .car-info .car-category {
        padding: 0;
        display: inline-block;
        margin-left: 5px;
    }

    .cars .image-block {
        width: 100%;
        margin: 0;
        padding: 0 15px;
    }

    .cars .image-block img {
        width: 60%;
    }

    .cars .image-block img.car {
        position: static;
        padding: 10px 0 5px;
    }

    .cars .image-block img.cap-image {
        position: relative;
    }

    .cars .price-block {
        width: 50%;
        padding: 0 15px 0 7.5px;
        margin: 0;
    }

    .cars .price-block .order {
        margin-top: 0;
    }

    .cars .price-block .order .btn-mw24 {
        padding: 6px;
    }

    .cars ul.car-info li.last {
        display: none;
    }

    .cars .price-decor {
        min-width: 40%;
        width: auto;
        height: 36px;
        padding: 0 5px;
        text-align: center;
        top: 45px;
    }

    .address-marker {
        margin-top: 40px;
    }

    .top-offer-grid .top-offer .price,
    .cars .price-block .price {
        font-size: 22px;
    }

    .top-offer-grid .top-offer .price {
        line-height: 36px;
    }

    .mehr-btn {
        padding: 0 7.5px 0 15px;
        display: inline-block;
        vertical-align: bottom;
        width: 50%;
    }

    .mehr-btn.top-offer {
        width: 47%;
    }

    .mehr-btn > button {
        background-color: #777;
        border-color: #777;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: bold;
        padding: 6.5px 12px;
    }

    #extras_options {
        width: 100%;
        border: 0;
    }

    #extras_options .col-xs-3 {
        width: 33.33333333%;
    }

    #extras_options .col-xs-4 {
        /* hack .col-xs-5 */
        width: 41.66666667%;
    }

    .extras {
        width: 100%;
    }

    .extra-block .extras-price-box,
    .extras-block .extras-price-box {
        width: 100%;
    }

    body {
        padding-bottom: 35rem;
    }

    .das {
        padding-left: 15px;
        padding-right: 15px;
    }

    #footer {
        height: 150px;
    }

    #footer.first-page,
    #footer.footer-seo {
        height: 375px;
    }

    #footer .menu-footer ul > li {
        margin-bottom: 15px;
    }

    #footer .menu-footer ul > li::after {
        /*content: "";*/
    }

    #footer .social.first {
        width: 100%;
        margin: 0;
        display: block;
        text-align: center;
    }

    #footer .social ul > li {
        margin: 0 4px;
    }

    #footer .copy.first {
        width: 100%;
        display: block;
        float: none;
        text-align: center;
        margin-top: 30px;
    }

    #footer .copy p {
        text-align: center;
    }

    .second-page .date-clock-wrap .mw24-calendar {
        width: 100%;
    }

    ul.m24-pickup-info-box {
        padding: 15px;
    }

    ul.m24-pickup-info-box .left,
    ul.m24-pickup-info-box .right {
        width: 100%;
    }

    ul.m24-pickup-info-box .left > li:first-child,
    ul.m24-pickup-info-box .right > li:first-child {
        display: none;
    }

    ul.m24-pickup-info-box .mw24-label {
        display: none;
        width: 100%;
    }

    ul.m24-pickup-info-box .mw24-result {
        display: block;
        width: 100%;
        margin-top: 2px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    ul.m24-pickup-info-box .mw24-result.pickup-country-city,
    ul.m24-pickup-info-box .mw24-result.dropoff-country-city {
        display: none;
    }

    ul.m24-pickup-info-box .mw24-result.pickup-station-name,
    ul.m24-pickup-info-box .mw24-result.dropoff-station-name {
        font-weight: bold;
    }

    .first.panel.station-info-block .panel-body {
        height: 148px;
    }

    .first.panel.station-info-block .panel-body.top {
        height: 450px;
    }

    ul.m24-pickup-info-box.top,
    .live-search-wrap.top {
        transform: translateY(-148px);
        -webkit-transform: translateY(-148px);
    }

    .second-page .date-clock-wrap .mw24-calendar.time {
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
    }

    .second-page .submit-box,
    .second-page .submit-box .submit-live-search-data {
        width: 100%;
        margin-bottom: 0;
    }

    ul.m24-pickup-info-box .center {
        display: none;
        margin: 0 auto;
    }

    #mw24-form-wrap.second-page form #pickup-inp-elm,
    #mw24-form-wrap.second-page form #dropoff-inp-elm,
    #mw24-form-wrap.second-page form #pickup-date,
    #mw24-form-wrap.second-page form #dropoff-date,
    #mw24-form-wrap.second-page form .btn.dropdown-toggle.btn-default,
    #mw24-form-wrap.second-page form .form-control {
        font-size: 16px;
    }

    #mw24-form-wrap.second-page .submit-box .fa-search {
        line-height: 32px;
    }

    #mw24-form-wrap.second-page .submit-box .btn-wrap {
        padding: 0;
    }

    #mw24-form-wrap.second-page .one-way-checkbox {
        margin-left: 8.5%;
    }

    #mw24-form-wrap.second-page .submit-box span {
        font-size: 16px;
        line-height: 33px;
    }

    #mw24-form-wrap.second-page .filter-option {
        font-size: 16px;
        line-height: 16px;
    }

    .first.panel.station-info-block .panel-heading h3 span.text {
        display: inline-block;
        vertical-align: top;
        width: 59%;
    }

    .first.panel.station-info-block .panel-heading h3 .open-search-form {
        display: inline-block;
        vertical-align: top;
        width: 41%;
    }

    #mw24-form-wrap.second-page .date-time-box {
        margin-top: 10px;
    }

    .slider-box {
        margin-bottom: 0;
        padding: 15px 24px;
        display: none;
    }

    .top-offer-grid.active .top-offer .supplier {
        top: 65px;
    }

    .top-offer-grid.active .price-decor {
        min-width: 40%;
        width: auto;
        height: 36px;
        padding: 0 5px;
        text-align: center;
        top: 110px;
    }

    .top-offer > ul > li > span {
        max-width: 97% !important;
    }

    .top-offer-grid.active .price-decor .price {
        font-size: 22px;
        line-height: 36px;
    }

    .top-offer-block .panel-heading > h2,
    .top-offer-block .panel-heading > .stars {
        text-align: center !important;
    }

    .teaser-block .panel-heading .stars {
        float: none;
        right: 0 !important;
    }

    .top-offer-grid div[data-animated] .top-offer > img{
        margin: 0;
    }

    .top-offer-block .panel-body {
        height: auto;
    }

    .top-offer-grid ul.teasers {
        margin: 14px 0 0;
        width: 100%;
    }

    .top-offer-grid .top-offer > img {
        margin: 0;
        width: 60% !important;
    }

    .top-offer-grid.active .top-offer > img {
        top: 60px;
        width: 200px;
    }

    .top-offer-grid.active .top-offer ul.teasers {
        width: 100%;
        height: auto !important;
        margin-top: 115px;
        margin-left: 0;
        position: relative;
        z-index: 100;
    }

    .top-offer-block .panel-heading > h2 > .text-title {
        text-align: center;
    }

    .top-offer-block div[data-animated] .supplier {
        top: 63px;
    }

    .top-offer-grid .top-offer .supplier {
        position: static;
        float: none;
    }

    .top-offer-grid ul.teasers,
    .top-offers-block .teaser-block .top-offer ul.teasers,
    .top-offer-grid.active .top-offer ul.teasers {
        padding-top: 0;
    }

    .top-offer-block div[data-content] .panel-body .price-decor {
        top: 20px !important;
    }

    .top-offer-block div[data-animated] .price-decor {
        top: 69px;
    }

    .top-offer-block .price-decor {
        top: 112px;
        height: 36px;
        min-width: 40%;
        width: auto;
    }

    .top-offer-grid .top-offer .price.face {
        display: block;
        color: #58585a;
        font-weight: bold;
        text-align: center;
        font-size: 26px;
    }

    .top-offer-grid.active .top-offer-block .panel-body {
        height: auto;
        padding: 15px 15px 0 !important;
    }

    .top-offer-grid.active .top-offer-bottom-block {
        display: inline-block;
        vertical-align: bottom;
        margin-top: 15px !important;
        width: 47%;
    }

    .top-offer-grid.active .top-offer-bottom-block button.back {
        display: none;
    }

    .top-offer-grid.active .top-offer-bottom-block button.mehr {
        margin-top: 15px !important;
        width: 100%;
        vertical-align: bottom;
        display: inline-block;
        font-size: 14px;
        padding: 4.5px 10px;
    }

    .top-offer-grid.active ul.car-info li {
        float: left;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }

    .top-offer-grid.active ul.car-info li.last-top,
    .top-offer-grid.active ul.car-info li.last-bottom {
        border-right: 0;
    }

    .top-offer-grid.active .cars ul.car-info {
        border: 0;
    }

    .top-offer-grid.active ul.car-info .top-icons {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        height: 55px;
    }

    .top-offer-grid.active ul.car-info .bottom-icons {
        height: 55px;
    }

    ul.teasers {
        height: 70px;
    }

    ul.teasers > li:nth-child(5) ~ li {
        display: none;
    }

    .car-info .teasers-block {
        display: block;
    }

    .teasers-block > ul > li {
        white-space: nowrap;
        font-size: 13px;
        line-height: 22px;
    }

    .top-offer > ul > li {
        line-height: 22px;
        font-family: 'Lato', sans-serif;
        font-size: 13px;
    }

    .top-offer-block .panel-body .top-offer-bottom-block {
        float: none;
        margin: 25px 0 0;
    }

    .top-offer-block div[data-animated] .panel-body .top-offer-bottom-block {
        margin: 120px 0 0;
    }

    .top-offer-block div[data-animated] .panel-body .top-offer-bottom-block {
        margin-top: 20px !important;
    }

    .top-offer-block div[data-animated] .info[type=button] {
        width: 48%;
        height: 35px;
        margin: 0;
    }

    .top-offer-block div[data-animated] .info[type=button]:hover {
        background-color: #2F8134;
        border-color: #2F8134;
    }

    .teaser-block .top-offer-bottom-block .mehr[type=submit] {
        width: 48%;
    }

    .top-offer button {
        font-size: 14px;
        width: 100%;
    }

    .top-offer-grid.active .top-offer button {
        padding: 6px;
    }

    .top-offer-grid.active .mehr-btn.top-offer {
        display: inline-block;
        vertical-align: bottom;
        padding: 0;
        margin-top: 10px;
        margin-right: 5px;
    }

    .top-offers-block .teaser-block .top-offer ul.teasers,
    .top-offer-grid.active .top-offer ul.teasers {
        width: 100%;
        margin: 14px 0 0;
    }

    .top-offer-grid.active .mehr-btn.top-offer > button {
        color: #fff;
        font-size: 14px;
    }

    .popover-content > ul > li,
    .dynamic-teaser .popover-content > ul > li {
        font-size: 13px;
    }

    .panel-body .price-box {
        width: 47.5%;
    }

    .panel-body .price-box:first-child {
        margin-right: 1%;
    }

    .panel-body .price-box:last-child {
        margin-left: 1%;
    }

    .cars ul.car-info {
        list-style-type: none;
        margin: 0;
        padding: 0;
        text-align: center;
        margin-top: 15px;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        height: auto;
        background-color: #fafafa;
    }

    .cars ul.car-info .top-icons {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .cars ul.car-info .top-icons,
    .cars ul.car-info .bottom-icons {
        display: block;
    }

    .cars ul.car-info .top-icons > li,
    .cars ul.car-info .bottom-icons > li {
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }

    .cars ul.car-info li {
        display: inline-block;
        vertical-align: top;
        padding: 1% 0;
        height: 54px;
        width: 33.3%;
        float: none;
    }

    .cars ul.car-info .top-icons > li.last-top,
    .cars ul.car-info .bottom-icons > li.last-bottom {
        border-right: 0;
    }

    .cars ul.car-info li.last {
        cursor: pointer;
        width: 22%;
    }

    .cars ul.car-info li.last span {
        display: inline-block;
    }

    .cars ul.car-info li.last.active,
    .cars ul.car-info li.last:hover {
        background-color: #f1f1f1;
    }

    .cars ul.car-info li.last.active span,
    .cars ul.car-info li.last:hover span,
    .cars ul.car-info li.last span:hover {
        color: #C22226;
    }

    .cars ul.car-info li.last.active span > i,
    .cars ul.car-info li.last:hover span > i,
    .cars ul.car-info li.last span:hover > i {
        color: #000;
    }

    .cars ul.car-info li > span {
        display: block;
        text-align: center;
    }

    .cars ul.car-info li.last span .rotate {
        transform: rotate(180deg);
    }

    .cars ul.car-info li.last > span.label {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 14px;
        margin-top: 5px;
        padding: 0;
        text-transform: uppercase;
    }

    .cars ul.car-info li.last > span.icon {
        margin-top: 6px;
    }


    .cars ul.car-info li.last > span.icon > i {
        margin-top: -5px;
        color: #58585a;
    }

    @media screen and (min-width:0\0) {

        /* hack for IE9 */
        .cars ul.car-info li.last > span.label {
            margin-top: -10px;
        }

        .cars ul.car-info li.last > span.icon {
            margin-top: -10px;
            vertical-align: top;
        }

    }

    /* hack for IE10 and IE11 */
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

        .cars ul.car-info li.last > span.label {
            margin-top: -10px;
        }

        .cars ul.car-info li.last > span.icon {
            margin-top: -10px;
            vertical-align: top;
        }

    }

    .cars ul.car-info li > span.label,
    .cars ul.car-info li > span.val {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 15px;
        color: #58585a;
        width: 100%;
    }

    .cars ul.car-info li > span.ico {
        background-image: url('../images/mw24-icons.png');
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
        display: block;
        margin: 0 auto;
        opacity: 0.9;
    }

    @media screen and (min-width:0\0) {
        .cars ul.car-info li > span.val.icon {
            padding-top: 0px;
        }
    }

    .addit-info .nav-tabs>li>a {
        font-size: 15px;
        padding: 6.5px 10px;
    }

    .addit-info .doc-search a.search-down > i,
    .addit-info .doc-search a.search-up > i {
        font-size: 20px;
    }

    .addit-info .doc-search label {
        display: none;
    }

    .addit-info .doc-search input#doc-search,
    .addit-info .doc-search input#doc-search-top-offer {
        margin: 0;
        width: 100%;
        height: auto;
        font-size: 15px;
    }

    .addit-info .doc-search a.search-down,
    .addit-info .doc-search a.search-up {
        padding: 7px 15px;
        margin-right: 10px;
        margin-top: 10px;
        width: 20%;
    }

    .addit-info .doc-search .key-matches {
        display: none;
        font-size: 15px;
        margin-top: 6px;
        vertical-align: middle;
    }

    .addit-info .doc-print {
        padding: 7px 10px;
        margin-top: 10px;
        margin-left: 0;
        float: right;
        width: 20%;
    }

    .addit-info .nav-tabs>div.close .fa-times {
        font-size: 23px;
    }

    .pagination {
        width: 100%;
    }

    .pagination>li>a {
        display: none;
    }

    .pagination>li>a,
    .pagination>li>span {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 16px;
        font-weight: normal;
        padding: 8px 0;
        margin: 0;
        width: 20%;
        text-align: center;
    }

    .pagination>li>a[aria-label="Previous"],
    .pagination>li>a[aria-label="Next"] {
        display: inline-block;
        padding: 8px;
        margin: 0;
        width: 40%;
        text-align: center;
        font-size: 16px;
    }

    .pagination>li>a[aria-label="Previous"] {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .pagination>li>a[aria-label="Next"] {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .pagination > li.pg-first a,
    .pagination > li.pg-last a {
        margin: 0;
    }

    .pagination>li>a[aria-label="Next"].full-width {
        width: 100%;
    }

    .progress-global-wrapper {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    #output-cars .panel.panel-default.last#active-box {
        top: 0;
    }

    .pickup-station-info-block,
    .dropoff-station-info-block {
        width: 100%;
        padding: 0;
        margin: 0;
        border: 0;
    }

    .pickup-station-info-block {
        border-bottom: 1px solid #CCC;
        margin-bottom: 15px;
    }

    .upsale-block .pickup-info-block .pickup-left-info > .line,
    .upsale-block .dropoff-info-block .dropoff-left-info > .line {
        height: auto;
    }

    .upsale-block .pickup-info-block,
    .upsale-block .dropoff-info-block {
        margin-left: 0;
        margin-bottom: 0;
    }

    .upsale-block .dropoff-info-block {
        margin-bottom: 0;
    }

    .extra-block .das .checkbox {
        width: 100%;
        padding-top: 0;
        margin-bottom: 10px;
        background-color: transparent;
    }

    .extra-block .das .checkbox label {
        padding: 0;
        padding-left: 10px;
        display: inline-block;
        white-space: normal;
    }

    .upsale-block .finish-step-block a.back,
    .extra-block .finish-step-block a.back,
    .legal-info .finish-step-block a.back {
        padding: 6px 10px;
        width: 48%;
        text-align: center;
    }

    .upsale-block .finish-step-block a.weiter,
    .extra-block .finish-step-block a.weiter,
    .extra-block .finish-step-block button.weiter,
    .legal-info .finish-step-block .weiter {
        padding: 6px 8px;
        width: 48%;
        text-align: center;
    }

    [data-style="standart-way"] {
        border: 0;
        margin: 0;
    }

    .pickup-station-info-block .line > b,
    .pickup-station-info-block .line p.date {
        font-size: 14px;
    }

    .agb-popup {
        width: 90%;
    }

    #general_terms_and_conditions img.supplier {
        float: left;
    }

    #general_terms_and_conditions a.pdf {
        margin-top: 10px;
        clear: both;
    }

    #general_terms_and_conditions h1 {
        float: left;
    }

    #general_terms_and_conditions p {
        clear: both;
    }

    .group-form-part {
        background-color: transparent;
        padding: 0;
        margin: 0;
    }

    .customer-block .form-inline .form-group {
        padding-left: 0;
        line-height: 0;
    }

    .customer-block .birthday .validate-msg.top {
        top: 146px;
    }

    .customer-block .title-salut {
        display: block;
        text-align: left;
        margin-left: 0;
    }

    .customer-block label.control-label,
    .customer-block input[type="text"],
    .customer-block input[type="email"],
    .customer-block input[type="tel"],
    .extras-block .accordeon input[type="text"] {
        width: 100%;
        text-align: left;
    }

    .customer-block .select-credit-card-type .bootstrap-select {
        width: 100% !important;
    }

    .customer-block .select-salutation select,
    .customer-block .select-country,
    .customer-block .select-state,
    .customer-block .select-credit-card-type {
        width: 100%;
        margin-left: 0;
    }

    .customer-block .select-country select,
    .customer-block .select-state select {
        width: 100%;
    }

    .extras-block .accordeon .acc-item .body {
        padding: 20px 0;
    }

    .checkbox.checkbox-filters:hover {
        background-color: transparent;
    }

    .legal-info .checkbox label::after {
        top: 9px;
    }

    #flight-nr,
    #voucher {
        display: inline-block;
        width: 100%;
    }

    /*select#credit-card-month,*/
    /*select#credit-card-year {*/
    /*width: 47%;*/
    /*}*/

    .customer-block .radio-wrapper {
        margin-left: 0;
        width: 30%;
    }

    .customer-block .select-salutation {
        vertical-align: middle;
        width: 68%;
    }

    .customer-block input#zip {
        width: 100%;
    }

    .form-group #day,
    .form-group #month,
    .form-group #year {
        margin-bottom: 10px;
        width: 100%;
    }

    #credit-card-month,
    #credit-card-year {
        display: inline-block;
        width: 40%;
    }

    .popover-validate-msg.top {
        top: 58px;
        left: 0px;
    }

    .select-credit-card-type .validate-msg.top {
        top: 68px;
    }

    .top-car-rental-deals table tr td {
        font-size: 15px;
    }

    .top-car-rental-deals table tr td:first-child + td {
        padding-left: 5px;
    }

    #extras_options .col-xs-8 {
        width: 58.33333333%;
    }

    #extras_options .extra-block label {
        word-break: break-word;
    }

    #extras_options,
    #extras_block .extras,
    .total-price-box {
        padding-left: 15px;
        padding-right: 15px;
    }

    #extras_body,
    #das_body {
        padding-right: 0;
        padding-left: 0;
    }

    .selected-extras-header .row > div {
        text-align: center;
    }

    .promo-images-wrapper .csc-textpic-imagecolumn img {
        display: none !important;
    }

    .promo-images-wrapper .csc-textpic-imagecolumn img[title="mobile"] {
        display: block !important;
    }

    .promo-images-wrapper .csc-textpic-imagecolumn,
    .promo-images-wrapper td.csc-textpic-imagecolumn .csc-textpic-image {
        margin-right: 0 !important;
    }

    .promo-images-wrapper .csc-textpic .csc-textpic-imagecolumn {
        float: none !important;
        margin-bottom: 10px !important;
    }

    .upsale-block .line b,
    .upsale-block .line p,
    .print-info .line b,
    .print-info .line p {
        word-break: break-word;
    }

    .personal-data .value {
        width: 270px;
    }

    .personal-data .string {
        margin-bottom: 5px;
    }
}

@media (max-width: 519px) {
    .top-offer-block .addit-info {
        margin-top: 120px;
    }
    .top-offer-grid .top-offer .info[type=button]{
        display: block !important;
        float: left;
        background-color: #777;
        border-color: #777;
        color: #fff;
    }
    .top-offers-block .cars ul.car-info li{
        width: 33.3333%;
        float: left;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }
    .top-offers-block .cars ul.car-info li:nth-of-type(1),
    .top-offers-block .cars ul.car-info li:nth-of-type(2),
    .top-offers-block .cars ul.car-info li:nth-of-type(3){
        border-top: medium none;
    }
    .top-offers-block .cars ul.car-info li:nth-of-type(3),
    .top-offers-block .cars ul.car-info li:nth-of-type(6){
        border-right: medium none;
    }

    .cars .image-block {
        min-height: initial;
    }

    .personal-data h2 {
        font-size: 27px;
    }

    .booking-content-stripe {
        background-color: transparent;
        min-height: auto;
        margin-top: 20px;
    }

    .booking-error-message {
        margin-bottom: 20px;
    }

    .booking-error-message p > a {
        display: inline;
    }

    .personal-data a.back-to-2nd-page,
    .personal-data a.back-to-4th-page {
        font-size: 15px;
        padding: 10px 15px;
        width: 100%;
        margin: 5px auto 15px;
    }

}

/*Reset icons settings by default*/
.lower-form-buttons-wrapper i.fa,
.lower-form-buttons-wrapper i.fa-2x {
    font-size: initial !important;
    line-height: initial !important;
    font-size: 19px !important;
}
.lower-form-buttons-wrapper {
    padding-bottom: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}
.lower-form-buttons-wrapper > span {
    float: left;
    width: 248px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.lower-form-buttons-wrapper span i {
    color: #2F8134;
    padding-right: 10px;
}
/* Link for opening prefilters box */
.lower-form-buttons-wrapper span a {
    text-transform: uppercase;
    text-decoration: underline;
    color: #2F8134;
    cursor: pointer;
}
.lower-form-buttons-wrapper span a:hover {
    color: #2F8134;
    text-decoration: none;
}
/* Search button */
.lower-form-buttons-wrapper button {
    width: 226px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #2F8134;
    border: none;
    border-radius: 6px;
}
.lower-form-buttons-wrapper button i {
    padding-right: 10px;
    color: #C1E3C3;
}
.lower-form-buttons-wrapper button > span {
    text-transform: uppercase;
    color: #C1E3C3;
}
.lower-form-buttons-wrapper button:hover,
.lower-form-buttons-wrapper button:hover i,
.lower-form-buttons-wrapper button:hover span {
    background-color: #90C694;
    color: #555;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

/*-------------------------------------
    Debug purposes
-------------------------------------*/
.search-form .panel-title {
    height: 18px;
}
/*-------------------------------------
    Second page information box and a search form
-------------------------------------*/
.station-information {
    width: 100%;
    margin-bottom: 40px;
    -webkit-transition: margin-top 0.3s linear;
    transition: margin-top 0.3s linear;
}
.station-information tr td {
    padding: 6px 6px 6px 0;
    text-align: right;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    color: #58585A;
    font-weight: bold;
    vertical-align: top;
}
.station-information tr td span {
    cursor: default;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 14px;
    display: inline-block;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
    width: 200px;
}
.station-information tr td.date-time span {
    text-align: left;
    width: 150px;
}
@-moz-document url-prefix() {
    .search-form-second-page {
        height: 108px;
    }
}

.sf-shown {
    margin-top: -114px;
}
.sf-hidden {
    margin-top: 0;
}
.search-form-second-page {
    height: 100px;
    padding: 16px;
    background: white;
    border: 1px solid #616161;
    border-radius: 4px;
    margin-top: -4px;
    overflow: hidden;
    z-index: 20;
}
.search-form-second-page .tooltip.in {
    opacity: 1;
}
/*-------------------------------------
    Reset a plugin time hardcoded props
-------------------------------------*/
.search-form-second-page .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 90px;
}
.search-form-second-page span.filter-option {
    font-family: 'Lato', sans-serif;
    font-size: initial !important;
    font-size: 14px !important;
    line-height: initial !important;
}
.search-form-second-page .btn-group > .btn:first-child {
    height: 30px;
    border-radius: 6px;
    outline: none !important;
}
.search-form-second-page .dropdown-toggle {
    border: 1px solid hsla(240, 1%, 35%, 0.4);
}
.search-form-second-page .btn {
    position: relative;
}
/*-------------------------------------
    Search form panel heading
-------------------------------------*/
.search-form-second-page-wrapper {
    display: none;
}
.search-form-second-page-wrapper .panel-heading {
    height: 38px;
}
.third-page .search-form-second-page-wrapper {
    display: block;
}
.search-form.panel-heading {
    position: relative;
    margin-top: 20px;
    background: #58585A;
    color: white;
    z-index: 1;
}
.search-form.panel-heading span {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
.search-form.panel-heading .andern {
    /*float: right;*/
    position: absolute;
    right: 14px;
    cursor: pointer;
    text-decoration: underline;
}
.search-form.panel-heading .andern:hover {
    text-decoration: none;
}
.search-form-second-page form {
    position: relative;
    z-index: 2;
}
.search-form-second-page .caret {
    display: none;
}
#mw24-form-wrap.second-page .filter-option {

}
/*-------------------------------------
    Global inputs
-------------------------------------*/
.search-form-second-page input:focus,
.search-form-second-page button:focus {
    outline: none;
}
.search-form-second-page input {
    font-family: 'Lato', sans-serif;
    border-radius: 6px;
    padding: 6px 8px;
    margin: 6px 0;
    border: 1px solid hsla(240, 1%, 35%, 0.4);
    line-height: 16px;
}
/*-------------------------------------
    Global labels
-------------------------------------*/
.search-form-second-page label {
    font-family: 'Roboto Condensed', sans-serif;
    color: #58585A;
    font-size: 16px;
    padding-right: 4px;
}
.search-form-second-page .fa-spinner {
    display: none;
}
/*-------------------------------------
    Icons font awesome
-------------------------------------*/
.search-form-col-1 .fa,
.search-form-col-2 .fa {
    color: hsla(124, 47%, 35%, 1);
}
/*-------------------------------------
    Pickup and dropoff input fields wrapper
-------------------------------------*/
.search-form-col-1 {
    width: 330px;
}
.search-form-col-1,
.search-form-col-2,
.search-form-col-3 {
    display: table-cell;
    text-align: right;
}
.search-form-col-1 > div,
.search-form-col-2 > div > span,
.search-form-col-3 > div {
    position: relative;
}

/*-------------------------------------
    Dropoff input field
-------------------------------------*/
.search-form-col-1 .search-form-dropoff-box {
    display: none;
}

.search-form-col-1 div i.fa {
    position: absolute;
    top: 14px;
    right: 8px;
}
.search-form-col-1 div i.fa-times-circle {
    top: -3px;
    right: -11px;
    cursor: pointer;
    font-size: 20px;
    color: hsl(2, 64%, 58%);
}
.search-form-col-1 input[type="text"] {
    width: 240px;
    padding-right: 28px;
}
.search-form-col-1 div span {}
.display-block {
    display: block !important;
}
.display-none {
    display: none !important;
}
/*-------------------------------------
    Dropoff hidden checkbox
-------------------------------------*/
.search-form-col-1 .dropoff-hidden-checkbox {
    width: 322px;
}
.search-form-col-1 .dropoff-hidden-checkbox label {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: normal;
}
/*-------------------------------------
    Second column
-------------------------------------*/
.search-form-col-2 {
    padding-left: 32px;
}
.search-form-col-2 #pickup-time,
.search-form-col-2 #dropoff-time {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding: 0;
    margin: 0;
    font-family: 'Lato', sans-serif;
    height: 30px;
    padding-left: 8px;
    border-radius: 6px;
    background: transparent;
    cursor: pointer;
    width: 90px;
    border: 1px solid hsla(240, 1%, 35%, 0.4);
    z-index: 10;
}
.search-form-col-2 #pickup-time:focus,
.search-form-col-2 #dropoff-time:focus {
    outline: none;
}
.search-form-col-2 div span:first-child i.fa {
    position: absolute;
    right: 14px;
    top: 2px;
    z-index: 9;
}
.search-form-col-2 div span:last-child i.fa {
    position: absolute;
    top: 2px;
    left: 66px;
    z-index: 9;
}
.search-form-col-2 #pickup-date,
.search-form-col-2 #dropoff-date {
    position: relative;
    width: 150px;
    padding-right: 0;
    display: initial;
    background-color: transparent;
    cursor: pointer;
    z-index: 10;
}
/*-------------------------------------
    Third column
-------------------------------------*/
.search-form-col-3 {
    padding-left: 32px;
    vertical-align: bottom;
}
/*-------------------------------------
    Button search
-------------------------------------*/
.search-form-second-page button[type="submit"] {
    width: 178px;
    height: 30px;
    font: normal normal 700 14px/30px 'Roboto Condensed', sans-serif;
    text-align: center;
    background-color: #2F8134;
    border: none;
    border-radius: 6px;
    margin-bottom: 6px;
}
.search-form-second-page button[type="submit"] i {
    line-height: initial !important;
    padding-right: 4px;
    font-size: 14px !important;
    vertical-align: text-top;
    color: #C1E3C3;
}
.search-form-second-page button[type="submit"] > span {
    text-transform: uppercase;
    color: #C1E3C3;
}
.search-form-second-page button[type="submit"]:hover,
.search-form-second-page button[type="submit"]:hover i,
.search-form-second-page button[type="submit"]:hover span {
    background-color: #90C694;
    color: #555;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

/*-------------------------------------
    Mobile viewport
-------------------------------------*/
.buttons-group-mw24-second-page {
    display: none;
    margin: 20px 0 34px;
}
.buttons-group-mw24-second-page div {
    width: 49%;
    /*display: inline-block;*/
    font: bold 15px/15px 'Roboto Condensed', sans-serif;
    padding: 14px 0;
    text-align: center;
    background-color: #2F8134;
    border-radius: 6px;
    color: #C1E3C3;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.buttons-group-mw24-second-page i {
    margin-right: 10px;
}
.buttons-group-mw24-second-page div:hover {
    background-color: #90C694;
    color: #555;
}


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

    .page2-global-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 0 16px;
        background: hsla(0, 0%, 0%, 0.8);
        z-index: 390;
    }
    .page2-global-overlay .search-form-second-page .fa-times {
        position: absolute;
        right: 2px;
        top: -1px;
        color: #999;
        cursor: pointer;
        z-index: 20;
    }
    .page2-global-overlay .station-information .fa-times {
        position: absolute;
        right: -13px;
        top: -17px;
        color: #777;
        cursor: pointer;
        z-index: 20;
    }
    .buttons-group-mw24-second-page {
        display: block;
    }
    /*-------------------------------------
    Hide form elements and station info
    -------------------------------------*/
    .search-form,
    .search-form-second-page {
        display: none;
    }
    .search-form-second-page {
        height: auto;
        border-radius: 0;
        border: 4px solid #b4b4b4;
    }
    .search-form-second-page form {
        display: block;
        padding: 10px;
    }
    .search-form.panel-heading {
        display: none;
    }
    .station-information {
        border-collapse: separate;
        background: white;
        border: 4px solid #b4b4b4;
    }
    .station-information tr {
        border-bottom: 1px solid hsla(0, 0%, 0%, 0.4);
    }
    .station-information tr td {
        padding: 16px;
        text-align: left;
    }
    .station-information tr td.date-time span {
        width: auto;
    }
    .station-information tr td span {
        font-family: 'Lato', sans-serif;
        font-weight: normal;
        font-size: 14px;
        white-space: pre-line;
        width: auto;
    }

    .search-form-second-page label {
        display: block;
        margin: 16px 0 -4px;
    }
    .search-form-second-page span.filter-option {
        line-height: inherit !important;
    }
    .search-form-second-page input {
        padding: 8px;
    }
    .search-form-col-1 div i.fa {
        top: 36px;
    }
    .search-form-col-1 div i.fa-times-circle {
        top: 16px;
    }
    .search-form-col-1 .dropoff-hidden-checkbox {
        width: auto;
        height: 68px;
    }
    .search-form-col-1 .dropoff-hidden-checkbox label {
        padding-top: 22px;
    }
    .search-form-col-1,
    .search-form-col-2,
    .search-form-col-3 {
        display: block;
        text-align: left;
        width: 100%;
    }
    .search-form-col-1 input[type="text"] {
        width: 100%;
    }
    .search-form-col-2 {
        padding-left: 0;
    }
    .search-form-col-2 #pickup-date,
    .search-form-col-2 #dropoff-date {
        width: 50%;
    }
    .search-form-col-2 #pickup-time,
    .search-form-col-2 #dropoff-time {
        width: 48.2%;
        height: 38px;
        margin-left: 8px;
    }
    .search-form-col-2 div span:last-child i.fa {
        left: initial;
        right: 8px;
    }
    .search-form-col-3 {
        text-align: right;
    }
    .search-form-second-page button[type="submit"] {
        width: 50.5%;
        height: 50px;
        line-height: 50px;
        margin-top: 38px;
    }
    .has-error .popover {
        position: absolute;
    }
}
@media only screen and (max-width: 764px) {
    .station-information tr td {
        text-align: left;
        padding: 12px 6px;
    }
    .station-information tr td:not(:last-child) {
        border-right: 1px solid lightgray;
    }
}
@media only screen and (max-width: 740px) {
    .search-form-second-page .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100%;
        margin-left: 0;
    }
    .search-form-col-2 > div > span {
        display: block;
    }
    .search-form-col-2 #pickup-date,
    .search-form-col-2 #dropoff-date {
        width: 100%;
    }

    .search-form-col-2 #pickup-time,
    .search-form-col-2 #dropoff-time {
        width: 100%;
        margin-left: 0;
    }
    .search-form-col-2 div span:last-child {
        padding-left: 0;
    }
    .search-form-col-3 {
        padding-left: 0;
    }
    .search-form-col-2 div span:first-child input {
        margin-bottom: 10px;
    }
    .search-form-col-2 div span:first-child i.fa {
        top: 36px;
        right: 8px;
    }
    .search-form-col-2 div span:last-child i.fa {
        top: 12px;
    }
    .search-form-second-page button[type="submit"] {
        width: 100%;
    }
}

@media only screen and (max-width: 517px) {
    .station-information tr td {
        border-right: none !important;
    }
    .search-form-col-1 .dropoff-hidden-checkbox {
        width: auto;
    }
    .station-information tr td {
        font-size: 16px;
        display: block;
    }
    .station-information tr td span {
        font-size: 13px;
    }
}

/* Styles of International Telephone Input With Flags and Dial Codes */
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.hide {
    display: none;
}

pre {
    margin: 0 !important;
    display: inline-block;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
    background: none;
}

.intl-tel-input.allow-dropdown {
    line-height: 34px;
}

.intl-tel-input .selected-flag {
    outline: none;
}

::-webkit-input-placeholder {
    color: #BBB;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #BBB;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #BBB;
}

button {
    color: #FFF;
    background-color: #428BCA;
    border: 1px solid #357EBD;
}
button:hover {
    background-color: #3276B1;
    border-color: #285E8E;
    cursor: pointer;
}

#result {
    margin-bottom: 100px;
}
