/**/
html, body, div, span, applet, embed, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
    margin: 0;
    padding: 0;
    border: none;
}

/* HTML5 */
header, footer, nav, section, hgroup, article, aside, time, figure, figcaption, video {
    display: block;
}

/* BASE CSS */
body {
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    overflow-x: hidden;
    /*overflow: hidden;*/
}

h1 {
    font-size: 24px;
    font-family: 'BMWType_Bold';
    font-weight: normal;
}

.shadow {
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
}

html.lt-ie9 .shadow {
    border: 1px solid #E6E6E6;
}

a, a:hover {
    color: #000000;
    text-decoration: none;
}

#cookieNotice {
    width: auto !important;
    min-width: 240px !important;
}

#cookieNotice .wrapperNotice {
    width: auto !important;
}

/*#cookieNotice
, #cookieNotice .wrapper { width: auto !important; min-width: 240px !important;}
#cookieNotice .wrapperNotice { width: auto;}*/

#mainSlideshow article, .cycle-slide {
    display: none;
    position: absolute;
    top: 0;
}

/* mainPage */
.h-section {
    clear: both;
    position: relative;
    width: 100%;
    float: left;
    left: 0;
    margin: 0 auto;
    padding: 0;
    z-index: 100;
    text-align: center;
    /*overflow: hidden;*/
}

.inner-section {
    position: relative;
    width: 100%;
    max-width: 1270px;
    margin: 0 auto;
    padding: 0;
    z-index: 100;
    text-align: left;
    /*overflow: hidden;*/
}

#mainFooter .inner-section {
    max-width: 1194px;
}

@media all and (max-width: 1194px) {
    .h-section {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 38px;
    }
}

@media all and (max-width: 480px) {
    .h-section {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 20px;
    }
}

#mainSlideshow {
    padding: 0;
    z-index: 10;
    clear: both;
    overflow: hidden;
}

@media all and (max-width: 767px) {
    #body-home #mainSlideshow {
        /*height: 160px;*/
    }
}

@media all and (max-width: 1269px) {
    #mainSlideshow {
        height: auto;
    }
}

/* QUESTO SOLO PER TEST !!!!! ###############
					@media all and (max-width: 1194px) {
						#mainPage {
							height: 500px;
							background-color: #d10b0e;
						}
					}
					@media all and (min-width: 1195px) and (max-width: 1269px) {
						#mainPage {
							height: 500px;
							background-color: #caffca;
						}
					}
					@media all and (min-width: 1270px) {
						#mainPage {
							height: 500px;
							background-color: #fac0ff;
						}
					}
				*/

/* HEADER */
body > header, .index > header, .home > header, #mainHeader {
    position: relative;
    width: 100%;
    max-width: 1194px;
    min-height: 119px;
    height: auto !important;
    height: 119px;
    margin: 0 auto;
    padding: 0;
}

@media all  and (max-width: 479px) {
    body > header, .index > header, .home > header, #mainHeader {
        min-height: 84px;
        height: auto !important;
        height: 84px;
    }
}

@media all  and (max-width: 479px) {
    .mainHeader-wrapper {
        z-index: 1000;
    }
}

.loghi {
    position: relative;
    top: 20px;
    right: 0;
    float: right;
    width: 53px;
}

.loghi img {
    width: 100%;
    height: auto;
}

@media all  and (min-width: 1px) {
    .loghi {
        height: auto;
    }
}

@media all  and (max-width: 520px) {
    .loghi {
        width: 36px;
        right: 0px;
    }
}

@media all and (min-width: 521px) and (max-width: 1194px) {
    .loghi {
        width: 53px;
        /*right: 43px;*/
    }
}

@media all and (min-width: 1195px) and (max-width: 1269px) {
    .loghi {
        right: 1%;
    }
}

.title-site {
    position: relative;
    top: 0;
    left: 6px;
    float: left;
    width: 50%;
    margin: 17px 0 16px;
    color: #000000;
}

@media all and (max-width: 520px) {
    .title-site {
        /*display: none;*/
        width: 70%;
    }

    .title-site h1 {
        font-size: 21px;
    }
}

@media all  and (max-width: 480px) {
    .title-site {
        left: 0;
    }
}

@media all  and (max-width: 767px) {
    .title-site {
        margin-top: 40px;
    }
}

.title-site a, .title-site a:link, .title-site a:hover, .title-site a:focus, .title-site a:active {
    color: #000000;
}

@media all and (min-width: 480px) and (max-width: 767px) {
    .title-site a {
        font-size: 60% !important;
    }
}

#mainNav {
    position: relative;
    display: block;
    top: 0;
    left: 6px;
    float: left;
    width: 72%;
}

@media all and (min-width: 480px) and (max-width: 767px) {
    #mainNav {
        width: 50%;
        margin-bottom: 15px;
    }
}

@media all and (max-width: 767px) {
    #mainNav {
        visibility: hidden;
    }
}

@media all  and (max-width: 480px) {
    #mainNav {
        width: 100%;
        left: 0;
        margin-top: 16px;
    }
}

.l-wrapper {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #000000;
}

.l-inline > * {
    display: inline;
    white-space: nowrap;
}

.l-control {
    display: block;
    float: left;
    margin-right: 6px;
}

.menu li a {
    color: #000000;
    text-decoration: none;
    padding-right: 20px;
    font-weight: bold;
}

/* container */
.container {
    position: relative;
    width: 100%;
    max-width: 1183px;
    /*min-height: 479px;*/
    height: auto !important;
    height: 479px;
    margin: 0 auto;
    padding: 0;
}

.container_iframe {
    position: relative;
    width: 100%;
    height: auto !important;
    height: 479px;
    margin: 0 auto;
    padding: 0;
}

#body-list .container, #body-view .container {
    max-width: 1010px;
}

@media all and (max-width: 1085px) {
    .container {
        width: 948px;
    }
}

@media all and (max-width: 1023px) {
    .container {
        width: 692px;
    }
}

@media all and (max-width: 767px) {
    .container {
        width: 492px;
        min-height: 0px;
    }
}

@media all and (max-width: 567px) {
    .container {
        width: 440px;
    }
}

@media all and (max-width: 500px) {
    .container {
        width: 410px;
    }
}

@media all and (max-width: 479px) {
    .container {
        width: 280px;
    }
}

/*@media all and (max-width: 1100px) {
    .container {
        width: 948px;
        max-width: 948px;
    }
}
@media all and (max-width: 1023px) {
    .container {
        width: 693px;
        max-width: 693px;
    }
}
@media all and (max-width: 768px) {
    .container {
        width: 492px;
        max-width: 492px;
    }
}
@media all and (max-width: 567px) {
    .container {
        width: 335px;
        max-width: 335px;
    }
}
@media all and (max-width: 360px) {
    .container {
        width: 262px;
        max-width: 262px;
    }
}*/

#mainContent {
    position: relative;
    float: left;
    left: 6px;
    width: 100%;
    max-width: 840px;
    margin-top: -12px;
    z-index: 300;
}

/*#body-list .content {
	position: relative;
	float: right;
	right: 6px;
	width: 100%;
	max-width: 840px;
	margin-top: -12px;
	z-index: 300;
}*/
@media all and (max-width: 1194px) {
    #mainContent {
        left: 0;
    }
}

@media all and (min-width: 481px) and (max-width: 1194px) {
    #mainContent {
        max-width: 1118px;
        z-index: 300;
    }
}

.lt-ie9 .content {
    width: 842px;
}

#mainSidebar {
    position: relative;
    margin-top: -12px;
    z-index: 300;
    float: right;
    right: 6px;
    width: 303px;
}

@media all and (min-width: 481px) and (max-width: 1194px) {
    #mainSidebar {
        margin-top: 20px;
        z-index: 300;
        float: left;
        right: auto;
        left: 0;
        width: 100%;
    }
}

@media all and (max-width: 480px) {
    #mainSidebar {
        clear: both;
        float: left;
        right: auto;
        width: 100%;
        max-width: 100%;
        margin: 20px auto;
        padding: 0;
    }
}

@media all and (min-width: 1024px) and (max-width: 1194px) {
    #mainSidebar article.sedi article.dealer {
        width: 33%;
        float: left;
    }

    #mainSidebar article.sedi article.dealer:first-of-type {
        margin-top: 15px;
    }
}

@media all and (min-width: 769px) and (max-width: 1023px) {
    #mainSidebar article.sedi article.dealer {
        width: 50%;
        float: left;
    }

    #mainSidebar article.sedi article.dealer:first-of-type {
        margin-top: 15px;
    }
}

.facebook-friends {
    clear: both;
    margin-top: 20px;
    text-align: center;
}

.facebook-friends #fb-page-h {
    display: none;
}

.facebook-friends #fb-page-v {
    display: block;
}

@media all and (max-width: 1194px) {
    .facebook-friends {
        /*width: 503px;*/
        margin-right: auto;
        margin-left: auto;
        width: 310px;

    }

    .facebook-friends.shadow {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-align: left;
    }

    .facebook-friends #fb-page-h {
        display: block;
    }

    .facebook-friends #fb-page-v {
        display: none;
    }
}

@media all and (max-width: 767px) {
    /*.facebook-friends.shadow {*/
    /*-moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);*/
    /*-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);*/
    /*box-shadow: 0 0 3px rgba(0,0,0,0.5);*/
    /*text-align: center;*/
    /*}*/
    .facebook-friends #fb-page-h {
        display: none;
    }

    .facebook-friends #fb-page-v {
        display: block;
    }
}

@media all and (max-width: 599px) {
    .facebook-friends.shadow {
        text-align: left;
    }
}

@media all and (max-width: 479px) {
    .facebook-friends {
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        -o-transform: translateX(-10px);
        transform: translateX(-10px);
    }
}

#mainFooter {
    clear: both;
    margin-top: 150px;
    background-color: #F1F1F1;
    min-height: 100px;
    padding-top: 25px;
}

@media all and (max-width: 480px) {
    #mainFooter {
        margin-top: 25px;
    }
}

.footer-menu {
    color: #666666;
    font-weight: bold;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #CCCCCC;
    width: 100%;
}

.footer-menu li {
    margin-right: 15px;
}

.footer-menu li a {
    text-decoration: none;
}

.contentSpace h1 {
    text-transform: uppercase;
}

/* TEASER CONTENT */
.teaser-content {
    position: relative;
    float: left;
    left: 0;
    width: 100%;
    margin-top: 50px;
}

.teaser-content h2 {
    text-transform: uppercase;
    margin-bottom: 5px;
}

.teaser-content > div {
    position: relative;
    float: left;
    left: 0;
    width: 33%;
    max-width: 262px;
}

@media all and (max-width: 1023px) {
    .teaser-content > div {
        width: 32%;
        max-width: 100%;
        margin: 0;
    }
}

@media all and (max-width: 767px) {
    .teaser-content > div {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        clear: both;
    }
}

.teaser-content .teaser {
    position: relative;
    /*float: left;
	left: 0;*/
    width: 100%;
    max-width: 230px;
    margin: 0 auto 10px;
}

@media all and (max-width: 1023px) {
    .teaser-content .teaser {
        max-width: 100%;
        width: 82%;
    }
}

@media all and (max-width: 767px) {
    .teaser-content .teaser {
        width: 55%;
    }
}

@media all and (max-width: 639px) {
    .teaser-content .teaser {
        width: 55%;
    }
}

@media all and (max-width: 567px) {
    .teaser-content .teaser {
        width: 52%;
    }
}

@media all and (max-width: 479px) {
    .teaser-content .teaser {
        width: 82%;
    }
}

.teaser-content .teaser .photo-link img {
    width: 100%;
    height: auto;
}

.teaser-content-left, .teaser-content-center {
    margin-right: 27px;
}

@media all and (min-width: 769px) and (max-width: 1194px) {
    .teaser-content-left, .teaser-content-center {
        margin-right: 8.5%;
    }
}

@media all and (min-width: 480px) and (max-width: 768px) {
    .teaser-content-left, .teaser-content-center {
        margin-right: 8.5%;
    }
}

/*.teaser-content>div {
  float: left;
}

.teaser-content-center {
  margin: 0 27px;
}

		@media all and (max-width: 480px) {
			.teaser-content-center {
				margin: 0;
			}
		}*/

.finanziamento {
    margin-top: 30px;
}

.social {
    margin-top: 50px;
}

@media all and (max-width: 1023px) {
    .social {
        margin-bottom: 10px;
    }
}

.social h2 {
    float: left;
    margin: 0;
    padding: 0;
    line-height: 50px;
}

.social img {
    vertical-align: middle;
}

.seo-optimized-text {
    position: relative;
    width: 560px;
    float: left;
    left: 0;
    margin-top: 48px;
    text-align: justify;
}

.seo-optimized-text h1 {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'BMWType_Bold';
    font-weight: normal;
}

/*@media all and (min-width: 481px) and (max-width: 1194px) {
			.seo-optimized-text
			, .seo-optimized-text article {
				width: 100%;
				margin: 20px 0;
			}
		}
		@media all and (max-width: 480px) {
			.seo-optimized-text
			, .seo-optimized-text article {
				position: relative;
				width: 100%;
				max-width: 100%;
				float: left;
				left: 0;
				margin: 20px 0;
			}
		}*/
@media all and (max-width: 1194px) {
    .seo-optimized-text, .seo-optimized-text article {
        /*clear: both;
				position: relative;*/
        width: 100%;
        max-width: 100%;
        /*float: left;
				left: 0;*/
        margin: 20px 0;
        text-align: left;
    }
}

.login {
    width: 240px;
}

.login input {
    border: 1px solid #888888;
    color: #888888;
    display: block;
    margin-bottom: 5px;
    width: 100%;
    width: 240px;
}

.login .button {
    background: transparent url("/skin/website/widgets/login-button.png") no-repeat top;
    width: 56px;
    height: 24px;
    color: #FFFFFF;
    float: right;
    margin-right: -2px;
    border: 0;
}

.login-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 15px;
}

.login-menu li {
    color: #262626;
    background: #FFFFFF url("/skin/website/widgets/login-menu-btn-bg.png") no-repeat 0 3px;
    padding-left: 10px;
    font-weight: bold;
}

.login-menu a {
    color: #262626;
}

.login-form h2 {
    background: #FFFFFF url("/skin/website/widgets/basket.png") no-repeat 210px -10px;
    margin: .85em 0;
    padding: 1px 0;
}

/* OFFERTE SETTIMANA */
.offerte-settimana {
    position: relative;
    overflow: hidden;
    margin-top: 25px;
}

.offerte-selezionate {
    margin-top: 25px;
    position: relative;
}

.offerte-settimana h2, .offerte-selezionate h2 {
    text-transform: uppercase;
}

.offerta-settimana-slider-container {
    position: relative;
    overflow: hidden;
}

.offerte-settimana-container {
    border: 1px solid #E1E1E2;
    padding: 10px 30px;
    position: relative;
}

.offerte-settimana-slider {
    overflow: hidden;
    position: relative;
}

.offerte-settimana-control a {
    background: transparent url(/skin/website/widgets/icons.resource.png) no-repeat;
    height: 24px;
    width: 24px;
}

.offerte-settimana-control-next a {
    position: absolute;
    right: 0;
    top: 45%;
    background-position: -600px -180px;
}

.offerte-settimana-control-next a:hover {
    background-position: -600px -240px;
}

.offerte-settimana-control-prev a {
    position: absolute;
    left: 12px;
    top: 45%;
    background-position: -570px -180px;
}

.offerte-settimana-control-prev a:hover {
    background-position: -570px -240px;
}

.offerte-selezionate-container {
    background-color: #EEEEEE;
    border: 1px solid #E1E1E2;
    padding: 10px 42px;
    text-align: center;
}

.offerte-selezionate-slider {
    overflow: hidden;
    position: relative;
}

.offerte-selezionate-control a {
    background: transparent url(/skin/website/widgets/icons.resource.png) no-repeat;
    height: 24px;
    width: 24px;
}

.offerte-selezionate-control-next a {
    position: absolute;
    right: 0;
    top: 57%;
    background-position: -600px -180px;
}

.offerte-selezionate-control-next a:hover {
    background-position: -600px -240px;
}

.offerte-selezionate-control-prev a {
    position: absolute;
    left: 12px;
    top: 57%;
    background-position: -570px -180px;
}

.offerte-selezionate-control-prev a:hover {
    background-position: -570px -240px;
}

.offerta-selezionata-slide * {
    margin-right: 9px;
    margin-bottom: 9px;
}

.header-search-container {
    position: relative;
    height: 354px;
    left: 50%;
    padding: 0;
    width: 1270px;
    margin-left: -635px;
}

.header-search-container .teaser.header {
    height: 354px !important;
    overflow: hidden;
    position: relative;
}

.header-search-container .teaser.header img { /*bottom: -127px;*/
    position: absolute;
}

.home-search {
    padding-top: 20px;
}

.home-search-branded {
    background-color: #EEEEEE;
}

.sedi {
    position: relative;
    float: left;
    left: 0;
    width: 100%;
    max-width: 283px;
    padding: 10px;
    margin-bottom: 20px;
}

.sedi h1 {
    margin: 0;
    padding: 0;
}

.login-form {
    position: relative;
    float: right;
    right: 0;
    width: 100%;
    max-width: 283px;
}

@media all and (max-width: 1208px) {
    .login-form {
        position: relative;
        float: left;
        left: 0;
        right: auto;
        width: 100%;
        max-width: 283px;
        /*margin-left: 4.5%;*/
    }

    .sedi {
        /*max-width: 98%;             */
        /*width: 98%;*/
        /*margin-left: auto;*/
        /*margin-right: auto;*/
        float: none;
        left: auto;
        display: block;
        max-width: 100%;
        width: initial;
    }
}

@media all and (max-width: 639px) {
    .sedi, .login-form {
        float: none;
        left: auto;
        width: 98%;
        max-width: 283px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media all and (max-width: 567px) {
    .sedi, .login-form {
        float: none;
        left: auto;
        width: 98%;
        max-width: 240px;
        margin-left: auto;
        margin-right: auto;
    }
}

.contentSpace h1 {
    padding: 0;
    margin: 0;
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 30px;
}

@media all and (max-width: 768px) {
    .contentSpace h1 {
        margin-top: 10px;
    }
}

.contentSpace .textarea p,
.contentSpace .testo.textarea p {
    margin: 1em 0;
    /*padding-right: 100px;*/
    line-height: 1.5em;
    font-size: 14px;
}

@media all and (max-width: 768px) {
    .contentSpace .textarea p,
    .contentSpace .testo.textarea p {
        padding-right: 0;
    }
}

.contentSpace .textarea *,
.contentSpace .testo.textarea * {
    font-size: 14px;
}

.contentSpace .abstract {
    font-size: 20px;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

.allegati {
    margin-left: 28px;
}

.allegati li {
    margin-bottom: 15px;
    font-size: 14px;
}

tr {
    vertical-align: top;
}

aside.loghi-container {
    background: #FFFFFF url('/skin/website/widgets/btn-logo-background.png') repeat-x 0 0;
}

.btn {
    position: relative;
    cursor: pointer;
    display: inline-block;
    background: #1C69D4;
    color: #FFFFFF;
    font-family: BMWType_Bold, Arial;
    font-size: 13px;
    font-weight: normal;
    padding: 16px 5px;
    text-decoration: none;
    letter-spacing: normal;
    line-height: 18px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    min-width: 180px;
    text-align: center;
}

.btn:hover {
    background: #0653B6;
}

.btn--secondary {
    border-color: #4d4d4d;
    background-color: #4d4d4d;
}
.btn--secondary:hover,
.btn--secondary:focus {
    border-color: #262626;
    background-color: #262626;
}

i.btn {
    font-style: normal;
    cursor: default;
}

i.btn:hover {
    background: #2C6CD0 url('/skin/website/widgets/btn-background.png') repeat-x 0 0;
}

input[type="submit"].btn,
input[type="button"].btn,
button.btn {
    border: 0;
    /*text-align: left;*/
}

.btn:hover,
.btn:focus {
    background-image: none;
    color: #FFFFFF;
    text-decoration: none;
}

.btn.b2b,
.btn.b2b:visited {
    color: #FFFFFF;
    /*background: #525252 url('/skin/website/widgets/btn-b2b-background.png') repeat-x 0 0;*/
    background: #666666;
    width: 70px;
}

.btn.b2b:hover,
.btn.b2b:focus {
    background-color: #4D4D4D;
    color: #FFFFFF;
    text-decoration: none;
}

.teaser.offerta-settimana .btn:focus,
.teaser.header .btn:focus {
    color: #FFFFFF;
}

.btn-logo {
    position: relative;
    display: block;
    /*background: #FFF url('/skin/website/widgets/btn-logo-background.png') repeat-x 0 0;*/
    width: 16.66%;
    /*min-width: 280px;*/
    height: 85px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid #9F9F9F;
    float: left;
}

.btn-logo:hover {
    background: #FFFFFF url('/skin/website/widgets/btn-logo-background-hover.png') repeat-x 0 0;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}

.btn-logo-selected,
.btn-logo-selected:hover,
.btn-logo-selected:active {
    background-image: none;
    background-color: #EEEEEE;
}

.btn-logo-last {
    border: 0;
    border-right: 1px solid transparent;
    border-left: 1px solid #9F9F9F;
}

.btn-logo-first {
    border: 0;
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid transparent;
}

.btn-logo-bmw {
    display: block;
    width: 100%;
    height: 100%;
    background: transparent url('/skin/website/img/logo_bmw.png') center no-repeat;
    background-size: contain;
    vertical-align: baseline;
}

.btn-logo-bmwm {
    display: block;
    width: 100%;
    height: 100%;
    background: transparent url('/skin/website/img/logo_bmwm.png') center no-repeat;
    background-size: contain;
    vertical-align: baseline;
}

.btn-logo-bmwi {
    display: block;
    width: 100%;
    height: 100%;
    background: transparent url('/skin/website/img/logo_bmwi.png') center no-repeat;
    background-size: contain;
    vertical-align: baseline;
}

.btn-logo-mini {
    display: block;
    width: 100%;
    height: 100%;
    background: transparent url('/skin/website/img/logo_mini_black.png') center no-repeat;
    background-size: contain;
    vertical-align: baseline;
}

.btn-logo-mini-electric {
    display: block;
    width: 100%;
    height: 100%;
    background: transparent url('/skin/website/img/logo_mini_electric.png') center no-repeat;
    background-size: contain;
    vertical-align: baseline;
}

.btn-logo-motorrad {
    display: block;
    width: 100%;
    height: 100%;
    background: transparent url('/skin/website/img/logo_bmw_motorrad.png') center no-repeat;
    background-size: contain;
    vertical-align: baseline;
}

.btn-logo-rollsroyce {
    display: block;
    width: 100%;
    height: 100%;
    background: transparent url('/skin/website/img/logo_rollsroyce.png') center no-repeat;
    background-size: contain;
    vertical-align: baseline;
}

@media all and (max-width: 767px) {
    .btn-logo {
        height: 50px;
    }

    .btn-logo-bmw {
        background-image: url('/skin/website/img/logo_bmw-mobile.png');
    }

    .btn-logo-bmwm {
        background-image: url('/skin/website/img/logo_bmwm-mobile.png');
    }

    .btn-logo-bmwi {
        background-image: url('/skin/website/img/logo_bmwi-mobile.png');
    }

    .btn-logo-mini {
        background-image: url('/skin/website/img/logo_mini_black-mobile.png');
        /*background-size: 95% auto;*/
    }

    .btn-logo-motorrad {
        background-image: url('/skin/website/img/logo_bmw_motorrad-mobile.png');
    }

    .btn-logo-rollsroyce {
        background-image: url('/skin/website/img/logo_rollsroyce-mobile.png');
    }
}

.icon-sprite {
    cursor: pointer;
    background-image: url('/skin/website/widgets/icons.resource.png');
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
}

.lt-ie8 .icon-sprite {
    display: inline;
    zoom: 1;
}

/** SMALL FORMAT **/
.icon-sprite-small {
    width: 15px;
    height: 15px;
}

.icon-first-small {
    background-position: -810px 0px;
}

.icon-first-small:hover {
    background-position: -810px -30px;
}

.icon-last-small {
    background-position: -870px 0px;
    margin: 0;
}

.icon-last-small:hover {
    background-position: -870px -30px;
}

.icon-next-small {
    background-position: -689px 0px;
}

a:hover .icon-next-small,
.icon-next-small:hover {
    background-position: -689px -30px;
}

.icon-prev-small {
    background-position: -600px 0px;
}

.icon-prev-small:hover {
    background-position: -600px -30px;
}

.icon-pause-small {
    background-position: -660px 0px;
}

.icon-pause-small:hover {
    background-position: -660px -30px;
}

.icon-play-small {
    background-position: -630px 0px;
}

.icon-play-small:hover {
    background-position: -630px -30px;
}

/*.icon-arrow-blue-small {
	background-position: -960px -262px;
}*/

/** MEDIUM FORMAT **/

.icon-plus-medium {
    background-position: -180px -60px;
}

.icon-plus-medium:hover {
    background-position: -180px -90px;
}

.icon-minus-medium {
    background-position: -210px -60px;
}

.icon-minus-medium:hover {
    background-position: -210px -90px;
}

.icon-sprite-medium {
    width: 18px;
    height: 18px;
}

.icon-first-medium {
    background-position: -810px -60px;
}

.icon-first-medium:hover {
    background-position: -810px -90px;
}

.icon-last-medium {
    background-position: -870px -60px;
}

.icon-last-medium:hover {
    background-position: -870px -90px;
}

.icon-next-medium {
    background-position: -690px -60px;
}

.icon-next-medium:hover {
    background-position: -690px -90px;
}

.icon-prev-medium {
    background-position: -600px -60px;
}

.icon-prev-medium:hover {
    background-position: -600px -90px;
}

.icon-pause-medium {
    background-position: -660px -60px;
}

.icon-pause-medium:hover {
    background-position: -660px -90px;
}

.icon-play-medium {
    background-position: -630px -60px;
}

.icon-play-medium:hover {
    background-position: -630px -90px;
}

.offerta-settimana {
    background-color: #EEEEEE;
    border: 1px solid #E1E1E2;
    padding: 10px;
    float: left;
    display: block;
    /*width: 300px;*/
    position: relative;
    width: 360px;
    /*width: calc(100% - 22px);*/
}

@media all and (min-width: 480px) and (max-width: 899px) {
    .offerta-settimana {
        width: 95%;
    }
}

@media all and (max-width: 479px) {
    .offerta-settimana {
        width: 90%;
        height: auto;
    }
}

.offerta-settimana img {
    max-width: 100%;
}

.offerta-settimana-page {
    margin-left: -16px;
}

.offerta-settimana-page > article {
    width: 390px;
    min-height: 149px;
    margin: 8px 0px 8px 16px;
}

.lt-ie8 .offerta-settimana-page > article {
    min-height: 149px;
}

@media all and (max-width: 479px) {
    .offerta-settimana-page {
        width: 100%;
        margin: 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .offerta-settimana-page > article {
        position: relative;
        float: left;
        width: 100%;
        height: auto;
        margin: 8px 0 8px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.offerta-settimana p {
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    /*width: 180px;*/
    /*min-width: 180px;*/
}

/*.offerta-settimana + .offerta-settimana {
	margin-left: 15px;
}*/

.offerta-settimana .btn {
    color: #FFFFFF;
    position: absolute;
    bottom: 11px;
    left: 185px;
    /*width: 150px;*/
    width: 33%;
    max-width: 150px;
}

.offerta-settimana del {
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    display: block;
}

.offerta-settimana em {
    color: #000000;
    font-size: 22px;
    font-weight: bold;
    display: block;
    font-style: normal;
    font-weight: bold;
}

.offerta-settimana ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 15px;
    min-height: 148px;
}

@media all and (max-width: 479px) {
    .offerta-settimana ul {
        clear: both;
        width: 100%;
        margin: 0 0 10px;
    }

    .offerta-settimana em {
        margin: 10px 0 0;
    }

    .offerta-settimana .btn {
        display: block;
        left: 10px;
        width: auto;
    }

    #body-index .offerta-settimana .btn {
        position: relative;
        display: block;
        left: auto;
        bottom: auto;
        width: auto;
        margin: 10px 0 0;
    }
}

.offerta-settimana img {
    border: 1px solid #E1E1E2;
}

.offerta-settimana li:first-child {
    clear: right;
}

@media all and (max-width: 479px) {
    .offerta-settimana li:first-child img {
        width: 100%;
        height: auto;
    }

    #body-index .offerta-settimana img {
        border: none;
    }
}

.offerta-settimana li + li {
    float: left;
    margin-right: 3px;
    margin-top: 2px;
}

.offerta-settimana li + li img {
    width: 35px;
}

@media all and (max-width: 479px) {
    .offerta-settimana li + li {
        display: none;
    }
}

.offerta-settimana h1 {
    color: #1156C5;
    line-height: 14px;
    font-size: 14px;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.offerta-settimana a {
    text-decoration: none;
}

@media all and (max-width: 479px) {
    .offerta-settimana h1 {
        position: relative;
        display: block;
        width: 100%;
        margin: 10px 0;
    }
}

.offerta-settimana-gallery {
    width: 155px;
    float: left;
    display: block;
}

.offerta-settimana-carousel {
    margin: 0;
    padding: 0;
    margin-top: 5px;
}

.offerta-settimana-carousel li {
    margin: 0;
    padding: 0;
}

.offerta-settimana-carousel li + li {
    margin-left: 5px;
}

.offerta-settimana-description {
    padding-right: 10px;
    margin-left: 165px;
    position: relative;
}

.offerta-settimana-description p {
    height: 70px;
    position: relative;
    margin: 0;
    padding: 0;
    margint-bottom: 1px;
}

.offerta-settimana-description span {
    font-weight: bold;
    font-size: 18px;
}

.offerta-settimana-description h3 {
    margin: 0;
    padding: 0;
    color: #1156C5;
    font-size: 14px;
    height: 25px;
}

.offerta-selezionata {
    position: relative;
    display: block;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    float: left;
    width: 240px;
    padding-top: 50px;
    text-align: left;
}

.offerta-selezionata h1 {
    position: absolute;
    color: #757575;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    padding: 5px 0;
    top: 0;
    left: 0;
    font-weight: normal;
    font-size: 20px;
    border-bottom: 1px solid #CCCCCC;
    text-align: left;
    font-style: normal;
    padding-left: 10px;
    width: 230px;
}

.offerta-selezionata em {
    font-family: BMWType_Bold, Arial;
    position: relative;
    color: #1156C5;
    line-height: 15px;
    font-size: 24px;
    text-transform: uppercase;
    overflow: hidden;
    font-style: normal;
    font-weight: normal;
    margin-left: 15px;

}

.offerta-selezionata a {
    text-decoration: none;
    text-align: left;
}

.offerta-selezionata a.photo-link {
    position: relative;
    display: block;
    margin-left: 8px;
    overflow: hidden;
}

.offerta-selezionata a.photo-link::before {
    content: "";
    display: block;
    padding-bottom: 75%; /* 640x480 */
    width: 100%;
}

.offerta-selezionata a.photo-link img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.offerta-selezionata img {
    max-width: 100%;
}

.offerta-selezionata p {
    margin-left: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    margin-left: 15px;
    height: 15px;
}

.offerta-selezionata .btn {
    display: none;
}

.offerta-selezionata-details {
    display: block;
    margin-left: 15px;
    margin-top: 10px;
    background: transparent url(/skin/website/widgets/icons.resource.png) no-repeat -990px -228px;
    padding-left: 10px;
}

.offerta-selezionata-details:hover {
    color: #1C69D4;
    background-position: -960px -258px;
}

.field.autocomplete {
}

.autocomplete .ui-autocomplete {
    border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    -webkit-border-radius: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: auto !important;
    height: 264px;
    line-height: 14px;
    margin-bottom: 40px;
    max-height: 264px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 1px;
    width: auto !important;
}

.autocomplete .ui-autocomplete .ui-menu-item {
}

.autocomplete .ui-autocomplete .ui-menu-item a {
    border: 1px solid #FFFFFF;
    border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    -webkit-border-radius: 0;
    color: #666666;
    display: block;
    font-size: 12px;
    height: 12px;
    line-height: 12px;
    margin: -1px;
    overflow: hidden;
    padding: 5px 7px;
    position: relative;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 1;
}

.autocomplete .ui-autocomplete .ui-menu-item a.ui-state-hover {
    background: #EEEEEE;
    border-color: #E5E5E5 #CFCFCF #CFCFCF #E5E5E5;
    color: #0044CC;
    /*margin: 0;*/
    z-index: 2;
}

.field.slider {
}

.slider .ui-slider-horizontal {
    background: none;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    -webkit-border-radius: 0;
    bottom: 9px;
    height: 18px;
    position: absolute;
}

.slider .ui-slider-horizontal .ui-slider-range {
    /*background: transparent url(/skin/website/widgets/slider.png) no-repeat 50% -44px;*/
    background: #1C69D4;
    border: 0;
    height: 18px;
    margin-left: 6px;
}

.slider .ui-slider-horizontal .ui-slider-range-min {
    background-position: 0 -44px;
}

.slider .ui-slider-horizontal .ui-slider-range-max {
    background-position: 100% -44px;
}

.slider .ui-slider-horizontal .ui-slider-handle {
    background: transparent url(/skin/website/widgets/slider.png) no-repeat 0 0;
    border: 0;
    height: 26px;
    margin-left: -3px;
    top: -4px;
    width: 19px;
}

.slider .ui-slider-horizontal label {
    color: #262626 !important;
    cursor: default;
    font-size: 11px !important;
    font-weight: normal !important;
    left: 0;
    line-height: 12px !important;
    position: absolute;
    top: 21px;
    font-family: Verdana, Arial, sans-serif !important;
}

.slider .ui-slider-horizontal label[rel="max"] {
    margin-right: -12px !important;
    left: auto;
    right: 0;
    text-align: right;
}

.slider .ui-slider-horizontal .background,
.slider .ui-slider-horizontal .background .start,
.slider .ui-slider-horizontal .background .end {
    background: transparent url(/skin/website/widgets/slider.png) no-repeat 50% -26px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: -12px;
    top: 0;
}

.slider .ui-slider-horizontal .background .start {
    background-position: 0 -26px;
    width: 4px;
    right: auto;
}

.slider .ui-slider-horizontal .background .end {
    background-position: 100% -26px;
    left: auto;
    width: 4px;
    right: 0;
}

#sidebar.lite-form {
    /*position: relative;*/
    /*top: 0;
	left: 0;*/
    margin-top: 0;
}

.lite-form {
    margin-bottom: 25px;
}

.lite-form h2 {
    margin: 25px 0 15px;
    text-transform: uppercase;
}

.lite-form form > fieldset {
    border: 0;
    margin: 0;
    padding: 10px 0;
}

.field label {
    color: #000000;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 14px;
}

input[type="password"],
input[type="text"],
select,
textarea {
    border: 1px solid;
    border-color: #7C7C7C #C3C3C3 #DDDDDD;
    display: block;
    height: 20px;
}

input[type="password"],
input[type="text"],
textarea {
    height: 14px;
    padding: 2px 2px 2px 3px;
}

textarea {
    height: auto;
}

.lite-form .multicheckbox-container ul {
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

.lite-form .multicheckbox-container ul li {
    list-style: none;
    float: left;
    padding: 0;
    margin: 0;
    margin-right: 10px;
}

@media all and (max-width: 1023px) {
    .lite-form .multicheckbox-container ul li {
        float: left;
        width: 33%;
        margin-right: 0;
        margin-bottom: 8px;
    }
}

@media all and (max-width: 767px) {
    .lite-form .multicheckbox-container ul li {
        width: 50%;
    }
}

@media all and (max-width: 479px) {
    .lite-form .multicheckbox-container ul li {
        width: 100%;
    }
}

.lite-form .multicheckbox-container ul li label {
    color: #000000;
    cursor: default;
    font-size: 13px !important

}

#sidebar .field-multicheckbox > label {
    font-size: 13px;
    line-height: 16px;
    font-family: BMWType_Bold;
    font-weight: normal;
}

.lite-form .multicheckbox-container ul li input {
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}

.index .lite-form form,
.home .lite-form form {
    background: #EEEEEE;
}

.index .lite-form .field,
.home .lite-form .field {
    float: left;
    height: 50px;
    /*margin-right: 40px;*/
    margin: 0 20px;
    padding: 8px 15px;
    position: relative;
    width: 210px;
}

.lt-ie9 .index .lite-form .field,
.lt-ie9 .home .lite-form .field {
    margin: 0 19px;
}

.index .lite-form .field-multicheckbox,
.home .lite-form .field-multicheckbox {
    position: relative;
    float: left;
    left: 0;
    width: 770px;
    margin: 14px 20px 0;
    padding: 8px 15px;
}

@media all and (max-width: 1023px) {
    .index .lite-form .field-multicheckbox, .home .lite-form .field-multicheckbox {
        width: 622px;
    }
}

@media all and (max-width: 767px) {
    .index .lite-form .field-multicheckbox, .home .lite-form .field-multicheckbox {
        width: 422px;
    }
}

@media all and (max-width: 567px) {
    .index .lite-form .field-multicheckbox, .home .lite-form .field-multicheckbox {
        width: 370px;
    }
}

@media all and (max-width: 479px) {
    .index .lite-form .field-multicheckbox, .home .lite-form .field-multicheckbox {
        width: 240px;
    }
}

.index .lite-form .field-multicheckbox > label,
.home .lite-form .field-multicheckbox > label {
    font-weight: bold;
}

.index .lite-form .field.button.wrapper,
.home .lite-form .field.button.wrapper {
    float: right;
    *padding-right: 55px;
    *margin-right: 0;
    width: 400px;
    height: auto;
}

.index .lite-form label,
.home .lite-form label {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 14px;
}

.index .lite-form .field.slider,
.home .lite-form .field.slider {
    width: 210px;
}

.index .lite-form .slider .ui-slider-horizontal,
.home .lite-form .slider .ui-slider-horizontal {
    left: 15px;
    right: 27px;
}

.home .lite-form .slider .ui-slider-horizontal .ui-slider-range {
}

.home .lite-form .slider .ui-slider-horizontal .ui-slider-range-min {
}

.home .lite-form .slider .ui-slider-horizontal .ui-slider-range-max {
}

.home .lite-form .slider .ui-slider-horizontal .ui-slider-handle {
}

.home .lite-form .slider .ui-slider-horizontal label {
}

.home .lite-form .slider .ui-slider-horizontal label[rel="max"] {
}

.home .lite-form .slider .ui-slider-horizontal .background {
}

.index .lite-form .field input[type="text"],
.index .lite-form .field select,
.home .lite-form .field input[type="text"],
.home .lite-form .field select {
    bottom: 8px;
    left: 15px;
    position: absolute;
}

.index .lite-form .field input[type="text"],
.home .lite-form .field input[type="text"] {
    width: 203px;
}

.index .lite-form .field select,
.home .lite-form .field select {
    width: 210px;
}

.field.button.wrapper {
    text-align: right;
}

.lite-form .btn {
    /*float: right;*/
    display: inline-block;
    width: 70px;
    font-size: 13px;
    font-family: 'BMWType_Bold', 'Arial';
    font-weight: normal;
    *padding: 4px 10px 5px;
}

.lt-ie8 .lite-form .btn {
    display: inline;
    zoom: 1;
}

.field.button.wrapper .results {
    font-weight: bold;
    margin-right: 5px;
    font-size: 18px;
}

.home .lite-form .btn {
    margin-top: 26px;
}

aside.dealer .field-radio label {
    display: block;
    margin: 6px 0 0;
}

aside.dealer .field-radio label input {
    width: 20px;
}

/*

	#quickSearch .button {
		width: 94px;
	}
	#quickSearch .button.wrapper {
		background: transparent url(/widgets/quickSearchFieldSeparator.png) repeat-y 0 0 !important;
		padding-right: 0;
	}
		#quickSearch input.button {
			bottom: 6px;
			display: block;
			left: 15px;
			position: absolute;
			right: 15px;
		}
*/
#mainSlideshow .header-container {
    position: relative;
    clear: both;
    float: left;
    /*height: auto;*/
    min-height: 200px;
    height: auto !important;
    height: 200px;
    left: 0;
    padding: 0;
    width: 100%;
    max-width: 1270px;
    margin-left: 0;
    display: none
    background-color: #CAFFCA;
}

/*@media all and (max-width: 319px) {
		#mainSlideshow .header-container {
				min-height: 116px;
				height: auto !important;
				height: 116px;
		}

		.home #mainSlideshow .header-container {
			min-height: 160px;
			height: auto !important;
			height: 160px;
		}
	}*/
@media all and (max-width: 479px) {
    #mainSlideshow .header-container {
        min-height: 100px;
        height: auto !important;
        height: 100px;
    }

    .home #mainSlideshow .header-container {
        min-height: 186px;
        height: auto !important;
        height: 160px;
    }
}

@media all and (min-width: 480px) and (max-width: 715px) {
    #mainSlideshow .header-container {
        min-height: 286px;
        height: auto !important;
        height: 146px;
    }
}

#mainSlideshow .header-container img {
    width: 100%;
    height: auto;
}

#mainSlideshow .header-container article section {
    display: none;
    position: absolute;
}

#mainSlideshow .header img {
    /*position: absolute;*/
    position: static;
    padding: 0;
    margin: 0;
}

#mainSlideshow .header h1 {
    position: relative;
    font-family: 'BMWType_Bold';
    font-weight: normal;
    text-transform: uppercase;
    font-size: 26px;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    z-index: 200;
    /*text-shadow: 2px 2px 10px #333333;*/
}

#mainSlideshow .header p {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 30px;
    z-index: 200;
    /*text-shadow: 2px 2px 10px #333333;*/
}

#mainSlideshow .header .btn {
    position: relative;
}

@media all and (max-width: 1023px) {
    #mainSlideshow .header-container article section {
        width: 300px;
        left: 5% !important;
        right: auto !important;
        top: 5% !important;
    }
}

@media all and (max-width: 767px) and (min-width: 480px) {
    #mainSlideshow .header-container article section {
        width: 350px !important;
    }
}

@media all and (max-width: 480px) {
    #mainSlideshow .header h1 {
        line-height: 13px;
    }
}

@media all and (max-width: 767px) {

    #mainSlideshow .header-container article section {
        width: 200px;
        position: relative;
        margin-top: 10px;
    }

    #mainSlideshow .header h1 {
        margin-bottom: 0;
        font-size: 11px;
        color: #000000 !important;
    }

    #mainSlideshow .header p {
        margin-bottom: 10px;
        font-size: 7px;
        font-weight: bold;
        color: #000000 !important;
    }

    #mainSlideshow .header .btn {
        width: 100px;
        margin-top: 2px;
        padding: 4px 5px;
        font-size: 9px;
        line-height: 9px;
    }
}

@media all and (min-width: 767px) and (max-width: 1024px) {

    #mainSlideshow .header-container article section {
        width: 400px;
        position: relative;
        margin-top: 10px;
        margin-bottom: 60px;
    }

    #mainSlideshow .header h1 {
        margin-bottom: 0;
        font-size: 11px;
        color: #000000 !important;
    }

    #mainSlideshow .header p {
        margin-bottom: 10px;
        font-size: 7px;
        font-weight: bold;
        color: #000000 !important;
    }

    #mainSlideshow .header .btn {
        width: 200px;
        margin-top: 2px;
        padding: 4px 5px;
        font-size: 9px;
        line-height: 9px;
    }
}

@media all and (min-width: 481px) and (max-width: 1024px) {
    #mainSlideshow .header h1 {
        margin-bottom: 0;
        font-size: 21px;
    }

    #mainSlideshow .header p {
        margin-bottom: 10px;
        font-size: 14px;
        font-weight: bold;
    }

    #mainSlideshow .header .btn {
        font-size: 12px;
        margin-top: 40px;
    }
}

.controls {
    position: absolute;
    bottom: 50px;
    right: 46px;
    width: 150px;
    padding: 10px;
    background-color: #FFFFFF;
    z-index: 2000;
}

.standard {
    /*float: left;*/
    padding: 15px;
    display: block;
    border: 1px solid #E6E6E6;
    width: 230px;

    margin: 0 0 10px 0;
}

@media all and (max-width: 480px) {
    .controls {
        right: 0;
        bottom: auto;
        top: 89px;
        width: 72px;
    }

    .controls .caption {
        display: none !important;
    }
}

@media all and (min-width: 481px) and (max-width: 768px) {
    .controls {
        /*right: 38px;
			bottom: 24px;*/
        right: 10px;
        bottom: auto;
        top: 194px;
        width: 105px;
    }
}

@media all and (min-width: 769px) and (max-width: 1194px) {
    .controls {
        right: 40px;
        bottom: auto;
        top: 263px;
    }
}

.standard h1 {
    padding: 0;
    margin: 0;
    font-size: 13px;
}

.standard p {
    margin: 0;
    padding: 0;
    height: 35px;
}

/*.standard + .standard {
  margin-top: 10px;
}*/

.standard .btn {
    font-family: BMWType_Bold, Arial;
    background: transparent url(/skin/website/widgets/icons.resource.png) no-repeat -990px -228px;
    color: #666666;
    padding: 0;
    margin: 0;
    padding-left: 10px;
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
    text-align: left;
}

.standard .btn:hover {
    color: #1C69D4;
    background-position: -960px -258px;
}

@media all and (max-width: 480px) {
    .standard {
        width: 100%;
        max-width: 234px;
        margin-bottom: 27px;
    }
}

.small {
    /*float: left;*/
    display: block;
    border: 0;
    width: 260px;
    /*margin-left: 25px;*/
}

.small + .small {
    margin-top: 15px;
}

.small h1 {
    display: none;
    padding: 0;
    margin: 0;
}

.small .btn {
    background: transparent url(/skin/website/widgets/icons.resource.png) no-repeat -990px -228px;
    color: #666666;
    padding: 0;
    margin: 0;
    padding-left: 10px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
}

.small .btn:hover {
    color: #1C69D4;
    background-position: -960px -258px;
}

a {
    color: #666666;
}

/*a:visited { color: #666666; }*/
a:hover, a:focus, .active > a {
    color: #1C69D4;
}

a:hover, a:active, a:focus {
    outline: 0;
}

.linklist {
    list-style: none;
    margin-top: 12px;
    padding: 0;
}

.linklist li {
    clear: both;
    float: left;
    margin-bottom: 12px;
}

.lt-ie8 .linklist li {
    margin-bottom: 0;
    padding-bottom: 12px;
}

.linklist li a,
a.arrow {
    background: transparent url(/skin/website/widgets/icons.resource.png) no-repeat -990px -226px;
    font-weight: normal;
    display: inline-block;
    text-indent: 10px;
    line-height: 16px;
    font-size: 13px;
    font-family: BMWType_Bold, Arial, Helvetica, sans-serif;

}

.lt-ie8 .linklist li a,
.lt-ie8 a.arrow {
    display: inline;
    zoom: 1;
}

.linklist li a:hover,
.linklist li a:focus,
.linklist li.active > a,
a.arrow:hover,
a.arrow:focus {
    background-position: -960px -256px;
}

@media all and (max-width: 320px) {
    .linklist li a {
        font-size: 9px;
    }
}

div[role="main"] {
    margin-top: -8px;
}

section h1 {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
}

aside h1 {
    color: #000000;
    font-size: 14px;
    font-family: BMWType_Bold, Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 15px;
    padding-bottom: 20px;
}

aside h2 {
    color: #000000;
    font-size: 13px;
    /*font-weight: bold;*/
    line-height: 15px;
}

/* --------------------------------------------------------------------------
         Lite search panel & side filters                                     */

#sidebar {
    position: relative;
    float: left;
    /*right: 31px;*/
    width: 100%;
    max-width: 230px;
    margin: -12px 0 0 0;
    padding: 0;
    background: #FFFFFF;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .55);
    z-index: 300;
}

@media all and (max-width: 320px) {
    #sidebar {
        position: absolute;
        float: none;
        top: 0;
        left: 0;
        right: auto;
        width: 100%;
        max-width: 100%;
        z-index: 999999999;
    }

    #sidebar-slider {
        display: none;
    }
}

@media all and (min-width: 321px) and (max-width: 1023px) {
    #sidebar {
        position: absolute;
        float: none;
        top: 0;
        left: 0;
        right: auto;
        width: 303px;
        z-index: 999999999;
    }

    #sidebar-slider {
        display: none;
    }
}

/*@media all and (min-width: 481px) and (max-width: 1194px) {
			#body-list .sidebar {
				position: relative;
				margin-top: -12px;
				z-index: 300;
				float: right;
				right: 6px;
				width: 303px;
			}
		}
		@media all and (max-width: 480px) {
			.sidebar {
				clear: both;
  float: left;
				right: auto;
				width: 100%;
				max-width: 100%;
				margin: 20px auto;
  padding: 0;
			}
		}*/

.view #sidebar {
    float: none;
}

.lt-ie9 #sidebar {
    border: 1px solid #C3C3C3;
    margin-top: -1px;
    margin-bottom: -1px;
    width: 228px;
}

#sidebar > * {
    border-top: 2px solid #E6E6E6;
}

#sidebar header {
    border-top: 0;
    padding: 15px;
}

#sidebar header .linklist {
    margin: 0 0 -12px;
}

#sidebar form {
    border-width: 1px 0;
    padding: 15px 15px;
}

#sidebar fieldset {
    width: 200px;
}

#sidebar .field {
    float: left;
    height: 45px;
    padding: 8px 0;
    position: relative;
    width: 100%;
}

#sidebar .field.multiple {
}

#sidebar .field.multiple .field {
    margin-left: 5%;
    padding: 0;
    width: 47.5%
}

#sidebar .field.multiple .field:first-child {
    margin-left: 0;
}

#sidebar .field.autocomplete {
}

#sidebar .autocomplete .ui-autocomplete {
    left: 0 !important;
    right: 0 !important;
}

#sidebar .autocomplete .ui-autocomplete .ui-menu-item a {
}

#sidebar .autocomplete .ui-autocomplete .ui-menu-item a.ui-state-hover {
}

#sidebar .field.slider {
    height: 60px;
}

#sidebar .slider .ui-slider-horizontal {
    left: 0;
    right: 12px;
    margin: 3px 6px 38px 0;
    top: 26px;
}

#sidebar .slider .ui-slider-horizontal .ui-slider-range {
}

#sidebar .slider .ui-slider-horizontal .ui-slider-range-min {
}

#sidebar .slider .ui-slider-horizontal .ui-slider-range-max {
}

#sidebar .slider .ui-slider-horizontal .ui-slider-handle {
}

#sidebar .slider .ui-slider-horizontal label {
}

#sidebar .slider .ui-slider-horizontal label[rel="max"] {
}

#sidebar .slider .ui-slider-horizontal .background {
}

#sidebar .button.wrapper {
    float: right;
    /*height: 24px;*/
}

#sidebar .button {
    /*width: 94px;*/
    width: 200px;
}

#sidebar .field label {
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 6px;
    font-family: 'BMWType_Bold', Arial;
    font-weight: normal;
}

#sidebar input[type="text"],
#sidebar select {
    bottom: 8px;
    left: 0;
    position: absolute;
    right: 0;
    width: 97%;
}

#sidebar .multiple input[type="text"],
#sidebar .multiple select {
    bottom: 0;
}

#sidebar input[type="text"] {
}

#sidebar input.button {
    bottom: 6px;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
}

#breadcrumbs {
    border-top: 2px solid #E6E6E6;
    clear: both;
    list-style: none;
    margin: 0;
    padding: 15px 15px 10px;
}

#breadcrumbs li {
    clear: left;
    float: left;
    height: 15px;
    margin: 0 0 5px 0;
    max-width: 100%;
    position: relative;
}

.lt-ie8 #breadcrumbs li {
    width: 100%;
}

#breadcrumbs li a {
    display: inline-block;
    line-height: 15px;
    /*margin-left: 20px;*/
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lt-ie8 #breadcrumbs li a {
    display: inline;
    zoom: 1;
}

#breadcrumbs li.filter a {
    padding-right: 20px;
}

#breadcrumbs li.filter a:hover,
#breadcrumbs li.filter a:focus {
    background-position: -570px -30px;
}

#breadcrumbs li.filter a.remove {
    background: transparent url(/skin/website/widgets/icons.resource.png) -569px 1px no-repeat;
    /*float: left;*/
    height: 15px;
    margin: 0 5px 0 0;
    padding: 0;
    /*position: absolute;*/
    text-indent: 15px;
    width: 13px;
}

#breadcrumbs li.filter a.remove:hover,
#breadcrumbs li.filter a.remove:focus {
    background-position: -569px -29px;
}

#breadcrumbs li.filter .icon-last-small {
    background-position: -870px 0px;
}

#breadcrumbs li.filter a:hover .icon-last-small {
    background-position: -870px -30px;
}

#sidebar-slider #breadcrumbs li strong {
    font-size: 17px;
    letter-spacing: -.75px;
    line-height: 17px;
    margin-bottom: -3px;
    padding-bottom: 3px;
    font-family: BMWType_Bold, Arial, Helvetica, sans-serif;
    font-weight: normal;
}

#sidebar-slider #breadcrumbs li:first-child {
    margin-bottom: 10px;
}

/*#sideFilters {
		height: 0;
		overflow: hidden;
		padding: 10px 20px 15px 20px;
		padding: 0 20px 0 20px;
		position: relative;
	    border-top: 2px solid #e6e6e6;
	}
		#sideFilters > ul {
			list-style: none;
			margin: 0;
			padding: 8px 0;
		}
			#sideFilters li {
				clear: left;
				float: left;
				white-space: nowrap;
			}
			#sideFilters > ul > li {
				margin: 7px 0 0;
				width: 100%;
			    border-bottom: 2px solid #e6e6e6;
			}
				#sideFilters > ul > li > a {
					background: transparent url(/skin/website/widgets/icons.resource.png) no-repeat -988px -228px;
					clear: both;
					color: #000000;
					cursor: pointer;
					float: left;
					font-weight: bold;
					margin-bottom: 7px;
					text-indent: 15px;
				}
				#sideFilters > ul > li.open > a {
					background-position: -870px -349px;
				}
			#sideFilters > ul > li.collapsed {
				background-position: -990px -228px;
			}
			#sideFilters > ul > li:first-child {
				margin-top: 0;
			}
				#sideFilters li ul {
					float: left;
					clear: both;
					list-style: none;
					margin: 0 0 0 15px;
					padding: 0;
				}
					#sideFilters li li {
						color: #666666;
						height: 14px;
						margin: 0;
						max-width: 175px;
						overflow: hidden;
						padding: 0 0 3px;
					}
					#sideFilters li li.last {
						padding-bottom: 16px;
					}
					#sideFilters li li.toggler {
						padding-top: 2px;
					}
				.lt-ie8 #sideFilters > ul ul,
				.lt-ie8 #sideFilters > ul li {
					width: 100%;
				}
						#sideFilters li li a {
							color: #1156c5;
							cursor: pointer;
							display: block;
							padding-right: 4px;
							overflow: hidden;
							text-overflow: ellipsis;
							white-space: nowrap;
						}
						#sideFilters li li a:hover,
						#sideFilters li li a:focus {
							text-decoration: underline;
						}
						#sideFilters li li .count {
							float: right;
						}
						#sideFilters li li.toggler a {
							background: transparent url(/skin/website/widgets/icons.resource.png) no-repeat -960px -258px;
							float: left;
							text-indent: 12px;
						}
						#sideFilters li li.toggler.open a {
							background: transparent url(/skin/website/widgets/icons.resource.png) no-repeat -900px -320px;
						}
    */

#sideFilters {
    border-top: 2px solid #E6E6E6;
    height: 0;
    overflow: hidden;
    padding: 10px 20px 15px 20px;
    padding: 0 20px 0 20px;
    position: relative;
}

#sideFilters > ul {
    list-style: none;
    margin: 0;
    padding: 8px 0;
}

#sideFilters li {
    clear: left;
    float: left;
    white-space: nowrap;
}

#sideFilters > ul > li {
    width: 100%;
    border-bottom: 2px solid #E6E6E6;
    margin-bottom: 9px;
    padding-bottom: 9px;
}

#sideFilters > ul > li > a {
    clear: both;
    color: #262626;
    cursor: pointer;
    float: left;
    font-weight: normal;
    font-family: BMWType_Bold, Arial, sans-serif;
    font-size: 13px;
    line-height: 16px;
}

#sideFilters > ul > li > a i {
    margin-right: 8px;
}

#sideFilters > ul > li > a:hover i {
    background-position: -180px -90px;
}

#sideFilters > ul > li > a i.icon-plus-medium {
    display: inline-block;
}

#sideFilters > ul > li > a i.icon-minus-medium {
    display: none;
}

#sideFilters > ul > li.open > a {
}

#sideFilters > ul > li.open > a:hover i {
    background-position: -210px -90px;
}

#sideFilters > ul > li.open > a i.icon-plus-medium {
    display: none;
}

#sideFilters > ul > li.open > a i.icon-minus-medium {
    display: inline-block;
}

#sideFilters > ul > li.collapsed {
    background-position: -990px -228px;
}

#sideFilters > ul > li:first-child {
    margin-top: 0;
}

#sideFilters li ul {
    float: left;
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 8px;
}

#sideFilters li li {
    color: #666666;
    height: 14px;
    margin: 0;
    max-width: 175px;
    overflow: hidden;
    padding: 0 0 3px;
    margin-bottom: 4px;
}

#sideFilters li li.last {
    padding-bottom: 16px;
}

#sideFilters li li.toggler {
    padding-top: 2px;
}

.lt-ie8 #sideFilters > ul ul,
.lt-ie8 #sideFilters > ul li {
    width: 100%;

}

#sideFilters li li a {
    color: #262626;
    cursor: pointer;
    display: block;
    padding-right: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    line-height: 16px;
}

#sideFilters li li a:hover,
#sideFilters li li a:focus {
    /*text-decoration: underline;*/
    color: #1C69D4;
}

#sideFilters li li .count {
    float: right;
    color: #1C69D4;
    font-size: 13px;
}

#sideFilters li li.toggler a {
    background: transparent url(/skin/website/widgets/icons.resource.png) no-repeat -960px -258px;
    float: left;
    text-indent: 12px;
}

#sideFilters li li.toggler.open a {
    background: transparent url(/skin/website/widgets/icons.resource.png) no-repeat -900px -320px;
}

/*       End of lite search panel & side filters
   -------------------------------------------------------------------------- */

.field.loading {
    background: none;
}

section#main {
    position: relative;
    float: right;
    right: 11px;
    width: 100%;
    max-width: 840px;
    margin: 0;
    padding-top: 50px;
    z-index: 300;
}

@media all and (max-width: 1023px) {
    section#main {
        position: relative;
        float: left;
        right: auto;
        left: 0;
        width: 100%;
        max-width: 100%;
    }
}

/*@media all and (min-width: 480px) and (max-width: 1194px) {
	section#main {
		right: 0;
	}
}*/

.list section#main {
    width: 78%;
    max-width: 744px;
}

@media all and (max-width: 1085px) {
    .list section#main {
        width: 673px; /* 71% */
    }
}

@media all and (max-width: 767px) {
    .list section#main {
        width: 100%;
    }
}

/*@media all and (max-width: 800px) {
	.list section#main {
		width: 100%;
	}
}
@media all and (min-width: 801px) and (max-width: 1023px) {
	.list section#main {
		width: 66%;
	}
}
@media all and (min-width: 1024px) and (max-width: 1194px) {
	.list section#main {
		width: 73%;
	}
}*/

.view section#main {
    padding-top: 25px;
}

section#main header {
    margin-bottom: 50px;
}

/*.view #vehicle-details {
  width: 744px;
		}*/

.view #vehicle-details header {
    margin-bottom: 25px;
}

section#main header h1 {
    float: left;
    margin: 0;
    padding: 0 28px 3px 0;
}

section#main header h2 {
    clear: both;
    float: left;
    font-size: 13px;
    margin: 0;
    padding: 0 28px 10px 0;
}

#bookmarks {
    float: right;
    list-style: none;
    margin: 0;
}

/*.view #bookmarks {
  float: none;
			}*/

.lt-ie8 #bookmarks {
    margin-bottom: 0;
}

#bookmarks li {
    float: left;
    height: 16px;
    margin: 0;
}

#bookmarks li a {
    line-height: 15px;
    line-height: 15px;
    font-size: 13px;
    font-family: 'BMWType_Bold', Arial;
    font-weight: normal;
}

#bookmarks {
    margin-left: 20px;
    white-space: nowrap;
}

#sorting {
    clear: both;
    float: right;
    margin-top: 10px;
    margin-top: 0;
}

/*.bookmarked #sorting,
			.comparable #sorting {
  clear: none;
  margin-top: 3px;
			}*/

.lt-ie8 #sorting {
    position: realtive;
    margin-top: 20px;
    *margin-top: 0;
    *clear: right;
}

#sorting label {
    float: left;
    line-height: 20px;
    margin: 0 15px;
    white-space: nowrap;
}

.lt-ie8 #sorting label {
    float: none;
    line-height: 20px;
    position: absolute;
    right: 100%;
    text-align: right;
    width: 100px;
}

@media all and (max-width: 321px) {
    #bookmarks {
        margin-left: 0;
        float: left;
        right: auto;
        left: 0;
        white-space: nowrap;
    }

    #vehicle-detail #bookmarks li {
        width: 100%;
        float: left;
        right: auto;
        left: 0;
        white-space: nowrap;
        margin: 0;
    }

    #sorting {
        margin-left: 0;
        float: left;
        right: auto;
        left: 0;
        margin-top: 10px;
        margin-top: 0; /* XXX */
    }

    #sorting label {
        margin: 0;
    }
}

.list .articles {
    margin-top: -20px;
    position: relative;
    float: right;
    width: 100%;
}

.list .articles article {
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    /*height: 160px;*/
    border-top: 2px solid #EDEDED;
    padding: 20px 0 20px;
}

.list .articles article.hover {
    background: #D6E9F8;
}

.list .articles article.special {
    clear: both;
    position: relative;
    /*overflow: hidden;*/
    background: #F9F9F9 url(/skin/website/widgets/warrantyBackground.png) repeat-x 0 100%;
    border: 3px solid #FFFFFF !important;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
    /*height: 161px;*/
    height: auto;
    margin: 17px -3px 0;
    padding: 0;
}

.list .articles article.special.hover {
    background: #D6E9F8;
}

.list .articles article.special + article {
    margin-top: 17px;
}

.list .articles article.special + article.special {
    margin-top: 34px;
}

.list .articles article:first-child,
.list .articles article.special + article {
    border-top: 0;
}

@media all and (max-width: 1024px) {
    .list .articles article {
        height: auto;
    }
}

.list .articles article:first-child {
    border-top: 0;
}

.list .articles article.hot {
    cursor: pointer;
}

.list .articles article.even {
    background: #EDEDED;
}

.list .articles article aside.photos {
    float: left;
    /*height: 100%;*/
    /*width: 120px;*/
    width: 16.13%;
}

/*@media all and (max-width: 1024px) {
	.list .articles article aside.photos {
              width: 17.4%;
          }
}
@media all and (max-width: 480px) {
	.list .articles article aside.photos {
		float: none;
	}
}*/
.list .articles article aside.photos ul {
    float: left;
    height: 90px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    /*width: 120px;*/
    width: 100%;
}

.list .articles article aside.photos ul li {
    /*border: 1px solid #e1e1e2;*/
    display: none;
    left: 0;
    position: absolute;
    top: 0;
}

@media (max-width: 479px) {
    .list .articles article aside.photos ul li + li {
        display: none;
    }
}

.list article aside.photos ul li:first-child {
    display: block;
}

.list .articles article aside.photos ul li a {
    outline: none;
}

.list .articles article aside.photos ul li a .zoom {
    display: none;

}

.list .articles article aside.photos ul li img {

}

.list .articles article aside.photos ul li img {
    position: relative;
    display: block;
    /*width: 120px;*/

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

.list .articles article aside.photos a.arrow {
    margin: 0 0 4px 2px;
    font-size: 13px;
    font-family: BMWType_Bold, Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.list .articles article header {
    /*float: right;*/
    height: auto;
}

@media all and (max-width: 467px) {
    .list .articles article aside.photos {
        min-height: 230px;
    }
}

@media all and (max-width: 567px) {
    .list .articles article aside.photos, .list .articles article aside.photos ul, .list .articles article aside.photos ul li, .list .articles article aside.photos ul li a, .list .articles article aside.photos ul li img {
        position: relative;
        display: block;
        float: none;
        width: 100%;
        height: auto;
    }
}

.list .articles article aside.photos a.arrow {
    margin: 4px 0 4px 2px;
}

.list .articles article header {
    /*float: right;*/

    height: 22px;
    margin-bottom: 0 !important;
}

.list .articles article header dl {
    margin: 0;
    display: block;
    float: right;
    width: 83.87%;
    /*width: calc(100% - 120px);*/
    /*margin-right: -120px;*/
}

@media all and (max-width: 567px) {
    .list .articles article header dl {
        width: 100%;
    }
}

/*@media all and (max-width: 1024px) {
    .list .articles article header dl {
        width: 82.6%;
        font-size: 14px;
    }
}

   @media all and (max-width: 480px) {
       .list .articles article header dl {
           width: 100%;
           font-size: 14px;
       }
   }*/
/*@media all and (max-width: 320px) {
							.list .articles article header dl {
								width: 100%;
								margin-right: 0;
							}
						}
						@media all and (min-width: 321px) and (max-width: 1024px) {
							.list .articles article header dl {
								width: 82.4%;
							}
						}*/
.list .articles article header dl dt {
    display: none;
}

.list .articles article header dl dd {
    display: block;
    position: relative;
    background: #E1E1E2;
    border-right: 1px solid #FFFFFF;
    color: #636363;
    float: left;
    width: 25%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    margin: 0;
    text-align: center;
}

.list .articles article header dl dt.prezzo + dd {
    background: #FFFFFF;
    border: 1px solid #E1E1E2;
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    /*width: 210px;*/
    width: 35%;
}

.list .articles article header dl dt.chilometraggio + dd {
    /*width: 123px;*/
    width: 20%;
}

.list .articles article header dl dt.immatricolazione + dd {
    /*width: 113px;*/
    width: 20%;
}

.list .articles article header dl dt.potenza + dd {
    border-right: 0;
    /*width: 174px;*/
    width: 25%;
}

@media all and (max-width: 480px) {
    .list .articles article header dl dd {
        width: 25%;
    }

}

@media all and (max-width: 480px) {
    .list .articles article header dl dt.prezzo + dd {
        font-size: 10px !important;
    }

    .list .articles article header dl dt.chilometraggio + dd, .list .articles article header dl dt.immatricolazione + dd, .list .articles article header dl dt.potenza + dd {
        font-size: 9px !important;
    }
}

@media all and (max-width: 1024px) {
    .list .articles article header dl dt.prezzo + dd, .list .articles article header dl dt.chilometraggio + dd, .list .articles article header dl dt.immatricolazione + dd, .list .articles article header dl dt.potenza + dd {
        font-size: 12px;
    }
}

.list .articles article .details {
    position: relative;
    float: right;
    right: 0;
    width: 83.87%;
    /*height: 68px;*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px 0 15px;
    margin-bottom: 7px;
    font-size: 12px;
    line-height: 16px;
}

.list .articles article .details p {
    line-height: 14px !important;
}

@media all and (max-width: 567px) {
    .list .articles article .details {
        width: 100%;
    }
}

/*@media all and (max-width: 1024px) {
    .list .articles article .details {
        width: 80%;
        height: auto;
        margin-right: 0;
    }
}
@media all and (max-width: 1160px) {
    .list .articles article .details {
        width: 78%;
        height: auto;
        margin-right: 0;
    }
}
@media all and (min-width: 481px) and (max-width: 650px) {
    .list .articles article .details {
        width: 72%;
        height: auto;
        margin-right: 0;
    }
}
@media all and (max-width: 480px) {
    .list .articles article .details {
        width: 97%;
        height: auto;
        margin-right: 0;
        margin-bottom: 15px;
    }
}*/
.list .articles article .details hgroup {
    position: relative;
    clear: left;
    float: left;
    height: 44px;
    margin: 6px 0 5px;
    max-width: 100%;
}

.list .articles article.special .details hgroup {
    height: 44px;
    margin: 6px 0 5px;
    float: right;
    width: 435px;
}

@media all and (max-width: 1085px) {
    .list .articles article.special .details hgroup {
        width: 380px;
    }
}

@media all and (max-width: 767px) {
    .list .articles article.special .details hgroup {
        width: 275px;
    }
}

@media all and (max-width: 479px) {
    .list .articles article.special .details hgroup {
        width: 275px;
        margin-top: 50px;
    }
}

.list .articles article .details h1 {
    color: #1C69D4;
    margin: 0 0 -3px 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 17px;
}

.list .articles article .details h2 {
    color: #222222;
    float: none;
    font-family: BMWType_Bold, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
    margin: 4px 0;
}

@media all and (max-width: 480px) {
    .list .articles article .details hgroup {
        clear: both;
        float: none;
        height: auto;
    }

    .list .articles article .details h1 {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 13px;
    }

    .list .articles article .details h2 {
        display: block;
        float: none;
        padding: 0;
    }
}

@media all and (max-width: 767px) {
    .list .articles article .details h2 {
        font-size: 12px;
    }
}

.list .articles article .details p {
    line-height: 18px;
    margin: 0;
    width: 100% !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


@media all and (max-width: 320px) {
    .list .articles article .details p {
        line-height: 16px;
        font-size: 10px;
    }
}

@media all and (max-width: 480px) {
    .list .articles article .details p {
        line-height: 15px;
    }
}

.list .articles article .details p a[rel="deeper"] {
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-left: 5px;
    overflow: hidden;
    background: url(/skin/website/widgets/icons.resource.png) no-repeat -690px 0px;
    text-indent: 12px;
}

.lt-ie8 {
    display: inline;
    zoom: 1;
}

.list .articles article .details p a[rel="deeper"]:hover,
.list article.hover .details p a[rel="deeper"] {
    background-position: -690px -30px;
}

.list .articles article footer {
    float: right;
    height: 24px;
    /*width: 624px;*/
    width: 83.87%;
    margin-top: 5px;
}

@media all and (max-width: 567px) {
    .list .articles article footer {
        height: 59px;
    }
}

@media all and (max-width: 479px) {
    .list .articles article footer {
        /*position: relative;*/
    }
}

/*@media all and (max-width: 480px) {
						.list .articles article footer {
							width: 72%;
							margin-top: 10px;
						}
					}
					@media all and (min-width: 481px) and (max-width: 650px) {
						.list .articles article footer {
							width: 75%;
							margin-top: 10px;
						}
					}*/
@media all and (max-width: 650px) {
    .list .articles article footer {
        clear: both;
        float: right;
        width: 100%;
        margin-top: 10px;
    }
}

.list .articles article footer ul {
    /*width: 66.2%;*/
    float: right;
    list-style: none;
    margin: 0 1px 0 0;
    padding: 0;
}

@media all and (max-width: 479px) {
    .list .articles article footer ul {
        width: 100%;
    }
}

#bookmarks li,
.list .articles article footer ul li {
    float: left;
    height: 24px;
    margin-right: 20px;
    margin-left: 0;
    position: relative;
}

@media all and (max-width: 479px) {
    .list .articles article footer ul li {
        margin-right: 0;
        margin-left: 20px;
    }
}

.list .articles article footer ul li.wrapper {
    margin-right: 0;
}

.list .articles article footer ul li a {
    float: left;
    margin: 0;
}

.list .articles article footer ul li a[rel="deeper"] {
    margin-top: 4px;
}

#bookmarks li label,
.list .articles article footer ul li.field label {
    color: #666666;
    cursor: pointer;
    font-weight: normal;
}

.list .articles article footer ul li.field label {
    margin: 4px 0;
}

#bookmarks li input,
.list .articles article footer ul li.field input {
    cursor: pointer;
    vertical-align: middle;
}

.list .articles article footer p.warranty {
    float: left;
    margin: 4px 0 4px 15px;
    width: 5%; /* 29 */
}

.list .articles article footer p.warranty label {
    margin: 0;
    padding: 0;
    width: auto;
}

.list .articles article.special footer p.warranty label {
    height: 66px;
    left: -9px;
    overflow: hidden;
    position: absolute;
    text-indent: 66px;
    top: -7px;
    white-space: nowrap;
    width: 66px;
}

.list .articles article.special footer p.warranty label.qtip-trigger {
    cursor: help;
}

.lt-ie9 .list .articles article.special footer p.warranty label {
    left: -6px;
    top: -4px;
}

.list .articles article.special.bmw-premium-selection footer p.warranty label,
.list .articles article.special.mini-next footer p.warranty label,
.list .articles article.special.stillnuovo-12-mesi footer p.warranty label,
.list .articles article.special.stillnuovo-24-mesi footer p.warranty label,
.list .articles article.special.mini-stillnuovo-12-mesi footer p.warranty label,
.list .articles article.special.mini-stillnuovo-24-mesi footer p.warranty label {
    background: url(/skin/website/widgets/warrantyRibbon_usato_roma.png) 0 0;
}

.list .articles article.special.mini-next footer p.warranty label {
    background-position: 0 -66px;
}

.list .articles article.special.stillnuovo-12-mesi footer p.warranty label,
.list .articles article.special.stillnuovo-24-mesi footer p.warranty label {
    background-position: 0 -132px;
}

.list .articles article.special.mini-stillnuovo-12-mesi footer p.warranty label,
.list .articles article.special.mini-stillnuovo-24-mesi footer p.warranty label {
    background-position: 1px -200px;
}

.list .articles article.special footer p.warranty strong {
    left: 135px;
    position: absolute;
    top: 36px;
    width: 150px;
}

.list .articles article.special footer p.warranty strong span {
    display: block;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.list .articles article.special footer p.warranty strong .first-line {
    color: #333333;
    font-size: 18px;
    line-height: 18px;
}

.list .articles article.special footer p.warranty strong .second-line {
    color: #979797;
    font-size: 14px;
    line-height: 14px;
    margin-left: -1px;
}

@media all and (max-width: 1085px) {
    .list .articles article.special footer p.warranty strong {
        left: 120px;
    }
}

@media all and (max-width: 767px) {
    .list .articles article.special footer p.warranty strong {
        top: 30px;
        left: 67px;
    }

    .list .articles article.special footer p.warranty strong .first-line {
        font-size: 14px;
    }

    .list .articles article.special footer p.warranty strong .second-line {
        font-size: 12px;
    }
}

@media (max-width: 567px) {
    .list .articles article.special footer p.warranty strong {
        top: 385px;
        left: 0px;
    }
}

@media (max-width: 500px) {
    .list .articles article.special footer p.warranty strong {
        top: 363px;
        left: 0px;
        width: 130px;
    }
}

@media (max-width: 479px) {
    .list .articles article.special footer p.warranty strong {
        top: auto;
        left: 15px;
        bottom: 160px;
    }

    .list .articles article.special footer p.warranty strong .first-line, .list .articles article.special footer p.warranty strong .second-line {
        text-align: left;
    }
}

#bookmarks .bookmark,
#bookmarks .my_garage,
.list .articles article footer ul li.bookmark,
.list .articles article footer ul li.my_garage {
    overflow: hidden;
}

#bookmarks .my_garage {
    font-weight: bold;
}

#bookmarks .bookmark input ~ label,
.list .articles article footer ul li.bookmark input ~ label {
    background: transparent url(/skin/website/widgets/imagesPackedV1.png) no-repeat -48px -256px;
    padding-left: 16px;
    width: 0;
}

#bookmarks .my_garage input ~ label,
.list .articles article footer ul li.my_garage input ~ label {
    background: transparent url(/skin/website/widgets/icons.resource.png) no-repeat -510px -60px;
    padding-left: 18px;
    width: 0;
}

#bookmarks .bookmark input.checked ~ label,
.list .articles article footer ul li.bookmark input.checked ~ label {
    background-position: -32px -272px;
}

#bookmarks .my_garage input.checked ~ label,
.list .articles article footer ul li.my_garage input.checked ~ label {
    background-position: -510px -90px;
}

#bookmarks .bookmark input:checked ~ label,
.list .articles article footer ul li.bookmark input:checked ~ label {
    background-position: -32px -272px;
}

#bookmarks .my_garage input:checked ~ label,
.list .articles article footer ul li.my_garage input:checked ~ label {
    background-position: -510px -90px;
}

#bookmarks .bookmark input ~ label:hover,
#bookmarks .bookmark input ~ label:focus,
.list .articles article footer ul li.bookmark input ~ label:hover,
.list .articles article footer ul li.bookmark input ~ label:focus {
    color: #1C69D4;
}

#bookmarks .bookmark input,
.list .articles article footer ul li.bookmark input {
    display: none;
}

#bookmarks .my_garage input,
.list .articles article footer ul li.my_garage input {
    display: none;
}

#bookmarks .bookmark.loading input ~ label,
.list .articles article footer ul li.bookmark.loading input ~ label,
#bookmarks .bookmark.loading input.checked ~ label,
.list .articles article footer ul li.bookmark.loading input.checked ~ label,
#bookmarks .bookmark.loading input ~ label:hover,
#bookmarks .bookmark.loading input ~ label:focus,
.list .articles article footer ul li.bookmark.loading input ~ label:hover,
.list .articles article footer ul li.bookmark.loading input ~ label:focus {
    background: url(/skin/website/widgets/mediaGalleryLoading13.gif) no-repeat 0 1px;
}

#bookmarks .bookmark.loading input:checked ~ label,
.list .articles article footer ul li.bookmark.loading input:checked ~ label {
    background: url(/skin/website/widgets/mediaGalleryLoading13.gif) no-repeat 0 1px;
}

#bookmarks .my_garage.loading input ~ label,
.list .articles article footer ul li.my_garage.loading input ~ label,
#bookmarks .my_garage.loading input.checked ~ label,
.list .articles article footer ul li.my_garage.loading input.checked ~ label,
#bookmarks .my_garage.loading input ~ label:hover,
#bookmarks .my_garage.loading input ~ label:focus,
.list .articles article footer ul li.my_garage.loading input ~ label:hover,
.list .articles article footer ul li.my_garage.loading input ~ label:focus {
    background: url(/skin/website/widgets/mediaGalleryLoading13.gif) no-repeat 0 1px;
}

#bookmarks .my_garage.loading input:checked ~ label,
.list .articles article footer ul li.my_garage.loading input:checked ~ label {
    background: url(/skin/website/widgets/mediaGalleryLoading13.gif) no-repeat 0 1px;
}

.lt-ie9 #bookmarks .bookmark input,
.lt-ie9 .list .articles article footer ul li.bookmark input,
.lt-ie9 #bookmarks .my_garage input,
.lt-ie9 .list .articles article footer ul li.my_garage input {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}

.lt-ie9 .articles article footer ul li.bookmark input {
    top: -1000px;
}

/*.lt-ie9 .articles article footer ul li.bookmark input {
  visibility: hidden;
					}*/

@media all and (max-width: 1024px) {
    li.compare {
        display: none;
    }
}

.lt-ie8 #bookmarks .compare,
.lt-ie8 .list .articles article footer ul li.compare {
    width: 77px;
}

#bookmarks .compare label,
.list .articles article footer ul li.compare label {
    padding-right: 10px;
}

#bookmarks .compare input ~ label:hover,
#bookmarks .compare input ~ label:focus,
.list .articles article footer ul li.compare input ~ label:hover,
.list .articles article footer ul li.compare input ~ label:focus {
    color: #1C69D4;
}

#bookmarks .compare input,
.list .articles article footer ul li.compare input {
    float: right;
    margin-top: 6px;
}

#bookmarks .compare input {
    margin-top: 2px;
}

#bookmarks .compare.loading,
.list .articles article footer ul li.compare.loading {
    background: url(/skin/website/widgets/mediaGalleryLoading13.gif) no-repeat 100% 4px;
}

#bookmarks .compare.loading {
    background-position: 100% 1px;
}

#bookmarks .compare.loading input,
.list .articles article footer ul li.compare.loading input {
    visibility: hidden;
}

.list .articles article footer ul li.button.wrapper {
    margin-right: 0;
    padding: 0 0 0 10px;
    width: auto;
}

.list .articles article footer ul li.button.wrapper .btn {
    font-size: 13px;
    font-family: 'BMWType_Bold', 'Arial';
    font-weight: normal;
    width: auto;
    padding: 4px 10px 5px;
}

@media all and (max-width: 479px) {
    .list .articles article footer ul li.button.wrapper {
        margin: 4px 0;
        padding: 0;
        width: 100%;
        clear: both;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .list .articles article footer ul li.button.wrapper .btn {
        width: 92%;
        float: left;
        left: 2px;
        padding: 4px 4% 5px;
    }
}

.lt-ie8 .view #filters {
    clear: both;
}

/*.view #main {
  margin: 0 0 0 87px;
			}*/

.view #main aside {
    clear: left;
    float: left;
    margin-right: 40px;
    width: 252px;
}

.view #main aside a.arrow {
    clear: both;
    margin: 4px 0 4px 2px;
}

.view #main aside.photos > img,
.view #main aside.photos > a img {
    border: 1px solid #999999;
}

.view #main aside.photos a {
    float: left;
}

.view #main aside.photos ul {
    clear: both;
    list-style: none;
    margin: 0 -4px 0 0;
    padding: 4px 0 1px;
}

.view #main aside.photos ul li {
    float: left;
    margin: 0 4px 3px 0;
}

.view #main aside.photos a.arrow {
    float: none;
}

.lt-ie8 .view #main aside.photos a.arrow {
    display: inline;
    float: left;
}

.view #main aside.dealer {
    font-weight: bold;
    margin-top: 24px;
}

.view #main aside.dealer h1 {
}

.view #main aside.dealer p {
    margin: 0 0 10px;
}

.view #main aside.dealer p strong {
    color: #000000;
}

.view #main aside.dealer .btn {
    /*display: inline-block;*/
    font-size: 12px;
    width: 159px;
}

.view #main .contact {
    float: left;
    position: relative;
    width: 100%;
}

.view #main .contact #contact {
    background: #FFFFFF;
    border: 1px solid #CECECF;
    display: none;
    left: 0;
    padding: 10px 7px 5px;
    position: absolute;
    right: 0;
    top: -5px;
}

.view #main .contact #contact .hint {
    font-size: 11px;
}

.view #main .contact h3 {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 12px;
}

.view #main .contact .field {
    margin-bottom: 9px;
    width: 100%;
}

.view #main .contact .field label {
    font-weight: normal;
    line-height: 12px;
    margin-bottom: 3px;
}

.view #main .contact .field input,
.view #main .contact .field textarea {
    width: 94%;
}

.view #main .contact .field textarea {
    height: 90px;
}

.view #main .contact .field.error input,
.view #main .contact .field.error textarea {
    border-color: #CB3232 #C86C6C #D09999;
    color: #CC0000;
}

.view #main .contact .field.button {
    margin-bottom: 4px;
    width: auto;
}

.view #main .contact .field.button .button {
    position: static;
}

.view #main aside.dealer .contact p {
    float: left;
    clear: both;
    font-weight: normal;
    margin-bottom: 0;
    padding-bottom: 5px;
    width: 100%;
}

.view #main .contact p.error {
    color: #CC0000;
}

.view #main .vehicleData {
    /*margin-left: 292px;*/
    float: right;
    width: 452px;
}

.view #main .vehicleData h2 {
    border-top: 1px solid #CECECF;
    margin-top: 28px;
    padding-top: 28px;
}

.view #main .vehicleData dl {
    margin: 0;
    padding: 10px 0 0;
}

/*.view #main .vehicleData dl dt,
					.view #main .vehicleData dl dt + dd {
  border-top: 1px solid #f0f0f1;
					}
					.view #main .vehicleData dl dt:first-child,
					.view #main .vehicleData dl dt:first-child + dd {
  border-top: 0;
					}*/
/*.view #main .vehicleData dl dt,
					.view #main .vehicleData dl dt + dd {
  padding-top: 3px;
					}
					.view #main .vehicleData dl dt:first-child,
					.view #main .vehicleData dl dt:first-child + dd {
  padding-top: 0;
					}*/
.view #main .vehicleData dl dt {
    color: #666666;
    /*display: inline-block;*/
    float: left;
    padding-right: 4px;
    width: 178px;
}

.view #main .vehicleData dl dd {
    color: #414141;
    /*display: inline-block;*/
    float: right;
    font-weight: bold;
    margin: 0;
    padding-left: 4px;
    width: 266px;
}

.lt-ie8 .view #main .vehicleData dl dt,
.lt-ie8 .view #main .vehicleData dl dd {
    /*display: inline;
  zoom: 1;
  display: block;
  float: left;*/
}

.lt-ie8 .view #main .vehicleData dl dd {
    float: none;
    /*margin-left: 182px;*/
}

.view #main .vehicleData dl dd + dd {
    margin-left: 182px;
}

.view #main .vehicleData dl dt.expanded {
    float: left;
}

.view #main .vehicleData dl dd.expanded {
    float: right;
    margin-left: 0;
}

.view #main .vehicleData dl dt strong,
.view #main .vehicleData dl dd strong {
    color: #000000;
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 18px 0 12px;
}

.view #main .vehicleData dl dd .details {
    font-size: 12px;
    font-weight: normal;
}

.view #main .vehicleData ul {
    color: #666666;
    list-style: none;
    margin: 0;
    padding: 10px 0 0;
}

.view #main .vehicleData ul li {
    float: left;
    padding: 0 4px 0 0;
    width: 218px;
}

.view #main .vehicleData dl dd,
.view #main .vehicleData ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.view #main footer {
    color: #666666;
    display: inline-block;
    font-size: 11px;
    font-style: italic;
    line-height: 15px;
    padding-top: 0;
}

.lt-ie8 .view #main footer {
    display: inline;
    zoom: 1;
}

.lt-ie8 .view #main footer {
    width: 100%;
}

.compare #main > .clipper,
.compare #main > footer {
    /*margin-right: -121px;
  margin-left: -365px;*/
    margin: 0;
}

.compare #main > .clipper {
    margin: 0;
    margin-right: -136px;
    /*margin-left: -350px;*/

    overflow: hidden;
    /*width: 1230px;*/
    width: 1183px;
}

.compare #main aside {
    clear: left;
    float: left;
    /*margin-right: 40px;*/
    width: 380px;
}

.compare #main .vehicleData {
    float: none;
    width: 380px;
}

.compare #main > .clipper .wrapper {
    width: 1640px;
}

.compare #main article {
    float: left;
    /*padding: 0 30px 0 0;*/
    padding: 0 20px 0 0;
    position: relative;
    width: 380px;
}

.compare #main footer {
    width: 1183px;
    margin-top: 15px;
}

.compare #main .clipper .wrapper .clipper {
    float: left;
    width: 410px;
}

.compare #main article h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.compare #main article a.remove {
    background: transparent url(/skin/website/widgets/icons.resource.png) -569px 1px no-repeat;
    float: right;
    height: 15px;
    margin: 17px -1px 0 10px;
    overflow: hidden;
    text-indent: 15px;
    width: 15px;
}

.compare #main article a.remove:hover,
.compare #main article a.remove:focus {
    background-position: -569px -29px;
}

.compare #main aside.photos {
    min-height: 237px;
}

.lt-ie8 .compare #main aside.photos {
    height: 237px;
}

.compare #main aside.photos > img,
.compare #main aside.photos > a img {
    float: left;
    margin-bottom: 3px;
}

.compare #main aside.photos ul {
    clear: none;
    margin: 0 -4px 0 256px;
    padding-top: 0;
}

.compare #main aside.photos a.arrow {
    clear: both;
}

.compare #main aside.dealer {
    margin-top: 16px;
    margin-bottom: 10px;
}

.compare #main aside.dealer h1 {
    padding-bottom: 10px;
}

.compare #main aside.dealer p {
    margin-bottom: 10px;
}

.compare #main .vehicleData dl .hover {
    background: #D6E9F8;
}

.compare #main .vehicleData dl dt {
    width: 148px;
}

.compare #main .vehicleData dl dd {
    width: 224px;
}

.lt-ie8 .view #main .vehicleData dl dd {
    /*margin-left: 152px;*/
}

.compare #main .vehicleData dl dd + dd {
    margin-left: 152px;
}

.compare #main .vehicleData dl.equipments dt {
    width: 288px;
}

.compare #main .vehicleData dl.equipments dd {
    width: 84px;
    text-align: center;
}

.compare #main .vehicleData dl.equipments dd em {
    font-style: normal;
}

.compare #main .vehicleData dl.equipments dd del {
    color: #CECECF;
    font-weight: normal;
    text-decoration: none;
}

.lt-ie8 .view #main .vehicleData dl.equipments dd {
    /*margin-left: 288px;*/
}

section#main > footer {
    float: left;
    width: 100%;
    border-top: 2px solid #CECECF;
    margin-top: 40px;
    padding-top: 20px;
}

#limiting {
    float: left;
    margin: 0 20px 0 0;
}

#limiting .field label {
    float: left;
    line-height: 20px;
    margin: 0 15px 0 0;
}

#pagination {
    float: right;
    list-style: none;
    height: 16px;
    margin: 0;
    padding: 2px 0;
}

#pagination li {
    float: left;
    height: 16px;
    line-height: 16px;
    padding: 0 3px;
}

#pagination li.first a,
#pagination li.first span,
#pagination li.previous a,
#pagination li.previous span,
#pagination li.next a,
#pagination li.next span,
#pagination li.last a,
#pagination li.last span {
    background: transparent url(/widgets/imagesPackedV1.gif) no-repeat;
    float: left;
    height: 15px;
}

#pagination li.first a,
#pagination li.first span {
    background-position: 100% -370px;
    padding-right: 20px;
}

#pagination li.first a:hover {
    background-position: 100% -385px;
}

#pagination li.previous a,
#pagination li.previous span {
    background-position: 0 -460px;
    overflow: hidden;
    text-indent: 15px;
    width: 15px;
}

#pagination li.previous a:hover {
    background-position: 0 -475px;
}

#pagination li.next a,
#pagination li.next span {
    background-position: 0 -430px;
    overflow: hidden;
    text-indent: 15px;
    width: 15px;
}

#pagination li.next a:hover {
    background-position: 0 -445px;
}

#pagination li.last a,
#pagination li.last span {
    background-position: 0 -340px;
    padding-left: 20px;
}

#pagination li.last a:hover {
    background-position: 0 -355px;
}

#pagination li.total {
    margin-left: 20px;
}

/*Contatti*/
.contacts .content section.teaser-content,
.contacts .content .social-buttons {
    clear: both;
}

.contacts #contentSpace .textarea {
    width: 100%;
}

@media (max-width: 768px) {
    .contacts #contentSpace .textarea div {
        width: 100% !important;
    }
}

/*.contacts  #contentSpace section {display:block; }*/

.contentSpace .textarea .contattaci-sedi p {
    float: left;
    width: 30%;
    margin-right: 40px;
}

/*.contentSpace .textarea .contattaci-sedi p + p {*/
/*margin-left: 40px;*/
/*}*/

.contentSpace .textarea .contattaci-sedi p:last-of-type {
    margin-right: 0;
}

@media (max-width: 1023px) {
    .contentSpace img {
        width: auto !important;
        height: auto !important;
        max-width: 100% !important;
        margin-bottom: 15px;
    }
}

/*.contattaci-sedi p + p {
		margin-left: 50px;
	}*/

.contattaci-sedi p a {
    display: block;
}

@media all and (max-width: 481px) {
    .contacts #contentSpace .textarea, .contacts #contentSpace section {
        float: right;
        width: 100%;
    }

    .contacts #contentSpace .textarea p a img {
        width: 100%;
        height: auto;
    }
}

@media all and (min-width: 482px) and (max-width: 800px) {
    .contacts #contentSpace .textarea {
        /*width: 63%;*/
        width: 100%;

    }

    .contacts #contentSpace .textarea p {
        width: 33%;
        height: auto;
    }

    .contacts #contentSpace .textarea p + p {
        margin-left: 0;
    }

    .contacts #contentSpace .textarea p a img {
        width: 40%;
        height: auto;
    }
}

/* Pagina contattattaci */
#body-contacts .contact {
    float: none;
}

#body-contacts .contact #contact .field {
    float: left;
    position: relative;
    width: 210px;
    margin-right: 25px;
}

@media (max-width: 479px) {
    #body-contacts .contact #contact .field {
        display: block;
        width: 100%;
    }
}

#body-contacts .contact #contact .field-radio {
    width: 100% !important;
    margin-top: 5px;
}

#body-contacts .contact #contact .field-radio input {
    width: auto;
    position: absolute;
    top: -1px;
    left: 0;
}

#body-contacts .contact #contact .field-radio label {
    margin-right: 12px;
    position: relative;
    padding-left: 20px;
}

#body-contacts .contact {
    float: left;
    position: relative;
    width: 100%;
}

#body-contacts .contact #contact .field select {
    width: 98%;
}

#body-contacts .contact textarea {
    float: none;
    width: 100%;
}

@media (max-width: 479px) {
    #body-contacts .contact textarea {
        width: 94%;
    }
}

#body-contacts .contact #contact .field-textarea {
    width: 98% !important;
    display: block;
}

#body-contacts .contact #fieldset-privacy_group {
    display: block;
    clear: both;
}

.vehicle {
    margin-top: 25px;
}

@media all and (max-width: 1023px) {
    .vehicle {
        margin-top: 60px;
    }
}

@media all and (max-width: 567px) {
    .vehicle {
        margin-top: 50px;
    }
}

.vehicle h1 {
    margin: 12px 0;
}

/*.vehicle {
	margin-left: 87px;
}*/

#moreDetails {
    position: relative;
    clear: left;
    float: left;
    left: 0;
    width: 252px;
}

@media all and (max-width: 767px) {
    #moreDetails {
        width: 100%;
        margin-top: 20px;
    }
}

.vehicle aside {
    /*clear: left;*/
    float: left;
    /*margin-right: 40px;*/
    width: 252px;
    position: relative;
}

@media all and (min-width: 1024px) and (max-width: 1269px) {
    .vehicle aside {
        width: 25%;
    }
}

@media all and (max-width: 1023px) {
    .vehicle aside {
        width: 100%;
    }

    .vehicle aside > img {
        float: left;
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .vehicle aside .youtube-video a, .vehicle aside .car-scanner a {
        position: relative;
        width: auto !important;
    }
}

@media all and (max-width: 1023px) and (min-width: 769px) {
    .vehicle aside .youtube-video {
        display: inline-block;
        margin-top: 0;
    }

    .vehicle aside .youtube-video a {
    }
}

@media all and (max-width: 1023px) {
    #moreDetails aside.photos, #moreDetails aside.dealer {
        width: 100%;
    }

    #moreDetails aside.photos img {
        width: 100%;
        height: auto;
    }
}

.vehichle-content {
    float: left;
    position: relative;
    width: 744px;
    /*width: 73.17%;*/
}

@media all and (min-width: 1024px) and (max-width: 1269px) {
    .vehichle-content {
        width: 75%;
    }
}

@media all and (max-width: 1023px) {
    .vehichle-content {
        width: 100%;
    }
}

/*@media all and (min-width: 1024px) and (max-width: 1194px) {*/
/*.vehichle-content {*/
/*width: 79%;*/
/*}*/
/*}*/

.vehicle > h1 {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    float: left;
    margin: 0;
    padding: 0 28px 3px 0;
}

.vehicle #bookmarks {
    float: right;
    margin: 0 0 14px;
    padding: 0;
    margin-right: -66px;
}

@media all and (max-width: 1023px) {
    .vehicle #bookmarks {
        margin-right: 0;
    }
}

@media all and (max-width: 480px) {
    .vehicle #bookmarks {
        width: 100%;
        margin: 10px 0;
    }
}

.lt-ie8 .view #filters {
    clear: none;
}

.view .vehicle aside a.arrow {
    clear: both;
    margin: 4px 0 4px 2px;
}

.view .vehicle aside.photos > img,
.view .vehicle aside.photos > a img {
    border: 1px solid #999999;
}

.view .vehicle aside.photos a {
    width: 100%;
    float: left;
}

.view .vehicle aside.photos ul {
    clear: both;
    list-style: none;
    margin: 0 -4px 0 0;
    padding: 4px 0 1px;
}

.view .vehicle aside.photos ul li {
    /*float: left;*/
    margin: 0 4px 3px 0;
    display: inline-block;
    vertical-align: middle;
}

.view .vehicle aside.photos a.arrow {
    float: none;
}

.lt-ie8 .view .vehicle aside.photos a.arrow {
    display: inline;
    float: left;
}

.view .vehicle aside.photos .warranty {
    height: 99px;
    left: -8px;
    overflow: hidden;
    position: absolute;
    text-indent: 99px;
    top: -6px;
    white-space: nowrap;
    width: 99px;
}

.lt-ie8 .view .vehicle aside.photos .warranty {
    display: block;
    position: relative;
    z-index: 1;
}

.view .vehicle aside.photos .warranty.qtip-trigger {
    cursor: help;
}


.view .vehicle aside.photos .warranty[rel="bmw-premium-selection"],
.view .vehicle aside.photos .warranty[rel="mini-next"],
.view .vehicle aside.photos .warranty[rel="mini-stillnuovo-24-mesi"],
.view .vehicle aside.photos .warranty[rel="mini-stillnuovo-12-mesi"],
.view .vehicle aside.photos .warranty[rel="stillnuovo-12-mesi"],
.view .vehicle aside.photos .warranty[rel="stillnuovo-24-mesi"] {
    background: url(/skin/website/widgets/warrantyRibbon_usato_roma.png) -66px 0;
    z-index: 10;
}

.view .vehicle aside.photos .warranty[rel="mini-next"] {
    background-position: -165px 0;
    z-index: 10;
}

.view .vehicle aside.photos .warranty[rel="mini-stillnuovo-12-mesi"],
.view .vehicle aside.photos .warranty[rel="mini-stillnuovo-24-mesi"] {
    background-position: -363px 0;
    z-index: 10;
}

.view .vehicle aside.photos .warranty[rel="stillnuovo-12-mesi"],
.view .vehicle aside.photos .warranty[rel="stillnuovo-24-mesi"] {
    background-position: -264px 0;
    z-index: 10;
}

.lt-ie8 .view .vehicle aside.photos .warranty + img,
.lt-ie8 .view .vehicle aside.photos .warranty + a {
    margin-top: -99px;
}

.view .vehicle aside.dealer {
    font-weight: bold;
    margin-top: 24px;
}

.view .vehicle aside.dealer h1 {
}

.view .vehicle aside.dealer p {
    margin: 0 0 10px;
}

.view .vehicle aside.dealer p strong {
    color: #000000;
}

.view .vehicle aside.dealer .btn {
    /*display: inline-block;*/
    font-size: 12px;
    width: 159px;
}

@media (max-width: 1023px) {
    .view .vehicle aside.dealer {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .view .vehicle aside.dealer h1 {
        padding-bottom: 0;

    }
}

/*
* Test Drive Form
* Permuta Form
* fancyBox Forms
*/
.view .vehicle #test-drive,
.view .vehicle #info,
.view .vehicle #permuta {
    display: none;
}

.inline-style-form .field {
    float: left;
    margin: 5px;
}

.inline-style-form .field.field-radio {
    float: none;
    margin: 0;
}

.inline-style-form .field.field-radio label {
    margin-right: 10px;
}

.inline-style-form .field.field-radio input {
    margin-right: 5px;
}

.inline-style-form .field.firstInRow {
    clear: both;
}

.inline-style-form .field label {
    margin: 5px 0;
}

.inline-style-form fieldset {
    margin: 20px 0 5px;
}

.inline-style-form fieldset legend {
    border-bottom: 1px dotted;
    margin--top: 5px;
    width: 90%;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}

.inline-style-form .field input[type="password"],
.inline-style-form .field input[type="text"] {
    width: 200px;
}

.inline-style-form .field input[type="text"].short {
    width: 50px;
}

.inline-style-form .field.error input,
.inline-style-form .field.error select {
    border-color: #CB3232 #C86C6C #D09999;
    color: #CC0000;
}

.inline-style-form .field.error.field-radio label {
    border-color: #CB3232 #C86C6C #D09999;
    color: #CC0000;
}

@media (max-width: 479px) {
    .inline-style-form .field {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .inline-style-form .field input[type="password"],
    .inline-style-form .field input[type="text"],
    .inline-style-form .field select,
    .inline-style-form .field textarea {
        width: 100%;
        display: block;
    }

    .inline-style-form .field.button {
        float: none;
    }
}

.fancybox-overlay .hint {
    font-weight: bold;
    margin-top: 30px;
    text-align: left;
}

/*
* Contact Form
*/
.contact {
    float: left;
    position: relative;
    width: 100%;
}

.contacts .contact {
    width: 70%;
    margin: 25px 0 10px;
}

@media all and (max-width: 480px) {
    .contacts .contact {
        width: 100%;
    }
}

.contact #contact {
    background: #FFFFFF;
    border: 1px solid #CECECF;
    left: 0;
    padding: 10px 7px 5px;
    right: 0;
    top: -55px;
    margin-top: 5px;

}

.contact #contact.success {
    border: 1px solid #1C69D3;
}

#contact #other-contacts a {
    width: 92%;
    margin: 5px 0;
}

.view .vehicle .contact #contact #other-contacts a {
    width: 92%;
    margin: 5px 0;
}

.view .vehicle .contact #contact form {
    margin-top: 10px;
}

.view .vehicle .contact #contact {
    display: none;
    position: relative;
}

.contact h3 {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 12px;
}

/*.contact .field {*/
/*margin-bottom: 9px;*/
/*width: 100%;*/
/*}*/

.contact .field {
    float: left;
    margin-right: 15px;
    margin-bottom: 9px;
    width: 187px;
}

@media all and (max-width: 1023px) {
    .contact .field {
        width: 48%;
        margin-right: 2%;
    }
}

@media all and (max-width: 767px) {

    .contact .field {
        width: 98%;
        margin-right: 0%;
    }

}

.contact #contact .field-textarea {
    width: 98% !important;
    display: block;
}

@media all and (max-width: 767px) {
    .contact #contact .field-textarea {
        width: 98% !important;
    }
}

/*
@media all and (max-width: 1023px) {
    .contact #contact {
        margin-bottom: -30px;
    }
}
*/

.landingpage .container .testo img {
    margin-right: 5px;
}

.landingpage .wrapper:after, .landingpage .header-container:after {
    content: '';
    display: table;
    clear: both;
}

@media all and (min-width: 1269px) {
    .landingpage .wrapper {
        /* height: 100%; */
        margin: 0 auto;
        width: 1183px;
        position: relative;
        padding-top: 1px;
    }
}

@media all and (max-width: 1268px) {
    .landingpage .wrapper {
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
}

.landingpage .wrapper .loghi {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
}

.landingpage .header-container {
    position: absolute;
    height: 354px;
    left: 50%;
    padding: 0;
    width: 1270px;
    margin-left: -635px;
    display: block;
}

@media all and (max-width: 1268px) {
    .landingpage .header-container {
        width: 100%;
        left: 0;
        margin-left: 0;
        height: auto;
        position: relative;
        left: auto;
    }
}

body.landingpage > header {
    height: 479px !important;
    position: relative;
    min-width: 1270px;
}

@media all and (max-width: 1268px) {
    body.landingpage > header {
        min-width: 0px;
        height: auto !important;
    }
}

@media (max-width: 480px) {
    .landingpage .title-site {
        display: block;
    }
}

.contact #contact .field-radio {
    width: 100% !important;
    margin-top: 5px;
}

.contact #contact .field-radio label {
    padding-right: 16px;
    position: relative;
    padding-left: 20px;
    widht: 98%;
}

.contact #contact .field-radio input {
    width: auto;
    position: absolute;
    top: -1px;
    left: 0;
}

.contact #contact .field.button {
    float: left;
    position: relative;
    width: 210px;
    margin-right: 25px;
}

.contact .field label {
    font-weight: normal;
    line-height: 12px;
    margin-bottom: 3px;
}

.contact .field input,
.contact .field textarea {
    width: 94%;

}

@media all and (max-width: 1023px) {
    .contact .field input, .contact .field textarea {
        width: 100%;
    }
}

.contact .field textarea {
    height: 90px;
}

.contact .field.error input,
.contact .field.error textarea {
    border-color: #CB3232 #C86C6C #D09999;
    color: #CC0000;
}

.contact .field.button {
    margin-bottom: 4px;
    width: auto;
}

.contact .field.button .button {
    position: static;
}

.view .vehicle aside.dealer .contact p {
    clear: both;
    font-weight: normal;
    margin-bottom: 0;
    padding-bottom: 5px;
    width: 100%;
}

.contact p.error {
    color: #CC0000;
}

.view .vehicle .vehicleData {
    /*margin-left: 292px;*/
    float: right;
    right: 0;
    /*width: 452px;*/
    width: 60.49%;
    /*margin-left: -252px;*/
}

@media all and (max-width: 1023px) {
    .view .vehicle .vehicleData {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }
}

/*@media all (max-width: 800px) {
                        .view .vehicle .vehicleData {
                            width: 60%;
                            height: auto;
                        }
                    }*/

@media all and (max-width: 767px) {
    .view .vehicle .vehicleData {
        width: 100%;
        height: auto;
    }
}

/*@media all and (max-width: 599px) {
                        .view .vehicle .vehicleData {
                            width: 100%;
                        }
                    }*/

.view .vehicle .vehicleData h2 {
    border-top: 2px solid #E6E6E6;
    margin-top: 28px;
    padding-top: 28px;
}

.view .vehicle .vehicleData dl {
    margin: 0;
    padding: 10px 0 0;
}

.view .vehicle .vehicleData dl dt {
    clear: both;
    color: #666666;
    /*display: inline-block;*/
    float: left;
    padding-top: 2px;
    padding-right: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 41%;
    font-size: 13px;
}

.view .vehicle .vehicleData dl dd {
    color: #414141;
    /*display: inline-block;*/
    float: right;
    font-weight: bold;
    margin: 0;
    padding-top: 2px;
    padding-left: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 59%;
    font-size: 13px;
}

@media all and (max-width: 1023px) {
    .view .vehicle .vehicleData dl dd {
        padding-top: 4px;
    }
}

@media all and (max-width: 567px) {
    .view .vehicle .vehicleData dl dd {
        padding: 0;
    }
}

.view .vehicle .vehicleData dl dt strong i {
    float: right;
    top: 6px;
    position: relative;
}

@media all and (max-width: 479px) {
    .view .vehicle .vehicleData dl dd, .view .vehicle .vehicleData dl dt {
        float: none;
        width: 100%;
        max-width: 100%;
    }
}

.lt-ie8 .view .vehicle .vehicleData dl dt,
.lt-ie8 .view .vehicle .vehicleData dl dd {
    /*display: inline;
  zoom: 1;
  display: block;
  float: left;*/
}

.lt-ie8 .view .vehicle .vehicleData dl dd {
    float: none;
    /*margin-left: 182px;*/
}

.view .vehicle .vehicleData dl dd + dd {
    margin-left: 182px;
}

.view .vehicle .vehicleData dl dt.expanded {
    float: left;
}

.view .vehicle .vehicleData dl dd.expanded {
    float: right;
    margin-left: 0;
}

.view .vehicle .vehicleData dl dt.prezzodilistino,
.view .vehicle .vehicleData dl dd.prezzodilistino {
    color: #000000;
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 0px 0 12px;
    margin-top: -8px;
}

.view .vehicle .vehicleData dl dd.prezzodilistino {
    padding-left: 4px;
}

.view .vehicle .vehicleData dl dt.prezzodilistino strong,
.view .vehicle .vehicleData dl dd.prezzodilistino strong {
    padding-top: 0px;

}

.view .vehicle .vehicleData dl dt strong,
.view .vehicle .vehicleData dl dd strong {
    color: #000000;
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 18px 0 12px;
}

@media all and (max-width: 767px) {
    .view .vehicle .vehicleData dl dt strong,
    .view .vehicle .vehicleData dl dd strong {
        padding: 0;
        white-space: normal;
    }

    .view .vehicle .vehicleData dl dd {
        margin-bottom: 8px;
        padding: 0;
    }
}

.view .vehicle .vehicleData dl dd .details {
    font-size: 12px;
    font-weight: normal;
}

.view .vehicle .vehicleData ul {
    color: #666666;
    list-style: none;
    margin: 0;
    padding: 10px 0 0;
}

.view .vehicle .vehicleData ul li {
    float: left;
    padding: 0 4px 0 0;
    width: 218px;
}

@media all and (max-width: 767px) {
    .view .vehicle .vehicleData ul {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .view .vehicle .vehicleData ul li {
        width: 100%;
    }
}

.view .vehicle .vehicleData dl dd,
.view .vehicle .vehicleData ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.view .vehicle footer {
    color: #666666;
    display: inline-block;
    margin: 20px 0;
    padding-top: 0;
    font-size: 11px;
    font-style: italic;
    line-height: 15px;
}

@media all and (max-width: 768px) {
    .view .vehicle footer {
        clear: both;
        margin: 20px 0;
    }
}

.lt-ie8 .view .vehicle footer {
    display: inline;
    zoom: 1;
}

.lt-ie8 .view .vehicle footer {
    width: 100%;
}

#vehicleSidebar.vehicle-sidebar {
    float: right;
    clear: none;
    width: 20.84%;
    max-width: 225px;
}

@media all and (max-width: 1023px) {
    #vehicleSidebar.vehicle-sidebar {
        float: none;
        clear: both;
        width: 100%;
        max-width: 100%;
    }
}

.vehicle-detail-sidebar-teaser {
    position: relative;
    background-color: #EEEEEE;
    color: #000000;
    padding: 10px 8px;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*width: 205px;*/
    width: 100%;
}

@media all and (min-width: 1024px) {
    .vehicle-detail-sidebar-teaser {
        width: 221px;
        float: right;
    }

    .vehicle-detail-sidebar-teaser.sidebar-teaser--chat img {
        width: 100%;
        height: auto;
    }

    .vehicle-sidebar {
        float: right !important;
        margin-right: -15px;
    }
}

@media all and (max-width: 1023px) {
    .vehicle-detail-sidebar-teaser {
        float: left;
        left: 0;
        width: 45%;
        min-height: 100px;
        height: auto !important;
        height: 100px;
        margin: 10px 2% 0 !important;
    }

    .teaser-scheda-vettura, .teaser-test-drive, .teaser-permuta {
        width: 29%;
    }
}

@media all and (max-width: 767px) {
    .vehicle-detail-sidebar-teaser {
        float: left;
        left: 0;
        width: 95%;
        min-height: 100px;
        height: auto !important;
        height: 100px;
        margin: 10px 2% 0 !important;
    }
}

@media all and (max-width: 567px) {
    .vehicle-detail-sidebar-teaser {
        float: left;
        left: 0;
        width: 100%;
        min-height: 90px;
        height: auto !important;
        height: 90px;
        margin: 10px 0 0 !important;
    }
}

.vehicle-detail-sidebar-teaser + .vehicle-detail-sidebar-teaser {
    margin-top: 10px;
}

.vehicle-detail-sidebar-teaser .btn {
    width: calc(100% - 10px);
    margin-top: 10px;
    display: inline-block;
}

@media all and (min-width: 321px) and (max-width: 1023px) {
    .vehicle-detail-sidebar-teaser .btn {
        position: absolute;
        float: none;
        bottom: 10px;
        right: 10px;
        margin-top: 0;
    }
}

.vehicle-detail-sidebar-teaser h1 {
    font-family: 'BMWType_Bold', Arial;
    font-weight: normal;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
    padding: 0;
    font-size: 12px;
    float: none;
}

.vehicle-detail-sidebar-teaser p {
    padding: 0;
    margin: 0;
    margin-top: 5px;
}

.vehicle-detail-sidebar-teaser .barcode {
    margin-top: 5px;
    float: right;
}

.vehicle-history-items {
    padding-top: 10px;
    margin-top: 10px;
    display: block;
}

.vehicle-history-items:first-child {
    border-top: 1px solid #CCCCCC;
}

.vehicle-history-item {
    float: left;
    display: block;
    /*margin-right: 15px;*/
    margin-right: 2px;
}

@media all and (max-width: 768px) and (max-width: 1023px) {
    .vehicle-history-items {
        float: left;
        width: 100%;
    }

    .vehicle-history-item {
        width: 49%;
        margin-right: 0px;
    }
}

@media all and (max-width: 767px) {
    .vehicle-history-items {
        float: left;
        width: 100%;
    }

    .vehicle-history-item {
        width: 48%;
        margin-right: 2%;
    }
}

/*.vehicle-history-item + .vehicle-history-item {
	margin-left: 5px;
}*/

.vehicle-history-item > p {
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Arial;
    font-weight: bold;
    font-size: 10px;
    max-width: 100px;
    height: 23px;
    margin-bottom: 5px;
}

@media all and (max-width: 768px) and (max-width: 1023px) {
    .vehicle-history-item > p {
        max-width: 500px;
    }
}

.dealer + .dealer {
    margin-top: 15px;
}

.dealer p {
    margin: 0;
    padding: 0;
    font-size: 10px;
}

.dealer-details {
    margin-left: 92px;
}

.dealer-map {
    float: left;
    height: 56px;
    width: 70px;
    margin-right: 5px;
}

.dealer-image {
    float: left;
}

@media all and (max-width: 479px) {
    .dealer {
        float: left;
        clear: both;
        width: 100%;
        margin: 10px 0;
    }

    .dealer-details {
        margin-left: 90px;
        /*clear: both;*/
        /*width: 50%;*/
    }

    .dealer-map img, .dealer-image img {
        display: block;
        width: 84px;
        height: 56px;
    }

    .dealer-map, .dealer-image {
        clear: both;
        width: 84px;
        height: 56px;
    }

    /*.dealer-map {
				float: left;
				height: 56px;
				width: 70px;
				margin-right: 5px;
			}

			.dealer-image {
				float: left;
			}*/
}

.pagination {
    float: right;
}

.pagination-controls {
    line-height: 13px;
    vertical-align: bottom;
    float: right;
    margin-top: 1px;
}

.pagination-controls .l-control {
    font-family: BMWType_Bold, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #666666;
    height: 18px;
    line-height: 18px;
    width: 27px;
    margin-right: 0;
}

.pagination-controls .l-control.selected {
    color: #1C69D4;
}

.pagination-controls li.icon-sprite-medium {
    width: 26px;
}

.pagination-report {
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 5px;
    line-height: 20px;
    font-size: 13px;
}

.pagination-limit {
    float: left;
}

@media all and (max-width: 480px) {
    .pagination-limit {
        margin-bottom: 10px;
    }
}

.selected {
    font-weight: bold;
    color: #1C69D4;
}

.social-buttons {
    border-top: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
    color: #ABABAD;
    position: relative;
    vertical-align: top;
    padding: 0px;
    margin: 0;
    margin-top: 10px;
    text-align: left;
}

.social-buttons div {
    margin: 10px 0;
}

div .g-plus, .twitter-share-button, .fb-like {
    font-size: 1px;
    display: inline-block;
    margin-right: 10px;
    zoom: 1;
    *display: inline;
}

div .fb_reset {
    display: inline;
}

.news-list {
    font-size: 12px;
    margin-bottom: 50px;
}

.news-list-item {
    margin: 0;
    padding: 0;
    line-height: 1.2em;
    color: 000;
    font-size: 14px;
    margin-bottom: 15px;
}

.news-list-item .details {
    height: 35px;
    width: 100%;
    max-width: 700px;
}

@media all and (max-width: 479px) {
    .news-list-item img {
        display: block;
        width: 100%;
        height: auto;
    }
}

.news-list-item a:hover {
    font-style: normal;
    color: #1C69D4;
}

.news-list-item img {
    float: left;
    margin-right: 15px;
}

.news-list-item h1 {
    margin: 0;
    padding: 0;
    color: #333333;
    font-size: 12px;
    font-style: italic;
    text-transform: uppercase;
}

.news-list-item h2 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #000000;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.news-list-item .details p {
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 34px;
    font-size: 12px;
}

.news-list-item a.more {
    font-size: 12px;
    background: transparent url(/skin/website/widgets/icons.resource.png) no-repeat -990px -228px;
    color: #666666;
    padding: 0;
    margin: 0;
    margin-top: 5px;
    padding-left: 10px;
    font-size: 12px;
    font-weight: bold;
}

.news-list-item a.more:hover {
    color: #1C69D4;
    background-position: -960px -258px;
}

@media (max-width: 767px) {
    .news-list-item > a {
        display: block;
        clear: both;
    }
}

.news-item {
    margin: 0;
    padding: 0;
    line-height: 1.2em;
    color: 000;
    font-size: 14px;
    margin-bottom: 45px;
}

.news-item h2 {
    line-height: 1em;
}

.news-item h3 {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    font-size: 13px;
    font-style: italic;
    color: #333333;
}

.news-item .attach-list {
    margin-top: 15px;
}

.news-item .image-container {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

@media all and (max-width: 479px) {
    .news-item .image-container {
        float: none;
        margin-right: 0;
        margin-bottom: 5px;
    }

    .news-item .image-container img {
        width: 100%;
        height: auto;
    }
}

.news-item p {
    margin-top: 0;
    padding-right: 100px;
}

.news-item .image-container p {
    font-size: 11px;
    font-style: italic;
    margin-bottom: 15px;
}

.eventi-gallery {
    margin-left: -15px;
}

.eventi-gallery img {
    margin: 8px 0px 8px 15px;
    border: 1px solid #CCCCCC;
}

@media all and (max-width: 480px) {
    .eventi-gallery {
        text-align: center;
    }
}

.remember-password {
    margin: 10px 0;
}

.login-info {
    position: absolute;
    top: 65px;
    right: 220px;
    font-weight: bold;
    line-height: 18px;
}

@media all and (max-width: 480px) {
    .login-info {
        position: relative;
        top: auto;
        right: auto;
        float: left;
        left: 0;
        margin: 5px 0;
        font-weight: bold;
        line-height: 18px;

    }
}

@media all and (min-width: 481px) and (max-width: 1023px) {
    .login-info {
        position: relative;
        top: auto;
        right: auto;
        float: none;
        clear: both;
        left: 6px;
        margin: 5px 0;
        font-weight: bold;
        line-height: 18px;
        margin-bottom: 15px;
    }
}

@media all and (min-width: 398px) and (max-width: 479px) {
    .login-info {
        margin-top: 50px;
    }
}

.my-garage-link:hover .my-garage-btn,
.my-garage-link:focus .my-garage-btn {
    background-position: -510px -90px;
}

.my-garage-btn {
    background: transparent url(/skin/website/widgets/icons.resource.png) no-repeat -510px -60px;
    height: 18px;
    width: 18px;
    display: block;
    float: left;
    margin-right: 5px;
}

/*TEASER MY GARAGE */
.my-garage {
    background-color: #EEEEEE;
    border: 1px solid #E1E1E2;
    padding: 10px;
    float: left;
    display: block;
    /*width: 300px;*/
    position: relative;
    width: 360px;
    /*width: calc(100% - 22px);*/
}

.my-garage-page {
    margin-left: -16px;
}

@media (max-width: 767px) {
    .my-garage-page {
        margin-left: 0px;
    }
}

.my-garage-page > article {
    width: 390px;
    min-height: 119px;
    margin: 8px 0px 8px 16px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .my-garage-page > article {
        width: 100%;
        width: calc(100% - 30px);
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .my-garage-page > article {
        width: 100%;
        width: calc(100% - 30px);
        margin-left: 0;
    }
}

.my-garage p {
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 5px 0;
}

.my-garage .btn {
    color: #FFFFFF;
    position: absolute;
    bottom: 11px;
    left: 185px;
    width: 150px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .my-garage .btn {
        left: auto;
        right: 15px;
    }
}

@media (max-width: 767px) {
    .my-garage .btn {
        position: relative;
        bottom: auto;
        left: auto;
        margin-top: 15px;
    }
}

.my-garage del {
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    display: block;
}

.my-garage em {
    color: #000000;
    font-size: 22px;
    font-weight: bold;
    display: block;
    font-style: normal;
    font-weight: bold;
}

.my-garage ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 15px;
}

@media (max-width: 767px) {
    .my-garage ul {
        float: none;
    }
}

.my-garage img {
    border: 1px solid #E1E1E2;
}

.my-garage li:first-child {
    clear: right;
}

.my-garage li + li {
    float: left;
    margin-right: 3px;
    margin-top: 2px;
}

.my-garage li + li img {
    width: 35px;
}

.my-garage h1 {
    color: #1156C5;
    line-height: 14px;
    font-size: 14px;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 767px) {
    .my-garage h1 {
        white-space: normal;
    }
}

.my-garage a {
    text-decoration: none;
}

.my-garage-gallery {
    width: 155px;
    float: left;
    display: block;
}

.my-garage-remove-close {
    background-image: url('/skin/website/widgets/icons.resource.png');
    background-position: -570px -60px;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 18px;
    width: 18px;
}

.sidebar-teaser {
    clear: both;
    position: relative;
    margin-top: 20px;
    padding: 10px 11px;
    cursor: pointer;
}

.sidebar-teaser img {
    max-width: 100%;
}

.sidebar-teaser-flip > a {
    height: 100%;
    width: 100%;
    display: block;
}

.sidebar-teaser-flip {
    background-color: #FFFFF;
    position: relative;
}

.sidebar-teaser-flip img {
    position: relative;
    width: 281px;
    height: 100px;
    z-index: 200;
    max-width: 100%;
}

.sidebar-teaser-flip h1 {
    position: absolute;
    right: 10px;
    bottom: 5px;
    z-index: 200;
    margin: 0;
    padding: 0;
}

.sidebar-teaser-description {
    margin-top: -100px;
    height: 100px;
    overflow: hidden;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .sidebar-teaser-description {
        clear: both;
    }
}

.sidebar-teaser-flip:hover h1,
.sidebar-teaser-flip:hover img {
    visibility: hidden;
}

.sidebar-teaser-description > p {
    font-weight: bold;
    color: #999999;
    font-size: 16px;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

@media all and (min-width: 1024px) and (max-width: 1194px) {
    .sidebar-teaser {
        width: 49%;
        float: left;
        clear: none;
        margin-top: 0;
        margin-bottom: 30px;
        box-sizing: border-box;
    }

    .sidebar-teaser:nth-of-type(2n) {
        clear: left;
    }

    .sidebar-teaser:nth-of-type(2n + 1) {
        margin-left: 2%;
    }

    .sidebar-teaser {
        margin-bottom: 15px;
    }

}

@media all and (min-width: 469px) and (max-width: 1194px) {
    .sidebar-teaser-flip img {
        display: inline-block;
        float: left;
        margin-right: 15px;
    }

    .sidebar-teaser-flip:hover h1, .sidebar-teaser-flip:hover img {
        visibility: visible !important;
    }

    .sidebar-teaser-flip h1 {
        position: relative;
        float: right;
    }

    .sidebar-teaser-flip .sidebar-teaser-description {
        float: left;
        margin-top: 0;
    }
}

@media all and (min-width: 469px) and (max-width: 1023px) {

    .sidebar-teaser-flip .sidebar-teaser-description {
        margin-top: 15px;
    }

}

.facebook-friends {
    margin-top: 20px;
}

.facebook-friends iframe {
    max-width: 100% !important;
}

.attach-list {
    list-style: none;
    padding: 0;
}

ul.attach-list {
    font-weight: bold;
}

ul.page-attach-list li {
    font-weight: normal;
}

.home .lite-form .field.alternateButton,
.index .lite-form .field.alternateButton {
    width: 300px;
}

.alternateButton .btn {
    width: 140px !important;
}

.contentSpace .testo.textarea h6,
.contentSpace .testo.textarea h6 sub,
.contentSpace .testo.textarea h6 strong,
.contentSpace .testo.textarea h6 span {
    font-size: 11px;
}

#opener {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: auto;
    padding: 5px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
    z-index: 3;
    font-size: 1.3em;
    font-family: 'BMWType_Bold', Arial, sans serif;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 1em;
}

#opener.background-grey {
    background: #AFAFAF;
    background: -moz-linear-gradient(top, #AFAFAF 0%, #919191 86%, #919191 95%, #8F8F8D 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #AFAFAF), color-stop(86%, #919191), color-stop(95%, #919191), color-stop(100%, #8F8F8D));
    background: -webkit-linear-gradient(top, #AFAFAF 0%, #919191 86%, #919191 95%, #8F8F8D 100%);
    background: -o-linear-gradient(top, #AFAFAF 0%, #919191 86%, #919191 95%, #8F8F8D 100%);
    background: -ms-linear-gradient(top, #AFAFAF 0%, #919191 86%, #919191 95%, #8F8F8D 100%);
    background: linear-gradient(top, #AFAFAF 0%, #919191 86%, #919191 95%, #8F8F8D 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#afafaf', endColorstr='#8f8f8d', GradientType=0);
}

#opener.background-blue {
    background: #2C6CD0 url('/skin/website/widgets/btn-background.png') repeat-x 0 0;
}

#opener.full {
    width: 100%;
}

#opener.background-fullgrey {
    background: #909090;
}

#opener .l-inline > * {
    display: block;
}

#opener #mainNav {
    float: left;
}

#opener .menu li a {
    display: block;
    width: 210px;
    color: #FFFFFF;
    padding-right: 0;
    font-weight: bold;
    line-height: 1.5em;
}

@media all and (max-width: 567px) {
    .offerta-selezionata {
        clear: both;
        width: 99%;
        margin: 0 0 10px;
        float: left;
    }

    .offerta-selezionata + .offerta-selezionata {
        display: none;
    }

    .offerte-selezionate-control-next a,
    .offerte-selezionate-control-prev a {
        top: 50%;
    }

    .offerta-selezionata img {
        width: 177px;
        height: auto;
    }

    .offerta-selezionata h1 {
        width: 97%;
    }
}

@media (max-width: 599px) and (min-width: 480px) {
    .offerta-selezionata {
        clear: both;
        width: 99%;
        margin: 0 0 10px;
        float: left;
    }

    .offerta-selezionata + .offerta-selezionata {
        display: none;
    }

    .offerte-selezionate-control-next a,
    .offerte-selezionate-control-prev a {
        top: 50%;
    }

    .offerta-selezionata img {
        width: 230px;
        height: auto;
    }

    .offerta-selezionata h1 {
        width: 237px;
    }
}

@media all and (min-width: 600px) and (max-width: 768px) {
    .offerta-selezionata {
        clear: both;
        width: 99%;
        margin: 0 0 10px;
        float: left;
    }

    .offerta-selezionata + .offerta-selezionata {
        display: none;
    }

    .offerte-selezionate-control-next a,
    .offerte-selezionate-control-prev a {
        top: 50%;
    }

    .offerta-selezionata img {
        width: 230px;
        height: auto;
    }

    .offerta-selezionata h1 {
        width: 98%;
    }

    .offerta-selezionata a {
        float: left;
        right: 21%;
        font-size: 20px;
    }

    .offerta-selezionata em {
        right: 13%;
    }

    .offerta-selezionata .offerta-selezionata-details {
        position: absolute;
        margin-top: 30px;
        left: 242px;
        background-position: -990px -225px;
    }

}

@media all and (min-width: 769px) {
    .offerta-selezionata .photo-link {
        display: block;
    }

    .offerta-selezionata img {
        display: block;
        width: 100%;
    }
}

@media all and (min-width: 769px) and (max-width: 1024px) {

    .offerte-selezionate-control-next a,
    .offerte-selezionate-control-prev a {
        top: 49%;
    }
}

/* VIDEO targa */
.fancybox-skin {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.youtube-video {
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
}

.youtube-video a img.youtube {
    width: 250px;

    border: 1px solid #999999;
}

.icon-36 {
    height: 36px;
    width: 36px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -18px;
}

.icon-36-play {
    background-position: -180px -180px;
}

.icon-36-play:hover {
    background-position: -180px -240px;
}

.popup {
    display: none;
}

#fancy-popup {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.popup-button {
    position: absolute;
    bottom: 40px;
    right: 40px;
}

@media (max-width: 767px) {
    .popup-button {
        right: auto;
        left: 10px;
        bottom: 10px;
    }
}

.icon-info-medium {
    background-position: 0 0;
    width: 12px;
    height: 12px;
}

.icon-info-medium:hover {
    background-position: 0 -30px;
}

.qtip-bmw, .qtip-default {

    background-color: #FFFFFF !important;
    color: #262626;
    font-size: 13px;
    line-height: 1.42857;

    /*-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);*/
    border: 1px solid transparent !important;

    padding: 0;
    width: 300px;

}

.qtip-bmw .qtip-content {
    padding: 15px 15px 20px 15px;
}

.qtip-bmw .icon-18-close, .qtip-bmw .qtip-close {
    position: absolute;
    top: 6px;
    right: 6px;
    height: 18px;
    width: 18px;
    background-position: -570px -60px;
    background-image: url('/skin/website/widgets/icons.resource.png?1394040399');
    zoom: 1;
    cursor: pointer;
    display: block;
    border: none;
    border-radius: 0;
}

.qtip-bmw .icon-18-close:hover, .qtip-bmw .qtip-close:hover {
    background-position: -570px -90px;
}

.qtip-bmw .qtip-close span {
    display: none;
}

.qtip-bmw .qtip-tip {
    background-color: #000000;
    border: 1px solid lightgrey;

}

.qtip-bmw .qtip-tip canvas {
    top: 1px;
}

.ie7 .qtip-bmw, .lt-ie9 .qtip-bmw {
    border: 1px solid lightgrey;
}

.qtip-shadow {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

.qtip-bmwmilano {
    font-size: 12px;
}

.qtip-bmwmilano dd {
    margin: 0 0 0 0;
}

.qtip-bmwmilano dl {
    margin: 0;
}

.qtip-bmwmilano dd .list-type {
    left: -12px;
    padding-right: 6px;
    width: 6px;
}

.lt-ie9 .qtip-bmwmilano .qtip-tip {
    background-color: #FFFFFF;
    border: 1px solid lightgrey;
}

.fancybox-skin {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.youtube-video,
.car-scanner {
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
}

.car-scanner.first-scanner {
    margin-top: 0px;
}

.youtube-video a img.youtube {
    width: 250px;

    border: 1px solid #999999;
}

.car-scanner a img.car {
    width: 250px;

    border: 1px solid #999999;
}

.car-scanner a p {
    position: absolute;
    top: 5%;
    right: 3%;
    font-weight: bold;
    font-size: 20px;
    padding: 0;
    margin: 0;
    color: #666666;
}

.car-scanner a p:hover {
    color: #666666;
}

/*.icon-36 {
  height: 36px;
  width: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -18px;
}*/

.icon-36-play {
    background-position: -180px -180px;
}

.icon-36-play:hover {
    background-position: -180px -240px;
}

.popup {
    display: none;
}

#fancy-popup {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.popup-button {
    position: absolute;
    bottom: 40px;
    right: 40px;
}

.contentSpace .textarea .contattaci-sedi p {
    float: left;
    width: 30%;
}

.contentSpace .textarea .contattaci-sedi p + p {
    margin-left: 40px;
}

.contattaci-sedi p a {
    display: block;
}

.iframe__template {
    max-width: 1290px;
}

.iframe__title h1 {
    text-transform: uppercase;
}

.iframe__template iframe {
    width: 100%;
    border: 0;
    min-height: 783px;
}

.social-links {
    margin-top: 5px;
    margin-bottom: 10px;
}

@media (min-width: 479px) and (max-width: 1194px) {
    .social-links {
        width: 50%;
        float: left;
    }
}

.sidebar-teaser--chat img {
    float: right;
}

.sidebar-teaser--chat__text {
    position: absolute;
    top: 0;
    left: 0;
    margin: 10px 11px;
    padding: 5px 6px;
}

.sidebar-teaser--chat__title {
    margin: 0;
    text-transform: uppercase;
    font-size: 11px;
    color: #000000 !important;
}

.sidebar-teaser--chat__desc {
    width: 100%;
    max-width: 165px;
    margin: 6px 0 0 0;
    font-size: 10px;
    line-height: 1.2;
    color: #000000 !important;
}

.sidebar-teaser--chat__status {
    width: 100%;
    margin: 7px 0 0 0;
    color: #62BE41;
    font-size: 10px;
    font-weight: bold;
}

.sidebar-teaser--chat__status-icon {
    display: block;
    float: left;
    width: 12px;
    height: 12px;
    margin: 0 8px 15px 1px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #62BE41;
}

.sidebar-teaser--chat__status-text {
    display: block;
    float: left;
    max-width: 115px;
    font-size: 11px;
    margin: -2px 0 0 0;
}

.sidebar-teaser--chat--close .sidebar-teaser--chat__status {
    color: #E5292A;
}

.sidebar-teaser--chat--close .sidebar-teaser--chat__status-icon {
    background: #E5292A;
}

.lt-ie9 .sidebar-teaser--chat__status-icon {
    background: url("/skin/website/img/chat_pallino_verde.png");
}

.lt-ie9 .sidebar-teaser--chat--close .sidebar-teaser--chat__status-icon {
    background: url("/skin/website/img/chat_pallino_rosso.png");
}

.vehicle-detail-sidebar-teaser.sidebar-teaser--chat {
    margin: 0 0 18px 0;
    padding: 0;
}

.vehicle-detail-sidebar-teaser .sidebar-teaser--chat__text {
    margin: 0;
    padding: 4px;
    max-width: 140px;
}

@media (max-width: 1024px) {
    .fancybox-wrap {
        width: 90% !important;
        width: calc(100% - 40px) !important;
    }

    .fancybox-inner {
        width: 100% !important;
    }
}

/* LANDING PAGE */
.landingpage header .cycle-slideshow {
    border: none;
    min-height: auto;
}

.landingpage header .cycle-slideshow > img {
    width: 100%;
    height: auto;
}

.photo.invisible {
    display: none;
}

.testo.textarea a:hover {
    text-decoration: none;
}

.testo.textarea a.mini {
    color: #000000;
    text-decoration: underline;
    font-weight: bold;
}

.testo.textarea a.mini:hover {
    text-decoration: none;
}

.logo-car-scanner {
    margin-top: 40px;
}

.logo-car-scanner h1 {
    font-size: 24px;
    padding-bottom: 5px;
}

h1 span {
    float: left;
    margin-right: 14px;
}

h1 .logo-img {
    width: 60px;
    vertical-align: middle;
    margin-top: -5px;
}

.wrapper-image-scanner {
    position: relative;
}

#body-contacts .contact #contact .field-checkboxes {
    width: 100%;
}

#body-contacts .contact #contact .field-checkboxes label {
    /*display: inline;*/
    margin-left: 20px;
}

#body-contacts .contact #contact .field-checkboxes .optional {
    width: 100%;
    display: block;
}

#body-contacts .contact #contact .field-checkboxes input {
    width: auto
}

/*GDPR*/

.form_group-privacy {
    margin: 10px 0 0;
}

.form_group-privacy .form_label {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.form_group-privacy .form_label-block {
    margin-bottom: 1em;
    font-size: 15px;
    line-height: 1.3333333333;
}

.form_group-privacy .form_privacyLabel + .form_groupDescription {
    overflow: hidden;
    height: 0;
    max-width: 100%;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, height 0.3s, visibility 0s 0.3s;
    transition: opacity 0.3s, height 0.3s, visibility 0s 0.3s;
}

.form_group-privacy .form_privacyLabel.active + .form_groupDescription,
.form_group-privacy .form_privacyLabel + .form_groupDescription.active {
    height: auto;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: visible;
}

h1.gdprPrivacy_headline {
    font-size: 18px;
    text-transform: none;
}

h2.gdprPrivacy_headline {
    font-size: 15px;
    text-transform: none;
}

@media (min-width: 980px) {
    h1.gdprPrivacy_headline {
        font-size: 25px;
        text-transform: none;
    }

    h2.gdprPrivacy_headline {
        font-size: 18px;
        text-transform: none;
    }
}

.gdpr-privacy-group {
    margin-bottom: 20px;
}

.gdpr-privacy-group .form_group-privacy-inputs label {
    padding-right: 10px;
}

.form_group-privacy-inputs {
    margin-top: 20px;
}

.bold {
    font-weight: bold;
}

.popover.gdprPrivacyDescription .popover-content {
    overflow-y: auto;
}

.popover.gdprPrivacyDescription.fullscreen {
    position: fixed !important;
}

.field.field-checkbox {
    width: auto !important;
}

.field.field-checkbox input {
    width: auto;
    position: relative;
}

.field.field-checkbox.error {
    color: #CC0000;
}

.field.field-checkbox.error label {
    margin-right: 5px;
    color: #CC0000;
}

.field.field-checkbox.error label a {
    color: #C86C6C;
}

#fieldset-privacy_group legend {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (max-width: 560px) {
    .index .lite-form .field.button.wrapper, .home .lite-form .field.button.wrapper {
        width: auto;
    }
}

.field-checkbox {
    position: relative;
}

.field-checkbox input[type="checkbox"] {
    position: absolute;
}

.field-checkbox label {
    padding-left: 20px;
}


/* ADDED */
.cookie-layer-shifter {
    position: relative;
    display: block;
    clear: both;
}

.btn--link {
    background: none;
    position: relative;
    border: 0;
    padding: 0 0 0 12px;
    width: auto !important;
    min-width: 0 !important;
    color: #000000 !important;
    font-size: 15px !important;
    line-height: 20px !important;
    text-align: left;
    text-decoration: none !important;
    vertical-align: middle;
    font-family: BMWType_Bold, Arial;
}

.btn--link:focus:not(.disabled):not([disabled]), .btn--link:hover:not(.disabled):not([disabled]) {
    color: #0653B6 !important;
    text-decoration: none !important;
    background: none;
}


.btn--link:after, .btn--link:before {
    content: "";
    position: absolute;
    top: 0;
    left: -6px;
    height: 20px;
    width: 20px;
    background-position: 50% 50%;
    background-size: 30px;
}

.btn--link:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath fill='%23666' d='M17 28l-2-2 6-6-6-6 2-2 8 8z'/%3E%3C/svg%3E");
    opacity: 1;
}

.btn--link:after {
    left: -4px;
    z-index: 1;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath fill='%230653b6' d='M17 28l-2-2 6-6-6-6 2-2 8 8z'/%3E%3C/svg%3E");
    opacity: 0;
}

.btn--link:focus:not(.disabled):not([disabled]):before, .btn--link:hover:not(.disabled):not([disabled]):before {
    opacity: 0;
    -webkit-transition-delay: 25ms;
    transition-delay: 25ms;
}

.btn--link:focus:not(.disabled):not([disabled]):after, .btn--link:hover:not(.disabled):not([disabled]):after {
    opacity: 1;
}


.cookie-policy__navigator__item {
    box-sizing: border-box;
}
