/*
Theme Name: Mercedes Benz by Design.ee
Author: design.ee
Author URI: http://design.ee
Description: Mercedes Benz Theme by Design.ee
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: benz
Tags: theme-options
*/

* {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

input,
select {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
}



@font-face {
    font-family: CorporateACon-Reg;
    src: url(Fonts/CorporateACon-Reg.otf);
}

@font-face {
    font-family: CorporateAPro-Regular;
    src: url(Fonts/CorporateAPro-Regular.otf);
}

@font-face {
    font-family: CorporateSPro-Demi;
    src: url(Fonts/CorporateSPro-Demi.otf);
}

@font-face {
    font-family: CorporateSPro-Regular;
    src: url(Fonts/CorporateSPro-Regular.otf);
}

@font-face {
    font-family: CorporateS-Light;
    src: url(Fonts/CorporateS-Light.otf);
}

.b-socials {
    text-align: center;
    font-size: 0;
    margin-top: 20px;
}

.b-socials .b-socials__item {
    display: inline-block;
    margin-right: 20px;
}

.b-socials .b-socials__link {
    display: block;
    font-size: 0;
}

.b-socials .b-socials__item:last-child {
    margin-right: 0;
}


.b-socials .b-socials__img {
    width: 22px;
    height: 22px;
    opacity: 0.7;
}

.b-socials .b-socials__link:hover .b-socials__img {
    opacity: 1;
}
.container {
    max-width: 1030px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 30px;
}

#wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

#primary {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 0 auto;
    background: #F3F3F3;
}

html {
    width: 100%;
    height: auto;
    min-height: 100%;
}

body {
    font-size: 16px;
    font-weight: normal;
    width: 100%;
    height: auto;
    min-height: 100%;
    margin: 0;
    line-height: 1.4;
    font-family: 'CorporateS-Light';
    position: relative;
    background: #000;
}

aside,
nav,
main,
footer,
header,
section {
    display: block;
}

img {
    border: 0;
    padding: 0;
    margin: 0;
}


ul {
    list-style: none;
}

a {
    text-decoration: none;
    font-size: 16px;
    color: #00adef;
}


/* header */

header {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    z-index: 500;
    height: auto;
    display: inline-block;
    background: #040404;
    position: relative;
    z-index: 500;
}

.header {
    width: 100%;
    display: inline-block;
    text-align: center;
    position: relative;
    padding-top: 24px;
    margin: 0 auto;
    background: inherit;
    padding-bottom: 20px;
}
.header_left {
    display: flex;
}

.logo {
    padding: 0 2%;
    float: left;
    width: 220px;
    vertical-align: middle;
    position: relative;
}

.logo a img {
    outline: none;
}

.logo_1 {
    width: 59px;
    float: left;
    vertical-align: middle;
    margin-right: 10%;
}

.logo_2 {
    width: 130px;
    position: absolute;
    bottom: 0;
    right: 0;
    vertical-align: middle;
    top: 25px;
}

.logo_1 img,
.logo_2 img {
    width: 100%;
}



nav {
    width: auto;
    float: left;
}

.menu_sm {
    width: auto;
    height: auto;
    float: left;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 20px;
    display: inline-block;
    margin-top: 10px;
}.menu_sm {
    width: auto;
    height: auto;
    float: left;
    font-family: 'CorporateS-Light', sans-serif;
    font-size: 20px;
    display: inline-block;
    margin-left: 38px;
    margin-top: 10px;
}

.menu_sm ul {
    list-style: none;
}

.menu_sm li {
    display: inline-block;
}

.menu_sm li a {
    color: #fff;
    text-decoration: none;
    line-height: 50px;
    padding: 0 25px 55px;
}

.menu_sm li a:hover,
.menu_sm li:hover a {
    color: #00adef;
}

.menu_sm_submenu {
    position: absolute;
    width: 100%;
    height: auto;
    background: #9a9a9a;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    z-index: -150;
    left: 0;
    -webkit-transition: all 0.3s ease 0.7s, z-index 0.3s;
    -o-transition: all 0.3s ease 0.7s, z-index 0.3s;
    transition: all 0.3s ease 0.7s, z-index 0.3s;
    text-align: center;
    -webkit-box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.5);
}

.menu_sm li ul {
    width: 100%;
    max-width: 1037px;
    margin: 0 auto;
    display: inline-block;
}

.menu_sm li:hover .menu_sm_submenu {
    /*display: inline-block;*/
    visibility: visible;
    -webkit-transform: translateY(16%);
    -ms-transform: translateY(16%);
        transform: translateY(16%);
    z-index: -149;
    -webkit-transition: all 0.3s ease 0s, z-index 0.3s;
    -o-transition: all 0.3s ease 0s, z-index 0.3s;
    transition: all 0.3s ease 0s, z-index 0.3s;
}

.submenu li {
    width: auto;
    height: auto;
    font-size: 20px;
    color: #161616;
    background: #9a9a9a;
    padding: 0 0.5%;
}

.menu_sm li ul li img {
    padding: 10% 0;
}

.menu_sm li ul li a {
    font-size: 20px;
    color: #161616 !important;
    line-height: 30px;
    display: inline-block;
    background: #9a9a9a !important;
    padding: 0 10px 10px;
    height: auto;
    font-family: 'Corporate A Condensed';
}

.menu_sm li ul li a:hover,
.menu_sm li ul li:hover a,
.menu_sm li ul li:hover {
    background: #888 !important;
    color: #161616 !important;
}



/* header */


/* menu */

.nav {
    width: auto;
    min-width: 20%;
    float: right;
    color: #fff;
    font-size: 22px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    position: relative;
    margin: 0;
    padding-right: 2%;
}

.nav img {
    float: right;
    vertical-align: top;
    padding-top: 2%;
}

.menu_open {
    width: 50%;
    padding: 5% 5% 10% 5%;
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    background: #212121;
    z-index: 200;
    display: none;
    text-align: left;
}

.menu_sm_mob {
    display: none;
}

.menu_open ul,
.menu_sm_mob ul {
    width: 100%;
    list-style: none;
}

.menu_open li,
.menu_sm_mob li {
    width: 100%;
    height: auto;
    padding: 12% 2% 12%;
    border-bottom: 1px solid #d9d9d9;
    color: #333333;
    font-size: 0.9em;
}

.menu_open li:last-child {
    border-bottom: none;
}

.menu_sm_mob li:last-child {
    border-bottom: 1px solid #d9d9d9;
}

.nav img {
    cursor: pointer;
}

.menu_open li a,
.menu_sm_mob li a {
    color: white;
    text-decoration: none;
}

.menu_open li a:hover {
    color: #d0d0d0;
}


/* menu */

.banner {
    width: 100%;
    min-height: 400px;
    margin-top: 0;
    z-index: 1;
    position: relative;
    background: #040404 url("image/bg_header.jpg") no-repeat 50% 0;
    text-align: center;
    display: flex;
    align-items: center;
}


.header .subtitle {
    float: left;
    margin-top: 25px;
    margin-left: 25px;
    margin-right: 40px;
}
.header .subtitle span {
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.banner_text {
    text-align: center;
    font-size: 50px;
    color: #faf9f6;
    text-shadow: 0 0 15px rgba(0,0,0,0.6);
    position: relative;
    font-family: 'CorporateACon-Reg';
    max-width: 45%;
    margin: 0 auto;
}

.banner_text p {
    color: #fff;
}


.button_banner {
    margin: 0 auto;
    position: absolute;
    top: 83%;
    text-align: center;
    width: 100%;
    border: none;
    height: auto;
    white-space: nowrap;
}

.banner_text>p:last-child {
    line-height: 1;
}

.button_banner a {
    padding: 10px 42px;
    color: #fff;
    background: -webkit-linear-gradient(to bottom, #737373, #5a5a5a);
    background: -webkit-gradient(linear, left top, left bottom, from(#737373), to(#5a5a5a));
    background: -webkit-linear-gradient(top, #737373, #5a5a5a);
    background: -o-linear-gradient(top, #737373, #5a5a5a);
    background: linear-gradient(to bottom, #737373, #5a5a5a);
    text-decoration: none;
}

.button_banner a:hover {
    background: -webkit-linear-gradient(to bottom, #4b4b4b, #3b3b3b);
    background: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#3b3b3b));
    background: -webkit-linear-gradient(top, #4b4b4b, #3b3b3b);
    background: -o-linear-gradient(top, #4b4b4b, #3b3b3b);
    background: linear-gradient(to bottom, #4b4b4b, #3b3b3b);
    padding: 10px 42px;
    color: #fff;
}

.banner_arr {
    position: relative;
    display: block;
    margin-top: 3%;
    float: none;
    background: none !important;
    z-index: 100;
}

.banner_arr a {
    background: none !important;
}

main {
    width: 100%;
    height: auto;
    background: #FAFAFA;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1 0 auto;
}

.main {
    width: 100%;
    max-width: 1030px;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 30px;
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 60px;
}

.menu_main {
    width: auto;
    height: auto;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 40px;
    display: inline-block;
}

.menu_main ul {
    list-style: none;
}

.menu_main li {
    display: inline-block;
    color: #3c3c3c;
    text-decoration: none;
    line-height: 50px;
    padding: 0 20px 40px;
    font-size: 20px;
    cursor: pointer;
}

.menu_main li:hover a {
    background: url("image/arr_menu.png") no-repeat 50% 70%;
    color: #d0d0d0;
}

.menu_main li ul {
    position: absolute;
    width: 100%;
    height: auto;
    background: #9a9a9a;
    display: none;
    z-index: 100;
    top: 95%;
    left: 0;
}

.menu_main li ul li {
    width: auto;
    font-size: 20px;
    color: #161616;
    background: #9a9a9a;
    padding: 0 0.5%;
}

.menu_main li ul li img {
    padding: 10% 0;
}

.menu_main li ul li a {
    font-size: 20px;
    color: #161616 !important;
    line-height: 30px;
    display: inline-block;
    background: #9a9a9a !important;
}

.menu_main li ul li a:hover,
.menu_main li ul li:hover a,
.menu_main li ul li:hover {
    background: #888 !important;
    color: #161616 !important;
}

.menu_main {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.menu_main ul:after {
    content: "";
    display: block;
    clear: both;
    height: 5px;
}

.menu_main ul li.active,
.menu_main ul li.active:hover {
    background: url("image/arr_menu.png") no-repeat 50% 70%;
    color: #d0d0d0;
    background-size: 25px;
}

.menu_main ul li:hover {
    background: url("image/arr_menu.png") no-repeat 50% 70%;
    color: #d0d0d0;
    background-size: 25px;
}

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    height: 400px;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}


/** THEME
===================================*/

.bx-wrapper .bx-viewport {
    left: -5px;
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -ms-transform: translatez(0);
        transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}


/* Offers */


/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}


/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .4em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}


/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: -35px;
    background: url(image/controls.png) no-repeat 0 0;
    opacity: 0.7;
}

.bx-wrapper .bx-next {
    right: -35px;
    background: url(image/controls.png) no-repeat -28px 0;
    opacity: 0.7;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
    opacity: 1;
}

.bx-wrapper .bx-next:hover {
    background-position: -28px 0;
    opacity: 1;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    outline: 0;
    width: 28px;
    height: 44px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}


/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}


/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666669;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    display: block;
    font-size: .85em;
    padding: 10px;
}

.slide_inner {
    width: 100%;
    height: auto;
    display: inline-block;
}

.slider_info_inner {
    width: 100%;
    height: auto;
    position: relative;
}

.slider-wrapper {
    width: 100%;
    height: auto;
    position: relative;
}

.nivoSlider a {
    border: 0;
    display: block;
}

.nivo-controlNav {
    text-align: center;
    padding: 0;
    margin-top: -20px;
    z-index: 550;
    position: relative;
    display: none;
}

.nivo-controlNav a {
    cursor: pointer;
    width: 7px;
    height: 7px;
    overflow: hidden;
    display: inline-block;
    text-indent: -9999px;
    border: 0;
    margin: 0 2px;
}

.nivo-controlNav a.active {
    font-weight: bold;
    background-position: 0 0;
}

.theme-default .nivo-directionNav a {
    display: block;
    width: 36px;
    height: 69px;
    background: url(image/arrows.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    opacity: 0.5;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.nivoSlider img {
    max-height: calc(100vh - 113px - 52px);
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover';
}

.theme-default:hover .nivo-directionNav a {
    opacity: 1;
}

.theme-default a.nivo-nextNav {
    background-position: -48px 0;
    right: 38px;
}

.theme-default a.nivo-prevNav {
    left: 38px;
}

.theme-default .nivo-caption {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.theme-default .nivo-caption a:hover {
    color: #fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
    width: 100%;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
    width: auto;
    height: auto;
    background: none;
    margin-bottom: 5px;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    width: 120px;
    height: auto;
}

.nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    margin: 0 auto;
}

.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: none;
}

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}


/* If an image is wrapped in a link */

.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
    background: white;
    filter: alpha(opacity=0);
    opacity: 0;
}


/* The slices and boxes in the Slider */

.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0;
}

.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden;
}

.nivo-box img {
    display: block;
}


/* Caption styles */

.nivo-caption {
    position: absolute;
    left: 15%;
    top: 15%;
    bottom: 10%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    width: 25%;
    z-index: 8;
    display: none;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: middle;
    /* Opera/IE 8+ */
}

.nivo-html-caption {
    display: none;
}

.slider_info_text {
    color: #9a9a9a;
    padding: 5% 20% 5% 5%;
    text-align: left;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.slider_info_text .kuumaks,
.slider_info_text .kuumaks span {
    color: #1fa6ec;
    font-size: 1.3em;
    text-transform: none;
}

.slider_info_text h2,
.slider_info_text span {
    color: #fff;
    font-size: 40px;
    line-height: 1.2;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-bottom: 25px;
    font-weight: normal;
}

.slider_info_text p {
    margin-top: 0;
}

.slider_info_text a {
    padding: 3% 10%;
    color: #fff;
    background: -webkit-linear-gradient(to bottom, #737373, #5a5a5a);
    background: -webkit-gradient(linear, left top, left bottom, from(#737373), to(#5a5a5a));
    background: -webkit-linear-gradient(top, #737373, #5a5a5a);
    background: -o-linear-gradient(top, #737373, #5a5a5a);
    background: linear-gradient(to bottom, #737373, #5a5a5a);
    text-decoration: none;
    font-size: 1em;
    width: auto;
    display: inline-block;
    margin-top: 8%;
    margin-bottom: 8%;
}

.slider_info_text a:hover {
    background: -webkit-linear-gradient(to bottom, #4b4b4b, #3b3b3b);
    background: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#3b3b3b));
    background: -webkit-linear-gradient(top, #4b4b4b, #3b3b3b);
    background: -o-linear-gradient(top, #4b4b4b, #3b3b3b);
    background: linear-gradient(to bottom, #4b4b4b, #3b3b3b);
    padding: 3% 10%;
    color: #fff;
}


/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    z-index: 11;
    cursor: pointer;
}

.nivo-prevNav {
    left: 0px;
}

.nivo-nextNav {
    right: 0px;
}

.menu_style {
    width: 100%;
    height: auto;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    display: inline-block;
    text-align: center;
    color: #a2a2a2;
    font-size: 14px;
    background: #666666;
}

.menu_style ul {
    list-style: none;
}

.menu_style li {
    display: inline-block;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    cursor: pointer;
    height: 48px;
    line-height: 48px;
    padding: 0 1%;
    margin-bottom: -5px;
    border-bottom: 4px solid #666666;
}

.menu_style {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.menu_style>div {
    padding-top: 10px;
    background: #212121;
    width: 100%;
    text-align: center;
    display: inline-block;
}

.menu_style ul:after {
    content: "";
    display: block;
    clear: both;
    height: 5px;
}

.menu_style ul li.active,
.menu_style ul li.active:hover {
    border-bottom: 4px solid #1fa6ec;
    color: #1fa6ec;
}

.menu_style ul li:hover {
    border-bottom: 4px solid #1fa6ec;
    color: #1fa6ec;
}

.menu_style_p {
    border-bottom: 4px solid #666666;
    color: #a2a2a2;
    font-size: 14px;
    cursor: default;
    text-transform: none;
    margin-bottom: -42px;
    margin-left: -370px;
    display: none;
    margin-top: 15px;
}

h1 {
    color: #3c3c3c;
    font-size: 36px;
    width: auto;
    text-align: left;
    font-family: 'CorporateACon-Reg';
    margin-bottom: 25px;
    line-height: 1.2em;
    font-weight: normal;
}

.text_info_all {
    width: 100%;
    max-width: 1037px;
    display: inline-block;
}

.text_info h1 {
    max-width: none;
}

.slider_style {
    width: 48%;
    float: right;
    text-align: center;
    padding-top: 1%;
}

.text_info {
    width: 48%;
    text-align: left;
    padding: 10px;
    float: left;
}

.text_info p {
    color: #333333;
    font-size: 13px;
    line-height: 1.2em;
}

input[disabled="disabled"],
input[readonly="readonly"] {
    background: #b9b9b9 !important;
}

.checkbox {
    vertical-align: top;
    margin: 0 3px 0 0;
    width: 30px;
    height: 30px;
}


/* Это для всех браузеров, кроме совсем старых, которые не поддерживают
селекторы с плюсом. Показываем, что label кликабелен. */

.checkbox+label {
    cursor: pointer;
}


/* Далее идет оформление чекбокса в современных браузерах, а также IE9 и выше.
Благодаря тому, что старые браузеры не поддерживают селекторы :not и :checked,
в них все нижеследующие стили не сработают. */


/* Прячем оригинальный чекбокс. */

.checkbox:not(checked) {
    position: absolute;
    opacity: 0;
}

.checkbox:not(checked)+label {
    position: relative;
    /* будем позиционировать псевдочекбокс относительно label */
    padding: 0 0 0 40px;
    /* оставляем слева от label место под псевдочекбокс */
    font-size: 1.3em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-top: 40px;
    display: block;
    color: #333333;
}


/* Оформление первой части чекбокса в выключенном состоянии (фон). */

.checkbox:not(checked)+label:before {
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    width: 30px;
    height: 30px;
    background: url("image/check.png") no-repeat 0 -30px;
}


/* Меняем фон чекбокса, когда он включен. */

.checkbox:checked+label:before {
    background: url("image/check.png") no-repeat 0 0;
}

.info_all {
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: left;
    position: relative;
    top: -10px;
}

.info_all h3 {
    width: 100%;
    text-align: left;
    border-bottom: 2px solid #ccc;
    color: #333333;
    font-size: 2.3em;
    line-height: 1.6em;
    font-weight: normal;
}

.info_all ul {
    width: 48%;
    margin: 1%;
    float: left;
    list-style: none;
}

.info_all li,
.info_all li:hover {
    width: 90%;
    padding-left: 10%;
    background: url("image/bg_li.png") no-repeat 0 20%;
    border-bottom: none !important;
    color: #333333 !important;
    font-size: 1.1em;
    text-transform: none;
    padding-top: 0;
    height: auto;
    line-height: 1.2em;
    margin-bottom: 1%;
    cursor: default;
}

.cena {
    width: 100%;
    text-align: left;
    font-size: 1.3em;
    float: none;
    display: inline-block;
    color: #333333;
}

.cena p:last-child {
    margin-top: 9px;
}

.cena span {
    font-size: 30px;
    border-bottom: none !important;
    color: #333333;
    margin: 0;
}

.cena {
    padding-bottom: 20px;
}

.content-container {
    max-width: 1030px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px 30px 60px 30px;
}

.cena.auto {
    padding-top: 20px;
    border-top: 2px solid #ccc;
    padding-bottom: 0;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 20px;
}

.cena.pakett,
.cena.pakett span {
    font-size: 1.2em;
    text-align: left;
}

.info_all h3 {
    padding-left: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.calc_close,
.calc_open {
    background: #fff;
    width: 100%;
    max-width: 1037px;
    padding: 20px 0 20px 10px;
    text-align: left;
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.calc_open {
    width: 95%;
    padding: 1% 2%;
    margin: 1% 0;
    text-align: left;
    position: relative;
    display: inline-block;
}

.calc_close_text,
.calc_open_text {
    color: #1fa6ec;
    font-size: 1.3em;
    float: left;
}

.calc_close_cena,
.calc_open_cena {
    color: #333333;
    font-size: 2em;
    padding: 1% 0;
    line-height: 0.9em;
}

.calc_close_button,
.calc_open_button,
.calc_open_mob h2 {
    color: #1fa6ec;
    font-size: 1.5em;
    float: right;
    margin-left: 10%;
    padding-right: 70px;
    background: url("image/arr_calk.png") no-repeat 90% 66%;
    width: auto;
    white-space: nowrap;
    vertical-align: middle;
    padding-top: 3%;
}

.calc_open_mob h2 {
    background: none;
    float: none;
    padding-right: 0;
    margin: 2% auto;
}

.calc_open_mob h2 img {
    vertical-align: middle;
}

.calc_open_button {
    background: url("image/arr_calk_open.png") no-repeat 90% 66%;
}

.calc_close_button img,
.calc_open_button img {
    float: left;
    vertical-align: middle;
    margin: -10px 5% 0 0;
}

.calc_close_button a,
.calc_open_button a {
    color: #1fa6ec;
    text-decoration: none;
}

.calc_open form {
    width: 100%;
    height: auto;
    text-align: center;
}

.calc_open_form {
    width: 44%;
    float: left;
    margin: 2%;
    text-align: left;
    display: inline-block;
}

.calc_open_form input {
    width: 100%;
    background: #f8f8f8;
    border: 1px solid #cccccc;
    padding: 2%;
    margin-bottom: 2%;
}

.calc_open_form select {
    width: 98%;
    background: #f8f8f8;
    border: 1px solid #cccccc;
    padding: 2% 3%;
    margin-bottom: 2%;
}

.calc_open_form label {
    text-align: left;
    color: #333333;
    font-size: 1em;
    margin-top: 2%;
}

.text_info_all_button {
    width: 100%;
    max-width: 1037px;
    margin: 30px auto;
    height: auto;
    text-align: right;
    display: inline-block;
    font-size: 1em;
    padding-bottom: 30px;
}

.text_info_all_button a {
    padding: 10px 35px;
    color: #fff;
    background: -webkit-linear-gradient(to bottom, #737373, #5a5a5a);
    background: -webkit-gradient(linear, left top, left bottom, from(#737373), to(#5a5a5a));
    background: -webkit-linear-gradient(top, #737373, #5a5a5a);
    background: -o-linear-gradient(top, #737373, #5a5a5a);
    background: linear-gradient(to bottom, #737373, #5a5a5a);
    text-decoration: none;
    margin-right: 10%;
}

.text_info_all_button a:hover {
    background: -webkit-linear-gradient(to bottom, #4b4b4b, #3b3b3b);
    background: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#3b3b3b));
    background: -webkit-linear-gradient(top, #4b4b4b, #3b3b3b);
    background: -o-linear-gradient(top, #4b4b4b, #3b3b3b);
    background: linear-gradient(to bottom, #4b4b4b, #3b3b3b);
    color: #fff;
}

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}


/* FlexSlider Necessary Styles
*********************************/

.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
    width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}


/* Clearfix for the .slides element */

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}


/* No JavaScript Fallback */


/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

.no-js .slides>li:first-child {
    display: block;
}


/* FlexSlider Default Theme
*********************************/

.flexslider {
    margin: 0;
    padding: 0;
    background: #212121;
    border: 4px solid #212121;
    position: relative;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 280px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px
}


/* Direction Nav */

.flex-direction-nav a {
    width: 40px;
    height: 38px;
    margin: -20px 0 0;
    display: block;
    background: url(image/bg_direction_nav.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: -36px;
}

.flex-direction-nav .flex-prev {
    left: -36px;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    right: 5px;
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    left: 5px;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: .3!important;
    filter: alpha(opacity=30);
    cursor: default;
}


/* Control Nav */

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #ccc;
    background: rgba(204, 204, 204, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
    background: #1fa6ec;
    background: rgba(31, 166, 236, 0.7);
}

.flex-control-paging li a.flex-active {
    background: #1fa6ec;
    background: rgba(31, 166, 236, 0.9);
    cursor: default;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

.menu_style .flexslider li {
    height: auto;
    display: inline-block;
    text-decoration: none;
    border-bottom: none;
    padding: 0;
    line-height: 0;
}

.menu_style .flexslider li:hover {
    height: auto;
    display: inline-block;
    text-decoration: none;
    border-bottom: none !important;
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 0;
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 0;
    }
}


/* footer */

footer {
    width: 100%;
    height: auto;
    background: #000;
}

footer img {
    max-width: 100%;
}

.footer {
    width: 100%;
    max-width: 1037px;
    margin: 0 auto;
    height: auto;
    background: rgba(0, 0, 0, 0.7);
    position: relative;
    padding-top: 20px;
}

.footer_menu {
    width: 100%;
    text-align: center;
    font-size: 1em;
}

.footer_menu a {
    color: #fff;
    text-decoration: none;
}

.footer_menu a:hover {
    text-decoration: underline;
}

.copy {
    width: 100%;
    color: #bcbcbc;
    font-size: 0.8em;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 15px;
}


/* footer */


/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    -o-transition-property: opacity, filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
       transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
       transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    float: right;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #7c7c7c;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
       transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
       transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}



/*
   * Slider
   */

.hamburger--slider .hamburger-inner {
    top: 2px;
}

.hamburger--slider .hamburger-inner::before {
    top: 10px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
       transition-timing-function: ease;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
       transition-duration: 0.2s;
}

.hamburger--slider .hamburger-inner::after {
    top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
    -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
    transform: translate3d(0, -20px, 0) rotate(-90deg);
}


/*
   * Slider Reverse
   */

.hamburger--slider-r .hamburger-inner {
    top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
       transition-timing-function: ease;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
       transition-duration: 0.2s;
}

.hamburger--slider-r .hamburger-inner::after {
    top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
    -webkit-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
    transform: translate3d(0, -20px, 0) rotate(90deg);
}



/* CAR LIST */
.cars {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -20px;
}

.cars .car-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 20%;
            flex: 0 1 20%;
    margin-right: 5%;
    min-width: 188px;
    margin-top: 40px;
}

.cars .car-wrapper .car-inner .car-link {
    display: block;
    color: #00adef;
    text-decoration: none;
    text-align: left;
    font-size: 16px;
    padding: 10px 0;
    margin: 15px 0;
}

.cars .car-wrapper .car-inner .car-link:hover {
    text-decoration: underline;
}

.cars .car-wrapper .car-inner .car-proovi {
    display: block;
    font-size: 16px;
    padding: 10px 0;
    margin-top: 15px;
    color: #fff;
    background: #00adef;
}

.cars .car-wrapper .car-inner .prices {
    font-size: 15px;
    text-transform: capitalize;
    color: #000;
    text-align: left;
}

.cars .car-wrapper .car-inner .prices .voit {
    color: #00adef;
}

.cars .car-wrapper .car-inner .prices>p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.cars .car-wrapper .car-inner h3 {
    font-size: 16px;
    text-align: left;
    font-weight: normal;
}

.cars .car-wrapper .car-inner .car-thumbnail {
    font-size: 0;
}

.cars .car-wrapper .car-inner .car-thumbnail.booked,
.cars .car-wrapper .car-inner .car-thumbnail.sold {
    position: relative;
}

.cars .car-wrapper .car-inner .car-thumbnail.booked::after,
.cars .car-wrapper .car-inner .car-thumbnail.sold::after {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 34px;
    line-height: 116px;
    font-family: 'CorporateACon-Reg', serif;
}
.cars .car-wrapper .car-inner .car-thumbnail.booked::after {
    content: "Reserveeritud";
}
.cars .car-wrapper .car-inner .car-thumbnail.sold::after {
    content: "Müüdud";
}

.cars .car-wrapper .car-inner .car-thumbnail img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit:cover';
    height: 116px;
}

.mobile {
    display: none;
}

.desctop {
    display: block;
}

.calc_open_mob {
    width: 96%;
    padding: 2%;
    background: #fff;
    display: none;
}


/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 10000000;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content/Box */

.modal-content {
    background-color: #fefefe;
    margin: 40px auto 0 auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    /* Could be more or less, depending on screen size */
}


/* The Close Button */

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.order {
    text-align: left;
}

.soit-container {
    max-width: 767px;
    text-align: left;
}

.page-id-94 .panel-grid a {
    text-decoration: none;
    color: inherit;
}

.order h3 {
    font-size: 2.571em;
    color: #333333;
    font-weight: normal;
    text-align: left;
    margin-bottom: 30px;
    line-height: 1.2;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.order .order-form h4,
.soit-container h4 {
    font-size: 2em;
    color: #666666;
    margin-bottom: 20px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.soit-container h4 {
    margin-top: 20px;
}

.order .order-form label,
.wpcf7-list-item-label,
.soit-container label {
    font-size: 1em;
    color: #7c7c7c;
}

.order .order-form label input,
.order .order-form label select,
.soit-container label input,
.soit-container label span select {
    background: #f8f8f8;
    border: 1px solid #cccccc;
    padding: 8px;
    margin-top: 2px;
    min-width: 170px;
    width: 80%;
}

.soit-container label input,
.soit-container label span select {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.order .order-form .flex-form-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.order .order-form .flex-form-container .col-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 10px 20px 20px 0;
}

.order .order-form input[type="submit"],
.soit-container input[type="submit"] {
    border: 0;
    padding: 10px 40px;
    color: #fff;
    font-family: 'Corporate S Pro';
    font-size: 14px;
}

.soit-container input[type="submit"] {
    margin: 30px 0 0 0;
}

.order .order-form form>p {
    text-align: right;
    margin-top: 20px;
    margin-right: 9%;
}

.order .namelast {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    width: 80%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.order .namelast label {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.order .namelast label:first-child {
    margin-right: 4%;
}

.order .namelast label:last-child {
    margin-left: 4%;
}

.order .namelast label input {
    width: 100%;
}

.calc_kuumaks {
    margin-top: 0.6em;
}

.req {
    color: red;
}

.arr {
    display: inline-block;
    width: 6px;
    height: 10px;
    background-image: url('image/arrow_for.png');
    margin-right: 7px;
    margin-bottom: 0 !important;
}

.arr.blue {
    background-image: url('image/arrow_blue.png');
}


/* Add Animation */

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

.menu_footer a:hover {
    text-decoration: none;
    color: #dbdbdb;
}

.arve-wrapper {
    margin-bottom: 0;
}

.wp-playlist-item-title,
.wp-playlist-light .wp-playlist-caption {
    font-size: 20px !important;
}

.wp-playlist-light .wp-playlist-caption {
    text-align: left;
}

.wp-playlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.wp-playlist .wp-playlist-tracks {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-top: 0;
}

.wp-playlist-item {
    padding: 5px 3px !important;
}


/* For modern browsers */

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}


/* для IE6-7 */

.clearfix {
    zoom: 1;
}

.auto_baashind_h {
    font-size: 21px !important;
}

.auto_baashind {
    font-size: 30px !important;
}

.auto_package_desc {
    margin-top: 30px;
}

.package-minidesc {
    font-size: 1.3em;
}

#packages-container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px;
}

.text_info .checkbox:not(checked)+label {
    margin-bottom: 20px;
}

.menu_full {
    display: none;
}

.current-menu-item a {
    color: #d0d0d0 !important;
}

body.single-car #preloader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
}

body.single-car #preloader>img {
    margin: auto;
    width: 110px;
    height: 110px;
}

body.single-car main {
    display: none;
}

input[type="submit"] {
    cursor: pointer;
    background: url(image/arrow_for.png) no-repeat 27px 50%, -webkit-gradient(linear, left top, left bottom, from(#737373), to(#5a5a5a));
    background: url(image/arrow_for.png) no-repeat 27px 50%, -webkit-linear-gradient(top, #737373 0%, #5a5a5a 100%);
    background: url(image/arrow_for.png) no-repeat 27px 50%, -o-linear-gradient(top, #737373 0%, #5a5a5a 100%);
    background: url(image/arrow_for.png) no-repeat 27px 50%, linear-gradient(to bottom, #737373 0%, #5a5a5a 100%);
}

input[type="submit"]:hover {
    cursor: pointer;
    background: url(image/arrow_for.png) no-repeat 27px 50%, -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#3b3b3b));
    background: url(image/arrow_for.png) no-repeat 27px 50%, -webkit-linear-gradient(top, #4b4b4b 0%, #3b3b3b 100%);
    background: url(image/arrow_for.png) no-repeat 27px 50%, -o-linear-gradient(top, #4b4b4b 0%, #3b3b3b 100%);
    background: url(image/arrow_for.png) no-repeat 27px 50%, linear-gradient(to bottom, #4b4b4b 0%, #3b3b3b 100%);
}

/* Single Car */

.single-car-wrapper {
    padding-bottom: 60px;
}

.single-car-wrapper .single-car_main  {
    background: #000;
}

.single-car-wrapper .car_image.booked::after,
.single-car-wrapper .car_image.sold::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0; right: 0; top: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 3rem;
    text-align: center;
    line-height: 50vh;
    font-family: 'CorporateS-Light', sans-serif;
}
header.booked a {
    color: #fff
}
.single-car-wrapper .car_image .availability {
    position: absolute;
    width: 100%;
    bottom: 27px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 3;
    color: #fff;
    font-size: 3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'CorporateACon-Reg', sans-serif;
}
.single-car-wrapper .car_image figure {
    text-align: center;
    position: relative;
}

.single-car-wrapper .car_image img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.single-car-wrapper .car_image figcaption {
    color: #999999;
    font-size: 15px;
}

.single-car-wrapper .car-main_info {
    padding: 30px 0;
}

.single-car-wrapper .car-main_info h1 {
    font-size: 36px;
    margin: 0;
    color: #ffffff;
}

.single-car-wrapper .car-main_info .pos_id {
    color: #ffffff;
    font-family: 'CorporateS-Light', sans-serif;
    font-weight: 100;
    margin-bottom: 10px;
    font-size: 16px;
}

.single-car-wrapper .car-main_info .action_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}


.single-car-wrapper .car-main_info .action_btns > a {
    display: block;
    font-size: 16px;
    padding: 10px 10px;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    color: #fff;
    background: #00adef;
}

.single-car-wrapper .car-main_info .action_btns > a.gray {
    background: -webkit-gradient(linear, left top, left bottom, from(#737373), to(#5a5a5a));
    background: -webkit-linear-gradient(top, #737373, #5a5a5a);
    background: -o-linear-gradient(top, #737373, #5a5a5a);
    background: linear-gradient(to bottom, #737373, #5a5a5a);
}

.single-car-wrapper .car-main_info .action_btns > a.gray:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#3b3b3b));
    background: -webkit-linear-gradient(top, #4b4b4b, #3b3b3b);
    background: -o-linear-gradient(top, #4b4b4b, #3b3b3b);
    background: linear-gradient(to bottom, #4b4b4b, #3b3b3b);
}

.single-car-wrapper .car-main_info .heading-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.single-car-wrapper .car-main_info .heading-wrapper h1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.single-car-wrapper .car-main_info .heading-wrapper .action_btns {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    margin-left: 5%;
}

.single-car-wrapper .car-main_info .heading-wrapper .pos_id {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
}

@media(max-width: 1024px) {
    .single-car-wrapper .car_image figure {
        text-align: center;
        background-size: 90%;
        background-position: center;
        background-attachment: scroll;
    }
    .single-car-wrapper .car_image {
        max-height: 65vh
    }
    .single-car-wrapper .car_image figcaption {
        bottom: 5%;
        right: 0;
        left: 0;
    }

    .single-car-wrapper .car-main_info .heading-wrapper .action_btns {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        max-width: 200px;
        margin-left: 0;
    }

    .single-car-wrapper .car-main_info .action_btns > a {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        margin-right: 0;
    }

    .single-car-wrapper .car-main_info .action_btns > a:not(:first-child) {
        margin-top: 10px;
    }

    .single-car-wrapper .car-main_info .heading-wrapper h1 {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }

    #print_btn {
        display: none;
    }
}

/* prices table - old */


.table-wrapper {
    overflow: auto;
}

.single-car-wrapper .car-main_info table,
.single-car-wrapper .single-car_additional table {
    color: #fff;
    font-size: 16px;
    min-width: 600px;
    width: 100%;
    border-collapse: collapse;
}

.single-car-wrapper .car-main_info table td:first-child,
.single-car-wrapper .single-car_additional table td:first-child {
    padding-left: 10px;
}

.single-car-wrapper .car-main_info table td:last-child,
.single-car-wrapper .single-car_additional table td:last-child {
    padding-right: 10px;
}

.single-car-wrapper .single-car_additional table  {
    color: #000;
}

.single-car-wrapper .car-main_info table tr {
    border-bottom: 1px solid #fff;
}

.single-car-wrapper .single-car_additional table tbody > tr:nth-child(even) {
    background: #fff;
}

.single-car-wrapper .single-car_additional table thead,
.single-car-wrapper .single-car_additional table td:not(:first-child) {
    font-weight: 700;
}

.single-car-wrapper .single-car_additional table thead {
    background: #bfbfbf;
}

.single-car-wrapper .car-main_info table tbody tr:nth-child(3),
.single-car-wrapper .car-main_info table tbody tr:last-child {
    border-bottom: none;
}

.single-car-wrapper .car-main_info table tr.spacer {
    border-bottom: none;
    height: 20px;
}

.single-car-wrapper .car-main_info table td,
.single-car-wrapper .single-car_additional table td {
    padding: 2px 0;
    width: auto;
}

.single-car-wrapper .abb {
    font-size: 14px;
    margin-top: 5px;
}
.single-car-wrapper .abb span {
    font-style: italic;
}

.single-car-wrapper .car-main_info table td:not(:first-child),
.single-car-wrapper .single-car_additional table td:not(:first-child) {
    text-align: right;
    width: 15%;
}




/* prices table */
.single-car-wrapper .car_prices_wrap {
    margin: 2rem auto
}
.single-car-wrapper .car_prices_wrap .car_attributes {
    margin: 1.5rem 0
}
.single-car-wrapper .car_prices_wrap .car_prices span,
.single-car-wrapper .car_prices_wrap .car_attributes span {
    display: flex;
    font-size: 1.2rem
}
.single-car-wrapper .car_prices_wrap .car_prices span p,
.single-car-wrapper .car_prices_wrap .car_attributes span p {
    color: white;
}
.single-car-wrapper .car_prices_wrap .car_prices span p {
    width:calc(100%/3)
}
.single-car-wrapper .car_prices_wrap .car_prices span p:not(:first-child),
.single-car-wrapper .car_prices_wrap .car_attributes span p:not(:first-child) {
    text-align: right
}
.single-car-wrapper .car_prices_wrap .car_attributes span p {
    width: 67%
}
.single-car-wrapper .car_prices_wrap .car_attributes span p:not(:first-child) {
    width:33%
}



/* additional info */
.car_additional_switch {
    display:flex;
    justify-content: space-between;
    width: 60%;
    margin: 2rem auto 0;
}
.car_additional_switch button {
    outline: 0;
    width: 45%;
    padding: 10px 10px;
    text-align: center;
    font-size: 2rem;
    border: 0;
    color: #fff;
    background: rgb(160, 160, 160);
    border-radius: 3px;
    transition: .33s all;
}
.car_additional_switch button:hover {
    background: #00adef;
    cursor: pointer;
}
.car_additional_switch button.active {
    background: #00adef;
}

.single-car_additional p {padding: .25rem .5rem;}
.single-car-wrapper .car_specs_wrap,
.single-car-wrapper .car_standard_wrap {
    width: 60%;
    margin: 2rem auto 0;
}
.model_footer_wrap {
    margin: 3rem auto 0;
    padding: 0 2rem;
    text-align: left;
}
.model_footer_wrap a { text-transform: initial }

.single-car-wrapper .car_specs,
.single-car-wrapper .car_standard {
    display: flex;
    font-size: 1.15rem;
}
.single-car-wrapper .car_specs:nth-child(even),
.single-car-wrapper .car_standard:nth-child(even) {
    background: #ddd
}
.single-car-wrapper .car_standard p {
    width: 70%;
}
.single-car-wrapper .car_standard p:not(:first-child) {
    text-align: right;
    width: 30%
}
.single-car-wrapper .car_specs p {
    width: 40%
}
.single-car-wrapper .car_specs p:not(:first-child) {
    text-align: right;
    width: 60%
}


#esindusedTabs {
    visibility: hidden;
}

#esindusedTabs .r-tabs-panel a {
    text-transform: lowercase;
}



#esindusedTabs .r-tabs-accordion-title.r-tabs-state-active a,
#esindusedTabs li.r-tabs-state-active a,
#esindusedTabs li:hover a {
    color: #7c7c7c;
}

#esindusedTabs > ul {
    list-style: none;
    float: right;
}

#esindusedTabs .r-tabs-panel {
    padding: 0;
}


#esindusedTabs .r-tabs-nav .r-tabs-tab {
    display: block;
}

#cars-tabs .r-tabs .r-tabs-panel {
    padding: 0 !important;
}


#cars-tabs .r-tabs-nav > .r-tabs-tab > a,
#cars-tabs .r-tabs-accordion-title > a {
    font-size: 18px;
    position: relative;
    color: black;
}

#cars-tabs .r-tabs-nav > .r-tabs-tab.r-tabs-state-active > a::after,
#cars-tabs .r-tabs-accordion-title.r-tabs-state-active > a::after
 {
    content: "";
    position: absolute;
    width: 28px;
    height: 17px;
    background-image: url('./image/arr_menu.png');
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

#cars-tabs {
    text-align: center;
}

#cars-tabs ul {
    list-style: none;
}

.esindus-wrapper {
    margin-bottom: 10px;
}

.esindus-wrapper h3 {
    color: #7c7c7c;
}

.esindus-wrapper:first-of-type {
    margin-top: 30px;
}

.esindus-wrapper > p {
    display: none;
}

.esindus-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -10px;
}

.esindus-row > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    min-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
}

.esindus-col img {
    width: 75px;
    margin-right: 20px;
}

.esindus-content {
    list-style: none;
}

.esindus-content .name {
    font-weight: bold;
}

.redirect {
    margin-top: 25px;
    text-align:center;
}

@media (min-width: 769px) {
    #cars-tabs .r-tabs-nav > .r-tabs-tab:not(:last-child) {
        margin-right: 80px;
    }

    #cars-tabs .r-tabs-nav > .r-tabs-tab {
        padding-bottom: 30px;
    }

    #cars-tabs {
        visibility: hidden;
    }

    #cars-tabs.r-tabs {
        visibility: visible;
    }

    .menu_footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

@media(min-width: 1280px) {
    .hamburger {
        display: none;
    }
    .menu_full {
        list-style: none;
        display: block;
        font-size: 13px;
        margin-top: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .menu_full li {
        margin-right: 70px;
    }
    .menu_full a {
        color: #ffffff;
        text-decoration: none;
    }
    .menu_full a:hover {
        color: #00adef;
        text-decoration: none;
    }
    .menu_full .current-menu-item a {
        color: #00adef;
    }
}

@media(max-width: 1327px) {
    .order .namelast label {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .order .namelast label:first-child {
        margin-right: 0;
    }
    .order .namelast label:last-child {
        margin-left: 0;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .order .order-form .flex-form-container .col-1 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .order .order-form label input,
    .order .namelast label input,
    .order .order-form label select,
    .order .namelast {
        width: 100%;
    }
    .order .order-form form>p {
        margin-right: 0;
    }

    /* reponsive talbes */
    .single-car-wrapper .car-main_info {
        width: 85%
    }
    .single-car-wrapper .car_prices_wrap .car_attributes {
        margin: 1.5rem 0
    }
    .single-car-wrapper .car_prices_wrap .car_prices span,
    .single-car-wrapper .car_prices_wrap .car_attributes span {
    font-size: .9rem;
    margin: .5rem 0
    }
    .single-car-wrapper .car_prices_wrap .car_prices span p {
        width:35%
    }
    .single-car-wrapper .car_prices_wrap .car_prices span p:not(:first-child) {
        width:calc(65%/2)
    }
    .single-car-wrapper .car_prices_wrap .car_attributes span p {
        width: 30%
    }
    .single-car-wrapper .car_prices_wrap .car_attributes span p:not(:first-child) {
        width:70%;
    }

    .car_additional_switch {
        flex-direction: column;
        width: 90%;
    }
    .car_additional_switch button {
        width: 100%;
        margin-top: 1rem
    }
}

@media screen and (max-width: 1300px) {
    .calc_open {
        background: #fff;
        width: 95%;
        padding: 1% 2%;
        margin: 1% 0;
        text-align: left;
        position: relative;
        display: inline-block;
    }

    /* FRONT PAGE */
    .cars .car-wrapper {
        width: 25%
    }
}

@media screen and (max-width: 1024px) {
    .calc_open_form {
        width: 100%;
        float: none;
    }
    .calc_open_form select {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 100%;
    }
    .single-car-wrapper .car_specs_wrap,
    .single-car-wrapper .car_standard_wrap,
    .model_footer_wrap,
    .car_additional_switch {
        width: 90%;
    }

}

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

    .content-container {
        padding: 30px;
    }

    body.single-car #preloader>img {
        width: 64px;
        height: 64px;
    }
    header {
        height: auto;
    }
    .menu_sm,
    .button_banner,
    .menu_main {
        display: none;
    }
    .menu_sm_mob {
        display: block;
    }
    .nav {
        width: 70%;
        z-index: 1;
    }
    .menu_open {
        width: 66%;
        padding: 5%;
    }
    .menu_open li {
        padding: 3% 2%;
    }
    .banner {
        height: 400px;
        margin-top: -27px;
        padding: 0;
        background: #040404 url("image/bg_header.jpg") no-repeat 50% 100%;
        background-size: 150% auto;
    }
    .banner_text {
		font-size: 38px;
        max-width: 100%;
    }
    .slider_info_inner {
        display: none;
    }
    .menu_style_p {
        border-bottom: 4px solid #666666;
        color: #a2a2a2;
        font-size: 2em;
        margin-bottom: 2%;
        margin-left: 0;
        display: block;
        margin-top: 15px;
        background: url("image/arr_mob.png") no-repeat 80% 50%;
        cursor: pointer;
    }
    .menu_style_p_act {
        background: url("image/arr_mob_open.png") no-repeat 80% 50%;
    }
    .menu_style ul {
        list-style: none;
        background: #fff;
    }
    .menu_style li {
        display: block;
        text-decoration: none;
        font-size: 25px;
        color: #333333;
        cursor: pointer;
        height: 48px;
        line-height: 48px;
        padding: 0 1%;
        margin-bottom: -5px;
        border-bottom: 1px solid #ccc;
    }
    .menu_style ul li.active,
    .menu_style ul li.active:hover {
        border-bottom: 1px solid #1fa6ec;
        color: #1fa6ec;
    }
    .menu_style ul li:hover {
        border-bottom: 1px solid #1fa6ec;
        color: #1fa6ec;
    }
    .info_all li,
    .info_all li:hover {
        width: 90%;
        padding-left: 10%;
        background: url("image/bg_li.png") no-repeat 0 20%;
        border-bottom: none !important;
        color: #333333 !important;
        font-size: 1.1em;
        text-transform: none;
        padding-top: 0;
        height: auto;
        line-height: 1.1em;
        margin-bottom: 1%;
        cursor: default;
    }
    .info_all ul {
        width: 95%;
        margin: 1%;
        float: left;
        list-style: none;
        background: none;
    }
    .flexslider ul {
        background: #f3f3f3;
    }
    h1 {
        color: #3c3c3c;
        font-size: 2em;
        width: auto;
        max-width: 100%;
        text-align: left;
        font-family: 'CorporateACon-Reg';
        margin-bottom: 2%;
        line-height: 1.3em;
        font-weight: normal;
    }
    .calc_open_mob {
        display: block;
    }
    .calc_close_text,
    .calc_open_text {
        color: #1fa6ec;
        font-size: 1.3em;
        float: none;
        margin: 4% auto 7%;
        display: inline-block;
    }
    .model_invis {
        display: none;
    }
    .model_vis {
        display: block;
    }
    .text_info .checkbox:not(checked)+label {
        margin-bottom: 20px;
    }
    .info_all {
        top: 0;
    }
    .calc_close,
    .calc_open {
        float: none;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 100%;
        padding: 10px;
    }
    .calc_open_form {
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .logo {
        top: 0;
    }
    .logo::after {
        display: none;
    }
    .nav img {
        display: none;
    }
    .menu_sm,
    .button_banner,
    .menu_main {
        display: none;
    }
    .banner {
        height: 400px;
        margin-top: -27px;
        background: #040404 url("image/bg_header.jpg") no-repeat 50% 100%;
        background-size: 150% auto;
    }
    .slider_style,
    .text_info {
        width: 95%;
        text-align: left;
        padding: 1%;
        float: left;
    }
    .menu_open {
        width: 50%;
        padding: 5%;
    }
    .menu_open li {
        padding: 5% 2%;
    }
    .menu_sm_mob {
        display: block;
    }
    .nav {
        width: 70%;
        z-index: 1;
    }
    .menu_style_p {
        margin-bottom: 3%;
    }
    .calc_close_text,
    .calc_open_text {
        width: 100%;
    }
    .calc_close_button,
    .calc_open_button,
    .calc_open_mob h2 {
        margin-left: 0;
        float: left;
    }
    .calc_close_button,
    .calc_open_button,
    .calc_open_mob h2 {
        background: url("image/arr_calk.png") no-repeat 90% 50%;
    }
    .calc_open_button {
        background: url("image/arr_calk_open.png") no-repeat 90% 50%;
    }


    /* SINGLE CAR PAGE */
    .single-car-wrapper .car_image.sold::after,
    .single-car-wrapper .car_image.booked::after {
        line-height: 30vh;
        font-size: 2.25rem;
    }

    /* FRONT PAGE */
    .cars .car-wrapper {
        width: 50%
    }
}

@media screen and (max-width: 600px) {
    .menu_open {
        width: 90%;
        padding: 5%;
    }
    .menu_open li {
        padding: 5% 2%;
    }
    .menu_sm_mob {
        display: block;
    }
    .nav {
        width: 80%;
        z-index: 1;
    }
    .banner {
        height: 40px;
        margin-top: -27px;
        background: #040404 url("image/bg_header.jpg") no-repeat 50% 100%;
        background-size: 180% auto;
    }
	.banner_text {
		font-size: 36px;
		font-size: 11vw;
	}
    .cars .car-wrapper .car-inner .car-thumbnail.sold::after,
    .cars .car-wrapper .car-inner .car-thumbnail.booked::after {
        font-size: 1.15rem;
    }
    .cars_one {
        width: 85%;
        border-bottom: 1px solid #ccc;
        margin: 1.2%;
        display: inline-block;
    }
    .cars .car-wrapper .car-inner .car-proovi {
        font-size: 12px
    }
    .menu_style_p {
        margin-bottom: 2%;
    }
    .model_invis {
        display: none;
    }
    .model_vis {
        display: block;
    }
}

@media screen and (max-width: 400px) {
    .nav {
        width: 65%;
        z-index: 1;
    }
    .banner {
        height: 400px;
        margin-top: -27px;
        background: #040404 url("image/bg_header.jpg") no-repeat 50% 100%;
        background-size: 200% auto;
    }
    .menu_open {
        width: 90%;
        padding: 5%;
    }
    .menu_open li {
        padding: 4px 10px;
    }
    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
        width: 30px;
        height: 3px;
    }
    .text_info_all_button {
        text-align: center;
    }
    .footer {
        width: 100%;
        text-align: center;
    }
    .footer_menu {
        width: 80%;
        text-align: center;
        font-size: 1.2em;
        display: inline-block;
        white-space: pre-line;
    }
    .footer_menu a {
        color: #fff;
        text-decoration: none;
        padding: 2% 10%;
        display: inline-block;
    }
    .menu_sm_mob {
        display: block;
    }
    .calc_close_button,
    .calc_open_button,
    .calc_open_mob h2 {
        font-size: 1.2em;
        background-size: 11%;
        background-position-y: 43%;
    }

    .cars .car-wrapper {
        width: 100%
    }
}

@media only screen and (width:320px) and (device-width:320px) and (device-height:480px) and (orientation: landscape) {
    body {
        -webkit-transform: scale(0.667);
        -webkit-transform-origin: top right;
        -ms-transform: scale(0.667);
            transform: scale(0.667);
        -ms-transform-origin: top right;
            transform-origin: top right;
        position: absolute;
        right: 0;
        top: 0;
        width: 480px;
    }
    .feedback .txt {
        float: right;
        color: #000000;
        font-size: 14px;
        text-align: justify;
        width: 100%;
    }
    .feedback .auth {
        color: #999999;
        font-size: 11px;
        text-align: right;
        float: right;
        padding: 0;
        width: 100%;
    }
}

@media(max-width: 768px) {
    .header .subtitle  {
        display: none;
    }


    .cars .car-wrapper .car-inner .car-link {
        margin: 0;
    }

    #cars-tabs .r-tabs .r-tabs-accordion-title:not(:last-child) {
        margin-bottom: 10px;
    }
}


/* iPad */

@media only screen and (width:768px) and (device-width:768px) and (device-height:1024px) and (orientation: landscape) {
    body {
        -webkit-transform: scale(0.75);
        -webkit-transform-origin: top right;
        -ms-transform: scale(0.75);
            transform: scale(0.75);
        -ms-transform-origin: top right;
            transform-origin: top right;
        position: absolute;
        right: 0;
        top: 0;
        width: 1024px;
    }
    .feedback .txt {
        float: right;
        color: #000000;
        font-size: 14px;
        text-align: justify;
        width: 100%;
    }
    .feedback .auth {
        color: #999999;
        font-size: 11px;
        text-align: right;
        float: right;
        padding: 0;
        width: 100%;
    }
}

@media print {

    body.single-car > #wrapper > header,
    body.single-car > #wrapper > footer,
    body.single-car .action_btns {
        display: none !important;
    }

    .body.single-car table {
        background: black !important;
        color: white !important;
    }

    .single-car-wrapper .car-main_info table,
    .single-car-wrapper .single-car_additional table,
    .single-car-wrapper .car-main_info h1,
    .single-car-wrapper .car-main_info .pos_id {
        color: #000 !important;
    }

    .single-car-wrapper .car-main_info table tr {
        border-bottom: 1px solid #000;
    }
}

.transmition {
	text-align: left;
	margin-bottom: 12px;
}

.hide {
	display: none
}

.extra {
	min-width: 320px;
	width: 100%;
}

.extra h3 {
	padding-bottom: 20px;
}

.form-group {
	padding-bottom: 15px
}

.form-group label {
	display: block;
	padding-bottom: 6px
}

.form-group input {
	width: 100%;
	padding: 8px;
	border: 1px solid #CCC
}

.form-group select {
	width: 100%;
	padding: 8px;
	border: 1px solid #CCC;
	background: #FFF
}

.was-validated .form-group input:invalid, .was-validated .form-group select:invalid {
	border-color: #dc3545;
}

.was-validated .form-group input:valid, .was-validated .form-group select:valid {
	border-color: #198754;
}

.extra button {
	border: 0;
	padding: 10px 40px;
	color: #fff;
	font-family: 'Corporate S Pro';
	font-size: 14px;
	background: url(image/arrow_for.png) no-repeat 27px 50%, -webkit-gradient(linear, left top, left bottom, from(#737373), to(#5a5a5a));
}

.extra button:hover {
	cursor: pointer;
	background: url(image/arrow_for.png) no-repeat 27px 50%, linear-gradient(to bottom, #4b4b4b 0%, #3b3b3b 100%);
}

.alert-danger {
	color: #dc3545;
}

.alert-success {
	color: #198754;
}

.alert {
	font-size: 14px;
}

	
