/* Cascading style sheet
*  Trokit
*  style.css
*/

@font-face{
    font-family: 'OpenSans-Regular';
    src: url(OpenSans-Regular.ttf);
}

@font-face{
    font-family: 'OpenSans-Bold';
    src: url(OpenSans-Bold.ttf);
}

@font-face{
    font-family: 'OpenSans-Semibold';
    src: url(OpenSans-Semibold.ttf);
}

body {
    background-color: #eef2f6;
}

section {
    padding: 0;
}

body, html {
    font-family: 'Lato', sans-serif;
    text-rendering: optimizeLegibility;
}
* {
    text-rendering: optimizeLegibility;
}

.section-breadcrumbs .breadcrumbs{
    font-family: 'Lato', sans-serif;
    display: inline-block;
    width: 100%;
    clear: both;
    padding: 20px 20px;
    background-color: #f8f8f8;
}
.section-breadcrumbs .breadcrumbs li {
    display: inline-block;
    margin-right: 45px;
    position: relative;
    font-size: 14px;
    color: #70716f;
}
.section-breadcrumbs .breadcrumbs li:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    background-color: #c5c5c5;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    text-align: center;
    line-height: 1.7;
}
.section-breadcrumbs .breadcrumbs li.completed a {
    position: relative;
}
.section-breadcrumbs .breadcrumbs li.completed a:after {
    content: "\f00c";
    margin-left: 5px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.section-breadcrumbs .breadcrumbs li.active:before {
    background-color: #e71600;
}
.section-breadcrumbs .breadcrumbs li:first-child:before {
    content: "1";
}
.section-breadcrumbs .breadcrumbs li:nth-child(2):before {
    content: "2";
}
.section-breadcrumbs .breadcrumbs li:nth-child(3):before {
    content: "3";
}
.section-breadcrumbs .breadcrumbs li:nth-child(4):before {
    content: "4";
}
.section-breadcrumbs .breadcrumbs li:nth-child(5):before {
    content: "5";
}
.section-breadcrumbs .breadcrumbs li:last-of-type {
    margin-right: 0;
}
form {
    padding: 55px 20px;
    background-color: #fff;
    display: inline-block;
    width: 100%;
}
.section-titles {
    font-family: 'Lato', sans-serif;
}
.section-titles.extra-txt .title{
    margin-bottom: 35px;
}
.section-titles .sub-title{
    margin: 0;
    display: inline-block;
    width: 100%;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 30px;
    font-weight: 300;
    vertical-align: top;
}
.section-titles .title {
    margin: 0;
    display: inline-block;
    width: 100%;
    font-size: 32.5px;
    line-height: 1;
    font-weight: 300;
    color: #e71600;
    margin-bottom: 50px;
}
.form-holder {
    margin-bottom: 50px;
    color: #4a4a4a;
    width: 100%;
    display: inline-block;
}
.form-holder:last-of-type {
    margin-bottom: 0;
}
.form-holder label{
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
    display: inline-block;
    margin-right: 15px;
    max-width: 40%;
    vertical-align: top;
    text-align: left;
}
.form-holder .inputs-insert {
    margin-bottom: 35px;
}
.form-holder .sub-label {
    font-size: 16px;
    font-weight: bold;
    padding: 0px 15px;
    margin-bottom: 35px;
}
.form-holder .input-l{
    text-align: right;
}
.form-holder .input-control {
    display: inline-block;
    width: 56%;
    text-align: left;
}
.form-holder .input-control > span {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    color: #4a4a4a;
    text-align: left;
}
#offersForSpecificModels label{
    width: 40%;
    text-align: right;
}
.hidden-persons {
    visibility: hidden;
    opacity:0;
    display: none;
}
select:disabled{
    background-color: rgb(248, 248, 248);
}
select {
    width: 85%;
    background-color: #fff;
}

input, select {
    display: inline-block;
    border:1px solid #cccccc;
    box-shadow: 0px 0px 0px;
    padding: 10px 12px;
    font-weight: bold;
    margin-bottom: 10px;
}
.form-holder input {
    width: 100%;
    border-radius: 5px;
}
input{
    border-radius: 5px;
}
.dropdown {
    display: inline-block;
    margin-left: 10px;
}
.dropdown > button {
    border: 2px solid #cccccc;
    background-color: transparent;
    color: #cccccc;
    border-radius: 100%;
    padding: 5px 10px;
    font-weight: 700;
}
.dropdown button:before {
    content: "\f129";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.form-holder .one-line {
    text-align: left;
}
.form-holder .one-line > label {
    max-width: 20%;
}
.form-holder .one-line > label > span {
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    width: 100%;
}
.form-holder .one-line input {
    width: 100%;
}
.form-holder .one-line .input-control {
    width: 74.5%;
}
.button-holder {
    float: right;
    width: 78.5%;
    margin: 25px 0 45px 0;
}
.button-holder .button {
    padding: 10px 31px;
    min-width: 35%;
}
.accident-lbl{
    line-height: 80px !important;
}
.button-holder .inside-button {
    font-family: 'Lato', sans-serif;
    position: relative;
    border: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    padding: 10px;
    display: inline-block;
    width: 48.8%;
    margin-right: 2%;
    color: #8d8b8b;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.button-holder .inside-button:last-of-type {
    margin-right: 0;
}
.button-holder .inside-button.check,
.button-holder .inside-button:hover {
    background-color: #e71600;
    color: #fff;
}
.button-holder .inside-button.check:after {
    margin-left: 10px;
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.checkbox-holder input[type="checkbox"] {
    display: none;
}
.checkbox-holder input[type="checkbox"]:checked + label {
    background: #e71600;
    border-color: #e71600
}
.checkbox-holder input[type="checkbox"]:checked + label:after {
    transform: scale(20);
}
.checkbox-holder {
    font-size: 18px;
    font-weight: 300;
    display: inline-block;
    margin-right: 50px;
}
.checkbox-holder label {
    box-sizing: border-box;
    width: 25px;
    height: 21px;
    border: 10px solid #e71600;
    position: relative;
    cursor: pointer;
    transition: .2s;
    display: inline-block;
    margin-right: 5px;
}

.checkbox-holder label:before {
    content: '';
    position: absolute;
    display: block;
    height: 300%;
    width: 300%;
    top: -100%;
    left: -100%;
    z-index: -1;
    border-radius: 50%;
    transition: .3s;
}
.checkbox-holder label:after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background: url("http://goo.gl/415eDC") center center no-repeat;
    background-size: contain;
    transform: scale(0);
    transition: .2s;
}
.checkbox-holder  label:active:before {
    background: #e71600;
}
.desc-txt {
    font-size: 14px;
    color: #4a4a4a;
    line-height: 1;
    display: inline-block;
    margin-top: 15px;
}
.last-section {
    border-bottom: 1px solid #a8a8a7;
    padding-bottom: 45px;
}
.button {
    display: inline-block;
    border: 0;
    background: #e71600;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding: 10px 20px;
    line-height: 1;
    text-transform: capitalize;
}
.button-default {
    margin-top: 50px;
}
.single-button-holder {
    margin: 0;
}
.add-div {
    display: inline-block;
    width: 100%;
}
.add-button {
    position: relative;
}
.select-date {
    width: 31%;
}
.select-date:last-of-type {
    margin-right:0;
}
/*.add-button:after {
    margin-left: 10px;
    content: "\f067";
    color: #cccccc;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}*/
.border-button {
    border: 1px solid #cccccc;
    background-color: transparent;
    color: #e71600;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.border-button:hover {
    background-color: #e71600;
    color: #fff;
    border: 1px solid transparent;
}
.border-button:hover:after {
    color: #fff;
}
.section-padding {
    padding: 55px 20px;
    background-color: #fff;
}
.section-finished {
    text-align: center;
}
.section-finished .icon-txt-holder {
    display: inline-block;
    margin-bottom: 70px;
    padding-bottom: 70px;
    border-bottom: 1px solid #a8a8a7;
}
.section-finished .icon-txt-holder .fa {
    display: inline-block;
    font-size: 70px;
    vertical-align: top;
    color: #4c4c4c;
    margin-right: 30px;
}
.section-finished .icon-txt-holder .title {
    display: inline-block;
    margin: 0;
    font-size: 31px;
    line-height: 35px;
    color: #e71600;
    text-align: left;
    font-weight: 600;
    letter-spacing: 1px;
}
.section-finished .button-handle {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 100px;
}
.section-finished .social-handle p{
    display: inline-block;
    width: 100%;
    font-size: 30px;
    line-height: 1;
    color: #70716f;
    font-weight: 300;
    margin-bottom: 30px;
}
.section-finished .social-handle ul {
    display: inline-block;
    width: 100%;
}
.section-finished .social-handle ul li {
    margin-right: 15px;
}
.section-finished .social-handle ul li:last-of-type {
    margin-right: 0;
}
.section-finished .social-handle ul li a{
    width: 40px;
    height: 40px;
    background-color: #e71600;
    color: #fff;
    font-size: 20px;
    border-radius: 100%;
    line-height: 40px;
}
.section-request .sub-title,
.section-request .main-title,
.section-request .title{
    display: inline-block;
    width: 100%;
    line-height: 1;
    font-weight: 300;
    color: #e71600;
}
.section-request .sub-title{
    font-size: 18px;
    margin-bottom: 30px;
}
.section-request .main-title {
    font-size: 30px;
    color: #70716f;
    margin-bottom: 60px;
}
.section-request .title {
    font-size: 25px;
    margin: 0 0 40px;
}
.info-handle .item-input label{
    text-align: right;
}
.section-request .info-handle {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 45px;
    padding-bottom: 45px;
}
.section-request .info-handle .info-item {
    display: inline-block;
    min-width: 17%;
}
.section-request .info-handle .info-item .head-title,
.section-request .info-handle .info-item  .res-title {
    font-size: 18px;
    display: inline-block;
    width: 100%;
    color: #70716f;
    line-height: 1;
}

.section-request .info-handle .info-item .head-title {
    font-weight: 300;
    margin-bottom: 15px;
}
.section-request .info-handle .info-item  .res-title {
    font-weight: 400;
    margin: 0;
}
.section-request label {
    color: #4a4a4a;
    font-size: 16px;
    line-height: 1;
    margin-right: 15px;
    vertical-align: top;
    width: 15%;
    word-break: break-word;
}
.section-request .input-control {
    display: inline-block;
    width: 80%;
}
.section-request .input-control input {
    width: 100%;
}
.not-found {
    display: inline-block;
    width: 55%;
    text-align: left;
    line-height: 30px;
}
.section-request .item-input {
    margin-bottom: 45px;
}
.button-results .title {
    width: auto;
    margin: 0;
}
.button-results .button {
    margin: 0;
}
.full-div {
    display: inline-block;
    width: 100%;
}
.checkbox-handle {
    display: inline-block;
    width: 100px;
    overflow: hidden;
    margin-right: 10px;
}
.checkbox-handle input{
    opacity: 0;
    width: 100px;
    height: 35px;
    display: block;
    position: absolute;
    cursor: pointer;
    z-index: 10;
    overflow: hidden;
}
.checkbox-handle .check {
    background: #e71600;
    color: #fff;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    z-index: 9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    -webkit-transition: all .2s ease-in-out;
    transition:         all .2s ease-in-out;
}
.sidebar .checkbox-handle .check{
    background-color: transparent;
    border: 1px solid #cccccc;
    color: #979797;
}
.form-holder .full-checkbox {
    text-align: left;
}
.form-holder .full-checkbox label {
    text-align: right;
    max-width:8%;
}
.form-holder .full-checkbox .input-checkbox.checkbox-email {
    width: 39%;
}
.form-holder .full-checkbox .checkbox-email .checkboxs {
    max-width: 100%;
}
.sidebar .checkbox-handle input:checked + .check {
    background: #e71600;
    color: #fff;
    border: 1px solid #e71600;
}
.sidebar .dropdonw-handle {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.sidebar .dropdonw-handle select {
    width: 100%;
}
.checkbox-handle input:checked + .check {
    padding-right: 26px; /* mAgIc NuMbErS */
    position: relative;
}
.checkbox-handle .check:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #efefef !important;
    padding: 0 0.5em;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 15px;
    line-height: 2;
    content: "\f00c";
    font-size: 1.3em;
    border-radius: 3px 0 0 3px;
    -webkit-transition: all .25s ease-in-out;
    transition:         all .25s ease-in-out;

}
.checkbox-handle input:checked + .check:after {
    display: inline;
    visibility: visible;
    opacity: 1;
}
.dropdonw-handle {
    display: inline-block;
    margin-right: 10px;
}
.dropdonw-handle select {
    color: #4a4a4a;
    font-weight: 300;
    font-size: 16px;
}
.input-l .dropdown-menu {
    left: 50%;
    right: auto;
    min-width: 350px;
    margin-top: 0;
    padding: 20px;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    background: #ededed;
    text-align: left;
    color: #555;
    -webkit-transform: translate(-50%, 3%);
    -moz-transform: translate(-50%, 3%);
    -ms-transform: translate(-50%, 3%);
    -o-transform: translate(-50%, 3%);
    transform: translate(-50%, 3%);
}
.input-l .dropdown-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ededed;
    position: absolute;
    top: -9px;
    left: 50%;
    -webkit-transform: translateX(-50%);
}
.input-l .dropdown-menu h1,
.input-l .dropdown-menu h2,
.input-l .dropdown-menu h3,
.input-l .dropdown-menu h4,
.input-l .dropdown-menu h5 {
    color: #6D6E71;
    line-height: 1.25;
    font-weight: 600;
    margin: 0;
    font-size: 16px;
    margin-bottom: 20px;
}
.input-l .dropdown-menu > p {
    color: #6D6E71;
    line-height: 1.4;
    text-rendering: optimizeLegibility;
    font-weight: 300;
    display: block;
    margin-bottom: 15px;
}
.input-l .dropdown-menu > p:last-of-type {
    margin-bottom: 0;
}
.input-l .dropdown-menu > ul {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.input-l .dropdown-menu > ul > li {
    display: inline-block;
    width: 100%;
}
.input-l .dropdown-menu > ul > li > p {
    color: #6D6E71;
    line-height: 1.4;
    text-rendering: optimizeLegibility;
    font-weight: 300;
    display: block;
    margin-bottom: 5px;
}
.input-l .dropdown-menu > ul > li:last-of-type > p {
    margin-bottom: 0;
}
.last-div {
    margin-bottom: 0 !important;
}
.section-compare .sidebar .title{
    font-size: 30px;
    line-height: 1;
    color: #e71600;
    font-weight: 300;
    display: inline-block;
    width: 100%;
    margin: 0;
    margin-bottom: 40px;
    min-height: 36px;
}
.section-compare .sidebar .sidebar-items {
    background-color: #f4f4f4;
    display: inline-block;
    width: 100%;
}
.section-compare .sidebar .sidebar-items .side-lists {
    display: inline-block;
    width: 100%;
}
.section-compare .sidebar .sidebar-items .side-lists .side-list{
    display: inline-block;
    width: 100%;
}
.section-compare .sidebar .sidebar-items .side-lists .side-list .side-item {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1;
    cursor: pointer;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    display: inline-block;
    width: 100%;
    position: relative;
    font-weight: 300;
}
.section-compare .sidebar .sidebar-items .side-lists .side-list:first-child .side-item {
    border-top: 0;
}
.section-compare .sidebar .sidebar-items .side-lists .side-list .side-item:after {
    content: "\f0d7";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 15px;
    color: #c2c2c2;
}
.section-compare .sidebar .sidebar-items .side-lists .side-list .side-item.rotate:after {
    content: "\f0d8";
}
.section-compare .sidebar .sidebar-items .side-lists .side-list .data-holder {
    float: left;
    width: 100%;
    overflow: hidden;
    height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.section-compare .sidebar .sidebar-items .side-lists .side-list .data-holder.open {
    height: auto;
    visibility: visible;
    opacity: 1;
}
.section-compare .sidebar .sidebar-items .side-lists .side-list .data-item {
    display: inline-block;
    width: 100%;
    padding: 15px;
}
.section-compare .sidebar .sidebar-items .side-lists .side-list .data-item .data-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    font-size: 15px;
    color: #4a4a4a;
    font-weight: 600;
}

.sidebar .checkbox-holder {
    width: 100%;
    margin-bottom: 15px;
}
.sidebar .checkbox-holder label {
    float: left;
    margin-right: 10px;
}
.content-holder .sub-title {
    font-size: 18px;
    line-height: 23px;
    display: inline-block;
    width: 100%;
    color: #e71600;
    font-weight: 300;
    margin-bottom: 30px;
}
.content-holder .sub-title b,
.content-holder .sub-title strong {
    font-weight: 400;
}
.content-holder .list-items {
    display: inline-block;
    width: 100%;
}
.content-holder .list-items .item {
    padding: 20px;
    background-color: #f4f4f4;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 10px;
    overflow: hidden;
}
.content-holder .list-items .item:last-of-type {
    margin-bottom: 0;
}
.content-holder .list-items .item .top-holder {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.content-holder .list-items .item .top-holder .title-button {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.content-holder .list-items .item .top-holder .title-button .title {
    display: inline-block;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    color: #4a4a4a;
}
.content-holder .list-items .item .top-holder .title-button button {
    font-size: 14px;
}
.content-holder .list-items .item .top-holder .info-item{
    text-align: right;
    font-size: 16px;
    line-height: 1;
    color: #4a4a4a;
    font-weight: 300;
}
.content-holder .list-items .item .top-holder .info-item:first-child {
    text-align: left;
}
.content-holder .list-items .item .top-holder .info-item > p {
    margin-bottom: 12px;
}
.content-holder .list-items .item .top-holder .info-item > p:last-of-type {
    margin-bottom: 0;
}
.content-holder .list-items .item .top-holder .info-item > p > small {
    font-size: 13px;
}
.content-holder .list-items .item .top-holder .info-item > p > b,
.content-holder .list-items .item .top-holder .info-item > p > strong {
    font-weight: 400;
    font-size: 20px;
}
.content-holder .list-items .item .top-holder .info-item > .info-sale {
    font-size: 13px;
    color: #e71600;
    line-height: 1;
}
.content-holder .list-items .item .bottom-holder {
    display: inline-block;
    width: 100%;
}
.content-holder .list-items .item .bottom-holder .txt-arrow {
    font-size: 13px;
    color: #4a4a4a;
    font-weight: 400;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}
.content-holder .list-items .item .bottom-holder .txt-arrow:after {
    content: "\f0d7";
    width: 100%;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
}
.content-holder .list-items .item .bottom-holder .txt-arrow.rotate:after{
    content: "\f0d8";
}

.senden-bttn{
    width: 39%;
}

button{
    border-radius: 4px;
}

.checkbox-handle-div label{
    border-radius: 4px;
    line-height: 20px;
}
.checkbox-handle.full input{
    width: 100%;
}
.checkbox-handle.full {
    margin-bottom: 10px;
}
.checkbox-handle.full:last-of-type {
    margin-bottom: 0;
}
.sidebar-button {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #6c6c6c;
    background-color: transparent;
    line-height: 1;
    border: 1px solid #cccccc;
    padding: 10px 0;
}
.content-holder .bottom-info {
    display: inline-block;
    width: 100%;
    margin-top: 45px;
}
.content-holder .bottom-info .title{
    font-size: 30px;
    line-height: 1;
    color: #e71600;
    font-weight: 300;
    margin-bottom: 15px;
}
.content-holder .bottom-info .title-sub {
    font-size: 16px;
    line-height: 1;
    color: #4a4a4a;
    font-weight: 400;
    margin-bottom: 25px;
}
.content-holder .bottom-info .input-holder{
    display: inline-block;
    width: 100%;
}
.content-holder .bottom-info .input-holder label {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    line-height: 1;
    color: #4a4a4a;
    font-weight: 400;
}
.content-holder .bottom-info .input-holder input {
    float: left;
    font-size: 14px;
    line-height: 1;
}
.content-holder .bottom-info .input-holder input[type="submit"] {
    text-transform: capitalize;
    padding: 11.9px 25px;
    border: 0;
    background-color: #e71600;
    color: #fff;
}
.content-holder .bottom-info .input-holder input[type="email"] {
    padding: 9px 15px;
    width: 70%;
    border-right: 0px;
}

.person-lbl{
    padding: 0px 0 20px 0;
}
.content-holder .bottom-info .data-items {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}
.content-holder .bottom-info .data-items li {
    display: inline-block;
    width: 100%;
}
.content-holder .bottom-info .data-items li .item {
    font-size: 22px;
    color: #4a4a4a;
    line-height: 1;
    cursor: pointer;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    display: inline-block;
    width: 100%;
    position: relative;
    font-weight: 300;
    background-color: #f4f4f4;
}
.content-holder .bottom-info .data-items li .item:before {
    content: "\f0d7";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 15px;
    color: #c2c2c2;
}
.content-holder .bottom-info .data-items li .item.rotate:before {
    content: "\f0d8";
}
.content-holder .bottom-info .data-items li .item-content {
    float: left;
    width: 100%;
    overflow: hidden;
    background-color: #f4f4f4;
    height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.content-holder .bottom-info .data-items li .item-content.open {
    height: auto;
    visibility: visible;
    opacity: 1;
}
.content-holder .bottom-info .data-items li .item-content .item-title {
    display: inline-block;
    width: 100%;
    padding: 15px;
    font-size: 18px;
    line-height: 11px;
    color: #4a4a4a;
}
.content-holder .bottom-info .data-items li .item-content p {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    font-weight: 300;
    color: #4a4a4a;
    padding: 15px;
}
.content-holder .back-link {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    font-size: 16px;
    line-height: 19px;
    color: #e71600;
    font-weight: 300;
}
.hidden-description {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #828282;
    font-weight: 300;
    visibility: hidden;
    opacity: 0;
    height: 0;
}
.hidden-description.open {
    visibility: visible;
    opacity: 1;
    height: auto;
    padding: 20px;
}
.hidden-description p {
    display: inline-block;
    width: 100%;
    line-height: 22px;
}

/* EDITED CSS */

.form-holder .checkboxs:last-of-type{
    margin-right: 0;
}
.form-holder .input-control > span {
    margin-bottom: 10px;
}
.form-holder .input-checkbox,
.form-holder .checkboxes-label {
    margin-top: 10px;
}
.form-holder .checkboxs {
    margin-right: 5px;
    max-width: 50%;
}
.form-holder .checkbox-email .checkboxs {
    width:48%;
    margin-right: 12px;
}
.form-holder .checkbox-email .checkboxs:last-of-type {
    margin-right:0;
}
.form-holder .input-checkbox.checkbox-email {
    margin-top:0px;
}
.form-holder .checkbox-email .checkboxs span {
    width:100%;
}
.form-holder .checkboxs input[type=radio] {display:none;}

.form-holder .checkboxs span {
    background-color:#373740;
    font-weight:500;
    color:#FFF;
    font-size:11px;
    letter-spacing: .2px;
    text-decoration:none;
    font-family:sans-serif;
    text-align:center;
    width:145px;
    padding: 12px 0;
    cursor:pointer;
    display:block;
    margin: 0 auto;
    -webkit-transition:background-color 150ms ease-in;
    -moz-transition:background-color 150ms ease-in;
    -ms-transition:background-color 150ms ease-in;
    -o-transition:background-color 150ms ease-in;
    transition:background-color 150ms ease-in;
}

.form-holder .checkboxs span:hover {
    background-color:#e71600;
}

.form-holder .checkboxs input[type=radio]:checked + span {
    background-color:#e71600;
    text-decoration:none;
}

.form-holder .checkboxs input[type=radio]:checked:hover + span {
    background-color:#e71600;
    color:rgba(255,255,255,0.5);
    text-decoration:none;
}
.single-button-holder {
    margin-left: 0px;
}
.br-bottom {
    width: 97%;
    display: block;
    margin: 0 auto;
    height: 1px;
    background-color: #dedede;
    margin-bottom: 50px;
}
.br-person {
    width: 97%;
    display: block;
    margin: 0 auto;
    height: 1px;
    background-color: #dedede;
    margin-bottom: 30px;
    margin-top: 30px;
}

select {
    width: 100%;
    cursor: pointer;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 40px;
    font-weight: 400;
    background-size: 40px 40px;
    background-origin: padding-box;
    background-image: url(../../../images/download.png);
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
}
select:hover, select:focus {
    background-image: url(../../../images/download-hover.png);
}
.select-input {
    margin-bottom: 10px;
}
.select-input select {
    width:100%;
}
header {
    float: left;
    width: 100%;
    padding: 30px 0;
}
header .logo {
    float: left;
    width: 25%;
}
header .logo img {
    display: inline-block;
}

#content {
    padding: 0;
}

.language-holder {
    float: right;
    width: 10%;
}

.language-holder select {
    width: 100%;
}
.big-bttn{
    width: 26%;
    font-weight: 400;
}

form#search label, form#email_form label{
    line-height: 34px;
}
span.hidden-txt {
    min-width:60%;
    display: inline-block;
}
.monthly_premium_section{
    margin-left: 35px;
}
@media (max-width: 1200px) {
    #offersForSpecificModels label {
        width: 39%;
    }
    .form-holder .checkboxs span {
        width: 115px;
    }
    span.hidden-txt {
        min-width: 50%;
    }
    .section-request label {
        font-size: 13px;
    }
    .button-holder .button {
        font-size: 14px;
    }
    .form-holder .checkbox-email .checkboxs {
        margin-right: 2%;
    }
    .select-date {
        width:30.5%;
    }
    .monthly_premium_section{
        margin-left: 35px;
    }
}
@media (max-width: 992px) {
    .senden-bttn{
        width: 100%;
    }
    .section-breadcrumbs .breadcrumbs li {
        margin-bottom: 10px;
        margin-right: 0px;
        width: 100%;
    }
    .dropdonw-handle.select-date {
        width:32%;
    }
    .single-button-holder {
        margin-left:0;
    }
    .section-breadcrumbs .breadcrumbs li:last-of-type {
        margin-bottom: 0;
    }
    .checkbox-handle-div {
        width:100%;
    }
    .checkbox-handle-div .checkbox-holder{
        margin-right: 0;
    }
    #offersForSpecificModels label {
        text-align: left;
        width:42%;
        float: left;
    }
    form {
        padding: 35px 20px;
    }
    .section-titles .sub-title {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .section-titles .title {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .form-holder label {
        font-size: 12px;
        width: 100%;
        max-width: 100%;
    }
    .form-holder .input-l {
        width: 100%;
        margin-bottom: 15px;
    }
    input, select{
        width: 100%;
    }
    .form-holder .input-control {
        width: 100%;
    }
    select {
        margin-bottom: 10px;
    }
    .form-holder .checkboxs {
        width: 49%;
    }
    .form-holder .checkboxs span {
        width: 100%;
    }
    .button-holder {
        width: 100%;
        margin: 5px 0 30px 0;
    }
    .button-holder .inside-button {
        width: 46%;
        font-size: 10px;
    }
    .button {
        font-size: 14px;
    }
    .form-holder .one-line > label {
        max-width: 100%;
    }
    .form-holder .one-line .input-control {
        width: 85%;
    }
    .checkbox-holder label {
        width: 25px;
    }
    .checkbox-holder {
        width: 100%;
        margin-bottom: 10px;
    }
    .checkbox-holder:last-of-type {
        margin-bottom: 0;
    }
    .last-section .dropdown {
        margin-left: 0;
    }
    .content-holder .sub-title {
        margin-top: 25px;
        font-size: 16px;
    }
    .content-holder .list-items .item .top-holder .title-button .title {
        width: 100%;
        margin-bottom: 10px;
    }
    .content-holder .list-items .item .top-holder .title-button button {
        float: left !important;
    }
    .section-padding {
        padding: 55px 15px;
    }
    .content-holder .list-items .item .top-holder .info-item {
        text-align: left;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #dedede;
    }
    .content-holder .list-items .item .top-holder {
        border-bottom: 0;
    }
    .section-compare {
        padding: 55px 0px;
    }
    .section-request .main-title {
        font-size: 20px;
    }
    .section-request .info-handle .info-item {
        width: 100%;
        margin-bottom: 20px;
    }
    .section-request .info-handle .info-item .head-title {
        margin-bottom: 5px;
    }
    .section-request .info-handle {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .section-request label {
        width: 100%;
    }
    .dropdonw-handle {
        width: 100%;
    }
    .button-results .title {
        margin-bottom: 20px;
    }
    .section-request .input-control {
        width: 100%;
    }
    .section-request .input-control input {
        width: 100%;
    }
    .language-holder {
        width: 100%;
        margin-top: 20px;
    }
    header {
        padding: 20px 0;
    }
    span.hidden-txt {
        min-width:60%;
    }
    .form-holder .checkbox-email .checkboxs {
        margin-right: 3%;
    }
    .form-holder .full-checkbox .input-checkbox.checkbox-email {
        width:100%;
    }
    .form-holder .full-checkbox label {
        text-align: left;
        max-width: 100%;
    }
    .monthly_premium_section{
        margin-left: 0;
        margin-top: 15px;
    }
    .title{
        padding-bottom: 14px;
    }
}
@media (max-width: 768px) {
    .dropdonw-handle.select-date {
        width:100%;
    }
    .monthly_premium_section{
        margin-left: 0;
        margin-top: 15px;
    }
	.title{
        padding-bottom: 14px;
    }
}
@media (max-width: 600px) {
    .not-found {
        width:100%;
        margin-bottom: 20px;
    }
    .form-holder .checkboxs {
        width:100%;
        max-width: 100%;
    }
    .add-button {
        width:100%;
    }
    span.hidden-txt {
        min-width:100%;
    }
    .hidden-txt b{
        display: inline-block;
        width:100%;
        margin-bottom: 10px;
    }
    .hidden-description p {
        margin-bottom:30px;
    }
    .hidden-description p span {
        margin-left: 0 !important;
    }
    .hidden-description.open {
        padding:5px;
    }
    .form-holder .checkbox-email .checkboxs {
        width:100%;
    }
    .big-bttn{
        width: 100%;
    }
    .monthly_premium_section{
        margin-left: 0;
         margin-top: 15px;
    }
    .title{
        padding-bottom: 14px;
    }
}