.cti-testdrive-reinput>button,
.cti-testdrive-submit>button {
    border: none;
    font-size: 14px;
    cursor: pointer;
    width: 47%;
    height: 100%
}

body {
    background: #f7f7f7
}

.cti-testdrive {
    margin-top: 0;
    background: url(../images/testdrive/bg_body.jpg) top no-repeat #f7f7f7;
    background-size: 100%
}

.cti-testdrive .row:after,
.cti-testdrive .row:before {
    display: table;
    content: " "
}

.cti-testdrive .row:after {
    clear: both
}

.cti-testdrive .col-s-12 {
    width: 100%;
    float: left
}

.cti-testdrive .col-s-6 {
    width: 50%;
    float: left
}

.cti-testdrive .col-s-3 {
    width: 25%;
    float: left
}

.cti-testdrive .cti-container {
    width: 100%
}

.cti-testdrive-form {
    padding-bottom: 50px;
    width: 60%;
    margin: 0 auto;
}

.cti-testdrive-widget {
    background-image: url(../images/testdrive/form_widget.png);
    background-repeat: no-repeat
}

.cti-testdrive .ctrl {
    padding-top: 12px;
    padding-bottom: 12px
}

.cti-testdrive-form-line {
    background-position: center 57px;
    height: 75px;
    position: relative;
    margin-top: 0
}

.cti-testdrive-type-line {
    background-position: 0 -114px;
    height: 14px;
    position: relative
}

.cti-testdrive-dealer-line {
    background-position: 0 -78px;
    height: 14px;
    position: relative
}

.cti-testdrive-info-line {
    background-position: 0 -43px;
    height: 14px;
    position: relative
}

.cti-testdrive-blank-line {
    background: 0 0;
    height: 14px;
    position: relative
}

.cti-testdrive-city,
.cti-testdrive-dealer,
.cti-testdrive-mobile,
.cti-testdrive-name,
.cti-testdrive-ordertime,
.cti-testdrive-prov,
.cti-testdrive-reinput,
.cti-testdrive-sex,
.cti-testdrive-submit,
.cti-testdrive-time,
.cti-testdrive-type,
.cti-testdrive-type2 {
    height: 68px;
    position: relative
}

.cti-testdrive-reinput {
    text-align: right
}

.cti-testdrive-reinput>button {
    background: #b2b2b2;
    margin-right: 6%;
    color: #3c3c3c
}

.cti-testdrive-submit>button {
    background: #dd000e;
    margin-left: 6%;
    color: #FFF
}

.cti-testdrive-text {
    background: #b2b2b2;
    height: 100%;
    position: relative;
    width: 89%
}

.cti-form-title,
.cti-testdrive-text-w {
    width: 94%
}

.cti-testdrive-ctrl-r {
    width: 94%;
}

.picker {
    top: 0
}

.picker__holder {
    background: #f8f8f8
}

.picker__button--clear,
.picker__button--close,
.picker__button--today {
    background: #f8f8f8;
    border-color: #f8f8f8
}
.cti-testdrive-form .row .hundred{
	width: 100%;
}
@media screen and (max-width:999px) {
    .cti-testdrive .col-xs-12,
    .cti-testdrive-ctrl-r,
    .cti-testdrive-select,
    .cti-testdrive-text,
    .cti-testdrive-text-w {
        width: 100%
    }
    body {
        background: #e9e9e9
    }
    .cti-testdrive {
        height: auto;
        background: url(../images/testdrive/bg_body_phone.jpg) center top no-repeat;
        background-size: cover
    }
    .cti-testdrive-ctrl-r {
        left: 0
    }
    .cti-testdrive-blank-row {
        display: none
    }
    .cti-testdrive-reinput>button,
    .cti-testdrive-submit>button {
        width: 100%;
        margin: 0 auto
    }
    .cti-testdrive-form {
        /*padding-left: 2em;
        padding-right: 2em;*/
        padding-bottom: 2em
    }
    .picker__holder {
        max-width: 100%
    }
    .cti-poster {
        padding-bottom: 0;
        width:100%;
        /*width:790px;*/
        text-align:center;
    }
    .cti-poster img {
      overflow:hidden;
      /*margin-left:-25%;*/
    }

}
