﻿/******************* Changes by SVEN *******************/
.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}
/******************** 
	CONTENT 
********************/
iframe {
    border: 0;
    width: 100%;
}

hr.opel-separator {
    height: 2px;
    border-top: 2px solid #d8d8d8;
}

.opelContainer a {
    cursor: pointer;
}

.center {
    text-align: center;
}

.left-align {
    text-align: left;
}

.right-align {
    text-align: right;
}

.opel-inner-wrapper .right {
    float: right;
}

.opel-inner-wrapper .left {
    float: left;
}

.grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1184px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.grid-parent {
    padding-left: 0;
    padding-right: 0;
}

h1.title {
    background-color: #f7d900;
    padding: 10px 20px !important;
    font-size: 42px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
}

    h1.title span {
        display: block;
        font-size: 26px;
    }

@media screen and (max-width: 767px) {
    h1.title {
        font-size: 30px;
        line-height: 32px;
    }
}

.opel-yellow {
    color: #f7d900;
}

.opelContainer {
    font-family: Arial;
    font-size: 14px;
}

.opel-inner-wrapper {
    background-color: #FFF;
    padding: 15px;
}

    .opel-inner-wrapper > div {
        margin-bottom: 20px;
    }

    .opel-inner-wrapper:after {
        content: '.';
        clear: both;
        display: block;
        overflow: hidden;
        visibility: hidden;
        font-size: 0;
        line-height: 0;
        width: 0;
        height: 0;
    }

a:focus, a:hover {
    color: #000;
}

.opel-inner-wrapper a, .opel-inner-wrapper a:visited, .opel-inner-wrapper a:focus {
    font-weight: bold;
    color: #000;
}

    .opel-inner-wrapper a:hover {
        text-decoration: underline;
    }

.opel-inner-wrapper table td {
    padding: 5px;
    vertical-align: top;
}

.opel-inner-wrapper ol {
    margin-left: 15px;
}

ul.bullets-1 {
    list-style-type: disc;
    margin-left: 15px;
}

ul.bullets-2 {
    margin-left: 10px;
}

    ul.bullets-2 li {
        position: relative;
        padding-left: 20px;
    }

        ul.bullets-2 li:before {
            content: " \f383";
            font-family: "Ionicons";
            margin-right: 5px;
            position: absolute;
            left: 0;
        }

.highlighted-container {
    background-color: #F3F3F3;
    padding: 10px 15px;
    display: inline-block;
}

.highlighted-container-2 {
    background-color: #F9F9F9;
    padding: 10px 15px;
    display: inline-block;
}

    .highlighted-container h5, .highlighted-container-2 h5 {
        text-transform: uppercase;
    }

.hlc-inner {
    background-color: #FFF;
    padding: 5px 15px;
    margin: 0;
}

a.opel-cta-1 {
    padding: 10px 20px 10px 30px;
    color: #FFF !important;
    background: #000;
    position: relative;
    display: table;
    text-transform: uppercase;
    margin: 10px 0px;
    font-family: OpelSansCondensedBold;
}

    a.opel-cta-1:before {
        font-family: 'Glyphicons Halflings';
        content: "\e080";
        position: absolute;
        top: 9px;
        left: 8px;
    }

    a.opel-cta-1:hover, a.opel-cta-1:visited, a.opel-cta-1:active, a.opel-cta-1:focus, a.opel-cta-2:hover, a.opel-cta-2:visited, a.opel-cta-2:active, a.opel-cta-2:focus, a.opel-cta-3:hover, a.opel-cta-3:visited, a.opel-cta-3:active, a.opel-cta-3:focus {
        text-decoration: none !important;
    }

.opel-cta-2 {
    padding: 10px 20px 10px 20px;
    color: #FFF !important;
    background: #000;
    position: relative;
    display: table;
    text-transform: uppercase;
    margin: 10px 0px;
    font-family: OpelSansCondensedBold;
}

.opel-cta-3 {
    padding: 10px 20px 10px 30px;
    color: #000;
    background: rgba(0,0,0,0.15);
    position: relative;
    display: table;
    text-transform: uppercase;
    margin: 10px 0px;
    font-family: OpelSansCondensedBold;
}

    .opel-cta-3:hover {
        background-color: rgba(0,0,0,0.15);
        color: #606060;
    }

a.opel-cta-3:before {
    font-family: 'Glyphicons Halflings';
    content: "\e080";
    position: absolute;
    top: 9px;
    left: 8px;
}

.opel-cta-4 {
    color: #000;
    font-weight: bold;
}

    .opel-cta-4:hover {
        text-decoration: none !important;
    }

    .opel-cta-4:before {
        font-family: 'Glyphicons Halflings';
        content: "\e080";
        position: relative;
        left: 0px;
        margin-right: 5px;
    }

.cta-4-container {
    padding: 15px 0px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    margin: 5px 0px 10px
}

.history__year {
    vertical-align: top;
}

.opel-table-style-1 {
    margin-bottom: 10px;
}

    .opel-table-style-1 tr {
        border-bottom: 1px solid #CCC
    }

.video-container {
    max-width: 560px;
    max-height: 345px;
}

.vc-inner {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .vc-inner iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

div#opel-faq {
    line-height: 24px;
}

    div#opel-faq h3 {
        font-size: 16px;
        padding: 10px;
        border: 1px solid #e8e8e8;
        margin-bottom: 0px;
    }

        div#opel-faq h3.ui-accordion-header {
            cursor: pointer;
        }

.ui-icon.opel-faq-close:after {
    content: "\2212";
    font-family: 'Glyphicons Halflings';
    float: right;
}

.ui-icon.opel-faq-open:after {
    content: "\2b";
    font-family: 'Glyphicons Halflings';
    float: right;
}

div#opel-faq .ui-accordion-content {
    padding: 10px 10px 0px 10px;
    border: 1px solid #e8e8e8;
    border-top: 0px;
}

.resp-img img {
    width: 100%;
}

.page-not-found-sitemap ul {
    margin-left: 10px;
}

    .page-not-found-sitemap ul li:before {
        content: " \f125";
        font-family: "Ionicons";
        margin-right: 5px;
    }

button#goToModelIntro {
    text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
    button#goToModelIntro {
        font-size: 14px;
    }

        button#goToModelIntro i {
            padding-top: 2px;
            font-size: inherit;
        }
}

@media screen and (max-width: 767px) {
    .opel-table-oh tr {
        border-bottom: 1px solid #CCC;
    }

    .opel-table-oh {
        margin-bottom: 10px;
    }

    #newsDetails img {
        width: 100%;
        height: auto;
    }
}
/************************* 
	Font family definition
**************************/
h1, h2, h3, h4, h5, h6, .topHeader, .divFooterContent, .moreinfo {
    font-family: OpelSansCondensedBold;
}

h2 {
    margin: 20px 0;
    font-size: 29px;
    line-height: 32px;
}
/***** Experimental *****/

/******************** 
	NEWS 
********************/
#news ul li:not(.clear) {
    margin: 0px 5px 15px;
    width: calc(20% - 10px);
}

#news li h4 {
    height: auto;
    font-size: 16px;
    line-height: 17px;
}

h2.news-details-title {
    background-color: #f7d900;
    padding: 10px 20px !important;
    margin-top: 0px;
}

span.maintitle.flash {
    font-size: 42px;
    text-transform: uppercase;
    display: block;
}

span.subtitle {
    font-size: 26px;
    display: block;
}

#newsDetails {
    width: 100%;
    float: none;
}

    #newsDetails table a {
        position: relative;
        background: none;
        padding: 0 0 0 22px;
        line-height: 28px;
    }

        #newsDetails table a[href]:before {
            font-family: 'Glyphicons Halflings';
            content: "\e080";
            position: absolute;
            top: -1px;
            left: 0px;
        }

.news-detail-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1184px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
}

.opel-inner-newsdetail-wrapper {
    background-color: #FFF;
    padding: 15px;
}

.opel-inner-newsdetail-wrapper {
    font-style: normal;
}

    .opel-inner-newsdetail-wrapper em {
        font-style: italic;
        font-size: 0.9em;
    }

@media screen and (min-width: 640px) {
    .news-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1184px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
    }

    .opel-inner-news-wrapper {
        background-color: #FFF;
        padding: 15px;
    }

    #news {
        margin-left: 0;
        margin-right: 0;
        padding: 0 0;
        margin: 0 auto;
        float: none;
        max-width: 1200px;
        width: 100%;
    }

        #news li p {
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        #news .newsThumbs {
            display: flex;
            flex-wrap: wrap;
        }

        #news ul li:not(.clear) {
            margin: 0px 5px 15px;
            /*width: calc(20% - 10px);*/
            border: 1px solid #e0e0e0;
            color: #5d5d5d;
            display: inline;
            float: left;
            font-size: 12px;
            background: none;
            padding: 0 0 0 0;
            border-top: 4px solid #f7d900;
        }

        #news a:focus, #news a:hover {
            color: #666;
            text-decoration: none;
        }

        #news .opel-cta-1 {
            padding: 0px 20px 0px 20px;
            color: #000 !important;
            position: relative;
            display: table;
            text-transform: uppercase;
            margin: 10px 0px;
            font-size: 14px !important;
            font-family: OpelSansCondensedBold;
        }

            #news .opel-cta-1:before {
                font-family: 'Glyphicons Halflings';
                content: "\e080";
                position: absolute;
                top: -1px;
                left: 0px;
            }

        #news li span {
            background: none;
        }
}

@media screen and (max-width: 1023px) {
    #news ul li:not(.clear) {
        margin: 0px 5px 15px;
        width: calc(25% - 10px);
    }
}

@media screen and (max-width: 792px) {
    #news ul li:not(.clear) {
        margin: 0px 5px 15px;
        width: calc(33% - 10px);
    }
}

@media screen and (max-width: 639px) {
    #news {
        margin: 0 3%;
        float: left;
        width: 93%;
    }

        #news .newsThumbs {
            display: block;
        }

    .opel-inner-news-wrapper::after {
        clear: both;
    }

    #news ul li:not(.clear) {
        margin: 0px 0px 15px;
        width: 100%;
    }

    #news .newsData .opel-cta-1 {
        padding: 10px 20px 10px 30px;
        color: #FFF !important;
        background: #000;
        position: relative;
        display: table;
        text-transform: uppercase;
        margin: 10px 0px;
        font-size: 12px !important;
    }

        #news .newsData .opel-cta-1:before {
            font-family: 'Glyphicons Halflings';
            content: "\e080";
            position: absolute;
            top: 9px;
            left: 8px;
        }

    #news ul li a .newsData h4 {
        font-size: 16px;
    }

    #news ul li a .newsData p {
        font-size: 13px;
    }
}
/******************** 
	FORMS 
********************/

/*Contact car details - plugin*/
#opelForm .ng-invalid {
    border: 1px solid red !important;
}

#opelForm .row {
    margin: 0px;
}

#opelForm select,
#opelForm input:not([type='checkbox']):not([type='radio']),
#opelForm textarea {
    color: #757575;
    width: 100%;
    padding: 6px 12px;
    border-radius: 0px;
}

#opelForm textarea {
    font-size: 16px;
}

#opelForm div {
    margin-bottom: 0px;
}

#opelForm h2.title {
    display: inline-block;
    padding: 2px 20px 2px 20px;
    background-color: #f7d900;
    color: #000;
    font-family: OpelSansCondensedBold;
    text-transform: uppercase;
    margin-top: 10px;
}

#opelForm input[type="submit"]:hover {
    color: #fff;
}

#opelForm input[disabled="disabled"] {
    color: #757575;
}

#opelForm input[type="submit"] {
    background: #f7d900;
    text-align: center;
    width: 200px !important;
    color: #000;
    border: none;
    font-weight: bold;
    float: right;
}

#opelForm .divAcceptPrivacy a {
    color: #a9a9a9;
}

#opelForm select {
    background: #ffffff;
}
/*End Contact car details - plugin*/

.opel-custom-form .opel-privacy-checkbox {
    display: flex;
    flex-wrap: wrap;
}

.opel-privacy-checkbox li:first-child {
    padding-right: 10px;
}

.opel-custom-form .opel-privacy-checkbox {
    display: flex;
    flex-wrap: nowrap;
}

.opel-privacy-checkbox li {
    display: table-cell;
    vertical-align: top;
}

#opel-form-container #opel-send-btn.opel-cta-1 {
    padding: 10px 20px 10px 30px;
    color: #000 !important;
    background: #f7d900;
    position: relative;
    display: table;
    text-transform: uppercase;
    margin: 10px 0px;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    border: 0px;
}

    #opel-form-container #opel-send-btn.opel-cta-1:before {
        font-family: 'Glyphicons Halflings';
        content: "\e258";
        position: absolute;
        top: 9px;
        left: 8px;
    }

#opel-send-btn.opel-cta-1:hover, #opel-send-btn.opel-cta-1:visited, #opel-send-btn.opel-cta-1:active, #opel-send-btn.opel-cta-1:focus {
    text-decoration: none;
}

#opel-form-container .submitButton {
    float: right;
}

/* Form Layout */
#opelForm .opel-custom-form {
    margin-bottom: 20px;
}

#opelForm .custom-form-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

#opelForm .form-container {
    background-color: #FFF;
    border-top: 4px solid #f7d900;
    width: calc(33% - 6px);
    padding: 0px 10px;
    margin-right: 10px;
    /*flex-grow: 1;
	flex-basis: 0;*/
}

    #opelForm .form-container:nth-child(3) {
        width: 33%;
        margin-right: 0px;
    }

#opelForm .custom-form-fields > div {
    margin-bottom: 16px;
}

#opelForm h3.form-title {
    font-size: 42px;
    line-height: 50px;
}

@media screen and (max-width: 767px) {
    #opelForm h3.form-title {
        font-size: 30px;
        line-height: 32px;
    }
}

#opelForm h4.form-title {
    font-family: OpelSansCondensedBold;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #000;
}

#opelForm .custom-form-title h4 {
    font-family: OpelSansCondensedBold;
    font-size: 16px;
    line-height: 18px;
    color: #000;
    text-transform: uppercase;
    margin: 14px 0px;
}

#opelForm .custom-form-fields label {
    font-size: 14px;
    line-height: 16px;
    color: #000;
    font-weight: normal;
    margin-bottom: 8px;
    /*display: block;*/
}

    #opelForm .custom-form-fields label a {
        font-weight: bold;
    }

#opelForm .separator {
    background: #d8d8d8;
    height: 2px;
    margin: 16px 0px;
}
/*Form Controls*/
#opelForm select,
#opelForm input:not([type='checkbox']):not([type='radio']),
#opelForm textarea {
    color: #757575;
    width: 100%;
    padding: 6px 12px;
    font-family: OpelSansCondensed;
    font-size: 16px;
}

#opelForm input[type='checkbox'] {
    border: 1px solid #a9a9a9;
    padding: 7px;
    background-color: #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
}

#opelForm .custom-form-fields input[type='radio'] {
    border: 1px solid #a9a9a9;
    background: none;
    -webkit-appearance: none;
    border-radius: 50%;
    border: 1px solid #333;
}

#opelForm input[type='checkbox']:checked {
    border: 1px solid #a9a9a9;
    padding: 0px;
    background: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
}

#opelForm .custom-form-fields input[type='radio']:checked {
    background-color: #000;
    border: 4px double #FFF;
}

#opelForm .custom-form-fields select, #opelForm .custom-form-fields input {
    border: 1px solid #CCC;
    border-radius: 0;
    font-family: OpelSansCondensed;
    font-size: 16px;
    color: #000;
    line-height: 16px;
    height: 40px;
}

    #opelForm .custom-form-fields input[type='checkbox'], #opelForm .custom-form-fields input[type='radio'] {
        height: 20px;
        width: 20px;
    }

        #opelForm .custom-form-fields input[type='checkbox']:checked:after {
            content: "\e013";
            font-family: 'Glyphicons Halflings';
            font-size: 12px;
            position: relative;
            left: 2px;
        }

#opelForm.opel-custom-form .checkbox-inline, #opelForm.opel-custom-form .radio-inline {
    margin-top: 0;
    margin-left: 6px;
    margin-right: 6px;
}

#opelForm.opel-custom-form .custom-form-checkbox-group {
    display: flex;
    flex-wrap: wrap;
}

#opelForm.opel-custom-form .custom-form-radio-group {
    display: flex;
    flex-wrap: wrap;
}

.opel-custom-form .custom-form-checkbox-group .checkbox-inline, .opel-custom-form .custom-form-radio-group .radio-inline {
    /*width: calc(33% - 12px);*/
}

#opelForm.opel-custom-form .checkbox-inline span, #opelForm.opel-custom-form .radio-inline span {
    padding: 8px;
    display: inline-block;
}

#opelForm .custom-form-fields select::placeholder, #opelForm .custom-form-fields input::placeholder {
    color: #e5e5e5;
}

.custom-form-fields input:focus, .custom-form-fields select:focus, #opelForm textarea:focus {
    border-color: #f7d900;
    outline-color: #f7d900;
    /*box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 3px rgba(247, 217, 0, 0.6);*/
    box-shadow: 0 0 3px #f5d800;
    outline: 0;
}

.ui-accordion-header:focus, .custom-form-title:focus, .custom-form-title h4:focus {
    outline: 0;
}

.opel-custom-form .no-padding {
    padding: 0 !important;
}

#opelForm option:disabled {
    background-color: #f8f8f8;
    color: #000;
    text-shadow: none;
}
/*END Form Controls*/
.errorMsg {
    color: #e20000 !important;
}

.has-error .form-control {
    border: 1px solid #ccc;
}

@media screen and (min-width: 640px) {
}

@media screen and (max-width: 1023px) {
}

@media screen and (max-width: 991px) {
    #opelForm .form-container {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }

        #opelForm .form-container:nth-child(3) {
            width: 100%;
            margin-right: 0px;
        }
    /*.custom-form-fields:nth-child(n+1) {
		display: none;
	}*/
    .form-open:after {
        content: "\2212";
        font-family: 'Glyphicons Halflings';
        float: right;
    }

    .form-closed:after {
        content: "\2b";
        font-family: 'Glyphicons Halflings';
        float: right;
    }
}

@media screen and (max-width: 792px) {
}

@media screen and (max-width: 639px) {
}
/******************* 
	MODAL FORMS 
******************/
.modal-content {
    border-radius: 0px;
}

    .modal-content:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        border-top: 86px solid #000;
        border-left: 85px solid #FFF;
        border-bottom: 1px solid #FFF;
        width: 0;
    }

.close-modal {
    padding: 0;
    color: #FFF !important;
    background: #000;
    position: relative;
    display: table;
    text-transform: uppercase;
    margin: 10px 0px;
    font-family: OpelSansCondensedBold;
    float: right;
    cursor: pointer;
}

.opel-modal-form label {
    font-size: 14px;
    font-family: Arial;
    font-weight: normal;
    color: #000;
    line-height: 16px;
    margin-bottom: 8px;
}

.opel-modal-form input {
    height: 40px;
    padding: 13px 8px;
    border-radius: 0px;
    font-size: 16px;
    font-family: OpelSansCondensed;
}

.opel-modal-form textarea {
    padding: 13px 8px;
    border-radius: 0px;
    font-size: 16px;
    min-height: 90px;
    font-family: OpelSansCondensed;
}

.opel-modal-form select {
    height: 40px;
    padding: 8px 16px 8px 8px;
    font-family: OpelSansCondensedBold;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    border-radius: 0px;
    border: 1px solid #ccc;
}

.opel-modal-form .form-control {
    margin-bottom: 16px;
}

.opel-modal-form {
}

    .opel-modal-form input:focus, .opel-modal-form textarea:focus, .opel-modal-form select:focus {
        border: 1px solid #f7d900;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

#callMeBack-body select, #callMeBack-body select#selectFormType {
    background: #ffffff;
    border: 1px solid #CCC;
    border-radius: 0;
    font-family: OpelSansCondensed;
    font-weight: normal;
    font-size: 16px;
    color: #000;
    line-height: 16px;
    height: 40px;
    width: 100%;
    padding: 6px 12px;
}

    #callMeBack-body select#salutation {
        max-width: 200px;
    }

#opel-send-btn.opel-cta-1 {
    padding: 10px 20px 10px 30px;
    color: #000 !important;
    background: #f7d900;
    position: relative;
    display: table;
    text-transform: uppercase;
    margin: 10px 0px;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    border: 0px;
}

    #opel-send-btn.opel-cta-1:before {
        font-family: 'Glyphicons Halflings';
        content: "\e258";
        position: absolute;
        top: 9px;
        left: 8px;
    }

.service-modals button.close {
    color: #FFF;
    opacity: 0.99;
}

.service-modals .modal-content:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-top: 86px solid #000;
    border-left: 85px solid #FFF;
    border-bottom: 1px solid #FFF;
    width: 0;
}

.service-modals .modal-body {
    position: relative;
    padding: 15px;
    padding-right: 100px;
    font-size: 14px;
    font-family: Arial;
}

.modal-backdrop.fade {
    z-index: 500;
}

.modal-dialog {
    z-index: 501;
}
/************************ 
	Car list and Filter 
**************************/
.opel-carlist-filter-container {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}

.opel-filter-container, .opel-carlist-container {
    background-color: #FFF;
    padding: 5px;
}

.opel-filter-container {
    width: calc(25% - 20px);
    margin-right: 20px;
}

.opel-carlist-container {
    width: 75%;
}

#vehiclesContainer {
    display: flex;
    flex-wrap: wrap;
}

.opel-car-list-nr-results {
    width: 100%;
    padding: 10px;
}

.divCarItem-wrapper {
    width: 33%;
    padding: 0px 10px 10px;
}

.filter-header-border {
    padding-bottom: 25px;
    border-bottom: 2px solid #d8d8d8;
}

#filters ul li input[type="checkbox"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    border-radius: 0;
    font-family: OpelSansCondensed;
    font-size: 16px;
    color: #000;
    line-height: 16px;
    border: 1px solid #a9a9a9;
    padding: 0px;
    background: none;
    height: 20px;
    width: 20px;
}

    #filters ul li input[type="checkbox"]:checked:after {
        content: "\e013";
        font-family: 'Glyphicons Halflings';
        font-size: 12px;
        position: relative;
        left: 2px;
    }

/*QUANTUM CSS CHANGES*/
#stockContainer #vehiclesContainer .divCarItem {
    min-height: auto;
}

#stockContainer #vehiclesContainer .carImage img {
    width: 100%;
    height: auto;
}

#filters div select, #filters button.input-select, #stockContainer .divSortBy select {
    background: #ffffff;
    border: 1px solid #CCC;
    border-radius: 0;
    font-family: OpelSansCondensed;
    font-size: 16px;
    color: #000;
    line-height: 16px;
    height: 40px;
    padding: 6px 12px;
}

#filters ul {
    width: calc(100% - 20px);
}
/*QUANTUM CSS CHANGES*/
@media screen and (max-width: 1023px) {
    #filters {
        margin-bottom: 0px;
    }

    .opel-filter-container {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .opel-carlist-container {
        width: 100%;
    }

    .filter-open:after {
        content: "\2212";
        font-family: 'Glyphicons Halflings';
        float: right;
    }

    .filter-closed:after {
        content: "\2b";
        font-family: 'Glyphicons Halflings';
        float: right;
    }
}

@media screen and (max-width: 768px) {
    .divCarItem-wrapper {
        width: 50%;
    }
}

@media screen and (max-width: 520px) {
    .divCarItem-wrapper {
        width: 100%;
    }
}


/********************** 
	Car Details 
**********************/
div#vehicleDetails {
    background: #FFF;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
}

.divGoToContact {
    cursor: pointer;
}

#vehicleDetails .vehicleTitle {
    margin-bottom: 10px;
}

.divDealerData span {
    display: block;
}

#vehicleDetails h2, #vehicleDetails h3 {
    text-transform: uppercase;
    margin: 0;
}
/*QUANTUM CSS CHANGES*/
#vehicleDetails .divNavigationLinks {
    background: none;
    padding: 10px 0 0;
    margin-bottom: 20px;
}

    #vehicleDetails .divNavigationLinks a {
        color: #333;
        font-family: OpelSansCondensedBold;
        font-size: 14px;
    }

        #vehicleDetails .divNavigationLinks a:hover {
            color: #909090;
        }

#vehicleDetails h2.title span {
    display: inline-block;
    padding: 0;
    background-color: transparent;
    color: #000;
    font-family: OpelSansCondensedBold;
    text-transform: uppercase;
}

#vehicleDetails .ulMainDetails div.divPriceB2C {
    font-family: OpelSansCondensedBold;
}

#vehicleDetails .divCarDetailsOptions, #vehicleDetails .divTechnicalDetails {
    margin-top: 30px;
}

    #vehicleDetails .divCarDetailsOptions ul {
        columns: auto;
        display: flex;
        flex-wrap: wrap;
    }

        #vehicleDetails .divCarDetailsOptions ul li {
            width: auto;
            font-size: 14px;
            padding: 5px;
            margin: 2px;
            border: 1px solid #e8e8e8;
        }

            #vehicleDetails .divCarDetailsOptions ul li.liCategory {
                width: 100%;
                border: 0px;
            }

#vehicleDetails h3.subtitle {
    font-family: OpelSansCondensedBold;
    background: none;
    margin: 10px 0;
    padding: 20px 0px 0px;
    color: #000;
    font-size: 22px;
    line-height: 24px;
    border-top: 2px solid #d8d8d8;
}

@media (max-width: 768px) {
    .ulMainDetails {
        margin-top: 20px;
    }
}
/***** END QUANTUM CSS CHANGES *****/


/*******************
	Tell a friend 
*******************/
.tell-a-friend label {
    font-size: 14px;
    line-height: 16px;
    color: #000;
    font-weight: normal;
    margin-bottom: 8px;
}

.tell-a-friend h2 {
    margin: 0;
}
/*** QUANTUM CSS ***/
/*#contactForm select, #contactForm input:not([type='checkbox']), #contactForm textarea {
	color: #757575;
	width: 100%;
	padding: 6px 12px;
	line-height: 16px;
	height: 40px;
	font-family: OpelSansCondensed;
	font-size: 16px;
	border: 1px solid #CCC;
}*/
/****QUANTUM CSS END ***/


/************************ 
	Used Car Contact 
************************/
#opelForm .cardetail-image img {
    width: 100%;
}

    #opelForm .cardetail-image img:nth-child(n+2) {
        display: none;
    }

#opelForm .cardetail-brandmodel {
    font-size: 22px;
    line-height: 24px;
    font-family: OpelSansCondensedBold;
}

#opelForm .cardetail-desc {
    font-size: 18px;
    line-height: 20px;
    font-family: OpelSansCondensed;
}

#opelForm .cardtail-price {
    font-size: 22px;
    line-height: 20px;
    font-family: OpelSansCondensedBold;
}

    #opelForm .cardtail-price span {
        font-size: 22px;
        line-height: 20px;
        font-family: OpelSansCondensed;
    }

#opelForm .cardetail-brandmodel, #opelForm .cardetail-desc, #opelForm .cardtail-price {
    margin: 10px 0px;
}
/**************************
	SERVICES 
******************************/
.opel-service-item-container {
    position: relative;
}

    .opel-service-item-container img {
        width: 100%;
    }

.opel-services-wrapper > div {
    margin-bottom: 20px;
}

.opel-service-title {
    background: rgba(247, 217, 0, 0.8);
    padding: 10px;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    font-family: OpelSansCondensedBold;
    /* EXP */
    position: absolute;
    width: 100%;
    bottom: 0px;
}

.opel-service-item-container a {
    display: block;
    width: 100%;
}

    .opel-service-item-container a:hover {
        text-decoration: none;
    }
/*.opel-service-title:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-top: 44px solid #000;
    border-left: 44px solid transparent;
    width: 0;
    z-index: 1000;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}*/
.opel-service-title span {
    font-size: 0.8em;
}

    .opel-service-title span:before {
        content: " \f125";
        font-family: "Ionicons";
        margin-right: 5px;
    }

.nav-tabs {
    border-bottom: 1px solid #f8f8f8;
}

.nav.nav-tabs > li > a {
    font-family: OpelSansCondensed;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    border-radius: 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: 1px solid transparent;
    border-bottom-color: transparent;
    background-color: #f7d900;
    color: #000;
    border-radius: 0;
}

.nav-tabs > li > a:hover {
    border-color: transparent;
    background-color: #f7d900;
}

/*************************
	QUANTUM CSS CHANGES 
*************************/
/** Menu **/
#header .desktopVersion .second-menu .submenu-dropdown li.submenu-current-item {
    border-bottom: 1px solid #f3f3f3;
}
/** WIDGETS / NEWS **/
.infoImage img {
    width: 100%;
    height: auto;
}

.infoImage p {
    margin: 0;
}
/** Google map **/
.infoMap .scrollable {
    padding-left: 5px;
}

.scrollable-up, .scrollable-down {
    background-color: #FFF;
    width: calc(100% - 25px);
    margin-left: 10px;
    margin-right: 10px;
}
/*@media (max-width: 992px) {
	.scrollable-up, .scrollable-down {
		width: calc(100% - 15px);
		margin-right: 5px;
	}
}*/
/** Model Pages **/
.sidebar2 {
    margin: 15px 0px;
}

.pageSidebar li {
    display: block;
    padding: 10px 35px;
    margin: 15px;
}

.sidebar1 li a, .sidebar2 li a {
    font-size: 16px;
    font-family: OpelSansCondensed;
    line-height: 21px;
    text-transform: uppercase;
}

.sidebar1 li a {
    font-weight: bold;
    font-size: 18px;
}

.sidebar1 li:hover {
    background-color: #f7d900;
}

.infoMap .sidebar1 li a {
    cursor: pointer;
}
/** FOOTER **/
.ulContactLinks a {
    cursor: pointer;
}
/*************************
	HOME NEWS and WIDGETS 
***************************/

.opel-home-widget-wrapper, .opel-home-news-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 0 30px 20px;
}

.opel-home-widget-item, .opel-home-news-item {
    width: 33.33%;
    padding: 10px;
    position: relative;
}

    .opel-home-widget-item .infoTitle {
    }

    .opel-home-widget-item .infoImage, .opel-home-news-item .infoImage {
        text-align: left;
        max-height: 163px;
    }

        .opel-home-news-item .infoImage img {
            min-width: 100%;
            height: auto;
            position: relative;
            margin-left: 0;
            margin-right: 0;
        }

@media (max-width: 992px) {
    .opel-home-widget-item, .opel-home-news-item {
        width: 33.33%;
        padding: 10px;
    }

       .opel-home-news-item .infoImage img {
            min-width: 100%;
            height: auto;
            position: relative;
        }
}

@media (max-width: 767px) {
    .opel-home-widget-wrapper, .opel-home-news-wrapper {
        padding: 0px 0px 20px;
    }

    .opel-home-widget-item, .opel-home-news-item {
        width: 50%;
        padding: 10px;
    }

        .opel-home-widget-item .infoTitle {
            display: block;
        }
}

@media (max-width: 420px) {
    .opel-home-widget-item, .opel-home-news-item {
        width: 100%;
        padding: 10px;
    }
}

/**************************
	SITEMAP 
***********************/
#main .is-table-row {
    display: flex;
    margin: 0 auto;
    padding: 5px;
    border-collapse: separate;
    border-spacing: 10px;
    width: 100%;
    flex-wrap: wrap;
}

#main .level-3.col-sm-3.sitemapTab > span {
    font-family: OpelSansCondensedBold;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 10px;
    margin-bottom: 15px;
    display: block;
}

#main .level-3.col-sm-3.sitemapTab > a {
    font-weight: bold;
    margin: 5px 0px 15px;
    display: block;
    font-family: OpelSansCondensedBold;
    font-size: 16px;
    line-height: 21px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 10px;
}

#main div.sitemapTab {
    width: calc(25% - 20px);
    height: auto;
    border: 1px solid #d0d1d1;
    background-color: #fff;
    margin-right: 4px;
    margin-top: 10px;
    margin-left: 16px;
    float: left;
    padding: 10px;
}

#main .is-table-row [class*="col-"] {
    float: none;
    vertical-align: top;
    display: block;
    margin: 5px;
    border-top: 5px solid #f7d900;
}

#main div.sitemapTab ul li:before {
    font-family: 'Glyphicons Halflings';
    content: "\e080" !important;
}

#main div.sitemap li {
    padding-left: 25px;
    line-height: 24px;
    margin: 12px 0px;
}
/*************************************
	CONTENT BUILDER ELEMENTS 
*************************************/

.opel-cb-team-box-wrapper {
    margin: 20px 0px;
}

.opel-cb-team-box {
    background-color: #FFF;
    padding: 15px 20px;
}

    .opel-cb-team-box i {
        color: #000;
        position: absolute;
        left: 0;
        margin-top: 2px;
    }

.opel-cb-team-box-contact-details {
    position: relative;
}

.opel-cb-team-box-contact-details-item {
    margin-left: 25px;
}

.special-title-wrapper {
    margin-bottom: 20px;
}

.special-title {
    margin: -35px;
    margin-bottom: 0;
}

.opelContainer > .row .special-title-wrapper .special-title {
    margin: 0;
}
/* Copied from services.css */
.block-yellow-title span {
    font-weight: bold;
    font-family: OpelSansCondensedBold;
    font-size: 24px;
    line-height: 28px;
    display: block;
}

.block-yellow-title {
    background: #f7d900;
    padding: 10px;
}

    .block-yellow-title a {
        font-weight: bold;
    }

        .block-yellow-title a:before, .content-slider-title:before {
            content: " \f125";
            font-family: "Ionicons";
            margin-right: 5px;
        }
/* End copied from services.css */
/**********************************
    Adjustment for Default
***********************************/

#panelCms {
    width: 100%;
    height: 130px;
    border-top: #eee 1px solid;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    bottom: 0px;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    white-space: nowrap;
    z-index: 10001;
    zoom: 0.5;
    display: block;
    top: auto;
}

    #panelCms button {
        border-radius: 4px;
        padding: 10px 15px;
        text-transform: uppercase;
        font-size: 60px;
        letter-spacing: 1px;
        line-height: 1;
    }
/**********************************
    General
***********************************/
.OpelYellow {
    color: #f7d900;
}

#divRteLink {
    height: 26px;
}
/* ######################################################################################### */
@media all and (max-width: 1023px) {
    .display h1 {
        font-size: 2.2em;
    }

    .display p {
        font-size: 1.1em;
    }
}

/* Begin Media Query ############################################################# */
@media all and (max-width: 540px) {
    .arrow-pixel-list {
        border: #d5d5d5 1px solid;
        background-color: #000000;
    }
}
/* End Media Query ############################################################### */

.Opellink {
    border-bottom: #d5d5d5 1px solid;
    border-top: #d5d5d5 1px solid;
    padding: 10px;
}

.arrow-pixel-list ul {
    border: #d5d5d5 1px solid;
}

.arrow-pixel-list li {
    list-style: none;
    list-style-type: none;
}

.arrow-pixel-list ul li:before {
    font-family: 'Opel-Icon' !important;
    content: "\e900";
    color: #f7d900;
    font-size: 14px;
    padding-right: 10px;
}

.list > em {
    position: absolute;
    left: -3px;
    top: -10px;
    font-size: 3.7em;
    line-height: 1;
}
/**********************************
    Elements
***********************************/



/* Begin Media Query ########################################################## */

/* End Media Query ########################################################## */

.opel-cb-team img {
    border-radius: 50%;
    max-width: 155px;
}

.is-card {
    border: solid 1px #f3f3f3;
    margin-bottom: 10px;
    padding: 15px;
}

    .is-card > * {
        /*display: table;*/
    }

.is-card-circle {
    width: 280px;
    height: 280px;
    border-radius: 500px;
    padding: 70px;
    margin: 0 auto;
}

/* Begin Media Query ######################################################################################### */
@media all and (max-width: 540px) {
    .is-card-circle {
        zoom: 0.7;
        -moz-transform: scale(0.7);
    }
    /* End Media Query ######################################################################################### */
}

.is-card-content-centered {
    /*display: table-cell;*/
    vertical-align: middle;
    text-align: center;
}

.max-390 {
    max-width: 390px;
    margin: 0 auto;
}

.shadow-1 { /* card */
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0, 0.12), 0 1px 2px rgba(0,0,0, 0.24);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0, 0.12), 0 1px 2px rgba(0,0,0, 0.24);
    box-shadow: 0 1px 3px rgba(0,0,0, 0.12), 0 1px 2px rgba(0,0,0, 0.24);
}

.shadow-2 { /* screenshot */
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
}

.shadow-3 { /* highlight */
    -webkit-box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2);
}

img.circle {
    border-radius: 500px;
    margin-top: 0;
}

img.bordered {
    border: #ccc 1px solid;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    margin-top: 1.4em;
    margin-bottom: 1em;
}

    .embed-responsive.embed-responsive-16by9 {
        padding-bottom: 56.25%;
    }

    .embed-responsive.embed-responsive-4by3 {
        padding-bottom: 75%;
    }

    .embed-responsive iframe {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.list {
    position: relative;
    margin: 1.5em 0;
}

    .list > i {
        position: absolute;
        left: 10px;
        top: 7px;
        font-size: 1.7em;
        line-height: 1;
    }

    .list > h2, .list > h3 {
        margin: 0 0 0 50px;
    }

    .list > p {
        margin: 5px 0 0 50px
    }

.vertical-column-list {
    margin: 20px 0px;
}

    .vertical-column-list > div > div {
        padding-left: 90px;
        margin-bottom: 3em;
        position: relative;
    }

        .vertical-column-list > div > div > p > i {
            position: absolute;
            top: -15px;
            left: 10px;
        }

.quote {
    position: relative;
    margin: 1.5em 0;
}

    .quote > i {
        position: absolute;
        top: -10px;
        left: -7px;
        font-size: 1.2em;
    }

    .quote > small {
        margin-left: 50px;
        opacity: 0.7;
        font-size: 1em;
    }

    .quote > p {
        margin-left: 50px;
        font-size: 1.2em;
    }

.is-social {
    line-height: 1;
    margin-bottom: 1.5em
}

    .is-social a > i {
        text-decoration: none;
        color: #333;
        font-size: 1.2em;
        margin: 0 15px 0 0;
        -webkit-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    .is-social a:hover > i {
        color: #f7d900;
    }

.is-light-text .is-social a > i {
    color: #fff
}

.is-light-text .is-social a:hover > i {
    color: #fff
}

.is-dark-text .is-social a > i {
    color: #000
}

.is-dark-text .is-social a:hover > i {
    color: #000
}
/* backward compatible */
.social {
    line-height: 1;
    margin-bottom: 1.5em
}

    .social a > i {
        text-decoration: none;
        color: #333;
        font-size: 1.2em;
        margin: 0 15px 0 0;
        -webkit-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    .social a:hover > i {
        color: #08c9b9;
    }

.is-light-text .social a > i {
    color: #fff
}

.is-light-text .social a:hover > i {
    color: #fff
}

.is-rounded-button-big {
    display: inline-block;
}

    .is-rounded-button-big a {
        display: table;
        float: left;
        text-align: center;
        margin: 0 20px;
        border-radius: 500px;
        width: 110px;
        height: 110px;
        background-color: #aaa;
    }

        .is-rounded-button-big a i {
            display: table-cell;
            width: 100%;
            height: 100%;
            vertical-align: middle;
            color: #ffffff;
            font-size: 40px
        }

        .is-rounded-button-big a:first-child {
            margin: 0 20px 0 0;
        }

        .is-rounded-button-big a:last-child {
            margin: 0 0 0 20px;
        }

.is-rounded-button-medium {
    display: inline-block;
}

    .is-rounded-button-medium a {
        display: table;
        float: left;
        text-align: center;
        margin: 0 20px;
        border-radius: 500px;
        width: 70px;
        height: 70px;
        background-color: #aaa;
    }

        .is-rounded-button-medium a i {
            display: table-cell;
            width: 100%;
            height: 100%;
            vertical-align: middle;
            color: #ffffff;
            font-size: 30px
        }

.is-boxed-button-big {
    display: inline-block;
}

    .is-boxed-button-big a {
        display: table;
        float: left;
        text-align: center;
        margin: 0 30px 0 0;
        width: 110px;
        height: 110px;
        background-color: #aaa;
    }

        .is-boxed-button-big a i {
            display: table-cell;
            width: 100%;
            height: 100%;
            vertical-align: middle;
            color: #ffffff;
            font-size: 40px
        }

.is-boxed-button-big2 {
    display: inline-block;
}

    .is-boxed-button-big2 a {
        display: table;
        float: left;
        text-align: center;
        margin: 0 30px 0 0;
        width: 150px;
        height: 70px;
        background-color: #aaa;
    }

        .is-boxed-button-big2 a i {
            display: table-cell;
            width: 100%;
            height: 100%;
            vertical-align: middle;
            color: #ffffff;
            font-size: 35px
        }

.is-boxed-button-medium {
    display: inline-block;
}

    .is-boxed-button-medium a {
        display: table;
        float: left;
        text-align: center;
        margin: 0 30px 0 0;
        width: 70px;
        height: 70px;
        background-color: #aaa;
    }

        .is-boxed-button-medium a i {
            display: table-cell;
            width: 100%;
            height: 100%;
            vertical-align: middle;
            color: #ffffff;
            font-size: 30px
        }

.is-boxed-button-medium2 {
    display: inline-block;
}

    .is-boxed-button-medium2 a {
        display: table;
        float: left;
        text-align: center;
        margin: 0 30px 0 0;
        width: 100px;
        height: 50px;
        background-color: #aaa;
    }

        .is-boxed-button-medium2 a i {
            display: table-cell;
            width: 100%;
            height: 100%;
            vertical-align: middle;
            color: #ffffff;
            font-size: 25px
        }

.is-boxed-button-small {
    display: inline-block;
}

    .is-boxed-button-small a {
        display: table;
        float: left;
        text-align: center;
        margin: 0 20px 0 0;
        width: 50px;
        height: 50px;
        background-color: #aaa;
    }

        .is-boxed-button-small a i {
            display: table-cell;
            width: 100%;
            height: 100%;
            vertical-align: middle;
            color: #ffffff;
            font-size: 20px
        }

.size-12 {
    font-size: 12px
}

.size-14 {
    font-size: 14px
}

.size-16 {
    font-size: 16px
}

.size-18 {
    font-size: 18px
}

.size-21 {
    font-size: 21px
}

.size-24 {
    font-size: 24px
}

.size-32 {
    font-size: 32px
}

.size-48 {
    font-size: 48px
}

.size-64 {
    font-size: 64px
}

.size-80 {
    font-size: 80px
}

.size-96 {
    font-size: 96px
}

/* Begin Media Query ######################################################################################### */
@media all and (max-width: 1024px) {
    .size-12 {
        font-size: 12px
    }

    .size-14 {
        font-size: 14px
    }

    .size-16 {
        font-size: 16px
    }

    .size-18 {
        font-size: 18px
    }

    .size-21 {
        font-size: 21px
    }

    .size-24 {
        font-size: 24px
    }

    .size-32 {
        font-size: 28px
    }

    .size-48 {
        font-size: 32px
    }

    .size-64 {
        font-size: 36px
    }

    .size-80 {
        font-size: 40px
    }

    .size-96 {
        font-size: 44px
    }
}
/* End Media Query ############################################################# */

/**********************************
    Title Styles
***********************************/

/* Style 1 */

.is-title1-96 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.is-title1-80 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.is-title1-64 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.is-title1-48 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.is-title1-32 {
    margin-top: 15px;
    margin-bottom: 15px;
}
/* Style 2 */

.is-title2-96 {
    margin-top: 25px;
    margin-bottom: 20px;
}

.is-title2-80 {
    margin-top: 20px;
    margin-bottom: 15px;
}

.is-title2-64 {
    margin-top: 20px;
    margin-bottom: 15px;
}

.is-title2-48 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.is-title2-32 {
    margin-top: 10px;
    margin-bottom: 15px;
}
/* Style 3 */

.is-title3-96 {
    margin-top: 30px;
    margin-bottom: 35px;
    padding: 20px 0;
    border-top: #000 2px solid;
    border-bottom: #000 2px solid;
}

.is-title3-80 {
    margin-top: 25px;
    margin-bottom: 33px;
    padding: 20px 0;
    border-top: #000 2px solid;
    border-bottom: #000 2px solid;
}

.is-title3-64 {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 18px 0;
    border-top: #000 2px solid;
    border-bottom: #000 2px solid;
}

.is-title3-48 {
    margin-top: 20px;
    margin-bottom: 25px;
    padding: 18px 0;
    border-top: #000 2px solid;
    border-bottom: #000 2px solid;
}

.is-title3-32 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px 0;
    border-top: #000 2px solid;
    border-bottom: #000 2px solid;
}

.is-light-text .is-title3-96 {
    border-top: #fff 2px solid;
    border-bottom: #fff 2px solid;
}

.is-light-text .is-title3-80 {
    border-top: #fff 2px solid;
    border-bottom: #fff 2px solid;
}

.is-light-text .is-title3-64 {
    border-top: #fff 2px solid;
    border-bottom: #fff 2px solid;
}

.is-light-text .is-title3-48 {
    border-top: #fff 2px solid;
    border-bottom: #fff 2px solid;
}

.is-light-text .is-title3-32 {
    border-top: #fff 2px solid;
    border-bottom: #fff 2px solid;
}

.is-dark-text .is-title3-96 {
    border-top: #000 2px solid;
    border-bottom: #000 2px solid;
}

.is-dark-text .is-title3-80 {
    border-top: #000 2px solid;
    border-bottom: #000 2px solid;
}

.is-dark-text .is-title3-64 {
    border-top: #000 2px solid;
    border-bottom: #000 2px solid;
}

.is-dark-text .is-title3-48 {
    border-top: #000 2px solid;
    border-bottom: #000 2px solid;
}

.is-dark-text .is-title3-32 {
    border-top: #000 2px solid;
    border-bottom: #000 2px solid;
}
/* Style 4 */

.is-title4-96 {
    margin-top: 30px;
    margin-bottom: 35px;
    padding: 20px 30px;
    border: #000 2px solid;
}

.is-title4-80 {
    margin-top: 25px;
    margin-bottom: 33px;
    padding: 20px 30px;
    border: #000 2px solid;
}

.is-title4-64 {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 18px 28px;
    border: #000 2px solid;
}

.is-title4-48 {
    margin-top: 20px;
    margin-bottom: 25px;
    padding: 18px 25px;
    border: #000 2px solid;
}

.is-title4-32 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px 20px;
    border: #000 2px solid;
}

.is-light-text .is-title4-96 {
    border: #fff 2px solid;
}

.is-light-text .is-title4-80 {
    border: #fff 2px solid;
}

.is-light-text .is-title4-64 {
    border: #fff 2px solid;
}

.is-light-text .is-title4-48 {
    border: #fff 2px solid;
}

.is-light-text .is-title4-32 {
    border: #fff 2px solid;
}

.is-dark-text .is-title4-96 {
    border: #000 2px solid;
}

.is-dark-text .is-title4-80 {
    border: #000 2px solid;
}

.is-dark-text .is-title4-64 {
    border: #000 2px solid;
}

.is-dark-text .is-title4-48 {
    border: #000 2px solid;
}

.is-dark-text .is-title4-32 {
    border: #000 2px solid;
}
/* Style 5 */

.is-title5-96 {
    margin-top: 10px;
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: #000 2px solid;
}

.is-title5-80 {
    margin-top: 10px;
    margin-bottom: 33px;
    padding-bottom: 25px;
    border-bottom: #000 2px solid;
}

.is-title5-64 {
    margin-top: 10px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: #000 2px solid;
}

.is-title5-48 {
    margin-top: 10px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: #000 2px solid;
}

.is-title5-32 {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: #000 2px solid;
}

.is-light-text .is-title5-96 {
    border-bottom: #fff 2px solid;
}

.is-light-text .is-title5-80 {
    border-bottom: #fff 2px solid;
}

.is-light-text .is-title5-64 {
    border-bottom: #fff 2px solid;
}

.is-light-text .is-title5-48 {
    border-bottom: #fff 2px solid;
}

.is-light-text .is-title5-32 {
    border-bottom: #fff 2px solid;
}

.is-dark-text .is-title5-96 {
    border-bottom: #000 2px solid;
}

.is-dark-text .is-title5-80 {
    border-bottom: #000 2px solid;
}

.is-dark-text .is-title5-64 {
    border-bottom: #000 2px solid;
}

.is-dark-text .is-title5-48 {
    border-bottom: #000 2px solid;
}

.is-dark-text .is-title5-32 {
    border-bottom: #000 2px solid;
}
/* Extra Title Styles */

.is-title-lite {
    letter-spacing: 3px;
    word-spacing: 5px;
}

    .is-title-lite.is-title3-96, .is-title-lite.is-title4-96, .is-title-lite.is-title5-96 {
        letter-spacing: 4px;
        word-spacing: 8px;
    }

    .is-title-lite.is-title3-80, .is-title-lite.is-title4-80, .is-title-lite.is-title5-80 {
        letter-spacing: 4px;
        word-spacing: 8px;
    }

    .is-title-lite.is-title3-64, .is-title-lite.is-title4-64, .is-title-lite.is-title5-64 {
        letter-spacing: 4px;
        word-spacing: 8px;
    }

    .is-title-lite.is-title3-48, .is-title-lite.is-title4-48, .is-title-lite.is-title5-48 {
        letter-spacing: 4px;
        word-spacing: 8px;
    }

    .is-title-lite.is-title3-32, .is-title-lite.is-title4-32, .is-title-lite.is-title5-32 {
        letter-spacing: 3px;
        word-spacing: 5px;
    }

.is-title-bold {
    font-weight: 800;
}

    .is-title-bold.is-title3-96, .is-title-bold.is-title4-96, .is-title-bold.is-title5-96 {
        border-width: 4px;
    }

    .is-title-bold.is-title3-80, .is-title-bold.is-title4-80, .is-title-bold.is-title5-80 {
        border-width: 4px;
    }

    .is-title-bold.is-title3-64, .is-title-bold.is-title4-64, .is-title-bold.is-title5-64 {
        border-width: 3px;
    }

    .is-title-bold.is-title3-48, .is-title-bold.is-title4-48, .is-title-bold.is-title5-48 {
        border-width: 3px;
    }

    .is-title-bold.is-title3-32, .is-title-bold.is-title4-32, .is-title-bold.is-title5-32 {
        border-width: 2px;
    }
/**********************************
    Into Styles
***********************************/

.is-info1 {
    margin-top: 10px;
    margin-bottom: 0px;
    font-style: italic;
}

    .is-info1.size-21 {
        margin-top: 12px;
    }

    .is-info1.size-24 {
        margin-top: 15px;
    }

.is-info2 {
    margin-top: 10px;
    margin-bottom: 0px;
}

    .is-info2.size-21 {
        margin-top: 12px;
    }

    .is-info2.size-24 {
        margin-top: 15px;
    }
/**********************************
    Buttons Styles
***********************************/

.is-btn {
    padding: 10px 50px;
    font-size: 1em;
    line-height: 2em;
    border-radius: 0;
    letter-spacing: 3px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-transition: all 0.16s ease;
    transition: all 0.16s ease;
}
/* ghost1 default */
.is-btn-ghost1 {
    color: #000;
    border: 2px solid #111;
}

    .is-btn-ghost1:hover, .is-btn-ghost1:active, .is-btn-ghost1:focus {
        color: #fff;
        background-color: #111;
        border: 2px solid #111;
    }
/* ghost1 light-text */
.is-light-text .is-btn-ghost1, .is-dark-text .is-light-text .is-btn-ghost1 {
    color: #fff;
    border: 2px solid #fff;
}

    .is-light-text .is-btn-ghost1:hover, .is-light-text .is-btn-ghost1:active, .is-light-text .is-btn-ghost1:focus, .is-dark-text .is-light-text .is-btn-ghost1:hover, .is-dark-text .is-light-text .is-btn-ghost1:active, .is-dark-text .is-light-text .is-btn-ghost1:focus {
        color: #000;
        background-color: #fff;
        border: 2px solid #fff;
    }
/* ghost1 dark-text */
.is-dark-text .is-btn-ghost1, .is-light-text .is-dark-text .is-btn-ghost1 {
    color: #000;
    border: 2px solid #111;
}

    .is-dark-text .is-btn-ghost1:hover, .is-dark-text .is-btn-ghost1:active, .is-dark-text .is-btn-ghost1:focus, .is-light-text .is-dark-text .is-btn-ghost1:hover, .is-light-text .is-dark-text .is-btn-ghost1:active, .is-light-text .is-dark-text .is-btn-ghost1:focus {
        color: #fff;
        background-color: #111;
        border: 2px solid #111;
    }
/* ghost2 default */
.is-btn-ghost2 {
    color: #000;
    border: 2px solid #d7d7d7;
    background-color: #d7d7d7;
}

    .is-btn-ghost2:hover, .is-btn-ghost2:active, .is-btn-ghost2:focus {
        color: #000;
        background-color: #cdcdcd;
        border: 2px solid #cdcdcd;
    }
/* ghost2 light-text */
.is-light-text .is-btn-ghost2, .is-dark-text .is-light-text .is-btn-ghost2 {
    color: #000;
    border: 2px solid #f9f9f9;
    background-color: #f9f9f9;
}

    .is-light-text .is-btn-ghost2:hover, .is-light-text .is-btn-ghost2:active, .is-light-text .is-btn-ghost2:focus, .is-dark-text .is-light-text .is-btn-ghost2:hover, .is-dark-text .is-light-text .is-btn-ghost2:active, .is-dark-text .is-light-text .is-btn-ghost2:focus {
        color: #000;
        background-color: #fff;
        border: 2px solid #fff;
    }
/* ghost2 dark-text */
.is-dark-text .is-btn-ghost2, .is-light-text .is-dark-text .is-btn-ghost2 {
    color: #000;
    border: 2px solid #d7d7d7;
    background-color: #d7d7d7;
}

    .is-dark-text .is-btn-ghost2:hover, .is-dark-text .is-btn-ghost2:active, .is-dark-text .is-btn-ghost2:focus, .is-light-text .is-dark-text .is-btn-ghost2:hover, .is-light-text .is-dark-text .is-btn-ghost2:active, .is-light-text .is-dark-text .is-btn-ghost2:focus {
        color: #000;
        background-color: #cdcdcd;
        border: 2px solid #cdcdcd;
    }

.is-btn-small {
    padding: 5px 25px;
    font-size: 0.85em;
}

.is-upper {
    text-transform: uppercase;
}

.is-rounded-30 {
    border-radius: 30px;
}

#content-builder-bodyText {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    /*zoom: 1 !important;*/
}

#canvasdesignerPanel .wait strong {
    font-family: Arial;
    max-width: 355px;
}
/*#divToolImgSettings, #divToolImg {
	left: calc(50% - 30px) !important;
}*/


/************* MENU HOVER ***************/
.second-menu-submenu .active a:hover {
    border-bottom: 4px solid #F7D900;
}
/****************************************
		SERVICES
****************************************/
.serviceImageContainer img {
    width: 100%;
}

.private-features {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 0;
}
    /*.private-features:after {
				content: "";
				position: absolute;
				left: 0;
				bottom: 0;
				width: 100%;
				height: 4px;
				-webkit-border-radius: 50%;
				border-radius: 50%;
				-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
				-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
				box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
				z-index: -1;
			}*/

    .private-features .private-features-item {
        width: 20%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 10px 0px;
        background-color: #FFF;
        font-family: Calibri, Arial;
    }

        .private-features .private-features-item div {
            padding: 0px 5px;
        }

.feature-image {
    width: 35%;
}

    .feature-image img {
        width: 100%;
        max-width: 65px;
    }

.feature-label {
    width: 65%;
}

.custom-box-shadow-1 {
    position: relative;
    border-bottom: 2px solid rgba(119, 119, 119, 0.1);
}

    .custom-box-shadow-1:before, .custom-box-shadow-1:after {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 15px;
        left: 10px;
        width: 50%;
        top: 80%;
        max-width: 1094px;
        background: #777;
        -webkit-box-shadow: 0 15px 10px #777;
        -moz-box-shadow: 0 15px 10px #777;
        box-shadow: 0 15px 10px #777;
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    .custom-box-shadow-1:after {
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg);
        right: 10px;
        left: auto;
    }

.opel-pl-km-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 35px 0px;
}

.opel-pl-km {
    margin: 38px 34px;
    text-align: right;
}

    .opel-pl-km img {
        width: 100%;
        max-width: 150px;
    }

.opel-pl-km-text {
    font-family: Calibri, Arial;
    color: #999;
    font-weight: bold;
    margin: 0px 34px;
    text-align: right;
}

@media (max-width: 767px) {
    .opel-pl-km {
        text-align: left;
    }

    .opel-pl-km-text {
        text-align: left;
    }
}

@media (max-width: 992px) {
    .private-features .private-features-item {
        width: 50%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 10px 0px;
        background-color: #FFF;
        font-family: Calibri, Arial;
    }

    .feature-image {
        width: 35%;
    }

        .feature-image img {
            width: 100%;
            max-width: 65px;
        }

    .feature-label {
        width: 65%;
    }

    .custom-box-shadow-1 {
        border: 0px;
    }

        .custom-box-shadow-1:before, .custom-box-shadow-1:after {
            display: none;
        }
}

@media (max-width: 420px) {
    .private-features .private-features-item {
        width: 100%;
    }
}

.opel-pl-item-wrapper {
    margin: 20px 0;
}

.opel-pl-item-outer-container {
    background: #FFF;
    border-top: 6px solid #f7d900;
    padding: 25px;
    margin-bottom: 25px;
}

.opel-pl-item-inner-container img {
    width: 100%;
    max-width: 400px;
}

.opel-pl-item-inner-container ul {
    margin-bottom: 20px;
}

.opel-pl-item-outer-container .nav-tabs {
    margin-bottom: 15px;
}

.opel-pl-more-info-btn {
    font-size: 16px;
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px;
    background: #f8f8f8;
    font-family: OpelSansCondensed;
    cursor: pointer;
}

    .opel-pl-more-info-btn:after {
        font-size: 0.9em;
    }

.duration-price-overview {
    margin: 20px 0;
}

    .duration-price-overview .opel-faq-close:after {
        content: "\2212";
        font-family: 'Glyphicons Halflings';
        float: right;
    }

    .duration-price-overview .opel-faq-open:after {
        content: "\2b";
        font-family: 'Glyphicons Halflings';
        float: right;
    }

.responsive-table {
    width: 100%;
}

.responsive-table-input-matrix thead {
    margin-top: 15px;
}

.responsive-table-input-matrix th {
    background: #FFF;
    color: #000;
    font-family: OpelSansCondensed;
    padding: 10px;
}

.responsive-table-input-matrix td {
    padding: 10px;
}

.responsive-table-input-matrix tr {
    background-color: #FFF;
}

    .responsive-table-input-matrix tr:nth-child(odd) {
        background-color: #F8F8F8;
    }

.more-info-modal {
    font-family: Arial;
    font-size: 1.15em;
}

.modal-info-footer {
    padding: 15px;
    font-size: 1.05em;
    border-top: 2px solid #f0f0f0;
}

.opel-za-price {
    background-color: #000;
    color: #FFF;
    display: inline-block;
    padding: 10px;
    font-family: OpelSansCondensed;
    font-size: 1.2em;
}

    .opel-za-price span {
        display: block;
    }

.opel-pl-disclaimer-txt {
    font-style: italic;
    font-size: 0.9em;
}

    .opel-pl-disclaimer-txt span {
        font-weight: bold;
    }

@media (max-width: 992px) {
    .opel-za-price {
        background-color: #FFF;
        color: #000;
        display: block;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .opel-pl-item-outer-container .nav-tabs > li {
        width: 100%;
    }
}

.opel-corporate-intro-text-box {
    background-color: #FFF;
}

.opel-za-price em {
    font-size: 0.7em;
}

.opel-za-price {
    background-color: #FFF;
    color: #000;
    display: inline-block;
    padding: 10px;
    font-family: OpelSansCondensed;
    font-size: 1.2em;
}



/****************************************
		OPEL NL SPECIFIC (to review)
****************************************/
.details .price ul li.van .subtitle {
    font-size: 18px;
}
/*
.opel-inner-wrapper > div.row > .grid-100.grid-parent > div[class^="grid-"] {
    padding: 0;
}
.opel-inner-wrapper h1 {
    margin: -15px -15px 0;
}
*/
div#accept-cookies-body ol li {
    margin-bottom: 15px;
}

div#accept-cookies-body {
    line-height: 1.8;
}

.opel-inner-newsdetail-wrapper ul {
    list-style-type: disc;
    margin-left: 30px;
}
/*.opelContainer ul {
	list-style-type: disc;
    margin-left: 15px;
}*/
.opelDealerStock #Opel_voorraad #filter h2 {
    height: auto;
    border-bottom: 0px solid black;
}

@media (max-width: 767px) {
    span.maintitle.flash {
        font-size: 24px;
        text-transform: uppercase;
        display: block;
    }

    span.subtitle {
        font-size: 18px;
        display: block;
    }
}
/*@media (max-width: 767px) {
.newsdetail-sidebar {
display:none; 
}
	#newsDetails table a {
		    padding: 10px 20px 10px 30px !important;
    color: #FFF !important;
    background: #000 !important;
    position: relative !important;
    display: inline-block !important;
    text-transform: uppercase !important;
    margin: 10px 0px !important;
    font-family: OpelSansCondensedBold;
	line-height: 20px !important;
	}
	#newsDetails table a[href]:before {
    font-family: 'Glyphicons Halflings';
    content: "\e080";
    position: absolute;
    top: 10px !important;
    left: 7px !important;
}
}*/
a.aLinkButton:focus {
    color: #FFF;
}

@media (max-width: 767px) {
    .opel-pl-item-inner-container div:nth-child(1) {
        order: 1;
    }

    .opel-pl-item-inner-container {
        display: flex;
        flex-wrap: wrap;
    }
}


.opel-flexbox-1 h3, .opel-flexbox-1 h4, .opel-flexbox-1 h5, .opel-flexbox-1 h6 {
    width: 100%;
}

.serviceImageContainer {
    position: relative;
}

.opel-overlayer-box.wider {
    max-width: 615px;
}

.opel-overlayer-box {
    position: absolute;
    bottom: 10%;
    right: 5%;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    max-width: 350px;
    padding: 10px;
    font-family: OpelSansCondensed;
}

    .opel-overlayer-box a {
        font-weight: bold;
    }

    .opel-overlayer-box h2 {
        font-size: 26px;
    }

    .opel-overlayer-box a:hover {
        text-decoration: none;
    }

    .opel-overlayer-box.left {
        left: 5%;
        right: auto;
    }

    .opel-overlayer-box.top {
        top: 5%;
        bottom: auto;
    }

    .opel-overlayer-box.right {
        right: 5%;
        left: auto;
    }

    .opel-overlayer-box.bottom {
        bottom: 5%;
        top: auto;
    }

.highlighted-container-3 {
    background-color: #FFF;
    border: 1px solid #e8e8e8;
    padding: 10px 15px;
    display: inline-block;
    margin: 10px 0px 10px 0px;
}

    .highlighted-container-3 h3 {
        padding: 5px 10px;
        background-color: #000;
        color: #FFF;
    }

.em {
    font-size: 0.9em;
}

.highlighted-container-4 {
    background-color: #FFF;
    border: 1px solid #e0e0e0;
    padding: 10px 15px;
    margin: 10px 0px;
}

.flex-list {
    display: flex;
    flex-wrap: wrap;
    list-style-type: disc;
    margin-left: 15px;
}

    .flex-list li {
        width: 50%;
        padding-right: 20px;
    }


.opel-flexbox-1 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

    .opel-flexbox-1 > div {
        margin-bottom: 10px;
        padding: 0;
        padding-right: 10px;
    }

        .opel-flexbox-1 > div:last-child {
            padding-right: 0;
        }

        .opel-flexbox-1 > div > div {
            position: relative;
            background-color: #FFF;
            padding: 20px;
            display: flex;
            flex-wrap: wrap;
            height: 100%;
            align-content: flex-start;
        }

.opel-warning-icon-1 {
    font-size: 2.2em;
    margin-right: 15px;
    display: inline-block;
    position: absolute;
    right: 0;
}
/*.opel-warning-icon-1 {
			font-size: 2.2em;
			margin-right: 15px;
		}
		@media (max-width: 992px) {
			.opel-warning-icon-1 {
				position: absolute;
				right: 10px;
				top: 5px;
			}
		}*/
@media (max-width: 992px) {
    .opel-overlayer-box.left {
        left: auto;
        right: auto;
    }

    .opel-overlayer-box.top {
        top: auto;
        bottom: auto;
    }

    .opel-overlayer-box.right {
        right: auto;
        left: auto;
    }

    .opel-overlayer-box.bottom {
        bottom: auto;
        top: auto;
    }

    .opel-overlayer-box.wider {
        max-width: none;
        width: 100%;
        position: relative;
    }
}

@media (max-width: 767px) {
    .opel-overlayer-box h2 {
        font-size: 22px;
        line-height: 26px;
        margin: 10px 0px;
    }

    .opel-overlayer-box h3 {
        font-size: 20px;
        margin: 5px 0px;
    }

    .opel-overlayer-box h4 {
        font-size: 18px;
        margin: 5px 0px;
    }

    .opel-overlayer-box h5 {
        font-size: 16px;
    }

    .flex-list {
        margin-left: 10px;
    }

        .flex-list > li {
            width: 100%;
            padding-right: 0;
        }

    .opel-flexbox-1 > div {
        padding-right: 0;
    }

        .opel-flexbox-1 > div:last-child {
            padding-right: 0;
        }

        .opel-flexbox-1 > div > div {
            padding: 20px;
        }
}

.opel-overlayer-box h2 {
    font-size: 26px;
    margin-top: 0px;
}

.opel-overlayer-box h4 {
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    margin-top: 5px;
    width: auto;
    margin-bottom: 5px;
}

.opel-cta-1 span.right {
    float: right;
    margin-left: 10px;
}

.opel-cta-1 span.left {
    float: left;
    margin-right: 10px;
}

.opelContainer p a {
    font-weight: bold;
}
/****************************************
		OFFER LANDING PAGES
****************************************/
.olp-main-page-title .special-title {
    margin-top: -35px;
    margin-bottom: 0;
    margin-left: -35px;
    margin-right: -35px;
}

.olp-main-image img {
    width: 100%;
}

.opel-olp-container {
    display: flex;
    flex-wrap: wrap;
}

.opel-olp-item {
    width: calc(33% - 20px);
    /*padding: 10px;*/
    background: #FFF;
    margin: 10px 10px;
    flex-grow: 1;
}

.opel-olp-item-v2 {
    width: calc(50% - 20px);
    /*padding: 10px;*/
    background: #FFF;
    margin: 10px 10px;
    font-size: 1.2em;
    flex-grow: 1;
}

.opel-olp-item-v3 {
    width: calc(50% - 20px);
    /*padding: 10px;*/
    background: #FFF;
    margin: 10px 10px;
    font-size: 1.2em;
    flex-grow: 1;
}

.opel-olp-item-special {
    width: calc(66% - 12px);
    flex-grow: 0;
}

.opel-olp-item-inner {
    background-color: #FFF;
}

.opel-olp-image img {
    width: 100%;
}

.opel-olp-item-header {
    position: relative;
}

.opel-olp-image-overlayer {
    position: absolute;
    top: 0;
    background: #000;
    color: #FFF;
    font-family: OpelSansCondensed;
    padding: 5px 10px;
    font-size: 1.2em;
}

.opel-olp-image-overlayer-v2 {
    position: absolute;
    top: 0;
    background: #000;
    color: #FFF;
    font-family: OpelSansCondensed;
    padding: 5px 10px;
    font-size: 1.5em;
}

    .opel-olp-image-overlayer span, .opel-olp-image-overlayer-v2 span {
        font-weight: bold;
    }

.opel-olp-item-body {
    padding: 20px;
    font-family: OpelSansCondensed;
}

.opel-olp-item-finance {
    font-size: 1.5em;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding: 20px 20px;
    font-family: OpelSansCondensed;
}

.opel-olp-item-finance-item-sub {
    font-size: 0.5em;
    font-weight: normal;
}

.opel-olp-item-finance-item {
    width: 50%;
    font-size: 1.75em;
    font-weight: bold;
    flex-grow: 1;
}

    .opel-olp-item-finance-item:last-child {
        text-align: right;
    }

.opel-olp-item-desc {
    font-size: 1.2em;
    color: #333;
    font-weight: bold;
    margin-bottom: 5px;
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 20px;
    font-family: OpelSansCondensed;
}

.opel-olp-item-desc-2 {
    font-size: 1.2em;
    color: #666;
    font-weight: bold;
    padding: 20px 20px;
    font-family: OpelSansCondensed;
}

    .opel-olp-item-desc-2 span {
        color: #000;
    }

.opel-olp-item-model {
    font-size: 1.2em;
    display: block;
}

.olp-price {
    border-left: 7px solid #f7d900;
    padding-left: 15px;
}

    .olp-price span {
        font-size: 0.5em;
    }

.olp-difference {
}

.olp-cta {
    /*margin-top: 15px;*/
    padding-left: 20px;
}

    .olp-cta:before {
        content: " ";
        clear: both;
        display: block;
    }

    .olp-cta.right a {
        float: right;
    }

.opel-olp-item-vehicle-features {
    border: 4px solid #CCC;
    padding: 20px;
}

    .opel-olp-item-vehicle-features h3 {
        border-bottom: 2px solid #e8e8e8;
        padding-bottom: 10px;
        margin-top: 00px;
    }

    .opel-olp-item-vehicle-features ul {
        margin-left: 15px;
        padding-right: 15px;
    }

        .opel-olp-item-vehicle-features ul li {
            border-bottom: 2px solid #d8d8d8;
            padding: 10px 10px;
            font-family: OpelSansCondensed;
            font-size: 1.1em;
        }

            .opel-olp-item-vehicle-features ul li:last-child {
                border-bottom: 0px;
            }

@media (max-width: 1100px) {
    .olp-price {
        border-left: 4px solid #f7d900;
        padding-left: 4px;
    }

    .opel-olp-item-vehicle-features .olp-cta {
        font-size: 0.8em;
    }
}

@media (max-width: 992px) {
    .opel-olp-item {
        width: calc(50% - 20px);
        flex-grow: 0;
    }

    .opel-olp-item-special {
        width: calc(50% - 20px);
        flex-grow: 0;
    }

    .opel-olp-item-finance-item {
        font-size: 1.5em;
    }

    .opel-olp-item-v2 {
        width: calc(50% - 20px);
        flex-grow: 0;
    }

    .opel-olp-item-v3 {
        width: calc(50% - 20px);
        flex-grow: 0;
    }

    .olp-cta.right a {
        float: none;
    }
}

@media (max-width: 769px) {
}

@media (max-width: 767px) {
    .opel-olp-item-finance-item {
        font-size: 1em;
    }

    .opel-olp-item-finance-item-sub {
        font-size: 0.75em;
    }

    .opel-olp-item {
        width: 100%;
        padding: 10px;
    }

    .opel-olp-item-v2 {
        width: calc(100%);
        margin-left: 0;
        margin-right: 0;
        flex-grow: 0;
    }

    .opel-olp-item-v3 {
        width: calc(100%);
        margin-left: 0;
        margin-right: 0;
        flex-grow: 0;
    }

    .opel-olp-item-desc-2 {
        padding-bottom: 10px;
    }

    .opel-olp-item-finance {
        padding-top: 10px;
    }
}

.opel-home-widget-item img {
    width: 100%;
}

.opel-promotion-widget-footer {
    text-align: center;
}

    .opel-promotion-widget-footer a {
        margin: 0 auto;
    }

.opel-promotion-widget-container-outer {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.opel-home-widget-item .modal .relative {
    display: none;
}

.opel-home-widget-item .modal h2#title {
    font-size: 50px;
    text-align: center;
}

@media (min-width: 768px) {
    .opel-home-widget-item .modal .modal-dialog {
        max-width: 1200px;
        width: 100%;
        margin: 30px auto;
    }
}

.legal-cookie-modal-contact-text p:nth-child(3) {
    display: none;
}
/******************
Event page
******************/
.overlayer-image {
    position: relative;
}

.overlayer-txt-v1 {
    bottom: 2.5%;
    left: 2.5%;
}

.overlayer-image-txt {
    position: absolute;
}

h2.overlayer-txt-title {
    background: #f7d900;
    padding: 5px 15px;
    font-family: OpelSansCondensedExtraBold;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: inline-block;
}

h3.overlayer-txt-subtitle {
    color: #FFF;
    font-family: OpelSansCondensedBold;
    text-transform: uppercase;
    margin-top: 3px;
    padding-left: 29px;
}

    h3.overlayer-txt-subtitle:before {
        color: #FFF;
        font-family: 'Glyphicons Halflings';
        content: "\e258";
        position: absolute;
        left: 0px;
        padding-right: 5px;
    }

h3.overlayer-txt-subtitle-v2 {
    color: #FFF;
    font-family: OpelSansCondensed;
}

    h3.overlayer-txt-subtitle-v2 span {
        font-family: OpelSansCondensedBold;
    }

.overlayer-txt-v2 {
    top: 2.5%;
    left: 2.5%;
}

    .overlayer-txt-v2 h2.overlayer-txt-title {
        font-size: 3em;
        background-color: transparent;
        color: #FFF;
        font-family: OpelSansCondensed;
        padding: 0px;
        line-height: 1;
    }

        .overlayer-txt-v2 h2.overlayer-txt-title span {
            display: block;
            font-family: OpelSansCondensedBold;
        }

.overlayer-image-txt {
    position: absolute;
}
/******************
Platform separator
******************/
.OpelCMS3 {
    display: none !important;
}

.OpelQuantumPlatform {
    display: block !important;
}

.openingHoursContainer .divTooltip {
    margin-bottom: 10px;
}

div.branchInfo {
    font-size: medium;
}

/******************************************
Custom styling - model downloads CTA page
*******************************************/
li.pdf-file:last-child {
    padding: 10px 20px 10px 30px;
    color: #FFF !important;
    background: #000;
    position: relative;
    display: table;
    text-transform: uppercase;
    margin: 10px 0px;
    left: 15px;
    font-family: OpelSansCondensedBold;
    margin-top: 30px;
}

    li.pdf-file:last-child a {
        color: #FFF
    }

        li.pdf-file:last-child a:before {
            width: 9px;
            display: none;
            position: relative;
            margin-top: -5px;
            margin-left: -35px;
            -webkit-mask-size: cover;
            mask-size: 0;
            content: "";
            mask: none;
            background-color: transparent;
        }

    li.pdf-file:last-child:before {
        font-family: 'Glyphicons Halflings';
        content: "\e080";
        position: absolute;
        top: 9px;
        left: 8px;
    }

.layoverText {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 5px 10px;
    font-family: OpelSansCondensed;
    font-size: 1.15em;
}

.carousel-inner > .item {
    max-height: 545px !important;
    overflow: hidden;
}

    .carousel-inner > .item > a > img {
        /*height: 100%;*/
        overflow: hidden !important;
        max-height: none !important;
    }

.infoTitle > h2 {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
