
/*--------------------------------------------------
# Contact
--------------------------------------------------*/
.contactForm {
 
}
.contactForm fieldset {
    display: contents;
    margin-bottom: 10px;
}option.select_1 {
    color: #000;
}input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
 -webkit-appearance: none;
 margin: 0;
}
input[type=number] {
 -moz-appearance: textfield;
}
.contactForm .contact-field-item {
	margin-bottom: 0px;
	width:50%; float:left;
	margin-bottom:10px;
	clear:none;
}
.contactForm fieldset .fullwidth {
	width: 100%;
  
}
.contactForm .contact-field-item .contact-field-label {

    color: #fff;
}
.contactForm .contact-field-item .contact-field-label {
	font-weight: 300;
	letter-spacing: 0.1em;
	font-size: 1.1em;
}
.contactForm .contact-field-item .contact-field-element .form-field {
    color: #fff;
    border: 0;
    border: 1px solid #a8aad1;
    padding: 10px 15px;
    transition: background .4s, border-bottom-color .4s;
    width: 99%;

    background: rgba(255,255,255,0.2);
}
.contactForm .contact-field-item .contact-field-element .form-field::placeholder {
}
.contactForm .contact-field-item .contact-field-element textarea.form-field {
	height: 120px;
}
.contactForm .contact-field-item .contact-field-element .form-field:focus {
    background: rgba(255,255,255,0.5);
}
.contactForm .gdpr_policy {
    margin: 0;
width: 100%;
float: left;
margin-top: 10px;
margin-bottom: 10px;
} ::placeholder {
	color: #fff;
	opacity:1;
}
::-webkit-input-placeholder {
	color: #fff;
	opacity:1;
}
#contact-field-id_date_1 {
    width: 100%;
}
.contactForm .gdpr_policy label {
	font-weight: normal;
	display: inline !important;
	    color: #fff;
}
.contactForm .gdpr_policy label a{ color:#fff;}
.contactForm .g-recaptcha {
	margin: 0;
	float: left;

}
.contactForm .contact-submit {
    text-align: right;
}
.contactForm .form-submit-button {
    background: #fff;
    text-transform: uppercase;
    color: #000;
    padding: 10px 30px;

    transition: background .6s, color .6s;
  
}
.contactForm .form-submit-button:hover {
    color: #fff;
    background: #3d68c0;
}
@media only screen and (max-width : 1199.98px) {
    .contactForm .g-recaptcha,
    .contactForm .contact-submit {
        grid-column: 1 / 3;
    }
    .contactForm .contact-submit {
        text-align: left;
    }
}
@media only screen and (max-width : 991.98px) {
}
@media only screen and (max-width : 767.98px) {
    .contactForm {
        grid-template-columns: 1fr;
		display:block;
    }
    .contactForm fieldset .fullwidth,
    .contactForm .gdpr_policy{
        grid-column: 1;
    }
	.contactForm fieldset { margin-bottom:10px;}
	.contactForm .form-submit-button {


    margin-top: 20px;
}
}

/*--------------------------------------------------
# Gallery
--------------------------------------------------*/
.holder {
	line-height: 1.85em;
	text-align: center;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
}
.holder a {
	background: #1f1b3d;
	color: #fff;
	line-height: inherit;
    margin-right: 5px;
}
.holder a:last-child {
    margin-right: 0;
}
.holder a:hover {
	background: #3d68c0;
}
.holder a.jp-current, a.jp-current:hover {
	background: #3d68c0;
}
.holder a.jp-disabled, a.jp-disabled:hover {
	background: #3d68c0;
	color: #fff;
}
.holder a.jp-previous::before,
.holder a.jp-next::before {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}
.mcePxmGallery .highslide-gallery {
	position: relative;
	pointer-events: none;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px;
	min-height: auto !important;
}
.mcePxmGallery .highslide-gallery * {
	pointer-events: all;
}
.mcePxmGallery .highslide-gallery .highslideContainer {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.mcePxmGallery .highslide-gallery .highslideContainer.subgallery a.highslide .folderBackground {
    position: static;
}
.mcePxmGallery .highslide-gallery .highslideContainer.subgallery a.highslide .folderBackground span {
	position: absolute;
	left: 5px;
	right: 5px;
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
	background: rgba(0,0,0,.9);
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 2.5em;
}
.mcePxmGallery .highslide-gallery .highslideContainer.subgallery:hover a.highslide .folderBackground span {
}
.mcePxmGallery .highslide-gallery .highslideContainer.subgallery a.highslide::before {
    content: none;
}
.mcePxmGallery .highslide-gallery .highslideContainer.subgallery a.highslide::after {
}
.mcePxmGallery .highslide-gallery .highslideContainer a.highslide {
	position: relative;
	display: block;
	overflow: hidden;
	padding-bottom: 61%;
    background: #000;
}
.mcePxmGallery .highslide-gallery .highslideContainer a.highslide img {
    position: absolute;
    left: 0;
    top: 0;
	border: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	pointer-events: none;
	transition: transform .6s, opacity .6s;
}
.mcePxmGallery .highslide-gallery .highslideContainer a.highslide:hover img {
    transform: scale(2);
    opacity: 0;
	transition: transform .8s, opacity .4s;
}
.mcePxmGallery .highslide-gallery .highslideContainer a.highslide .highslide-caption {
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 0px;
    text-align: center;
    color: #999;
    display: block !important;
    opacity: 0;
    transition: bottom .6s, opacity .6s;
    transition-delay: 0s;
	    z-index: 11;    display: none!important;
}
.mcePxmGallery .highslide-gallery .highslideContainer a.highslide .highslide-caption strong {
    color: #fff;
    text-transform: uppercase;
}
.mcePxmGallery .highslide-gallery .highslideContainer a.highslide:hover .highslide-caption {
    bottom: 50px;
    opacity: 1;
    transition-delay: .4s;
}
.mcePxmGallery .highslide-gallery .highslideContainer a.highslide::before {
    content: '\f002';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -200%);
    opacity: 0;
    transition: transform .6s, opacity .6s;
    transition-delay: 0s;
}
.mcePxmGallery .highslide-gallery .highslideContainer a.highslide:hover::before {
    transform: translate(-50%, -100%);
    opacity: 1;
    transition-delay: .4s;
}
.mcePxmGallery .highslide-gallery .highslideContainer a.highslide::after {
    content: '';
    z-index: 3;
    position: absolute;
    left: 12px;
    right: 12px;
    top: 16px;
    bottom: 16px;
    
    background-size: 0;
    background-repeat: no-repeat;
    background-image:   linear-gradient(to right, #fff 100%, #fff 100%),
                        linear-gradient(to bottom, #fff 100%, #fff 100%),
                        linear-gradient(to right, #fff 100%, #fff 100%),
                        linear-gradient(to bottom, #fff 100%, #fff 100%);
    background-position:    0 0,
                            100% 0,
                            100% 100%,
                            0 100%;
}
.mcePxmGallery .highslide-gallery .highslideContainer a.highslide:hover::after {
    animation: bg 1.25s;
    animation-fill-mode: forwards;
	opacity:1;
}
@media only screen and (max-width : 767.98px) {
	.mcePxmGallery .highslide-gallery {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 20px;
	}
	.mcePxmGallery .highslide-gallery .highslideContainer.subgallery a.highslide .folderBackground span {
	}
	  .contactForm {
        grid-template-columns: 1fr;
		    display: block;
			    padding: 10px;
    }
	.contactForm .contact-field-item {

    width: 100%;

}
}
@media only screen and (max-width : 640px) {
}
@media only screen and (max-width : 480px) {
}

/* Breadcrumbs */
.mcePxmGallery .breadcrumb {
	position: relative;
	background: #000;
	text-align: center;
	border: none;
	line-height: 27px;
	font-weight: normal;
	padding: 5px 10px;
	color: #fff;
	border-radius: 0;
	margin-bottom: 10px;
}
.mcePxmGallery .breadcrumb span {
	font-size: 0;
}
.mcePxmGallery .breadcrumb span::before {
	content: '\f105';
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 14px;
	margin: 0 5px;
}

.mcePxmGallery .breadcrumb a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color 0.6s;
    transition: color 0.6s;
}
.mcePxmGallery .breadcrumb a:hover {
	color: #333;
	text-decoration: none;
}

/* Back button */
.mcePxmGallery .backbtn {
	background: none;
	text-indent: 0;
	font-size: 0;
	text-decoration: none;
	color: #fff;
	width: auto;
	height: auto;
	margin-top: 10px;
	border-radius: 5px;
}
.mcePxmGallery .backbtn::after {
	content: '\f060';
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 14px;
	display: inline-block;
	padding: 4px 10px;
	border-radius: 0;
	background: #000;
	transition: background .4s, color .4s;
}
.mcePxmGallery .backbtn:hover {
	text-decoration: none;
}
.mcePxmGallery .backbtn:hover::after {
	background: #6e8387;
}

/* Pop Up */
.highslide-container .highslide-caption {
    font-size: 1em !important;
	color: #999 !important;
	text-align: center;
	font-weight: normal;
	background: #2e2e2e;
	padding: 15px 10px 20px !important;
}
.highslide-container .highslide-caption strong {
	color: #fff !important;
    text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
	display: inline-block;
}
.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
--------------------------------------------------*/
section.newsletter form#form-nl {
	position: relative;
	margin: 0;
}
section.newsletter form#form-nl ol,
section.newsletter form#form-nl ol > li {
	margin: 0;
	padding: 0;
	list-style: none;
}
section.newsletter form#form-nl ol {
	display: grid;
	grid-template-columns: 1fr auto;
	grid-gap: 30px;
}
section.newsletter form#form-nl ol li {
	position: relative;
	width: auto!important;
}
section.newsletter form#form-nl ol li#NewsletterFirstNameHeader,
section.newsletter form#form-nl ol li#NewsletterLastNameHeader {
    display: none;
}
section.newsletter form#form-nl ol li#NewsletterEmailHeader {
    order: 1;
}
section.newsletter form#form-nl ol li#NewsletterListHeader {
    order: 4;
}
section.newsletter form#form-nl label.field-title {
    display: none;
}
section.newsletter form#form-nl li > span {
	display: block;
}
section.newsletter form#form-nl .txtbox-long {
margin: 0;
      width: 93%;
    color: #242424;
    font-size: 20px;
    font-weight: normal;
    background: none;
    border: 0;
    border-bottom: 1px solid rgba(28,19,10,0.3);
    padding: 10px 5px;
    transition: border-bottom-color .6s
}
section.newsletter ::placeholder {
	color: #242424;
	opacity:1;
}
section.newsletter ::-webkit-input-placeholder {
	color: #242424;
	opacity:1;
}
section.newsletter form#form-nl .txtbox-long:focus {
	border-bottom-color: #6e8387;
}
section.newsletter form#form-nl .required {
	color: #f00;
}
section.newsletter form#form-nl .gdpr_policy {
    position: absolute;
    left: 0;
    bottom: 0;
    grid-column: 1 / 3;
    order: 3;
    text-align: left;
    color: #6a6a6a;
    font-size: 18px;
    font-family: 'barlowregular';
    letter-spacing: 0px;
}
section.newsletter form#form-nl .gdpr_policy label {
    display: inline-block !important;
	font-weight: normal;
	margin: 0;
}
section.newsletter form#form-nl .gdpr_policy label a{ text-decoration:none;}
section.newsletter form#form-nl #NewsletterSubmitHeader {
	order: 2;
	text-align: center;
}
section.newsletter form#form-nl #NewsletterSubmitHeader #subscriber-submit {
      display: block;
    width: 100%;
    background: #000000;
    text-transform: uppercase;
    color: #fff;
    padding: 0;
    transition: background .6s, color .6s;
    font-family: 'barlowextrabold';
    font-size: 20px;

    border: none;
    width: 131px;
    height: 47px;
    line-height: 47px;
}
section.newsletter form#form-nl #NewsletterSubmitHeader #subscriber-submit:hover {
   
    background: #6e8387;
}
section.newsletter form#form-nl .clearFix{
	display:none;
}

@media only screen and (max-width : 767.98px) {
	section.newsletter form#form-nl ol {
		grid-template-columns: 1fr;
		grid-gap: 15px;
	}
	section.newsletter form#form-nl .gdpr_policy {
		position: relative;
		grid-column: 1;
		text-align: left;
	}
	section.newsletter h4 {
  
    font-size: 27px;}
	section.newsletter .tirh42 {

    letter-spacing: 3px;}
}
/*--------------------------------------------------
# Garage
--------------------------------------------------*/
.garageContainer .selected {
    color: #6e8387;
}
.garageContainer #garageContentList #orderListContainer .listOrderV {
    text-transform: uppercase;
}
.garageContainer #garageContentList #orderListContainer .listOrderV:hover,
.garageContainer #garageContentList #orderListContainer .listOrderV.selected {
    background: #6e8387;
    border-color: #6e8387;
}
.garageContainer .sidebarGarage #searchGarageContainer #resetButton {
    background: #6e8387;
    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: #6e8387;
}
#contactGarageContainer .input-block .garageContactField {
    border: 2px solid rgba(0,0,0,.1);

    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: #000;
    color: #fff;

    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: #000;
    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;
}.fa-long-arrow-up:before {
    content: "\f176"!important;
}
.fa-long-arrow-down:before {
    content: "\f175"!important;
}