/*--------------------------------------------------
>> TABLE OF CONTENTS:
----------------------------------------------------
# Contact
# Gallery
# Newsletter
# Garage
--------------------------------------------------*/

/*--------------------------------------------------
# Contact
--------------------------------------------------*/
.contactForm .contact-field-item .contact-field-element .form-field {    
    font-family: 'Open Sans', sans-serif;
    color: #666;
    background: #fff;
    border: 2px solid rgba(155,138,118,.2);
    padding: 5px 15px;
}
.contactForm .contact-field-item .contact-field-element .form-field:focus {
    border-color: rgba(116,102,85,.5);
}
.contactForm .gdpr_policy {
	position: relative;
	font-size: .9em;
}
.contactForm .gdpr_policy input {
	position: absolute;
	cursor: pointer;
	opacity: 0;
	width: 0;
	height: 0;
}
.contactForm .gdpr_policy label {
	position: relative;
	font-weight: 600;
}
.contactForm .gdpr_policy label::before {
	content: '';
	cursor: pointer;
	display: inline-block;
	vertical-align: text-top;
	height: 20px;
	width: 20px;
	margin-right: 2px;
	background: rgba(255,255,255, .8);
	transition: background .4s;
}
.contactForm .gdpr_policy:hover label::before {
	background: #eee;
}
.contactForm .gdpr_policy input:checked ~ label::before {
	background: #fff;
}
.contactForm .gdpr_policy label::after {
	content: '\f00c';
	font-family: 'FontAwesome';
	pointer-events: none;
	position: absolute;
	opacity: 0;
	left: 0;
	top: 0;
	line-height: 20px;
	width: 20px;
	text-align: center;
	color: #746655;
	transition: opacity .4s;
}
.contactForm .gdpr_policy input:checked ~ label::after {
	opacity: 1;
}
.contactForm .form-submit-button {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    background: #746655;
    color: #fff;
	padding: 10px 15px;
	display: block;
	width: 100%;
}
.contactForm .form-submit-button:hover {
    background: #2e2e2e;
}
.contactForm .grecaptcha-badge {
	bottom: 30px !important;
	z-index: 1;
}

/*--------------------------------------------------
# Gallery
--------------------------------------------------*/
.mcePxmGallery {
	margin-right: -10px;
}
.mcePxmGallery > br {
	display: none;
}
.mcePxmGallery .holder.bottom {
    display: none;
}
.mcePxmGallery .holder a, .mcePxmGallery .holder a.jp-current, .mcePxmGallery .holder a.jp-current:hover, .mcePxmGallery .holder a.jp-disabled, .mcePxmGallery .holder a.jp-disabled:hover, .mcePxmGallery .holder a.jp-previous {
    float: none;
    border: 0;
    display: inline-block;
    width: 27px;
    line-height: 27px;
    height: 27px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin: 0 5px 5px 0;
    vertical-align: top;
    transition: color .4s, background .4s;
}
.mcePxmGallery .holder a {
    color: #fff;
    background: #817f82;
}
.mcePxmGallery .holder a.jp-current,
.mcePxmGallery .holder a:hover:not(.jp-disabled) {
    color: #fff !important;
    background: #746655;
}
.mcePxmGallery .holder a.jp-disabled, .mcePxmGallery .holder a.jp-disabled:hover {
    color: #404040;
    opacity: .5;
}
.mcePxmGallery .holder a.jp-previous, .mcePxmGallery .holder a.jp-next,
.mcePxmGallery .holder a.jp-previous.jp-disabled, .mcePxmGallery .holder a.jp-next.jp-disabled {
    font-family: 'FontAwesome';
    font-size: 0;
    line-height: 27px;
}
.mcePxmGallery .holder a.jp-previous::before, .mcePxmGallery .holder a.jp-next::before {
    font-size: 14px;
    line-height: 27px;
}
.mcePxmGallery .holder a.jp-previous::before {
    content: '\f104';
}
.mcePxmGallery .holder a.jp-next::before {
    content: '\f105';
}
.mcePxmGallery .highslide-gallery {
	position: relative;
	/*margin-left: -5px;*/
}
.mcePxmGallery .highslide-gallery .highslideContainer {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 25%;
}
.mcePxmGallery .highslide-gallery .highslideContainer.subgallery a.highslide .folderBackground span {
	position: absolute;
	left: 0;
	right: 1px;
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
	background: rgba(0,0,0,.6);
	text-align: center;
	font-weight: 200;
	text-transform: uppercase;
	font-size: 24px;
	padding: 5px 30px;
	transition: background .4s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.mcePxmGallery .highslide-gallery .highslideContainer.subgallery:hover a.highslide .folderBackground span {
	background: #000;
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}
.mcePxmGallery .highslide-gallery .highslideContainer.subgallery a.highslide::before {
}
.mcePxmGallery .highslide-gallery .highslideContainer.subgallery:hover a.highslide::before {
	background: none;
	box-shadow: inset 0 0 0 30px #d21010;
}
.mcePxmGallery .highslide-gallery .highslideContainer.subgallery a.highslide::after {
	content: none;
}
.mcePxmGallery .highslide-gallery .highslideContainer a.highslide {
	position: relative;
	display: block;
	margin: 0 10px 10px 0;
}
.mcePxmGallery .highslide-gallery .highslideContainer a.highslide::before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0);
	transition: background .4s;
}
.mcePxmGallery .highslide-gallery .highslideContainer:hover a.highslide::before {
	background: rgba(0,0,0,.5);
}
.mcePxmGallery .highslide-gallery .highslideContainer a.highslide::after {
	content: '+';
	position: absolute;
    font-family: 'Open Sans', sans-serif;
	z-index: 10;
	left: 0;
	top: 50%;
	font-weight: bold;
	color: #fff;
	font-size: 60px;
	line-height: 1;
	margin-top: -5px;
	transform: translate(0, -50%);
	opacity: 0;
	pointer-events: none;
	transition: opacity .4s, left .4s, transform .4s;
}
.mcePxmGallery .highslide-gallery .highslideContainer:hover a.highslide::after {
	left: 50%;
	opacity: 1;
	transform: translate(-50%, -50%);
}
.mcePxmGallery .highslide-gallery .highslideContainer a.highslide img {
	border: none;
	width: 100%;
	height: auto;
	display: block;
}

@media only screen and (max-width : 768px) {
	.mcePxmGallery .highslide-gallery .highslideContainer.subgallery:hover a.highslide::before {
		background: none;
		box-shadow: inset 0 0 0 15px #d21010;
	}
	.mcePxmGallery .highslide-gallery .highslideContainer.subgallery a.highslide .folderBackground span {
		right: 0;
		padding: 5px 15px;
		font-size: 18px;
	}
	.mcePxmGallery .highslide-gallery .highslideContainer {
		width: 25%;
	}
	.mcePxmGallery .highslide-gallery .highslideContainer:hover a.highslide::before {
		box-shadow: inset 0 0 0 15px #000;
	}
}
@media only screen and (max-width : 640px) {
	.mcePxmGallery .highslide-gallery .highslideContainer {
		width: 50%;
	}
}
@media only screen and (max-width : 480px) {
}

/* Breadcrumbs */
.mcePxmGallery .breadcrumb {
	position: relative;
	float: none;
	background: #f2f2f2;
	text-align: center;
	border: none;
	height: 27px;
	line-height: 27px;
	font-weight: normal;
	padding: 0 10px;
	color: #999;
	border-radius: 0;
	margin-right: 10px;
}
.mcePxmGallery .breadcrumb span {
	font-size: 0;
}
.mcePxmGallery .breadcrumb span::before {
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 14px;
	margin: 0 5px;
}
.mcePxmGallery .breadcrumb a {
	text-decoration: none;
	-webkit-transition: color 0.6s;
    transition: color 0.6s;
}
.mcePxmGallery .breadcrumb a:hover {
	color: #ca3f28;
	text-decoration: none;
}

/* Back button */
.mcePxmGallery .backbtn {
	background: none;
	text-indent: 0;
	font-size: 0;
	text-decoration: none;
	color: #d21010;
	width: auto;
	height: auto;
	margin: 10px 10px 20px;
}
.mcePxmGallery .backbtn::after {
	content: '\f060';
	font-family: 'FontAwesome';
	font-size: 14px;
	display: inline-block;
	padding: 4px 10px;
	border-radius: 0;
	background: #eee;
	transition: background .4s;
}
.mcePxmGallery .backbtn:hover {
	text-decoration: none;
}
.mcePxmGallery .backbtn:hover::after {
	background: #2e2e2e;
}

/* Pop Up */
.highslide-container .highslide-caption {
	font-size: 14px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	background: #2e2e2e;
}
.highslide-container .highslide-caption strong {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}
.highslide-container .highslide-dimming{
	background: rgba(0,0,0,.5);
	opacity: 1!important;
}
.highslide-wrapper, .highslide-outline,
.highslide-container table, .highslide-container td {
	background: none!important;
}
.highslide-container img.highslide-image,
.highslide-container .highslide-image {
	border: 0px!important;
	box-shadow: 0px 0px 20px #000;
}

/*--------------------------------------------------
# Newsletter
--------------------------------------------------*/
.mcePxmNewsletter form#form-nl{
	position: relative;
	margin: 0px;
}
.mcePxmNewsletter form#form-nl ol,.mcePxmNewsletter form#form-nl ol > li{
	margin:0;
	padding:0;
	list-style:none;
}
.mcePxmNewsletter form#form-nl ol {
	margin: 0;
}
.mcePxmNewsletter form#form-nl ol li {
	position: relative;
	clear: none;
	padding: 0 0 5px;
	width: 100%!important;
	margin: 0;
}
.mcePxmNewsletter form#form-nl ol li#NewsletterSubmitHeader {
	width: auto!important;
	float: none;
	clear: both;
	padding: 0;
	text-align: right;
}
.mcePxmNewsletter form#form-nl label.field-title{
	display: block;
	/*font-size: 14px;*/
	font-weight: bold;
	text-align: left;
}
.mcePxmNewsletter form#form-nl li > span{
	display: block;
}
.mcePxmNewsletter form#form-nl .txtbox-long{
	border: 0;
	line-height: 30px;
	padding: 5px 15px;
	outline: none !important;
	background: rgba(0,0,0,.5);
	color: #fff;
	width: 100%;
	height: 40px;
	margin: 0px;
	transition: background .4s, color .4s;
}
.mcePxmNewsletter form#form-nl .txtbox-long:focus{
	background: rgba(255,255,255,1);
	color: #333;
}
.mcePxmNewsletter form#form-nl .required{
	color: #f1a100;
}
.mcePxmNewsletter form#form-nl .gdpr_policy {
    position: relative;
}
.mcePxmNewsletter form#form-nl .gdpr_policy a {
    color: #f1a100;
}
.mcePxmNewsletter form#form-nl #NewsletterSubmitHeader{
	text-align: left;
}
.mcePxmNewsletter form#form-nl #subscriber-submit{
	font-size: 14px;
	line-height: 30px;
	text-transform: uppercase;
	color: #fff;
	padding: 5px 15px;
	outline: none !important;
	background: #f14200;
	border: 0;
	width: auto;
	height: auto;
	transition: background .4s, color .4s;
	z-index: 5;
	cursor: pointer;
}
.mcePxmNewsletter form#form-nl #subscriber-submit:hover{
	background: #2E2E2E;
	color: #fff;
}
.mcePxmNewsletter form#form-nl .clearFix{
	display:none;
}
.mcePxmNewsletter .formError {
	left: 0!important;
	top: 0!important;
}
@media only screen and (max-width : 992px) {
	.mcePxmNewsletter form#form-nl{
		width: auto;
	}
	.mcePxmNewsletter form#form-nl {
		margin-top: 20px;
	}
}
@media only screen and (max-width : 480px) {
	.mcePxmNewsletter form#form-nl {
		margin: 10px 0 0;
		float: none;
		min-width: 0;
		width: auto;
	}
	.mcePxmNewsletter form#form-nl ol li {
		width: 100%!important;
		float: none;
		margin: 0;
	}
}

/*--------------------------------------------------
# Garage
--------------------------------------------------*/
.garageContainer .selected {
    color: #f14200;
}
.garageContainer #garageContentList #orderListContainer .listOrderV {
    text-transform: uppercase;
}
.garageContainer #garageContentList #orderListContainer .listOrderV:hover,
.garageContainer #garageContentList #orderListContainer .listOrderV.selected {
    background: #f14200;
    border-color: #d21010;
}
.garageContainer .sidebarGarage #searchGarageContainer #resetButton {
    background: #d21010;
    border: none;
}
.garageContainer .car-slider ul#car_slider,
.garageContainer .car-slider ul#sliderControls {
    padding-left: 0;
}
.garageContainer .car-slider ul#car_slider li,
.garageContainer .car-slider ul#sliderControls li {
    padding-left: 0;
}
.garageContainer .car-slider ul#car_slider li::before,
.garageContainer .car-slider ul#sliderControls li::before {
    content: none;
}
.garageContainer #detail-car #detailDataCar ul li::before,
.garageContainer #detail-car #detailOptionsFix ul li::before {
    background: #f14200;
}
#contactGarageContainer .input-block .garageContactField {
    border: 2px solid rgba(0,0,0,.1);
    font-family: "DejaVuSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #666;
    padding: 5px 15px;
    background: #f2f2f2;
    transition: border .4s, background .4s;
}
#contactGarageContainer .input-block .garageContactField:focus {
    background: #eee;
    border: 2px solid rgba(0,0,0,.25);
}
#contactGarageContainer .input-block .formError {
    box-sizing: border-box;
}
.garageContainer #moreinfo input#openContactCar {
    background: #d21010;
    color: #fff;
    font-family: "DejaVuSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
    border: none;
    transition: background .4s, color .4s;
}
.garageContainer #moreinfo input#openContactCar:hover {
    background: #2E2E2E;
    color: #fff;
}
.garageContainer .btn-garage-back {
    color: #d21010;
    padding: 0 10px;
    background: #eee;
}
.garageContainer .btn-garage-back:hover {
    background: #2E2E2E;
    color: #fff;
    padding: 0 10px;
}
.garageContainer .btn-garage-back:hover i {
    margin: 0;
}