/* FULLBACKGROUND */

.fullbackground > header
{
	z-index:1;
}

.fullbackground div.img-background {
	bottom: 0;
	left: -100px;
	overflow: hidden;
	position: absolute;
	top: 0;
}

figure.full-background-2{
	position: relative;
}

/* MULTI-SELECTION BLACK */
.black dl.multi-selection-1 {
	position: relative;
	min-height: 200px;
}

.black .multi-selection-1 dd > div {
	float: left;
	width: 47%;
}

.black .multi-selection-1 dd > div {
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	width: 67%;
}

.black .multi-selection-1 dd > div.imgContainer {
	width: 27%;
	margin: 0;
}

.black .multi-selection-1 dd {
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 79%;
	display: none;
	height: 100%;
}

.black .multi-selection-1 dd > div.text {
	background-color: rgba(0, 0, 0, 0.6);
	height: 100%;
	overflow: auto;
	padding: 7px;
}

.no-rgba .black .multi-selection-1 dd > div.text {
	background-image: url("/Resources/img/bg-nero-06.png");
}

.black .multi-selection-1 dd > div.text *:first-child {
	margin-top: 0;
}

.black .multi-selection-1 dt.selected {
	background-color: #fff;
	color:#000;
	box-shadow: none;
}

.black .multi-selection-1 dt {
	background-color: #000000;
	border-right: 1px solid #1B1B1B;
	cursor: pointer;
	font-family: "HelveticaNeueBoldCondensed";
	line-height: 16px;
	padding: 5px;
	text-transform: uppercase;
	width: 19.5%;
	font-size: 0.95em;
	text-align: left;
	color: #fff;
	background-color: #000000;
	margin-bottom: 5px;
}

.black .multi-selection-1 dd .title {
	font-size: 1.7em;
	font-family: "HelveticaNeueThinCondensed";
	margin: 0 0 10px 0;
	text-transform: uppercase;
	color: #FFFFFF;

}

.black .multi-selection-1 dt span,
.multi-selection-1 dt span
{
	display: inline-block;
	line-height: 100%;
	vertical-align: middle;
}

.black .multi-selection-1 dt.selected:after {
	display: none;
}
/* END MULTI-SELECTION BLACK */


/* MULTI-SELECTION WHITE */

dl.multi-selection-1 {
	position: relative;
	min-height: 200px;
	/*padding: 5px;*/
}

.multi-selection-1 dd > div {
	float: right;
	margin-right: 2%;
	width: 48%;
}


.multi-selection-1 dd {
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 5px;
	width: 69%;
	display: none;
}

.multi-selection-1 dt.selected {
	background-color: #fff;
	color:#3679BC;
	font-family: 'HelveticaNeueBoldCondensed',Arial,sans-serif;
	position: relative;
	box-shadow: 75px 1px 5px #C2C2C2;
}

.multi-selection-1 dt.selected:after {
	border-bottom: 18px solid transparent;
	border-left: 18px solid #FFFFFF;
	border-top: 18px solid transparent;
	height: 0;
	position: absolute;
	right: -17px;
	width: 0;
	z-index: 2;
	content: "";
}

.multi-selection-1 dt {
	cursor: pointer;
	font-size: 1em;
	line-height: 2.5em;
	margin-right: 0;
	padding: 0 5px;
	text-align: right;
	width: 29%;
	color:#666;
}

.multi-selection-1 dd .title {
	font-size: 1.3em;
	text-transform: uppercase;
	font-family: 'HelveticaNeueBoldCondensed',Arial,sans-serif;
	color:#000;
	margin: 0;
}

/* END MULTI-SELECTION WHITE */

/* BOX ECOCHIC */

.ecochic-box .call-to-action h4 {
	font-family: 'HelveticaNeueThinCondensed',Arial,sans-serif;
	font-size: 45px;
	line-height: 40px;
	text-transform: uppercase;
}

.ecochic-box .call-to-action {
	position: absolute;
	top:0;
	left:0;
}

.ecochic-box .blue, .ecochic-box .blue strong {
	color:#001D66;
}

.ecochic-box .blue .blackButton {
	background: #295584; /* Old browsers */
	background: -moz-linear-gradient(top, #295584 50%, #00356d 51%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#295584), color-stop(51%,#00356d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #295584 50%,#00356d 51%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #295584 50%,#00356d 51%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #295584 50%,#00356d 51%); /* IE10+ */
	background: linear-gradient(to bottom, #295584 50%,#00356d 51%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#295584', endColorstr='#00356d',GradientType=0 ); /* IE6-9 */
}

.ecochic-box .green .blackButton {
	background: #2c8e55; /* Old browsers */
	background: -moz-linear-gradient(top, #2c8e55 50%, #047835 51%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#2c8e55), color-stop(51%,#047835)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2c8e55 50%,#047835 51%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2c8e55 50%,#047835 51%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2c8e55 50%,#047835 51%); /* IE10+ */
	background: linear-gradient(to bottom, #2c8e55 50%,#047835 51%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c8e55', endColorstr='#047835',GradientType=0 ); /* IE6-9 */
}

.ecochic-box .green, .ecochic-box .green strong {
	color:#047835;
}

.ecochic-box .call-to-action h4 strong {
	font-size: 48px;
}

.gallery .row .block{
	margin-bottom: 1%;
}

/*
*	---------- FINE MODELLI --------------
*/

/*
*	---------- SPECIAL OFFERS --------------
*/

article.special-offers-box{
	border-bottom: 2px solid #F0F0F0;
	padding: 15px 0;
}

.special-offers-box .text p {
	line-height: 1.6em;
}

.promo-abstract.blackButton {
	margin-top: -2.2em;
	z-index: 2;
}

/* DETAILS */
.special-offers-detail .buttons{
	margin-left: -1.7em;
	margin-top: 30px;
}

.special-offers-detail .buttons a:first-child {
	border-right: 1px solid #D0D0D0;
	margin-right: 1em;
}

.special-offers-detail aside{
	/*border-top: 1px solid #DDDDDD;*/
	margin-top: 30px;
}

.note-legali p {
	font-size: 12px;
}

.grey-box {
	color: #000000;
	margin-bottom: 10px;
}

.grey-box > h3,
.grey-box > h4,
.grey-box > h5,
.grey-box > h6 {
	padding: 15px;
	background-color: #f2f2f2;
}
.landing .grey-box > h4 {
	color:#333;
}

.informativa a {
	color:#000;
	text-decoration: underline;
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: 1.5;
}
.black .informativa a {
	color: #ffffff;
}
.grey-box input[type="radio"], .grey-box input[type="checkbox"] {
	display: inline-block;
	margin-right: 0;
	width: auto;
	margin-right: 5px;
	vertical-align: sub;
}

/*
*	---------- END SPECIAL OFFERS --------------
*/

.mini-gallery {
	margin-top: 5px;
}
.mini-gallery > img {
	cursor: pointer;
}
.mini-gallery a {
	display: inline-block;
	height: 20px;
	line-height: 0;
/* 	position: relative; */
/* 	width: 100%; */
}

.mini-gallery a.selected {
	margin-left: -32%;
	width: 150%;
	z-index: 1;
}
.mini-gallery a.selected img {
	border: 2px solid #CCCCCC;
	width: 100%;
}
/* BOX AUTO
*	e.g. elenco allestimenti nella pagina modello
*/

article.box-auto {
	padding:9%;
	text-align: center;
	border: 1px solid #FFFFFF;
}

article.box-auto > header{
	margin-bottom:20px;
}

article.box-auto > p{
	margin-bottom:20px;
}

article.box-auto .blackButton {
	margin-top: 20px;
}


article.box-auto:hover{
	border: 1px solid #CCCCCC;
}


.box-auto .imgContainer > img {
	padding-bottom: 20px;
	width: 100%;
	height: auto; !important
}

article.box-auto .text {
	text-align: left;
	font-size: 13px;
	line-height: 1.2em;
	min-height: 10.8em;
}

.box-auto .text li:before {
	content: "- ";
	left: 0;
	position: absolute;
}

.box-auto .text li {
	font-size: inherit;
	line-height: inherit;
	margin: 0.3em 0;
	padding-left: 11px;
	position: relative;
	list-style: none outside none;
}

/* PICTURE IN PICTURE */
/* Tool interni su pagina modelli */

.picture-in-picture > .mini-gallery
{
	bottom: 3%;
	position: absolute;
	right: 3%;
}

.picture-in-picture > .mini-gallery .imgContainer
{
	cursor: pointer;
	float: left;
	margin-right: 10px;
	/*width: 140px;*/
/* 	position: relative; */
}

.picture-in-picture {
	padding: 0 0 20px 0;
}

.picture-in-picture .velina {
	background-color: #FFFFFF;
	display: none;
	height: 100%;
	filter: alpha(opacity=50);
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
}

/*.picture-in-picture .imgContainer:hover .velina,
.picture-in-picture .selected .velina
{
	display: block;
}*/

/* NEWS */

.black .slideshow-mask .news-hp-box {
	border-bottom: 0 none;
	margin-bottom: 0;
}

.news-hp-box {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 28px;
	margin-bottom: 2rem;
	overflow: hidden;
}
.block > .news-hp-box {
	width: 100%;
}
.news-hp-box figure {
	position: relative;
	overflow: hidden;
}

.news-hp-box figcaption {
	bottom: -100%;
	position: absolute;
	-webkit-transition: bottom 300ms ease-out;
	-moz-transition: bottom 300ms ease-out;
	-ms-transition: bottom 300ms ease-out;
	-o-transition: bottom 300ms ease-out;
	transition: bottom 300ms ease-out;
	width: 100%;
	overflow: hidden;
	min-height: 50%;
}

.news-hp-box:hover figcaption {
	bottom: 0;
}

.news-hp-box figcaption .text {
	position: absolute;
	padding: 10px;
	overflow: hidden;
	color:#999999;
	top: 0;
	bottom: 0;
}

.news-hp-box figcaption .text p {
	color: #999999;
}

.news-hp-box figcaption a.blueBoldButton {
	position: absolute;
	bottom: 0;
	right: 15px;
	padding-top: 100%;
	padding-left: 100%;
}
.blueBoldButton.arrow-right-white.right:after {
	background-position: center center;
	height: 17px;
	left: auto;
	margin: 0;
	right: 0;
	top: auto;
}
.news-hp-box a.call-to-action {
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	margin-top: 10px;
	display: block;
	height: 2em;
}

.news-hp-box a.call-to-action:hover {
	color:#3679BC;
}

.news-hp-box footer, .news-hp-box header {
	text-transform: uppercase;
	color: #666666;
	font-size: 12px;
	line-height: 1em;
	margin-bottom: 7px;
	margin-top: 1em;
}

.black .news-hp-box a.call-to-action {
	color: #999999;
}

.black .slideshow-mask .news-hp-box footer {
	display: none;
}

.news-hp-box.block header > p {
	margin-bottom: 0;
}

.news-hp-box figure .velina {
	background-color: #111111;
	display: block;
	height: 100%;
	filter: alpha(opacity=70);
	opacity: 0.7;
	position: absolute;
	width: 100%;
	bottom: 0;
}

.news-history-menu > div {
	margin-top: 5px;
	padding: 20px;
}

.news-history-menu .submenu-item {
	line-height: 2.2em;
}

.news-history-menu li a {
	display: block;
}

.news-history-menu li > ul {
	padding-left: 40px;
	display: none;
}

.news-history-menu .submenu-item a > div {
	display: inline-block;
	height: 12px;
	padding-right: 6px;
	position: relative;
	vertical-align: middle;
	width: 12px;
}

.news-history-menu .submenu-item a > div:before {
	background: url("/Resources/img/arrow-right-grey.png") no-repeat scroll 0 center transparent;
	content: "";
	font-family: 'HelveticaNeueCondensed',Arial,sans-serif;
	font-size: 1.2em;
	height: 100%;
	margin-right: 0.5em;
	position: absolute;
	top: -1px;
	width: 12px;
}

.news-history-menu li:hover a > div:before {
	background: url("/Resources/img/arrow-down-blu.png") no-repeat scroll 0 center transparent; ;
}

.news-history-menu li.selected > a {
	color: #3679BC;
}

.news-history-menu li.selected a > div:before {
	background: url("/Resources/img/arrow-down-blu.png") no-repeat scroll 0 center transparent; ;
}

.news-history-menu li.selected > ul {
	display: block;
}

.news-history-menu li:hover > ul {
	display: block;
}

.news-detail figure {
	margin-bottom: 20px;
}

.news-abstract.blueBoldButton {
	margin-top: -2.2em;
}

/* HOME */

.block .grey-shadow, .block .bg-grey {
	/*margin-top: 5px;*/
	padding: 15px 6%;
	border: 1px solid #F6F6F6;
	/*background: linear-gradient(to top, #F7F7F7 0%, #F2F2F2 100%) repeat scroll 0 0 transparent!important;*/
}

.grey-shadow .main-title {
	font-family: 'HelveticaNeueCondensed',Arial,sans-serif;
}
.grey-shadow .row {
	padding-bottom: 20px;
}

.grey-shadow .right .logo {
	width: 20px;
}

.grey-shadow .page-subtitle {
	color: #888888;
	font-size: 13px;
}

.grey-shadow .text.center > p {
	padding-bottom: 0;
}

/* SOCIAL */

.social-hp h4,
.social-world h4 {
	font-size: 15px;
	font-size: 1.1rem;
}

.social-world h4 {
	text-transform: uppercase;
}

.social-world h3 {
	padding: 11px 0;
	padding: 0.8rem 0;
}

.social-world li,
.social-world article,
.social-hp li {
	padding-top: 14px;
	padding-top: 1rem;
}

.social-hp li > * {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}

.social-hp li > div {
	text-align: right;
	line-height: 1.1em;
}

.social-hp .container {
	min-height: 425px;
}
.social-hp h3.base-title.left-pipe {
	float: left;
}
.social-hp .container .title {
	color: #000000;
	padding-bottom: 1rem;
	padding-bottom: 14px;
	/* 	font-family: 'HelveticaNeueBoldCondensed'; */
}

.social-world .grey-shadow {
	padding: 0 6%;
}

.social-world .grey-shadow > h4.title {
	border-bottom: none;
}

.social-world .container > article {
	border-top: 2px solid #FFFFFF;
	position: relative;
	overflow: hidden;
}

.grey-shadow > h4.title:after,
.social-hp .grey-shadow .row > h4.title:after,
.social-world .container > article:before {
	border-style: solid;
	content: "";
	border-width:11px;
	border-color: #FFFFFF transparent transparent;
	position: absolute;
	left: 48%;
	width: 0;
	height: 0;
}

.social-world .container > article:before {
	top: 0;
}


.social-world .container {
	min-height: 600px;
	margin-bottom: 20px;
}

.grey-shadow > h4.title:after,
.social-hp .grey-shadow .row > h4.title:after {
	bottom: -22px;
}

.grey-shadow > h4.title,
.social-hp .grey-shadow .row > h4.title {
	border-bottom: 2px solid #FFFFFF;
	position: relative;
}

.social-hp .grey-shadow .row > h4.title {
	margin-bottom: 21px;
	margin-bottom: 1.5rem;
}

.social-hp .flickr .block.w12 {
	box-shadow: 0 0 2px #888888 inset !important
	margin-bottom: 0.5%;
	height: 100px;
	overflow: hidden;
}

.social-world .imgContainer {
	width: 100%;
}
.social-world .block.w12 {
	box-shadow: 0 0 2px #888888 inset !important
	margin-bottom: 0.5%;
	height: 100px;
	overflow: hidden;
}

.social-world .pinterest.row > span {
	background: none repeat scroll 0 0 transparent !important;
	box-shadow: 0 0 0 0 !important;
}
.social-world .pinterest > span > span:first-child {
	display: none !important;
}
/* END SOCIAL */

/* GUIDED CHOICE */

.guided-choice .selection-container {
	text-align: center;
}

.guided-choice .selection-container figure {
	display: inline-block;
	position: relative;
	width: 30%;
}

.guided-choice .selection-container figcaption {
	position: absolute;
	width: 100%;
	font-size: 12px;
	margin: 10px 0;
}

.guided-choice .selection-container p {
	margin: 20px 0;
}

.guided-choice aside {
	margin-top: 20%;
	overflow: hidden;
}

/* END GUIDED CHOICE */

/* TEST DRIVE */

.choose-car select,
.choose-car input {
	margin-bottom: 2px;
	margin-top: 5px;
	width: 100%;
	z-index: 3;
}

.choose-car .big-img {
	width: 90%;
	margin: 0 auto;
	margin: 10px auto;
	min-height: 150px;
}

.button-container {
	text-align: center;
}

.choose-car label {
	margin-right: 8px;
}

/* SUCCESS FORM */

/*.form-container .button-container
{
	margin-bottom: 20px;
}

.success > .text, .thresold-map > .row, .success-map > .text {
	margin-top: 50px;
}

.success, .thresold-map, .success-map {
	display: none;
}

.success > .text, .success-map > .text {
	text-align: center;
}

.thresold-map .dealers-item:hover, .thresold-map .dealers-item.selected {
	box-shadow: -2px 4px 7px 0 #999999;
}

.thresold-map .dealers-item {
	overflow: hidden;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 6px;
	width: 92%;
}

.dealers-item .text p{
	font-size: 13px;
}

.dealers-item .text p span{
	line-height: 20px;
}

.thresold-map .dealers-item .blackButton {
	z-index: 5;
	margin-top: -5px;
}

.thresold-map .map {
	height: 504px;
}

.thresold-map h5.little-base-title {
	display: inline;
}

.distanceIcon {
	display: inline-block;
	vertical-align: top;
	background-repeat: no-repeat;
	background-image: url("/Resources/img/distanceIcon.png");
	background-repeat: no-repeat;
	height: 20px;
	width: 30px;
}

.zip-container > * {
	float: left;
}

.zip-container > input {
	margin: 0 5px;
}

.zip-container > label {
	line-height: 25px;
}

.zip-container > a.blackButton {
	padding: 0.9em 2em 0.9em 0.3em;
}

.success {
	min-height: 150px;
}

.success .form-loading {
	background-image: url("/Resources/img/form-loader.gif");
	background-position: center center;
	background-repeat: no-repeat;
	height: 70px;
	margin-top: 35px;
	width: 100%;
	text-align: center;
}

.success .form-loading > span {
	display: block;
	padding-top: 50px;
}*/

/* END SUCCESS FORM */

/* BOX TEMPLATE */
/*.block > header h3 {
	float: left;
}*/

/* BOX OVER SLIDE */
.text-image {
	position: relative;
}
.box {
	position: absolute;
	z-index: 2;
	padding: 20px 30px;
	bottom: 10px;
	right: 10px;
}

.box .velina {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	position: absolute;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	opacity: 0.8;
	margin: 0;
}

.box.black { color: #ffffff;}
.box.white { color: #000000;}
.box.white .velina { background-color: #ffffff;}
.box.black .velina { background-color: #000000;}
.box.top.right { top: 10px; right: 10px; bottom: auto; left: auto;}
.box.top.left { top: 10px; left: 10px; bottom: auto; right: auto;}
.box.bottom.right { bottom: 10px; right: 10px; top: auto; left: auto;}
.box.bottom.left { bottom: 10px; left: 10px; top: auto; right: auto;}
.box.full,
.box.full.left,
.box.full.right { padding: 20px 3.8%; left: 10px; right: 10px;}
.box.full.bottom { top: auto; bottom: 10px;}
.box.full.top { top: 10px; bottom: auto;}

/* GALLERY */

.play-button {
	cursor: pointer;
}
.play-button img {
	z-index: -1;
}
.play-button:after {
	background: url("/Resources/img/play-button.png") no-repeat scroll 0 0 transparent;
	content: "";
	height: 44px;
	left: 50%;
	margin-left: -22px;
	margin-top: -22px;
	position: absolute;
	top: 50%;
	width: 44px;
	z-index: 2;
	cursor: pointer;
	display: block;
}

.gallery-close {
	background-color: #000000;
	background-image: url("/Resources/img/cross-white.png");
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 25px;
	position: absolute;
	right: 0;
	top: 5px;
	width: 25px;
	z-index: 2;
}
.gallery-container .mute {
	right: auto;
	top: 6px;
	left: 0;
}
.gallery-container {
	position: relative;
	overflow: hidden;
}

.main-slideShow .elemContainer {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	/*background-size: cover;*/
}

.main-slideShow .YTVideo {
	background-color: #000000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 70px;
}
.main-slideShow .YTVideo img {
	display: block;
	margin: 0 auto;
	height: 100%;
}

.row.thumb-slideShow, .thumb-slideShow {
	padding: 0 0 5px 0;
}

/* AAA Gini guideline */
.gallery-container > .thumb-slideShow {
	left: 0;
	position: absolute;
	right: 0;
	z-index: 10;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}

.csstransitions .gallery-container > .thumb-slideShow:hover {
	bottom: 43px !important;
}

.thumb-slideShow .gallery-element.selected > a:after {
	border: 2px solid #3679BC;
	content: "";
	height: 100%;
	left: -2px;
	position: absolute;
	top: -2px;
	width: 100%;
}
.thumb-slideShow .gallery-element.selected > a {
	display: block;
	position: relative;
}

.thumb-slideShow figure.imgContainer {
	margin: 2px 0;
}

.thumb-slideShow header > a {
	color: #999999;
	font-size: 15px;
	position: relative;
	margin-right: 5px;
	text-transform: uppercase;
}

.thumb-slideShow header > a.selected {
	color: #3679BC;
}

.thumb-slideShow header > a.right-pipe:after {
	border-right: 1px solid #999999;
	content: "";
	display: inline-block;
	height: 15px;
	padding-left: 5px;
	position: relative;
	top: 2px;
	width: 5px;
}

.thumb-slideShow header {
	background-color: #000000;
	height: auto;
	position: absolute;
	top: -26px;
	padding: 6px 10px 5px;
	width: auto;
	z-index: 3;
}

section.row.thumb-slideShow > header:hover {
	position: absolute;
	height: auto;
}

.thumb-slideShow .bottom-tape {
	margin-top: 5px;
}

.thumb-slideShow .slideshow-mask {
	margin-top: 10px;
	min-height: 90px;
}

.gallery-arrows {
	background: none repeat scroll 0 0 #000000;
	cursor: pointer;
	height: 40px;
	position: absolute;
	top: 50%;
	width: 20px;
	z-index: 3;
	margin-top: -20px;
}

.gallery-arrows.arrow-left-white {
	left: 0;
}

.gallery-arrows.arrow-right-white {
	right: 0;
}
.gallery-arrows.arrow-right-white:after {
	right: 3px;
}

.gallery-element {
	margin-bottom: 8px;
}

.main-slideShow .elemContainer.loading {
	background-size: auto auto;
}

/* END GALLERY */

/* LIGHTBOX */

.lightBox {
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10000;
}

.lightBox > .velina {
	background-color: #FFFFFF;
	height: 100%;
	filter: alpha(opacity=70);
	opacity: 0.7;
	width: 100%;
}

.lightBox > .lightBox-wrapper {
	background-color: #FFFFFF;
	padding: 30px;
	position: absolute;
	border: 1px solid #EEEEEE;
}

.lightBox > header > .lightBox-close {
	background-color: #000000;
	color: #FFFFFF;
	display: inline-block;
	height: 20px;
	text-align: center;
	width: 20px;
}

.lightBox-hidden-content
{
	display: none;
}

.lightBox-wrapper > header
{
	background-color: #FFFFFF;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin-bottom: 15px;
}

.lightBox-wrapper > header .blackButton
{
	cursor: pointer;
}

.lightBox .lightBox-content {
	overflow: hidden;
}

.lightBox .lightBox-content > .wrapper {
	float: left;
	position: relative;
	width: 100%;
}

.lightBox-content > .wrapper > section.row.default {
	width: 100%;
}

.lightBox .scrollbar {
	display: inline-block;
	float: right;
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 20px;
}

.scrollbar .scrollbar-guide
{
	background-color: #C2C2C2;
	height: 100%;
	margin: 0 auto;
	width: 1px;
}

.scrollbar .scrollbar-slider {
	background-color: transparent;
	cursor: pointer;
	height: 30%;
	position: absolute;
	right: 3px;
	top: 0;
	width: 13px;
}

.scrollbar .scrollbar-slider:after {
	background-color: #000000;
	content: "";
	height: 100%;
	left: 5px;
	position: absolute;
	width: 3px;
}

.lightBox-content > .wrapper > section.row {
	padding: 0;
}

/* END LIGHTBOX */


/* ADDED */

.picture-in-picture .mini-gallery a {
	height: auto;
	border: 2px solid transparent;
}

.picture-in-picture .mini-gallery .selected a,
.picture-in-picture .mini-gallery div:hover a {
	border: 2px solid #ffffff;
}

.form-container .grey-shadow, .form-container .bg-grey {
	min-height: 265px;
}
.multi-form .form-container .grey-shadow, .multi-form .form-container .bg-grey {
	min-height: 1px;
}
.exchange2 + .customStyleSelectBox {
	margin: 5px 0 6px;
}

.exchange2, .exchange2 + .customStyleSelectBox {
	display: none;
}

.exchange2 p,
.exchange2 label {
	color: #333333;
	font-size: 12px;
	line-height: 1.5em;
}

/*	.get-a-brochure .choose-car {
	width: 61%;
	margin-bottom: 20px;
	position: relative;
}

.get-a-brochure .choose-car select {
	right: 0;
	width: 62%;
	top: -8px;
	margin: 0;
}
.get-a-brochure .choose-car .customStyleSelectBox {
/*margin-left: 5%;
width: 57%;
position: absolute;
right: 0;
width: 60%;
top: -8px;

} */

.get-a-brochure.form-container .grey-shadow {
	min-height: 211px;
}
