/* info: https://www.lucaprofumo.com/wp-content/plugins/contact-form-7/includes/css/styles.css */
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
	word-break: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}/* info: https://www.lucaprofumo.com/wp-content/uploads/stm_fonts/stm-icon/stm-icon.css */
@font-face {
	font-family: 'stm-icon';
	src: url(https://www.lucaprofumo.com/wp-content/uploads/stm_fonts/stm-icon/stm-icon.eot#1788872945);
	src: url(https://www.lucaprofumo.com/wp-content/uploads/stm_fonts/stm-icon/stm-icon.eot#1788872945) format('embedded-opentype'), url(https://www.lucaprofumo.com/wp-content/uploads/stm_fonts/stm-icon/stm-icon.ttf#1788872945) format('truetype'), url(https://www.lucaprofumo.com/wp-content/uploads/stm_fonts/stm-icon/stm-icon.woff#1788872945) format('woff'), url(https://www.lucaprofumo.com/wp-content/uploads/stm_fonts/stm-icon/stm-icon.svg?oyuy2n#stm-icon) format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="stm-icon-"], [class*=" stm-icon-"] {
	font-family: 'stm-icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.stm-icon-speedometr2:before {
	content: "\e800";
}
.stm-icon-shop_bag:before {
	content: "\e801";
}
.stm-icon-chat2:before {
	content: "\e802";
}
.stm-icon-car:before {
	content: "\e803";
}
.stm-icon-car_search:before {
	content: "\e804";
}
.stm-icon-label:before {
	content: "\e805";
}
.stm-icon-speedometr:before {
	content: "\e806";
}
.stm-icon-chat:before {
	content: "\e807";
}
.stm-icon-application:before {
	content: "\e808";
}
.stm-icon-message:before {
	content: "\e809";
}
.stm-icon-car_sale:before {
	content: "\e80a";
}
.stm-icon-phone:before {
	content: "\e80b";
}
.stm-icon-label-reverse:before {
	content: "\e80c";
}
.stm-icon-transmission:before {
	content: "\e80d";
}
.stm-icon-fuel:before {
	content: "\e80e";
}
.stm-icon-road:before {
	content: "\e80f";
}
.stm-icon-search:before {
	content: "\e810";
}
.stm-icon-reset:before {
	content: "\e811";
}
.stm-icon-phone2:before {
	content: "\e812";
}
.stm-icon-question:before {
	content: "\e813";
}
.stm-icon-steering_wheel:before {
	content: "\e814";
}
.stm-icon-gear:before {
	content: "\e901";
}
.stm-icon-key:before {
	content: "\e908";
}
.stm-icon-calendar:before {
	content: "\e90b";
}
.stm-icon-oil:before {
	content: "\e90c";
}
.stm-icon-diagnostic:before {
	content: "\e90d";
}
.stm-icon-Tire_Wheel_Service2:before {
	content: "\e90e";
}
.stm-icon-Tire_Wheel_Service:before {
	content: "\e90f";
}
.stm-icon-auto_loan:before {
	content: "\e910";
}
.stm-icon-engine:before {
	content: "\e911";
}
.stm-icon-speedometr3:before {
	content: "\e912";
}
.stm-icon-transmission2:before {
	content: "\e913";
}
.stm-icon-mail:before {
	content: "\e914";
}
.stm-icon-pin:before {
	content: "\e915";
}
.stm-icon-delete:before {
	content: "\e916";
}
.stm-icon-share:before {
	content: "\e917";
}
.stm-icon-calculator:before {
	content: "\e918";
}
.stm-icon-added:before {
	content: "\e919";
}
.stm-icon-brochure:before {
	content: "\e91a";
}
.stm-icon-add:before {
	content: "\e91b";
}
.stm-icon-remove:before {
	content: "\e91c";
}
.stm-icon-add_car:before {
	content: "\e91d";
}
.stm-icon-air_conditioning:before {
	content: "\e91e";
}
.stm-icon-auto_electric:before {
	content: "\e91f";
}
.stm-icon-brake:before {
	content: "\e920";
}
.stm-icon-oil-add:before {
	content: "\e921";
}
.stm-icon-Tire_Wheel:before {
	content: "\e922";
}
.stm-icon-load2:before {
	content: "\e923";
}
.stm-icon-load1:before {
	content: "\e924";
}
.stm-icon-transmission_fill:before {
	content: "\e925";
}
.stm-icon-drive_2:before {
	content: "\e926";
}
.stm-icon-engine_fill:before {
	content: "\e927";
}
.stm-icon-grid:before {
	content: "\e928";
}
.stm-icon-list:before {
	content: "\e929";
}
.stm-icon-author:before {
	content: "\e92a";
}
.stm-icon-date:before {
	content: "\e92b";
}
.stm-icon-quotes3:before {
	content: "\e92c";
}
.stm-icon-time:before {
	content: "\e92d";
}
.stm-icon-buoy-2:before {
	content: "\e92e";
}
.stm-icon-buoy:before {
	content: "\e92f";
}
.stm-icon-car-relic:before {
	content: "\e930";
}
.stm-icon-star:before {
	content: "\e931";
}
.stm-icon-barrette:before {
	content: "\e932";
}
.stm-icon-ico_mag_reviews:before {
	content: "\e933";
}
.stm-icon-ico_mag_calendar:before {
	content: "\e934";
}
.stm-icon-ico_mag_clock:before {
	content: "\e935";
}
.stm-icon-ico_mag_eye:before {
	content: "\e936";
}
.stm-icon-ico_mag_map_pin:before {
	content: "\e937";
}
.stm-icon-ac-brochure:before {
	content: "\e900";
}
.stm-icon-ac-max-passenger:before {
	content: "\e902";
}
.stm-icon-ac-max-range:before {
	content: "\e903";
}
.stm-icon-ac-max-speed:before {
	content: "\e904";
}
.stm-icon-ac-message:before {
	content: "\e905";
}
.stm-icon-ac-offer-price:before {
	content: "\e906";
}
.stm-icon-ac-phone:before {
	content: "\e907";
}
.stm-icon-ac-trade-in:before {
	content: "\e909";
}
.stm-icon-ac-useful-load:before {
	content: "\e90a";
}/* info: https://www.lucaprofumo.com/wp-content/plugins/motors-car-dealership-classified-listings/assets/css/frontend/icons.css */
@font-face {
    font-family: "motors-icons";
    src: url(https://www.lucaprofumo.com/wp-content/plugins/motors-car-dealership-classified-listings/assets/css/frontend/../../fonts/motors/motors-icons.ttf#1788872945) format("truetype"), url(https://www.lucaprofumo.com/wp-content/plugins/motors-car-dealership-classified-listings/assets/css/frontend/../../fonts/motors/motors-icons.woff#1788872945) format("woff"), url(https://www.lucaprofumo.com/wp-content/plugins/motors-car-dealership-classified-listings/assets/css/frontend/../../fonts/motors/motors-icons.svg?nrbx13#motors-icons) format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.fa:before,
.fas:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.fa-classic::before,
.fa-regular::before,
.fa-solid::before,
.far::before,
.fas::before {
    font-family: "Font Awesome 6 Free";
}

.fa-brands::before,
.fab::before {
    font-family: "Font Awesome 5 Brands";
}

[class^=motors-icons-]::before,
[class*=" motors-icons-"]::before,
i {
  /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "motors-icons";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.motors-icons-check-square:before {
    content: "\ea2d";
}

.motors-icons-clock-square:before {
    content: "\ea2e";
}

.motors-icons-development-03:before {
    content: "\ea2f";
}

.motors-icons-dropdown:before {
    content: "\ea30";
}

.motors-icons-icon-drag:before {
    content: "\ea31";
}

.motors-icons-image:before {
    content: "\ea32";
}

.motors-icons-input:before {
    content: "\ea33";
}

.motors-icons-mailbox:before {
    content: "\ea34";
}

.motors-icons-phone-call:before {
    content: "\ea35";
}

.motors-icons-plus:before {
    content: "\ea36";
}

.motors-icons-radio:before {
    content: "\ea37";
}

.motors-icons-reverse:before {
    content: "\ea38";
}

.motors-icons-textarea:before {
    content: "\ea39";
}

.motors-icons-upload:before {
    content: "\ea3a";
}

.motors-icons-angle-right:before {
    content: "\ea2c";
}

.motors-icons-mobile:before {
    content: "\ea2a";
}

.motors-icons-desktop:before {
    content: "\ea2b";
}

.motors-icons-chevron-up:before {
    content: "\ea25";
}

.motors-icons-info-filled:before {
    content: "\ea26";
}

.motors-icons-upload-2:before {
    content: "\ea27";
}

.motors-icons-chat-2:before {
    content: "\ea28";
}

.motors-icons-user-stroked:before {
    content: "\ea29";
}

.motors-icons-palette:before {
    content: "\ea1c";
}

.motors-icons-sport-car:before {
    content: "\ea1d";
}

.motors-icons-stat-outline:before {
    content: "\ea1e";
}

.motors-icons-swatchbook:before {
    content: "\ea1f";
}

.motors-icons-circle-check:before {
    content: "\ea20";
}

.motors-icons-gear-rotation:before {
    content: "\ea21";
}

.motors-icons-mini-track:before {
    content: "\ea22";
}

.motors-icons-oultine-engine:before {
    content: "\ea23";
}

.motors-icons-outline-brochure:before {
    content: "\ea24";
}

.motors-icons-mvl-compare:before {
    content: "\ea1b";
}

.motors-icons-image-plus:before {
    content: "\ea1a";
}

.motors-icons-mvl_file_select:before {
    content: "\ea19";
}

.motors-icons-mvl-bolt:before {
    content: "\ea0f";
}

.motors-icons-mvl-eye:before {
    content: "\ea10";
}

.motors-icons-mvl-home:before {
    content: "\ea11";
}

.motors-icons-mvl-info:before {
    content: "\ea12";
}

.motors-icons-mvl-layers:before {
    content: "\ea13";
}

.motors-icons-mvl-media:before {
    content: "\ea14";
}

.motors-icons-mvl-pencil:before {
    content: "\ea15";
}

.motors-icons-mvl-settings:before {
    content: "\ea16";
}

.motors-icons-mvl-trash:before {
    content: "\ea17";
}

.motors-icons-mvl-wallet:before {
    content: "\ea18";
}

.motors-icons-mvl-search:before {
    content: "\ea0d";
}

.motors-icons-mvl-slider-vertical:before {
    content: "\ea0e";
}

.motors-icons-bell-mvl-ico:before {
    content: "\ea0c";
}

.motors-icons-chevron-down-ico:before {
    content: "\e9ff";
}

.motors-icons-cross-ico:before {
    content: "\ea00";
}

.motors-icons-grid-view-ico:before {
    content: "\ea01";
}

.motors-icons-list-view-ico:before {
    content: "\ea02";
}

.motors-icons-scales-ico:before {
    content: "\ea03";
}

.motors-icons-switch-vertical-ico:before {
    content: "\ea04";
}

.motors-icons-scales-ico:before {
    content: "\ea03";
}

.motors-icons-switch-vertical-ico:before {
    content: "\ea04";
}

.motors-icons-call-outline:before {
    content: "\ea05";
}

.motors-icons-car-sport-outline:before {
    content: "\ea06";
}

.motors-icons-location-outline:before {
    content: "\ea07";
}

.motors-icons-mail-outline:before {
    content: "\ea08";
}

.motors-icons-people-outline:before {
    content: "\ea09";
}

.motors-icons-pricetags-outline:before {
    content: "\ea0a";
}

.motors-icons-time-outline:before {
    content: "\ea0b";
}

.motors-icons-flame-skin:before {
    content: "\e9fa";
}

.motors-icons-phone-call-skin:before {
    content: "\e9fb";
}

.motors-icons-share-skin:before {
    content: "\e9fc";
}

.motors-icons-steering-wheel-skin:before {
    content: "\e9fd";
}

.motors-icons-switch-horizontal-skin:before {
    content: "\e9fe";
}

.motors-icons-photoaparat:before {
    content: "\e9e6";
}

.motors-icons-actions-fav-white:before {
    content: "\e9e7";
}

.motors-icons-arrow-top-right:before {
    content: "\e9e8";
}

.motors-icons-calendar-icon:before {
    content: "\e9e9";
}

.motors-icons-check-circle:before {
    content: "\e9ea";
}

.motors-icons-dots-vertical:before {
    content: "\e9eb";
}

.motors-icons-gas-pump:before {
    content: "\e9f4";
}

.motors-icons-gear-arrow:before {
    content: "\e9f5";
}

.motors-icons-gearbox:before {
    content: "\e9f6";
}

.motors-icons-pin-map:before {
    content: "\e9f7";
}

.motors-icons-scales:before {
    content: "\e9f8";
}

.motors-icons-tachometer:before {
    content: "\e9f9";
}

.motors-icons-checked-ico:before {
    content: "\e9ed";
}

.motors-icons-dollar-ico:before {
    content: "\e9ee";
}

.motors-icons-list-items-ico:before {
    content: "\e9ef";
}

.motors-icons-map-pin-ico:before {
    content: "\e9f0";
}

.motors-icons-media-ico:before {
    content: "\e9f1";
}

.motors-icons-simple-car-ico:before {
    content: "\e9f2";
}

.motors-icons-speed-control-ico:before {
    content: "\e9f3";
}

.motors-icons-stm-moto-icon-cash:before {
    content: "\e9ec";
}

.motors-icons-phone-o:before {
    content: "\e989";
}

.motors-icons-whatsapp:before {
    content: "\e98a";
}

.motors-icons-album:before {
    content: "\e98b";
}

.motors-icons-steering-wheel-thin:before {
    content: "\e98c";
}

.motors-icons-pin-o:before {
    content: "\e98d";
}

.motors-icons-hexagon-fill:before {
    content: "\e98e";
}

.motors-icons-battery:before {
    content: "\e98f";
}

.motors-icons-brochures:before {
    content: "\e990";
}

.motors-icons-charge-bolt:before {
    content: "\e991";
}

.motors-icons-checked:before {
    content: "\e993";
}

.motors-icons-twisted-plug:before {
    content: "\e996";
}

.motors-icons-light-envelope:before {
    content: "\e998";
}

.motors-icons-location-flag:before {
    content: "\e99a";
}

.motors-icons-speedometr-advance:before {
    content: "\e99b";
}

.motors-icons-no-oil-sign:before {
    content: "\e99c";
}

.motors-icons-charging-cost:before {
    content: "\e99d";
}

.motors-icons-hexagon-right:before {
    content: "\e99e";
}

.motors-icons-hexagon-left:before {
    content: "\e99f";
}

.motors-icons-light-circle-check:before {
    content: "\e9a0";
}

.motors-icons-light-zoom-in:before {
    content: "\e9a1";
}

.motors-icons-close-times:before {
    content: "\e9a2";
}

.motors-icons-leaf:before {
    content: "\e9a3";
}

.motors-icons-percentage:before {
    content: "\e9a4";
}

.motors-icons-share-social:before {
    content: "\e9a5";
}

.motors-icons-shopping-cart-1:before {
    content: "\e9a6";
}

.motors-icons-speedometer-circular-tool:before {
    content: "\e9a7";
}

.motors-icons-telephone:before {
    content: "\e9a8";
}

.motors-icons-electric-engine:before {
    content: "\e9a9";
}

.motors-icons-car-spin:before {
    content: "\e9aa";
}

.motors-icons-speedometr2:before {
    content: "\e800";
}

.motors-icons-shop_bag:before {
    content: "\e801";
}

.motors-icons-chat2:before {
    content: "\e802";
}

.motors-icons-car1:before {
    content: "\e803";
}

.motors-icons-car_search:before {
    content: "\e804";
}

.motors-icons-label:before {
    content: "\e805";
}

.motors-icons-speedometr:before {
    content: "\e806";
}

.motors-icons-chat1:before {
    content: "\e807";
}

.motors-icons-application:before {
    content: "\e808";
}

.motors-icons-message1:before {
    content: "\e809";
}

.motors-icons-car_sale:before {
    content: "\e80a";
}

.motors-icons-phone3:before {
    content: "\e80b";
}

.motors-icons-label-reverse:before {
    content: "\e80c";
}

.motors-icons-transmission:before {
    content: "\e80d";
}

.motors-icons-fuel1:before {
    content: "\e80e";
}

.motors-icons-road:before {
    content: "\e80f";
}

.motors-icons-search:before {
    content: "\e810";
}

.motors-icons-reset:before {
    content: "\e811";
}

.motors-icons-phone21:before {
    content: "\e812";
}

.motors-icons-question:before {
    content: "\e813";
}

.motors-icons-steering_wheel:before {
    content: "\e814";
}

.motors-icons-gear:before {
    content: "\e9ab";
}

.motors-icons-key:before {
    content: "\e9ac";
}

.motors-icons-calendar1:before {
    content: "\e9ad";
}

.motors-icons-oil:before {
    content: "\e9ae";
}

.motors-icons-diagnostic:before {
    content: "\e9af";
}

.motors-icons-Tire_Wheel_Service2:before {
    content: "\e9b0";
}

.motors-icons-Tire_Wheel_Service:before {
    content: "\e9b1";
}

.motors-icons-auto_loan:before {
    content: "\e9b2";
}

.motors-icons-engine:before {
    content: "\e9b3";
}

.motors-icons-speedometr3:before {
    content: "\e9b4";
}

.motors-icons-transmission2:before {
    content: "\e9b5";
}

.motors-icons-mail1:before {
    content: "\e9b6";
}

.motors-icons-pin2:before {
    content: "\e9b7";
}

.motors-icons-delete:before {
    content: "\e9b8";
}

.motors-icons-share1:before {
    content: "\e9b9";
}

.motors-icons-calculator:before {
    content: "\e9ba";
}

.motors-icons-added:before {
    content: "\e9bb";
}

.motors-icons-brochure:before {
    content: "\e9bc";
}

.motors-icons-add:before {
    content: "\e9bd";
}

.motors-icons-remove:before {
    content: "\e9be";
}

.motors-icons-add_car1:before {
    content: "\e9bf";
}

.motors-icons-air_conditioning:before {
    content: "\e9c0";
}

.motors-icons-auto_electric:before {
    content: "\e9c1";
}

.motors-icons-brake:before {
    content: "\e9c2";
}

.motors-icons-oil-add:before {
    content: "\e9c3";
}

.motors-icons-Tire_Wheel:before {
    content: "\e9c4";
}

.motors-icons-load2:before {
    content: "\e9c5";
}

.motors-icons-load1:before {
    content: "\e9c6";
}

.motors-icons-transmission_fill:before {
    content: "\e9c7";
}

.motors-icons-drive_2:before {
    content: "\e9c8";
}

.motors-icons-engine_fill:before {
    content: "\e9c9";
}

.motors-icons-grid:before {
    content: "\e9ca";
}

.motors-icons-list:before {
    content: "\e9cb";
}

.motors-icons-author:before {
    content: "\e9cc";
}

.motors-icons-date:before {
    content: "\e9cd";
}

.motors-icons-quotes3:before {
    content: "\e9ce";
}

.motors-icons-time1:before {
    content: "\e9cf";
}

.motors-icons-buoy-2:before {
    content: "\e9d0";
}

.motors-icons-buoy:before {
    content: "\e9d1";
}

.motors-icons-car-relic:before {
    content: "\e9d2";
}

.motors-icons-star1:before {
    content: "\e9d3";
}

.motors-icons-barrette:before {
    content: "\e9d4";
}

.motors-icons-ico_mag_reviews:before {
    content: "\e9d5";
}

.motors-icons-ico_mag_calendar:before {
    content: "\e9d6";
}

.motors-icons-ico_mag_clock:before {
    content: "\e9d7";
}

.motors-icons-ico_mag_eye:before {
    content: "\e9d8";
}

.motors-icons-ico_mag_map_pin:before {
    content: "\e9d9";
}

.motors-icons-ac-brochure1:before {
    content: "\e9da";
}

.motors-icons-ac-max-passenger:before {
    content: "\e9db";
}

.motors-icons-ac-max-range:before {
    content: "\e9dc";
}

.motors-icons-ac-max-speed:before {
    content: "\e9dd";
}

.motors-icons-ac-message1:before {
    content: "\e9de";
}

.motors-icons-ac-offer-price1:before {
    content: "\e9df";
}

.motors-icons-ac-phone1:before {
    content: "\e9e0";
}

.motors-icons-ac-trade-in1:before {
    content: "\e9e1";
}

.motors-icons-ac-useful-load:before {
    content: "\e9e2";
}

.motors-icons-search-items:before {
    content: "\e9e3";
}

.motors-icons-location-pin:before {
    content: "\e9e4";
}

.motors-icons-search-list:before {
    content: "\e9e5";
}

.motors-icons-ac-paper-pen:before {
    content: "\e994";
}

.motors-icons-arrow-left1:before {
    content: "\e999";
}

.motors-icons-arrow-right2:before {
    content: "\e997";
}

.motors-icons-ac-brochure:before {
    content: "\e900";
}

.motors-icons-ac-compare:before {
    content: "\e992";
}

.motors-icons-ac-message:before {
    content: "\e905";
}

.motors-icons-ac-offer-price:before {
    content: "\e906";
}

.motors-icons-ac-phone:before {
    content: "\e907";
}

.motors-icons-ac-share:before {
    content: "\e995";
}

.motors-icons-ac-trade-in:before {
    content: "\e909";
}

.motors-icons-cart:before {
    content: "\e901";
}

.motors-icons-phone:before {
    content: "\e908";
}

.motors-icons-time:before {
    content: "\e90a";
}

.motors-icons-like-act:before {
    content: "\e910";
}

.motors-icons-arrow-right:before {
    content: "\e90f";
}

.motors-icons-star-empty:before {
    content: "\e90e";
}

.motors-icons-car:before {
    content: "\e90d";
}

.motors-icons-arrow:before {
    content: "\e90c";
}

.motors-icons-note:before {
    content: "\e90b";
}

.motors-icons-login:before {
    content: "\e911";
}

.motors-icons-add-to-cart:before {
    content: "\e902";
}

.motors-icons-compare:before {
    content: "\e903";
}

.motors-icons-fire:before {
    content: "\e904";
}

.motors-icons-latter:before {
    content: "\e912";
}

.motors-icons-like:before {
    content: "\e913";
}

.motors-icons-quote:before {
    content: "\e914";
}

.motors-icons-star:before {
    content: "\e915";
}

.motors-icons-depth-sounder-installation:before {
    content: "\e933";
}

.motors-icons-engine-repairs:before {
    content: "\e934";
}

.motors-icons-fuel-changes:before {
    content: "\e935";
}

.motors-icons-marine-engine-service:before {
    content: "\e936";
}

.motors-icons-narrow-boat-painting:before {
    content: "\e937";
}

.motors-icons-accident:before {
    content: "\e930";
}

.motors-icons-exterior:before {
    content: "\e931";
}

.motors-icons-interior:before {
    content: "\e932";
}

.motors-icons-calculator-boat:before {
    content: "\e92f";
}

.motors-icons-quote_2:before {
    content: "\e92e";
}

.motors-icons-check:before {
    content: "\e92d";
}

.motors-icons-calendar:before {
    content: "\e925";
}

.motors-icons-dimensions:before {
    content: "\e926";
}

.motors-icons-fan:before {
    content: "\e927";
}

.motors-icons-message:before {
    content: "\e928";
}

.motors-icons-performance:before {
    content: "\e929";
}

.motors-icons-phone1:before {
    content: "\e92a";
}

.motors-icons-skype:before {
    content: "\e92b";
}

.motors-icons-tank:before {
    content: "\e92c";
}

.motors-icons-pin:before {
    content: "\e924";
}

.motors-icons-add-to-compare:before {
    content: "\e920";
}

.motors-icons-camera:before {
    content: "\e921";
}

.motors-icons-remove-from-compare:before {
    content: "\e922";
}

.motors-icons-movie:before {
    content: "\e923";
}

.motors-icons-arrow-left:before {
    content: "\e91e";
}

.motors-icons-arrow-right1:before {
    content: "\e91f";
}

.motors-icons-cart1:before {
    content: "\e91d";
}

.motors-icons-quote1:before {
    content: "\e91c";
}

.motors-icons-wave:before {
    content: "\e916";
}

.motors-icons-jet-sky .path1:before {
    content: "\e917";
    color: rgb(45, 163, 198);
}

.motors-icons-jet-sky .path2:before {
    content: "\e9e6";
    margin-left: -3em;
    color: rgb(34, 45, 100);
}

.motors-icons-canoe .path1:before {
    content: "\e918";
    color: rgb(45, 163, 198);
}

.motors-icons-canoe .path2:before {
    content: "\e9e7";
    margin-left: -2.7099609375em;
    color: rgb(34, 45, 100);
}

.motors-icons-dinghy .path1:before {
    content: "\e919";
    color: rgb(45, 163, 198);
}

.motors-icons-dinghy .path2:before {
    content: "\e9e8";
    margin-left: -3.111328125em;
    color: rgb(34, 45, 100);
}

.motors-icons-yacht .path1:before {
    content: "\e91a";
    color: rgb(45, 163, 198);
}

.motors-icons-yacht .path2:before {
    content: "\e9e9";
    margin-left: -2.7099609375em;
    color: rgb(34, 45, 100);
}

.motors-icons-sailboat .path1:before {
    content: "\e91b";
    color: rgb(45, 163, 198);
}

.motors-icons-sailboat .path2:before {
    content: "\e9ea";
    margin-left: -1.3330078125em;
    color: rgb(34, 45, 100);
}

.motors-icons-boat .path1:before {
    content: "\e938";
    color: rgb(34, 45, 100);
}

.motors-icons-boat .path2:before {
    content: "\e9eb";
    margin-left: -2.3330078125em;
    color: rgb(45, 163, 198);
}

.motors-icons-financing:before {
    content: "\e939";
}

.motors-icons-s_ship:before {
    content: "\e93a";
}

.motors-icons-binoculars:before {
    content: "\e93b";
}

.motors-icons-helm:before {
    content: "\e93c";
}

.motors-icons-shellfish:before {
    content: "\e93d";
}

.motors-icons-crew:before {
    content: "\e93e";
}

.motors-icons-shackle:before {
    content: "\e93f";
}

.motors-icons-compass:before {
    content: "\e940";
}

.motors-icons-anchor:before {
    content: "\e941";
}

.motors-icons-hat:before {
    content: "\e942";
}

.motors-icons-sail:before {
    content: "\e943";
}

.motors-icons-fuel:before {
    content: "\e944";
}

.motors-icons-size:before {
    content: "\e945";
}

.motors-icons-compare-boats:before {
    content: "\e946";
}

.motors-icons-cap-hat:before {
    content: "\e947";
}

.motors-icons-add_car:before {
    content: "\e948";
}

.motors-icons-standart:before {
    content: "\e949";
}

.motors-icons-video:before {
    content: "\e94a";
}

.motors-icons-motorcycle:before {
    content: "\e94b";
}

.motors-icons-angle-round:before {
    content: "\e94c";
}

.motors-icons-phone-round:before {
    content: "\e94d";
}

.motors-icons-cash:before {
    content: "\e94e";
}

.motors-icons-chat:before {
    content: "\e94f";
}

.motors-icons-helm1:before {
    content: "\e950";
}

.motors-icons-phone-chat:before {
    content: "\e951";
}

.motors-icons-report:before {
    content: "\e952";
}

.motors-icons-share:before {
    content: "\e953";
}

.motors-icons-trade:before {
    content: "\e954";
}

.motors-icons-bag:before {
    content: "\e955";
}

.motors-icons-chair_rent:before {
    content: "\e956";
}

.motors-icons-gps_rent:before {
    content: "\e957";
}

.motors-icons-medal_rent:before {
    content: "\e958";
}

.motors-icons-phone_circle:before {
    content: "\e959";
}

.motors-icons-seats:before {
    content: "\e95a";
}

.motors-icons-support_rent:before {
    content: "\e95b";
}

.motors-icons-thumbs_rent:before {
    content: "\e95c";
}

.motors-icons-baloon_tail:before {
    content: "\e95d";
}

.motors-icons-ac:before {
    content: "\e95e";
}

.motors-icons-door:before {
    content: "\e95f";
}

.motors-icons-redo:before {
    content: "\e960";
}

.motors-icons-ico-close:before {
    content: "\e961";
}

.motors-icons-payment_listing:before {
    content: "\e962";
}

.motors-icons-shield-o:before {
    content: "\e963";
}

.motors-icons-reviews:before {
    content: "\e964";
}

.motors-icons-two_users:before {
    content: "\e965";
}

.motors-icons-car-listing:before {
    content: "\e966";
}

.motors-icons-pin_big:before {
    content: "\e967";
}

.motors-icons-write-review:before {
    content: "\e968";
}

.motors-icons-sales_phone:before {
    content: "\e969";
}

.motors-icons-sales_hours:before {
    content: "\e96a";
}

.motors-icons-photos:before {
    content: "\e96b";
}

.motors-icons-add_check:before {
    content: "\e96c";
}

.motors-icons-star-o:before {
    content: "\e96d";
}

.motors-icons-inventory:before {
    content: "\e96e";
}

.motors-icons-write_message:before {
    content: "\e96f";
}

.motors-icons-hashtag:before {
    content: "\e970";
}

.motors-icons-mail-o:before {
    content: "\e971";
}

.motors-icons-user-2:before {
    content: "\e972";
}

.motors-icons-pin_2:before {
    content: "\e973";
}

.motors-icons-phone_2:before {
    content: "\e974";
}

.motors-icons-vin_check:before {
    content: "\e975";
}

.motors-icons-color_type:before {
    content: "\e976";
}

.motors-icons-body_type:before {
    content: "\e977";
}

.motors-icons-pin1:before {
    content: "\e978";
}

.motors-icons-mail:before {
    content: "\e979";
}

.motors-icons-phone2:before {
    content: "\e97a";
}

.motors-icons-compare-new:before {
    content: "\e97b";
}

.motors-icons-staricon:before {
    content: "\e97c";
}

.motors-icons-photo:before {
    content: "\e97d";
}

.motors-icons-cog:before {
    content: "\e97e";
}

.motors-icons-listing-compare:before {
    content: "\e97f";
}

.motors-icons-user:before {
    content: "\e980";
}

.motors-icons-listing_car_plus:before {
    content: "\e981";
}

.motors-icons-cash_dollar:before {
    content: "\e982";
}

.motors-icons-like_it:before {
    content: "\e983";
}

.motors-icons-shield_check:before {
    content: "\e984";
}

.motors-icons-award_blank:before {
    content: "\e985";
}

.motors-icons-diagnostic_monitor:before {
    content: "\e986";
}

.motors-icons-calendar_service:before {
    content: "\e987";
}

.motors-icons-appointment_calendar:before {
    content: "\e988";
}

@font-face {
    font-family: "stm-service-default";
  src: url(https://www.lucaprofumo.com/wp-content/plugins/motors-car-dealership-classified-listings/assets/css/frontend/../../fonts/service-fonts/stm-service-default.eot#1788872945);
  src: url(https://www.lucaprofumo.com/wp-content/plugins/motors-car-dealership-classified-listings/assets/css/frontend/../../fonts/service-fonts/stm-service-default.eot#1788872945) format("embedded-opentype"), url(https://www.lucaprofumo.com/wp-content/plugins/motors-car-dealership-classified-listings/assets/css/frontend/../../fonts/service-fonts/stm-service-default.ttf#1788872945) format("truetype"), url(https://www.lucaprofumo.com/wp-content/plugins/motors-car-dealership-classified-listings/assets/css/frontend/../../fonts/service-fonts/stm-service-default.woff#1788872945) format("woff"), url(https://www.lucaprofumo.com/wp-content/plugins/motors-car-dealership-classified-listings/assets/css/frontend/../../fonts/service-fonts/stm-service-default.svg?ok2lqi#stm-service-default) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^=stm-service-icon-]::before,
[class*=" stm-service-icon-"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "stm-service-default" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.stm-service-icon-payment_listing:before {
    content: "\e91f";
}

.stm-service-icon-shield-o:before {
    content: "\e923";
}

.stm-service-icon-reviews:before {
    content: "\e924";
}

.stm-service-icon-two_users:before {
    content: "\e925";
}

.stm-service-icon-car-listing:before {
    content: "\e926";
}

.stm-service-icon-pin_big:before {
    content: "\e922";
}

.stm-service-icon-write-review:before {
    content: "\e91e";
}

.stm-service-icon-sales_phone:before {
    content: "\e920";
    color: inherit;
}

.stm-service-icon-sales_hours:before {
    content: "\e921";
    color: inherit;
}

.stm-service-icon-photos:before {
    content: "\e91c";
    color: rgba(0, 0, 0, 0.2);
}

.stm-service-icon-add_check:before {
    content: "\e91d";
}

.stm-service-icon-star-o:before {
    content: "\e91a";
    color: #4e90cc;
}

.stm-service-icon-inventory:before {
    content: "\e91b";
    color: #4e90cc;
}

.stm-service-icon-write_message:before {
    content: "\e919";
    color: #aaa;
}

.stm-service-icon-hashtag:before {
    content: "\e918";
}

.stm-service-icon-mail-o:before {
    content: "\e916";
    color: #aaa;
}

.stm-service-icon-user-2:before {
    content: "\e917";
    color: #aaa;
}

.stm-service-icon-pin_2:before {
    content: "\e914";
    color: inherit;
}

.stm-service-icon-phone_2:before {
    content: "\e915";
    color: inherit;
}

.stm-service-icon-vin_check:before {
    content: "\e911";
}

.stm-service-icon-color_type:before {
    content: "\e912";
}

.stm-service-icon-body_type:before {
    content: "\e913";
}

.stm-service-icon-pin:before {
    content: "\e910";
    color: rgba(255, 255, 255, 0.5);
}

.stm-service-icon-mail:before {
    content: "\e90e";
    color: #888;
}

.stm-service-icon-phone:before {
    content: "\e90f";
    color: inherit;
}

.stm-service-icon-compare-new:before {
    content: "\e90b";
}

.stm-service-icon-staricon:before {
    content: "\e90c";
}

.stm-service-icon-photo:before {
    content: "\e90d";
}

.stm-service-icon-cog:before {
    content: "\e90a";
}

.stm-service-icon-listing-compare:before {
    content: "\e909";
}

.stm-service-icon-user:before {
    content: "\e908";
    color: #5b6771;
}

.stm-service-icon-listing_car_plus:before {
    content: "\e907";
    color: inherit;
}

.stm-service-icon-cash_dollar:before {
    content: "\e900";
    color: inherit;
}

.stm-service-icon-like_it:before {
    content: "\e901";
    color: #2e84cc;
}

.stm-service-icon-shield_check:before {
    content: "\e902";
    color: #cc6119;
}

.stm-service-icon-award_blank:before {
    content: "\e903";
    color: #12b1c4;
}

.stm-service-icon-diagnostic_monitor:before {
    content: "\e904";
    color: #dd276c;
}

.stm-service-icon-calendar_service:before {
    content: "\e905";
    color: #df8821;
}

.stm-service-icon-appointment_calendar:before {
    content: "\e906";
}

@font-face {
    font-family: "stm-icon";
  src: url(https://www.lucaprofumo.com/wp-content/plugins/motors-car-dealership-classified-listings/assets/css/frontend/../../fonts/default-icon-font/stm-icon.eot#1788872945);
  src: url(https://www.lucaprofumo.com/wp-content/plugins/motors-car-dealership-classified-listings/assets/css/frontend/../../fonts/default-icon-font/stm-icon.eot#1788872945) format("embedded-opentype"), url(https://www.lucaprofumo.com/wp-content/plugins/motors-car-dealership-classified-listings/assets/css/frontend/../../fonts/default-icon-font/stm-icon.ttf#1788872945) format("truetype"), url(https://www.lucaprofumo.com/wp-content/plugins/motors-car-dealership-classified-listings/assets/css/frontend/../../fonts/default-icon-font/stm-icon.woff#1788872945) format("woff"), url(https://www.lucaprofumo.com/wp-content/plugins/motors-car-dealership-classified-listings/assets/css/frontend/../../fonts/default-icon-font/stm-icon.svg?2bstzn#stm-icon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^=stm-icon-],
[class*=" stm-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
}

[class^=stm-icon-]:before,
[class*=" stm-icon-"]:before {
    font-family: "stm-icon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.stm-icon-phone-o:before {
    content: "\e954";
}

.stm-icon-whatsapp:before {
    content: "\e953";
    color: #45c655;
}

.stm-icon-album:before {
    content: "\e952";
}

.stm-icon-steering-wheel-thin:before {
    content: "\e950";
}

.stm-icon-pin-o:before {
    content: "\e951";
}

.stm-icon-hexagon-fill:before {
    content: "\e94f";
}

.stm-icon-battery:before {
    content: "\e938";
}

.stm-icon-brochures:before {
    content: "\e939";
}

.stm-icon-charge-bolt:before {
    content: "\e93a";
}

.stm-icon-checked:before {
    content: "\e93b";
}

.stm-icon-twisted-plug:before {
    content: "\e93c";
}

.stm-icon-light-envelope:before {
    content: "\e93d";
}

.stm-icon-location-flag:before {
    content: "\e93e";
}

.stm-icon-speedometr-advance:before {
    content: "\e93f";
}

.stm-icon-no-oil-sign:before {
    content: "\e940";
}

.stm-icon-charging-cost:before {
    content: "\e941";
}

.stm-icon-hexagon-right:before {
    content: "\e942";
}

.stm-icon-hexagon-left:before {
    content: "\e943";
}

.stm-icon-light-circle-check:before {
    content: "\e944";
}

.stm-icon-light-zoom-in:before {
    content: "\e945";
}

.stm-icon-close-times:before {
    content: "\e946";
}

.stm-icon-leaf:before {
    content: "\e947";
}

.stm-icon-percentage:before {
    content: "\e948";
}

.stm-icon-share-social:before {
    content: "\e949";
}

.stm-icon-shopping-cart-1:before {
    content: "\e94a";
}

.stm-icon-speedometer-circular-tool:before {
    content: "\e94b";
}

.stm-icon-telephone:before {
    content: "\e94c";
}

.stm-icon-electric-engine:before {
    content: "\e94d";
}

.stm-icon-car-spin:before {
    content: "\e94e";
}

.stm-icon-speedometr2:before {
    content: "\e800";
}

.stm-icon-shop_bag:before {
    content: "\e801";
}

.stm-icon-chat2:before {
    content: "\e802";
}

.stm-icon-car:before {
    content: "\e803";
}

.stm-icon-car_search:before {
    content: "\e804";
}

.stm-icon-label:before {
    content: "\e805";
}

.stm-icon-speedometr:before {
    content: "\e806";
}

.stm-icon-chat:before {
    content: "\e807";
}

.stm-icon-application:before {
    content: "\e808";
}

.stm-icon-message:before {
    content: "\e809";
}

.stm-icon-car_sale:before {
    content: "\e80a";
}

.stm-icon-phone:before {
    content: "\e80b";
}

.stm-icon-label-reverse:before {
    content: "\e80c";
}

.stm-icon-transmission:before {
    content: "\e80d";
}

.stm-icon-fuel:before {
    content: "\e80e";
}

.stm-icon-road:before {
    content: "\e80f";
}

.stm-icon-search:before {
    content: "\e810";
}

.stm-icon-search-items:before {
    content: "\e955";
}

.stm-icon-location-pin:before {
    content: "\e956";
}

.stm-icon-search-list:before {
    content: "\e957";
}

.stm-icon-reset:before {
    content: "\e811";
}

.stm-icon-phone2:before {
    content: "\e812";
}

.stm-icon-question:before {
    content: "\e813";
}

.stm-icon-steering_wheel:before {
    content: "\e814";
}

.stm-icon-gear:before {
    content: "\e901";
}

.stm-icon-key:before {
    content: "\e908";
}

.stm-icon-calendar:before {
    content: "\e90b";
}

.stm-icon-oil:before {
    content: "\e90c";
}

.stm-icon-diagnostic:before {
    content: "\e90d";
}

.stm-icon-Tire_Wheel_Service2:before {
    content: "\e90e";
}

.stm-icon-Tire_Wheel_Service:before {
    content: "\e90f";
}

.stm-icon-auto_loan:before {
    content: "\e910";
}

.stm-icon-engine:before {
    content: "\e911";
}

.stm-icon-speedometr3:before {
    content: "\e912";
}

.stm-icon-transmission2:before {
    content: "\e913";
}

.stm-icon-mail:before {
    content: "\e914";
}

.stm-icon-pin:before {
    content: "\e915";
}

.stm-icon-delete:before {
    content: "\e916";
}

.stm-icon-share:before {
    content: "\e917";
}

.stm-icon-calculator:before {
    content: "\e918";
}

.stm-icon-added:before {
    content: "\e919";
}

.stm-icon-brochure:before {
    content: "\e91a";
}

.stm-icon-add:before {
    content: "\e91b";
}

.stm-icon-remove:before {
    content: "\e91c";
}

.stm-icon-add_car:before {
    content: "\e91d";
}

.stm-icon-air_conditioning:before {
    content: "\e91e";
}

.stm-icon-auto_electric:before {
    content: "\e91f";
}

.stm-icon-brake:before {
    content: "\e920";
}

.stm-icon-oil-add:before {
    content: "\e921";
}

.stm-icon-Tire_Wheel:before {
    content: "\e922";
}

.stm-icon-load2:before {
    content: "\e923";
}

.stm-icon-load1:before {
    content: "\e924";
}

.stm-icon-transmission_fill:before {
    content: "\e925";
}

.stm-icon-drive_2:before {
    content: "\e926";
}

.stm-icon-engine_fill:before {
    content: "\e927";
}

.stm-icon-grid:before {
    content: "\e928";
}

.stm-icon-list:before {
    content: "\e929";
}

.stm-icon-author:before {
    content: "\e92a";
}

.stm-icon-date:before {
    content: "\e92b";
}

.stm-icon-quotes3:before {
    content: "\e92c";
}

.stm-icon-time:before {
    content: "\e92d";
}

.stm-icon-buoy-2:before {
    content: "\e92e";
}

.stm-icon-buoy:before {
    content: "\e92f";
}

.stm-icon-car-relic:before {
    content: "\e930";
}

.stm-icon-star:before {
    content: "\e931";
}

.stm-icon-barrette:before {
    content: "\e932";
}

.stm-icon-ico_mag_reviews:before {
    content: "\e933";
}

.stm-icon-ico_mag_calendar:before {
    content: "\e934";
}

.stm-icon-ico_mag_clock:before {
    content: "\e935";
}

.stm-icon-ico_mag_eye:before {
    content: "\e936";
}

.stm-icon-ico_mag_map_pin:before {
    content: "\e937";
}

.stm-icon-ac-brochure:before {
    content: "\e900";
}

.stm-icon-ac-max-passenger:before {
    content: "\e902";
}

.stm-icon-ac-max-range:before {
    content: "\e903";
}

.stm-icon-ac-max-speed:before {
    content: "\e904";
}

.stm-icon-ac-message:before {
    content: "\e905";
}

.stm-icon-ac-offer-price:before {
    content: "\e906";
}

.stm-icon-ac-phone:before {
    content: "\e907";
}

.stm-icon-ac-trade-in:before {
    content: "\e909";
}

.stm-icon-ac-useful-load:before {
    content: "\e90a";
}/* info: https://www.lucaprofumo.com/wp-content/plugins/motors-car-dealership-classified-listings/assets/css/frontend/owl.carousel.min.css */
.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0,0)}.owl-carousel .owl-controls .owl-dot,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel .owl-refresh .owl-item{display:none}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.owl-carousel .owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-item img{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(https://www.lucaprofumo.com/wp-content/plugins/motors-car-dealership-classified-listings/assets/css/frontend/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1}/* info: https://www.lucaprofumo.com/wp-content/plugins/motors-car-dealership-classified-listings/assets/css/frontend/lightgallery.min.css */
@font-face{font-family:lg;src:url(https://www.lucaprofumo.com/wp-content/plugins/motors-car-dealership-classified-listings/assets/css/frontend/../../fonts/lg/lg.eot#1788872945);src:url(https://www.lucaprofumo.com/wp-content/plugins/motors-car-dealership-classified-listings/assets/css/frontend/../../fonts/lg/lg.eot#1788872945) format("embedded-opentype"),url(https://www.lucaprofumo.com/wp-content/plugins/motors-car-dealership-classified-listings/assets/css/frontend/../../fonts/lg/lg.woff#1788872945) format("woff"),url(https://www.lucaprofumo.com/wp-content/plugins/motors-car-dealership-classified-listings/assets/css/frontend/../../fonts/lg/lg.ttf#1788872945) format("truetype"),url(https://www.lucaprofumo.com/wp-content/plugins/motors-car-dealership-classified-listings/assets/css/frontend/../../fonts/lg/lg.svg?n1z373#lg) format("svg");font-weight:400;font-style:normal}.lg-icon{font-family:lg;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-actions .lg-next,.lg-actions .lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080;border:none;outline:0}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{pointer-events:none;opacity:.5}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{color:#FFF}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}@-webkit-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-moz-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-ms-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-webkit-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-moz-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-ms-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%;background-color:rgba(0,0,0,.45)}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:0;background:0 0;border:none;box-shadow:none;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.lg-toolbar .lg-icon:hover{color:#FFF}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{background-color:rgba(0,0,0,.45);bottom:0;color:#EEE;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;vertical-align:middle}.lg-next,.lg-prev,.lg-toolbar{opacity:1;-webkit-transition:-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-moz-transition:-moz-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-o-transition:-o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear}.lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0;-webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0D0A0A;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer.lg-thumb-open .lg-thumb-outer{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #FFF;border-radius:4px;margin-bottom:5px}@media (min-width:1025px){.lg-outer .lg-thumb-item{-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{-webkit-transition:bottom .25s ease;-o-transition:bottom .25s ease;transition:bottom .25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toogle-thumb{background-color:#0D0A0A;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px;outline:0;border:none}.lg-outer .lg-toogle-thumb:hover,.lg-outer.lg-dropdown-active #lg-share{color:#FFF}.lg-outer .lg-toogle-thumb:after{content:"\e1ff"}.lg-outer .lg-video-cont{display:inline-block;vertical-align:middle;max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-iframe .lg-video{-webkit-overflow-scrolling:touch;overflow:auto}.lg-outer .lg-has-vimeo .lg-video-play{background:url(https://www.lucaprofumo.com/wp-content/plugins/motors-car-dealership-classified-listings/assets/css/frontend/../images/lightGallery/vimeo-play.png) no-repeat}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url(https://www.lucaprofumo.com/wp-content/plugins/motors-car-dealership-classified-listings/assets/css/frontend/../images/lightGallery/vimeo-play.png) 0 -58px no-repeat}.lg-outer .lg-has-html5 .lg-video-play{background:url(https://www.lucaprofumo.com/wp-content/plugins/motors-car-dealership-classified-listings/assets/css/frontend/../images/lightGallery/video-play.png) no-repeat;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url(https://www.lucaprofumo.com/wp-content/plugins/motors-car-dealership-classified-listings/assets/css/frontend/../images/lightGallery/youtube-play.png) no-repeat}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url(https://www.lucaprofumo.com/wp-content/plugins/motors-car-dealership-classified-listings/assets/css/frontend/../images/lightGallery/youtube-play.png) 0 -60px no-repeat}.lg-outer .lg-video-object{width:100%!important;height:100%!important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;-webkit-transition:opacity 80ms ease 0s;-moz-transition:opacity 80ms ease 0s;-o-transition:opacity 80ms ease 0s;transition:opacity 80ms ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition-duration:0s;transition-duration:0s}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s;transition:transform .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:"\e033"}#lg-zoom-out{opacity:.5;pointer-events:none}#lg-zoom-out:after{content:"\e312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#FFF;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;-moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-o-transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.lg-outer #lg-dropdown-overlay{background-color:rgba(0,0,0,.25);bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;-o-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer.lg-dropdown-active #lg-dropdown-overlay,.lg-outer.lg-dropdown-active .lg-dropdown{-webkit-transition-delay:0s;transition-delay:0s;-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;visibility:visible}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;-moz-transform:translate3d(0,5px,0);-o-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);-webkit-transition:-webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-moz-transition:-moz-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-o-transition:-o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s}.lg-outer .lg-dropdown:after{content:"";display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#FFF;right:16px;top:-16px}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}.lg-outer .lg-dropdown>li:hover .lg-icon,.lg-outer .lg-dropdown>li:hover a{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px}.lg-outer .lg-dropdown a:hover{background-color:rgba(0,0,0,.07)}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer,.lg-outer .lg,.lg-outer .lg-inner{width:100%;height:100%}.lg-outer #lg-share{position:relative}.lg-outer #lg-share:after{content:"\e80d"}.lg-outer #lg-share-facebook .lg-icon{color:#3b5998}.lg-outer #lg-share-facebook .lg-icon:after{content:"\e901"}.lg-outer #lg-share-twitter .lg-icon{color:#00aced}.lg-outer #lg-share-twitter .lg-icon:after{content:"\e904"}.lg-outer #lg-share-googleplus .lg-icon{color:#dd4b39}.lg-outer #lg-share-googleplus .lg-icon:after{content:"\e902"}.lg-outer #lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer #lg-share-pinterest .lg-icon:after{content:"\e903"}.lg-group:after{content:"";display:table;clear:both}.lg-outer{position:fixed;top:0;left:0;z-index:1050;text-align:left;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg{position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url(https://www.lucaprofumo.com/wp-content/plugins/motors-car-dealership-classified-listings/assets/css/frontend/../../images/lightGallery/loading.gif) center center no-repeat;display:none!important}.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto!important;height:auto!important}.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1}.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{-webkit-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}/* info: https://www.lucaprofumo.com/wp-content/plugins/motors-car-dealership-classified-listings/assets/css/jquery-ui.css */
/*! jQuery UI - v1.11.4 - 2016-03-23
* http://jqueryui.com
* Includes: core.css, draggable.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #2b2b2b;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	font-weight: normal;
	color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}/* info: https://www.lucaprofumo.com/wp-content/plugins/motors-car-dealership-classified-listings/assets/css/modal-style.css */
/*Default*/
.stm-orange {
    color: #ffb129;
}

#get-car-price-form,
#request-trade-offer-form,
#request-test-drive-form {
    position: absolute;
    max-width: 100%;
    width: 580px;
    left: 50%;
    top: 50%;
    z-index: 9999;
    transform: translateY(-50%) translateX(-50%);
}

#get-car-price-form .form-error,
#request-trade-offer-form .form-error,
#request-test-drive-form .form-error {
    border: 1px solid var(--motors-error-text-color, #ff2325) !important;
}

#get-car-price-form .modal-dialog,
#request-trade-offer-form .modal-dialog,
#request-test-drive-form .modal-dialog {
    max-width: 100%;
}

#get-car-price-form .modal-body,
#request-trade-offer-form .modal-body,
#request-test-drive-form .modal-body {
    padding: 44px 37px 34px;
}

#get-car-price-form .modal-body .alert,
#request-trade-offer-form .modal-body .alert,
#request-test-drive-form .modal-body .alert {
    margin-top: 15px;
    padding: 5px 10px;
}

#get-car-price-form .modal-body .button-row .col-md-4,
#request-trade-offer-form .modal-body .button-row .col-md-4,
#request-test-drive-form .modal-body .button-row .col-md-4 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

#get-car-price-form .modal-body .button-row .col-md-4 .stm-ajax-loader,
#request-trade-offer-form .modal-body .button-row .col-md-4 .stm-ajax-loader,
#request-test-drive-form .modal-body .button-row .col-md-4 .stm-ajax-loader {
    margin-left: 10px;
}

#get-car-price-form .modal-body .form-group,
#request-trade-offer-form .modal-body .form-group,
#request-test-drive-form .modal-body .form-group {
    margin-bottom: 17px;
}

#get-car-price-form .modal-body .form-group input[type=text], #get-car-price-form .modal-body .form-group input[type=number], #get-car-price-form .modal-body .form-group input[type=tel], #get-car-price-form .modal-body .form-group input[type=email], #get-car-price-form .modal-body .form-group input[type=search], #get-car-price-form .modal-body .form-group input[type=password],
#request-trade-offer-form .modal-body .form-group input[type=text],
#request-trade-offer-form .modal-body .form-group input[type=number],
#request-trade-offer-form .modal-body .form-group input[type=tel],
#request-trade-offer-form .modal-body .form-group input[type=email],
#request-trade-offer-form .modal-body .form-group input[type=search],
#request-trade-offer-form .modal-body .form-group input[type=password],
#request-test-drive-form .modal-body .form-group input[type=text],
#request-test-drive-form .modal-body .form-group input[type=number],
#request-test-drive-form .modal-body .form-group input[type=tel],
#request-test-drive-form .modal-body .form-group input[type=email],
#request-test-drive-form .modal-body .form-group input[type=search],
#request-test-drive-form .modal-body .form-group input[type=password] {
    display: block;
    width: 100%;
    height: 37px;
    line-height: 37px;
    padding: 0 21px;
    font-weight: 400;
    color: var(--motors-text-alpha-color, #888888);
    border: 2px solid var(--motors-filter-inputs-color, #eceff3);
    font-size: 14px;
    outline: none !important;
    background-color: var(--motors-filter-inputs-color, #eceff3);
}

#get-car-price-form .stm-loader.circle,
#request-trade-offer-form .stm-loader.circle,
#request-test-drive-form .stm-loader.circle {
    position: relative;
    width: 50px;
    height: 50px;
}

#get-car-price-form .stm-loader.circle div,
#request-trade-offer-form .stm-loader.circle div,
#request-test-drive-form .stm-loader.circle div {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 5px solid var(--motors-filter-inputs-color, #eceff3);
    border-top-color: transparent;
    animation: spin 1s linear infinite;
}

#get-car-price-form .stm-loader-inner,
#request-trade-offer-form .stm-loader-inner,
#request-test-drive-form .stm-loader-inner {
    display: none;
}

#get-car-price-form .stm-sell-a-car-loader.active .stm-loader-inner,
#request-trade-offer-form .stm-sell-a-car-loader.active .stm-loader-inner,
#request-test-drive-form .stm-sell-a-car-loader.active .stm-loader-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in, .modal-backdrop.show {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modal .modal-header {
    border-bottom: none;
}

.modal .modal-header .modal-close {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 16px;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: var(--motors-contrast-text-color, #333333);
    left: auto;
    cursor: pointer;
    transition: 0.1s;
}

.modal .modal-header .modal-close:hover {
    color: var(--motors-accent-color, #333333);
}

.modal-header-iconed {
    padding: 28px 37px 23px 105px !important;
    position: relative;
    background-color: var(--motors-bg-contrast, #232628);
    display: block;
}

.modal-header-iconed h3 {
    text-transform: uppercase;
    color: var(--motors-contrast-text-color, #ffffff);
}

.modal-header-iconed .test-drive-car-name {
    margin-top: -5px;
    color: var(--motors-text-alpha-color, #aaaaaa);
}

.modal-header-iconed i {
    position: absolute;
    top: 35px;
    left: 32px;
    font-size: 47px;
    color: var(--motors-accent-color, #6c98e1);
}

.stm-ajax-loader {
    display: none;
    font-size: 14px;
}

.stm-ajax-loader.loading {
    display: inline-block;
    animation: rotating 2s infinite linear;
}

.single-add-to-compare {
    position: fixed;
    top: -30%;
    left: 0;
    right: 0;
    padding-top: 17px;
    min-height: 71px;
    background-color: var(--motors-accent-color, #6c98e1);
    z-index: 99999;
    opacity: 0;
}

.single-add-to-compare.danger, .single-add-to-compare.overadded {
    background-color: var(--motors-error-bg-color, #ff0000);
}

.single-add-to-compare.danger .compare-fixed-link:hover, .single-add-to-compare.overadded .compare-fixed-link:hover {
    color: var(--motors-error-text-color, #ff0000);
}

.single-add-to-compare.warning {
    background-color: var(--motors-notice-color, #cc6119);
}

.single-add-to-compare.warning .compare-fixed-link:hover {
    color: var(--motors-accent-color, #cc6119);
}

.single-add-to-compare.single-add-to-compare-visible {
    top: 0;
    opacity: 1;
    z-index: 99999;
}

.single-add-to-compare.single-add-to-compare-visible.danger {
    background-color: var(--motors-error-text-color, #eb232c);
}

.single-add-to-compare.single-add-to-compare-visible.warning {
    background-color: var(--motors-notice-text-color, #8a6d3b);
}

.single-add-to-compare .compare-fixed-link {
    display: block;
    padding: 8px 23px 6px;
    color: var(--motors-contrast-text-color, #ffffff);
    border: 1px solid var(--motors-contrast-text-color, #ffffff);
    border-radius: 3px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none !important;
    text-align: center;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.single-add-to-compare .compare-fixed-link:hover {
    background-color: var(--motors-bg-color, #ffffff);
    color: var(--motors-accent-color, #6c98e1);
}

@media (max-width: 767px) {
    .single-add-to-compare .compare-fixed-link {
        margin: 0 0 10px !important;
        float: none !important;
    }
}

.single-add-to-compare .single-add-to-compare-left {
    position: relative;
    padding-left: 55px;
    min-height: 35px;
}

.single-add-to-compare .single-add-to-compare-left .add-to-compare-icon {
    position: absolute;
    left: 0;
    top: 50%;
    color: var(--motors-contrast-text-color, #ffffff);
    font-size: 35px;
    transform: translateY(-50%);
}

.single-add-to-compare .single-add-to-compare-left .add-to-compare-icon:before {
    content: "\f071";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-style: normal;
    font-size: inherit;
    text-rendering: auto;
    transform: translate(0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.single-add-to-compare .single-add-to-compare-left .stm-title {
    display: block;
    padding-top: 10px;
    color: var(--motors-contrast-text-color, #ffffff);
    font-weight: 400;
    font-size: 14px;
}

@media (max-width: 767px) {
    .single-add-to-compare .single-add-to-compare-left {
        padding-left: 0;
    }

    .single-add-to-compare .single-add-to-compare-left .add-to-compare-icon {
        display: none;
    }
}

.single-add-to-compare .pull-right {
    float: right;
}

#request-trade-in-offer .form-error {
    border: 1px solid var(--motors-error-text-color, #ff2325) !important;
}

#request-trade-in-offer .stm-label-type-2 {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
    color: var(--motors-text-color, #000000);
}

#request-trade-in-offer .stm-sell-a-car-form .form-navigation-unit .title {
    color: var(--motors-text-color, #232628);
}

#request-trade-in-offer .pull-left {
    float: left !important;
}

#request-trade-in-offer .wpcf7-response-output {
    margin: 10px 0 0 !important;
    padding: 15px !important;
    border: 2px solid var(--motors-accent-color, #6c98e1) !important;
    color: var(--motors-accent-color, #6c98e1) !important;
    border-radius: 5px;
}

#request-trade-in-offer .wpcf7-response-output.wpcf7-validation-errors {
    border-color: var(--motors-error-text-color, #ff2325);
    color: var(--motors-error-text-color, #ff2325);
}

#request-trade-in-offer .wpcf7-response-output.wpcf7-mail-sent-ok {
    border-color: var(--motors-success-text-color, #32cd32) !important;
    color: var(--motors-success-text-color, #32cd32) !important;
}

#request-trade-in-offer .stm-loader.circle {
    position: relative;
    width: 50px;
    height: 50px;
}

#request-trade-in-offer .stm-loader.circle div {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 5px solid var(--motors-bg-shade, #eceff3);
    border-top-color: transparent;
    animation: spin 1s linear infinite;
}

#request-trade-in-offer .stm-loader-inner {
    display: none;
}

#request-trade-in-offer .stm-sell-a-car-loader.active .stm-loader-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#trade-in .modal-dialog {
    max-width: 900px;
    width: 100%;
}

@media (max-width: 920px) {
    #trade-in .modal-dialog {
        width: auto;
    }
}

#trade-in .modal-dialog .modal-body {
    padding: 30px;
}

#trade-offer .modal-dialog,
#test-drive .modal-dialog {
    width: 600px;
    margin: 30px auto;
    max-width: 100%;
}

#trade-offer.show .modal-dialog,
#test-drive.show .modal-dialog {
    transform: translate(0, 0);
}

.form-modal-label {
    margin-bottom: 3px;
    font-size: 13px;
    color: var(--motors-text-alpha-color, #888888);
}

#request-trade-offer-form,
#get-car-price-form,
#request-test-drive-form {
    position: absolute;
    max-width: 100%;
    width: 580px;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 9999;
}

#request-trade-offer-form .modal-body,
#get-car-price-form .modal-body,
#request-test-drive-form .modal-body {
    padding: 44px 37px 15px;
}

#request-trade-offer-form .col-md-5, #request-trade-offer-form .col-md-4,
#get-car-price-form .col-md-5,
#get-car-price-form .col-md-4,
#request-test-drive-form .col-md-5,
#request-test-drive-form .col-md-4 {
    text-align: right;
}

#request-trade-offer-form .col-md-5 button, #request-trade-offer-form .col-md-4 button,
#get-car-price-form .col-md-5 button,
#get-car-price-form .col-md-4 button,
#request-test-drive-form .col-md-5 button,
#request-test-drive-form .col-md-4 button {
    max-width: 90%;
}

.stm-datepicker-input-icon {
    position: relative;
}

.stm-datepicker-input-icon:after {
    position: absolute;
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, -50%);
    right: 18px;
    top: 50%;
    margin-top: unset;
    color: var(--motors-accent-color, #6c98e1);
    font-size: 16px;
    content: "\f017";
}

.stm-request-test-drive {
    display: block;
    text-align: center;
    padding: 17px 28px 15px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: var(--motors-contrast-text-color, #fff) !important;
    border-radius: 3px;
    text-decoration: none !important;
    outline: none !important;
    visibility: visible;
    border: none;
    white-space: normal;
    margin: 20px auto 3px;
}

.msg-body {
    padding-top: 20px;
}

.msg-body .alert-modal {
    padding: 9px 15px 8px;
    margin-bottom: 0;
}

.modal-calculator {
    position: absolute;
    max-width: 580px;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

@media (max-width: 767px) {
    .modal-header-iconed .test-drive-car-name {
        margin: 0;
        line-height: 20px;
        padding-right: 10px;
    }
}

@media (max-width: 767px) {
    .modal-header-iconed .modal-title {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .modal-header-iconed i {
        font-size: 35px;
    }
}

.modal-header-iconed .mobile-close-modal {
    display: none;
}

@media (max-width: 450px) {
    .modal-header-iconed {
        display: block;
    }

    .modal-header-iconed i {
        top: 28px;
    }

    .modal-header-iconed .mobile-close-modal {
        display: block;
        width: 18px;
        height: 18px;
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .modal-header-iconed .mobile-close-modal i {
        position: relative;
        top: 0;
        left: 0;
        font-size: 16px;
    }
}/* info: https://www.lucaprofumo.com/wp-content/plugins/motors-car-dealership-classified-listings/assets/css/frontend/stm-ico-style.css */
@font-face {
  font-family: 'stm-ico';
  src:  url(https://www.lucaprofumo.com/wp-content/plugins/motors-car-dealership-classified-listings/assets/css/frontend/../../fonts/ico/stm-ico-font.eot#1788872945);
  src:  url(https://www.lucaprofumo.com/wp-content/plugins/motors-car-dealership-classified-listings/assets/css/frontend/../../fonts/ico/stm-ico-font.eot#1788872945) format('embedded-opentype'),
    url(https://www.lucaprofumo.com/wp-content/plugins/motors-car-dealership-classified-listings/assets/css/frontend/../../fonts/ico/stm-ico-font.ttf#1788872945) format('truetype'),
    url(https://www.lucaprofumo.com/wp-content/plugins/motors-car-dealership-classified-listings/assets/css/frontend/../../fonts/ico/stm-ico-font.woff#1788872945) format('woff'),
    url(https://www.lucaprofumo.com/wp-content/plugins/motors-car-dealership-classified-listings/assets/css/frontend/../../fonts/ico/stm-ico-font.svg?q8xo0u#icomoon) format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'stm-ico';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-rendering: auto;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-steering_wheel:before {
  content: "\e814";
}
.icon-speedometr2:before {
  content: "\e800";
}

.icon-steering_wheel:before {
	content: "\e814";
}/* info: https://www.lucaprofumo.com/wp-content/plugins/motors-car-dealership-classified-listings/assets/css/frontend/horizontal-filter.css */
.archive-listing-page .archive-listing-page_row .archive-listing-page_side.horizontal_filter {
    float: none;
    width: 100%;
}

.archive-listing-page .archive-listing-page_row .archive-listing-page_side.horizontal_filter .stm-horizontal-longer-filter {
    display: none;
}

.archive-listing-page .archive-listing-page_row .archive-listing-page_content.horizontal_filter {
    float: none;
    width: 100%;
}/* info: https://www.lucaprofumo.com/wp-content/plugins/motors-car-dealership-classified-listings/assets/css/style.css */
.wpforms-field-select select {
    opacity: 1 !important;
    visibility: visible !important;
}

.wpforms-field-select .select2-selection--single {
    position: relative;
}

div.wpforms-container-full select {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    background: none;
}

/*admin style for logo motors*/
.menu-top.toplevel_page_mvl_plugin_settings img {
    position: relative;
    top: -2px;
    opacity: 1 !important;
    max-width: 20px;
}

/*admin style for logo motors*/
.stm_listing_edit_car .mvl-custom-skin-actions {
    margin-top: 15px;
}

#tagsdiv-stm_additional_features {
    display: none;
}

.hidden {
    display: none;
}

body .motors-alignwide,
body .container {
    max-width: 1280px;
}

.listing_categories {
    margin-bottom: 25px;
}

.stm_close_edit_item {
    margin-left: 10px !important;
    font-style: normal;
}

.stm_edit_item_wrap {
    display: none;
}

.ui-sortable-helper {
    width: 100%;
}

.ui-sortable-placeholder {
    background-color: #dcdcdc;
}

.stm-ui-sortable tr:hover {
    cursor: move;
}

.stm_theme_icon_font_table {
    display: none;
}

.stm_theme_icon_font_table td:hover {
    cursor: pointer;
}

.stm_theme_cat_chosen_icon_edit_preview i,
.stm_theme_cat_chosen_icon_preview i {
    display: inline-block;
    margin: 20px auto;
    padding: 5px;
    font-size: 65px;
    background-color: #000;
    color: #fff;
}

.stm_theme_pick_font {
    margin: 15px 0 !important;
}

.stm_edit_item_wrap label,
.stm-new-filter-category label {
    display: inline-block;
}

.form-wrap .form-field.stm-modern-filter-unit {
    padding-left: 20px;
}

.mvl-plugin-version {
    margin-top: 30px;
    color: #bec5cb;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.3px;
    text-align: center;
}

.stm-csv-import-available-tags {
    width: 16%;
    float: left;
}

.stm-csv-import-needed-tags {
    width: 80%;
    float: left;
}

.needed-tag-placeholder {
    display: none;
    height: 30px;
    border: 1px dashed black;
}

.source {
    max-width: 100%;
    width: 30%;
    float: left;
    margin-top: 18px;
}

.target {
    max-width: 100%;
    width: 60%;
    float: left;
    margin-left: 20px;
}

.target:after {
    clear: both;
    display: table;
    content: "";
}

.target .target-unit {
    float: left;
    width: 30%;
    padding: 0 10px;
}

.empty {
    height: 30px;
    margin: 5px 0 20px;
    background: var(--motors-bg-shade, #eee);
    border: 1px dashed var(--motors=border-color, #999);
    padding-bottom: 2px;
}

.empty .item {
    margin: 0;
}

.empty .item .closer {
    display: block;
}

.highlight {
    border: 1px solid red;
    background: #fff;
}

.highlight .item {
    opacity: 0.3;
}

.ui-draggable-dragging {
    z-index: 99;
    opacity: 1 !important;
}

.import_details {
    display: none;
}

.import_details iframe {
    margin-top: 20px;
    width: 70%;
    height: 180px;
    background-color: #22b7d2;
}

.danger {
    color: red;
}

.btn,
.btn-large {
    color: #fff;
}

.mg-bt-20 {
    margin-bottom: 20px;
}

.pd-bt-15 {
    padding-bottom: 15px;
}

.stm-preloader-file {
    display: inline-block;
    margin: 9px 0 0 20px;
    vertical-align: top;
}

.progress .determinate {
    width: 25%;
}

.xml_badge {
    display: inline-block;
    border-radius: 4px;
    margin-bottom: 10px;
    background-color: #26a69a;
    color: #fff !important;
    padding: 7px;
    cursor: move;
}

.xml_badge .ui-draggable-dragging {
    background-color: transparent;
}

.stm-step-three-preloader,
.stm-step-two-preloader,
.stm-proceed-step-four,
.stm-proceed-step-three {
    display: none;
}

.stm-back {
    float: left;
}

.checkbox-field {
    margin-bottom: 25px;
}

.checkbox-field > label {
    font-size: 15px;
    line-height: 18px;
}

.pulsate {
    border-radius: 15px;
    box-shadow: 0 0 0 rgba(38, 166, 154, 0.8);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(38, 166, 154, 0.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(38, 166, 154, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(38, 166, 154, 0);
    }
}

.cron-settings {
    margin-bottom: 70px;
}

.single-add-to-compare.single-add-to-compare-visible {
    z-index: 999999;
}

.single-add-to-compare.single-add-to-compare-visible.danger {
    background-color: #eb232c;
}

.single-add-to-compare.single-add-to-compare-visible.warning {
    background-color: #8a6d3b;
}

.listing-list-loop .content .meta-middle {
    margin-bottom: 14px;
}

.listing-list-loop .content .meta-middle .meta-middle-unit {
    margin-bottom: 13px;
}

.export_settings input[type=file] {
    display: block;
    margin: 30px 0 15px;
    width: 100%;
}

.stm-autocomplete.ui-front {
    z-index: 999999;
}

.stm-media-remove-all {
    margin-left: 20px !important;
}

.stm_importer {
    margin: 20px 20px 0 0;
    background: #fff;
    padding: 30px;
}

.stm_message {
    padding: 40px;
    max-width: 450px;
    text-align: center;
    background: #fff;
    margin: 20px auto;
}

.stm_message_title {
    margin: 20px 0;
    line-height: 1.3;
}

.stm_message.success .stm_message_text {
    font-size: 16px;
}

.stm_message.danger {
    background-color: #e05d6f;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}

.stm_demo_button_align {
    max-width: 1290px;
    text-align: center;
}

.stm_demo_button_align .size_big {
    height: 36px;
    line-height: 34px;
    padding: 0 15px 1px;
}

.stm-pick-icon {
    max-width: 30px;
    overflow: hidden;
}

.stm-pick-icon i {
    display: block;
    max-width: 100%;
    width: 20px;
    overflow: hidden;
}

.stm_table-two-columns-image label {
    margin-right: 15px;
}

.hidden-on {
    display: none;
}

#widgets-right #stm_boats_car {
    display: none;
}

.export_settings input[type=file] {
    display: block;
    margin: 30px 0 15px;
    width: 100%;
}

.form-table.stm {
    width: auto;
}

.form-table.stm th {
    width: auto;
}

.form-table.stm td,
.form-table.stm th {
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
}

.form-table.stm td .wp-color-result {
    margin-bottom: 0;
}

.stm_metabox_image .stm_upload_image,
.stm_metabox_image .stm_remove_image,
.stm_metabox_image .custom_preview_image {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.stm_metabox_image .stm_upload_image:active {
    vertical-align: middle;
}

.stm_metabox_image .custom_preview_image {
    width: 170px;
    height: auto;
    max-height: 200px;
}

.form-table.stm h3 {
    padding: 20px 0 0 !important;
    font-size: 20px !important;
    text-transform: uppercase;
}

.wp-admin .form-table.stm input[type=text],
.wp-admin .form-table.stm select {
    width: 100%;
}

.stm-metabox-media {
    margin: 0 -5px;
}

.stm-metabox-media .stm-uploaded-file {
    width: 100px;
    height: auto;
    display: inline-block;
    vertical-align: top;
    padding: 5px;
}

.stm-uploaded-file img {
    display: block;
    max-width: 100%;
    height: auto;
}

.textfield-description {
    color: #9e9e9e;
    font-size: 13px;
    font-style: italic;
    line-height: 20px;
}

.custom_preview_file {
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
}

.stm-repeat-table-row {
    margin-bottom: 10px;
}

.stm-repeat-table-row input[type=text] {
    width: inherit !important;
    margin-right: 10px !important;
}

.stm-repeat-table-row .add-row {
    margin-top: 15px !important;
}

.stm-message {
    border-left: 4px solid #ffba00;
    background-color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding: 20px;
    margin-right: 30px;
}

/*New styles*/
.select2-container--default .select2-search--dropdown .select2-search__field {
    height: 32px;
}

.select2-container.select2-container--open {
    width: unset;
}

.select2-container--open.select2-container .select2-dropdown {
    border-radius: 4px;
    border-color: var(--motors-filter-inputs-color);
}

.stm_vehicles_listing_icons {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
}

.stm_vehicles_listing_icons .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
}

.stm_vehicles_listing_icons .inner {
    margin-top: 60px;
    position: absolute;
    width: 60%;
    height: 60%;
    top: 12%;
    left: 20%;
    background: #fff;
    z-index: 15;
}

.stm_vehicles_listing_icons .inner .scrollable-content {
    height: 100%;
    position: absolute;
    width: 100%;
    overflow-y: scroll;
}

.stm_vehicles_listing_icons .inner .stm_how_to_add {
    position: absolute;
    bottom: -72px;
    left: 0;
    height: 72px;
    width: 100%;
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.stm_vehicles_listing_icons .inner .stm_how_to_add:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    height: 8px;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
}

.stm_vehicles_listing_icons .inner .stm_how_to_add a {
    display: block;
    position: relative;
    top: 25px;
    margin-left: 40px;
    font-size: 14px;
    color: #888888;
}

.stm_vehicles_listing_icons .inner .stm_how_to_add a i {
    position: relative;
    top: 2px;
    left: 10px;
}

.stm_vehicles_listing_icons .inner td.stm-listings-pick-icon {
    position: relative;
    text-align: center;
    cursor: pointer;
}

.stm_vehicles_listing_icons .inner td.stm-listings-pick-icon.stm-listings-motors-icons-jet-sky, .stm_vehicles_listing_icons .inner td.stm-listings-pick-icon.stm-listings-motors-icons-canoe, .stm_vehicles_listing_icons .inner td.stm-listings-pick-icon.stm-listings-motors-icons-dinghy, .stm_vehicles_listing_icons .inner td.stm-listings-pick-icon.stm-listings-motors-icons-yacht, .stm_vehicles_listing_icons .inner td.stm-listings-pick-icon.stm-listings-motors-icons-sailboat, .stm_vehicles_listing_icons .inner td.stm-listings-pick-icon.stm-listings-motors-icons-boat, .stm_vehicles_listing_icons .inner td.stm-listings-pick-icon.stm-listings-motors-icons-sales_pin {
    display: none;
}

.stm_vehicles_listing_icons .inner td.stm-listings-pick-icon i,
.stm_vehicles_listing_icons .inner td.stm-listings-pick-icon span {
    display: block;
    width: 27px;
    height: 27px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 27px;
    text-align: center;
    overflow: hidden;
    border-radius: 3px;
}

.stm_vehicles_listing_icons .inner td.stm-listings-pick-icon i.big_icon, .stm_vehicles_listing_icons .inner td.stm-listings-pick-icon i[class^=motors-icons-].big_icon, .stm_vehicles_listing_icons .inner td.stm-listings-pick-icon i[class*=" motors-icons-"].big_icon,
.stm_vehicles_listing_icons .inner td.stm-listings-pick-icon span.big_icon,
.stm_vehicles_listing_icons .inner td.stm-listings-pick-icon span[class^=motors-icons-].big_icon,
.stm_vehicles_listing_icons .inner td.stm-listings-pick-icon span[class*=" motors-icons-"].big_icon {
    position: absolute;
    top: -5px;
    left: 5px;
    width: 65px;
    height: 65px;
    font-size: 32px;
    line-height: 65px;
    text-align: center;
    background-color: #fff;
    transform: scale(0);
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.2s ease;
}

.stm_vehicles_listing_icons .inner td.stm-listings-pick-icon:hover i .big_icon, .stm_vehicles_listing_icons .inner td.stm-listings-pick-icon:hover i[class^=motors-icons-].big_icon, .stm_vehicles_listing_icons .inner td.stm-listings-pick-icon:hover i[class*=" motors-icons-"].big_icon,
.stm_vehicles_listing_icons .inner td.stm-listings-pick-icon:hover span .big_icon,
.stm_vehicles_listing_icons .inner td.stm-listings-pick-icon:hover span[class^=motors-icons-].big_icon,
.stm_vehicles_listing_icons .inner td.stm-listings-pick-icon:hover span[class*=" motors-icons-"].big_icon {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.stm_vehicles_listing_icons .inner td.stm-listings-pick-icon.chosen i {
    background-color: #0073aa;
    color: #fff;
}

.stm_vehicles_listing_icons .inner .stm_font_nav {
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.stm_vehicles_listing_icons .inner .stm_font_nav:after {
    position: absolute;
    bottom: -8px;
    left: 0;
    content: "";
    display: block;
    height: 8px;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
}

.stm_vehicles_listing_icons .inner .stm_font_nav > div {
    float: left;
}

.stm_vehicles_listing_icons .inner .stm_font_nav > div:first-child a {
    border-top-left-radius: 5px;
}

.stm_vehicles_listing_icons .inner .stm_font_nav a {
    display: block;
    padding: 21px 50px;
    background: #fff;
    font-size: 15px;
    color: #424242;
    text-decoration: none !important;
    box-shadow: none !important;
}

.stm_vehicles_listing_icons .inner .stm_font_nav a.active {
    background: #0073aa;
    color: #fff !important;
}

.stm_vehicles_listing_icons .inner .stm_theme_font {
    display: none;
}

.stm_vehicles_listing_icons .inner .stm_theme_font.active {
    display: block;
}

.stm_vehicles_listing_icons.visible {
    opacity: 1;
    visibility: visible;
}

.stm_form_wrapper[data-depended=true] {
    display: none;
    margin-left: 25px;
    margin-top: -2px;
}

.stm_form_wrapper[data-depended=true] span {
    top: -5px !important;
    font-size: 13px !important;
    font-style: italic;
    font-weight: 400 !important;
}

.stm_form_wrapper_radio label {
    display: block;
    margin-bottom: 5px;
}

.image-preview {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease;
}

.image-preview img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -237.5px 0 0 -350px;
    z-index: 25;
    max-width: 700px;
}

.image-preview.visible {
    opacity: 1;
    visibility: visible;
}

.image-preview .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 20;
}

.stm_form_wrapper_number_field_affix {
    margin-top: -39px !important;
}

.stm_form_wrapper_number_field_affix input {
    max-width: 171px;
    height: 30px !important;
    line-height: 30px !important;
}

.stm_form_wrapper_slider {
    margin-top: -16px !important;
}

.stm_form_wrapper_radio[data-depended] {
    margin-top: -29px !important;
}

.stm_form_wrapper_enable_checkbox_button[data-depended] {
    margin-top: -20px !important;
}

.stm_form_wrapper_radio.stm_form_wrapper_radio span {
    top: -2px !important;
}

.listing_categories_add_new a[href="#delete"],
.stm_vehicles_listing_row_actions a[href="#cancel"] {
    display: none;
}

.stm_form_wrapper_use_on_single_listing_page {
    display: none;
}

.stm_form_wrapper_radio input + span {
    display: inline-block !important;
    opacity: 0.6 !important;
}

.stm_form_wrapper_radio input:checked + span {
    opacity: 1 !important;
}

.stm_form_wrapper_use_on_directory_filter_title a[data-image] {
    margin: 8px 0 0 18px;
}

.post-type-listings table.wp-list-table.posts tbody td,
.post-type-listings table.wp-list-table.posts tbody th {
    vertical-align: middle;
}

.post-type-listings table.wp-list-table .column-name {
    width: 22%;
}

.post-type-listings table.wp-list-table [class*=" column-taxonomy-"] {
    width: 10%;
}

table.wp-list-table .column-stm_image {
    width: 150px;
}

table.wp-list-table .column-stm_image img {
    max-width: 135px;
    height: auto;
    width: auto;
    margin: 0 auto;
}

table.wp-list-table .column-stm_image .attachment {
    width: 100%;
}

.stm_form_wrapper_use_on_directory_filter_title {
    padding-bottom: 7px !important;
}

/*Preview media*/
@media (max-width: 1806px) {
    .stm_form_wrapper_checkbox.stm_form_wrapper_listing_rows_numbers_enable a[data-image] {
        margin: 8px 0 0 18px !important;
    }
}

@media (max-width: 1760px) {
    .stm_form_wrapper_checkbox.stm_form_wrapper_use_on_car_filter_links a[data-image] {
        margin: 8px 0 0 18px !important;
    }
}

@media (max-width: 1200px) {
    .stm_vehicles_listing_row_options .stm_listings_col_4 {
        width: 50%;
    }
}

@media (max-width: 783px) {
    .stm_form_wrapper_radio[data-depended] {
        margin-top: -15px !important;
    }

    .stm_form_wrapper_number_field_affix {
        margin-top: -25px !important;
    }

    table.wp-list-table.listing_categories {
        display: block;
    }

    table.wp-list-table.listing_categories thead {
        display: block;
    }

    table.wp-list-table.listing_categories thead tr {
        display: block;
    }

    table.wp-list-table.listing_categories thead tr th {
        display: none !important;
    }

    table.wp-list-table.listing_categories thead tr th:first-child {
        display: block !important;
    }

    table.wp-list-table.listing_categories tbody {
        display: block;
    }

    table.wp-list-table.listing_categories tbody tr {
        display: block;
    }

    table.wp-list-table.listing_categories tbody tr td,
  table.wp-list-table.listing_categories tbody tr th {
        display: block !important;
        width: 100% !important;
    }

    table.wp-list-table.listing_categories tbody tr td:not(:first-child),
  table.wp-list-table.listing_categories tbody tr th:not(:first-child) {
        display: none !important;
    }

    table.wp-list-table.listing_categories tbody tr td.manage,
  table.wp-list-table.listing_categories tbody tr th.manage {
        display: block !important;
    }

    table.wp-list-table.listing_categories tbody tr td.manage i,
  table.wp-list-table.listing_categories tbody tr th.manage i {
        margin-left: 0 !important;
    }

    .stm_vehicles_listing_row_options .stm_listings_col_4 {
        width: 100% !important;
    }
}
/* Multiselect */
.ms-container {
    background: transparent url(https://www.lucaprofumo.com/wp-content/plugins/motors-car-dealership-classified-listings/assets/css/../images/switch.png) no-repeat 48.5% 50%;
    width: 480px;
}

.ms-container:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
    min-height: 0;
    visibility: hidden;
}

.ms-container .ms-selectable,
.ms-container .ms-selection {
    background: #fff;
    color: #555555;
    float: left;
    width: 45%;
}

.ms-container .ms-selectable .ms-search-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    border-radius: 0;
    border: 1px solid #ccc;
    width: 200px;
    height: 50px;
}

.ms-container .ms-selectable .ms-search-wrapper .ms-search-input {
    border-radius: unset;
    width: 190px;
    border: none;
    height: 40px;
    background-color: #f1f1f1;
}

.ms-container .ms-selectable .ms-search-wrapper .ms-search-input:focus {
    border: solid 1px #0073aa;
    outline: none;
    background-color: #fff;
}

.ms-container .ms-selectable .ms-list {
    border-top: none;
}

.ms-container .ms-selectable .ms-list.hide-empty li.none {
    display: none;
}

.ms-container .ms-selection {
    float: right;
}

.ms-container .ms-list {
    max-width: 200px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border linear 0.2s, box-shadow linear 0.2s;
    border: 1px solid #ccc;
    position: relative;
    height: 251px;
    padding: 0;
    overflow-y: auto;
}

.ms-container .ms-list.ms-focus {
    border-color: #ccc !important;
    box-shadow: none !important;
    outline: 0;
    outline: thin dotted \9;
}

.ms-container ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.ms-container .ms-optgroup-container {
    width: 100%;
}

.ms-container .ms-optgroup-label {
    margin: 0;
    padding: 5px 0px 0px 5px;
    cursor: pointer;
    color: #999;
}

.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection {
    border-bottom: 1px #eee solid;
    padding: 6px 10px;
    margin-bottom: 0;
    color: #555;
    font-size: 14px;
}

.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    background-color: #08c;
}

.ms-container .ms-selectable li.disabled,
.ms-container .ms-selection li.disabled {
    background-color: #eee;
    color: #aaa;
    cursor: text;
}

#butterbean-control-gallery_videos_posters .main_image {
    display: none;
}

.gm-err-autocomplete {
    background-position: 100% -5px !important;
    background-repeat: no-repeat !important;
}

body.stm-vl-plugin-pure.elementor-page .is-layout-constrained > div.elementor {
    max-width: 100%;
}

/*Default*/
.stm-orange {
    color: #ffb129;
}

body {
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
}

table {
    width: 100%;
    margin-bottom: 20px;
    border: none;
    background: transparent;
}

table > thead tr th {
    text-transform: uppercase;
    font-size: 16px;
}

table > tbody > tr:nth-child(odd) > th,
table > tbody > tr:nth-child(odd) > td, table > tbody > tr:nth-child(even) > th,
table > tbody > tr:nth-child(even) > td {
    background-color: transparent;
}

table > tbody > tr td {
    padding: 9px 0 8px;
    font-size: 12px;
    color: #888;
    border-bottom: 1px solid #d5d9e0;
    border-top: none;
    border-left: none;
    border-right: none;
}

.post-grid-single-unit {
    position: relative;
    margin-bottom: 50px;
}

.post-grid-single-unit:hover .content {
    border-color: transparent;
    box-shadow: 0 1px 6px rgba(35, 38, 40, 0.4);
}

.post-grid-single-unit .image {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}

.post-grid-single-unit .video-preview {
    position: absolute;
    right: 9px;
    top: 17px;
    padding: 1px 11px 1px 25px;
    border-radius: 2px;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    background-color: var(--mvl-secondary-color);
    z-index: 20;
}

.post-grid-single-unit .video-preview .fas {
    position: absolute;
    top: 50%;
    left: 7px;
    margin-top: -6px;
    font-size: 12px;
}

.post-grid-single-unit .sticky-post {
    position: absolute;
    top: 20px;
    left: -90px;
    background-color: #cc6119;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    width: 250px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    transform: rotate(-45deg);
}

.post-grid-single-unit .sticky-post.blog-post-no-image {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    font-size: 10px;
    transform: rotate(0deg);
}

.post-grid-single-unit .content {
    box-shadow: none;
    border-radius: 1px;
    transition: all 0.5s ease;
    transform: translateZ(0);
    padding: 25px 40px 14px 40px;
    border: 1px solid #ddd;
}

.post-grid-single-unit .content .title-relative {
    position: relative;
    min-height: 66px;
}

.post-grid-single-unit .content .title-relative a {
    text-decoration: none !important;
}

.post-grid-single-unit .content .title-relative a .title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-bottom: 0;
    font-weight: 400;
    line-height: 22px;
}

.post-grid-single-unit .content .post-meta-bottom {
    display: flex;
    margin-top: 22px;
    padding-top: 12px;
    border-top: 1px solid #ddd;
}

.post-grid-single-unit .content .post-meta-bottom .blog-meta-unit {
    display: inline-block;
    margin-right: 19px;
    padding-left: 25px;
    position: relative;
    font-size: 12px;
    color: #888;
}

.post-grid-single-unit .content .post-meta-bottom .blog-meta-unit:last-child {
    margin-right: 0;
}

.post-grid-single-unit .content .post-meta-bottom .blog-meta-unit.comments {
    padding-left: 22px;
}

.post-grid-single-unit .content .post-meta-bottom .blog-meta-unit.comments i {
    top: 3px;
    font-size: 14px;
}

.post-grid-single-unit .content .post-meta-bottom .blog-meta-unit i {
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--mvl-secondary-color);
    font-size: 15px;
}

.post-grid-single-unit .content .post-meta-bottom .blog-meta-unit a {
    color: #888;
    text-decoration: none !important;
}

.post-grid-single-unit .content .post-meta-bottom .blog-meta-unit a:hover {
    color: var(--mvl-secondary-color);
}

.col-md-4 .post-grid-single-unit .image:not(.advert) a img {
    max-height: 181px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 767px) {
    .col-md-4 .post-grid-single-unit .image:not(.advert) a img {
        width: 100%;
        max-height: 100%;
    }
}

.col-md-6 .post-grid-single-unit .image a img {
    max-height: 205px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 767px) {
    .col-md-6 .post-grid-single-unit .image a img {
        width: 100%;
        max-height: 100%;
    }
}

.post-list-single-item {
    margin-bottom: 30px;
}

.post-list-single-item .image {
    position: relative;
    vertical-align: top;
    overflow: hidden;
    max-height: 429px;
}

.post-list-single-item .image img {
    vertical-align: top;
    width: 100%;
}

.post-list-single-item .video-preview {
    position: absolute;
    right: 9px;
    top: 17px;
    padding: 1px 11px 1px 25px;
    border-radius: 2px;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    background-color: var(--mvl-secondary-color);
    z-index: 20;
}

.post-list-single-item .video-preview .fas {
    position: absolute;
    top: 50%;
    left: 7px;
    margin-top: -6px;
    font-size: 12px;
}

.post-list-single-item .sticky-post {
    position: absolute;
    top: 20px;
    left: -90px;
    background-color: #cc6119;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    width: 250px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    transform: rotate(-45deg);
}

.post-list-single-item .blog-meta {
    position: relative;
    margin-top: -44px;
    padding-left: 36px;
    padding-right: 27px;
    margin-bottom: 0;
    background-color: #232628;
    z-index: 20;
}

.post-list-single-item .absoluted-content {
    position: absolute;
    bottom: 44px;
    left: 0;
    right: 0;
}

.post-list-single-item .absoluted-content:before {
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    height: 189px;
    background: linear-gradient(to top, rgba(35, 38, 40, 0.9), rgba(35, 38, 40, 0));
    z-index: 5;
}

.post-list-single-item .absoluted-content .relatived-content {
    padding: 0 36px 31px;
    position: relative;
    z-index: 10;
}

.post-list-single-item .absoluted-content .relatived-content .title {
    margin-bottom: 0;
    color: #fff;
    font-weight: 700;
    line-height: 28px;
}

.post-list-single-item .absoluted-content .relatived-content .video-preview {
    display: inline-block;
    margin-bottom: 16px;
    position: relative;
    top: 0;
    left: 0;
}

.special-label,
.special-label.h5 {
    position: absolute;
    top: 27px;
    left: -81px;
    height: 49px;
    padding: 0 100px;
    line-height: 49px;
    color: var(--motors-contrast-text-color, #fff);
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    background-color: var(--motors-spec-badge-color, #fab637);
    transform: rotate(-45deg) translateZ(0);
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    z-index: 10;
}

.special-label-small,
.special-label-small.h6 {
    top: 20px;
    left: -91px;
    height: 32px;
    line-height: 32px;
}

.stm-badge-directory,
.stm-badge-directory.heading-font {
    position: absolute;
    right: -65px;
    left: unset;
    padding: 0 55px;
    top: 20px;
    width: 200px;
    height: 33px;
    line-height: 33px;
    transform: rotate(45deg);
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #cc6119;
}

.swiper-container {
    overflow: hidden;
}

.stm-views-metabox {
    margin-top: 20px;
}

.stm-views-metabox__item {
    display: flex;
    align-items: center;
}

.stm-views-metabox__item .reset-counter {
    text-decoration: underline;
    margin-left: 5px;
}

.stm-views-metabox__item span {
    font-weight: 700;
    margin-left: 5px;
}

.stm-views-metabox__item {
    margin-bottom: 10px;
}

.mvl-checkbox-metabox {
    margin: 10px 0;
}

.mvl-checkbox-metabox input[type=text] {
    border: 1px solid #CED4DA;
    width: 100%;
}

.mvl-checkbox-metabox h4 {
    margin: 10px 0 5px 0;
}

.metabox-description p {
    font-size: 12px;
    color: #CED4DA;
    display: flex;
}

.metabox-description p span {
    margin-top: 3px;
    font-size: 10px;
    padding: 0 6px;
    border: 1px solid #CED4DA;
    border-radius: 50%;
    margin-right: 5px;
    width: 16px;
    line-height: 0;
    height: 16px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.meta-box-checkbox-label {
    font-weight: 700;
}

.listing-author-metabox {
    margin-top: 15px;
    margin-bottom: 10px;
}

.listing-author-metabox #listing_author_select {
    width: 100%;
    border: 1px solid #CED4DA;
}

#listing_badges .inside {
    margin-top: 5px;
}

#listing_badges .mvl-checkbox-metabox {
    margin: 10px 0;
}

#listing_badges .mvl-checkbox-metabox h4 {
    margin: 10px 0 5px 0;
}

#listing_badges .mvl-checkbox-metabox .special-image-wrapper img {
    width: 241px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid #CED4DA;
    padding: 5px;
    border-radius: 4px;
}

.car-listing-row .image {
    overflow: hidden;
}

.dp-in {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}

.mvl-checkbox-metabox label {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.mvl-checkbox-metabox input[type=checkbox] {
    display: none;
}

.mvl-checkbox-metabox label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding-left: 30px;
    line-height: 20px;
}

.mvl-checkbox-metabox input[type=checkbox] {
    display: none;
}

.checkbox-custom {
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0;
    transition: all 0.3s ease;
    background-color: #fff;
}

.mvl-checkbox-metabox input[type=checkbox]:checked + .checkbox-custom {
    background-color: #0073AA;
    border-color: #0073AA;
}

.mvl-checkbox-metabox input[type=checkbox]:checked + .checkbox-custom::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 4px;
    width: 5px;
    height: 9px;
    border: solid 2px #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.mvl-checkbox-metabox input[type=checkbox]:focus + .checkbox-custom {
    outline: none;
    box-shadow: 0 0 3px #0073AA;
}

#wp-admin-bar-mvl-plugin-unlock-pro {
    margin-top: 15px;
    margin-bottom: 15px;
}

#wp-admin-bar-mvl-plugin-unlock-pro a.ab-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

#wp-admin-bar-mvl-plugin-unlock-pro span {
    border-radius: 4px;
    background: linear-gradient(180deg, #FF9C28 0%, #E76100 100%);
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    font-size: 13px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    height: 35px;
}

#wp-admin-bar-mvl-plugin-unlock-pro span:hover {
    background: linear-gradient(180deg, rgba(255, 156, 40, 0.95) 0, #E76100 100%);
}

#wp-admin-bar-mvl-plugin-settings-default li {
    padding: 3px 10px;
}

.wpcfto-box-group_title .wpcfto_generic_field .wpcfto-group-title-wrapper {
    width: 100%;
}

.stm-listing-favourite-loop .mvl-card-skins,
.stm-listing-fav-loop .mvl-card-skins {
    margin-bottom: 20px !important;
}

.user-listings-wrapper .mvl-card-skins .stm-listing-favorite,
.stm-listing-favourite-loop .mvl-card-skins .stm-listing-favorite,
.stm-listing-fav-loop .mvl-card-skins .stm-listing-favorite,
.stm_listing_edit_car .mvl-card-skins .stm-listing-favorite {
    z-index: 201 !important;
}

.stm-login-register-form .mvl-form-login-center {
    display: flex;
    justify-content: center;
}

.stm-secondary-color {
    color: var(--motors-accent-color);
}

.stm-accordion-single-unit {
    margin-top: 20px;
}

.stm-accordion-single-unit > a.title {
    position: relative;
    display: block;
    padding: 15px 20px 15px 25px;
    background-color: var(--motors-bg-shade);
    border-top: 4px solid var(--motors-accent-color);
    text-decoration: none !important;
    margin-top: 0;
}

.stm-accordion-single-unit > a.title.collapsed {
    border-top-color: var(--motors-border-color);
}

.stm-accordion-single-unit > a.title.collapsed .minus {
    margin-top: -2px;
}

.stm-accordion-single-unit > a.title.collapsed .minus:after {
    opacity: 1;
}

.stm-accordion-single-unit > a.title h5 {
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
}

.stm-accordion-single-unit > a.title .minus {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -1px;
    width: 11px;
    height: 3px;
    background-color: var(--motors-border-color);
}

.stm-accordion-single-unit > a.title .minus:after {
    position: absolute;
    content: "";
    display: block;
    top: -4px;
    left: 4px;
    height: 11px;
    width: 3px;
    background-color: var(--motors-border-color);
    opacity: 0;
}

.stm-accordion-single-unit > a.title:hover .minus,
.stm-accordion-single-unit > a.title:hover .minus:after {
    background-color: var(--motors-accent-color);
}

.stm-accordion-single-unit .stm-accordion-content ul {
    padding: 5px 40px 17px 25px;
    margin-bottom: 0;
}

.stm-accordion-single-unit .stm-accordion-content ul li {
    margin-bottom: 7px;
    font-size: 13px;
}

.stm-accordion-single-unit .stm-accordion-content ul li:hover {
    cursor: pointer;
}

.stm-listing-directory-checkboxes .stm-accordion-content-wrapper {
    position: relative;
}

.stm-listing-directory-checkboxes .stm-accordion-content-wrapper .stm-accordion-inner:before {
    position: absolute;
    content: "";
    display: block;
    background: var(--motors-contrast-text-alpha-color);
    top: 0;
    left: 20px;
    right: 20px;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}

.stm-listing-directory-checkboxes .stm-accordion-content-wrapper .stm-accordion-inner:after {
    content: "\e924";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
    font-family: "motors-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    animation: rotating 2s infinite linear;
    font-size: 30px;
    color: var(--motors-accent-color);
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}

.stm-listing-directory-checkboxes .stm-accordion-content-wrapper .stm-accordion-inner.loading:before, .stm-listing-directory-checkboxes .stm-accordion-content-wrapper .stm-accordion-inner.loading:after {
    visibility: visible;
    opacity: 1;
    z-index: 99;
}

.stm-listing-directory-checkboxes.stm-one_col .stm-accordion-content-padded {
    padding-bottom: 32px;
}

.stm-listing-directory-checkboxes.stm-one_col .stm-option-label {
    display: block;
    margin-bottom: 7px;
}

.stm-listing-directory-checkboxes.stm-one_col .stm-option-label .stm-option-image {
    max-width: 130px;
    margin-bottom: 10px;
}

.stm-listing-directory-checkboxes.stm-one_col .stm-option-label:hover {
    cursor: pointer;
}

.stm-listing-directory-checkboxes.stm-one_col .stm-option-label:hover > span {
    text-decoration: none;
}

.stm-listing-directory-checkboxes.stm-one_col .stm-checkbox-submit {
    display: inline-block;
    margin: 11px auto -15px;
}

.stm-listing-directory-checkboxes.stm-one_col .stm-checkbox-submit .button {
    min-width: 103px;
    text-align: center;
    padding: 13px 15px 9px 15px;
    font-size: 12px;
    line-height: 14px;
}

.stm-listing-directory-checkboxes.stm-two_cols .stm-accordion-content-wrapper {
    margin: 0 -20px;
}

.stm-listing-directory-checkboxes.stm-two_cols .stm-accordion-content-wrapper:after {
    content: "";
    display: table;
    clear: both;
}

.stm-listing-directory-checkboxes.stm-two_cols .stm-accordion-content-wrapper .stm-option-label {
    width: 50%;
    display: block;
    padding: 0 15px;
    float: left;
    margin-bottom: 25px;
}

.stm-listing-directory-checkboxes.stm-two_cols .stm-accordion-content-wrapper .stm-option-label:hover {
    cursor: pointer;
}

.stm-listing-directory-checkboxes.stm-two_cols .stm-accordion-content-wrapper .stm-option-label:hover > span {
    text-decoration: underline;
}

.stm-listing-directory-checkboxes.stm-two_cols .stm-accordion-content-wrapper .stm-option-label:nth-child(2n+1) {
    clear: both;
}

.stm-listing-directory-checkboxes.stm-two_cols .stm-accordion-content-wrapper .stm-option-label .stm-option-image {
    max-width: 130px;
    margin-bottom: 10px;
}

.stm-listing-directory-checkboxes.stm-two_cols .stm-accordion-content-wrapper .stm-checkbox-submit {
    padding: 0 15px;
    margin: -5px auto -15px;
}

.stm-listing-directory-checkboxes.stm-two_cols .checker {
    margin-right: 2px !important;
}

.stm-listing-directory-checkboxes .non-active {
    opacity: 0.5;
}

.stm-listing-directory-checkboxes span {
    font-size: 13px;
}

.stm-listing-directory-checkboxes .stm-option-label:last-child {
    margin-bottom: 0 !important;
}

.listing-list-loop .image .image-inner .special-label, .listing-list-loop .image .image-inner .special-label.h5 {
    position: absolute;
    top: 27px;
    left: -81px;
    height: 49px;
    padding: 0 100px;
    line-height: 49px;
    color: var(--motors-contrast-text-color);
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    background-color: var(--motors-spec-badge-color);
    transform: rotate(-45deg) translateZ(0);
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    z-index: 10;
}

.listing-list-loop .image .image-inner .special-label-small, .listing-list-loop .image .image-inner .special-label-small.h6 {
    top: 20px;
    left: -91px;
    height: 32px;
    line-height: 32px;
}

.listing-list-loop .image .image-inner .stm-badge-directory, .listing-list-loop .image .image-inner .stm-badge-directory.heading-font {
    position: absolute;
    right: -65px;
    left: unset;
    padding: 0 55px;
    top: 20px;
    width: 200px;
    height: 33px;
    line-height: 33px;
    transform: rotate(45deg);
    color: var(--motors-contrast-text-color);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.stm-directory-grid-loop {
    margin-bottom: 30px;
}

.stm-directory-grid-loop:hover .listing-car-item-meta .car-meta-top .car-title {
    color: var(--motors-accent-color);
}

.stm-directory-grid-loop a {
    text-decoration: none;
}

.stm-directory-grid-loop .image {
    position: relative;
    overflow: hidden;
}

.stm-directory-grid-loop .image .image-inner img {
    width: 100%;
}

.stm-directory-grid-loop .image .stm_compare_unit, .stm-directory-grid-loop .image .stm-listing-compare {
    position: absolute;
    right: 7px;
    padding: 3px 5px;
    color: var(--motors-contrast-text-color);
    font-size: 14px;
    border-radius: 2px;
    opacity: 0;
    z-index: 20;
}

.stm-directory-grid-loop .image .stm_compare_unit:hover, .stm-directory-grid-loop .image .stm-listing-compare:hover {
    cursor: pointer;
}

.stm-directory-grid-loop .image .stm_compare_unit.active, .stm-directory-grid-loop .image .stm-listing-compare.active {
    background-color: var(--motors-bg-contrast);
    opacity: 1;
}

.stm-directory-grid-loop .image .stm-listing-favorite {
    position: absolute;
    left: 7px;
    bottom: 7px;
    padding: 3px 5px 3px 6px;
    background: rgba(0, 0, 0, 0.3);
    color: var(--motors-contrast-text-color);
    border-radius: 2px;
    font-size: 16px;
    opacity: 0;
    z-index: 20;
}

.stm-directory-grid-loop .image .stm-listing-favorite:hover {
    cursor: pointer;
}

.stm-directory-grid-loop .image .stm-listing-favorite.active {
    background-color: var(--motors-accent-color);
    opacity: 1;
}

.stm-directory-grid-loop .image .video-preview {
    position: absolute;
    right: 9px;
    top: 10px;
    padding: 5px 8px 4px 25px;
    border-radius: 2px;
    color: var(--motors-contrast-text-color);
    font-size: 10px;
    text-transform: uppercase;
    background-color: var(--motors-border-color);
    z-index: 20;
}

.stm-directory-grid-loop .image .video-preview .fa, .stm-directory-grid-loop .image .video-preview .fas {
    position: absolute;
    top: 50%;
    left: 7px;
    margin-top: -6px;
    font-size: 12px;
}

.stm-directory-grid-loop .image .stm-car-medias {
    position: absolute;
    top: 7px;
    left: 7px;
    z-index: 20;
}

.stm-directory-grid-loop .image .stm-car-medias > div {
    display: inline-block;
    margin-right: 9px;
    padding: 2px 5px 0 6px;
    border-radius: 2px;
    background: var(--motors-bg-alpha-contrast);
    color: var(--motors-contrast-text-color);
    font-size: 11px;
    line-height: 22px;
    font-weight: 600;
}

.stm-directory-grid-loop .image .stm-car-medias > div i {
    font-size: 12px;
    margin-right: 2px;
}

.stm-directory-grid-loop .image .stm-car-medias > div span {
    position: relative;
    top: -1px;
}

.stm-directory-grid-loop .image .stm-car-medias > div:hover {
    cursor: pointer;
    background: var(--motors-bg-contrast);
}

.stm-directory-grid-loop .image .stm-car-medias > div.stm-listing-videos-unit i {
    position: relative;
    top: -1px;
    left: 1px;
    margin-right: 3px;
}

.stm-directory-grid-loop .image:hover .stm_compare_unit, .stm-directory-grid-loop .image:hover .stm-listing-compare, .stm-directory-grid-loop .image:hover .stm-listing-favorite, .stm-directory-grid-loop .image:hover .stm-car-medias {
    opacity: 1;
}

.stm-directory-grid-loop .listing-car-item-meta {
    padding-top: 17px;
}

.stm-directory-grid-loop .listing-car-item-meta .car-meta-top {
    padding-bottom: 17px;
    border-bottom: 1px solid var(--motors-border-color);
}

.stm-directory-grid-loop .listing-car-item-meta .car-meta-top .car-title {
    color: var(--motors-text-color);
    overflow: hidden;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    transition: 0.3s;
}

.stm-directory-grid-loop .listing-car-item-meta .car-meta-top .car-title .colored {
    color: var(--motors-accent-color);
}

.stm-directory-grid-loop .listing-car-item-meta .car-meta-top .price {
    position: relative;
    float: right;
    padding: 6px 10px 4px 4px;
    margin-left: 18px;
    text-align: right;
}

.stm-directory-grid-loop .listing-car-item-meta .car-meta-top .price:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: -12px;
    height: 100%;
    width: 32px;
    transform: skew(-14deg, 0deg);
    z-index: 5;
}

.stm-directory-grid-loop .listing-car-item-meta .car-meta-top .price.discounted-price {
    padding: 1px 10px 2px 4px;
}

.stm-directory-grid-loop .listing-car-item-meta .car-meta-top .price.discounted-price .sale-price {
    line-height: 16px;
}

.stm-directory-grid-loop .listing-car-item-meta .car-meta-top .price .regular-price,
.stm-directory-grid-loop .listing-car-item-meta .car-meta-top .price .sale-price,
.stm-directory-grid-loop .listing-car-item-meta .car-meta-top .price .normal-price {
    position: relative;
    z-index: 6;
}

.stm-directory-grid-loop .listing-car-item-meta .car-meta-top .price .regular-price {
    color: var(--motors-contrast-text-alpha-color);
    font-size: 13px;
    line-height: normal;
    text-decoration: line-through;
}

.stm-directory-grid-loop .listing-car-item-meta .car-meta-top .price .normal-price,
.stm-directory-grid-loop .listing-car-item-meta .car-meta-top .price .sale-price {
    color: var(--motors-contrast-text-color);
    font-size: 14px;
    line-height: 20px;
}

.stm-directory-grid-loop .listing-car-item-meta .car-meta-top .price .normal-price {
    line-height: 25px;
}

.stm-directory-grid-loop .listing-car-item-meta .car-meta-top .sell-online-wrap .normal-price {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stm-directory-grid-loop .listing-car-item-meta .car-meta-top .sell-online-wrap .normal-price .normal_font {
    font-size: 10px;
    font-weight: 600;
    color: var(--motors-contrast-text-color);
    line-height: 12px;
    margin: 0;
    padding: 0;
    opacity: 0.7;
}

.stm-directory-grid-loop .listing-car-item-meta .car-meta-top .sell-online-wrap .normal-price .heading-font {
    line-height: 16px;
    margin: 5px 0 0;
    color: var(--motors-contrast-text-color);
}

.stm-directory-grid-loop .listing-car-item-meta .car-meta-bottom {
    padding-top: 3px;
}

.stm-directory-grid-loop .listing-car-item-meta .car-meta-bottom ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.stm-directory-grid-loop .listing-car-item-meta .car-meta-bottom ul li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-right: 10px;
    color: var(--motors-text-alpha-color);
    font-size: 14px;
    padding-bottom: 10px;
    transition: 0.1s;
}

.stm-directory-grid-loop .listing-car-item-meta .car-meta-bottom ul li i {
    margin-right: 2px;
    font-size: 13px;
    color: var(--motors-text-alpha-color);
    vertical-align: middle;
    transition: 0.1s;
}

.stm-directory-grid-loop .listing-car-item-meta .car-meta-bottom ul li i.stm-icon-road {
    position: relative;
    top: 1px;
}

.stm-directory-grid-loop .listing-car-item-meta .car-meta-bottom ul li i.stm-icon-transmission {
    position: relative;
    top: 1px;
}

.stm-directory-grid-loop .listing-car-item-meta .car-meta-bottom ul li span {
    position: relative;
    top: 1px;
    vertical-align: top;
    margin-left: 2px;
    font-size: 13px;
    transition: 0.1s;
}

.stm-directory-grid-loop .listing-car-item-meta .car-meta-bottom ul li .special-text {
    margin-bottom: 2px;
    text-transform: uppercase;
}

.stm-directory-grid-loop .listing-car-item-meta .car-meta-bottom ul li:last-child {
    margin-right: 0;
}:root{--mvl-primary-color:#cc6119;--mvl-secondary-color:#6c98e1;--mvl-secondary-color-dark:#5a7db6;--mvl-third-color:#232628;--mvl-fourth-color:#153e4d;--motors-accent-color:#1280DF;--motors-accent-color-alpha:rgba(18, 128, 223,0.5);--motors-accent-color-highalpha:rgba(18, 128, 223,0.7);--motors-accent-color-lowalpha:rgba(18, 128, 223,0.3);--motors-accent-color-super-lowalpha:rgba(18, 128, 223,0.1);--motors-bg-shade:#F0F3F7;--motors-bg-color:#FFFFFF;--motors-bg-lowalpha-color:rgba(255, 255, 255,0.3);--motors-bg-alpha-color:rgba(255, 255, 255,0.5);--motors-bg-highalpha-color:rgba(255, 255, 255,0.7);--motors-bg-contrast:#35475A;--motors-bg-lowestalpha-contrast:rgba(53, 71, 90,0.1);--motors-bg-lowalpha-contrast:rgba(53, 71, 90,0.3);--motors-bg-alpha-contrast:rgba(53, 71, 90,0.5);--motors-bg-highalpha-contrast:rgba(53, 71, 90,0.7);--motors-bg-highestalpha-contrast:rgba(53, 71, 90,0.9);--motors-text-color:#010101;--motors-contrast-text-color:#FFFFFF;--motors-text-highalpha-color:rgba(1, 1, 1,0.7);--motors-text-highestalpha-color:rgba(1, 1, 1,0.8);--motors-text-alpha-color:rgba(1, 1, 1,0.5);--motors-contrast-text-lowestalpha-color:rgba(255, 255, 255,0.1);--motors-contrast-text-lowalpha-color:rgba(255, 255, 255,0.3);--motors-contrast-text-highalpha-color:rgba(255, 255, 255,0.7);--motors-contrast-text-highestalpha-color:rgba(255, 255, 255,0.8);--motors-text-lowalpha-color:rgba(1, 1, 1,0.3);--motors-text-lowestalpha-color:rgba(1, 1, 1,0.1);--motors-contrast-text-alpha-color:rgba(255, 255, 255,0.5);--motors-border-color:rgba(1, 1, 1,0.15);--motors-contrast-border-color:rgba(255, 255, 255,0.15);--motors-spec-badge-color:#FAB637;--motors-sold-badge-color:#FC4E4E;--motors-error-bg-color:rgba(255,127,127,1);--motors-notice-bg-color:#fbc45d;--motors-success-bg-color:#dbf2a2;--motors-error-text-color:rgba(244,43,43,1);--motors-notice-text-color:#e4961a;--motors-success-text-color:#5eac3f;--motors-filter-inputs-color:#F6F7F9;--motors-card-bg-color:#ffffff;--motors-card-bg-hover-color:#FFFFFF;--motors-card-title-color:#111827;--motors-card-price-color:rgba(17, 24, 39,0.4);--motors-card-border-color:rgba(17, 24, 39,0.1);--motors-card-options-color:#4E5562;--motors-card-options-color-super-low-alpha:rgba(78, 85, 98,0.15);--motors-card-btn-color:#1280DF;--motors-card-popup-hover-bg-color:#f9f9f9;--motors-card-popup-border-color:rgba(17, 24, 39,0.15);--motors-card-btn-color-lowalpha:rgba(18, 128, 223,0.6);--motors-card-btn-color-highalpha:rgba(18, 128, 223,0.8);--motors-card-btn-color-super-lowalpha:rgba(18, 128, 223,0.15);--motors-filter-bg-color:#ffffff;--motors-filter-border-color:#CAD0D9;--motors-filter-border-color-mediumalpha:rgba(202, 208, 217,0.5);--motors-filter-border-color-highalpha:rgba(202, 208, 217,0.8);--motors-filter-border-color-lowalpha:rgba(202, 208, 217,0.3);--motors-filter-border-color-super-lowalpha:rgba(202, 208, 217,0.2);--motors-filter-text-color:#010101;--motors-filter-text-color-lowalpha:rgba(1, 1, 1,0.5);--motors-filter-text-color-highalpha:rgba(1, 1, 1,0.8);--motors-filter-text-color-super-lowalpha:rgba(1, 1, 1,0.2);--motors-filter-field-bg-color:#ffffff;--motors-filter-field-text-color:#010101;--motors-filter-field-text-color-lowalpha:rgba(1, 1, 1,0.5);--motors-filter-field-text-color-highalpha:rgba(1, 1, 1,0.8);--motors-filter-field-text-color-super-lowalpha:rgba(1, 1, 1,0.2);--motors-filter-field-text-color-secondary:#010101;--motors-filter-field-text-color-secondary-lowalpha:rgba(1, 1, 1,0.4);--motors-filter-field-text-color-secondary-highalpha:rgba(1, 1, 1,0.8);--motors-filter-field-text-color-secondary-super-lowalpha:rgba(1, 1, 1,0.2);--motors-filter-field-border-color:rgba(1, 1, 1,0.2);--motors-filter-field-border-color-lowalpha:rgba(1, 1, 1,0.1);--motors-filter-field-link-color:#1280DF;--motors-filter-field-link-color-lowalpha:rgba(18, 128, 223,0.5);--motors-filter-field-link-color-highalpha:rgba(18, 128, 223,0.8);--motors-filter-field-link-color-super-lowalpha:rgba(18, 128, 223,0.2)}:root{--e-global-color-motors_accent:var(--motors-accent-color);--e-global-color-motors_bg:var(--motors-bg-color);--e-global-color-motors_bg_shade:var(--motors-bg-shade);--e-global-color-motors_bg_contrast:var(--motors-bg-contrast);--e-global-color-motors_text:var(--motors-text-color);--e-global-color-motors_border:var(--motors-border-color);--e-global-color-motors_lowalpha_text:var(--motors-text-lowalpha-color);--e-global-color-motors_alpha_text:var(--motors-text-alpha-color);--e-global-color-motors_highalpha_text:var(--motors-text-highalpha-color);--e-global-color-motors_contrast_text:var(--motors-contrast-text-color);--e-global-color-motors_contrast_border:var(--motors-border-contrast);--e-global-color-motors_alpha_contrast_text:var(--motors-contrast-text-alpha-color);--e-global-color-motors_inputs_actions:var(--motors-filter-inputs-color);--e-global-color-motors_spec_badge:var(--motors-spec-badge-color);--e-global-color-motors_sold_badge:var(--motors-sold-badge-color);--e-global-color-motors_filter_bg:var(--motors-filter-bg-color);--e-global-color-motors_filter_border:var(--motors-filter-border-color);--e-global-color-motors_filter_text:var(--motors-filter-text-color);--e-global-color-motors_filter_text_secondary:var(--motors-filter-text-color-secondary);--e-global-color-motors_filter_field_bg:var(--motors-filter-field-bg-color);--e-global-color-motors_filter_field_text:var(--motors-filter-field-text-color);--e-global-color-motors_filter_field_link:var(--motors-filter-field-link-color)}/* info: https://www.lucaprofumo.com/wp-content/plugins/motors-car-dealership-classified-listings/assets/css/mvl-tooltip.css */
.mvl-tooltip {
    display: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7411764706);
    padding: 10px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    width: 250px;
    max-width: 250px;
    z-index: 9999;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    pointer-events: none;
    transform: translateX(-50%);
    left: 50%;
}

.mvl-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.7411764706) transparent transparent transparent;
    width: 0;
    height: 0;
}

.mvl-tooltip[data-position=bottom] {
    top: 100%;
    bottom: auto;
}

.mvl-tooltip[data-position=bottom]::after {
    top: auto;
    bottom: 100%;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent rgba(0, 0, 0, 0.7411764706) transparent;
}

.mvl-tooltip[data-position=left] {
    right: 100%;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
}

.mvl-tooltip[data-position=left]::after {
    top: 50%;
    left: 100%;
    right: auto;
    transform: translateY(-50%);
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.7411764706);
}

.mvl-tooltip[data-position=right] {
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.mvl-tooltip[data-position=right]::after {
    top: 50%;
    left: auto;
    right: 100%;
    transform: translateY(-50%);
    border-width: 6px 6px 6px 0;
    border-color: transparent rgba(0, 0, 0, 0.7411764706) transparent transparent;
}

.mvl-tooltip-image {
    display: none;
    position: absolute;
    background-color: #fff;
    padding: 8px;
    border-radius: 4px;
    z-index: 9999;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    max-width: 300px;
    pointer-events: none;
    transform: translateX(-50%);
    left: 50%;
}

.mvl-tooltip-image img {
    max-width: 100%;
    height: auto;
    border-radius: 2px;
    display: block;
}

.mvl-tooltip-image::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    width: 0;
    height: 0;
}

.mvl-tooltip-image[data-position=bottom] {
    top: 100%;
    bottom: auto;
}

.mvl-tooltip-image[data-position=bottom]::after {
    top: auto;
    bottom: 100%;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #fff transparent;
}

.mvl-tooltip-image[data-position=left] {
    right: 100%;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
}

.mvl-tooltip-image[data-position=left]::after {
    top: 50%;
    left: 100%;
    right: auto;
    transform: translateY(-50%);
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #fff;
}

.mvl-tooltip-image[data-position=right] {
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.mvl-tooltip-image[data-position=right]::after {
    top: 50%;
    left: auto;
    right: 100%;
    transform: translateY(-50%);
    border-width: 6px 6px 6px 0;
    border-color: transparent #fff transparent transparent;
}/* info: https://www.lucaprofumo.com/wp-content/plugins/motors-wpbakery-widgets/assets/css/vc_templates_color_scheme.css */
.stm-orange {
    color: #ffb129;
}

/* =======  INFO BLOCK ANIMATE  ===========  */
.info-wrap span .stm_flipbox .stm_flipbox__front .inner .inner-flex .ib-title,
.info-wrap span .stm_flipbox .stm_flipbox__back .inner .inner-flex .ib-title {
    color: #ffffff;
}

.info-wrap span .stm_flipbox .stm_flipbox__front .inner .inner-flex .ib-desc,
.info-wrap span .stm_flipbox .stm_flipbox__back .inner .inner-flex .ib-desc {
    color: #ffffff;
}

.info-wrap span .stm_flipbox .stm_flipbox__front {
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.info-wrap span .stm_flipbox .stm_flipbox__back {
    background: rgba(34, 158, 255, 0.9);
}

.info-wrap span .stm_flipbox .stm_flipbox__back .inner .inner-flex .ib-title {
    color: #ffffff;
}

.info-wrap span .stm_flipbox .stm_flipbox__back .inner .inner-flex .ib-desc {
    color: #ffffff;
}

/* =======  INFO BLOCK ANIMATE  ===========  */
/* ======= Listing Two Search ===========*/
.stm_dynamic_listing_two_filter .stm_dynamic_listing_filter_nav li {
    background: #11323e;
    border-right: 1px solid #133340;
}

.stm_dynamic_listing_two_filter .stm_dynamic_listing_filter_nav li a {
    color: #ffffff;
}

.stm_dynamic_listing_two_filter .stm_dynamic_listing_filter_nav li.active {
    background-color: #153e4d;
    border-right-color: #153e4d;
}

.stm_dynamic_listing_two_filter .tab-content {
    background-color: #153e4d;
}

.stm_dynamic_listing_two_filter .tab-content .tab-pane .vmc-photos-list ul li {
    background: #ffffff;
}

/* ======= Listing Two Search ===========*/
/* ======= Image Filter Body type ======= */
.stm-image-filter-wrap {
    border-top: 4px solid #153e4d;
}

.stm-image-filter-wrap .stm-img-filter-container .owl-controls .owl-nav .owl-prev:hover, .stm-image-filter-wrap .stm-img-filter-container .owl-controls .owl-nav .owl-next:hover {
    background: #1bc744;
}

.stm-image-filter-wrap .stm-img-filter-container .owl-controls .owl-nav .owl-prev {
    background: #dddddd;
}

.stm-image-filter-wrap .stm-img-filter-container .owl-controls .owl-nav .owl-next {
    background: #dddddd;
}

/* ======= Image Filter Body type ======= */
/* ======= Popular Searches ======= */
.stm-popular-searches .stm-ps-list-wrap {
    border: 2px solid #d8e5e6;
}

.stm-popular-searches .stm-ps-list-wrap .stm-ps-item a {
    border: 1px solid #d8e5e6;
    color: #798494;
    background-color: #ffffff;
}

.stm-popular-searches .stm-ps-list-wrap .stm-ps-item a:hover {
    color: #ffffff;
    background-color: #4c94fa;
}

.stm-popular-searches .stm-ps-list-wrap .stm-ps-item a:hover i {
    color: #ffffff;
}

.stm-popular-searches .stm-ps-list-wrap .stm-ps-item a i {
    color: #4c94fa;
}

/* ======= Popular Searches ======= */
/* ======= Inventory With Filter =======*/
.stm_inventory_with_filter-wrap .col-md-3 .stm-accordion-single-unit > a.title {
    border-color: #ff9420;
}

.stm_inventory_with_filter-wrap .col-md-3 .stm-accordion-single-unit > a.title.collapsed {
    border-color: #4c94fa;
}

.stm_inventory_with_filter-wrap .col-md-3 .stm-accordion-inner .stm-option-label:before {
    color: #bfc2c8;
}

.stm_inventory_with_filter-wrap .col-md-3 .stm-accordion-inner .stm-option-label.checked:before {
    color: #ff9420;
}

.stm_inventory_with_filter-wrap .col-md-3 .stm-accordion-inner .stm-option-label span .count {
    color: #bfc2c8;
}

.stm_inventory_with_filter-wrap .col-md-9 .stm-action-wrap .stm-car-listing-sort-units .stm-view-by .view-type i:before {
    color: #ff9420;
}

.stm_inventory_with_filter-wrap .col-md-9 .stm-action-wrap .stm-car-listing-sort-units .stm-view-by .view-type.active {
    background: #ff9420;
}

.stm_inventory_with_filter-wrap .col-md-9 .stm-action-wrap .stm-car-listing-sort-units .stm-view-by .view-type.active i:before {
    color: #ffffff;
}

.stm_inventory_with_filter-wrap .col-md-9 .stm-inventory-load-more-btn {
    color: #ffffff;
    background: #ff9420;
    box-shadow: 0 2px 0 #cc761a;
}

.stm_inventory_with_filter-wrap .col-md-9 .stm-inventory-load-more-btn:hover {
    background: #cc761a;
}

/* ======= Inventory With Filter =======*/
/* ======= Special Offers =======*/
.special-offers.style_2 .price {
    background: #ff9420;
}

.special-offers.style_2 .price:before {
    background: #ff9420;
}

.special-offers.style_2 .car-subtitle {
    color: #2c313e;
}

.special-offers.style_2 .car-title {
    color: #2c313e;
}

.special-offers.style_2 .owl-dots .owl-dot.active span {
    background: #ff9420;
}

.special-offers.style_2 .owl-dots button {
    background-color: transparent !important;
    box-shadow: none !important;
}

/* ======= Special Offers =======*/
/* ======= Category Info Box =======*/
.stm-cat-info-box {
    border-top: 3px solid #4c94fa;
}

.stm-cat-info-box i {
    color: #4c94fa;
}

/* ======= Category Info Box =======*/
/* ======= Data table =======*/
.stm-data-table .stm-data-table-wrap .data-row-wrap {
    border-bottom: 1px dashed #d8e5e6;
    color: #2c313e;
}

/* ======= Data Table =======*/
/* ======= Listing Categories Grid Wrap =======*/
.stm-listing-cetegories-grid-wrap .stm-lcg-items-wrap .stm-lcg-item a {
    color: #142e5d;
}

/* ======= Listing Categories Grid Wrap =======*/
/* ======= STM Icon Filter =======*/
/* ======= STM Icon Filter =======*//* info: https://www.lucaprofumo.com/wp-content/plugins/revslider/public/css/sr7.css */
/*!
              - C S S -
        VERSION 1.0.0 - DATE: 2023-01-06
	@author: Krisztian Horvath ThemePunch OHG.
        - Slider Revolution 7.0 -

        GET LICENSE AT:
https://www.themepunch.com/links/slider_revolution_wordpress_regular_license

LICENSE:
Copyright (c) 2023, ThemePunch. All rights reserved.
This work is subject to the terms at https://www.themepunch.com/links/slider_revolution_wordpress_regular_license (Regular / Extended)
*/.rs-p-wp-fix{display:none!important;margin:0!important;height:0!important}body{--sr-7-css-loaded:1}.wp-block-themepunch-revslider{position:relative}.wp-block-themepunch-revslider.revslider{margin:0}canvas.sr7-pbar{z-index:500;position:absolute;pointer-events:none}sr7-module{display:block;position:relative;overflow-x:visible;-webkit-tap-highlight-color:transparent}sr7-module.sr-keepflow-force{display:inline-block}sr7-adjuster{position:relative;display:block;width:100%}sr7-content{position:absolute;top:0;height:100%;contain:size layout style;z-index:1;overflow-x:visible}sr7-carousel{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1}sr7-slide{position:absolute;width:100%;height:100%;contain:strict;top:0;left:0;z-index:1;visibility:hidden;pointer-events:none}.sr7-overflow-force sr7-slide,sr7-carousel sr7-slide{contain:layout style}sr7-module-bg{top:0;z-index:0;position:absolute}.sr--force--untouchable,.sr--force--untouchable *{pointer-events:none!important}sr7-3dwrap{pointer-events:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}sr7-overlay{display:block;width:100%;height:100%;top:0;left:0;position:absolute;z-index:3;background-repeat:repeat}sr7-glass{display:block;position:absolute;inset:0;top:0;left:0;width:100%;height:100%;z-index:-1;pointer-events:none;border-radius:inherit;background-repeat:no-repeat;box-sizing:border-box}sr7-btn,sr7-col,sr7-content .sr7-layer,sr7-grp,sr7-img,sr7-layer,sr7-linebrk,sr7-row,sr7-shp,sr7-svg,sr7-txt,sr7-zone{user-select:none;visibility:hidden;display:none;box-sizing:border-box;backface-visibility:hidden}sr7-lb-after{display:block!important;width:100%;height:0;position:relative}sr7-col-bg.sr7-img-col-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;pointer-events:none}.sr7-layer[data-subtype=slidebg],sr7bg{pointer-events:none}a.sr7-layer[data-subtype=slidebg]{pointer-events:auto!important}sr7-content .sr7-layer.sr7-withclip,sr7-content .sr7-layer.sr7-withclip .sr7-layer{backface-visibility:visible}.sr--force--overflow--hidden{overflow:hidden!important}.sr7-layernav-hide{visibility:hidden!important;pointer-events:none!important;position:absolute!important}sr7-grp.sr7-clear:after{content:"";clear:both;display:block;height:0}sr7-zone{pointer-events:none}sr7-row.sr7-layer.sr7-galign{box-sizing:border-box}.sr7-layer[data-type=svg]>svg,sr7-layer[data-type=svg]>svg{width:100%;height:100%}sr7-row-con{table-layout:fixed;font-size:0;display:table}sr7-module .sr7-layer,sr7-module sr7-layer{-webkit-font-smoothing:antialiased!important;-webkit-tap-highlight-color:transparent;-moz-osx-font-smoothing:grayscale;font-display:swap}sr7-slide.sr7-staticslide-low{z-index:0!important}sr7-slide.sr7-staticslide-high{z-index:105!important}@-moz-document url-prefix(){sr7-slide.sr7-staticslide{transform:scale(1)}}sr7-slide a{transition:none}sr7-module.sr7-top-fixed{width:100%;height:auto!important;backface-visibility:hidden}sr7-module.sr7-top-fixed sr7-adjuster{height:auto!important}sr7-module.sr7-top-fixed sr7-content,sr7-module.sr7-top-fixed sr7-content .sr7-layer:not(.sr7-ignore-pe) *{pointer-events:none}sr7-module.sr7-bottom-sticky{width:100%;backface-visibility:hidden}sr7-sticky-spacer{display:block;width:100%;pointer-events:none}sr7-prl{top:50%;left:50%;z-index:10000;position:absolute}sr7-prl.off{display:none!important}sr7-prl.sr7-fade-in{animation:tp-fade-in 1s linear}.sr-force-hidden{display:none!important}.sr-force-nointeraction,.sr-force-nointeraction *{pointer-events:none!important}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@keyframes tp-fade-in{0%{opacity:0}20%{opacity:0}100%{opacity:100}}@keyframes tp-rotate{100%{transform:rotate(360deg)}}sr7-fonttest{width:auto;display:inline-block;white-space:nowrap;font-size:12px;color:#000}sr7-fonttest-wrap{position:absolute;contain:strict;top:-1500px;left:-1500px;width:1500px;height:1000px;pointer-events:none;opacity:0}.fn-wrap{display:flex;position:fixed;width:100px;height:50px;z-index:100;background-color:rgba(66,66,66,.2);justify-content:space-around;align-items:center;bottom:0;left:50%;transform:translateX(-50%)}.fn-left,.fn-right{display:flex;width:40px;height:40px;justify-content:center;align-items:center;background-color:gray;color:#fff;font-weight:700;font-size:20px;cursor:pointer}.sr7-layer .materical-icons,sr7-module .material-icons,sr7-txt .material-icons{font-size:inherit;vertical-align:top;line-height:inherit}#sr-announcer{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}/* info: https://www.lucaprofumo.com/wp-content/themes/motors/assets/css/dist/theme-icons.css */
@font-face {
    font-family: "stm-aircrafts-icon";
    src: url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/css/dist/../../fonts/aircrafts-icon-font/stm-aircrafts-icon.eot#1788872945);
    src: url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/css/dist/../../fonts/aircrafts-icon-font/stm-aircrafts-icon.eot#1788872945) format("embedded-opentype"), url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/css/dist/../../fonts/aircrafts-icon-font/stm-aircrafts-icon.ttf#1788872945) format("truetype"), url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/css/dist/../../fonts/aircrafts-icon-font/stm-aircrafts-icon.woff#1788872945) format("woff"), url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/css/dist/../../fonts/aircrafts-icon-font/stm-aircrafts-icon.svg?l6elzm#stm-aircrafts-icon) format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "stm-ap-icon";
  src: url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/css/dist/../../fonts/auto-parts-font/stm-ap-icon.eot#1788872945);
  src: url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/css/dist/../../fonts/auto-parts-font/stm-ap-icon.eot#1788872945) format("embedded-opentype"), url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/css/dist/../../fonts/auto-parts-font/stm-ap-icon.ttf#1788872945) format("truetype"), url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/css/dist/../../fonts/auto-parts-font/stm-ap-icon.woff#1788872945) format("woff"), url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/css/dist/../../fonts/auto-parts-font/stm-ap-icon.svg?ns7xbk#stm-ap-icon) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: "boaticons";
  src: url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/css/dist/../../fonts/boat-icons/boaticons.eot#1788872945);
  src: url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/css/dist/../../fonts/boat-icons/boaticons.eot#1788872945) format("embedded-opentype"), url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/css/dist/../../fonts/boat-icons/boaticons.ttf#1788872945) format("truetype"), url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/css/dist/../../fonts/boat-icons/boaticons.woff#1788872945) format("woff"), url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/css/dist/../../fonts/boat-icons/boaticons.svg?d0cx1x#boaticons) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: "stm-icon";
  src: url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/css/dist/../../fonts/default-icon-font/stm-icon.eot#1788872945);
  src: url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/css/dist/../../fonts/default-icon-font/stm-icon.eot#1788872945) format("embedded-opentype"), url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/css/dist/../../fonts/default-icon-font/stm-icon.ttf#1788872945) format("truetype"), url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/css/dist/../../fonts/default-icon-font/stm-icon.woff#1788872945) format("woff"), url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/css/dist/../../fonts/default-icon-font/stm-icon.svg?2bstzn#stm-icon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
    font-family: "listing-two";
  src: url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/css/dist/../../fonts/listing-two/listing_two_font.eot#1788872945);
  src: url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/css/dist/../../fonts/listing-two/listing_two_font.eot#1788872945) format("embedded-opentype"), url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/css/dist/../../fonts/listing-two/listing_two_font.ttf#1788872945) format("truetype"), url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/css/dist/../../fonts/listing-two/listing_two_font.woff#1788872945) format("woff"), url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/css/dist/../../fonts/listing-two/listing_two_font.svg?1l3bp0#motorcycles) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: "magazine-icon";
  src: url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/css/dist/../../fonts/magazine/magazine-icon.eot#1788872945);
  src: url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/css/dist/../../fonts/magazine/magazine-icon.eot#1788872945) format("embedded-opentype"), url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/css/dist/../../fonts/magazine/magazine-icon.ttf#1788872945) format("truetype"), url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/css/dist/../../fonts/magazine/magazine-icon.woff#1788872945) format("woff"), url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/css/dist/../../fonts/magazine/magazine-icon.svg?tpln9j#stm-icon) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: "motorcycles";
  src: url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/css/dist/../../fonts/motorcycles/motorcycles.eot#1788872945);
  src: url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/css/dist/../../fonts/motorcycles/motorcycles.eot#1788872945) format("embedded-opentype"), url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/css/dist/../../fonts/motorcycles/motorcycles.ttf#1788872945) format("truetype"), url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/css/dist/../../fonts/motorcycles/motorcycles.woff#1788872945) format("woff"), url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/css/dist/../../fonts/motorcycles/motorcycles.svg?jzx0gc#motorcycles) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: "stm-rental";
  src: url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/css/dist/../../fonts/rental/stm-rental.eot#1788872945);
  src: url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/css/dist/../../fonts/rental/stm-rental.eot#1788872945) format("embedded-opentype"), url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/css/dist/../../fonts/rental/stm-rental.ttf#1788872945) format("truetype"), url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/css/dist/../../fonts/rental/stm-rental.woff#1788872945) format("woff"), url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/css/dist/../../fonts/rental/stm-rental.svg?n3cuvzq#stm-rental) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: "stm-service-default";
  src: url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/css/dist/../../fonts/service-fonts/stm-service-default.eot#1788872945);
  src: url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/css/dist/../../fonts/service-fonts/stm-service-default.eot#1788872945) format("embedded-opentype"), url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/css/dist/../../fonts/service-fonts/stm-service-default.ttf#1788872945) format("truetype"), url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/css/dist/../../fonts/service-fonts/stm-service-default.woff#1788872945) format("woff"), url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/css/dist/../../fonts/service-fonts/stm-service-default.svg?ok2lqi#stm-service-default) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^=ac-icon-], [class*=" ac-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "stm-aircrafts-icon" !important;
}

[class^=icon-ap-], [class*=" icon-ap-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "stm-ap-icon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^=stm-boats-icon-], [class*=" stm-boats-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "boaticons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^=stm-icon-], [class*=" stm-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "stm-icon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^=stm-lt-icon-], [class*=" stm-lt-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "listing-two" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^=mg-icon-], [class*=" mg-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "magazine-icon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^=stm-moto-icon-], [class*=" stm-moto-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "motorcycles" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^=stm-rental-], [class*=" stm-rental-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "stm-rental" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^=stm-service-icon-], [class*=" stm-service-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "stm-service-default" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ac-icon-ac-paper-pen:before {
    content: "\e904";
}

.ac-icon-arrow-left:before {
    content: "\e902";
}

.ac-icon-arrow-right:before {
    content: "\e903";
}

.ac-icon-ac-brochure:before {
    content: "\e900";
}

.ac-icon-ac-compare:before {
    content: "\e901";
}

.ac-icon-ac-message:before {
    content: "\e905";
}

.ac-icon-ac-offer-price:before {
    content: "\e906";
}

.ac-icon-ac-phone:before {
    content: "\e907";
}

.ac-icon-ac-share:before {
    content: "\e908";
}

.ac-icon-ac-trade-in:before {
    content: "\e909";
}

/*ICONS AUTOPARTS*/
.icon-ap-like-act:before {
    content: "\e910";
}

.icon-ap-arrow-right:before {
    content: "\e90f";
}

.icon-ap-star-empty:before {
    content: "\e90e";
}

.icon-ap-car:before {
    content: "\e90d";
}

.icon-ap-arrow:before {
    content: "\e90c";
}

.icon-ap-note:before {
    content: "\e90b";
}

.icon-ap-login:before {
    content: "\e90a";
}

.icon-ap-add-to-cart:before {
    content: "\e900";
}

.icon-ap-cart:before {
    content: "\e901";
}

.icon-ap-compare:before {
    content: "\e902";
}

.icon-ap-fire:before {
    content: "\e903";
}

.icon-ap-latter:before {
    content: "\e904";
}

.icon-ap-like:before {
    content: "\e905";
}

.icon-ap-phone:before {
    content: "\e906";
}

.icon-ap-quote:before {
    content: "\e907";
}

.icon-ap-star:before {
    content: "\e908";
}

.icon-ap-time:before {
    content: "\e909";
}

/*BOATS*/
.stm-boats-icon-depth-sounder-installation:before {
    content: "\e933";
}

.stm-boats-icon-engine-repairs:before {
    content: "\e934";
}

.stm-boats-icon-fuel-changes:before {
    content: "\e935";
}

.stm-boats-icon-marine-engine-service:before {
    content: "\e936";
}

.stm-boats-icon-narrow-boat-painting:before {
    content: "\e937";
}

.stm-boats-icon-accident:before {
    content: "\e930";
}

.stm-boats-icon-exterior:before {
    content: "\e931";
}

.stm-boats-icon-interior:before {
    content: "\e932";
}

.stm-boats-icon-calculator-boat:before {
    content: "\e92f";
}

.stm-boats-icon-quote_2:before {
    content: "\e92e";
}

.stm-boats-icon-check:before {
    content: "\e92d";
}

.stm-boats-icon-calendar:before {
    content: "\e925";
}

.stm-boats-icon-dimensions:before {
    content: "\e926";
}

.stm-boats-icon-fan:before {
    content: "\e927";
}

.stm-boats-icon-message:before {
    content: "\e928";
}

.stm-boats-icon-performance:before {
    content: "\e929";
}

.stm-boats-icon-phone:before {
    content: "\e92a";
}

.stm-boats-icon-skype:before {
    content: "\e92b";
}

.stm-boats-icon-tank:before {
    content: "\e92c";
}

.stm-boats-icon-pin:before {
    content: "\e924";
}

.stm-boats-icon-add-to-compare:before {
    content: "\e920";
}

.stm-boats-icon-camera:before {
    content: "\e921";
}

.stm-boats-icon-remove-from-compare:before {
    content: "\e922";
}

.stm-boats-icon-movie:before {
    content: "\e923";
}

.stm-boats-icon-arrow-left:before {
    content: "\e91e";
}

.stm-boats-icon-arrow-right:before {
    content: "\e91f";
}

.stm-boats-icon-cart:before {
    content: "\e91d";
}

.stm-boats-icon-quote:before {
    content: "\e91c";
}

.stm-boats-icon-wave:before {
    content: "\e90f";
}

.stm-boats-icon-jet-sky .path1:before {
    content: "\e910";
    color: rgb(45, 163, 198);
}

.stm-boats-icon-jet-sky .path2:before {
    content: "\e911";
    margin-left: -3em;
    color: rgb(34, 45, 100);
}

.stm-boats-icon-canoe .path1:before {
    content: "\e912";
    color: rgb(45, 163, 198);
}

.stm-boats-icon-canoe .path2:before {
    content: "\e913";
    margin-left: -2.7099609375em;
    color: rgb(34, 45, 100);
}

.stm-boats-icon-dinghy .path1:before {
    content: "\e914";
    color: rgb(45, 163, 198);
}

.stm-boats-icon-dinghy .path2:before {
    content: "\e915";
    margin-left: -3.111328125em;
    color: rgb(34, 45, 100);
}

.stm-boats-icon-yacht .path1:before {
    content: "\e916";
    color: rgb(45, 163, 198);
}

.stm-boats-icon-yacht .path2:before {
    content: "\e917";
    margin-left: -2.7099609375em;
    color: rgb(34, 45, 100);
}

.stm-boats-icon-sailboat .path1:before {
    content: "\e918";
    color: rgb(45, 163, 198);
}

.stm-boats-icon-sailboat .path2:before {
    content: "\e919";
    margin-left: -1.3330078125em;
    color: rgb(34, 45, 100);
}

.stm-boats-icon-boat .path1:before {
    content: "\e91a";
    color: rgb(34, 45, 100);
}

.stm-boats-icon-boat .path2:before {
    content: "\e91b";
    margin-left: -2.3330078125em;
    color: rgb(45, 163, 198);
}

.stm-boats-icon-financing:before {
    content: "\e900";
}

.stm-boats-icon-s_ship:before {
    content: "\e901";
}

.stm-boats-icon-binoculars:before {
    content: "\e902";
}

.stm-boats-icon-helm:before {
    content: "\e903";
}

.stm-boats-icon-shellfish:before {
    content: "\e904";
}

.stm-boats-icon-crew:before {
    content: "\e905";
}

.stm-boats-icon-shackle:before {
    content: "\e906";
}

.stm-boats-icon-compass:before {
    content: "\e907";
}

.stm-boats-icon-anchor:before {
    content: "\e908";
}

.stm-boats-icon-hat:before {
    content: "\e909";
}

.stm-boats-icon-sail:before {
    content: "\e90a";
}

.stm-boats-icon-fuel:before {
    content: "\e90b";
}

.stm-boats-icon-size:before {
    content: "\e90c";
}

.stm-boats-icon-compare-boats:before {
    content: "\e90d";
}

.stm-boats-icon-cap-hat:before {
    content: "\e90e";
}

/*ICONS DEFAULT*/
.stm-icon-phone-o:before {
    content: "\e954";
}

.stm-icon-whatsapp:before {
    content: "\e953";
    color: #45c655;
}

.stm-icon-album:before {
    content: "\e952";
}

.stm-icon-steering-wheel-thin:before {
    content: "\e950";
}

.stm-icon-pin-o:before {
    content: "\e951";
}

.stm-icon-hexagon-fill:before {
    content: "\e94f";
}

.stm-icon-battery:before {
    content: "\e938";
}

.stm-icon-brochures:before {
    content: "\e939";
}

.stm-icon-charge-bolt:before {
    content: "\e93a";
}

.stm-icon-checked:before {
    content: "\e93b";
}

.stm-icon-twisted-plug:before {
    content: "\e93c";
}

.stm-icon-light-envelope:before {
    content: "\e93d";
}

.stm-icon-location-flag:before {
    content: "\e93e";
}

.stm-icon-speedometr-advance:before {
    content: "\e93f";
}

.stm-icon-no-oil-sign:before {
    content: "\e940";
}

.stm-icon-charging-cost:before {
    content: "\e941";
}

.stm-icon-hexagon-right:before {
    content: "\e942";
}

.stm-icon-hexagon-left:before {
    content: "\e943";
}

.stm-icon-light-circle-check:before {
    content: "\e944";
}

.stm-icon-light-zoom-in:before {
    content: "\e945";
}

.stm-icon-close-times:before {
    content: "\e946";
}

.stm-icon-leaf:before {
    content: "\e947";
}

.stm-icon-percentage:before {
    content: "\e948";
}

.stm-icon-share-social:before {
    content: "\e949";
}

.stm-icon-shopping-cart-1:before {
    content: "\e94a";
}

.stm-icon-speedometer-circular-tool:before {
    content: "\e94b";
}

.stm-icon-telephone:before {
    content: "\e94c";
}

.stm-icon-electric-engine:before {
    content: "\e94d";
}

.stm-icon-car-spin:before {
    content: "\e94e";
}

.stm-icon-speedometr2:before {
    content: "\e800";
}

.stm-icon-shop_bag:before {
    content: "\e801";
}

.stm-icon-chat2:before {
    content: "\e802";
}

.stm-icon-car:before {
    content: "\e803";
}

.stm-icon-car_search:before {
    content: "\e804";
}

.stm-icon-label:before {
    content: "\e805";
}

.stm-icon-speedometr:before {
    content: "\e806";
}

.stm-icon-chat:before {
    content: "\e807";
}

.stm-icon-application:before {
    content: "\e808";
}

.stm-icon-message:before {
    content: "\e809";
}

.stm-icon-car_sale:before {
    content: "\e80a";
}

.stm-icon-phone:before {
    content: "\e80b";
}

.stm-icon-label-reverse:before {
    content: "\e80c";
}

.stm-icon-transmission:before {
    content: "\e80d";
}

.stm-icon-fuel:before {
    content: "\e80e";
}

.stm-icon-road:before {
    content: "\e80f";
}

.stm-icon-search:before {
    content: "\e810";
}

.stm-icon-search-items:before {
    content: "\e955";
}

.stm-icon-location-pin:before {
    content: "\e956";
}

.stm-icon-search-list:before {
    content: "\e957";
}

.stm-icon-reset:before {
    content: "\e811";
}

.stm-icon-phone2:before {
    content: "\e812";
}

.stm-icon-question:before {
    content: "\e813";
}

.stm-icon-steering_wheel:before {
    content: "\e814";
}

.stm-icon-gear:before {
    content: "\e901";
}

.stm-icon-key:before {
    content: "\e908";
}

.stm-icon-calendar:before {
    content: "\e90b";
}

.stm-icon-oil:before {
    content: "\e90c";
}

.stm-icon-diagnostic:before {
    content: "\e90d";
}

.stm-icon-Tire_Wheel_Service2:before {
    content: "\e90e";
}

.stm-icon-Tire_Wheel_Service:before {
    content: "\e90f";
}

.stm-icon-auto_loan:before {
    content: "\e910";
}

.stm-icon-engine:before {
    content: "\e911";
}

.stm-icon-speedometr3:before {
    content: "\e912";
}

.stm-icon-transmission2:before {
    content: "\e913";
}

.stm-icon-mail:before {
    content: "\e914";
}

.stm-icon-pin:before {
    content: "\e915";
}

.stm-icon-delete:before {
    content: "\e916";
}

.stm-icon-share:before {
    content: "\e917";
}

.stm-icon-calculator:before {
    content: "\e918";
}

.stm-icon-added:before {
    content: "\e919";
}

.stm-icon-brochure:before {
    content: "\e91a";
}

.stm-icon-add:before {
    content: "\e91b";
}

.stm-icon-remove:before {
    content: "\e91c";
}

.stm-icon-add_car:before {
    content: "\e91d";
}

.stm-icon-air_conditioning:before {
    content: "\e91e";
}

.stm-icon-auto_electric:before {
    content: "\e91f";
}

.stm-icon-brake:before {
    content: "\e920";
}

.stm-icon-oil-add:before {
    content: "\e921";
}

.stm-icon-Tire_Wheel:before {
    content: "\e922";
}

.stm-icon-load2:before {
    content: "\e923";
}

.stm-icon-load1:before {
    content: "\e924";
}

.stm-icon-transmission_fill:before {
    content: "\e925";
}

.stm-icon-drive_2:before {
    content: "\e926";
}

.stm-icon-engine_fill:before {
    content: "\e927";
}

.stm-icon-grid:before {
    content: "\e928";
}

.stm-icon-list:before {
    content: "\e929";
}

.stm-icon-author:before {
    content: "\e92a";
}

.stm-icon-date:before {
    content: "\e92b";
}

.stm-icon-quotes3:before {
    content: "\e92c";
}

.stm-icon-time:before {
    content: "\e92d";
}

.stm-icon-buoy-2:before {
    content: "\e92e";
}

.stm-icon-buoy:before {
    content: "\e92f";
}

.stm-icon-car-relic:before {
    content: "\e930";
}

.stm-icon-star:before {
    content: "\e931";
}

.stm-icon-barrette:before {
    content: "\e932";
}

.stm-icon-ico_mag_reviews:before {
    content: "\e933";
}

.stm-icon-ico_mag_calendar:before {
    content: "\e934";
}

.stm-icon-ico_mag_clock:before {
    content: "\e935";
}

.stm-icon-ico_mag_eye:before {
    content: "\e936";
}

.stm-icon-ico_mag_map_pin:before {
    content: "\e937";
}

.stm-icon-ac-brochure:before {
    content: "\e900";
}

.stm-icon-ac-max-passenger:before {
    content: "\e902";
}

.stm-icon-ac-max-range:before {
    content: "\e903";
}

.stm-icon-ac-max-speed:before {
    content: "\e904";
}

.stm-icon-ac-message:before {
    content: "\e905";
}

.stm-icon-ac-offer-price:before {
    content: "\e906";
}

.stm-icon-ac-phone:before {
    content: "\e907";
}

.stm-icon-ac-trade-in:before {
    content: "\e909";
}

.stm-icon-ac-useful-load:before {
    content: "\e90a";
}

/*ICONS LISTINGS TWO*/
.stm-lt-icon-add_car:before {
    content: "\e900";
}

/*ICONS MAGAZINE*/
.mg-icon-standart:before {
    content: "\e900";
}

.mg-icon-video:before {
    content: "\e901";
}

/*ICONS MOTORCYCLES*/
.stm-moto-icon-motorcycle:before {
    content: "\e909";
}

.stm-moto-icon-angle-round:before {
    content: "\e907";
}

.stm-moto-icon-phone-round:before {
    content: "\e908";
}

.stm-moto-icon-cash:before {
    content: "\e900";
}

.stm-moto-icon-chat:before {
    content: "\e901";
}

.stm-moto-icon-helm:before {
    content: "\e902";
}

.stm-moto-icon-phone-chat:before {
    content: "\e903";
}

.stm-moto-icon-report:before {
    content: "\e904";
}

.stm-moto-icon-share:before {
    content: "\e905";
}

.stm-moto-icon-trade:before {
    content: "\e906";
}

/*ICONS RENTAL*/
.stm-rental-ac:before {
    content: "\e909";
}

.stm-rental-door:before {
    content: "\e90a";
}

.stm-rental-baloon_tail:before {
    content: "\e908";
}

.stm-rental-bag:before {
    content: "\e900";
}

.stm-rental-chair_rent:before {
    content: "\e901";
}

.stm-rental-gps_rent:before {
    content: "\e902";
}

.stm-rental-medal_rent:before {
    content: "\e903";
}

.stm-rental-phone_circle:before {
    content: "\e904";
}

.stm-rental-seats:before {
    content: "\e905";
}

.stm-rental-support_rent:before {
    content: "\e906";
}

.stm-rental-thumbs_rent:before {
    content: "\e907";
}

.stm-rental-redo:before {
    content: "\e90b";
}

.stm-rental-ico-close:before {
    content: "\e90c";
}

/*ICONS SERVICE*/
/* unset color on admin color picker modal */
.stm_theme_font .form-table .stm-listings-pick-icon i:before {
    color: unset !important;
}

.stm-service-icon-payment_listing:before {
    content: "\e91f";
}

.stm-service-icon-shield-o:before {
    content: "\e923";
}

.stm-service-icon-reviews:before {
    content: "\e924";
}

.stm-service-icon-two_users:before {
    content: "\e925";
}

.stm-service-icon-car-listing:before {
    content: "\e926";
}

.stm-service-icon-pin_big:before {
    content: "\e922";
}

.stm-service-icon-write-review:before {
    content: "\e91e";
}

.stm-service-icon-sales_phone:before {
    content: "\e920";
    color: inherit;
}

.stm-service-icon-sales_hours:before {
    content: "\e921";
    color: inherit;
}

.stm-service-icon-photos:before {
    content: "\e91c";
    color: rgba(0, 0, 0, 0.2);
}

.stm-service-icon-add_check:before {
    content: "\e91d";
}

.stm-service-icon-star-o:before {
    content: "\e91a";
    color: #4e90cc;
}

.stm-service-icon-inventory:before {
    content: "\e91b";
    color: #4e90cc;
}

.stm-service-icon-write_message:before {
    content: "\e919";
    color: #aaa;
}

.stm-service-icon-hashtag:before {
    content: "\e918";
}

.stm-service-icon-mail-o:before {
    content: "\e916";
    color: #aaa;
}

.stm-service-icon-user-2:before {
    content: "\e917";
    color: #aaa;
}

.stm-service-icon-pin_2:before {
    content: "\e914";
    color: inherit;
}

.stm-service-icon-phone_2:before {
    content: "\e915";
    color: inherit;
}

.stm-service-icon-vin_check:before {
    content: "\e911";
}

.stm-service-icon-color_type:before {
    content: "\e912";
}

.stm-service-icon-body_type:before {
    content: "\e913";
}

.stm-service-icon-pin:before {
    content: "\e910";
    color: rgba(255, 255, 255, 0.5);
}

.stm-service-icon-mail:before {
    content: "\e90e";
    color: #888;
}

.stm-service-icon-phone:before {
    content: "\e90f";
    color: inherit;
}

.stm-service-icon-compare-new:before {
    content: "\e90b";
}

.stm-service-icon-staricon:before {
    content: "\e90c";
}

.stm-service-icon-photo:before {
    content: "\e90d";
}

.stm-service-icon-cog:before {
    content: "\e90a";
}

.stm-service-icon-listing-compare:before {
    content: "\e909";
}

.stm-service-icon-user:before {
    content: "\e908";
    color: #5b6771;
}

.stm-service-icon-listing_car_plus:before {
    content: "\e907";
    color: inherit;
}

.stm-service-icon-cash_dollar:before {
    content: "\e900";
    color: inherit;
}

.stm-service-icon-like_it:before {
    content: "\e901";
    color: #2e84cc;
}

.stm-service-icon-shield_check:before {
    content: "\e902";
    color: #cc6119;
}

.stm-service-icon-award_blank:before {
    content: "\e903";
    color: #12b1c4;
}

.stm-service-icon-diagnostic_monitor:before {
    content: "\e904";
    color: #dd276c;
}

.stm-service-icon-calendar_service:before {
    content: "\e905";
    color: #df8821;
}

.stm-service-icon-appointment_calendar:before {
    content: "\e906";
}/* info: https://www.lucaprofumo.com/wp-content/themes/motors/assets/css/bootstrap/main.css */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

a {
    background-color: transparent;
    text-decoration: none;
}

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

textarea {
    overflow: auto
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0px;
    margin-bottom: 10px
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
    font-size: 65%
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 10px
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-size: 75%
}

.h1, h1 {
    font-size: 36px
}

.h2, h2 {
    font-size: 30px
}

.h3, h3 {
    font-size: 24px
}

.h4, h4 {
    font-size: 18px
}

.h5, h5 {
    font-size: 14px
}

.h6, h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " "
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    border-color: transparent
}

.btn-link:focus, .btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: 5px
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 6px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.text-muted {
    color: #888;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}


.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm, textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px
}

select[multiple].form-group-sm .form-control, textarea.form-group-sm .form-control {
    height: auto
}


table {
    border-spacing: 0;
    border-collapse: collapse
}

td, th {
    padding: 0
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd, dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}


figure {
    margin: 0
}

img {
    vertical-align: middle
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td, th {
    padding: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown, .dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    color: #777
}

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.hidden {
    display: none !important
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px)and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px)and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px)and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px)and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px)and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px)and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px)and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px)and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px)and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px)and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

/*Modal CSS*/
.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    min-height: 16.43px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

/*Tooltip CSS*/
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    filter: alpha(opacity=0);
    opacity: 0
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

/*Tabs*/

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav > li {
    position: relative;
    display: block
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav > li.disabled > a {
    color: #777
}

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav > li > a > img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified > li {
    float: none
}

.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills > li {
    float: left
}

.nav-pills > li > a {
    border-radius: 4px
}

.nav-pills > li + li {
    margin-left: 2px
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked > li {
    float: none
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified > li {
    float: none
}

.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}


.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}/* info: https://www.lucaprofumo.com/wp-content/uploads/stm_uploads/skin-custom.css */
.stm-button,input[type=submit],button,.button,.load-more-btn {display: block;text-align: center;padding: 17px 28px 15px;font-size: 14px;line-height: 14px;font-weight: 700;letter-spacing: 0.3px;text-transform: uppercase;color: #fff !important;border-radius: 3px;background-color: #ceac61;text-decoration: none !important;outline: none !important;visibility: visible;border: none;white-space: normal;}.stm-button.button-sm,input[type=submit].button-sm,button.button-sm,.button.button-sm,.load-more-btn.button-sm {padding: 13px 18px 11px;font-size: 12px;line-height: 12px;}.stm-button,input[type=submit],button,.button,.load-more-btn {box-shadow: 0 2px 0 rgba(206,172,97, 0.75);}.stm-button:active,input[type=submit]:active,button:active,.button:active,.load-more-btn:active {position: relative;top: 2px;box-shadow: 0 0 0 rgba(206,172,97, 0.75);}.stm-button.not-visible,input[type=submit].not-visible,button.not-visible,.button.not-visible,.load-more-btn.not-visible {opacity: 0;visibility: hidden;}.stm-button {display: inline-block;}.stm-button.stm-button-icon {position: relative;padding: 16px 25px 15px 45px;font-weight: 700;visibility: inherit;}.stm-button.stm-button-icon i {position: absolute;top: 50%;left: 16px;font-size: 18px;margin-top: -9px;}.stm-button:active {box-shadow: 0 0 0 transparent !important;}.icon-button {position: relative;padding-left: 60px;padding-right: 42px;letter-spacing: -0.2px;font-weight: 700;}.icon-button i {position: absolute;padding-left: 1px;top: 50%;margin-top: 1px;left: 32px;font-size: 17px;transform: translateY(-50%);}.button-fluid {width: 100%;}.stm-request-test-drive {margin-top: 13px;width: 100%;}.contact-us-submit input[type=submit] {display: inline-block;padding-left: 43px;padding-right: 43px;}.contact-us-submit .ajax-loader {vertical-align: middle;}.alignnone {margin: 5px 20px 20px 0;}.aligncenter,div.aligncenter {display: block;margin: 5px auto 5px auto;}.alignright {float: right;margin: 5px 0 20px 20px;}.alignleft {float: left;margin: 5px 20px 10px 0;}a img.alignright {float: right;margin: 5px 0 20px 20px;}a img.alignnone {margin: 5px 20px 20px 0;}a img.alignleft {float: left;margin: 5px 20px 20px 0;}a img.aligncenter {display: block;margin-left: auto;margin-right: auto;}.wp-caption {background: #fff;border: 1px solid #f0f0f0;max-width: 96%;padding: 5px 3px 10px;text-align: center;}.wp-caption.alignnone {margin: 5px 20px 20px 0;}.wp-caption.alignleft {margin: 5px 20px 20px 0;}.wp-caption.alignright {margin: 5px 0 20px 20px;}.wp-caption img {border: 0 none;height: auto;margin: 0;max-width: 98.5%;padding: 0;width: auto;}.wp-caption p.wp-caption-text {font-size: 11px;line-height: 17px;margin: 0;padding: 5px 4px 5px;}.screen-reader-text {clip: rect(1px, 1px, 1px, 1px);position: absolute !important;height: 1px;width: 1px;overflow: hidden;}.screen-reader-text:focus {background-color: #f1f1f1;border-radius: 3px;box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);clip: auto !important;color: #21759b;display: block;font-size: 0.875rem;font-weight: bold;height: auto;left: 5px;line-height: normal;padding: 15px 23px 14px;text-decoration: none;top: 5px;width: auto;z-index: 100000;}.gallery-caption {color: #707070;color: rgba(51, 51, 51, 0.7);display: block;font-family: "Noto Sans", sans-serif;font-size: 1.2rem;line-height: 1.5;padding: 0.5em 0;}.bypostauthor > article .fn:after {-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;display: inline-block;font-family: "Genericons";font-size: 16px;font-style: normal;font-weight: normal;font-variant: normal;line-height: 1;speak: none;text-align: center;text-decoration: inherit;text-transform: none;vertical-align: top;}.wp-caption-text {margin-top: 10px;}.gallery {display: flex;flex-wrap: wrap;margin-bottom: 30px;}.gallery .gallery-item {display: inline-block;padding: 1.79104477%;text-align: center;vertical-align: top;width: 100%;margin: 0;}.gallery-columns-2 .gallery-item {max-width: 50%;}.gallery-columns-3 .gallery-item {max-width: 33.33%;}.gallery-columns-4 .gallery-item {max-width: 25%;}.gallery-columns-5 .gallery-item {max-width: 20%;}.gallery-columns-6 .gallery-item {max-width: 16.66%;}.gallery-columns-7 .gallery-item {max-width: 14.28%;}.gallery-columns-8 .gallery-item {max-width: 12.5%;}.gallery-columns-9 .gallery-item {max-width: 11.11%;}.gallery-icon img {max-width: 100%;height: auto;margin: 0 auto;}.gallery-caption {color: #707070;color: rgba(51, 51, 51, 0.7);display: block;font-size: 12px;line-height: 1.5;padding: 0.5em 0;}.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption {display: none;}.bypostauthor {text-decoration: none;}input[type=text],input[type=number],input[type=tel],input[type=date],input[type=email],input[type=search],input[type=password] {display: block;width: 100%;height: 47px;line-height: 47px;padding: 0 21px;font-weight: 400;color: #888888;border: 2px solid #eceff3;font-size: 14px;outline: none !important;background-color: #eceff3;}input[type=text].form-error,input[type=number].form-error,input[type=tel].form-error,input[type=email].form-error,input[type=search].form-error,input[type=password].form-error {border-color: #ff2325;}input[type=text]:focus,input[type=number]:focus,input[type=tel]:focus,input[type=email]:focus,input[type=search]:focus,input[type=password]:focus {background-color: #fff;border-color: #6c98e1;color: #232628;}.stm-row-comments input[type=text],.stm-row-comments input[type=tel],.stm-row-comments input[type=email],.stm-row-comments input[type=search],.stm-row-comments input[type=password] {height: 44px;line-height: 44px;}.stm-forms-sm {margin-bottom: 11px;}.stm-forms-sm input[type=text],.stm-forms-sm input[type=tel],.stm-forms-sm input[type=date],.stm-forms-sm input[type=email],.stm-forms-sm input[type=search],.stm-forms-sm input[type=password] {height: 37px;line-height: 37px;}.stm-mc-unit input[type=text],.stm-mc-unit input[type=tel],.stm-mc-unit input[type=date],.stm-mc-unit input[type=email],.stm-mc-unit input[type=search],.stm-mc-unit input[type=password] {display: block;width: 100%;height: 38px;line-height: 38px;border: none;padding: 0 17px;font-weight: 400;color: #aaa;font-size: 13px;outline: none !important;background-color: #fff;}textarea {padding: 21px;width: 100%;max-width: 100%;background-color: #eceff3;border: 2px solid #eceff3;color: #888;resize: none;}textarea:focus {background-color: #fff;border-color: #6c98e1;color: #232628;}.form-label {margin-bottom: 2px;text-transform: uppercase;color: #888;font-size: 12px;}.form-label-small {margin-bottom: 3px;color: #888;font-size: 13px;}.form-modal-label {margin-bottom: 3px;font-size: 13px;color: #888;}.form-group {margin-bottom: 19px;}.form-group-textarea {margin-bottom: 16px;}.wpcf7-not-valid {border-color: #ff2325 !important;}.has-error input[type=text],.has-error input[type=tel],.has-error input[type=date],.has-error input[type=email],.has-error input[type=search],.has-error input[type=password] {border-color: #ff2325;}.modal-body input:not([type=submit]) {height: 37px;line-height: 37px;}.modal-body button {display: inline-block;}.stm-button {background: #ceac61;color: #191919;transition: all 0.2s ease;opacity: 1;}.stm-button i {font-size: 10px;margin-right: 5px;}.stm-button:hover {opacity: 0.8;}.form-error {border-color: #ff2325;}.stm-form-alert {margin-top: 6px;font-size: 13px;line-height: 18px;color: #888;}.form-hr {margin: 0 0 29px;background-color: #dddddd;}.comment-form-comment textarea {height: 172px;}input[type=checkbox], input[type=radio] {margin: 0;position: relative;top: -1px;vertical-align: middle;}span.wpcf7-list-item {margin-left: 0 !important;}.wpcf7-list-item-label {color: #888 !important;font-size: 13px;}textarea,input,input[type=radio] {-webkit-appearance: auto;-moz-appearance: auto;-o-appearance: auto;appearance: auto;}.stm-label-type-2 {margin-bottom: 5px;font-weight: 400;}html {overflow-y: scroll;font-size: 100%;}body {font-family: "Open Sans";font-size: 14px;line-height: 22px;color: #555555;}.container {width: auto;max-width: 1140px;}#wrapper {overflow: hidden;}.stm-col-pad-left {padding-left: 25px !important;}.stm-col-pad-right {padding-right: 25px !important;}.modal-open #wrapper,.modal-open #page {-moz-filter: blur(8px);-o-filter: blur(8px);filter: blur(8px);}.row-4 .col-md-3:nth-child(4n+1) {clear: both;}.row-3 .col-md-4:nth-child(3n+1) {clear: both;}.row-2 .col-md-6:nth-child(2n+1) {clear: both;}.post-type-archive-service #wrapper {margin-bottom: 30px;}.wpcf7-response-output {margin: 10px 0 0 !important;padding: 15px !important;border: 2px solid #6c98e1 !important;color: #6c98e1 !important;border-radius: 5px;}.wpcf7-response-output.wpcf7-validation-errors {border-color: #ff2325 !important;color: #ff2325 !important;}.wpcf7-response-output.wpcf7-mail-sent-ok {border-color: #32cd32 !important;color: #32cd32 !important;}.wpcf7-not-valid-tip {display: none !important;}#footer {bottom: 0;left: 0;right: 0;width: 100%;}#footer .panel {margin-bottom: 0;}#footer .panel .panel-footer {border-top: 0;}#footer #footer_top {padding: 15px 0;}#footer #footer_top .widget_title h3 {color: #fff;}.less_4 aside .widget-wrapper {border-bottom: 0 !important;padding-bottom: 0 !important;}.more_8 aside .widget-wrapper {border-bottom: 0 !important;padding-bottom: 30px !important;}.cols_4 aside:nth-child(5) .widget-wrapper,.cols_4 aside:nth-child(6) .widget-wrapper,.cols_4 aside:nth-child(7) .widget-wrapper,.cols_4 aside:nth-child(8) .widget-wrapper {padding-top: 39px;margin-top: 24px;border-top: 1px solid #444444;}.cols_3 aside:nth-child(1) .widget-wrapper,.cols_3 aside:nth-child(2) .widget-wrapper,.cols_3 aside:nth-child(3) .widget-wrapper {padding-bottom: 39px;margin-bottom: 24px;border-bottom: 1px solid #444444;}.cols_1 {margin: 0 -15px;}.cols_1 aside {float: left;padding: 0 15px 0;width: 100%;}.cols_1 aside:nth-child(1n+1) {clear: both;}.cols_2 {margin: 0 -15px;}.cols_2 aside {float: left;padding: 0 15px 0;width: 50%;}.cols_2 aside:nth-child(2n+1) {clear: both;}.cols_3 {margin: 0 -15px;}.cols_3 aside {float: left;padding: 0 15px 0;width: 33.33333%;}.cols_3 aside:nth-child(3n+1) {clear: both;}.cols_4 {margin: 0 -15px;}.cols_4 aside {float: left;padding: 0 15px 0;width: 25%;}.cols_4 aside:nth-child(4n+1) {clear: both;}aside.widget-default ul {list-style: none;margin: 0;padding: 0;}aside.widget-default ul li a {margin-bottom: 26px;font-size: 13px;line-height: 20px;color: #888;}#footer-copyright {padding: 20px 0 19px;}#footer-copyright .footer-copyright {position: relative;}#footer-copyright .footer-copyright:before {position: absolute;content: "";display: block;top: -20px;left: 15px;right: 15px;height: 1px;background-color: #444;}#footer-copyright .copyright-text {font-size: 13px;color: #888;}#footer-copyright .copyright-text a {color: #6c98e1;}#footer-copyright .copyright-text .divider {display: inline-block;vertical-align: middle;position: relative;top: -1px;background-color: #888;margin: 0 10px;height: 13px;width: 1px;}.copyright-socials ul {list-style: none;padding: 0;margin: 0 7px 0 0;}.copyright-socials ul:after {display: table;content: "";clear: both;}.copyright-socials ul li {float: left;margin-left: 37px;}.copyright-socials ul li:first-child {margin-left: 0;}.copyright-socials ul li a {color: #6c98e1;}#footer-copyright,#footer-main {background-color: #232628;}h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .heading-font,.button, .load-more-btn, .vc_tta-panel-title, .page-numbers li > a, .page-numbers li > span,.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a span,.stm_auto_loan_calculator input, .post-content blockquote, .contact-us-label,.wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav > li > a,.stm-shop-sidebar-area .widget.widget_product_categories > ul,#main .stm-shop-sidebar-area .widget .product_list_widget li .product-title,#main .stm-shop-sidebar-area .widget .product_list_widget li a,.woocommerce ul.products li.product .onsale,.woocommerce div.product p.price, .woocommerce div.product span.price,.woocommerce div.product .woocommerce-tabs ul.tabs li a,.woocommerce table.shop_attributes td,.woocommerce table.shop_table td.product-name a,.woocommerce-cart table.cart td.product-price,.woocommerce-cart table.cart td.product-subtotal,.header-listing .listing-menu li a {color: #232628;}h1, .h1 {margin: 0 0 10px;line-height: 1.2;font-size: 50px;font-weight: 700;}h2, .h2 {margin: 0 0 14px;line-height: 1.2;font-size: 36px;font-weight: 700;}h3, .h3 {margin: 0 0 15px;line-height: 1.2;font-size: 26px;font-weight: 700;}h4, .h4 {margin: 0 0 11px;line-height: 1.2;font-size: 16px;font-weight: 700;}h5, .h5 {margin: 0 0 7px;line-height: 22px;font-size: 14px;font-weight: 700;}h6, .h6 {margin: 0 0 8px;line-height: 1.2;font-size: 12px;font-weight: 700;}body.stm-macintosh h1, body.stm-macintosh .h1, body.stm-macintosh h2, body.stm-macintosh .h2, body.stm-macintosh h3, body.stm-macintosh .h3, body.stm-macintosh h4, body.stm-macintosh .h4, body.stm-macintosh h5, body.stm-macintosh .h5, body.stm-macintosh h6, body.stm-macintosh .h6, body.stm-macintosh .heading-font {-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}ul {padding-left: 20px;}ul li {margin-bottom: 8px;}ol {padding-left: 20px;}ol li {margin-bottom: 8px;}ul ol, ol ol, ol ul, ul ul {margin-top: 8px;}img {max-width: 100%;height: auto;}a {color: #191919;}a:hover {color: #ceac61;}a:focus {color: #ceac61;}a:active {color: #ceac61;}blockquote {margin: 22px 0;padding: 2px 32px;border-left-width: 4px;border-left-color: #ceac61;font-size: 14px;line-height: 22px;color: #888888;font-style: italic;}label {font-weight: 400;margin-bottom: 0;}p {margin: 0 0 14px;}table {width: 100%;margin-bottom: 20px;}table > thead tr th {text-transform: uppercase;font-size: 16px;}table > tbody tr td {padding: 9px 0 8px;font-size: 12px;color: #888;border-bottom: 1px solid #d5d9e0;}.wpcf7-form-control-wrap input[type=date] {position: relative;}.wpcf7-form-control-wrap input[type=date]::-webkit-calendar-picker-indicator {position: absolute;top: 0;left: 0;right: 0;bottom: 0;width: auto;height: auto;color: transparent;background: transparent;}.wpcf7-form-control-wrap input[type=date]:after {content: "\e92b";font-family: "stm-icon";position: absolute;top: 50%;right: 15px;transform: translateY(-50%);color: #888;}#stm-overlay {position: fixed;display: none;width: 100%;height: 100%;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(0, 0, 0, 0.5);z-index: 100;}.stm-hoverable-interactive-galleries .car-listing-tabs-unit .image:before {background-color: transparent;}.stm-hoverable-interactive-galleries .car-listing-tabs-unit .interactive-hoverable {min-height: 218px;}@media (min-width: 768px) {.stm-hoverable-interactive-galleries .car-listing-tabs-unit .interactive-hoverable {min-height: 143px;}}#wpadminbar #wp-admin-bar-root-default #wp-admin-bar-stm-me-theme-options a img {height: 22px;width: 22px;opacity: 1;padding-top: 0px;max-width: 22px !important;vertical-align: middle;}.main-menu .header-menu > li > ul > li > ul a {line-height: 18px;}.stm_automanager_features_list .stm_automanager_single h3 {font-size: 14px;text-transform: uppercase;}.stm_automanager_features_list ul.list-style-2 li {font-size: 14px;line-height: 18px;margin-bottom: 16px;}.automanager-listing-page .regular-price-with-sale {font-size: 12px;opacity: 0.8;}.automanager-listing-page .regular-price-with-sale strong {display: block;margin-top: -5px;font-size: 24px;line-height: 29px;}.car-action-unit.stm-brochure {min-width: 157px;padding-left: 35px;}#top-bar .top-bar-wrapper {border-bottom: 1px solid rgba(255, 255, 255, 0.1);}.single-regular-sale-price > table tr td:first-child {border-right: 1px solid rgba(255, 255, 255, 0.13);}#searchform .search-input {padding: 0 75px 0 25px !important;}.stm-isotope-listing-item {padding-bottom: 15px;}.listing-list-loop .content .meta-top {margin-bottom: 16px;}.listing-list-loop .content .meta-middle {margin-bottom: 19px;}@media (max-width: 768px) {.listing-list-loop .content .meta-middle {margin-bottom: 0;}}.listing-list-loop .content .meta-middle .meta-middle-unit {margin-bottom: 8px;}.stm-blog-fullwidth-info {height: 580px;overflow: hidden;}body:not(.elementor-editor-active) .car-listing-modern-grid img.lazy.img-responsive {min-height: 134px;-o-object-fit: cover;object-fit: cover;}@media (max-width: 1024px) {body:not(.elementor-editor-active) .car-listing-modern-grid img.lazy.img-responsive {min-height: auto;}}#footer-copyright .footer-copyright:before {background: rgba(255, 255, 255, 0.2);}body .vc_row[data-vc-full-width] {overflow: visible;}body .vc_row[data-vc-full-width].vc_parallax {overflow: hidden;}#stm-fixed-cover {background-size: cover;}.stm-single-car-history-image {margin: 15px 0;}.stm-user-private .stm-schedule {display: none;}.single-car-data > table tr td.t-value.t-vin {overflow: hidden;text-overflow: ellipsis;}.filter.stm-vc-ajax-filter button[disabled] {opacity: 0.5;}.car-listing-tabs-unit img {width: 100%;}.woocommerce-cart .entry-header,.woocommerce-checkout .entry-header {margin-bottom: 50px;}.woocommerce-MyAccount-navigation ul {margin: 30px 0;background-color: #232628;border: none;display: table;width: 100%;table-layout: fixed;}.woocommerce-MyAccount-navigation ul:before {display: none;}.woocommerce-MyAccount-navigation ul:after {display: none;}.woocommerce-MyAccount-navigation ul > li {float: none;position: relative;margin: 0;display: table-cell;}.woocommerce-MyAccount-navigation ul > li > a {display: block;position: relative;text-align: center;padding: 18px 18px;background-color: #232628;border-radius: 0;border: none;font-size: 13px;text-transform: uppercase;color: #fff;font-weight: 700;}.woocommerce-MyAccount-navigation ul > li > a:before {position: absolute;content: "";display: block;top: -4px;left: 0;right: 0;height: 4px;background-color: #ceac61;opacity: 0;}.woocommerce-MyAccount-navigation ul > li > a .vc_tta-icon {position: relative;top: 3px;color: #fff;}.woocommerce-MyAccount-navigation ul > li > a .vc_tta-title-text {position: relative;top: 1px;left: 2px;}.woocommerce-MyAccount-navigation ul > li.is-active > a:before {display: none;}.woocommerce-MyAccount-navigation ul > li.is-active a {background-color: #fff;color: #ceac61;border: 3px solid #232628;}.stm-icon-counter .dp-in {width: 100%;}@media (max-width: 490px) {.stm-similar-cars-units .stm-similar-car {width: 100% !important;margin-bottom: 10px;float: none !important;}.woocommerce-MyAccount-navigation ul {display: flex;overflow-x: scroll;overflow-y: hidden;height: 65px;padding: 0;}.woocommerce-MyAccount-navigation ul li a {border: 3px solid transparent;text-overflow: ellipsis;white-space: nowrap;}.woocommerce-orders .woocommerce-MyAccount-content {display: block;overflow-x: scroll;overflow-y: hidden;}.woocommerce-edit-address .woocommerce-MyAccount-content .addresses {padding: 0 15px;}.woocommerce-edit-address .woocommerce-MyAccount-content .addresses .address:first-child {margin-bottom: 50px;}.woocommerce-edit-account .woocommerce-EditAccountForm.edit-account fieldset {margin-top: 30px;}.woocommerce-account .subscriptio_subscription_list {display: block;overflow-x: scroll;overflow-y: hidden;}}.stm-form-price-edit .stm_price_input:last-child {border-top: 1px solid #fff;}.stm-form-price-edit .stm_price_input {padding: 25px 40px;}.woocommerce .quantity input {padding: 0 3px 0 3px;}.stm-user-current-plan-info {margin-top: 30px;padding: 21px 29px 25px;background: rgba(0, 0, 0, 0.1);border-radius: 4px;}.stm-user-current-plan-info .sub-title {margin-bottom: 1px;font-size: 13px;color: rgba(255, 255, 255, 0.4);letter-spacing: -0.2px;}.stm-user-current-plan-info .stm-plan-name {margin-bottom: 10px;font-size: 15px;line-height: 18px;color: #fff;font-weight: 700;text-transform: uppercase;}.stm-user-current-plan-info .stm-free-plan {margin-bottom: 20px;}.stm-user-current-plan-info .days-left {min-height: 24px;margin-bottom: 13px;font-size: 15px;line-height: 24px;color: #fff;font-weight: 700;}.stm-user-current-plan-info .button {padding: 15px 22px 13px;font-size: 12px;}.stm-user-private .stm-user-private-sidebar.side-fixed {max-width: 255px;width: 100%;position: fixed;top: 0;}@media (min-width: 991px) and (max-width: 1169px) {.stm-user-private .stm-user-private-sidebar.side-fixed {padding-right: 10px;max-width: calc(25% - 45px);max-height: 93vh;top: 7vh;overflow-y: auto;}}.stm_add_car_title_form {margin: 25px 0;}.stm_add_car_title_form input {max-width: 60%;}.stm-form-price-edit h4 {margin-bottom: 16px;}.stm-prices-add {margin-bottom: 30px;}.stm-form-price-edit .stm_price_input {padding-bottom: 30px;}.woocommerce table.my_account_orders .button {margin-left: 10px;}.subscriptio_subscription_info {margin-top: 40px;}body.woocommerce-order-pay .woocommerce table.shop_table th,body.woocommerce-order-pay .woocommerce table.shop_table td,.subscriptio_frontend_items_list,.subscriptio_frontend_items_list th,.subscriptio_frontend_items_list td {font-size: 15px !important;}body.woocommerce-order-pay .woocommerce {margin-bottom: 60px;}#subscriptio_button_cancel_subscription {margin: 20px 0 !important;}.listing-archive-dealer-info .dealer-info-block.stm_phone_disabled .title {margin-top: 17px;}li.product-category.product {width: 33.33333333%;float: left;padding: 0 15px;}li.product-category.product a {display: block;padding-bottom: 20px;border-bottom: 1px solid #ddd;margin-bottom: 49px !important;}.car-listing-row .car-meta-bottom ul li i {margin-top: 5px;margin-left: 5px;float: right;}@media (max-width: 768px) {.stm-blog-pagination .page-numbers li {margin-bottom: 15px;}.stm-boats-contact-information {padding-right: 20px;padding-left: 20px;}}.stm-simple-parallax {background-position-x: 50% !important;}.stm-simple-parallax .stm-simple-parallax-gradient {position: absolute;width: 1920px;height: 100%;left: 50%;transform: translateX(-50%);z-index: 5;}.stm-single-car-page {max-width: 1920px;width: auto;margin-right: auto !important;margin-left: auto !important;background-position-x: 50% !important;}.stm-single-car-page:before,.stm-single-car-page:after,.stm-simple-parallax .stm-simple-parallax-gradient:before,.stm-simple-parallax .stm-simple-parallax-gradient:after {content: "";display: block;position: absolute;top: 0;width: 130px;height: 100%;}.stm-simple-parallax .stm-simple-parallax-gradient:before {left: 0;}.stm-simple-parallax .stm-simple-parallax-gradient:after {right: 0;}.stm-single-car-page:before {left: 0;}.stm-single-car-page:after {right: 0;}.stm-simple-parallax-vertical:before {content: "";display: block;position: absolute;bottom: 0;left: 0;height: 130px;width: 100%;}.stm-simple-parallax > .vc_column_container {position: relative;z-index: 10;}.entry-header {z-index: 10;}.listing-archive-dealer-info .dealer-info-block {display: block;}.woocommerce form .form-row label.checkbox {display: inline-block;}body .woocommerce form .form-row .input-checkbox {margin: 18px 8px 0 0;-webkit-appearance: checkbox;-moz-appearance: checkbox;float: left;}.stm-pricing-table__periods-link {display: none;}.stm-pricing-table__periods-link.stm-pricing-table__periods-item_active {display: block;}html[lang=it-IT] .car-action-unit.stm-share,html[lang=it-IT] .car-action-unit.stm-brochure,html[lang=de-DE] .car-action-unit.stm-share,html[lang=de-DE] .car-action-unit.stm-brochure,html[lang=es-ES] .car-action-unit.stm-share,html[lang=es-ES] .car-action-unit.stm-brochure,html[lang=fr-FR] .car-action-unit.stm-share,html[lang=fr-FR] .car-action-unit.stm-brochure,html[lang=pt-PT] .car-action-unit.stm-share,html[lang=pt-PT] .car-action-unit.stm-brochure {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width: auto;}html[lang=it-IT] .car-action-unit.add-to-compare,html[lang=de-DE] .car-action-unit.add-to-compare,html[lang=fr-FR] .car-action-unit.add-to-compare,html[lang=es-ES] .car-action-unit.add-to-compare,html[lang=pt-PT] .car-action-unit.add-to-compare {width: auto;}html[lang=it-IT] .classic-filter-row .filter-sidebar .filter-price .stm-current-slider-labels,html[lang=fr-FR] .classic-filter-row .filter-sidebar .filter-price .stm-current-slider-labels,html[lang=es-ES] .classic-filter-row .filter-sidebar .filter-price .stm-current-slider-labels,html[lang=pt-PT] .classic-filter-row .filter-sidebar .filter-price .stm-current-slider-labels,html[lang=de-DE] .classic-filter-row .filter-sidebar .filter-price .stm-current-slider-labels {width: 100%;margin: 15px 0 25px;text-align: left;}html[lang=fr-FR] .listing-list-loop .content .meta-bottom .stm-single-car-links .stm-single-car-link a,html[lang=es-ES] .listing-list-loop .content .meta-bottom .stm-single-car-links .stm-single-car-link a,html[lang=pt-PT] .listing-list-loop .content .meta-bottom .stm-single-car-links .stm-single-car-link a,html[lang=de-DE] .listing-list-loop .content .meta-bottom .stm-single-car-links .stm-single-car-link a,html[lang=it-IT] .listing-list-loop .content .meta-bottom .stm-single-car-links .stm-single-car-link a {font-size: 11px;}.gform_wrapper ul.gfield_checkbox li .checker span input[type=checkbox] {display: block !important;position: absolute;width: 100% !important;height: 100%;top: 0;left: 0;margin-top: 0 !important;}.gform_wrapper ul.gfield_checkbox li .checker span {position: relative;}.gform_wrapper ul.gfield_radio li .radio span input[type=radio] {display: block !important;position: absolute;width: 100% !important;height: 100%;top: 0;left: 0;margin-top: 0 !important;}.gform_wrapper ul.gfield_radio li .radio span {position: relative;}.gform_wrapper .gfield_radio li label {line-height: 1;}.form-control {border-radius: 0;box-shadow: none;}.stm-settings-confirm-password .stm-listing-loader {visibility: hidden;opacity: 0;color: #fff;}.select2-container--default .select2-selection--single .select2-selection__arrow b.stm-preloader,.stm-settings-confirm-password .stm-listing-loader i {animation: rotating 2s infinite linear;}.stm-settings-confirm-password .stm-listing-loader.visible {visibility: visible;opacity: 1;}.stm-settings-confirm-password .stm-user-message {color: #fff;}.stm-image-avatar.hide-empty .stm-empty-avatar-icon {display: none;}.stm-image-avatar.hide-photo img,.stm-image-avatar.hide-photo .stm_image_upl {display: none;}.vc_row .archive-listing-page > .container {padding: 0;}.stm-slider-round {padding: 58px 19px 50px 27px !important;}.stm-service-slider-title {padding: 27px 37px 27px 30px !important;}.stm-service-slider-price {padding: 12px 39px 11px 32px !important;}.stm-service-slider-title-centered {text-align: center !important;}.stm-boats-layer .pricing-unit {text-align: right !important;}.stm_trapeze {padding: 41px 30px 34px 15px !important;}.stm_trapeze_white {padding: 25px 0 29px 0 !important;}.stm_trapeze_red {padding: 13px 16px 12px 10px !important;}body.stm_frontend_customizer .stm-select-layout .select2-dropdown {z-index: 99999 !important;}.woocommerce-checkout #payment ul.payment_methods li img {margin-right: 10px;}#main .widget_search form.wp-block-search:after,#main .widget_search form.search-form:after {line-height: 45px;}#services .ui-widget-content {background: inherit !important;}@media (max-width: 767px) {.dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td.dealer-cars,.dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td.dealer-location .map_link,.dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td.image {display: none;}.stm-blog-fullwidth-info {height: auto;}}@media (max-width: 500px) {.dealer-search-results table.stm_dealer_list_table tr.stm-single-dealer td {display: block;padding: 15px 0 5px;margin-bottom: 0;}}.woocommerce-billing-fields .create-account {margin-top: 20px;}.single-car-actions > ul li {margin-right: 10px;}@media (max-width: 767px) {.single-car-actions > ul li {margin-right: 0;}}.ui-widget {font-family: inherit !important;}.stm-filter-tab-selects.filter.stm-vc-ajax-filter {margin-bottom: 0;}.stm-ajax-row.stm-loading:after {display: none !important;}.widget_car_location #stm-dealer-gmap {width: 100%;margin-top: 0;}.testimonials-carousel .testimonial-unit,.stm-thumbs-car-gallery .stm-single-image,.stm-big-car-gallery .stm-single-image {position: absolute;opacity: 0;visibility: hidden;margin: 0;}.testimonials-carousel .testimonial-unit:first-child,.stm-thumbs-car-gallery .stm-single-image:first-child,.stm-big-car-gallery .stm-single-image:first-child {position: relative;opacity: 1;visibility: visible;}.testimonials-carousel .testimonial-unit:first-child,.stm-thumbs-car-gallery.owl-loaded .stm-single-image:first-child,.stm-big-car-gallery.owl-loaded .stm-single-image:first-child {margin: 0 auto;}.stm-thumbs-car-gallery {margin-top: 25px;}.stm-big-car-gallery .owl-controls {margin: 0;}@media (max-width: 767px) {.stm-sell-a-car-form .form-content .vehicle-condition .vehicle-condition-unit label {margin-bottom: 15px;}.stm-sell-a-car-form .form-navigation .form-navigation-unit {margin-bottom: 20px;}}@media print {#top-bar,#header,#footer,.stm_breadcrumbs_unit,.entry-header,.stm-car_dealer-buttons,.single-car-mpg .mpg-icon,.wpb_tabs_nav,.sale-price-description-single,.stm-thumbs-car-gallery,.stm-single-car-history-image,.stm_auto_loan_calculator,.single-car-actions {display: none !important;}.single-car-mpg .mpg-unit:last-child {float: right;}.stm-single-car-page .lists-inline > ul {width: 49% !important;}a[href]:after {content: none !important;}}.stm-unstyled {-webkit-appearance: inherit !important;-moz-appearance: inherit !important;appearance: inherit !important;}.stm_cargurus_wrapper {border-top: 1px solid #d5d9e0;padding-top: 15px;margin: 22px 0 15px;text-align: center;}.stm_cargurus_wrapper img {max-width: 100%;}.cg_banner .cg-dealrating-badge img {height: auto !important;max-width: 100% !important;}@media (max-width: 767px) {.car-listing-row.stm-car-compare-row.stm-no-cars {display: block !important;}.car-listing-row.stm-car-compare-row.stm-no-cars .colored-separator {display: none;}.car-listing-row.stm-car-compare-row.stm-no-cars .compare-col-stm-empty {width: 100%;}.car-listing-row.stm-car-compare-row.stm-no-cars .compare-col-stm-empty .image {text-align: center;}.stm-featured-top-cars-title .heading-font {font-size: 11px;}}.stm-single-listing-car-features {margin-bottom: 20px;}.stm-single-listing-car-features .lists-inline > ul {width: 100%;margin-bottom: 0;}.stm-single-listing-car-features .lists-inline > ul li {float: left;width: 25%;}.stm-border-top-unit .title {padding: 20px 0;line-height: 1.2;font-size: 16px;font-weight: 700;text-transform: uppercase;}@media (max-width: 768px) {.stm-single-listing-car-features .lists-inline > ul li {width: 100%;}}.modal-body .stm-sell-a-car-form input[type=submit] {height: 46px;line-height: 14px;}body.automanager-listing-page .wpb_tabs br {display: none;}@media (max-width: 1350px) {.stm-single-car-page:before,.stm-single-car-page:after,.stm-simple-parallax .stm-simple-parallax-gradient:before,.stm-simple-parallax .stm-simple-parallax-gradient:after {z-index: -1;}}@media (max-width: 767px) {table > tbody tr td.compare-value-hover .h5:before {content: attr(data-option) ":";display: inline;font-size: 14px;}}.stm-multiple-select {padding-top: 4px;margin-bottom: 15px;overflow: hidden;}.select2-container .select2-selection--multiple .select2-selection__rendered {overflow: visible;}.stm-multiple-select .select2-container--default .select2-selection--multiple {padding: 5px 7px 2px;border-radius: 0;}.select2-container--default .select2-selection--multiple .select2-selection__choice {max-width: 100%;padding: 3px 10px;margin: 3px 5px 8px 0;text-overflow: ellipsis;overflow: hidden;background-color: transparent;border: 0;box-shadow: 0 1px 3px rgba(59, 62, 68, 0.5);}.stm-multiple-select .select2-search {display: block;margin-bottom: 0;}.stm-multiple-select .select2-search .select2-search__field {margin: 5px 0 0 5px;height: 20px;line-height: 20px;}.woocommerce div.product div.images {margin-bottom: 2em;}.woocommerce div.product div.images img {display: block;width: 100%;height: auto;box-shadow: none;}.woocommerce div.product div.images div.thumbnails {padding-top: 1em;}.woocommerce div.product div.images.woocommerce-product-gallery {position: relative;}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {background-color: #fff;}.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {width: 25%;display: inline-block;}.woocommerce div.product div.images .woocommerce-product-gallery__trigger {position: absolute;top: 0.5em;right: 0.5em;font-size: 2em;z-index: 9;width: 36px;height: 36px;background: #fff;text-indent: -9999px;border-radius: 100%;box-sizing: content-box;}.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {content: "";display: block;width: 10px;height: 10px;border: 2px solid #000;border-radius: 100%;position: absolute;top: 9px;left: 9px;box-sizing: content-box;}.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {content: "";display: block;width: 2px;height: 8px;background: #000;border-radius: 6px;position: absolute;top: 19px;left: 22px;transform: rotate(-45deg);box-sizing: content-box;}.woocommerce div.product div.images .flex-control-thumbs {overflow: hidden;zoom: 1;margin: 0;padding: 0;margin-top: 10px;}.woocommerce div.product div.images .flex-control-thumbs li {width: 25%;float: left;margin: 0;list-style: none;}.woocommerce div.product div.images .flex-control-thumbs li img {cursor: pointer;opacity: 0.5;margin: 0;}.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {opacity: 1;}button.pswp__button {box-shadow: none !important;}button.pswp__button--arrow--left:active, button.pswp__button--arrow--right:active {position: absolute !important;top: 50% !important;}button.pswp__button, button.pswp__button--arrow--left::before, button.pswp__button--arrow--right::before, button.pswp__button:hover {background-color: transparent !important;}button.pswp__button--arrow--left, button.pswp__button--arrow--left:hover, button.pswp__button--arrow--right, button.pswp__button--arrow--right:hover {background-image: none !important;}button.pswp__button--close:hover {background-position: 0 -44px;}button.pswp__button--zoom:hover {background-position: -88px 0;}.add-compare-mobile {display: none;text-align: center;margin: 0 0 35px;}@media (max-width: 767px) {.add-compare-mobile.add-compare-mobile-show {display: block;}}.add-compare-mobile .stm-compare-empty {aspect-ratio: 2/1.1;-o-object-fit: cover;object-fit: cover;}.add-compare-mobile .image {position: relative;overflow: hidden;}.add-compare-mobile .image:before {content: "";display: block;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.2);position: absolute;top: 0;left: 0;transition: opacity 0.2s ease;transform: translateZ(0);opacity: 0;}.add-compare-mobile .image i {position: absolute;top: 50%;left: 50%;transform: translateY(-50%) translateX(-50%);font-size: 53px;color: #d1d7dc;z-index: 15;}.add-compare-mobile .image i.stm-icon-add_car {transform: translateY(0) translateX(0);margin: -26px 0 0 -36px;}.add-compare-mobile-label {font-size: 15px;text-transform: uppercase;text-align: center;}body.lg-on #wrapper {position: relative;z-index: 10;}body.lg-on #wpadminbar {z-index: 10;}body i.fa,body i.far,body i.fas {font-family: "Font Awesome 6 Free" !important;}body i.fab {font-family: "Font Awesome 6 Brands" !important;}html {overflow-y: scroll;font-size: 100%;}html.no-scroll {overflow: hidden;}body {font-family: "Open Sans";font-size: 14px;line-height: 22px;color: #555555;}.container {width: auto;max-width: 1140px;}#wrapper {overflow: hidden;position: relative;}body.lg-on #wrapper {position: relative;z-index: 10;}body.lg-on #wpadminbar {z-index: 10;}.stm-col-pad-left {padding-left: 25px !important;}.stm-col-pad-right {padding-right: 25px !important;}.modal-open #wrapper {-moz-filter: blur(8px);-o-filter: blur(8px);-ms-filter: blur(8px);filter: blur(8px);}.row-4 .col-md-3:nth-child(4n+1) {clear: both;}.row-3 .col-md-4:nth-child(3n+1) {clear: both;}.row-2 .col-md-6:nth-child(2n+1) {clear: both;}.post-type-archive-service #wrapper {margin-bottom: 30px;}.wpcf7-response-output {margin: 10px 0 0 !important;padding: 15px !important;border: 2px solid #ceac61 !important;color: #ceac61 !important;border-radius: 5px;}.wpcf7-response-output.wpcf7-validation-errors {border-color: #ff2325 !important;color: #ff2325 !important;}.wpcf7-response-output.wpcf7-mail-sent-ok {border-color: #32cd32 !important;color: #32cd32 !important;}.wpcf7-not-valid-tip {display: none !important;}.mg-bt-25px {margin-bottom: 25px;}#top-bar {color: #fff;background-color: transparent;}.stm-template-boats input[type=text],.stm-template-boats input[type=number],.stm-template-boats input[type=tel],.stm-template-boats input[type=email],.stm-template-boats input[type=search],.stm-template-boats input[type=password] {display: block;width: 100%;height: 40px;line-height: 40px;padding: 0 21px;font-weight: 400;color: #888888;border: 2px solid #eceff3;font-size: 14px;outline: none !important;background-color: #eceff3;}.stm-template-boats input[type=text].form-error,.stm-template-boats input[type=number].form-error,.stm-template-boats input[type=tel].form-error,.stm-template-boats input[type=email].form-error,.stm-template-boats input[type=search].form-error,.stm-template-boats input[type=password].form-error {border-color: #ff2325;}.stm-template-boats input[type=text]:focus,.stm-template-boats input[type=number]:focus,.stm-template-boats input[type=tel]:focus,.stm-template-boats input[type=email]:focus,.stm-template-boats input[type=search]:focus,.stm-template-boats input[type=password]:focus {background-color: #fff;border-color: #ceac61;color: #232628;}.stm-template-boats .stm-row-comments input[type=text],.stm-template-boats .stm-row-comments input[type=tel],.stm-template-boats .stm-row-comments input[type=email],.stm-template-boats .stm-row-comments input[type=search],.stm-template-boats .stm-row-comments input[type=password] {height: 44px;line-height: 44px;}.stm-template-boats .stm-forms-sm {margin-bottom: 11px;}.stm-template-boats .stm-forms-sm input[type=text],.stm-template-boats .stm-forms-sm input[type=tel],.stm-template-boats .stm-forms-sm input[type=email],.stm-template-boats .stm-forms-sm input[type=search],.stm-template-boats .stm-forms-sm input[type=password] {height: 37px;line-height: 37px;}.stm-template-boats .stm-sell-a-car-form .form-content .contact-details input[type=text],.stm-template-boats .stm-sell-a-car-form .form-content .contact-details input[type=tel],.stm-template-boats .stm-sell-a-car-form .form-content .contact-details input[type=email],.stm-template-boats .stm-sell-a-car-form .form-content .contact-details input[type=search],.stm-template-boats .stm-sell-a-car-form .form-content .contact-details input[type=password],.stm-template-boats .stm-sell-a-car-form .form-content .contact-details textarea {background-color: #fff;}.stm-template-boats .stm-sell-a-car-form .form-content input[type=text],.stm-template-boats .stm-sell-a-car-form .form-content input[type=tel],.stm-template-boats .stm-sell-a-car-form .form-content input[type=email],.stm-template-boats .stm-sell-a-car-form .form-content input[type=search],.stm-template-boats .stm-sell-a-car-form .form-content input[type=password],.stm-template-boats .stm-contact-us-form-wrapper input[type=text],.stm-template-boats .stm-contact-us-form-wrapper input[type=tel],.stm-template-boats .stm-contact-us-form-wrapper input[type=email],.stm-template-boats .stm-contact-us-form-wrapper input[type=search],.stm-template-boats .stm-contact-us-form-wrapper input[type=password] {height: 43px;line-height: 43px;}.stm-template-boats .stm-sell-a-car-form .form-content textarea,.stm-template-boats .stm-contact-us-form-wrapper textarea {max-height: 143px;padding-top: 8px;}.stm-template-boats .stm-sell-a-car-form .form-content input::-webkit-input-placeholder,.stm-template-boats .stm-contact-us-form-wrapper input::-webkit-input-placeholder {font-size: 13px;}.stm-template-boats .stm-sell-a-car-form .form-content input::-moz-placeholder,.stm-template-boats .stm-contact-us-form-wrapper input::-moz-placeholder {font-size: 13px;}.stm-template-boats .stm-sell-a-car-form .form-content input:-moz-placeholder,.stm-template-boats .stm-contact-us-form-wrapper input:-moz-placeholder {font-size: 13px;}.stm-template-boats .stm-sell-a-car-form .form-content,.stm-template-boats .stm-contact-us-form-wrapper {}.stm-template-boats .stm-sell-a-car-form .form-content input:-ms-input-placeholder,.stm-template-boats .stm-contact-us-form-wrapper input:-ms-input-placeholder {font-size: 13px;}.stm-template-boats .stm-sell-a-car-form .form-content textarea::-webkit-input-placeholder,.stm-template-boats .stm-contact-us-form-wrapper textarea::-webkit-input-placeholder {font-size: 13px;}.stm-template-boats .stm-sell-a-car-form .form-content textarea::-moz-placeholder,.stm-template-boats .stm-contact-us-form-wrapper textarea::-moz-placeholder {font-size: 13px;}.stm-template-boats .stm-sell-a-car-form .form-content textarea:-moz-placeholder,.stm-template-boats .stm-contact-us-form-wrapper textarea:-moz-placeholder {font-size: 13px;}.stm-template-boats .stm-sell-a-car-form .form-content,.stm-template-boats .stm-contact-us-form-wrapper {}.stm-template-boats .stm-sell-a-car-form .form-content textarea:-ms-input-placeholder,.stm-template-boats .stm-contact-us-form-wrapper textarea:-ms-input-placeholder {font-size: 13px;}.stm-template-boats .stm-mc-unit input[type=text],.stm-template-boats .stm-mc-unit input[type=tel],.stm-template-boats .stm-mc-unit input[type=email],.stm-template-boats .stm-mc-unit input[type=search],.stm-template-boats .stm-mc-unit input[type=password] {display: block;width: 100%;height: 38px;line-height: 38px;border: none;padding: 0 17px;font-weight: 400;color: #aaa;font-size: 13px;outline: none !important;background-color: #fff;}.stm-template-boats textarea {padding: 21px;width: 100%;max-width: 100%;background-color: #eceff3;border: 2px solid #eceff3;color: #888;resize: none;}.stm-template-boats textarea:focus {background-color: #fff;border-color: #ceac61;color: #232628;}.stm-template-boats .single-car-form textarea {height: 158px;}.stm-template-boats .single-car-form input[type=submit] {display: inline-block;padding-left: 44px;padding-right: 44px;}.stm-template-boats .form-label {margin-bottom: 2px;text-transform: uppercase;color: #888;font-size: 12px;}.stm-template-boats .form-label-small {margin-bottom: 3px;color: #888;font-size: 13px;}.stm-template-boats .form-modal-label {margin-bottom: 3px;font-size: 13px;color: #888;}.stm-template-boats .form-group {margin-bottom: 19px;}.stm-template-boats .form-group-textarea {margin-bottom: 16px;}.stm-template-boats .wpcf7-not-valid {border-color: #ff2325 !important;}.stm-template-boats .has-error input[type=text],.stm-template-boats .has-error input[type=tel],.stm-template-boats .has-error input[type=email],.stm-template-boats .has-error input[type=search],.stm-template-boats .has-error input[type=password] {border-color: #ff2325;}.stm-template-boats .modal-body input {height: 37px;line-height: 37px;}.stm-template-boats .form-error {border-color: #ff2325;}.stm-template-boats .stm-form-alert {margin-top: 6px;font-size: 13px;line-height: 18px;color: #888;}.stm-template-boats .form-hr {margin: 0 0 29px;background-color: #dddddd;}.stm-template-boats .comment-form-comment textarea {height: 172px;}.stm-template-boats input[type=checkbox], .stm-template-boats input[type=radio] {margin: 0;position: relative;top: -1px;vertical-align: middle;}.stm-template-boats span.wpcf7-list-item {margin-left: 0 !important;}.stm-template-boats .wpcf7-list-item-label {color: #888 !important;font-size: 13px;}.stm-template-boats textarea,.stm-template-boats input {-webkit-appearance: none;-moz-appearance: none;appearance: none;}.stm-template-boats input[type=radio] {-webkit-appearance: radio;-moz-appearance: radio;appearance: radio;}.stm-template-boats .stm-label-type-2 {margin-bottom: 5px;font-weight: 400;}.stm-template-boats #top-bar .top_bar_menu {margin-left: 60px;}.stm-template-boats #top-bar .top_bar_menu ul {list-style: none;padding: 0;margin-bottom: 0;}.stm-template-boats #top-bar .top_bar_menu ul li {display: inline-block;position: relative;margin-right: 25px;margin-bottom: 0;}.stm-template-boats #top-bar .top_bar_menu ul li:last-child {margin-right: 0;}.stm-template-boats #top-bar .top_bar_menu ul li:last-child:after {content: "";display: none;}.stm-template-boats #top-bar .top_bar_menu ul li:after {content: "";display: block;position: absolute;right: -13px;top: 4px;background-color: #aaa;width: 1px;height: 9px;}.stm-template-boats #top-bar {text-transform: uppercase;line-height: normal;}.stm-template-boats #top-bar .top-bar-wrapper {padding: 12px 0 9px;border-bottom: 1px solid #373b3e;}.stm-template-boats #top-bar .top-bar-wrapper .pull-left .stm-multiple-currency-wrap {position: relative;margin-left: 20px;line-height: 13px;}.stm-template-boats #top-bar .top-bar-wrapper .pull-left .stm-multiple-currency-wrap .select2-container--default .select2-selection--single {background-color: transparent;height: auto;border: none;border-radius: 0;outline: none !important;}.stm-template-boats #top-bar .top-bar-wrapper .pull-left .stm-multiple-currency-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {color: #aaaaaa;line-height: 14px;font-size: 11px;font-weight: 400;padding-left: 14px;padding-right: 40px;outline: none !important;}.stm-template-boats #top-bar .top-bar-wrapper .pull-left .stm-multiple-currency-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {height: 14px;width: 19px;}.stm-template-boats #top-bar .language-switcher-unit {position: relative;}.stm-template-boats #top-bar .language-switcher-unit .stm_current_language {text-transform: none;}.stm-template-boats #top-bar .language-switcher-unit .stm_current_language i {position: relative;top: -2px;margin-left: 5px;vertical-align: middle;font-size: 16px;}.stm-template-boats #top-bar .language-switcher-unit:hover {cursor: pointer;}.stm-template-boats #top-bar .header-login-url {margin-left: 43px;}.stm-template-boats #top-bar .header-login-url a {display: inline-block;vertical-align: top;text-decoration: none !important;}.stm-template-boats #top-bar .header-login-url a:hover {color: #fff;}.stm-template-boats #top-bar .header-login-url .stm-boats-icon-cap-hat {position: relative;top: 1px;margin-right: 10px;font-size: 14px;}.stm-template-boats #top-bar .header-login-url .fas.fa-user {margin-right: 10px;font-size: 14px;}.stm-template-boats #top-bar .header-top-bar-socs {margin-left: 60px;}.stm-template-boats #top-bar .header-top-bar-socs ul {list-style: none;padding: 0;margin: 0;}.stm-template-boats #top-bar .header-top-bar-socs ul li {float: left;margin-right: 15px;margin-bottom: 0;}.stm-template-boats #top-bar .header-top-bar-socs ul li:first-child {margin-right: 14px;}.stm-template-boats #top-bar .header-top-bar-socs ul li a .fab {font-size: 14px;}.stm-template-boats #top-bar .header-top-bar-socs ul li a:hover {color: #fff;}.stm-template-boats #top-bar .header-top-bar-socs ul li:last-child {margin-right: 0;}.stm-template-boats #top-bar .top-bar-info {list-style: none;padding: 0;margin-bottom: 0;}.stm-template-boats #top-bar .top-bar-info li {float: right;margin-left: 50px;margin-bottom: 0;line-height: normal;}.stm-template-boats #top-bar .top-bar-info li:hover {color: #fff;}.stm-template-boats #top-bar .top-bar-info li .fancy-iframe {display: block;}.stm-template-boats #top-bar .top-bar-info li .fas {font-size: 14px;margin-right: 5px;}.stm-template-boats #top-bar .top-bar-info li .fas.fa-phone {position: relative;top: 1px;}.stm-template-boats #top-bar .top-bar-info li:last-child {margin-left: 0;}.stm-template-boats #header-nav-holder {position: relative;z-index: 3;}.stm-template-boats .select2-container--open.stm-multi-currency .select2-dropdown {background: transparent;border: 0;}.stm-template-boats .select2-container--open.stm-multi-currency .select2-dropdown .select2-results ul {min-width: 160px;padding: 5px 0;margin: 2px 0 0;font-size: 14px;text-align: left;list-style: none;background-color: #fff;-webkit-background-clip: padding-box;background-clip: padding-box;border: 1px solid #ccc;border: 1px solid rgba(0, 0, 0, 0.15);border-radius: 4px;box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);}.stm-template-boats .select2-container--open.stm-multi-currency .select2-dropdown .select2-results ul li {font-size: 11px;color: #232628;padding: 3px 20px;}.stm-template-boats .vertical-divider {position: relative;top: 2px;display: inline-block;vertical-align: top;margin: 0 8px 0;width: 1px;height: 10px;background-color: #373b3e;}.stm-template-boats #header {position: relative;z-index: 1055;}@media (min-width: 1025px) {.stm-template-boats #header.stm-sticky-on {z-index: 1056;}}.stm-template-boats #header .logo-main {float: left;}.stm-template-boats #header .logo-main .blogname {text-transform: uppercase;}.stm-template-boats #header .logo-main .blogname h1 {margin-bottom: 0;}.stm-template-boats #header .logo-main .blogname:hover {text-decoration: none;}.stm-template-boats .header-main {padding: 28px 0 25px;line-height: 14px;background-color: transparent !important;}.stm-template-boats .header-main .header-top-info {float: right;}.stm-template-boats .header-main .header-main-socs {margin-left: 46px;}.stm-template-boats .header-main .header-main-socs ul {list-style: none;padding: 0;margin: 0;}.stm-template-boats .header-main .header-main-socs ul:after {display: table;content: "";clear: both;}.stm-template-boats .header-main .header-main-socs ul li {display: block;float: left;margin-left: 15px;margin-bottom: 0;}.stm-template-boats .header-main .header-main-socs ul li:first-child {margin-left: 0;}.stm-template-boats .header-main .header-main-socs ul li a {display: block;width: 35px;height: 35px;line-height: 35px;text-align: center;border-radius: 50%;background-color: #2f3234;color: #fff;text-indent: 1px;}.stm-template-boats .header-main .header-main-socs ul li a i {font-size: 14px;}.stm-template-boats .header-main .header-main-socs ul li a:hover {background-color: #ceac61;}.stm-template-boats .header-main .header-main-socs ul li.facebook a {text-indent: 0;}.stm-template-boats .header-main .header-secondary-phone {margin-left: 39px;}.stm-template-boats .header-main .header-secondary-phone .phone {margin-bottom: 3px;vertical-align: bottom;}.stm-template-boats .header-main .header-secondary-phone .phone .phone-label {margin-right: 2px;color: #ceac61;font-size: 11px;font-weight: 700;text-transform: uppercase;letter-spacing: 0.5px;}.stm-template-boats .header-main .header-secondary-phone .phone .phone-number {color: #fff;font-size: 14px;font-weight: 700;}.stm-template-boats .header-main .header-secondary-phone-single .phone .phone-label {display: block;margin-bottom: 1px;}.stm-template-boats .header-main .header-secondary-phone-single .phone .phone-number {font-size: 18px;line-height: 18px;}.stm-template-boats .header-main .header-main-phone {position: relative;padding-left: 41px;margin-left: 30px;}.stm-template-boats .header-main .header-main-phone .stm-icon-phone {position: absolute;top: 0;left: 0;color: #ceac61;font-size: 33px;}.stm-template-boats .header-main .header-main-phone .phone {margin-top: 1px;}.stm-template-boats .header-main .header-main-phone .phone .phone-label {margin-right: 2px;color: #ceac61;font-size: 11px;font-weight: 700;text-transform: uppercase;display: block;margin-bottom: 1px;}.stm-template-boats .header-main .header-main-phone .phone .phone-number {color: #fff;font-size: 18px;line-height: 18px;font-weight: 700;letter-spacing: 0.5px;}.stm-template-boats .header-main .header-address {position: relative;padding-left: 42px;max-width: 248px;}.stm-template-boats .header-main .header-address .stm-icon-pin {position: absolute;top: 0;left: 0;font-size: 34px;color: #ceac61;}.stm-template-boats .header-main .header-address .address .heading-font {color: #fff;font-size: 12px;line-height: 18px;text-transform: uppercase;}.stm-template-boats .header-main .header-address .address .fancy-iframe {position: relative;top: -1px;margin-left: 3px;color: #ceac61;font-size: 11px;font-weight: 700;text-transform: uppercase;border-bottom: 1px dashed #ceac61;}.stm-template-boats .header-main .header-address .address .fancy-iframe:hover {color: #ceac61;border-bottom-color: #ceac61;}.stm-template-boats .fancy-iframe:hover {cursor: pointer;}.stm-template-boats .header-nav {margin-bottom: 15px;background: #fff;z-index: 15;}.stm-template-boats .header-nav.header-nav-default {background-color: #eaedf0;margin-bottom: 0;}.stm-template-boats .header-nav.header-nav-default.header-nav-fixed.header-nav-sticky {position: fixed;top: 0;left: 0;right: 0;background-color: #eaedf0;transform: translateZ(0);-webkit-transform: translateZ(0);}.stm-template-boats .header-nav.header-nav-transparent {position: absolute;top: 100%;left: 0;right: 0;background: rgba(234, 237, 240, 0.8);-o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);}.stm-template-boats .header-nav.header-nav-transparent.header-nav-fixed.header-nav-sticky {position: fixed;top: 0;left: 0;right: 0;background-color: #eaedf0;transform: translateZ(0);-webkit-transform: translateZ(0);}.stm-template-boats .header-nav:after {display: table;content: "";clear: both;}.stm-template-boats .main-menu {float: left;}.stm-template-boats .main-menu .header-menu {padding: 0;margin: 0;margin-left: -21px;list-style: none;}.stm-template-boats .main-menu .header-menu > li {position: relative;float: left;margin-bottom: 0;}.stm-template-boats .main-menu .header-menu > li.menu-item-has-children > a:after {content: "";position: absolute;display: block;font-family: "Font Awesome 6 Free";font-weight: 600;font-style: normal;font-size: inherit;text-rendering: auto;transform: translate(0, 0);-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;top: 50%;margin-top: -6px;right: 7px;font-size: 12px;content: "\f107";}.stm-template-boats .main-menu .header-menu > li:first-child {margin-left: 0;}.stm-template-boats .main-menu .header-menu > li.current-menu-item:first-child,.stm-template-boats .main-menu .header-menu > li .current_page_item:first-child {margin-left: 21px;}.stm-template-boats .main-menu .header-menu > li.current-menu-item > a,.stm-template-boats .main-menu .header-menu > li .current_page_item > a {background-color: #ceac61;color: #fff;}.stm-template-boats .main-menu .header-menu > li:hover > a {background-color: #ceac61;color: #fff !important;}.stm-template-boats .main-menu .header-menu > li > a {display: block;position: relative;height: 52px;padding: 0 21px;line-height: 52px;text-transform: uppercase;text-decoration: none !important;}.stm-template-boats .main-menu .header-menu > li:hover > ul {visibility: visible;top: 100%;opacity: 1;}.stm-template-boats .main-menu .header-menu > li > ul {visibility: hidden;opacity: 0;padding: 0;list-style: none;position: absolute;width: 250px;top: 105%;left: 0;background-color: #fff;-o-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);}.stm-template-boats .main-menu .header-menu > li > ul li {position: relative;margin-bottom: 0;margin-left: 0 !important;}.stm-template-boats .main-menu .header-menu > li > ul li.menu-item-has-children > a:after {content: "";position: absolute;display: block;font-family: "Font Awesome 6 Free";font-weight: 600;font-style: normal;font-size: inherit;text-rendering: auto;transform: translate(0, 0);-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;top: 50%;margin-top: -7px;right: 20px;font-size: 14px;content: "\f105";}.stm-template-boats .main-menu .header-menu > li > ul li a {position: relative;display: block;padding: 12px 30px 12px 34px;text-decoration: none !important;font-weight: 400;}.stm-template-boats .main-menu .header-menu > li > ul li a:hover {color: #fff;background-color: #ceac61;}.stm-template-boats .main-menu .header-menu > li > ul li > ul {visibility: hidden;opacity: 0;padding: 0;list-style: none;position: absolute;width: 250px;top: 0;left: 105%;background-color: #fff;-o-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);z-index: -1;}.stm-template-boats .main-menu .header-menu > li > ul li > ul li > ul {visibility: hidden;opacity: 0;padding: 0;list-style: none;position: absolute;width: 250px;top: 0;left: 105%;background-color: #fff;-o-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);z-index: -1;}.stm-template-boats .main-menu .header-menu > li > ul li > ul li > ul li > ul {visibility: hidden;opacity: 0;padding: 0;list-style: none;position: absolute;width: 250px;top: 0;left: 105%;background-color: #fff;-o-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);z-index: -1;}.stm-template-boats .main-menu .header-menu > li > ul li > ul li > ul li:hover > ul {visibility: visible;left: 100%;opacity: 1;}.stm-template-boats .main-menu .header-menu > li > ul li > ul li:hover > ul {visibility: visible;left: 100%;opacity: 1;}.stm-template-boats .main-menu .header-menu > li > ul li:hover > ul {visibility: visible;left: 100%;opacity: 1;}.stm-template-boats .header-help-bar {float: right;margin-left: 15px;}.stm-template-boats .header-help-bar > ul {margin: 0;padding: 0;list-style: none;}.stm-template-boats .header-help-bar > ul:after {display: table;content: "";clear: both;}.stm-template-boats .header-help-bar > ul li {display: block;float: left;margin-bottom: 0;}.stm-template-boats .header-help-bar > ul li.nav-search > a {padding: 0;}.stm-template-boats .header-help-bar > ul li:first-child {margin-left: 0;}.stm-template-boats .header-help-bar > ul li a {padding: 0 13px;display: block;position: relative;text-decoration: none !important;}.stm-template-boats .header-help-bar > ul li a:hover {background-color: #f7f8f9;}.stm-template-boats .header-help-bar > ul li a .list-label {position: relative;top: 1px;margin-right: 4px;text-transform: uppercase;color: #232628;font-size: 11px;line-height: 52px;font-weight: 700;}.stm-template-boats .header-help-bar > ul li a .list-icon {position: relative;top: -1px;vertical-align: middle;color: #232628;font-size: 24px;}.stm-template-boats .header-help-bar > ul li a .list-badge {position: absolute;top: 7px;right: 2px;min-width: 18px;font-weight: 700;font-size: 11px;color: #fff;background-color: #ceac61;padding: 0 2px;line-height: 18px;border-radius: 50%;text-align: center;-o-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.14);box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.14);}.stm-template-boats .header-help-bar > ul li.help-bar-compare .list-label {margin-right: 3px;}.stm-template-boats .header-help-bar > ul li.help-bar-live-chat .list-icon {top: 0;font-size: 26px;}.stm-template-boats .header-help-bar > ul li.nav-search {margin-left: 13px;}.stm-template-boats .header-help-bar > ul li.nav-search > a {display: block;margin-top: 8px;height: 35px;width: 35px;text-align: center;line-height: 35px;border: 2px solid #fff;border-radius: 50%;color: #232628;text-indent: 1px;font-size: 13px;}.stm-template-boats .header-help-bar > ul li.nav-search > a i {position: relative;top: -1px;}.stm-template-boats .header-help-bar > ul li.nav-search > a:hover {background-color: #ceac61;border-color: #ceac61;color: #fff;}.stm-template-boats .tp-bannertimer {background-color: #ceac61 !important;opacity: 0.5;}.stm-template-boats .stm-slider-round {padding: 40px 20px;padding-top: 30px;}.stm-template-boats .stm-slider-round:after {content: "";position: absolute;display: block;top: -18px;left: -18px;right: -18px;bottom: -18px;border-radius: 50%;background: rgba(255, 255, 255, 0.12);z-index: -1;}.stm-template-boats .stm-white {color: #fff !important;}.stm-template-boats .rev_slider_wrapper .heading-font {letter-spacing: 0 !important;}.stm-template-boats .text-transform {text-transform: uppercase;}.stm-template-boats .font-weight-normal {font-weight: 400 !important;}.stm-template-boats .slider-text-padding-right {padding-right: 30px;}.stm-template-boats .stm-slider-round-text {margin-top: 18px;padding-left: 40px;padding-right: 25px;font-size: 11px;line-height: 14px;color: #232628;text-transform: uppercase;}.stm-template-boats .stm-slider-price-unit {padding-top: 16px;vertical-align: top;word-spacing: -9px;}.stm-template-boats .stm-slider-price-unit .stm-slider-currency {font-size: 50px;color: #fff;line-height: 50px;vertical-align: top;}.stm-template-boats .stm-slider-price-unit .stm-slider-price {font-size: 106px;line-height: 75px;vertical-align: top;color: #fff;font-weight: 700;letter-spacing: -6px;}.stm-template-boats .stm-slider-price-unit .stm-slider-divider {position: relative;left: 3px;top: -4px;font-size: 50px;color: #232628;vertical-align: top;line-height: 50px;}.stm-template-boats .stm-slider-price-unit .stm-slider-labels {position: relative;top: -3px;display: inline-block;max-width: 100px;vertical-align: top;line-height: 14px;color: #232628;font-weight: 700;}.stm-template-boats .stm-slider-price-unit .stm-slider-labels .stm-slider-time-label {font-size: 50px;line-height: 50px;text-transform: uppercase;font-weight: 700;}.stm-template-boats .stm-slider-price-unit .stm-slider-labels .stm-slider-time-value {padding-left: 4px;display: block;white-space: normal;font-size: 16px;line-height: 14px;word-spacing: 0;text-transform: uppercase;font-weight: 700;}.stm-template-boats #searchform .search-input {padding: 20px 75px 20px 25px !important;margin: 0;height: 67px;line-height: 67px;font-size: 20px;color: #5f5f5f;border: 0;border-color: transparent;width: 100%;border-radius: 5px;}.stm-template-boats #searchform .search-submit {position: absolute;right: 0;top: 0;padding: 0;height: 67px;width: 70px;border: 0;font-size: 24px;color: #fff;border-radius: 0 4px 4px 0;box-shadow: none;}.stm-template-boats #searchform .search-wrapper {position: relative;}.stm-template-boats #searchModal .modal-body {padding: 0;}.stm-template-boats #searchModal .modal-content {box-shadow: none !important;background-color: transparent;border: none;}.stm-template-boats #searchModal .modal-dialog {margin-top: 20%;}.stm-template-boats .search-title {margin-bottom: 18px;font-size: 20px;text-transform: uppercase;font-weight: 700;color: #fff;}.stm-template-boats #chat-widget:hover {cursor: pointer;}.stm-template-boats .header-main-phone a,.stm-template-boats .header-secondary-phone a {color: #fff !important;text-decoration: none !important;}.stm-template-boats #footer {bottom: 0;left: 0;right: 0;width: 100%;}.stm-template-boats #footer .stm-isearch-results-carousel-wrap {box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18), inset 0 4px 0 #ceac61;}.stm-template-boats #footer .stm-isearch-results-carousel-wrap .stm-isearch-results-carousel {padding: 0px 0px 15px 0px;margin-bottom: 50px;}.stm-template-boats #footer .stm-isearch-results-carousel-wrap .owl-nav {display: none !important;}.stm-template-boats #footer .stm-isearch-results-carousel-wrap .navigation-controls {padding: 30px 25px 25px;display: flex;justify-content: space-between;}.stm-template-boats #footer .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results {padding-top: 7px;}.stm-template-boats #footer .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results h4 {text-transform: uppercase;font-size: 14px;margin-bottom: 0;}.stm-template-boats #footer .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results .fas {font-size: 12px;}.stm-template-boats #footer .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results a {text-decoration: none;}.stm-template-boats #footer .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results a:hover {text-decoration: none;}.stm-template-boats #footer .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls {display: flex;}.stm-template-boats #footer .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev, .stm-template-boats #footer .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next {padding: 9px 13px 4px;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1803921569);background-color: #ffffff;border-radius: 50%;cursor: pointer;margin-left: 5px;}.stm-template-boats #footer .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev .fas, .stm-template-boats #footer .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next .fas {font-size: 20px;color: #000;}.stm-template-boats #footer .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev.disabled, .stm-template-boats #footer .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next.disabled {cursor: unset;}.stm-template-boats #footer .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .disabled .fas {color: #c7c7c7;}.stm-template-boats #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop {padding: 3px;}.stm-template-boats #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop:not(.current) .rmv_txt_drctn:hover .image:before {opacity: 0;}.stm-template-boats #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop:not(.current) .image:before {opacity: 0;}.stm-template-boats #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop.current .image .listing-car-item-meta,.stm-template-boats #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop.current .image .stm-badge-directory {z-index: 150;}.stm-template-boats #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop.current .image .brazzers-wrap {border: 5px solid #ceac61;}.stm-template-boats #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop.current .image .brazzers-wrap .listing-car-item-meta {bottom: 0;}.stm-template-boats #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop.current .image img:before {background: rgba(0, 0, 0, 0.2);}.stm-template-boats #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop.current .image img {margin-bottom: 0;}.stm-template-boats #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop.current .image .tmb-wrap {display: none;}.stm-template-boats #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop .image {position: relative;overflow: hidden;}.stm-template-boats #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .listing-car-item-meta {padding-top: 0;position: absolute;right: 0;bottom: 0px;transform: translate3d(0, 0, 0);}.stm-template-boats #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap {position: relative;}.stm-template-boats #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .listing-car-item-meta {bottom: 10px;}.stm-template-boats #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap img {max-width: 100%;}.stm-template-boats #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .tmb-wrap {top: -4px;}.stm-template-boats #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .tmb-wrap .tmb-wrap-table div {border-bottom-width: 3px;}.stm-template-boats #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .tmb-wrap .tmb-wrap-table div.active {border-color: #ceac61;border-bottom-right-radius: 0;border-bottom-left-radius: 0;}.stm-template-boats #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .tmb-wrap .tmb-wrap-table div.active:first-child:last-child {border-color: transparent;}.stm-template-boats #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .tmb-wrap .tmb-wrap-table div:not(.active) {border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-color: #ccc;}.stm-template-boats #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .tmb-wrap .remaining {text-align: center;position: absolute;width: 100%;top: 0;bottom: 6px;color: #fff;background-color: rgba(0, 0, 0, 0.6);display: flex;flex-direction: column;align-items: center;justify-content: center;z-index: -1;visibility: hidden;}.stm-template-boats #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .tmb-wrap .remaining i {font-size: 48px;display: block;}.stm-template-boats #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .tmb-wrap .remaining p {font-size: 16px;font-weight: 400;}.stm-template-boats #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .tmb-wrap .remaining.active {visibility: visible;}.stm-template-boats #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .stm-badge-directory {position: absolute;top: 15px !important;left: -93px !important;height: 39px;padding: 0 42px;line-height: 39px;color: #fff !important;text-transform: uppercase;text-align: center;font-size: 12px;font-weight: 700;transform: rotate(-45deg) translate3d(0, 0, 0);transform-origin: 50% 50%;-webkit-transform-origin: 50% 50%;z-index: 10;min-width: 260px !important;}.stm-template-boats #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop a {color: #000;}.stm-template-boats #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop a:hover, .stm-template-boats #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop a:active, .stm-template-boats #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop a:focus {color: #000;}.stm-template-boats #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop .price {color: #fff;position: relative;float: right;padding: 6px 10px 4px 4px;margin-left: 18px;background-color: #ceac61;text-align: right;}.stm-template-boats #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop .price:before {position: absolute;content: "";display: block;top: 0;left: -12px;height: 100%;width: 32px;background-color: #ceac61;transform: skew(-14deg, 0deg);z-index: 1;}.stm-template-boats #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop .price .heading-font {color: #fff;}.stm-template-boats #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop .price .price-form-label {z-index: 1;position: relative;font-weight: 700;}.stm-template-boats #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop .price.discounted-price {padding: 1px 10px 2px 4px;}.stm-template-boats #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop .price.discounted-price .regular-price {color: #232628;font-size: 13px;line-height: normal;text-decoration: line-through;position: relative;z-index: 1;}.stm-template-boats #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop .price .sale-price {color: #fff;line-height: 16px;font-size: 14px;position: relative;z-index: 1;}.stm-template-boats #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop .price .normal-price {line-height: 25px;font-size: 14px;color: #fff;position: relative;z-index: 1;font-weight: 700;}.stm-template-boats #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop .listing-car-item-meta {padding-top: 17px;}.stm-template-boats #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop .listing-car-item-meta .car-meta-top {border-bottom: none;padding-bottom: 17px;}.stm-template-boats #footer .stm-isearch-results-carousel-wrap .stm-template-front-loop .listing-car-item-meta .car-meta-top .car-title {color: #232628;overflow: hidden;text-transform: uppercase;font-size: 14px;line-height: 18px;font-weight: 700;}.stm-template-boats #footer .stm-isearch-results-carousel-wrap .owl-controls {margin-top: unset;}.stm-template-boats #footer .stm-isearch-results-carousel-wrap .owl-stage-outer {margin-bottom: 0 !important;}.stm-template-boats #footer .panel {margin-bottom: 0;}.stm-template-boats #footer .panel .panel-footer {border-top: 0;}.stm-template-boats #footer #footer_top {padding: 15px 0;}.stm-template-boats #footer #footer_top .widget_title h3 {color: #fff;}.stm-template-boats #footer .footer_widgets_wrapper {padding-top: 56px !important;}.stm-template-boats #footer .footer_widgets_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {right: 0;}.stm-template-boats #footer .footer_widgets_wrapper .cols_4 aside {margin-bottom: 23px;width: 100%;}@media (min-width: 768px) {.stm-template-boats #footer .footer_widgets_wrapper .cols_4 aside {width: 50%;}}@media (min-width: 1024px) {.stm-template-boats #footer .footer_widgets_wrapper .cols_4 aside {width: 25%;}}.stm-template-boats #footer #footer-copyright {padding: 16px 0 18px !important;}.stm-template-boats #footer #footer-copyright .footer-copyright:before {top: -16px !important;}.stm-template-boats .less_4 aside .widget-wrapper {border-bottom: 0 !important;padding-bottom: 0 !important;}.stm-template-boats .more_8 aside .widget-wrapper {border-bottom: 0 !important;padding-bottom: 30px !important;}.stm-template-boats .cols_4 aside:nth-child(5) .widget-wrapper,.stm-template-boats .cols_4 aside:nth-child(6) .widget-wrapper,.stm-template-boats .cols_4 aside:nth-child(7) .widget-wrapper,.stm-template-boats .cols_4 aside:nth-child(8) .widget-wrapper {padding-top: 39px;margin-top: 24px;border-top: 1px solid #444444;}.stm-template-boats .cols_3 aside:nth-child(1) .widget-wrapper,.stm-template-boats .cols_3 aside:nth-child(2) .widget-wrapper,.stm-template-boats .cols_3 aside:nth-child(3) .widget-wrapper {padding-bottom: 39px;margin-bottom: 24px;border-bottom: 1px solid #444444;}.stm-template-boats .cols_1 {margin: 0 -15px;}.stm-template-boats .cols_1 aside {float: left;padding: 0 15px 0;width: 100%;}.stm-template-boats .cols_1 aside:nth-child(1n+1) {clear: both;}.stm-template-boats .cols_2 {margin: 0 -15px;}.stm-template-boats .cols_2 aside {float: left;padding: 0 15px 0;width: 50%;}.stm-template-boats .cols_2 aside:nth-child(2n+1) {clear: both;}.stm-template-boats .cols_3 {margin: 0 -15px;}.stm-template-boats .cols_3 aside {float: left;padding: 0 15px 0;width: 33.3333333333%;}.stm-template-boats .cols_3 aside:nth-child(3n+1) {clear: both;}.stm-template-boats .cols_4 {margin: 0 -15px;}.stm-template-boats .cols_4 aside {float: left;padding: 0 15px 0;width: 25%;}.stm-template-boats .cols_4 aside:nth-child(4n+1) {clear: both;}.stm-template-boats #footer-copyright {padding: 20px 0 19px;}.stm-template-boats #footer-copyright .footer-copyright {position: relative;}.stm-template-boats #footer-copyright .footer-copyright:before {content: "";position: absolute;display: block;top: -20px;left: 15px;right: 15px;height: 1px;background-color: #444;}.stm-template-boats #footer-copyright .copyright-text {font-size: 13px;color: #888;}.stm-template-boats #footer-copyright .copyright-text a {color: #ceac61;}.stm-template-boats #footer-copyright .copyright-text .divider {display: inline-block;vertical-align: middle;position: relative;top: -1px;background-color: #888;margin: 0 10px;height: 13px;width: 1px;}.stm-template-boats .copyright-socials ul {list-style: none;padding: 0;margin: 0;margin-right: 7px;}.stm-template-boats .copyright-socials ul:after {display: table;content: "";clear: both;}.stm-template-boats .copyright-socials ul li {float: left;margin-left: 37px;}.stm-template-boats .copyright-socials ul li:first-child {margin-left: 0;}.stm-template-boats .copyright-socials ul li a {color: #ceac61;}.stm-template-boats #footer-copyright,.stm-template-boats #footer-main {background-color: #232628;}.stm-template-boats h1, .stm-template-boats .h1, .stm-template-boats h2, .stm-template-boats .h2, .stm-template-boats h3, .stm-template-boats .h3, .stm-template-boats h4, .stm-template-boats .h4, .stm-template-boats h5, .stm-template-boats .h5, .stm-template-boats h6, .stm-template-boats .h6, .stm-template-boats .heading-font,.stm-template-boats .button, .stm-template-boats .load-more-btn, .stm-template-boats .vc_tta-panel-title, .stm-template-boats .page-numbers li > a, .stm-template-boats .page-numbers li > span,.stm-template-boats .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a span,.stm-template-boats .stm_auto_loan_calculator input, .stm-template-boats .post-content blockquote, .stm-template-boats .contact-us-label,.stm-template-boats .wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav > li > a,.stm-template-boats .stm-shop-sidebar-area .widget.widget_product_categories > ul,.stm-template-boats #main .stm-shop-sidebar-area .widget .product_list_widget li .product-title,.stm-template-boats #main .stm-shop-sidebar-area .widget .product_list_widget li a,.stm-template-boats .woocommerce ul.products li.product .onsale,.stm-template-boats .woocommerce div.product p.price, .stm-template-boats .woocommerce div.product span.price,.stm-template-boats .woocommerce div.product .woocommerce-tabs ul.tabs li a,.stm-template-boats .woocommerce table.shop_attributes td,.stm-template-boats .woocommerce table.shop_table td.product-name a,.stm-template-boats .woocommerce-cart table.cart td.product-price,.stm-template-boats .woocommerce-cart table.cart td.product-subtotal,.stm-template-boats .header-listing .listing-menu li a {color: #232628;}.stm-template-boats h1, .stm-template-boats .h1 {margin: 0;margin-bottom: 10px;line-height: 1.2;font-size: 50px;font-weight: 700;}.stm-template-boats h2, .stm-template-boats .h2 {margin: 0;margin-bottom: 14px;line-height: 1.2;font-size: 36px;font-weight: 700;}.stm-template-boats h3, .stm-template-boats .h3 {margin: 0;margin-bottom: 15px;line-height: 1.2;font-size: 26px;font-weight: 700;}.stm-template-boats h4, .stm-template-boats .h4 {margin: 0;margin-bottom: 11px;line-height: 1.2;font-size: 16px;font-weight: 700;}.stm-template-boats h5, .stm-template-boats .h5 {margin: 0;margin-bottom: 7px;line-height: 22px;font-size: 14px;font-weight: 700;}.stm-template-boats h6, .stm-template-boats .h6 {margin: 0;margin-bottom: 8px;line-height: 1.2;font-size: 12px;font-weight: 700;}.stm-template-boats body.stm-macintosh h1, .stm-template-boats body.stm-macintosh .h1, .stm-template-boats body.stm-macintosh h2, .stm-template-boats body.stm-macintosh .h2, .stm-template-boats body.stm-macintosh h3, .stm-template-boats body.stm-macintosh .h3, .stm-template-boats body.stm-macintosh h4, .stm-template-boats body.stm-macintosh .h4, .stm-template-boats body.stm-macintosh h5, .stm-template-boats body.stm-macintosh .h5, .stm-template-boats body.stm-macintosh h6, .stm-template-boats body.stm-macintosh .h6, .stm-template-boats body.stm-macintosh .heading-font {-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}.stm-template-boats ul {padding-left: 20px;}.stm-template-boats ul li {margin-bottom: 8px;}.stm-template-boats ol {padding-left: 20px;}.stm-template-boats ol li {margin-bottom: 8px;}.stm-template-boats ul.header-menu ul {margin-top: 0;}.stm-template-boats ul ol, .stm-template-boats ol ol, .stm-template-boats ol ul, .stm-template-boats ul ul {margin-top: 8px;}.stm-template-boats img {max-width: 100%;height: auto;}.stm-template-boats a {color: #ceac61;}.stm-template-boats a:hover {color: #ceac61;}.stm-template-boats a:focus {color: #ceac61;}.stm-template-boats a:active {color: #ceac61;}.stm-template-boats blockquote {margin: 22px 0;padding: 2px 32px;border-left-width: 4px;border-left-color: #ceac61;font-size: 14px;line-height: 22px;color: #888888;font-style: italic;}.stm-template-boats label {font-weight: 400;margin-bottom: 0;}.stm-template-boats p {margin: 0 0 14px;}.stm-template-boats ul.list-style-1 {padding: 0;list-style: none;}.stm-template-boats ul.list-style-1 li {position: relative;padding-left: 27px;margin-bottom: 10px;}.stm-template-boats ul.list-style-1 li:before {content: "";position: absolute;display: block;font-family: "Font Awesome 6 Free";font-weight: 600;font-style: normal;font-size: inherit;text-rendering: auto;transform: translate(0, 0);-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;left: 0;top: 5px;content: "\f00c";font-size: 11px;color: #ceac61;}.stm-template-boats ul.list-style-2 {padding: 0;list-style: none;}.stm-template-boats ul.list-style-2 li {position: relative;padding-left: 31px;margin-bottom: 8px;}.stm-template-boats ul.list-style-2 li:before {content: "";position: absolute;display: block;font-family: "Font Awesome 6 Free";font-weight: 600;font-style: normal;font-size: inherit;text-rendering: auto;transform: translate(0, 0);-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;left: 3px;top: 0;content: "\f058";font-size: 14px;color: #ceac61;}.stm-template-boats ul.list-style-3 {padding: 0;list-style: none;}.stm-template-boats ul.list-style-3 li {position: relative;padding-left: 31px;margin-bottom: 8px;}.stm-template-boats ul.list-style-3 li:before {content: "";position: absolute;display: block;font-family: "Font Awesome 6 Free";font-weight: 600;font-style: normal;font-size: inherit;text-rendering: auto;transform: translate(0, 0);-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;left: 0;top: 3px;content: "\f138";font-size: 17px;color: #ceac61;}.stm-template-boats ul.list-style-4 {padding: 0;margin-top: 18px !important;list-style: none;}.stm-template-boats ul.list-style-4 li {position: relative;padding-left: 27px;margin-bottom: 8px;}.stm-template-boats ul.list-style-4 li:before {content: "";position: absolute;display: block;font-family: "Font Awesome 6 Free";font-weight: 600;font-style: normal;font-size: inherit;text-rendering: auto;transform: translate(0, 0);-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;font-family: "boaticons" !important;left: 0;top: 8px;content: "\e92d";font-size: 9px;color: #ceac61;}.stm-template-boats .lists-inline > ul {padding-right: 15px;display: inline-block;vertical-align: top;width: 23.7%;}.stm-template-boats table {width: 100%;margin-bottom: 20px;}.stm-template-boats table > thead tr th {text-transform: uppercase;font-size: 16px;}.stm-template-boats table > tbody tr td {padding: 9px 0 8px;font-size: 12px;color: #888888;border-bottom: 1px solid #d5d9e0;}.stm-template-boats .calculator-alert {display: none;transform: scale(0);visibility: hidden;opacity: 0;max-height: 0;overflow: hidden;margin-bottom: 0;padding: 0;}.stm-template-boats .calculator-alert.visible-alert {transform: scale(1);max-height: 400px;visibility: visible;opacity: 1;}.stm-template-boats .alert.alert-danger {margin: 4px 0;padding: 3px 10px;text-align: center;border: 2px solid #ff2325;background-color: transparent;color: #ff2325;}.stm-template-boats .alert.alert-success {margin: 4px 0;padding: 3px 10px;text-align: center;border: 2px solid mediumseagreen;background-color: transparent;color: mediumseagreen;}.stm-template-boats .header-menu li a {font-family: Montserrat;font-weight: 700;font-style: normal;color: #232628;font-size: 13px;}.stm-template-boats #top-bar, .stm-template-boats #top-bar a {font-family: "Open Sans";font-weight: normal;font-style: normal;color: #fff;font-size: 11px;}.stm-template-boats .stm-mt-icon-box-adaptive-style-three,.stm-template-boats .stm-mt-icon-box-adaptive-style-one {font-family: inherit !important;-webkit-font-smoothing: inherit !important;}.stm-template-boats .lg-backdrop {background-color: rgba(0, 0, 0, 0.7);}.stm-template-boats .inline-label {margin: 9px 0 5px;}.stm-template-boats .stm-ajax-loader {display: none;}.stm-template-boats .stm-ajax-loader.loading {display: inline-block;animation: rotating 2s infinite linear;}.stm-template-boats .stm-call-to-action {padding: 23px 46px 22px 28px;background-color: #fab637;}.stm-template-boats .stm-call-to-action .call-to-action-meta {display: inline-block;color: #fff;position: relative;margin-left: 20px;padding-top: 14px;padding-left: 56px;min-height: 30px;font-weight: 400;text-align: left;}.stm-template-boats .stm-call-to-action .call-to-action-meta i {position: absolute;left: 0;top: 8px;font-size: 38px;}.stm-template-boats .stm-call-to-action .call-to-action-meta .content {font-size: 30px;line-height: 1;}.stm-template-boats .stm-call-to-action .call-to-action-right {overflow: hidden;min-height: 55px;text-align: right;}.stm-template-boats .stm-call-to-action .call-to-action-content {position: relative;padding-left: 75px;min-height: 55px;color: #fff;overflow: hidden;font-weight: 400;}.stm-template-boats .stm-call-to-action .call-to-action-content i {position: absolute;left: 0;top: 0;font-size: 55px;}.stm-template-boats .stm-call-to-action .call-to-action-content .content {padding-top: 14px;font-size: 30px;line-height: 1;}.stm-template-boats .stm_calculator_results {display: none;}.stm-template-boats .stm_calculator_results > h4 > span {margin-left: 5px;font-weight: 700;}.stm-template-boats .stm_calculator_results > h4:last-child {margin-bottom: 0;}.stm-template-boats .filter {margin-bottom: 10px;}.stm-template-boats .all_attrs:first-letter {text-transform: uppercase;}.stm-template-boats .stm-ajax-row {position: relative;}.stm-template-boats .stm-ajax-row:before {content: "";position: absolute;display: block;left: 0;right: 0;top: 0;bottom: 0;background: rgba(255, 255, 255, 0.8);opacity: 0;visibility: hidden;z-index: -1;}.stm-template-boats .stm-ajax-row:after {content: "\e924";display: block;position: absolute;top: 10%;left: 50%;font-family: "stm-icon";speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;animation: rotating 2s infinite linear;font-size: 30px;color: #ceac61;opacity: 0;visibility: hidden;z-index: -1;}.stm-template-boats .stm-ajax-row.stm-loading:before {opacity: 1;visibility: visible;z-index: 50;}.stm-template-boats .stm-ajax-row.stm-loading:after {opacity: 1;visibility: visible;z-index: 51;}.stm-template-boats .rmv_txt_drctn {color: inherit;text-decoration: none !important;}.stm-template-boats .global-alerts {padding: 15px 17px 15px 15px;position: fixed;top: 20px;right: 20px;background-color: #d9edf7;color: #31708f;border-radius: 5px;visibility: hidden;opacity: 0;transform: scale(0);}.stm-template-boats .global-alerts.warning {color: #8a6d3b;background-color: #fcf8e3;}.stm-template-boats .global-alerts.success {color: #3c763d;background-color: #dff0d8;}.stm-template-boats .global-alerts.danger {color: #a94442;background-color: #f2dede;}.stm-template-boats .global-alerts.alerted {opacity: 1;visibility: visible;transform: scale(1);}.stm-template-boats .stm-shareble {position: relative;transition: all 0.1s ease-in;}.stm-template-boats .stm-shareble:hover .stm-a2a-popup {display: block;}.stm-template-boats .stm-shareble:hover .stm-a2a-popup a {background: transparent !important;}.stm-template-boats .stm-shareble .stm-a2a-popup {display: none;opacity: 0;position: absolute;top: 0;left: 0;z-index: -1;}.stm-template-boats .stm-shareble .stm-a2a-popup.stm-a2a-popup-active {top: 110%;opacity: 1;z-index: 10;padding: 0 0 4px;}.stm-template-boats .stm-shareble .stm-a2a-popup .addtoany_shortcode {background: #fff;padding: 5px 5px 1px;border: 1px solid #cccccc;}.stm-template-boats .stm-shareble .stm-a2a-popup .addtoany_shortcode .a2a_kit {display: flex;flex-direction: row;flex-wrap: nowrap;background: transparent;line-height: 26px;}.stm-template-boats .stm-shareble .stm-a2a-popup .addtoany_shortcode .a2a_kit a {background: transparent;padding: 0;min-height: auto;margin: 0 5px;}.stm-template-boats .stm-shareble .stm-a2a-popup .addtoany_shortcode .a2a_kit a:hover {background: transparent !important;}.stm-template-boats .select2 {outline: none !important;}.stm-template-boats .select2 > * {outline: none !important;}.stm-template-boats .modal-dialog {z-index: 1050;}.stm-template-boats .modal-open {overflow: visible;padding-right: 0 !important;}.stm-template-boats .form-error {border-color: #a94442;}.stm-template-boats .alert-modal {margin: 20px 0 0;}.stm-template-boats .icon-box-link {text-decoration: none !important;}.stm-template-boats .icon-box {position: relative;padding: 46px 50px 48px 34px;color: #232628;z-index: 10;}.stm-template-boats .icon-box:after {content: "";position: absolute;display: block;top: 0;left: 0;right: 0;bottom: 0;opacity: 0.9;z-index: -2;}.stm-template-boats .icon-box:before {content: "";position: absolute;display: block;top: 0;left: 0;right: 0;bottom: 0;z-index: -1;opacity: 0;}.stm-template-boats .icon-box .icon {float: left;margin-top: 11px;margin-right: 27px;color: #ceac61;}.stm-template-boats .icon-box .icon-text {overflow: hidden;}.stm-template-boats .icon-box .icon-text h2 {line-height: 34px;}.stm-template-boats .icon-box .icon-text h3.title {margin-bottom: 12px;font-weight: 700;font-size: 26px;line-height: 28px;}.stm-template-boats .icon-box .icon-text h4.title {font-weight: 700;}.stm-template-boats .icon-box .icon-text h5 {font-weight: 400;line-height: 18px;}.stm-template-boats .icon-box .icon-text h6.title {margin-bottom: 10px;font-weight: 700;text-transform: uppercase;font-size: 14px;line-height: 18px;}.stm-template-boats .icon-box .icon-text .content {font-size: 13px;}.stm-template-boats .icon-box .icon-text .content p, .stm-template-boats .icon-box .icon-text .content span {line-height: 18px;}.stm-template-boats .icon-box .icon-box-bottom-triangle {margin-top: 0;position: absolute;top: 100%;left: 0;width: 0;height: 0;border-top: 12px solid transparent;border-bottom: 12px solid transparent;border-right: 55px solid rgba(250, 182, 55, 0.9);transform: skew(0deg, 23deg);}.stm-template-boats .icon-box .icon-box-bottom-triangle:hover {border-right: 55px solid rgb(250, 182, 55);}.stm-template-boats .icon-box:hover:before {opacity: 1;}.stm-template-boats .colored-separator {text-align: center;vertical-align: top;font-size: 0;}.stm-template-boats .colored-separator.text-left {text-align: left;}.stm-template-boats .colored-separator.text-right {text-align: right;}.stm-template-boats .colored-separator .first-long {margin-right: 3px;}.stm-template-boats .colored-separator .first-long,.stm-template-boats .colored-separator .last-short {display: inline-block;vertical-align: top;width: 33px;height: 5px;transform: skew(-40deg, 0deg);border-radius: 2px;background-color: #ceac61;}.stm-template-boats .colored-separator .last-short {width: 16px;}.stm-template-boats .vt-top {vertical-align: top;}.stm-template-boats .special-offers .colored-separator {margin-bottom: 13px;}.stm-template-boats .special-offers .title {position: relative;padding: 0 130px;margin-bottom: 16px;text-align: center;font-weight: 700;font-size: 36px;line-height: normal;color: #fff;}.stm-template-boats .special-offers .title .all-offers {display: block;position: absolute;top: 14px;right: 0;font-size: 13px;font-weight: 400;text-transform: uppercase;color: #aaaaaa;text-decoration: none !important;}.stm-template-boats .special-offers .title .all-offers > i {vertical-align: top;margin-right: 3px;font-size: 19px;}.stm-template-boats .special-offers .title .all-offers .lt-blue {vertical-align: top;}.stm-template-boats .vt-top {vertical-align: top;}.stm-template-boats .lt-blue {color: #ceac61;}.stm-template-boats .listing-car-items-units {margin: 0 -15px;}.stm-template-boats .listing-car-items .listing-car-item {float: left;padding: 0 15px;}.stm-template-boats .listing-car-items .listing-car-item .listing-car-item-inner {max-width: 350px;width: auto;margin: 0 auto;}.stm-template-boats .listing-car-items .listing-car-item .image {margin-bottom: 10px;}.stm-template-boats .listing-car-items .listing-car-item .car-title {margin-top: 8px;color: #fff;overflow: hidden;text-transform: uppercase;font-size: 16px;line-height: 18px;font-weight: 700;text-decoration: none;text-align: left;}.stm-template-boats .listing-car-items .listing-car-item .car-title .colored {color: #ceac61;}.stm-template-boats .listing-car-items .listing-car-item .price {position: relative;float: right;padding: 6px 20px 4px 8px;margin-left: 23px;background-color: #ceac61;text-align: right;}.stm-template-boats .listing-car-items .listing-car-item .price .regular-price,.stm-template-boats .listing-car-items .listing-car-item .price .sale-price,.stm-template-boats .listing-car-items .listing-car-item .price .normal-price {position: relative;z-index: 6;}.stm-template-boats .listing-car-items .listing-car-item .price .regular-price {font-size: 13px;line-height: normal;text-decoration: line-through;}.stm-template-boats .listing-car-items .listing-car-item .price .normal-price,.stm-template-boats .listing-car-items .listing-car-item .price .sale-price {color: #fff;font-size: 16px;line-height: 20px;}.stm-template-boats .listing-car-items .listing-car-item .price .normal-price {line-height: 36px;}.stm-template-boats .listing-car-items .listing-car-item .price:before {content: "";position: absolute;display: block;top: 0;left: -14px;height: 100%;width: 32px;background-color: #ceac61;transform: skew(-18deg, 0deg);z-index: 5;}.stm-template-boats .listing-car-items .listing-car-item .listing-car-item-meta {padding: 18px 20px 20px 23px;background-color: #373c3f;text-align: left;}.stm-template-boats .listing-car-items .listing-car-item .listing-car-item-meta .car-meta-top {min-height: 67px;padding-bottom: 22px;border-bottom: 1px solid #4e5254;}.stm-template-boats .listing-car-items .listing-car-item .listing-car-item-meta .car-meta-bottom ul {list-style: none;padding: 0;margin: 0;}.stm-template-boats .listing-car-items .listing-car-item .listing-car-item-meta .car-meta-bottom ul li {display: inline-block;margin-top: 18px;margin-right: 27px;margin-bottom: 0;color: #c9c9c9;vertical-align: middle;line-height: 13px;}.stm-template-boats .listing-car-items .listing-car-item .listing-car-item-meta .car-meta-bottom ul li i {margin-right: 6px;font-size: 14px;color: #737373;vertical-align: middle;}.stm-template-boats .listing-car-items .listing-car-item .listing-car-item-meta .car-meta-bottom ul li i.stm-icon-road {position: relative;top: 0;font-size: 16px;}.stm-template-boats .listing-car-items .listing-car-item .listing-car-item-meta .car-meta-bottom ul li i.stm-icon-transmission {position: relative;top: 1px;}.stm-template-boats .listing-car-items .listing-car-item .listing-car-item-meta .car-meta-bottom ul li span {position: relative;top: 1px;vertical-align: top;}.stm-template-boats .listing-car-items .listing-car-item .listing-car-item-meta .car-meta-bottom ul li .special-text {margin-bottom: 2px;text-transform: uppercase;}.stm-template-boats .listing-car-items .listing-car-item .listing-car-item-meta .car-meta-bottom ul li:last-child {margin-right: 0;}.stm-template-boats .dp-in {display: inline-block;vertical-align: top;max-width: 100%;}.stm-template-boats .owl-controls {margin-top: 35px;text-align: center;}.stm-template-boats .owl-dots {display: inline-block;vertical-align: middle;margin: 0 7px;position: relative;top: 1px;}.stm-template-boats .owl-dots .owl-dot {display: block;float: left;padding: 4px;}.stm-template-boats .owl-dots .owl-dot.active span {transform: scale(1.3);background-color: #ceac61;}.stm-template-boats .owl-dots .owl-dot span {display: block;width: 4px;height: 4px;background-color: #9d9d9d;border-radius: 50%;}.stm-template-boats .owl-dots button {background-color: transparent !important;box-shadow: none !important;}.stm-template-boats .car-listing-tabs-unit .stm-listing-tabs {margin-top: 20px;}.stm-template-boats .car-listing-tabs-unit .car-listing-top-part {position: relative;padding-top: 33px;}.stm-template-boats .car-listing-tabs-unit .car-listing-top-part:before {content: "";position: absolute;display: block;top: 0;bottom: 0;left: -2000px;right: -2000px;z-index: -1;}.stm-template-boats .car-listing-main-part {padding-top: 59px;}.stm-template-boats .stm-listing-tabs ul {list-style: none;padding: 0;margin: 0;font-size: 0;}.stm-template-boats .stm-listing-tabs ul li {display: inline-block;margin-right: 2px;margin-bottom: 0;}.stm-template-boats .stm-listing-tabs ul li:last-child {margin-right: 0;}.stm-template-boats .stm-listing-tabs ul li.active a {color: #ceac61;background-color: #fff;}.stm-template-boats .stm-listing-tabs ul li a {display: block;padding: 0 25px;background: rgba(255, 255, 255, 0.1);font-size: 14px;line-height: 44px;text-transform: uppercase;text-decoration: none !important;font-weight: 700;color: #aaa;}.stm-template-boats .preloader {display: none;position: absolute;left: 50%;margin-left: -27px;top: 0;height: 46px;width: 54px;}.stm-template-boats .preloader span {display: block;bottom: 20px;width: 9px;height: 5px;background: #ceac61;position: absolute;animation: preloader 1.5s infinite ease-in-out;}.stm-template-boats .preloader span:nth-child(2) {left: 11px;animation-delay: 0.2s;}.stm-template-boats .preloader span:nth-child(3) {left: 22px;animation-delay: 0.4s;}.stm-template-boats .preloader span:nth-child(4) {left: 33px;animation-delay: 0.6s;}.stm-template-boats .preloader span:nth-child(5) {left: 44px;animation-delay: 0.8s;}@keyframes preloader {0% {height: 5px;transform: translateY(0px);background: #ceac61;}25% {height: 30px;transform: translateY(15px);background: #ceac61;}50% {height: 5px;transform: translateY(0px);background: #ceac61;}100% {height: 5px;transform: translateY(0px);background: #ceac61;}}.stm-template-boats .car-listing-actions {position: relative;height: 46px;}.stm-template-boats .car-listing-actions.all-done {height: 0;padding: 0;}.stm-template-boats .car-listing-row .col-md-3 {margin-bottom: 40px;}.stm-template-boats .car-listing-row .listing-car-item-meta {padding-top: 17px;}.stm-template-boats .car-listing-row .listing-car-item-meta .car-title {color: #232628;overflow: hidden;text-transform: uppercase;font-size: 14px;line-height: 18px;font-weight: 700;}.stm-template-boats .car-listing-row .listing-car-item-meta .car-title .colored {color: #ceac61;}.stm-template-boats .car-listing-row .listing-car-item-meta .price {position: relative;float: right;padding: 6px 10px 4px 4px;margin-left: 18px;background-color: #ceac61;text-align: right;}.stm-template-boats .car-listing-row .listing-car-item-meta .price.discounted-price {padding: 1px 10px 2px 4px;}.stm-template-boats .car-listing-row .listing-car-item-meta .price.discounted-price .sale-price {line-height: 16px;}.stm-template-boats .car-listing-row .listing-car-item-meta .price .regular-price,.stm-template-boats .car-listing-row .listing-car-item-meta .price .sale-price,.stm-template-boats .car-listing-row .listing-car-item-meta .price .normal-price {position: relative;z-index: 6;}.stm-template-boats .car-listing-row .listing-car-item-meta .price .regular-price {font-size: 13px;line-height: normal;text-decoration: line-through;color: #fff;}.stm-template-boats .car-listing-row .listing-car-item-meta .price .normal-price,.stm-template-boats .car-listing-row .listing-car-item-meta .price .sale-price {color: #232628;font-weight: 700;font-size: 14px;line-height: 20px;}.stm-template-boats .car-listing-row .listing-car-item-meta .price .normal-price {line-height: 25px;}.stm-template-boats .car-listing-row .listing-car-item-meta .price:before {content: "";position: absolute;display: block;top: 0;left: -12px;height: 100%;width: 32px;background-color: #ceac61;transform: skew(-14deg, 0deg);z-index: 5;}.stm-template-boats .car-listing-row .car-meta-top {padding-bottom: 17px;border-bottom: 1px solid #ccc;}.stm-template-boats .car-listing-row .car-meta-bottom ul {list-style: none;padding: 0;margin: 0;}.stm-template-boats .car-listing-row .car-meta-bottom ul li {display: inline-block;margin-top: 4px;margin-bottom: 0;margin-right: 14px;color: #888;vertical-align: middle;}.stm-template-boats .car-listing-row .car-meta-bottom ul li i {margin-right: -1px;font-size: 13px;color: #aaaaaa;vertical-align: middle;}.stm-template-boats .car-listing-row .car-meta-bottom ul li i.stm-icon-road {position: relative;top: 1px;}.stm-template-boats .car-listing-row .car-meta-bottom ul li i.stm-icon-transmission {position: relative;top: 1px;}.stm-template-boats .car-listing-row .car-meta-bottom ul li span {position: relative;top: 1px;vertical-align: top;margin-left: 2px;font-size: 13px;}.stm-template-boats .car-listing-row .car-meta-bottom ul li .special-text {margin-bottom: 2px;text-transform: uppercase;}.stm-template-boats .car-listing-row .car-meta-bottom ul li:last-child {margin-right: 0;}.stm-template-boats .found-cars-cloned {position: absolute;top: 50%;right: 0;margin-top: -13px;}.stm-template-boats .found-cars {display: inline-block;position: relative;padding-left: 30px;font-size: 13px;line-height: 26px;text-transform: uppercase;font-weight: 400;color: #aaaaaa !important;}.stm-template-boats .found-cars i {content: "";position: absolute;display: block;font-size: 23px;position: absolute;left: 0;top: 0;}.stm-template-boats .found-cars .blue-lt {color: #ceac61;font-weight: 700;}.stm-template-boats .found-cars-clone {display: none;visibility: hidden;opacity: 0;}.stm-template-boats .tab-search-title {position: relative;padding-left: 71px;margin-bottom: 36px;min-height: 35px;font-size: 30px;color: #232628;font-weight: 700;}.stm-template-boats .tab-search-title i {position: absolute;left: 0;top: -7px;font-size: 34px;}.stm-template-boats #car-listing-tab-search {padding-top: 20px;}.stm-template-boats .reset-all:hover {cursor: pointer;}.stm-template-boats .reset-all.reset-styled {display: block;border: 2px solid #ddd;border-radius: 3px;color: #ddd;text-align: center;line-height: 44px;font-size: 22px;text-decoration: none !important;}.stm-template-boats .reset-all.reset-styled:hover {color: #ceac61;border-color: #ceac61;}.stm-template-boats .reset-all.reset-styled:focus {color: #ceac61;border-color: #ceac61;}.stm-template-boats .reset-all.reset-styled:active {color: #ceac61;border-color: #ceac61;}.stm-template-boats .search-call-to-action {margin-top: 36px;}.stm-template-boats .slider-v1-title .h1 {font-size: 46px;color: #232628;font-weight: 400 !important;}.stm-template-boats .stm-slider-rounded-style-title {font-size: 20px;line-height: 22px;font-weight: 700;}.stm-template-boats .stm-slider-rounded-style-title.text-left {padding-left: 37px;}.stm-template-boats .stm-slider-rounded-style-title.style-2 span {display: block;}.stm-template-boats .white {color: #fff !important;}.stm-template-boats .button.stm-slider-button {padding: 16px 25px 15px 45px;font-weight: 700;visibility: inherit;white-space: nowrap;}.stm-template-boats .button.stm-slider-button i {position: absolute;top: 50%;left: 16px;font-size: 18px;margin-top: -9px;}.stm-template-boats .entry-header {position: relative;background-size: cover;background-color: #8f9fad;background-position: 50% 0;}.stm-template-boats .entry-header.small_title_box > .container {min-height: 222px;}.stm-template-boats .entry-header.small_title_box .entry-title h1 {font-size: 36px;margin-bottom: 0;}.stm-template-boats .entry-header > .container {min-height: 335px;}.stm-template-boats .entry-header:after {content: "";position: absolute;display: block;display: block !important;top: 0;left: 0;right: 0;bottom: 0;background: rgba(35, 38, 40, 0.5);z-index: 10;}.stm-template-boats .entry-header > .container {position: relative;z-index: 11;}.stm-template-boats .entry-header .entry-title {position: absolute;top: 50%;left: 15px;right: 15px;transform: translateY(-50%);}.stm-template-boats .entry-header .entry-title h1 {color: #fff;margin-bottom: 13px;text-transform: uppercase;}.stm-template-boats .entry-header .entry-title h2 {color: #fff;margin-bottom: 13px;text-transform: uppercase;}.stm-template-boats .entry-header .entry-title .colored-separator {color: #ceac61;margin-bottom: 8px;text-align: left;}.stm-template-boats .entry-header .entry-title .colored-separator .first-long, .stm-template-boats .entry-header .entry-title .colored-separator .last-short {background-color: #fab637;}.stm-template-boats .entry-header .entry-title .sub-title {color: #fff;font-weight: 400;line-height: 17px;}.stm-template-boats .entry-header.center .entry-title h1 {text-align: center;}.stm-template-boats .entry-header.center .entry-title h2 {text-align: center;}.stm-template-boats .entry-header.center .colored-separator {text-align: center;}.stm-template-boats .entry-header.center .sub-title {text-align: center;}.stm-template-boats .entry-header.right .entry-title h1 {text-align: right;}.stm-template-boats .entry-header.right .entry-title h2 {text-align: right;}.stm-template-boats .entry-header.right .colored-separator {text-align: right;}.stm-template-boats .entry-header.right .sub-title {text-align: right;}.stm-template-boats .stm_breadcrumbs_unit .navxtBreads {padding: 15px 0 8px 4px;margin-bottom: 20px;color: #888;text-transform: uppercase;font-size: 11px;border-bottom: 1px solid #dddddd;}.stm-template-boats .stm_breadcrumbs_unit .navxtBreads span:first-child {margin-left: 0;}.stm-template-boats .stm_breadcrumbs_unit .navxtBreads span {margin: 0 3px;}.stm-template-boats .stm_breadcrumbs_unit .navxtBreads span:last-child {margin-right: 0;}.stm-template-boats .stm_breadcrumbs_unit .navxtBreads a {color: #888;text-decoration: none !important;font-size: 11px;}.stm-template-boats .stm_breadcrumbs_unit .navxtBreads a:hover {color: #ceac61;}.stm-template-boats .media-carousel-item {max-width: 270px;width: auto;margin: 0 auto;}.stm-template-boats .media-carousel-item .stm_fancybox {display: block;position: relative;}.stm-template-boats .media-carousel-item .stm_fancybox:after {content: "";position: absolute;display: block;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0, 0, 0, 0.5);opacity: 0;}.stm-template-boats .media-carousel-item .stm_fancybox:hover:after {opacity: 1;}.stm-template-boats .stm-carousel .owl-controls {margin-top: 30px;}.stm-template-boats *:focus {outline: none !important;}.stm-template-boats .stm-owl-next,.stm-template-boats .stm-owl-prev {display: inline-block;vertical-align: middle;font-size: 30px;padding: 5px 15px;border: 2px solid transparent;color: #888;}.stm-template-boats .stm-owl-next:hover,.stm-template-boats .stm-owl-prev:hover {cursor: pointer;border-color: #ceac61;color: #ceac61;}.stm-template-boats .owl-carousel .owl-item {transform: translateZ(0px) !important;-webkit-transform: translateZ(0px) !important;}.stm-template-boats .stm-carousel-brands {position: relative;padding: 0 30px;}.stm-template-boats .stm-carousel-brands .brands-carousel-item {float: left;}.stm-template-boats .stm-carousel-brands .brands-carousel-item .brands-carousel-item-inner {opacity: 0.7;width: auto;margin: 0 auto;}.stm-template-boats .stm-carousel-brands .brands-carousel-item .brands-carousel-item-inner:hover {opacity: 1;}.stm-template-boats .stm-carousel-brands .owl-controls {margin-top: 0;}.stm-template-boats .stm-carousel-brands .owl-controls .owl-prev, .stm-template-boats .stm-carousel-brands .owl-controls .owl-next {display: inline-block;position: absolute;top: 50%;margin-top: -13px;color: #aaaaaa;}.stm-template-boats .stm-carousel-brands .owl-controls .owl-prev:hover, .stm-template-boats .stm-carousel-brands .owl-controls .owl-next:hover {color: #ceac61;}.stm-template-boats .stm-carousel-brands .owl-controls .owl-prev {left: 0;}.stm-template-boats .stm-carousel-brands .owl-controls .owl-next {right: 0;}.stm-template-boats .stm-carousel-brands .owl-controls .owl-prev:after, .stm-template-boats .stm-carousel-brands .owl-controls .owl-next:after {font-family: "Font Awesome 6 Free";font-weight: 600;font-style: normal;font-size: inherit;text-rendering: auto;transform: translate(0, 0);-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;font-size: 26px;}.stm-template-boats .stm-carousel-brands .owl-controls .owl-prev:after {content: "\f104";}.stm-template-boats .stm-carousel-brands .owl-controls .owl-next:after {content: "\f105";}.stm-template-boats .stm-services-archive-page {margin-top: 30px;}.stm-template-boats .stm-service-unit {margin-bottom: 50px;}.stm-template-boats .stm-service-unit > a {text-decoration: none !important;}.stm-template-boats .stm-service-unit .image {position: relative;margin-bottom: 14px;}.stm-template-boats .stm-service-unit .image .icon {position: absolute;bottom: 0;left: 0;width: 70px;height: 70px;font-size: 33px;background-color: #ceac61;color: #fff;text-align: center;}.stm-template-boats .stm-service-unit .image .icon > i {line-height: 70px;}.stm-template-boats .stm-service-unit .stm-service-meta {border: 1px solid #ddd;padding: 21px 41px 10px 45px;}.stm-template-boats .stm-service-unit .stm-service-meta .title {padding-bottom: 13px;margin-bottom: 15px;text-transform: uppercase;border-bottom: 1px solid #ddd;}.stm-template-boats .stm-service-unit .stm-service-meta .excerpt {font-size: 13px;line-height: 18px;color: #888;}.stm-template-boats ul.page-numbers {display: block;position: relative;margin-top: 10px;padding: 45px 60px 0;border-top: 1px solid #ddd;text-align: center;}.stm-template-boats ul.page-numbers li {display: inline-block;margin-bottom: 0;}.stm-template-boats ul.page-numbers li > a {display: block;width: 34px;height: 35px;margin: 0 8px;padding: 0;background-color: #ceac61;color: #fff !important;border-top: none;border-radius: 3px;line-height: 35px;text-decoration: none !important;}.stm-template-boats ul.page-numbers li > span {display: block;width: 34px;height: 35px;margin: 0 8px;padding: 0;background-color: #dddddd;color: #fff !important;border-top: none;border-radius: 3px;line-height: 35px;}.stm-template-boats ul.page-numbers li .prev, .stm-template-boats ul.page-numbers li .next {width: 54px;height: 35px;font-size: 20px;border-radius: 3px;margin: 0;}.stm-template-boats ul.page-numbers li .prev {position: absolute;left: 0;top: 45px;}.stm-template-boats ul.page-numbers li .next {position: absolute;right: 0;top: 45px;}.stm-template-boats .single-car-actions > ul li {float: left;margin-right: 13px;margin-bottom: 12px;}.stm-template-boats .single-car-actions > ul li:last-child {margin-right: 0;}.stm-template-boats .single-car-actions .stock-num {padding: 3px 15px;background-color: #f0f2f5;border-radius: 15px;font-size: 14px;color: #232628;}.stm-template-boats .single-car-actions .stock-num > span {font-size: 12px;text-transform: uppercase;color: #888;}.stm-template-boats .car-action-unit {position: relative;display: block;padding: 0 15px 0 32px;font-size: 12px;text-transform: uppercase;color: #888;border: 1px solid #dddddd;line-height: 27px;border-radius: 15px;text-decoration: none !important;}.stm-template-boats .car-action-unit > i {position: absolute;left: 8px;top: 50%;margin-top: -1px;font-size: 17px;color: #ceac61;transform: translateY(-50%);}.stm-template-boats .car-action-unit:hover {border-color: #ceac61;}.stm-template-boats .car-action-unit.add-to-compare {padding-right: 0;padding-left: 36px;width: 158px;white-space: nowrap;}.stm-template-boats .car-action-unit.add-to-compare > i {font-size: 14px;}.stm-template-boats .car-action-unit.add-to-compare.stm-added {position: relative;background-color: #ceac61;color: #fff;border-color: #ceac61;}.stm-template-boats .car-action-unit.add-to-compare.stm-added > i {color: #fff;}.stm-template-boats .car-action-unit.add-to-compare.stm-added .stm-unhover {opacity: 1;}.stm-template-boats .car-action-unit.add-to-compare.stm-added .stm-show-on-hover {opacity: 0;width: 100%;height: 100%;top: 0;left: 0;position: absolute;padding-left: 36px;}.stm-template-boats .car-action-unit.add-to-compare.stm-added .stm-show-on-hover > i {position: absolute;left: 8px;top: 6px;font-size: 14px;}.stm-template-boats .car-action-unit.add-to-compare.stm-added:hover .stm-unhover {opacity: 0;}.stm-template-boats .car-action-unit.add-to-compare.stm-added:hover .stm-show-on-hover {opacity: 1;}.stm-template-boats .car-action-unit.add-to-compare.disabled .stm-icon-add,.stm-template-boats .car-action-unit.add-to-compare.disabled .stm-icon-added,.stm-template-boats .car-action-unit.add-to-compare.disabled .stm-icon-remove {opacity: 0;}.stm-template-boats .car-action-unit.add-to-compare.disabled:after {font-family: "stm-icon";speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;display: block;position: absolute;top: 6px;left: 10px;font-size: 14px;content: "\e924";height: 14px;width: 14px;animation: rotating 2s infinite linear;z-index: 20;}.stm-template-boats .car-action-unit.stm-brochure {width: 157px;padding-left: 35px;}.stm-template-boats .car-action-unit.stm-brochure > i {left: 11px;}.stm-template-boats .car-action-unit.stm-share {width: 119px;}.stm-template-boats .car-action-unit.stm-share > i {left: 11px;font-size: 13px;}.stm-template-boats .stm-single-car-content {padding-right: 27px;}.stm-template-boats .stm-single-car-side {padding-top: 7px;margin-left: -30px;}.stm-template-boats .stm-big-car-gallery .owl-controls {margin-top: 25px;}.stm-template-boats .stm-big-car-gallery .owl-nav {display: none !important;}.stm-template-boats .stm-thumbs-car-gallery {position: relative;}.stm-template-boats .stm-thumbs-car-gallery:after {display: table;content: "";clear: both;}.stm-template-boats .stm-thumbs-car-gallery .stm-single-image {max-width: 142px;width: auto;margin: 0 auto;}.stm-template-boats .stm-thumbs-car-gallery .stm-single-image:hover {cursor: pointer;}.stm-template-boats .stm-thumbs-car-gallery .stm-single-image img {max-width: 100%;height: auto;}.stm-template-boats .stm-thumbs-car-gallery .owl-item:hover {cursor: pointer;}.stm-template-boats .stm-thumbs-car-gallery .owl-item:after {content: "";position: absolute;display: block;top: 0;left: 0;right: 0;bottom: 0;background: rgba(35, 38, 40, 0.3);visibility: visible;opacity: 0;max-width: 142px;width: auto;margin: 0 auto;}.stm-template-boats .stm-thumbs-car-gallery .owl-item.current:after {visibility: visible;opacity: 1;}.stm-template-boats .stm-thumbs-car-gallery .owl-controls {margin-top: 0;}.stm-template-boats .stm-thumbs-car-gallery .owl-prev {position: absolute;left: -30px;top: 0;width: 30px;height: -moz-fit-content;height: fit-content;background: rgba(0, 0, 0, 0.7);}.stm-template-boats .stm-thumbs-car-gallery .owl-prev:after {font-family: "Font Awesome 6 Free";font-weight: 600;font-style: normal;font-size: inherit;text-rendering: auto;transform: translate(0, 0);-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\f053";color: #fff;line-height: 82px;margin-left: 9px;}.stm-template-boats .stm-thumbs-car-gallery .owl-next {position: absolute;right: -30px;top: 0;width: 30px;height: -moz-fit-content;height: fit-content;background: rgba(0, 0, 0, 0.7);}.stm-template-boats .stm-thumbs-car-gallery .owl-next:after {font-family: "Font Awesome 6 Free";font-weight: 600;font-style: normal;font-size: inherit;text-rendering: auto;transform: translate(0, 0);-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;display: block;content: "\f054";color: #fff;line-height: 82px;margin-left: 9px;}.stm-template-boats .stm-thumbs-car-gallery .video-preview {position: relative;}.stm-template-boats .stm-thumbs-car-gallery .video-preview:before {content: "";position: absolute;display: block;font-family: "Font Awesome 6 Free";font-weight: 600;font-style: normal;font-size: inherit;text-rendering: auto;transform: translate(0, 0);-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\f144";position: absolute;top: 50%;left: 50%;margin: -25px 0 0 -25px;width: 51px;height: 51px;background: rgba(255, 255, 255, 0.8);border-radius: 50%;text-align: center;line-height: 51px;color: #ceac61;font-size: 30px;z-index: 20;}.stm-template-boats .stm-big-car-gallery .video-preview a:before {width: 90px;height: 90px;line-height: 90px;font-size: 63px;margin: -45px 0 0 -45px !important;}.stm-template-boats .stm-car-carousels {position: relative;overflow: hidden;margin-bottom: 45px;}.stm-template-boats .stm-car-carousels:hover .stm-thumbs-car-gallery .owl-prev {left: 0;}.stm-template-boats .stm-car-carousels:hover .stm-thumbs-car-gallery .owl-next {right: 0;}.stm-template-boats .video-preview {position: relative;}.stm-template-boats .video-preview a {display: block;position: relative;}.stm-template-boats .video-preview a:before {content: "";position: absolute;display: block;font-family: "Font Awesome 6 Free";font-weight: 600;font-style: normal;font-size: inherit;text-rendering: auto;transform: translate(0, 0);-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\f144";position: absolute;top: 50%;left: 50%;margin: -25px 0 0 -25px;width: 51px;height: 51px;background: rgba(255, 255, 255, 0.8);border-radius: 50%;text-align: center;line-height: 51px;color: #232628;font-size: 30px;z-index: 20;}.stm-template-boats .video-preview a:hover:before {color: #ceac61;}.stm-template-boats .compose-mode .stm-tech-infos table {position: absolute;top: 44px;z-index: 1;}.stm-template-boats .compose-mode .stm-tech-infos {position: relative;margin-top: 10px;}.stm-template-boats .compose-mode .vc_element.vc_stm_tech_info {min-height: 40px;}.stm-template-boats .compose-mode .vc_element {z-index: 10;position: relative;}.stm-template-boats .stm-tech-infos {margin-top: -6px;margin-bottom: 25px;}.stm-template-boats .stm-tech-infos .stm-tech-title {position: relative;padding-top: 10px;padding-left: 50px;margin-bottom: 9px;min-height: 35px;}.stm-template-boats .stm-tech-infos .stm-tech-title i {position: absolute;top: 50%;left: 0;transform: translateY(-50%);font-size: 27px;color: #ceac61;}.stm-template-boats .stm-tech-infos .stm-tech-title .title {font-size: 16px;font-weight: 400;color: #232628;}.stm-template-boats .stm-tech-infos span.h6 {font-size: 14px;font-weight: 400;}.stm-template-boats .stm-border-right {border-right: 1px solid #ddd;}.stm-template-boats .special-label, .stm-template-boats .special-label.h5 {position: absolute;top: 27px;left: -81px;height: 49px;padding: 0 100px;line-height: 49px;color: #fff !important;text-transform: uppercase;background-color: var(--motors-base-color);transform: rotate(-45deg) translateZ(0);transform-origin: 50% 50%;-webkit-transform-origin: 50% 50%;z-index: 10;text-align: center;font-size: 14px;font-weight: 700;}.stm-template-boats .special-label-small, .stm-template-boats .special-label-small.h6 {top: 20px;left: -91px;height: 32px;line-height: 32px;}.stm-template-boats .single-add-to-compare {position: fixed;top: -30%;left: 0;right: 0;padding-top: 17px;min-height: 71px;background-color: #ceac61;z-index: 9999;opacity: 0;}.stm-template-boats .single-add-to-compare.single-add-to-compare-visible {top: 0;opacity: 1;}.stm-template-boats .single-add-to-compare .single-add-to-compare-left {position: relative;padding-left: 55px;min-height: 35px;}.stm-template-boats .single-add-to-compare .single-add-to-compare-left .add-to-compare-icon {position: absolute;left: 0;top: 50%;color: #d3e0f6;font-size: 35px;transform: translateY(-50%);}.stm-template-boats .single-add-to-compare .single-add-to-compare-left .stm-title {display: block;padding-top: 10px;color: #fff !important;font-weight: 400;}.stm-template-boats .compare-fixed-link {display: block;padding: 8px 23px 6px;color: #fff !important;border: 1px solid #b6ccf0;border-radius: 3px;font-size: 12px;text-transform: uppercase;font-weight: 400;text-decoration: none !important;}.stm-template-boats .compare-fixed-link:hover {background-color: #b6ccf0;color: #ceac61;}.stm-template-boats .stm-single-car-page {margin: 12px 0 60px;}.stm-template-boats .stm-shareble {position: relative;}.stm-template-boats .stm-shareble:hover .stm-share {border-color: #ceac61;color: #ceac61;}.stm-template-boats .stm-shareble .st_sharethis_large {display: block;position: absolute;top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;opacity: 0;z-index: 20;}.stm-template-boats .stm-shareble .st_sharethis_large:hover {cursor: pointer;}.stm-template-boats .single-car-prices {background-color: #ceac61;}.stm-template-boats .single-car-prices .h4 {font-size: 24px;}.stm-template-boats .single-regular-price {padding: 22px 0 13px;vertical-align: middle;}.stm-template-boats .single-regular-price > .labeled {margin-right: 7px;font-size: 12px;font-weight: 400;color: #fff;vertical-align: middle;text-transform: uppercase;}.stm-template-boats .single-regular-price > .h3 {position: relative;top: -1px;left: 1px;color: #fff;vertical-align: middle;}.stm-template-boats .price-description-single {padding: 4px 10px;background-color: #232628;font-size: 13px;text-align: center;color: #fff;}.stm-template-boats .single-regular-sale-price {padding: 14px 25px 12px;}.stm-template-boats .single-regular-sale-price > table {margin-bottom: 0;table-layout: fixed;}.stm-template-boats .single-regular-sale-price > table tr td {width: 50%;padding: 0;border-bottom: none;color: #fff;text-transform: uppercase;}.stm-template-boats .single-regular-sale-price > table tr td:first-child {font-size: 14px;border-right: 1px solid #89ade7;}.stm-template-boats .single-regular-sale-price > table tr td:nth-child(2) {padding-left: 21px;}.stm-template-boats .single-regular-sale-price > table tr td:nth-child(2) .h4 {margin: -5px 0 0;color: #fff;}.stm-template-boats .regular-price-with-sale {line-height: 17px;}.stm-template-boats .sale-price-description-single {padding: 4px 10px;background-color: #232628;font-size: 12px;text-align: center;color: #fff;text-transform: uppercase;}.stm-template-boats .sale-price-description-single > strong {font-size: 14px;}.stm-template-boats .single-car-data {padding: 12px 26px 13px 23px;margin-bottom: 26px;background-color: #f0f2f5;}.stm-template-boats .single-car-data > table {margin-bottom: 0;table-layout: fixed;}.stm-template-boats .single-car-data > table tr td {padding: 11px 0 6px;}.stm-template-boats .single-car-data > table tr td.t-label {padding-right: 3px;text-transform: uppercase;color: #888;font-size: 12px;}.stm-template-boats .single-car-data > table tr td.t-value {padding-left: 3px;margin-bottom: 0;font-weight: 400;font-size: 14px;line-height: 18px;}.stm-template-boats .single-car-data > table tr td.t-value.t-vin {font-size: 12px;text-transform: uppercase;}.stm-template-boats .single-car-data > table tr:last-child td {border-bottom: none;}.stm-template-boats .single-car-mpg {padding: 11px 15px;margin-bottom: 25px;border: 3px solid #e4e6ea;}.stm-template-boats .single-car-mpg:after {display: table;content: "";clear: both;}.stm-template-boats .single-car-mpg .mpg-unit {padding-top: 14px;float: left;width: 36%;text-align: center;}.stm-template-boats .single-car-mpg .mpg-unit .mpg-value {padding: 0 3px;font-size: 26px;font-weight: 700;}.stm-template-boats .single-car-mpg .mpg-unit .mpg-label {font-size: 12px;text-transform: uppercase;}.stm-template-boats .single-car-mpg .mpg-icon {float: left;width: 26.36%;max-width: 64px;min-height: 64px;text-align: center;background-color: #ceac61;border-radius: 50%;text-indent: 5px;}.stm-template-boats .single-car-mpg .mpg-icon i {position: relative;top: -1px;font-size: 26px;line-height: 64px;color: #fff;}.stm-template-boats .stm_auto_loan_calculator {padding: 22px 23px 8px;border: 3px solid #e4e6ea;}.stm-template-boats .stm_auto_loan_calculator > .title {position: relative;min-height: 42px;padding-left: 55px;text-transform: uppercase;}.stm-template-boats .stm_auto_loan_calculator > .title h5 {position: relative;top: 4px;margin-bottom: 15px;line-height: 16px;font-size: 16px;font-weight: 400;}.stm-template-boats .stm_auto_loan_calculator > .title > i {position: absolute;top: 0;left: 1px;font-size: 42px;color: #ceac61;}.stm-template-boats .stm_auto_loan_calculator .form-group {margin-bottom: 17px;}.stm-template-boats .stm_auto_loan_calculator .labeled {margin-bottom: 6px;font-size: 13px;color: #888;}.stm-template-boats .stm_auto_loan_calculator input {height: 37px;line-height: 37px;}.stm-template-boats .stm_auto_loan_calculator .single-calculator-title {margin: 8px 0 28px -2px;text-transform: none;}.stm-template-boats .stm_auto_loan_calculator .single-calculator-title h3 {position: relative;top: 4px;}.stm-template-boats .stm_auto_loan_calculator.wide-version {padding-left: 32px;padding-right: 32px;}.stm-template-boats .stm_auto_loan_calculator.wide-version .stm_calculator_results {padding-bottom: 26px;}.stm-template-boats .stm_auto_loan_calculator.wide-version .form-group {margin-bottom: 24px;}.stm-template-boats .orange {color: #ceac61;}.stm-template-boats .calculate_loan_payment {margin-bottom: 16px;}.stm-template-boats .stm_calculator_results {padding-top: 8px;padding-bottom: 20px;color: #fff;}.stm-template-boats .stm_calculator_results .stm-calc-results-inner {position: relative;background-color: #ceac61;padding: 18px 24px 14px;}.stm-template-boats .stm_calculator_results .stm-calc-results-inner:after {content: "";position: absolute;display: block;top: -8px;left: 26px;width: 0;height: 0;border-left: 8px solid transparent;border-right: 8px solid transparent;border-bottom: 8px solid #ceac61;}.stm-template-boats .stm_calculator_results .stm-calc-results-inner .h5 {min-height: 22px;margin-bottom: 5px;color: #fff;}.stm-template-boats .stm_calculator_results .stm-calc-label {margin-bottom: -2px;font-size: 13px;}.stm-template-boats #get-car-price-form,.stm-template-boats #request-test-drive-form {position: absolute;max-width: 100%;width: 580px;left: 50%;top: 50%;z-index: 9999;}.stm-template-boats #get-car-price-form .modal-dialog,.stm-template-boats #request-test-drive-form .modal-dialog {max-width: 100%;}.stm-template-boats #get-car-price-form .modal-body,.stm-template-boats #request-test-drive-form .modal-body {padding: 44px 37px 15px;}.stm-template-boats #get-car-price-form .modal-body .form-group,.stm-template-boats #request-test-drive-form .modal-body .form-group {margin-bottom: 17px;}.stm-template-boats .modal-header {border-bottom: none;}.stm-template-boats .modal-header-iconed {padding: 28px 10px 23px 105px;position: relative;background-color: #232628;}.stm-template-boats .modal-header-iconed h3 {text-transform: uppercase;color: #fff;}.stm-template-boats .modal-header-iconed .test-drive-car-name {margin-top: -5px;color: #aaaaaa;}.stm-template-boats .modal-header-iconed i {position: absolute;top: 35px;left: 32px;font-size: 47px;color: #ceac61;}.stm-template-boats .modal-header-iconed .mobile-close-modal {display: none;}@media (max-width: 450px) {.stm-template-boats .modal-header-iconed {display: block;}.stm-template-boats .modal-header-iconed i {top: 28px;}.stm-template-boats .modal-header-iconed .mobile-close-modal {display: block;width: 18px;height: 18px;position: absolute;right: 10px;top: 10px;}.stm-template-boats .modal-header-iconed .mobile-close-modal i {position: relative;top: 0;left: 0;font-size: 16px;}}.stm-template-boats .stm-datepicker-input-icon {position: relative;}.stm-template-boats .stm-datepicker-input-icon:after {content: "";position: absolute;display: block;font-family: "Font Awesome 6 Free";font-weight: 600;font-style: normal;font-size: inherit;text-rendering: auto;transform: translate(0, 0);-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;transform: translate(0, -50%);right: 18px;top: 50%;color: #ceac61;font-size: 16px;content: "\f017";}.stm-template-boats .stm-datepicker-input-icon input {padding-right: 35px;}.stm-template-boats .compare-title {margin-bottom: 25px;line-height: 36px;margin-top: 30px;text-transform: uppercase;}.stm-template-boats .car-listing-row .compare-col-stm {margin-bottom: 6px;}.stm-template-boats .car-listing-row .compare-col-stm .car-meta-top {border-bottom: none;}.stm-template-boats .car-listing-row .compare-col-stm:hover .remove-from-compare {bottom: -13px;opacity: 1;}.stm-template-boats .car-listing-row .compare-col-stm:hover .stm-compare-car-img:after {opacity: 1;}.stm-template-boats .car-listing-row .compare-col-stm .listing-car-item-meta {padding-top: 35px;}.stm-template-boats .title-box-disabled {height: 43px;}.stm-template-boats .compare-options table > tbody tr td {text-transform: uppercase;}.stm-template-boats .compare-values table > tbody tr td .h5 {margin: 0;font-weight: 400;}.stm-template-boats .compare-value-hover:hover {cursor: pointer;}.stm-template-boats .compare-value-hover.hovered {color: #ceac61;}.stm-template-boats .compare-value-hover.hovered .h5 {color: #ceac61;}.stm-template-boats .stm-compare-car-img {position: relative;}.stm-template-boats .stm-compare-car-img:after {content: "";position: absolute;display: block;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(0, 0, 0, 0.3);opacity: 0;}.stm-template-boats .compare-col-stm-empty .image img.stm-compare-empty {opacity: 0.8;}.stm-template-boats .compare-col-stm-empty:hover .image img.stm-compare-empty {opacity: 1;}.stm-template-boats .compare-col-stm-empty > a {text-decoration: none !important;}.stm-template-boats .compare-col-stm-empty > a:hover .h5 {color: #ceac61;}.stm-template-boats .compare-col-stm-empty .image {position: relative;}.stm-template-boats .compare-col-stm-empty .image .stm-icon-add_car {position: absolute;top: 50%;left: 50%;margin: -26px 0 0 -36px;font-size: 53px;color: #d1d7dc;z-index: 15;}.stm-template-boats .compare-col-stm-empty .h5 {margin-top: 24px;color: #888;text-transform: uppercase;text-align: center;}.stm-template-boats .stm-compare-row {margin-bottom: 30px;}.stm-template-boats .stm-compare-features {margin-top: 3px;text-transform: uppercase;font-weight: 400;}.stm-template-boats .row-compare-features {margin-bottom: 29px;}.stm-template-boats .stm-call-to-action-1 {position: relative;border: 1px solid #ddd;overflow: hidden;}.stm-template-boats .stm-call-to-action-1:after {display: table;content: "";clear: both;}.stm-template-boats .stm-call-to-action-1 .stm-call-action-left {position: relative;padding: 30px 10px 22px 27px;float: left;width: 43%;background-color: #fff;z-index: 16;}.stm-template-boats .stm-call-to-action-1 .stm-call-action-left:after {content: "";position: absolute;display: block;top: 0;right: -48px;height: 100%;width: 200px;transform: skew(-45deg, 0deg);background-color: #fff;z-index: 16;}.stm-template-boats .stm-call-to-action-1 .stm-call-action-left .stm-call-action-image {float: left;margin-top: -5px;margin-right: 28px;}.stm-template-boats .stm-call-to-action-1 .stm-call-action-left .stm-call-action-image img {max-height: 50px;}.stm-template-boats .stm-call-to-action-1 .stm-call-action-left .stm-call-action-icon {position: relative;left: 6px;min-width: 51px;float: left;margin-top: -4px;margin-right: 28px;font-size: 49px;}.stm-template-boats .stm-call-to-action-1 .stm-call-action-left .stm-call-action-content {position: relative;z-index: 20;}.stm-template-boats .stm-call-to-action-1 .stm-call-action-left .stm-call-action-content .content {font-size: 20px;line-height: 20px;font-weight: 700;overflow: hidden;}.stm-template-boats .stm-call-to-action-1 .stm-call-action-right {position: absolute;right: 0;top: 0;width: 65.947%;height: 100%;overflow: hidden;z-index: 15;}.stm-template-boats .stm-call-to-action-1 .stm-call-action-right .stm-call-action-right-banner {position: absolute;top: 0;right: 0;left: 0;bottom: 0;border-radius: 1px;background-size: cover;}.stm-template-boats .remove-compare-unlinkable {position: relative;height: 29px;margin-top: -29px;z-index: 20;}.stm-template-boats .remove-from-compare {position: absolute;left: 50%;margin-left: -78px;width: 157px;padding: 0 6px 0 32px;height: 29px;line-height: 29px;text-transform: uppercase;border-radius: 15px;color: #fff;font-size: 12px;background-color: #ceac61;bottom: 13px;opacity: 1;}@media (min-width: 768px) {.stm-template-boats .remove-from-compare {bottom: 0;opacity: 0;}}.stm-template-boats .remove-from-compare:hover {cursor: pointer;}.stm-template-boats .remove-from-compare .stm-icon-remove {position: absolute;left: 7px;top: 6px;font-size: 15px;}.stm-template-boats .remove-from-compare.loading .stm-icon-remove {left: 11px;top: 6px;font-family: "Font Awesome 6 Free";font-weight: 600;font-style: normal;font-size: inherit;text-rendering: auto;transform: translate(0, 0);-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;font-size: 17px;line-height: normal;animation: rotating 2s infinite linear;}.stm-template-boats .remove-from-compare.loading .stm-icon-remove:before {content: "\f013";z-index: 20;}.stm-template-boats .stm-car-compare-row {margin-top: 34px;}.stm-template-boats .stm-working-days {padding: 28px 26px 23px 27px;border: 3px solid #ddd;}.stm-template-boats .stm-working-days .title {position: relative;margin-bottom: 18px;padding-left: 31px;}.stm-template-boats .stm-working-days .title i {position: absolute;top: 1px;left: 1px;font-size: 21px;color: #ceac61;}.stm-template-boats table.stm-working-days-table {margin-bottom: 0;}.stm-template-boats table.stm-working-days-table > tbody > tr:last-child td {border-bottom: none;}.stm-template-boats table.stm-working-days-table > tbody > tr td {padding: 7px 0 5px;}.stm-template-boats table.stm-working-days-table > tbody > tr td.day-label {text-transform: uppercase;font-size: 12px;color: #888;}.stm-template-boats table.stm-working-days-table > tbody > tr td.day-value {text-align: right;font-weight: 400;font-size: 13px;text-transform: uppercase;}.stm-template-boats table.stm-working-days-table > tbody > tr td.day-value.day-closed {color: #e81818;}.stm-template-boats .compare-empty-car-bottom,.stm-template-boats .compare-empty-car-top {display: none;}.stm-template-boats .archive-listing-page {margin-top: 30px;margin-bottom: 46px;}.stm-template-boats .listing-list-loop {width: 100%;padding-bottom: 16px;margin-bottom: 32px;border-bottom: 1px solid #ddd;display: flex;align-items: flex-start;}@media (max-width: 767px) {.stm-template-boats .listing-list-loop {flex-direction: column;align-items: stretch;}}.stm-template-boats .listing-list-loop .video-preview {position: absolute;right: 9px;top: 17px;padding: 1px 11px 1px 25px;border-radius: 2px;color: #fff;font-size: 10px;text-transform: uppercase;background-color: #ceac61;z-index: 20;}.stm-template-boats .listing-list-loop .video-preview .fas {position: absolute;top: 50%;left: 7px;margin-top: -6px;font-size: 12px;}.stm-template-boats .listing-list-loop:after {display: table;content: "";clear: both;}.stm-template-boats .listing-list-loop .image {position: relative;float: left;max-width: 257px;margin: 0 28px 0 0;padding-top: 8px;overflow: hidden;flex-shrink: 0;}.stm-template-boats .listing-list-loop .image .image-inner {position: relative;overflow: visible;}.stm-template-boats .listing-list-loop .content {flex-grow: 1;min-width: 0;}.stm-template-boats .listing-list-loop .content .title {margin-top: 3px;padding-top: 2px;font-size: 22px;line-height: 24px;font-weight: 700;overflow: hidden;}.stm-template-boats .listing-list-loop .content .meta-top {margin-bottom: 18px;}.stm-template-boats .listing-list-loop .content .meta-top:after {display: table;content: "";clear: both;}.stm-template-boats .listing-list-loop .content .meta-top .price {min-width: 130px;position: relative;margin-left: 40px;float: right;text-align: right;background-color: #ceac61;color: #fff;}.stm-template-boats .listing-list-loop .content .meta-top .price .heading-font {font-size: 22px;color: #fff;font-weight: 700;letter-spacing: -1px;}.stm-template-boats .listing-list-loop .content .meta-top .price .normal-price {position: relative;left: -4px;padding: 13px 8px 12px 4px;}.stm-template-boats .listing-list-loop .content .meta-top .price .normal-price .label-price {max-width: 26px;display: inline-block;position: relative;top: -3px;margin-right: 2px;line-height: 10px;font-size: 10px;vertical-align: middle;text-transform: uppercase;opacity: 0.7;}.stm-template-boats .listing-list-loop .content .meta-top .price .normal-price .heading-font {position: relative;top: 1px;font-size: 22px;}.stm-template-boats .listing-list-loop .content .meta-top .price.discounted-price {padding: 1px 7px 3px 0;}.stm-template-boats .listing-list-loop .content .meta-top .price.discounted-price .regular-price {position: relative;left: -4px;padding-right: 4px;vertical-align: bottom;font-size: 13px;}.stm-template-boats .listing-list-loop .content .meta-top .price.discounted-price .regular-price .label-price {opacity: 0.7;font-size: 10px;}.stm-template-boats .listing-list-loop .content .meta-top .price.discounted-price .sale-price {position: relative;left: -4px;vertical-align: middle;margin-top: -2px;padding-right: 3px;}.stm-template-boats .listing-list-loop .content .meta-top .price.discounted-price .sale-price .label-price {display: inline-block;max-width: 30px;margin-right: 2px;position: relative;top: -4px;line-height: 10px;font-size: 10px;text-transform: uppercase;vertical-align: middle;opacity: 0.7;}.stm-template-boats .listing-list-loop .content .meta-top .price:before {content: "";position: absolute;display: block;top: 0;left: -11px;height: 100%;width: 32px;background-color: #ceac61;transform: skew(-23deg, 0deg);z-index: -1;}.stm-template-boats .listing-list-loop .content .meta-middle:after {display: table;content: "";clear: both;}.stm-template-boats .listing-list-loop .content .meta-middle .meta-middle-unit {float: left;padding-right: 13px;margin-right: 9px;margin-bottom: 12px;border-right: 1px solid #ddd;}.stm-template-boats .listing-list-loop .content .meta-middle .meta-middle-unit:last-child {border-right: none;}.stm-template-boats .listing-list-loop .content .meta-middle .meta-middle-unit.font-exists .meta-middle-unit-top {padding-left: 25px;}.stm-template-boats .listing-list-loop .content .meta-middle .meta-middle-unit.font-exists .value {padding-left: 25px;font-weight: 400;}.stm-template-boats .listing-list-loop .content .meta-middle .meta-middle-unit:after {display: table;content: "";clear: both;}.stm-template-boats .listing-list-loop .content .meta-middle .meta-middle-unit .meta-middle-unit-top {position: relative;}.stm-template-boats .listing-list-loop .content .meta-middle .meta-middle-unit.fuel .meta-middle-unit-top {padding-left: 23px;}.stm-template-boats .listing-list-loop .content .meta-middle .meta-middle-unit.fuel .value {padding-left: 23px;}.stm-template-boats .listing-list-loop .content .meta-middle .meta-middle-unit.engine .meta-middle-unit-top {padding-left: 29px;}.stm-template-boats .listing-list-loop .content .meta-middle .meta-middle-unit.engine .value {padding-left: 29px;}.stm-template-boats .listing-list-loop .content .meta-middle .meta-middle-unit.transmission .meta-middle-unit-top {padding-left: 29px;}.stm-template-boats .listing-list-loop .content .meta-middle .meta-middle-unit.transmission .value {padding-left: 29px;}.stm-template-boats .listing-list-loop .content .meta-middle .meta-middle-unit.drive .meta-middle-unit-top {padding-left: 29px;}.stm-template-boats .listing-list-loop .content .meta-middle .meta-middle-unit.drive .value {padding-left: 29px;}.stm-template-boats .listing-list-loop .content .meta-middle .meta-middle-unit .icon {position: absolute;margin-top: 1px;top: 50%;left: 1px;transform: translateY(-50%);color: #888;font-size: 15px;}.stm-template-boats .listing-list-loop .content .meta-middle .meta-middle-unit .icon .stm-icon-fuel {position: relative;top: -1px;font-size: 14px;}.stm-template-boats .listing-list-loop .content .meta-middle .meta-middle-unit .icon .stm-icon-engine_fill {position: relative;top: 0;left: 1px;font-size: 18px;}.stm-template-boats .listing-list-loop .content .meta-middle .meta-middle-unit .icon .stm-icon-transmission_fill {position: relative;top: 1px;left: 1px;font-size: 17px;}.stm-template-boats .listing-list-loop .content .meta-middle .meta-middle-unit .icon .stm-icon-drive_2 {position: relative;top: 1px;left: 1px;font-size: 17px;}.stm-template-boats .listing-list-loop .content .meta-middle .meta-middle-unit .name {text-transform: uppercase;color: #888;font-size: 10px;}.stm-template-boats .listing-list-loop .content .meta-middle .meta-middle-unit .value {margin-top: -5px;margin-bottom: 0;line-height: normal;}.stm-template-boats .certified-logo-1,.stm-template-boats .certified-logo-2 {opacity: 0.8;}.stm-template-boats .certified-logo-1:hover,.stm-template-boats .certified-logo-2:hover {opacity: 1;}.stm-template-boats .stm-price-range {margin-bottom: 19px;}.stm-template-boats .classic-filter-row {position: relative;z-index: 50;}.stm-template-boats .classic-filter-row input[type=text],.stm-template-boats .classic-filter-row input[type=search] {height: 40px;line-height: 40px;}.stm-template-boats .classic-filter-row .form-group {margin-bottom: 16px;}.stm-template-boats .classic-filter-row .filter-price {margin: 7px 0 31px;}.stm-template-boats .classic-filter-row .filter-price h5 {margin-bottom: 19px;}.stm-template-boats .classic-filter-row .select2-container--default .select2-selection--single,.stm-template-boats .classic-filter-row .select2-container--default .select2-selection--single .select2-selection__rendered {height: 40px;line-height: 40px;}.stm-template-boats .classic-filter-row .select2-container--default .select2-selection--single .select2-selection__arrow {height: 40px;}.stm-template-boats .classic-filter-row .filter-sidebar {padding: 0 22px 30px;background-color: #fff;-o-box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);}.stm-template-boats .classic-filter-row .sidebar-entry-header {position: relative;min-height: 40px;padding: 26px 22px 21px 76px;margin: 0 -22px;background-color: #232628;}.stm-template-boats .classic-filter-row .sidebar-entry-header i {position: absolute;top: 32px;left: 21px;font-size: 29px;color: #fff;}.stm-template-boats .classic-filter-row .sidebar-entry-header .h4 {display: block;padding-top: 10px;color: #fff;font-weight: 700;letter-spacing: -0.3px;}.stm-template-boats .stm-price-range-unit {padding: 0 9px;background-color: #dfe1e5;border-radius: 2px;}.stm-template-boats .row-pad-top-24 {padding-top: 24px;}.stm-template-boats .col-md-wider-left {padding-left: 6px;}.stm-template-boats .col-md-wider-right {padding-right: 6px;}.stm-template-boats .sidebar-action-units:after {display: table;content: "";clear: both;}.stm-template-boats .sidebar-action-units input[type=submit] {float: left;margin-right: 23px;padding: 13px 19px 9px;font-size: 12px;}.stm-template-boats .stm-reset-classic-filter {margin-top: 8px;display: inline-block;position: relative;padding-left: 17px;color: #888;font-size: 13px;}.stm-template-boats .stm-reset-classic-filter .fas {position: absolute;top: 5px;left: 0;color: #ceac61;font-size: 14px;}.stm-template-boats .stm-reset-classic-filter span {display: inline-block;position: relative;}.stm-template-boats .stm-reset-classic-filter span:after {content: "";position: absolute;display: block;bottom: 3px;left: 1px;right: 0;height: 1px;background-color: #888;}.stm-template-boats #stm_filter_max_price,.stm-template-boats #stm_filter_min_price {text-align: center;margin-bottom: 10px;}@media (max-width: 768px) {.stm-template-boats #stm_filter_max_price,.stm-template-boats #stm_filter_min_price {margin-bottom: 0;}}.stm-template-boats .classic-filter-pagination ul.page-numbers {border-top: none;}.stm-template-boats .stm-car-listing-sort-units {padding-top: 4px;padding-bottom: 22px;margin-bottom: 22px;border-bottom: 1px solid #ddd;}.stm-template-boats .stm-car-listing-sort-units .stm-sort-by-options {margin: 0 0 0 20px;float: right;}@media (max-width: 1024px) {.stm-template-boats .stm-car-listing-sort-units .stm-sort-by-options {float: left;}}.stm-template-boats .stm-car-listing-sort-units .stm-sort-by-options > span {float: left;margin-top: 7px;margin-right: 9px;text-transform: uppercase;font-size: 12px;color: #888;}.stm-template-boats .stm-car-listing-sort-units .stm-sort-by-options .stm-select-sorting {float: left;}.stm-template-boats .stm-car-listing-sort-units .stm-sort-by-options .stm-select-sorting .select2-container--default .select2-selection--single {height: 32px;}.stm-template-boats .stm-car-listing-sort-units .stm-sort-by-options .stm-select-sorting .select2-container--default .select2-selection--single .select2-selection__rendered {height: 32px;line-height: 32px;}.stm-template-boats .stm-car-listing-sort-units .stm-sort-by-options .stm-select-sorting .select2-container--default .select2-selection--single .select2-selection__arrow {height: 32px;}.stm-template-boats .stm-car-listing-sort-units .stm-view-by {float: right;}.stm-template-boats .stm-car-listing-sort-units .stm-view-by:after {display: table;content: "";clear: both;}.stm-template-boats .stm-car-listing-sort-units .stm-view-by .view-type {display: block;float: left;color: #8f8f8f;margin-left: 10px;width: 32px;height: 32px;line-height: 34px;text-align: center;text-decoration: none !important;}.stm-template-boats .stm-car-listing-sort-units .stm-view-by .view-type:hover {color: #ceac61;}.stm-template-boats .stm-car-listing-sort-units .stm-view-by .view-type.view-list {font-size: 12px;}.stm-template-boats .stm-car-listing-sort-units .stm-view-by .view-type.view-grid {text-indent: 2px;font-size: 16px;}.stm-template-boats .stm-car-listing-sort-units .stm-view-by .view-type:hover {cursor: pointer;}.stm-template-boats .stm-car-listing-sort-units .stm-view-by .view-type:first-child {margin-left: 0;}.stm-template-boats .stm-car-listing-sort-units .stm-view-by .view-type.active {background-color: #f0f2f5;color: #8f8f8f;}.stm-template-boats .stm-car-listing-sort-units .stm-view-by .view-type.active:hover {color: #ceac61;}.stm-template-boats .stm-isotope-sorting {position: relative;}.stm-template-boats .stm-isotope-sorting .image-inner .stm-badge-directory, .stm-template-boats .stm-isotope-sorting .image-inner .stm-badge-directory.heading-font {position: absolute;right: -65px;padding: 0 55px;bottom: 20px;width: 200px;height: 33px;line-height: 33px;transform: rotate(45deg) translate3d(0, 0, 0);color: #fff !important;font-size: 12px;text-transform: uppercase;font-weight: 700;text-align: center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;background: var(--motors-base-color);z-index: 200;}.stm-template-boats select {opacity: 0;visibility: hidden;}.stm-template-boats .bookly-form select {opacity: 1;visibility: visible;}.stm-template-boats .stm-isotope-listing-item {margin-bottom: 31px;}.stm-template-boats {}.stm-template-boats .stm-filter-chosen-units {margin-bottom: 7px;}.stm-template-boats #modern-filter-listing ul.stm-filter-chosen-units-list {height: 0;}.stm-template-boats ul.stm-filter-chosen-units-list {list-style: none;padding: 0;margin: 0;}.stm-template-boats ul.stm-filter-chosen-units-list:after {display: table;content: "";clear: both;}.stm-template-boats ul.stm-filter-chosen-units-list li {position: relative;float: left;padding: 4px 35px 6px 13px;margin: 0 15px 10px 0;font-size: 13px;-o-box-shadow: 0 1px 3px rgba(59, 62, 68, 0.3);box-shadow: 0 1px 3px rgba(59, 62, 68, 0.3);border-radius: 3px;color: #555;}.stm-template-boats ul.stm-filter-chosen-units-list li:last-child {margin-right: 0;}.stm-template-boats ul.stm-filter-chosen-units-list li > span {margin-right: -1px;color: #aaa;}.stm-template-boats ul.stm-filter-chosen-units-list li > i {position: absolute;top: 0;right: 0;width: 29px;height: 100%;line-height: 31px;text-align: center;font-size: 10px;color: #aaa;}.stm-template-boats ul.stm-filter-chosen-units-list li > i:hover {cursor: pointer;}.stm-template-boats .stm-accordion-single-unit {margin-top: 20px;-o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18);box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18);}.stm-template-boats .stm-accordion-single-unit > a.title {position: relative;display: block;padding: 27px 20px 20px 25px;background-color: #fff;border-top: 4px solid #232628;text-decoration: none !important;}.stm-template-boats .stm-accordion-single-unit > a.title.collapsed {padding: 15px 20px 15px 25px;border-top-color: #ceac61;}.stm-template-boats .stm-accordion-single-unit > a.title.collapsed .minus {margin-top: -2px;}.stm-template-boats .stm-accordion-single-unit > a.title.collapsed .minus:after {opacity: 1;}.stm-template-boats .stm-accordion-single-unit > a.title h5 {margin-bottom: 0;text-transform: uppercase;}.stm-template-boats .stm-accordion-single-unit > a.title .minus {display: block;position: absolute;top: 50%;right: 20px;margin-top: 1px;width: 11px;height: 3px;background-color: #ccc;}.stm-template-boats .stm-accordion-single-unit > a.title .minus:after {content: "";position: absolute;display: block;top: -4px;left: 4px;height: 11px;width: 3px;background-color: #ccc;opacity: 0;}.stm-template-boats .stm-accordion-single-unit > a.title:hover .minus:after,.stm-template-boats .stm-accordion-single-unit > a.title:hover .minus {background-color: #ceac61;}.stm-template-boats .stm-accordion-single-unit .stm-accordion-content ul {padding: 5px 40px 17px 25px;margin-bottom: 0;}.stm-template-boats .stm-accordion-single-unit .stm-accordion-content ul li {margin-bottom: 7px;font-size: 13px;}.stm-template-boats .stm-accordion-single-unit .stm-accordion-content ul li:hover {cursor: pointer;}.stm-template-boats .blog-meta {padding: 16px 18px 0;margin-bottom: 45px;background-color: #232628;}.stm-template-boats .blog-meta .left {float: left;}.stm-template-boats .blog-meta .right {float: right;}.stm-template-boats .blog-meta .blog-meta-unit {position: relative;color: #fff;padding-left: 22px;margin-bottom: 14px;font-weight: 400;}.stm-template-boats .blog-meta .blog-meta-unit .post_comments {font-weight: 400;}.stm-template-boats .blog-meta .blog-meta-unit a {color: #fff;}.stm-template-boats .blog-meta .blog-meta-unit a:hover {color: #ceac61;text-decoration: none;}.stm-template-boats .blog-meta .blog-meta-unit i {position: absolute;top: 50%;left: 0;margin-top: -9px;font-size: 15px;color: #ceac61;}.stm-template-boats .blog-meta .blog-meta-unit i.stm-icon-message {font-size: 14px;margin-top: -7px;}.stm-template-boats .blog-meta .clearfix .blog-meta-unit {float: left;margin-right: 41px;}.stm-template-boats .post-content {padding-bottom: 35px;margin-bottom: 38px;border-bottom: 1px solid #ddd;}.stm-template-boats .post-content iframe {width: 100% !important;max-width: 100% !important;vertical-align: top;}.stm-template-boats .post-content.post-content-vc {margin-bottom: 0;padding-bottom: 0;border-bottom: none;}.stm-template-boats .post-content blockquote {position: relative;margin-top: 10px;padding-left: 72px;padding-right: 5px;border-left: none;font-size: 16px;line-height: 32px;color: #232628;font-style: normal;}.stm-template-boats .post-content blockquote:after, .stm-template-boats .post-content blockquote:before {content: "";position: absolute;display: block;top: 9px;left: 4px;font-size: 31px;font-family: "stm-icon";speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;color: #ceac61;content: "\e923";}.stm-template-boats .blog-meta-bottom {margin-top: 30px;margin-bottom: 40px;}.stm-template-boats .blog-meta-bottom .left {float: left;}.stm-template-boats .blog-meta-bottom .right {float: right;}.stm-template-boats .blog-meta-bottom span.h6 {text-transform: uppercase;font-weight: 700;}.stm-template-boats .blog-meta-bottom .post-tags .post-tag,.stm-template-boats .blog-meta-bottom .post-tags .post-category,.stm-template-boats .blog-meta-bottom .post-cat .post-tag,.stm-template-boats .blog-meta-bottom .post-cat .post-category {color: #888;font-weight: 400;font-size: 13px;}.stm-template-boats .blog-meta-bottom .post-tags .post-tag:last-child .divider,.stm-template-boats .blog-meta-bottom .post-tags .post-category:last-child .divider,.stm-template-boats .blog-meta-bottom .post-cat .post-tag:last-child .divider,.stm-template-boats .blog-meta-bottom .post-cat .post-category:last-child .divider {display: none;}.stm-template-boats .blog-meta-bottom .post-tags .post-tag a,.stm-template-boats .blog-meta-bottom .post-tags .post-category a,.stm-template-boats .blog-meta-bottom .post-cat .post-tag a,.stm-template-boats .blog-meta-bottom .post-cat .post-category a {color: #888;font-weight: 400;font-size: 13px;}.stm-template-boats .blog-meta-bottom .post-tags .post-tag a:hover,.stm-template-boats .blog-meta-bottom .post-tags .post-category a:hover,.stm-template-boats .blog-meta-bottom .post-cat .post-tag a:hover,.stm-template-boats .blog-meta-bottom .post-cat .post-category a:hover {text-decoration: none;color: #ceac61;}.stm-template-boats .blog-meta-bottom .post-tags {margin-top: 2px;}.stm-template-boats .blog-meta-bottom .stm-shareble {margin-top: 7px;}.stm-template-boats .stm-author-box {padding: 30px 50px 30px 30px;margin-bottom: 58px;border-top: 4px solid #232628;background-color: #f3f4f5;}.stm-template-boats .stm-author-box .author-image {float: left;margin-right: 29px;}.stm-template-boats .stm-author-box .author-image > img {border-radius: 50%;}.stm-template-boats .stm-author-box .author-content {overflow: hidden;}.stm-template-boats .stm-author-box .author-content h6 {margin-bottom: 4px;color: #aaaaaa;}.stm-template-boats .stm-author-box .author-content h4 {margin-bottom: 10px;}.stm-template-boats .stm-author-box .author-content .author-description {color: #555;font-size: 14px;line-height: 20px;}.stm-template-boats .comment-reply-title {margin-bottom: 30px;font-size: 16px;text-transform: uppercase;font-weight: 700;}.stm-template-boats .comments-title {text-transform: uppercase;padding-bottom: 20px;margin-bottom: 30px;border-bottom: 1px solid #ddd;}.stm-template-boats .single-post #main {margin-bottom: 36px;}.stm-template-boats .single-post .vc_col-sm-12.vc_col-lg-9.vc_col-md-9 {z-index: 2;}.stm-template-boats .comment.parent .comment-body {position: relative;}.stm-template-boats .comment.parent .comment-body:after {content: "";position: absolute;display: block;bottom: 0;left: 40px;width: 36px;height: 1px;background-color: #ddd;}.stm-template-boats .comment .comment-body {min-height: 80px;margin-bottom: 18px;overflow: hidden;}.stm-template-boats .comment .comment-avatar {position: relative;float: left;margin-right: 29px;}.stm-template-boats .comment .comment-avatar img {border-radius: 50%;}.stm-template-boats .comment .comment-avatar:before {content: "";position: absolute;display: block;top: 88px;left: 50%;width: 1px;height: 2000px;background-color: #ddd;}.stm-template-boats .comment .comment-info-wrapper {overflow: hidden;}.stm-template-boats .comment .comment-info-wrapper .comment-info {margin-top: -4px;margin-bottom: 10px;}.stm-template-boats .comment .comment-info-wrapper .comment-text {min-height: 70px;padding-bottom: 21px;border-bottom: 1px solid #ddd;font-size: 14px;line-height: 22px;color: #888888;font-style: italic;}.stm-template-boats .comment .comment-info-wrapper .comment-text p {margin-bottom: 5px;}.stm-template-boats .comment .commentmetadata {color: #888;font-size: 12px;}.stm-template-boats .comment .commentmetadata a {color: #888;}.stm-template-boats .comment .commentmetadata a:hover {color: #ceac61;text-decoration: none;}.stm-template-boats .comment .commentmetadata .comment-meta-data-unit {vertical-align: top;}.stm-template-boats .comment .commentmetadata .comment-meta-data-unit a {color: #ceac61;}.stm-template-boats .comment .commentmetadata .comment-meta-data-unit a i {font-size: 11px;}.stm-template-boats .comment .comment-divider {margin: 0 7px;color: #888;}.stm-template-boats .comment .comment-reply-link {margin-left: 2px;}.stm-template-boats .comment .comment-reply-link i {margin-right: 7px;}.stm-template-boats .comment .comment-edit-link {margin-left: -2px;}.stm-template-boats .comment .comment-edit-link i {position: relative;top: 1px;font-size: 13px !important;margin-right: 7px;}.stm-template-boats .comment .comment-author .h5 a {color: #232628;font-weight: 700;}.stm-template-boats .comment .comment-date {margin-right: -5px;}.stm-template-boats ul.comment-list li ul.children {padding-left: 43px;list-style: none;}.stm-template-boats ul.comment-list li ul.children > li.parent .comment-avatar:before {content: "";position: absolute;display: block;top: 73px;left: 50%;width: 1px;height: 2000px;background-color: #ddd;}.stm-template-boats ul.comment-list li ul.children .comment-body {padding-top: 18px;margin-top: -18px;}.stm-template-boats ul.comment-list li ul.children .comment-body:after {display: none;}.stm-template-boats ul.comment-list li ul.children .comment-avatar {position: relative;margin-right: 35px;}.stm-template-boats ul.comment-list li ul.children .comment-avatar img {max-width: 65px;}.stm-template-boats ul.comment-list li ul.children .comment-avatar:after {content: "";position: absolute;display: block;top: -18px;left: 50%;width: 1px;height: 10px;background-color: #ddd;}.stm-template-boats ul.comment-list li ul.children ul.children {padding-left: 0;}.stm-template-boats ul.children .comment:not(.parent) {position: relative;margin-bottom: 30px;}.stm-template-boats ul.children .comment:not(.parent):after {content: "";position: absolute;display: block;bottom: 0;right: 0;left: -43px;height: 1px;background-color: #ddd;}.stm-template-boats ul.children .comment:not(.parent) .comment-avatar:before {display: none !important;}.stm-template-boats ul.children .comment:not(.parent) .comment-body .comment-text {padding-bottom: 30px;border-bottom: none;}.stm-template-boats .comment-list {margin-bottom: 57px;}.stm-template-boats .comment-list > li.comment:not(.parent) {position: relative;}.stm-template-boats .comment-list > li.comment:not(.parent):after {content: "";position: absolute;display: block;bottom: 0;right: 0;left: 0;height: 1px;background-color: #ddd;}.stm-template-boats .comment-list > li.comment:not(.parent) .comment-avatar:before {display: none !important;}.stm-template-boats .comment-list > li.comment:not(.parent) .comment-body .comment-text {border-bottom: none;}.stm-template-boats .logged-in-as {display: none;}.stm-template-boats .stm-single-post {padding-top: 36px;}.stm-template-boats .stm-single-post .post-title {margin-bottom: 35px;line-height: 37px;}.stm-template-boats #cancel-comment-reply-link {margin-left: 10px;}.stm-template-boats .comment-respond {padding-bottom: 20px;}.stm-template-boats .stm-archives {padding-top: 30px;}.stm-template-boats .stm-contact-us-form-wrapper {padding: 60px 91px 11px;background-color: #fff;-o-box-shadow: 0px 3px 18px rgba(35, 38, 40, 0.3);box-shadow: 0px 3px 18px rgba(35, 38, 40, 0.3);}.stm-template-boats .stm-contact-us-form-wrapper h2 {margin-bottom: 47px;text-transform: uppercase;}.stm-template-boats .stm-contact-us-form-wrapper .form-group {margin-bottom: 30px;}.stm-template-boats .stm-contact-us-form-wrapper .form-group input {font-size: 14px;}.stm-template-boats .stm-contact-us-form-wrapper form {margin-left: 3px;margin-right: 3px;}.stm-template-boats .stm-contact-us-form-wrapper .col-md-7 .col-md-6:first-child .form-group {margin-right: 2px;}.stm-template-boats .stm-contact-us-form-wrapper .col-md-7 .col-md-6:nth-child(2) .form-group {padding-left: 8px;margin-right: -5px;}.stm-template-boats .stm-contact-us-form-wrapper .col-md-5 .contact-us-submit,.stm-template-boats .stm-contact-us-form-wrapper .col-md-5 .form-group {margin-left: 7px;}.stm-template-boats .stm-contact-us-form-wrapper .wpcf7-response-output {margin-bottom: 20px !important;}.stm-template-boats .contact-us-label {margin-bottom: 5px;font-size: 14px;}.stm-template-boats .stm-contact-us-checkbox {margin: 17px 0 35px;}.stm-template-boats .contact-us-submit {margin-top: -5px;}.stm-template-boats .stm-view-type-list,.stm-template-boats .stm-view-type-grid {padding-top: 57px;padding-bottom: 65px;}.stm-template-boats .stm-view-type-grid .row-2 .col-md-6 .image img {width: 100%;}.stm-template-boats .stm-blog-pagination {margin-top: 10px;}.stm-template-boats .stm-blog-pagination ul.page-numbers {padding-top: 0;margin-top: 0;border-top: none;}.stm-template-boats .stm-blog-pagination ul.page-numbers li a.next,.stm-template-boats .stm-blog-pagination ul.page-numbers li a.prev {top: 0;}.stm-template-boats .post-grid-single-unit {position: relative;margin-bottom: 50px;}.stm-template-boats .post-grid-single-unit:hover .content {border-color: transparent;box-shadow: 0 1px 6px rgba(35, 38, 40, 0.4);}.stm-template-boats .post-grid-single-unit .image {position: relative;margin-bottom: 15px;overflow: hidden;}.stm-template-boats .post-grid-single-unit .video-preview {position: absolute;right: 9px;top: 17px;padding: 1px 11px 1px 25px;border-radius: 2px;color: #fff;font-size: 10px;text-transform: uppercase;background-color: #ceac61;z-index: 20;}.stm-template-boats .post-grid-single-unit .video-preview .fas {position: absolute;top: 50%;left: 7px;margin-top: -6px;font-size: 12px;}.stm-template-boats .post-grid-single-unit .sticky-post {position: absolute;top: 20px;left: -90px;background-color: #ceac61;text-transform: uppercase;color: #fff;font-weight: 700;font-size: 11px;width: 250px;height: 33px;line-height: 33px;text-align: center;transform: rotate(-45deg);}.stm-template-boats .post-grid-single-unit .content {box-shadow: none;border-radius: 1px;transition: all 0.5s ease;transform: translateZ(0);-webkit-transform: translateZ(0);padding: 25px 40px 14px 40px;border: 1px solid #ddd;}.stm-template-boats .post-grid-single-unit .content .title-relative {position: relative;min-height: 66px;}.stm-template-boats .post-grid-single-unit .content .title-relative a {text-decoration: none !important;}.stm-template-boats .post-grid-single-unit .content .title-relative a .title {position: absolute;top: 50%;transform: translateY(-50%);margin-bottom: 0;font-weight: 400;line-height: 22px;}.stm-template-boats .post-grid-single-unit .content .post-meta-bottom {margin-top: 22px;padding-top: 12px;border-top: 1px solid #ddd;}.stm-template-boats .post-grid-single-unit .content .post-meta-bottom .blog-meta-unit {display: inline-block;margin-right: 19px;padding-left: 25px;position: relative;font-size: 12px;color: #888;}.stm-template-boats .post-grid-single-unit .content .post-meta-bottom .blog-meta-unit:last-child {margin-right: 0;}.stm-template-boats .post-grid-single-unit .content .post-meta-bottom .blog-meta-unit.comments {padding-left: 22px;}.stm-template-boats .post-grid-single-unit .content .post-meta-bottom .blog-meta-unit.comments i {top: 3px;font-size: 14px;}.stm-template-boats .post-grid-single-unit .content .post-meta-bottom .blog-meta-unit i {position: absolute;left: 0;top: 2px;color: #ceac61;font-size: 15px;}.stm-template-boats .post-grid-single-unit .content .post-meta-bottom .blog-meta-unit a {color: #888;text-decoration: none !important;}.stm-template-boats .post-grid-single-unit .content .post-meta-bottom .blog-meta-unit a:hover {color: #ceac61;}.stm-template-boats .post-list-single-item {margin-bottom: 30px;}.stm-template-boats .post-list-single-item .image {position: relative;vertical-align: top;overflow: hidden;max-height: 429px;}.stm-template-boats .post-list-single-item .image img {vertical-align: top;width: 100%;}.stm-template-boats .post-list-single-item .video-preview {position: absolute;right: 9px;top: 17px;padding: 1px 11px 1px 25px;border-radius: 2px;color: #fff;font-size: 10px;text-transform: uppercase;background-color: #ceac61;z-index: 20;}.stm-template-boats .post-list-single-item .video-preview .fas {position: absolute;top: 50%;left: 7px;margin-top: -6px;font-size: 12px;}.stm-template-boats .post-list-single-item .sticky-post {position: absolute;top: 20px;left: -90px;background-color: #ceac61;text-transform: uppercase;color: #fff;font-weight: 700;font-size: 11px;width: 250px;height: 33px;line-height: 33px;text-align: center;transform: rotate(-45deg);}.stm-template-boats .post-list-single-item .blog-meta {position: relative;margin-top: -44px;padding-left: 36px;padding-right: 27px;margin-bottom: 0;background-color: #232628;z-index: 20;}.stm-template-boats .post-list-single-item .absoluted-content {position: absolute;bottom: 44px;left: 0;right: 0;}.stm-template-boats .post-list-single-item .absoluted-content .relatived-content {padding: 0 36px 31px;position: relative;z-index: 10;}.stm-template-boats .post-list-single-item .absoluted-content .relatived-content .title {margin-bottom: 0;color: #fff;font-weight: 700;line-height: 28px;}.stm-template-boats .post-list-single-item .absoluted-content .relatived-content .video-preview {display: inline-block;margin-bottom: 16px;position: relative;top: 0;left: 0;}.stm-template-boats .post-list-single-item .absoluted-content:before {content: "";position: absolute;display: block;bottom: 0;left: 0;right: 0;height: 189px;background: linear-gradient(to top, rgba(35, 38, 40, 0.9), rgba(35, 38, 40, 0));z-index: 5;}.stm-template-boats .stm-blog-pagination {position: relative;}.stm-template-boats .stm-blog-pagination a {display: block;}.stm-template-boats .stm-view-type-list .stm-blog-pagination {margin-top: 30px;}.stm-template-boats .stm-prev-next {display: block;position: absolute;top: 0;width: 54px;height: 35px;background-color: #ceac61;color: #fff;border-radius: 3px;text-align: center;line-height: 30px;font-size: 22px;z-index: 15;}.stm-template-boats .stm-prev-next i {color: #fff;}.stm-template-boats .stm-prev-next.stm-next-btn {right: 0;}.stm-template-boats .stm-prev-next .stm-prev-btn {left: 0;}.stm-template-boats .stm-prev-next.disabled {background-color: #ddd;}.stm-template-boats .sidebar-margin-top {margin-top: 4px;}.stm-template-boats .stm-blog-main-title {margin: -9px 0 51px;text-transform: uppercase;}.stm-template-boats .stm-no-margin-bc .navxtBreads {margin-bottom: 0;}.stm-template-boats body.woocommerce-account .woocommerce {margin-bottom: 60px;}.stm-template-boats body.woocommerce-account .woocommerce input[type=submit] {margin-top: 30px;}.stm-template-boats .error-header {position: relative;padding: 86px 0;background-color: #232628;z-index: 20;}.stm-template-boats body.error404 #wrapper {overflow: visible;}.stm-template-boats body.error404 #wrapper #main {z-index: 15;display: block;}.stm-template-boats body.error404 #wrapper #main .stm-error-page-unit {margin-top: 100px;width: 100%;text-align: center;}.stm-template-boats body.error404 #wrapper #main .stm-error-page-unit h2 {width: auto;margin: 0 auto 40px auto;max-width: 650px;line-height: 34px;text-transform: uppercase;text-align: center;}.stm-template-boats body.error404 #wrapper #main .stm-error-page-unit .button {display: inline-block;}.stm-template-boats body.error404 #wrapper .error-header__title {color: #fff;text-transform: uppercase;font-size: 44px;font-weight: 700;}.stm-template-boats body.error404 #wrapper .error-header__title:hover {text-decoration: none;color: #ceac61;}.stm-template-boats body.page-template-coming-soon-php {background-position: 100%;background-size: cover;}.stm-template-boats body.page-template-coming-soon-php #wrapper {height: 100vh;}.stm-template-boats body.page-template-coming-soon-php #wrapper:after {content: "";position: absolute;display: block;top: 0;right: 0;bottom: 0;left: 0;background: rgba(0, 0, 0, 0.7);z-index: -1;}.stm-template-boats body.page-template-coming-soon-php #wrapper #main {min-height: 400px;position: absolute;top: 250px;left: 0;right: 0;bottom: 75px;}.stm-template-boats body.page-template-coming-soon-php #wrapper #main .stm-coming-soon-centered {position: absolute;top: 50%;width: 100%;transform: translateY(-50%);}.stm-template-boats body.page-template-coming-soon-php #wrapper #main .stm-coming-soon-centered h1 {font-size: 70px;line-height: 65px;text-transform: uppercase;}.stm-template-boats body.page-template-coming-soon-php #wrapper #main .stm-coming-soon-centered h5 {font-weight: 400;}.stm-template-boats body.page-template-coming-soon-php #footer-copyright {position: absolute;bottom: 0;width: 100%;background-color: transparent !important;}.stm-template-boats body.page-template-coming-soon-php .coming-soon-header {position: relative;padding-top: 135px;z-index: 20;}.stm-template-boats .stm-inline-form {margin-top: 35px;}.stm-template-boats .stm-inline-form .wpcf7-form-control-wrap {display: inline-block;width: 235px;vertical-align: top;margin-right: 28px;}.stm-template-boats .stm-inline-form input[type=submit] {vertical-align: top;display: inline-block;}.stm-template-boats .stm-blog-fullwidth-info {position: relative;}.stm-template-boats .stm-blog-fullwidth-info .post-thumbnail img {width: 100%;}.stm-template-boats .stm-blog-fullwidth-info .absoluted-content {position: absolute;bottom: 0;right: 0;left: 0;}.stm-template-boats .stm-blog-fullwidth-info .absoluted-content > .container {position: relative;z-index: 10;}.stm-template-boats .stm-blog-fullwidth-info .absoluted-content .title {color: #fff;max-width: 800px;}.stm-template-boats .stm-blog-fullwidth-info .absoluted-content .blog-meta {padding-left: 0;padding-right: 0;padding-bottom: 2px;margin-bottom: 0;margin-top: 65px;background-color: transparent;border-top: 1px solid rgba(255, 255, 255, 0.2);}.stm-template-boats .stm-blog-fullwidth-info .absoluted-content .blog-meta .blog-meta-unit {color: #aaa;}.stm-template-boats .stm-blog-fullwidth-info .absoluted-content .blog-meta .blog-meta-unit a {color: #aaa;}.stm-template-boats .stm-blog-fullwidth-info .absoluted-content .blog-meta .blog-meta-unit a:hover {color: #ceac61;}.stm-template-boats .stm-blog-fullwidth-info .absoluted-content:before {position: absolute;content: "";display: block;bottom: 0;left: 0;right: 0;height: 347px;background: linear-gradient(to top, rgba(35, 38, 40, 0.9), rgba(35, 38, 40, 0));z-index: 5;}.stm-template-boats .stm-modern-filter-sidebar-title {text-transform: uppercase;margin-top: 12px;margin-bottom: 40px;}.stm-template-boats #modern-filter-listing {margin-top: 45px;}.stm-template-boats #modern-filter-listing .stm-accordion-single-unit {margin: 0 0 30px;}.stm-template-boats #modern-filter-listing .stm-accordion-content-wrapper {padding: 0 20px 20px;}.stm-template-boats #modern-filter-listing .stm-accordion-content-wrapper .stm-single-unit {margin-bottom: 8px;}.stm-template-boats .stm-modern-filter-unit-first-default {margin-bottom: 15px;}.stm-template-boats .stm-modern-filter-unit-first-default .stm-single-unit {display: inline-block;margin-right: 20px;margin-bottom: 7px;}.stm-template-boats .stm-modern-filter-unit-images {font-size: 0;}.stm-template-boats .stm-modern-filter-unit-images .stm-single-unit-wrapper {margin: 3px -10px 0;display: flex;justify-content: space-between;flex-wrap: wrap;}.stm-template-boats .stm-modern-filter-unit-images .stm-single-unit-image {display: inline-block;width: 100%;margin: 0 0 10px;vertical-align: top;font-size: 13px;border: 1px solid #dfdfdf;border-radius: 5px;max-width: 48%;padding: 7px 10px;}.stm-template-boats .stm-modern-filter-unit-images .stm-single-unit-image.stm-no-image {display: block;margin-bottom: 8px;width: 100%;}.stm-template-boats .stm-modern-filter-unit-images .stm-single-unit-image .image {display: block;text-align: center;}.stm-template-boats .stm-modern-filter-unit-images .stm-single-unit-image .image.non-active {opacity: 0.5;}.stm-template-boats .stm-modern-filter-unit-images .stm-single-unit-image img {display: inline-block;vertical-align: top;margin-bottom: 7px;max-width: 60px;width: 100%;}.stm-template-boats .stm-modern-filter-unit-images .checker {margin-right: 3px !important;}.stm-template-boats .stm-modern-filter-price {padding-top: 8px !important;}.stm-template-boats .stm-show-all-modern-filter {display: inline-block !important;padding: 10px 20px 8px;position: absolute;left: 50%;bottom: 0;margin-left: -58px;}.stm-template-boats .stm-show-all-modern-filter:active {top: inherit;bottom: -2px;}.stm-template-boats .stm-show-all-modern-filter.stm-hidden-filter {display: none !important;}.stm-template-boats #modern-filter-listing .stm-car-listing-sort-units {margin-top: 0;}.stm-template-boats .stm-car-listing-sort-units.stm-modern-filter-actions .stm-sort-by-options {margin-top: -8px;float: right;margin-right: 25px;}.stm-template-boats .stm-car-listing-sort-units.stm-modern-filter-actions .stm-view-by {margin-top: -8px;}.stm-template-boats .modern-filter-badges ul.stm-filter-chosen-units-list li {margin-bottom: 15px;}.stm-template-boats .stm-modern-view-others {margin-top: 11px;padding-left: 11px;}.stm-template-boats .stm-modern-view-others a {position: relative;display: inline-block;font-size: 12px;line-height: 14px;text-transform: uppercase;color: #aaa;border-bottom: 1px dashed #aaa;text-decoration: none !important;}.stm-template-boats .stm-modern-view-others a:after {content: "";position: absolute;display: block;font-family: "Font Awesome 6 Free";font-weight: 600;font-style: normal;font-size: inherit;text-rendering: auto;transform: translate(0, 0);-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\f107";top: 50%;margin-top: -8px;right: -14px;font-size: 16px;}.stm-template-boats .stm-modern-view-others a:hover {color: #ceac61;border-bottom-color: #ceac61;}.stm-template-boats .stm-modern-filter-others {display: none;padding-top: 11px;}.stm-template-boats .stm-modern-filter-others .checker {margin-right: 10px !important;}.stm-template-boats .stm-modern-filter-found-cars h4 {text-transform: uppercase;}.stm-template-boats .stm-modern-filter-found-cars {float: left;}.stm-template-boats .stm-single-unit-image label:hover {cursor: pointer;}.stm-template-boats .car-listing-modern-grid .stm-isotope-listing-item {margin-bottom: 45px;}.stm-template-boats .stm-fullwidth-with-parallax-2,.stm-template-boats .stm-fullwidth-with-parallax {position: static;background-attachment: fixed;background-size: cover;background-position: 50% 0;overflow: hidden;}.stm-template-boats .stm-fullwidth-with-parallax-2 {background-size: cover;}.stm-template-boats .stm-blackout-overlay.stm-blackout-loaded:after {visibility: visible;}.stm-template-boats .stm-blackout-overlay:after {content: "";display: block;position: absolute;width: 100%;height: 100%;top: 0;left: 0;background-color: #000;opacity: 0;z-index: 2;visibility: hidden;}.stm-template-boats .stm-fullwidth-with-parallax.stm-blackout-lvl-20 .stm-blackout-overlay:after {opacity: 0.2;}.stm-template-boats .stm-fullwidth-with-parallax.stm-blackout-lvl-40 .stm-blackout-overlay:after {opacity: 0.4;}.stm-template-boats .stm-fullwidth-with-parallax.stm-blackout-lvl-60 .stm-blackout-overlay:after {opacity: 0.6;}.stm-template-boats .stm-fullwidth-with-parallax.stm-blackout-lvl-80 .stm-blackout-overlay:after {opacity: 0.8;}.stm-template-boats .stm-blackout-overlay {position: absolute;}.stm-template-boats .owl-carousel {display: none;visibility: hidden;}.stm-template-boats .owl-carousel.owl-loaded {display: block;visibility: visible;}.stm-template-boats .stm-big-car-gallery.owl-carousel {display: block;}.stm-template-boats .stm-thumbs-car-gallery.owl-carousel {display: block;}.stm-template-boats .stm-carousel-brands {display: block !important;}.stm-template-boats #main .stm-shop-sidebar-area .widget.widget_product_categories > ul > li ul li a {font-size: 13px !important;}.stm-template-boats .panel.wc-tab h3 {margin-top: 50px;}.stm-template-boats .stm-select-sorting .select2-container--default .select2-selection--single .select2-selection__rendered {font-size: 13px !important;}.stm-template-boats .classic-filter-pagination {margin-top: 8px;}.stm-template-boats .car-listing-top-part .stm-hidden {display: block;visibility: visible;}.stm-template-boats .stm-hidden {display: none;visibility: hidden;}.stm-template-boats body.stm-boxed #wrapper {position: relative;max-width: 1220px;width: auto;margin: 0 auto;overflow: hidden;box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);background-color: #fff;z-index: 999;}.stm-template-boats body.stm-boxed #footer {max-width: 1220px;width: auto;margin: 0 auto;}.stm-template-boats body.stm-boxed .stm-fullwidth-with-parallax {background-attachment: scroll;}.stm-template-boats .compare-car-visible {display: none;}.stm-template-boats .stm-img-mobile-compare {margin-bottom: 30px;}.stm-template-boats .blog-posts-excerpt {margin-top: 15px;}.stm-template-boats .post-grid-single-unit .sticky-post.blog-post-no-image {width: 100%;top: 0;left: 0;right: 0;font-size: 10px;transform: rotate(0deg);}.stm-template-boats .page-links {margin: 0 0 20px;}.stm-template-boats .page-links .page-links-title {text-transform: uppercase;border: none;margin-right: 20px;}.stm-template-boats .page-links a {display: inline-block;vertical-align: top;min-width: 30px;height: 30px;line-height: 26px;margin-right: 10px;border: 2px solid #ceac61;text-align: center;color: #ceac61;text-decoration: none !important;}.stm-template-boats .page-links a:hover {color: #fff;background-color: #ceac61;}.stm-template-boats .page-links > span {display: inline-block;vertical-align: top;border: 2px solid #888;color: #888;min-width: 30px;margin-right: 10px;text-align: center;height: 30px;line-height: 26px;}.stm-template-boats .post-password-form input[type=submit] {display: inline-block;margin-left: 10px;}.stm-template-boats .stm_post_comments li.pingback .comment-info {margin-bottom: 15px;}.stm-template-boats .stm_post_comments li.pingback .h5 {text-transform: uppercase;}.stm-template-boats .mpg-mobile-selector {min-width: 250px;}.stm-template-boats .post-type-archive-product ul.page-numbers {margin-bottom: 40px;}.stm-template-boats a[href^=tel] {color: inherit;text-decoration: none;}.stm-template-boats .stm-base-background-color {background-color: #ceac61 !important;}.stm-template-boats .stm-base-color {color: #ceac61 !important;}.stm-template-boats .stm-button-secondary-color {background-color: #ceac61;}.stm-template-boats .stm-secondary-background-color {background-color: #ceac61 !important;}.stm-template-boats .stm-secondary-color {color: #ceac61 !important;}.stm-template-boats .certified-logo-1 img {max-height: 25px;}.stm-template-boats .certified-logo-2 img {max-height: 25px;}.stm-template-boats #frontend_customizer_button:before {border-right-color: #ceac61 !important;}.stm-template-boats #frontend_customizer_button {background-color: #ceac61;}.stm-template-boats #top-bar .language-switcher-unit ul li:last-child {margin-bottom: 0;}.stm-template-boats #top-bar .language-switcher-unit ul li a {color: #232628;}.stm-template-boats .tp-caption.stm-slider-round, .stm-template-boats .stm-slider-round {background: rgba(206,172,97, 0.901961) !important;}.stm-template-boats .stm-compact-sidebar {max-width: 250px;width: auto;margin: 0 auto;padding-top: 26px;border: 1px solid #dddddd;}.stm-template-boats .stm-compact-sidebar .text-image {margin-left: 25px;margin-bottom: 10px;}.stm-template-boats .stm-compact-sidebar .icon {margin-left: 25px;margin-bottom: 10px;font-size: 62px;color: #ceac61;}.stm-template-boats .stm-compact-sidebar .content {max-width: 220px;margin-bottom: 23px;padding: 0 10px 0 30px;}.stm-template-boats .stm-compact-sidebar .content h4 > span {display: block;}.stm-template-boats .stm-single-post .post-thumbnail img {width: 100%;}.stm-template-boats .stm-sell-a-car-form .form-navigation .form-navigation-unit {display: block;text-decoration: none !important;padding-bottom: 17px;border-bottom: 6px solid #eaedf0;}.stm-template-boats .stm-sell-a-car-form .form-navigation .form-navigation-unit.validated .number {text-indent: -200px !important;}.stm-template-boats .stm-sell-a-car-form .form-navigation .form-navigation-unit.validated .number:before {right: 0;}.stm-template-boats .stm-sell-a-car-form .form-navigation .form-navigation-unit[href="#step-two"] .number {text-indent: 2px;}.stm-template-boats .stm-sell-a-car-form .form-navigation .form-navigation-unit .number {position: relative;margin-bottom: 13px;width: 31px;height: 31px;border: 3px solid #ceac61;border-radius: 50%;line-height: 25px;font-weight: 700;text-align: center;color: #ceac61;font-size: 16px;text-indent: 3px;overflow: hidden;}.stm-template-boats .stm-sell-a-car-form .form-navigation .form-navigation-unit .number:before {content: "";position: absolute;display: block;font-family: "Font Awesome 6 Free";font-weight: 600;font-style: normal;font-size: inherit;text-rendering: auto;transform: translate(0, 0);-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;width: 100%;height: 100%;position: absolute;top: 0;right: -100%;line-height: 25px;content: "\f00c";font-size: 16px;text-indent: 0 !important;}.stm-template-boats .stm-sell-a-car-form .form-navigation .form-navigation-unit .title {margin: 0 0 -1px 3px;font-weight: 700;font-size: 16px;text-transform: uppercase;}.stm-template-boats .stm-sell-a-car-form .form-navigation .form-navigation-unit .sub-title {margin-left: 4px;color: rgba(35, 38, 40, 0.5);font-size: 13px;}.stm-template-boats .stm-sell-a-car-form .form-navigation .form-navigation-unit.active {border-bottom-color: #ceac61;}.stm-template-boats .stm-sell-a-car-form .form-navigation .form-navigation-unit.active .number {background-color: #ceac61;color: #fff;}.stm-template-boats .stm-sell-a-car-form .form-content {padding-top: 44px;}.stm-template-boats .stm-sell-a-car-form .form-content .form-content-unit {display: none;}.stm-template-boats .stm-sell-a-car-form .form-content .form-content-unit.active {display: block;}.stm-template-boats .stm-sell-a-car-form .form-content .form-content-unit .contact-us-label {color: #555;}.stm-template-boats .stm-sell-a-car-form .form-content .vehicle-condition {padding-top: 6px;}.stm-template-boats .stm-sell-a-car-form .form-content .vehicle-condition .vehicle-condition-unit {padding-bottom: 33px;margin-bottom: 34px;border-bottom: 1px solid #e2e5e8;}.stm-template-boats .stm-sell-a-car-form .form-content .vehicle-condition .vehicle-condition-unit .icon {margin-bottom: 13px;font-size: 30px;color: #232628;}.stm-template-boats .stm-sell-a-car-form .form-content .vehicle-condition .vehicle-condition-unit .icon.buoy {font-size: 34px;}.stm-template-boats .stm-sell-a-car-form .form-content .vehicle-condition .vehicle-condition-unit .icon.buoy-2 {font-size: 35px;}.stm-template-boats .stm-sell-a-car-form .form-content .vehicle-condition .vehicle-condition-unit .title {margin-bottom: 16px;}.stm-template-boats .stm-sell-a-car-form .form-content .vehicle-condition .vehicle-condition-unit label {margin-right: 40px;}.stm-template-boats .stm-sell-a-car-form .form-content .vehicle-condition .vehicle-condition-unit label:last-child {margin-right: 0;}.stm-template-boats .stm-sell-a-car-form .form-content .contact-details {margin: 6px 0 43px;padding: 40px 41px 36px;background-color: #ebedef;}.stm-template-boats .stm-sell-a-car-form .form-content .contact-details textarea {height: 106px;}.stm-template-boats .stm-sell-a-car-form .form-content .contact-details .form-group {margin-bottom: 24px;}.stm-template-boats .stm-sell-a-car-form .form-content .contact-details .contact-us-label {margin-bottom: 2px;}.stm-template-boats .stm-sell-a-car-form .form-upload-files .stm-unit-photos {float: left;width: 38.48%;margin-right: 54px;}.stm-template-boats .stm-sell-a-car-form .form-upload-files .stm-unit-url {overflow: hidden;}.stm-template-boats .stm-sell-a-car-form input[type=submit] {width: 220px;margin-right: 48px;}.stm-template-boats .stm-sell-a-car-form .disclaimer {padding-right: 20px;margin-top: 2px;line-height: 22px;overflow: hidden;color: #555;}.stm-template-boats .sell-a-car-proceed {margin-top: 27px;max-width: 220px;}.stm-template-boats .form-upload-files {padding: 30px 30px 35px;margin: 15px 0 5px;border: 3px solid #ebedef;}.stm-template-boats .stm-pseudo-file-input {position: relative;z-index: 20;}.stm-template-boats .stm-pseudo-file-input.generated {margin-top: 15px;}.stm-template-boats .stm-pseudo-file-input.generated .stm-plus:after {display: none;}.stm-template-boats .stm-pseudo-file-input:hover {cursor: pointer;}.stm-template-boats .stm-pseudo-file-input:before {content: "";position: absolute;display: block;font-family: "stm-icon";speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;color: #c0c1c3;content: "\e932";position: absolute;top: 10px;left: 15px;font-size: 20px;}.stm-template-boats .stm-pseudo-file-input .stm-plus {position: absolute;width: 42px;height: 42px;top: 0;right: 0;background-color: #ebedef;z-index: 20;}.stm-template-boats .stm-pseudo-file-input .stm-plus:after {content: "";position: absolute;display: block;position: absolute;top: 50%;left: 50%;margin: -4px 0 0 -1px;width: 3px;height: 9px;background-color: #aaa;}.stm-template-boats .stm-pseudo-file-input .stm-plus:before {content: "";position: absolute;display: block;position: absolute;top: 50%;left: 50%;margin: -1px 0 0 -4px;width: 9px;height: 3px;background-color: #aaa;}.stm-template-boats .stm-pseudo-file-input .stm-filename {padding: 10px 10px 10px 40px;margin-right: 56px;background-color: #ebedef;color: #888888;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}.stm-template-boats .stm-pseudo-file-input .stm-file-realfield {position: absolute;width: 100%;top: 0;left: 0;right: 0;bottom: 0;opacity: 0;z-index: 15;}.stm-template-boats .stm-pseudo-file-input .stm-file-realfield:hover {cursor: pointer;}.stm-template-boats #error-fields {margin-top: 20px !important;}.stm-template-boats .lost_reset_password {border-top: 4px solid #232628;padding: 20px;margin: 2em 0;text-align: left;box-shadow: 0 1px 6px rgba(35, 38, 40, 0.4);max-width: 480px;width: 100%;}.stm-template-boats body.woocommerce-account .woocommerce .lost_reset_password input[type=submit] {margin-top: 10px;}.stm-template-boats .stm-single-filter-link a {color: #232628;text-decoration: none !important;}.stm-template-boats .stm-single-filter-link a:hover {color: #ceac61;}.stm-template-boats .stm-single-filter-link a span {color: #888;}.stm-template-boats .tooltip {font-family: inherit;}.stm-template-boats .tooltip.in {opacity: 1;}.stm-template-boats .tooltip-inner {padding: 7px 8px;background-color: #232628;color: #fff;}.stm-template-boats .tooltip.top .tooltip-arrow {border-top-color: #232628;}.stm-template-boats .tooltip.bottom .tooltip-arrow {border-bottom-color: #232628;}.stm-template-boats .stm-tooltip-link:hover {cursor: pointer;}.stm-template-boats .stm-dots {color: #888;}.stm-template-boats .stm-dots.dots-aligned {position: relative;top: 0 !important;}.stm-template-boats select.ab-formElement {opacity: 1;visibility: visible;}.stm-template-boats {}.stm-template-boats .special-label {padding: 0 50px !important;width: 261px !important;text-align: center !important;}.stm-template-boats .special-label-small {width: 249px !important;}.stm-template-boats .stm-site-preloader {overflow-y: hidden;}.stm-template-boats .stm-site-preloader:before {content: "";position: absolute;display: block;position: fixed;top: 0;left: 0;height: 100%;width: 100%;background-color: #191d21;opacity: 1;visibility: visible;z-index: 9999999999;}.stm-template-boats .stm-site-preloader:after {content: "";position: absolute;display: block;position: fixed;top: 50%;left: 50%;width: 64px;height: 64px;margin: -32px 0 0 -32px;background: url("https://www.lucaprofumo.com/wp-content/themes/motors/assets/images/tmp/preloader.png") 0 0 no-repeat;animation: spin 2s linear infinite;z-index: 9999999999;}.stm-template-boats .stm-site-preloader.stm-site-loaded {overflow-y: scroll;}.stm-template-boats .stm-site-preloader.stm-site-loaded:before {opacity: 0;visibility: hidden;z-index: -1;}.stm-template-boats .stm-site-preloader.stm-site-loaded:after {opacity: 0;visibility: hidden;z-index: -1;}.stm-template-boats .single-regular-sale-price > table tr td:nth-child(2) .h4 {white-space: nowrap;}.stm-template-boats .vc_row-no-padding .vc_column_container {padding-left: 0 !important;padding-right: 0 !important;}.stm-template-boats .stm-material-parallax-container {position: relative;overflow: hidden;min-height: 410px;color: #fff;}.stm-template-boats .stm-material-parallax {position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: -1;}.stm-template-boats .stm-material-parallax:after {content: "";display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5);}.stm-template-boats .stm-material-parallax img {display: none;position: absolute;left: 50%;bottom: 70px;min-width: 100%;max-width: none;min-height: 100%;transform: translate3d(0, 0, 0);transform: translateX(-50%);}.stm-template-boats {}.stm-template-boats .colored-separator {font-size: inherit;margin-bottom: 30px !important;}.stm-template-boats .colored-separator .stm-boats-icon-wave {font-size: 5px;}.stm-template-boats #wrapper {padding-top: 0 !important;}.stm-template-boats .wpb_revslider_element .button {white-space: nowrap;opacity: 1;line-height: 14px !important;}.stm-template-boats .wpb_revslider_element .button.loaded {opacity: 1;}.stm-template-boats .wpb_revslider_element .button.button-boat {margin-top: 2px;padding-top: 16px;padding-bottom: 14px;box-shadow: none;background-color: transparent;border: 2px solid #ceac61 !important;color: #211132 !important;transition: background-color 0.5s ease, color 0.5s ease, opacity 0.5s ease !important;}.stm-template-boats .wpb_revslider_element .button.button-boat:hover {background-color: #ceac61;color: #fff !important;}.stm-template-boats .wpb_revslider_element .button.loaded-revslider {opacity: 1;}.stm-template-boats .wpb_revslider_element .slotholder:after {content: "";position: absolute;display: block;top: 0;left: 0;bottom: 0;right: 0;}.stm-template-boats .wpb_revslider_element .home-slider .tp-bullet.selected {background: #ceac61 !important;}.stm-template-boats .tp-videolayer iframe {border: 0;}.stm-template-boats .widget-wrapper .stm-boats-news:last-child {margin-bottom: 0;}.stm-template-boats .car-listing-row.row .image {overflow: hidden !important;position: relative;}.stm-template-boats .car-listing-row.row .image .stm-badge-directory, .stm-template-boats .car-listing-row.row .image .stm-badge-directory.heading-font {position: absolute;left: -65px;padding: 0 55px;bottom: 20px;top: unset;width: 200px;height: 33px;line-height: 33px;transform: rotate(45deg) translate3d(0, 0, 0);color: #fff !important;font-size: 12px;text-transform: uppercase;font-weight: 700;text-align: center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;background: var(--motors-base-color);z-index: 200;}.stm-template-boats .stm-isearch-results-carousel-wrap .car-listing-row .image img {max-height: 133px;-o-object-fit: cover;object-fit: cover;}.stm-template-boats .stm-isearch-results-carousel-wrap .car-listing-row .image .stm-badge-directory, .stm-template-boats .stm-isearch-results-carousel-wrap .car-listing-row .image .stm-badge-directory.heading-font {bottom: unset;top: 20px;transform: rotate(-45deg) translate3d(0, 0, 0);}.stm-template-boats .stm-boats-news {display: block;margin-bottom: 30px;}.stm-template-boats .stm-boats-news:hover .title {color: #ceac61 !important;}.stm-template-boats .stm-boats-news .image {float: left;max-width: 70px;margin-right: 15px;}.stm-template-boats .stm-boats-news .stm-post-content {overflow: hidden;}.stm-template-boats .stm-boats-news .stm-post-content .title {margin: 3px 0 3px;color: #aaa;font-size: 13px;line-height: 19px;}.stm-template-boats .stm-boats-news .stm-post-content .date {color: #bfbfbf;font-size: 11px;}.stm-template-boats .stm-boats-news .stm-post-content .date i {position: relative;top: 2px;margin-right: 5px;font-size: 14px;color: #ceac61;}.stm-template-boats .stm-boats-footer-logo {max-width: 163px;margin-bottom: 25px;margin-left: -12px;}.stm-template-boats .widget_socials_text {margin-bottom: 0;}.stm-template-boats .widget_socials_text li {display: inline-block;vertical-align: top;margin: 5px 25px 0 0;}.stm-template-boats .widget_socials_text li:last-child {margin-right: 0;}.stm-template-boats .widget_socials_text li a {color: #fff;opacity: 0.5;}.stm-template-boats .widget_socials_text li a:hover {opacity: 1;}.stm-template-boats #footer-copyright .copyright-text a {color: #ceac61;}.stm-template-boats .stm-list-duty {padding: 0;color: #aaa;list-style: none;}.stm-template-boats .stm-list-duty.heading-font {color: #aaa;}.stm-template-boats .stm-list-duty li {padding-left: 40px;position: relative;margin-bottom: 22px;font-size: 13px;line-height: 20px;}.stm-template-boats .stm-list-duty li:last-child {margin-bottom: 0;}.stm-template-boats .stm-list-duty li.widget_contacts_phone .icon {top: 0;}.stm-template-boats .stm-list-duty li .icon {position: absolute;top: 5px;left: 0;font-size: 25px;color: #ceac61;}.stm-template-boats .footer_widgets_wrapper .widget-title {margin-bottom: 30px !important;}.stm-template-boats .boat-secondary-color {color: #ceac61;}.stm-template-boats .boat-third-bg-color {background-color: #211132;}.stm-template-boats .icon-box .icon.boat-third-color,.stm-template-boats .boat-third-color {color: #211132;}.stm-template-boats .stm-mt-icon-counter-boats {margin-bottom: 43px;text-align: center;}.stm-template-boats .stm-mt-icon-counter-boats .stm-mt-icon-counter {min-height: 70px;}.stm-template-boats .stm-mt-icon-counter-boats .stm-mt-icon-counter i {font-size: 50px;}.stm-template-boats .stm-mt-icon-counter-boats .stm-counter-meta {color: #fff;}.stm-template-boats .stm-mt-icon-counter-boats .stm-counter-meta .stm-value-wrapper {margin-bottom: 8px;}.stm-template-boats .stm-mt-icon-counter-boats .stm-counter-meta .stm-value {margin-bottom: 5px;font-size: 42px;font-weight: 400;text-align: center;}.stm-template-boats .stm-mt-icon-counter-boats .stm-counter-meta .stm-label {max-width: 200px;font-size: 13px;font-weight: 400;line-height: 20px;letter-spacing: -0.1px;text-align: center;}.stm-template-boats .stm-layout-box-boats {padding: 34px 34px 14px 31px;margin: 0 -5px 21px;}.stm-template-boats .stm-layout-box-boats .boat-line {position: absolute;top: -4px;left: 0;right: 0;height: 4px;background-color: #211132;transform: scale(0.973);opacity: 0;visibility: hidden;}.stm-template-boats .stm-layout-box-boats:hover:after, .stm-template-boats .stm-layout-box-boats:hover:before {top: -5px;left: 0;right: 0;bottom: -5px;}.stm-template-boats .stm-layout-box-boats:hover .boat-line {top: -5px;transform: scale(1);opacity: 1;visibility: visible;}.stm-template-boats .stm-layout-box-boats .icon {margin-top: 3px;margin-right: 22px;font-size: 48px;}.stm-template-boats .stm-layout-box-boats .icon-text h5 {font-size: 18px;margin-bottom: 11px;letter-spacing: -0.2px;font-weight: 400;}.stm-template-boats .stm-layout-box-boats .icon-text .content span {font-size: 14px;line-height: 24px;}.stm-template-boats .stm-boats-listing-icons {margin: 0 -15px 0;display: flex;flex-wrap: wrap;text-align: center;}.stm-template-boats .stm-boats-listing-icons > a {display: block;align-self: flex-end;padding: 0 15px 15px;width: 16.6666%;text-decoration: none !important;}.stm-template-boats .stm-boats-listing-icons > a:hover .name {color: #ceac61;}.stm-template-boats .stm-boats-listing-icons > a img {display: inline-block;width: 83px;height: auto;vertical-align: top;max-width: 100%;}.stm-template-boats .stm-boats-listing-icons > a .name {margin-top: 13px;text-transform: uppercase;font-weight: 700;color: #211132;text-align: center;}.stm-template-boats .stm-boats-video-iframe {position: relative;overflow: hidden;}.stm-template-boats .stm-boats-video-iframe iframe {display: block;}.stm-template-boats .stm-boats-video-iframe .stm-boats-video-poster {position: absolute;width: 100%;height: 100%;top: 0;left: 0;cursor: pointer;visibility: visible;opacity: 1;background-size: cover;}.stm-template-boats .stm-boats-video-iframe .stm-boats-video-poster.video-preloader-hidden {visibility: hidden;opacity: 0;}.stm-template-boats .stm-boats-video-iframe .stm-boats-video-poster:before {content: "";position: absolute;display: block;width: 86px;height: 86px;top: 50%;left: 50%;margin: -44px 0 0 -44px;background-color: #ceac61;border: 3px solid #fff;border-radius: 50%;opacity: 0.9;}.stm-template-boats .stm-boats-video-iframe .stm-boats-video-poster:after {content: "";position: absolute;display: block;width: 0;height: 0;top: 50%;left: 50%;margin: -14px 0 0 -9px;border-top: 14px solid transparent;border-bottom: 14px solid transparent;border-left: 24px solid white;}.stm-template-boats .stm-boats-video-iframe .stm-boats-video-poster:hover:before {opacity: 1;background-color: #fff;}.stm-template-boats .stm-boats-video-iframe .stm-boats-video-poster:hover:after {border-left-color: #ceac61;}.stm-template-boats .testimonials-carousel-boats {max-width: 855px;margin: 0 auto;}.stm-template-boats .testimonials-carousel-boats.owl-carousel .owl-stage-outer {overflow: visible;}.stm-template-boats .testimonials-carousel-boats .testimonial-unit-boats {position: absolute;margin: 54px 62.5px 0;padding: 70px 70px 47px;background-color: #fff;opacity: 0;visibility: hidden;}.stm-template-boats .testimonials-carousel-boats .testimonial-unit-boats:first-child {position: relative;opacity: 1;visibility: visible;}.stm-template-boats .testimonials-carousel-boats .testimonial-unit-boats .image {position: absolute;left: 50%;top: -50px;margin-left: -50px;max-width: 100px;border-radius: 50%;overflow: hidden;}.stm-template-boats .testimonials-carousel-boats .testimonial-unit-boats .image img {border-radius: 50%;}.stm-template-boats .testimonials-carousel-boats .testimonial-unit-boats .content {margin-bottom: 22px;text-align: center;font-size: 16px;line-height: 30px;color: #808080;}.stm-template-boats .testimonials-carousel-boats .testimonial-unit-boats .testimonial-quote {position: relative;max-width: 212px;margin: 0 auto 24px;text-align: center;color: #ceac61;}.stm-template-boats .testimonials-carousel-boats .testimonial-unit-boats .testimonial-quote i {display: inline-block;vertical-align: top;position: relative;font-size: 22px;}.stm-template-boats .testimonials-carousel-boats .testimonial-unit-boats .testimonial-quote:after, .stm-template-boats .testimonials-carousel-boats .testimonial-unit-boats .testimonial-quote:before {content: "";position: absolute;display: block;width: 70px;height: 1px;position: absolute;top: 10px;background-color: #ceac61;}.stm-template-boats .testimonials-carousel-boats .testimonial-unit-boats .testimonial-quote:before {left: 0;}.stm-template-boats .testimonials-carousel-boats .testimonial-unit-boats .testimonial-quote:after {right: 0;}.stm-template-boats .testimonials-carousel-boats .testimonial-unit-boats .author {text-align: center;font-size: 14px;text-transform: uppercase;font-weight: 700;}.stm-template-boats .testimonials-carousel-boats .owl-controls {margin-top: 33px;}.stm-template-boats .testimonials-carousel-boats .owl-dots .owl-dot {padding: 4px 11px;box-shadow: none !important;background-color: transparent;}.stm-template-boats .testimonials-carousel-boats .owl-dots .owl-dot.active span {display: block;transform: scale(1.3);transform-origin: right;background-color: #ceac61;}.stm-template-boats .testimonials-carousel-boats .owl-dots .owl-dot span {transform: scale(1);width: 6px;height: 6px;}.stm-template-boats .stm-boats-latest-news {margin-top: -6px;}.stm-template-boats .stm-boats-latest-news .single-latest-news {margin-bottom: 30px;}.stm-template-boats .stm-boats-latest-news .single-latest-news:hover .title a {color: #ceac61 !important;}.stm-template-boats .stm-boats-latest-news .single-latest-news .image {margin-bottom: 17px;}.stm-template-boats .stm-boats-latest-news .single-latest-news .content-unit {position: relative;padding-left: 70px;}.stm-template-boats .stm-boats-latest-news .single-latest-news .content-unit .date {position: absolute;left: 0;top: 3px;width: 52px;padding: 8px 5px 0;background-color: #ceac61;text-align: center;color: #fff;}.stm-template-boats .stm-boats-latest-news .single-latest-news .content-unit .date .day {margin-bottom: -2px;font-size: 24px;}.stm-template-boats .stm-boats-latest-news .single-latest-news .content-unit .date .month {font-size: 12px;}.stm-template-boats .stm-boats-latest-news .single-latest-news .content-unit .date:before {position: absolute;content: "";display: block;bottom: -9px;left: 0;height: 42px;width: 100%;background-color: #ceac61;transform: skew(0deg, -15deg);z-index: -1;}.stm-template-boats .stm-boats-latest-news .single-latest-news .content-unit .title {margin-bottom: 7px;}.stm-template-boats .stm-boats-latest-news .single-latest-news .content-unit .title a {display: block;font-size: 14px;line-height: 18px;font-weight: 700;color: #232628;text-transform: uppercase;text-decoration: none !important;}.stm-template-boats .stm-boats-latest-news .single-latest-news .content-unit .title a:hover {color: #ceac61;}.stm-template-boats .stm-boats-latest-news .single-latest-news .content-unit .content {font-size: 13px;line-height: 22px;color: #888888;}.stm-template-boats .stm-featured-boats-units img {width: 100%;}.stm-template-boats .gm-style .gm-style-mtc button {color: #555555 !important;}.stm-template-boats .select2-container--open.stm-multi-currency {z-index: 1065;}.stm-template-boats .select2-container--default .select2-selection--single .select2-selection__arrow b.stm-preloader {animation: rotating 2s infinite linear;}.stm-template-boats .single-add-to-compare .single-add-to-compare-left .add-to-compare-icon {color: #fff;}.stm-template-boats .single-add-to-compare .compare-fixed-link {border-color: #fff;}.stm-template-boats .single-add-to-compare .compare-fixed-link:hover {background-color: #fff;color: #232628 !important;border-color: #fff;}.stm-template-boats .ui-state-active, .stm-template-boats .ui-widget-content .ui-state-active, .stm-template-boats .ui-widget-header .ui-state-active {border-color: inherit;}.stm-template-boats .stm-filter-type-slider {margin-bottom: 19px;}.stm-template-boats .stm-slider-filter-type-unit {margin-bottom: 30px;}.stm-template-boats .stm-slider-filter-type-unit h5 {font-size: 13px;margin-top: -4px;margin-bottom: 12px;margin-right: 10px;}.stm-template-boats .classic-filter-row {margin-top: 0;}.stm-template-boats .classic-filter-row .stm-accordion-single-unit .stm-accordion-content-wrapper .stm-accordion-inner {display: flex;flex-wrap: wrap;justify-content: space-between;}.stm-template-boats .classic-filter-row .stm-accordion-single-unit .stm-accordion-content-wrapper .stm-accordion-inner .stm-option-label {width: 100%;}.stm-template-boats .classic-filter-row .stm-accordion-single-unit .stm-accordion-content-wrapper .stm-accordion-inner .stm-option-image img {max-width: 75px;margin-bottom: 10px;}.stm-template-boats .classic-filter-row .stm-accordion-single-unit.stm-two_cols .stm-accordion-content-wrapper .stm-accordion-inner .stm-option-label {width: 50%;}.stm-template-boats .stm-horizontal-longer-filter {display: none;}.stm-template-boats .stm-horizontal-filter-sidebar {position: relative;margin-bottom: 30px;}.stm-template-boats .stm-horizontal-filter-sidebar .col-md-wider-left,.stm-template-boats .stm-horizontal-filter-sidebar .col-md-wider-right {display: block;}.stm-template-boats .stm-horizontal-filter-sidebar .filter-price {margin-top: 0;margin-bottom: 0;}.stm-template-boats .stm-horizontal-filter-sidebar .stm-price-range-unit {background-color: #eceff3;border-radius: 7px;padding: 0 5px;}.stm-template-boats .stm-horizontal-filter-sidebar .stm-price-range-unit .ui-slider-horizontal {height: 7px;background-color: transparent;border-color: transparent;border: 0;}.stm-template-boats .stm-horizontal-filter-sidebar .stm-price-range-unit .ui-slider .ui-slider-range {background-color: #ceac61;}.stm-template-boats .stm-horizontal-filter-sidebar .stm-price-range-unit .ui-slider .ui-slider-handle {width: 15px;height: 15px;top: -5px;border: 0;}.stm-template-boats .stm-horizontal-filter-sidebar .stm-price-range-unit .ui-slider .ui-slider-handle:after {height: 5px;width: 5px;margin: -2.5px 0 0 -2.5px;background-color: #ceac61;}.stm-template-boats .stm-horizontal-filter-sidebar.expanded {padding-bottom: 62px !important;}.stm-template-boats .stm-horizontal-filter-sidebar.expanded .stm-horizontal-shorten-filter {padding: 0 4px 0 6px;}.stm-template-boats .stm-horizontal-filter-sidebar.expanded .stm-horizontal-expand-filter {bottom: 32px;padding-left: 23px;text-align: center;}.stm-template-boats .stm-horizontal-filter-sidebar.expanded #stm-classic-filter-submit {top: 100%;margin-top: -62px;}.stm-template-boats .stm-horizontal-filter-sidebar.expanded #stm-classic-filter-submit:active {margin-top: -60px;}.stm-template-boats .stm-horizontal-filter-sidebar.expanded .form-group {margin-bottom: 30px;}.stm-template-boats .stm-horizontal-filter-sidebar .form-group {margin-bottom: 15px;}.stm-template-boats .stm-horizontal-filter-sidebar #stm-classic-filter-submit {min-width: 120px;padding-left: 5px;padding-right: 5px;}.stm-template-boats .stm-horizontal-shorten-filter {padding: 0 149px 0 6px;}.stm-template-boats .stm-horizontal-shorten-filter > .col-md-12 {padding: 0 10px;width: 33.333%;}.stm-template-boats .stm-horizontal-shorten-filter > .col-md-12:nth-child(3n+1) {clear: both;}.stm-template-boats .stm-horizontal-longer-filter {padding: 0 5px 0 5px;}.stm-template-boats .stm-horizontal-longer-filter > .col-md-12 {padding: 0 10px;width: 33.333%;}.stm-template-boats .stm-horizontal-longer-filter > .col-md-12:nth-child(3n+1) {clear: both;}.stm-template-boats .stm-horizontal-expand-filter {position: absolute;bottom: 14px;width: 100%;left: 0;text-align: center;font-size: 13px;}.stm-template-boats .stm-horizontal-expand-filter span {color: #ceac61;border-bottom: 1px dotted #ceac61;cursor: pointer;}.stm-template-boats #stm-classic-filter-submit {position: absolute;top: 22px;right: 23px;padding: 12px 18px 11px 18px;letter-spacing: 1px;}.stm-template-boats #stm-classic-filter-submit i {margin-right: 4px;}.stm-template-boats #stm-classic-filter-submit:active {top: 26px;}.stm-template-boats .stm-current-slider-labels {margin-top: -4px;text-align: right;font-size: 13px;color: #595959;}.stm-template-boats .filter > .row-pad-top-24 {margin-bottom: 20px;}.stm-template-boats .row-pad-top-24 {padding-top: 22px;}.stm-template-boats .classic-filter-row .stm-horizontal-filter-sidebar .filter-price h5 {margin-bottom: 12px;}.stm-template-boats {}.stm-template-boats .stm-prev-next {position: static;display: inline-block;vertical-align: top;width: 39px;height: 40px;line-height: 35px;}.stm-template-boats .stm-prev-next.disabled {background-color: transparent;}.stm-template-boats .stm-prev-next.disabled i {color: #d9d9d9 !important;}.stm-template-boats .stm-prev-next i {font-family: "boaticons" !important;font-size: 13px;}.stm-template-boats .stm-prev-next.stm-prev-btn {margin-right: 10px;}.stm-template-boats .stm-prev-next.stm-prev-btn i:before {content: "\e91e";}.stm-template-boats .stm-prev-next.stm-next-btn {margin-left: 10px;}.stm-template-boats .stm-prev-next.stm-next-btn i:before {content: "\e91f";}.stm-template-boats ul.page-numbers {display: inline-block;vertical-align: top;padding: 0;text-align: left;}.stm-template-boats ul.page-numbers li {vertical-align: top;text-align: center;}.stm-template-boats ul.page-numbers li .prev,.stm-template-boats ul.page-numbers li .next {position: static;width: 39px;height: 40px;line-height: 35px;}.stm-template-boats ul.page-numbers li .prev i,.stm-template-boats ul.page-numbers li .next i {font-family: "boaticons" !important;font-size: 13px;}.stm-template-boats ul.page-numbers li .prev {margin-right: 10px;}.stm-template-boats ul.page-numbers li .prev i:before {content: "\e91e";}.stm-template-boats ul.page-numbers li .next {margin-left: 10px;}.stm-template-boats ul.page-numbers li .next i:before {content: "\e91f";}.stm-template-boats ul.page-numbers li > a {width: 39px;height: 40px;margin: 0 2px;line-height: 36px;border: 2px solid transparent;background-color: transparent;color: #ceac61 !important;}.stm-template-boats ul.page-numbers li > a:hover {border-color: #ceac61;background-color: #ceac61;color: #fff !important;}.stm-template-boats ul.page-numbers li > span {width: 39px;height: 40px;line-height: 36px;color: #d2d2d2 !important;background-color: transparent;border: 2px solid #d2d2d2;font-weight: 600;}.stm-template-boats .boats-image-unit {position: absolute;top: 7px;left: 7px;z-index: 20;opacity: 0;}.stm-template-boats .boats-image-unit > div {display: inline-block;min-width: 42px;min-height: 26px;margin-right: 5px;padding: 5px 5px 0 6px;border-radius: 2px;background: rgba(255, 255, 255, 0.5);color: #193a77;font-size: 11px;line-height: 22px;font-weight: 600;text-align: center;}.stm-template-boats .boats-image-unit > div i {font-size: 12px;margin-right: 2px;}.stm-template-boats .boats-image-unit > div i.stm-boats-icon-camera {position: relative;top: -1px;}.stm-template-boats .boats-image-unit > div span {position: relative;top: -2px;}.stm-template-boats .boats-image-unit > div:hover {cursor: pointer;background: rgb(255, 255, 255);}.stm-template-boats .boats-image-unit > div.stm-listing-videos-unit i {position: relative;top: -1px;left: 1px;margin-right: 3px;}.stm-template-boats .stm-isotope-listing-item.listing-list-loop .image:after {display: none !important;}.stm-template-boats .stm-template-front-loop .image,.stm-template-boats .stm-isotope-listing-item .image {position: relative;}.stm-template-boats .stm-template-front-loop .image:after,.stm-template-boats .stm-isotope-listing-item .image:after {content: "";position: absolute;display: block;top: 0;left: 0;width: 100%;height: 100%;opacity: 0;background: rgba(0, 0, 0, 0.2);}.stm-template-boats .stm-template-front-loop .image .tooltip-inner,.stm-template-boats .stm-isotope-listing-item .image .tooltip-inner {white-space: nowrap;}.stm-template-boats .stm-template-front-loop .image:hover:after,.stm-template-boats .stm-isotope-listing-item .image:hover:after {opacity: 1;}.stm-template-boats .stm-template-front-loop .image:hover .stm-compare-directory-new,.stm-template-boats .stm-isotope-listing-item .image:hover .stm-compare-directory-new {opacity: 1;visibility: visible;}.stm-template-boats .stm-template-front-loop .image:hover .boats-image-unit,.stm-template-boats .stm-isotope-listing-item .image:hover .boats-image-unit {opacity: 1;}.stm-template-boats .stm-compare-directory-new {position: absolute;top: 7px;right: 7px;background: rgba(0, 0, 0, 0.6);text-align: center;line-height: 24px;color: #fff;width: 26px;height: 26px;border-radius: 50%;text-indent: -0.5px;opacity: 0;visibility: hidden;z-index: 25;}.stm-template-boats .stm-compare-directory-new i {position: relative;left: 0;font-size: 11px;}.stm-template-boats .stm-compare-directory-new.active {opacity: 1;visibility: visible;}.stm-template-boats .stm-compare-directory-new:hover {background: rgb(0, 0, 0);}.stm-template-boats .stm-template-front-loop .stm-compare-directory-new i,.stm-template-boats .listing-list-loop .stm-compare-directory-new i {left: 1px;}.stm-template-boats .sold-listings-inventory .stm-car-listing-sort-units .stm-sort-by-options {float: left;}.stm-template-boats .stm-boats-single-top {margin-bottom: 13px;}.stm-template-boats .stm-boats-single-top .title {position: relative;top: -8px;min-height: 86px;margin-bottom: 0;overflow: hidden;text-transform: uppercase;}@media (max-width: 1024px) {.stm-template-boats .stm-boats-single-top .title {min-height: 0;}}.stm-template-boats .stm-boats-single-top .single-regular-price {padding: 11px 0 5px;}.stm-template-boats .stm-boats-single-top .stm-boats-single-price {min-width: 195px;margin-left: 30px;}.stm-template-boats .stm-boats-single-top .stm-boats-single-price .single-car-prices {padding: 0 13px 0 10px;}.stm-template-boats .stm-boats-single-top .stm-boats-single-price .price-description-single {padding: 0 10px;background-color: #211132;font-size: 12px;}.stm-template-boats .stm-boats-single-top .stm-boats-single-price .single-regular-price > .labeled {display: inline-block;margin-right: 3px;vertical-align: top;text-align: right;max-width: 40px;color: #232628;font-size: 13px;line-height: 14px;}.stm-template-boats .stm-boats-single-top .stm-boats-single-price .single-regular-price > .h3 {position: relative;top: -3px;font-size: 33px;line-height: 33px;vertical-align: top;color: #232628;}.stm-template-boats .stm-boats-featured-image {display: block;overflow: hidden;position: relative;margin-bottom: 25px;}.stm-template-boats .stm-car-carousels .stm-car-medias {position: absolute;top: 15px;right: 7px;z-index: 20;}.stm-template-boats .stm-car-carousels .stm-car-medias > div {display: inline-block;margin-right: 9px;padding: 2px 5px 0 6px;border-radius: 2px;background: rgba(0, 0, 0, 0.3);color: #fff;font-size: 11px;line-height: 22px;font-weight: 600;}.stm-template-boats .stm-car-carousels .stm-car-medias > div i {font-size: 12px;margin-right: 2px;}.stm-template-boats .stm-car-carousels .stm-car-medias > div span {position: relative;top: -1px;}.stm-template-boats .stm-car-carousels .stm-car-medias > div:hover {cursor: pointer;background: rgba(0, 0, 0, 0.6);}.stm-template-boats .stm-car-carousels .stm-car-medias > div.stm-listing-videos-unit i {position: relative;top: -1px;left: 1px;margin-right: 3px;}.stm-template-boats .stm-boats-data {margin-bottom: 26px;}.stm-template-boats .stm-boats-data .single-boat-data-units {position: relative;padding-right: 55px;}@media (max-width: 767px) {.stm-template-boats .stm-boats-data .single-boat-data-units .single-boat-data {display: flex;flex-wrap: wrap;}}.stm-template-boats .stm-boats-data .single-boat-data-units .single-boat-data .t-row {position: relative;display: inline-block;margin-right: 46px;padding-left: 19px;vertical-align: top;}@media (max-width: 767px) {.stm-template-boats .stm-boats-data .single-boat-data-units .single-boat-data .t-row {width: 50%;margin-right: 0;}}.stm-template-boats .stm-boats-data .single-boat-data-units .single-boat-data .t-row:last-child {margin-right: 0;}.stm-template-boats .stm-boats-data .single-boat-data-units .single-boat-data .t-row i {position: absolute;top: 5px;left: 0;}.stm-template-boats .stm-boats-data .single-boat-data-units .single-boat-data .t-row .t-label {color: #888;font-size: 10px;text-transform: uppercase;}.stm-template-boats .stm-boats-data .single-boat-data-units .single-boat-data .t-row .t-label i {font-size: 12px;}.stm-template-boats .stm-boats-data .single-boat-data-units .single-boat-data .t-row .t-value {margin-top: -3px;font-weight: 400;font-size: 14px;}.stm-template-boats .stm-boats-data .single-boat-data-units .stm-gallery-action-unit {position: absolute;top: -1px;right: 0;width: 40px;height: 40px;border: 2px solid #c1c1c1;border-radius: 50%;text-align: center;line-height: 36px;color: #211132;cursor: pointer;}.stm-template-boats .stm-boats-data .single-boat-data-units .stm-gallery-action-unit.active {color: #fff;background-color: #211132;border-color: #211132;}.stm-template-boats .stm-boats-data .single-boat-data-units .stm-gallery-action-unit.active .stm-boats-icon-add-to-compare:before {content: "\e922";}.stm-template-boats .stm-boats-data .single-boat-data-units .stm-gallery-action-unit:hover {color: #fff;background-color: #211132;border-color: #211132;}.stm-template-boats .single-listing-car-sidebar-unit {margin-bottom: 42px;}.stm-template-boats .single-listing-car-sidebar-unit .title {text-transform: uppercase;}.stm-template-boats .single-listings .stm-boats-single-top .title {top: 0;min-height: 26px;line-height: 50px;}.stm-template-boats .widget_stm_schedule_showing {padding-top: 25px;border-top: 3px solid #ceac61;}.stm-template-boats .widget_stm_schedule_showing .content {margin-bottom: 17px;font-size: 13px;line-height: 18px;color: #595959;}.stm-template-boats .widget_stm_schedule_showing .stm-list-duty li .icon {top: 6px;}.stm-template-boats .widget_stm_schedule_showing .stm-list-duty li .text {color: #595959;}.stm-template-boats .widget_stm_schedule_showing .stm-list-duty li .text .heading-font {font-size: 13px;color: #232628;}.stm-template-boats .widget_stm_schedule_showing .button {margin-top: 17px;padding: 10px 15px 10px;}.stm-template-boats .widget_stm_schedule_showing .button i {position: relative;top: 1px;left: 8px;font-size: 18px !important;margin-right: 15px;font-size: 16px;}.stm-template-boats .stm_auto_loan_calculator {padding: 26px 30px 17px !important;position: relative;border: 0;background-color: #ceac61;}.stm-template-boats .stm_auto_loan_calculator:after {width: 100%;height: 100%;background-size: cover;opacity: 0.2;z-index: 10;}.stm-template-boats .stm_auto_loan_calculator > .row {position: relative;z-index: 20;}.stm-template-boats .stm_auto_loan_calculator .title {position: relative;padding-left: 45px !important;z-index: 20;}.stm-template-boats .stm_auto_loan_calculator .title h5 {margin-bottom: 13px;}.stm-template-boats .stm_auto_loan_calculator .title i {top: -1px !important;font-family: "boaticons" !important;speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;color: #232628;}.stm-template-boats .stm_auto_loan_calculator .title i:before {content: "\e92f";}.stm-template-boats .stm_auto_loan_calculator .title h5 {font-weight: 700;}.stm-template-boats .stm_auto_loan_calculator .labeled {margin-bottom: 5px !important;color: #232628;}.stm-template-boats .stm_auto_loan_calculator .labeled .orange {color: #232628;margin-left: 5px;}.stm-template-boats .stm_auto_loan_calculator .col-md-6 {width: 100%;}.stm-template-boats .stm_auto_loan_calculator .col-md-6 .md-mg-rt,.stm-template-boats .stm_auto_loan_calculator .col-md-6 .md-mg-lt {margin: 0 0 17px !important;}.stm-template-boats .stm_auto_loan_calculator .calculate_loan_payment {margin-top: 3px;width: 100%;}.stm-template-boats .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list {background-color: #211132 !important;border-color: #211132 !important;overflow: visible;}.stm-template-boats .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {background-color: transparent !important;}.stm-template-boats .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {background-color: #fff !important;}.stm-template-boats .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a span {color: #232628 !important;}.stm-template-boats .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:before {top: -4px !important;background-color: #ceac61 !important;}.stm-template-boats .stm-tech-infos .subtitle {font-weight: 700;color: #232628;}.stm-template-boats .stm-tech-infos span.h6 {color: #595959;}.stm-template-boats .wpb_wrapper .stm-tech-infos {margin-top: 36px;}.stm-template-boats .wpb_wrapper .stm-tech-infos:first-child {margin-top: 0;}.stm-template-boats .stm-boats-color {float: left;padding: 0 15px;margin-top: 7px;width: 94px;text-align: center;}.stm-template-boats .stm-boats-color .color-round {width: 43px;height: 43px;margin: 0 auto 11px;border: 1px solid #e7e7e7;border-radius: 50%;}.stm-template-boats .stm-boats-color .color-label {font-size: 12px;color: #595959;}.stm-template-boats .boat-gallery {margin-top: -7px;}.stm-template-boats .boat-gallery img {margin-bottom: 30px;}.stm-template-boats .stm-boats-contact-information {padding: 38px 64px 19px 31px;margin-bottom: 30px;border: 2px solid #eceff3;}.stm-template-boats .stm-boats-contact-information h4 {margin-bottom: 26px;text-transform: uppercase;font-size: 18px;font-weight: 700;}.stm-template-boats .stm-boats-contact-information .icon {top: 1px !important;left: -1px !important;}.stm-template-boats .stm-boats-contact-information .text {color: #595959;font-size: 13px;}.stm-template-boats .stm-boats-contact-information .widget_contacts_phone {margin-bottom: 17px !important;}.stm-template-boats .stm-boats-contact-information .widget_contacts_phone .icon {top: -1px !important;}.stm-template-boats .stm-boats-contact-information .widget_contacts_mail {margin-bottom: 21px !important;}.stm-template-boats .stm-boats-contact-information .widget_contacts_mail .icon {top: 0 !important;}.stm-template-boats .stm-boats-contact-information .widget_contacts_mail a {color: #595959;text-decoration: none !important;}.stm-template-boats .stm-boats-contact-information .widget_contacts_mail a:hover {color: #ceac61;}.stm-template-boats .stm-boats-contact-information .widget_contacts_hours .icon {top: 2px !important;font-size: 24px !important;}.stm-template-boats .stm-boats-contact-information .stm-list-duty li {padding-left: 45px;margin-bottom: 16px;}.stm-template-boats .stm-boat-contact-wrapper {padding: 36px 15px 35px 40px;border: 2px solid #eceff3;}.stm-template-boats .stm-boat-contact-wrapper h4 {margin-bottom: 27px;text-transform: uppercase;font-size: 18px;}.stm-template-boats .stm-boat-contact-wrapper .stm-boat-single-contact {margin-bottom: 23px;}.stm-template-boats .stm-boat-contact-wrapper .stm-boat-single-contact:last-child {margin-bottom: 0;}.stm-template-boats .stm-boat-contact-wrapper .stm-boat-single-contact .image {float: left;margin-right: 17px;}.stm-template-boats .stm-boat-contact-wrapper .stm-boat-single-contact h5 {margin-top: -4px;margin-bottom: 4px;font-size: 14px;}.stm-template-boats .stm-boat-contact-wrapper .stm-boat-single-contact .content {overflow: hidden;}.stm-template-boats .stm-boat-contact-wrapper .stm-boat-single-contact .stm-content {overflow: hidden;}.stm-template-boats .stm-boat-contact-wrapper .stm-boat-single-contact .stm-content .inner {clear: both;position: relative;padding-left: 24px;}.stm-template-boats .stm-boat-contact-wrapper .stm-boat-single-contact .stm-content .inner i {position: absolute;top: 6px;left: 0;font-size: 12px;color: #ceac61;}.stm-template-boats .stm-boat-contact-wrapper .stm-boat-single-contact .stm-content .inner span {color: #595959;font-size: 13px;}.stm-template-boats .stm-boat-contact-wrapper .stm-boat-single-contact .stm-content .inner a {color: #595959;font-size: 13px;text-decoration: none;}.stm-template-boats .stm-boat-contact-wrapper .stm-boat-single-contact .stm-content .inner a:hover {color: #ceac61;}.stm-template-boats .stm-boat-contact-wrapper .stm-boat-single-contact .stm-content .inner a:hover span {color: #ceac61;}.stm-template-boats .single-listings textarea {max-height: 100px;padding-top: 14px;padding-bottom: 14px;}.stm-template-boats .single-listings .form-group input {max-height: 40px;line-height: 40px;}.stm-template-boats .stm-compact-sidebar .content {padding: 0 0 0 25px;}.stm-template-boats blockquote {position: relative;padding-left: 64px;padding-right: 40px;color: #232628;letter-spacing: -0.7px;border: 0 !important;}.stm-template-boats blockquote:before {content: "";position: absolute;display: block;top: 8px;left: 0;content: "\e92e";font-family: "boaticons" !important;speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;color: #ceac61;font-size: 21px;}.stm-template-boats .boats-stock {margin: -15px 0 12px;font-size: 13px;}.stm-template-boats .stm-icon-date {font-family: "boaticons" !important;speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}.stm-template-boats .stm-icon-date:before {content: "\e925";}.stm-template-boats .listing-list-loop {min-height: 146px;}.stm-template-boats .listing-list-loop .image {margin-right: 18px;}.stm-template-boats .listing-list-loop .image .image-inner {min-height: 100px;overflow: hidden;}.stm-template-boats .stm-car-listing-sort-units.sort-type-list {padding-top: 21px;padding-bottom: 13px;border-bottom: 3px solid #cccccc;}.stm-template-boats .stm-sort-list-params ul {list-style: none;padding: 0;margin: 0;}.stm-template-boats .stm-sort-list-params ul li {float: left;margin: 0 30px 0 0;font-size: 11px;text-transform: uppercase;font-weight: 700;}.stm-template-boats .stm-sort-list-params ul li span {position: relative;padding-right: 20px;cursor: pointer;}.stm-template-boats .stm-sort-list-params ul li span:after {font-family: "Font Awesome 6 Free";font-weight: 600;font-style: normal;font-size: inherit;text-rendering: auto;transform: translate(0, 0);-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "";position: absolute;display: block;top: -3px;right: 0;font-size: 15px;}.stm-template-boats .stm-sort-list-params ul li.location {cursor: default !important;color: #232628 !important;}.stm-template-boats .stm-sort-list-params ul li.location span {cursor: default !important;}.stm-template-boats .stm-sort-list-params ul li.location span:after {display: none;}.stm-template-boats .stm-sort-list-params ul li span:after {content: "\f107";color: #555;opacity: 0.3;}.stm-template-boats .stm-sort-list-params ul li[data-sort=low] {color: #ceac61;}.stm-template-boats .stm-sort-list-params ul li[data-sort=low] span:after {opacity: 1;content: "\f107";color: #ceac61;}.stm-template-boats .stm-sort-list-params ul li[data-sort=high] {color: #ceac61;}.stm-template-boats .stm-sort-list-params ul li[data-sort=high] span:after {top: -1px;color: #ceac61;content: "\f106";opacity: 1;}.stm-template-boats .stm-sort-list-params ul li.main {width: 189px;margin-right: 0;}.stm-template-boats .stm-sort-list-params ul li.price-main {float: right;margin-right: 0;}.stm-template-boats .listing-list-loop .content .meta-top {min-height: 69px;margin-bottom: 10px !important;}.stm-template-boats .listing-list-loop .content .meta-top .price .sale-price,.stm-template-boats .listing-list-loop .content .meta-top .price .regular-price,.stm-template-boats .listing-list-loop .content .meta-top .price .normal-price {color: #232628;}.stm-template-boats .listing-list-loop .content .meta-top .price .sale-price .label-price,.stm-template-boats .listing-list-loop .content .meta-top .price .sale-price .heading-font,.stm-template-boats .listing-list-loop .content .meta-top .price .regular-price .label-price,.stm-template-boats .listing-list-loop .content .meta-top .price .regular-price .heading-font,.stm-template-boats .listing-list-loop .content .meta-top .price .normal-price .label-price,.stm-template-boats .listing-list-loop .content .meta-top .price .normal-price .heading-font {opacity: 1;color: #232628;}.stm-template-boats .listing-list-loop .content .meta-middle {margin-bottom: 0;}.stm-template-boats .listing-list-loop .content .meta-middle .meta-middle-unit {margin-right: 14px;}.stm-template-boats .listing-list-loop .content .meta-middle .meta-middle-unit .meta-middle-unit-top {padding-left: 20px !important;}.stm-template-boats .listing-list-loop .content .meta-middle .meta-middle-unit .icon {font-size: 11px;}.stm-template-boats .listing-list-loop .content .meta-middle .meta-middle-unit .icon .stm-icon-fuel {font-size: 11px;}.stm-template-boats .listing-list-loop .content .meta-middle .meta-middle-unit .name {font-size: 13px;text-transform: none;}.stm-template-boats .listing-list-loop .content .meta-middle .meta-middle-unit {border-right: 0;}.stm-template-boats .listing-list-loop .content .meta-bottom .single-car-actions ul {padding: 0;}.stm-template-boats .stm-isotope-listing-item .stm-compare-directory-new,.stm-template-boats .stm-isotope-listing-item .boats-image-unit {top: 15px;}.stm-template-boats .stm-isotope-listing-item:hover .stm-compare-directory-new,.stm-template-boats .stm-isotope-listing-item:hover .boats-image-unit {opacity: 1;visibility: visible;}.stm-template-boats .stm_boats_view_by {vertical-align: top;margin-top: 5px;text-align: right;}.stm-template-boats .stm_boats_view_by span {display: inline-block;vertical-align: top;font-size: 13px;color: #8c8c8c;}.stm-template-boats .stm_boats_view_by span.first {margin-right: 10px;}.stm-template-boats .stm_boats_view_by span.last {margin-left: 10px;}.stm-template-boats .stm_boats_view_by ul {display: inline-block;vertical-align: top;margin-top: 1px;list-style: none;padding: 0;}.stm-template-boats .stm_boats_view_by ul li {min-width: 12px;position: relative;display: inline-block;vertical-align: top;margin-bottom: 0;margin-right: 12px;cursor: pointer;text-align: center;}.stm-template-boats .stm_boats_view_by ul li a {display: block;position: relative;font-size: 11px;color: #ceac61;text-decoration: none !important;z-index: 25;}.stm-template-boats .stm_boats_view_by ul li.active a {color: #595959;}.stm-template-boats .stm_boats_view_by ul li.active:after {content: "";position: absolute;display: block;top: -2px;left: -5px;height: 24px;width: 24px;border: 1px solid #919293;border-top-right-radius: 9px;z-index: 20;}.stm-template-boats .stm_boats_view_by ul li.active:before {content: "";position: absolute;display: block;top: -2px;right: -6px;height: 7px;width: 7px;border-left: 1px solid #919293;border-bottom: 1px solid #919293;z-index: 20;}.stm-template-boats .stm-featured-boats-widget .stm-featured-boats-w-units {display: block;margin-bottom: 24px;text-decoration: none !important;clear: both;}.stm-template-boats .stm-featured-boats-widget .stm-featured-boats-w-units:hover .title {color: #ceac61;}.stm-template-boats .stm-featured-boats-widget .stm-featured-boats-w-units .image {float: left;padding-top: 4px;margin-right: 15px;max-width: 80px;}.stm-template-boats .stm-featured-boats-widget .stm-featured-boats-w-units .content {overflow: hidden;}.stm-template-boats .stm-featured-boats-widget .stm-featured-boats-w-units .content .title {font-size: 14px;line-height: 18px;}.stm-template-boats .stm-featured-boats-widget .stm-featured-boats-w-units .content .price {margin: 5px 0 0;font-size: 12px;color: #ceac61;}.stm-template-boats .stm-featured-boats-widget .stm-featured-boats-w-units .content .car-meta-bottom ul li {margin-top: 0;}.stm-template-boats .stm-boat-side-unit {padding-top: 27px;border-top: 3px solid #ceac61;}.stm-template-boats .stm-boat-side-unit h4.title {margin-bottom: 21px;font-size: 18px;text-transform: uppercase;}.stm-template-boats .stm-compact-sidebar {max-width: 260px;}.stm-template-boats .stm-compact-sidebar .image img {width: 100%;}.stm-template-boats .stm-sidebar-mode-vc .stm-boats-contact-information {padding: 27px 0 0;margin: 38px 0;border: 0;border-top: 3px solid #ceac61;}.stm-template-boats .stm-sidebar-mode-vc .stm-boats-contact-information h4.title {margin-bottom: 20px;font-size: 18px;text-transform: uppercase;}.stm-template-boats .stm-sidebar-mode-vc .stm-boats-contact-information .stm-list-duty li {padding-left: 41px;margin-bottom: 20px;}.stm-template-boats .stm-sidebar-mode-vc .stm-boats-contact-information .stm-list-duty li.widget_contacts_phone {margin-bottom: 26px !important;}.stm-template-boats .stm-sidebar-mode-vc .stm-boats-contact-information .stm-list-duty li .icon {top: 5px !important;}.stm-template-boats .stm-sidebar-mode-vc .stm-boats-contact-information .stm-list-duty li.widget_contacts_phone .icon {top: -1px !important;}.stm-template-boats .listing-list-loop .content .title {text-transform: uppercase;font-size: 22px;}.stm-template-boats .listing-list-loop .content .title:hover a {color: #ceac61;}.stm-template-boats .car-listing-modern-grid .image {min-height: 134px;}.stm-template-boats .car-listing-modern-grid img.lazy.img-responsive {min-height: auto !important;}.stm-template-boats .stm-horizontal-filter-sidebar .stm-price-range-unit {padding-left: 11px;}.stm-template-boats .boats-location {margin-bottom: 0 !important;}.stm-template-boats .stm-location-search-unit {height: 0;position: relative;}.stm-template-boats .filter-sidebar {--location-field-border-width: 2px;--location-field-color: black;--location-field-border-color: #eceff3;--location-field-placeholder-color: #888888;--location-field-empty-color: black;--location-field-empty-border-color: #eceff3;--location-field-empty-placeholder-color: #888888;--location-field-focus-color: black;--location-field-focus-border-color: #ceac61;--location-field-focus-placeholder-color: #888888;--location-field-bg-color: #eceff3;}.stm-template-boats #ca_location_listing_filter {background: var(--location-field-bg-color) !important;border: var(--location-field-border-width) solid var(--location-field-border-color);color: var(--location-field-color);padding-left: 28px;}.stm-template-boats #ca_location_listing_filter::-moz-placeholder {color: var(--location-field-placeholder-color);}.stm-template-boats #ca_location_listing_filter::placeholder {color: var(--location-field-placeholder-color);}.stm-template-boats #ca_location_listing_filter:focus, .stm-template-boats #ca_location_listing_filter.empty:focus {background-color: var(--location-field-bg-color) !important;border-color: var(--location-field-focus-border-color);color: var(--location-field-focus-color);}.stm-template-boats #ca_location_listing_filter:focus::-moz-placeholder, .stm-template-boats #ca_location_listing_filter.empty:focus::-moz-placeholder {color: var(--location-field-focus-placeholder-color);}.stm-template-boats #ca_location_listing_filter:focus::placeholder, .stm-template-boats #ca_location_listing_filter.empty:focus::placeholder {color: var(--location-field-focus-placeholder-color);}.stm-template-boats #ca_location_listing_filter.empty {border-color: var(--location-field-empty-border-color);color: var(--location-field-empty-color);}.stm-template-boats #ca_location_listing_filter.empty::-moz-placeholder {color: var(--location-field-empty-placeholder-color);}.stm-template-boats #ca_location_listing_filter.empty::placeholder {color: var(--location-field-empty-placeholder-color);}.stm-template-boats #ca_location_listing_filter:not(.empty) + .stm-location-reset-field {display: inline-block !important;}.stm-template-boats .mobile-search-filter-opened .pac-container {z-index: 999999 !important;}.stm-template-boats #stm_slide_filter_max_search_radius {padding-right: 30px;}.stm-template-boats #stm_slide_filter_max_search_radius + .stm_unit_measurement {position: absolute;right: 25px;top: 10px;text-transform: uppercase;color: #8F8F8F;font-size: 14px;}.stm-template-boats .stm-location-search-unit {position: relative;}.stm-template-boats .filter-sidebar .stm-location-search-unit:before {content: "\e956";position: absolute;top: 10px;left: 10px;color: #898989;font-family: "stm-icon";speak: none;font-size: 19px;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}.stm-template-boats .stm-location-search-unit #ca_location_listing_filter {padding-right: 30px;}.stm-template-boats .stm-location-reset-field {position: absolute;top: 10px;right: 10px;width: 20px;height: 20px;text-align: center;cursor: pointer;}.stm-template-boats .stm-location-reset-field svg {width: 14px;height: 14px;}.stm-template-boats .stm-location-reset-field svg path {fill: #898989;}@media screen and (max-width: 767px) {.stm-template-boats .stm-location-reset-field {top: 14px;}}.stm-template-boats .post-grid-single-unit .sticky-post.blog-post-no-image {position: relative;margin-bottom: -2px;z-index: 6;}.stm-template-boats .entry-header.small_title_box > .container {min-height: inherit !important;}.stm-template-boats .entry-header {padding-top: 50px;background: transparent !important;background-color: transparent !important;}.stm-template-boats .entry-header:after {background: none !important;}.stm-template-boats .entry-header .entry-title {position: static;transform: translateY(0);}.stm-template-boats .entry-header.center .entry-title h1,.stm-template-boats .entry-header.center .entry-title h2 {color: #232628;}.stm-template-boats .stm-prev-next {background-color: transparent;border: 2px solid transparent;line-height: 31px !important;}.stm-template-boats .stm-prev-next:hover {background-color: #ceac61;border-color: #ceac61;}.stm-template-boats .stm-prev-next:hover i {color: #fff !important;}.stm-template-boats .stm-prev-next i {color: #ceac61 !important;}.stm-template-boats .stm-prev-next.disabled:hover {border-color: transparent !important;}.stm-template-boats .stm-view-type-list, .stm-template-boats .stm-view-type-grid {padding-top: 27px;}.stm-template-boats .sidebar-margin-top {margin-top: 0;}.stm-template-boats .stm-boats-news {text-decoration: none !important;}.stm-template-boats .post-content blockquote:after {content: "" !important;}.stm-template-boats .post-content blockquote:before {content: "\e92e" !important;}.stm-template-boats .select2 .selection:hover b {color: #ceac61 !important;}.stm-template-boats .wpb_tour_tabs_wrapper.stm_tabs_style_2 ul.wpb_tabs_nav > li > a {background-color: #211132;}.stm-template-boats .entry-header .entry-title h1,.stm-template-boats .entry-header .entry-title h2 {color: #232628;}.stm-template-boats .woocommerce #respond input#submit, .stm-template-boats .woocommerce a.button, .stm-template-boats .woocommerce button.button, .stm-template-boats .woocommerce input.button {background-color: #ceac61 !important;}.stm-template-boats .woocommerce form.checkout_coupon, .stm-template-boats .woocommerce form.login, .stm-template-boats .woocommerce form.register {border-color: #211132 !important;}.stm-template-boats .woocommerce form.login .lost_password a {color: #ceac61;}.stm-template-boats .stm-call-to-action-1 .stm-call-action-right {max-width: 555px;}.stm-template-boats .stm-call-to-action-1 .stm-call-action-left {padding: 24px 10px 10px 27px;}.stm-template-boats .stm-call-to-action-1 .stm-call-action-left .stm-call-action-image {margin-top: 9px;}.stm-template-boats .stm-call-to-action-1 .stm-call-action-left:after {display: none;}.stm-template-boats .stm_tabs_style_2 .icon-box .icon.boat-third-color,.stm-template-boats .stm_tabs_style_2 .boat-third-color {color: #ceac61;}.stm-template-boats .stm-sell-a-car-form .form-content .vehicle-condition .vehicle-condition-unit .icon {color: #ceac61;}.stm-template-boats .colored-separator .last-short {display: none;}.stm-template-boats .colored-separator .first-long {font-family: "boaticons" !important;speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;background: none !important;font-size: 5px;color: #ceac61;transform: none !important;}.stm-template-boats .colored-separator .first-long:before {content: "\e90f";}.stm-template-boats .stm-boats-news:last-child {margin-bottom: 0;}.stm-template-boats .stm-boats-layer {padding: 40px 55px 40px 61px;background: rgba(255, 255, 255, 0.85);}.stm-template-boats .stm-boats-layer .h3 {margin-bottom: 17px;font-size: 30px;}.stm-template-boats .stm-boats-layer .content {margin-bottom: 27px;color: #808080;font-size: 14px;line-height: 24px;}.stm-template-boats .stm-boats-layer .pricing-unit {padding: 15px;padding-left: 0;text-align: right;}.stm-template-boats .stm-boats-layer .pricing {text-align: left;float: left;}.stm-template-boats .stm-boats-layer .pricing .sale {font-size: 14px;text-decoration: line-through;}.stm-template-boats .stm-boats-layer .pricing .regular {font-size: 24px;font-weight: 700;vertical-align: top;}.stm-template-boats .stm-boats-layer .button {display: inline-block;overflow: hidden;}.stm-template-boats .widget_car_location #stm-dealer-gmap {width: 100%;height: 253px;}.stm-template-boats .footer_widgets_wrapper {padding: 66px 0 20px;color: #aaa;}.stm-template-boats .footer_widgets_wrapper .widget_search .widget-title {margin-bottom: 21px;}.stm-template-boats .footer_widgets_wrapper a {text-decoration: none !important;}.stm-template-boats .footer_widgets_wrapper a:hover {color: #fff;}.stm-template-boats .footer_widgets_wrapper .widget-title {margin-bottom: 15px;}.stm-template-boats .footer_widgets_wrapper .widget-title h6 {font-size: 14px;color: #fff;text-transform: uppercase;}.stm-template-boats .footer_widgets_wrapper .widget-title h6 .colored {color: #ceac61;}.stm-template-boats .footer_widgets_wrapper .stm_wp_widget_text .textwidget {font-size: 13px;line-height: 20px;color: #aaa;}.stm-template-boats .footer_widgets_wrapper .widget_text .textwidget {font-size: 13px;line-height: 20px;color: #fff;}.stm-template-boats .footer_widgets_wrapper .widget_text .textwidget .date {color: #aaaaaa;font-weight: 700;}.stm-template-boats .footer_widgets_wrapper .widget_mc4wp_form_widget .widget-title {margin-bottom: 16px;}.stm-template-boats .footer_widgets_wrapper .widget_mc4wp_form_widget .stm-mc-label {color: #888;}.stm-template-boats .footer_widgets_wrapper .widget_mc4wp_form_widget .stm-mc-unit {position: relative;margin-bottom: 8px;}.stm-template-boats .footer_widgets_wrapper .widget_mc4wp_form_widget .stm-mc-unit input[type=submit] {position: absolute;top: 0;right: 0;height: 38px;width: 40px;z-index: 10;opacity: 0;}.stm-template-boats .footer_widgets_wrapper .widget_mc4wp_form_widget .stm-mc-unit:after {content: "";position: absolute;display: block;font-family: "Font Awesome 6 Free";font-weight: 600;font-style: normal;font-size: inherit;text-rendering: auto;transform: translate(0, 0);-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\f09e";top: 0;right: 0;height: 38px;width: 40px;background-color: #ceac61;text-align: center;line-height: 38px;color: #fff;font-size: 17px;text-indent: 2px;z-index: 9;}.stm-template-boats .footer_widgets_wrapper .widget_mc4wp_form_widget input[type=text],.stm-template-boats .footer_widgets_wrapper .widget_mc4wp_form_widget input[type=email],.stm-template-boats .footer_widgets_wrapper .widget_mc4wp_form_widget input[type=number] {position: relative;height: 38px;line-height: 38px;padding: 0 50px 0 17px;color: #aaa;}.stm-template-boats .footer_widgets_wrapper .stm-instagram-unit .textwidget {margin: -4px -9px 0;}.stm-template-boats .footer_widgets_wrapper .stm-instagram-unit .textwidget #sb_instagram {padding-bottom: 0 !important;}.stm-template-boats .footer_widgets_wrapper .stm_widget_recent_entries .stm-last-post-widget {position: relative;top: -3px;font-size: 13px;line-height: 20px;color: #aaa;margin-bottom: 20px;}.stm-template-boats .footer_widgets_wrapper .stm_widget_recent_entries .stm-last-post-widget:last-child {margin-bottom: 0;}.stm-template-boats .footer_widgets_wrapper .stm_widget_recent_entries .stm-last-post-widget .comments-number {position: relative;top: 3px;}.stm-template-boats .footer_widgets_wrapper .stm_widget_recent_entries .stm-last-post-widget .comments-number a {display: block;padding-left: 21px;color: #ceac61 !important;font-size: 11px;text-transform: uppercase;text-decoration: none !important;}.stm-template-boats .footer_widgets_wrapper .stm_widget_recent_entries .stm-last-post-widget .comments-number i {position: absolute;left: 0;top: 50%;margin-top: -6px;font-size: 13px;}.stm-template-boats .footer_widgets_wrapper .stm_widget_recent_entries .stm-last-post-widget .comments-number {height: 20px;}.stm-template-boats .footer_widgets_wrapper .widget_socials {margin: 0 -5px;}.stm-template-boats .footer_widgets_wrapper .widget_socials:after {display: table;content: "";clear: both;}.stm-template-boats .footer_widgets_wrapper .widget_socials li {float: left;margin: 5px 4px 10px;}.stm-template-boats .footer_widgets_wrapper .widget_socials li a {display: block;width: 45px;height: 45px;background-color: #3b3d3f;text-align: center;line-height: 45px;font-size: 20px;color: #fff !important;}.stm-template-boats .footer_widgets_wrapper .widget_socials li a:hover {background-color: #ceac61;}.stm-template-boats .footer_widgets_wrapper .widget_search form {position: relative;}.stm-template-boats .footer_widgets_wrapper .widget_search form input[type=search] {height: 38px;line-height: 38px;}.stm-template-boats .footer_widgets_wrapper .widget_search form:after {content: "";position: absolute;display: block;font-family: "Font Awesome 6 Free";font-weight: 600;font-style: normal;font-size: inherit;text-rendering: auto;transform: translate(0, 0);-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\f002";top: 0;right: 0;width: 46px;height: 38px;line-height: 38px;background-color: #ceac61;font-size: 19px;color: #fff !important;text-align: center;z-index: 9;}.stm-template-boats .footer_widgets_wrapper .widget_search form label {display: block;max-width: 79.2%;}.stm-template-boats .footer_widgets_wrapper .widget_search form input[type=submit], .stm-template-boats .footer_widgets_wrapper .widget_search form button[type=submit] {position: absolute;top: 0;right: 0;width: 46px;height: 38px;z-index: 10;opacity: 0;}.stm-template-boats #wp-calendar {width: 100%;}.stm-template-boats #wp-calendar > caption {padding-top: 0;margin-top: -4px;}.stm-template-boats .wp-block-tag-cloud,.stm-template-boats .tagcloud {margin-right: -6px;}.stm-template-boats .wp-block-tag-cloud a,.stm-template-boats .tagcloud a {display: inline-block;margin: 0 6px 8px 0;padding: 4px 9px;background-color: #fff;-o-box-shadow: 0 1px 4px rgba(0, 1, 1, 0.2);box-shadow: 0 1px 4px rgba(0, 1, 1, 0.2);font-size: 13px !important;color: #aaa;text-decoration: none !important;}.stm-template-boats .wp-block-tag-cloud a:hover,.stm-template-boats .tagcloud a:hover {background-color: #ceac61;color: #fff;}.stm-template-boats #main .widget {margin-bottom: 27px;padding-bottom: 40px;border-bottom: 1px solid #ddd;}.stm-template-boats #main .widgettitle,.stm-template-boats #main .widget-title {font-size: 16px;line-height: 32px;text-transform: uppercase;}.stm-template-boats #main .widget_search .widget-title {display: none;}.stm-template-boats #main .widget_search form.wp-block-search,.stm-template-boats #main .widget_search form.search-form {position: relative;}.stm-template-boats #main .widget_search form.wp-block-search label,.stm-template-boats #main .widget_search form.search-form label {display: block;overflow: hidden;}.stm-template-boats #main .widget_search form.wp-block-search input[type=search],.stm-template-boats #main .widget_search form.search-form input[type=search] {height: 41px;line-height: 41px;padding-right: 57px;}.stm-template-boats #main .widget_search form.wp-block-search input[type=submit],.stm-template-boats #main .widget_search form.search-form input[type=submit] {position: absolute;top: 0;right: 0;height: 45px;width: 45px;text-indent: -9999px;opacity: 0;z-index: 20;}.stm-template-boats #main .widget_search form.wp-block-search label,.stm-template-boats #main .widget_search form.search-form label {display: block;}.stm-template-boats #main .widget_search form.wp-block-search:after,.stm-template-boats #main .widget_search form.search-form:after {content: "";position: absolute;display: block;font-family: "stm-icon";speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\e810";top: 0;right: 0;width: 45px;height: 45px;line-height: 50px;font-size: 12px;text-align: center;color: #ceac61;z-index: 10;}.stm-template-boats #main .widget_search form.wp-block-search:before,.stm-template-boats #main .widget_search form.search-form:before {content: "";position: absolute;display: block;right: 0;top: 0;width: 5px;height: 45px;background-color: #ceac61;z-index: 10;}.stm-template-boats #main .widget_search form.wp-block-search:hover:before,.stm-template-boats #main .widget_search form.search-form:hover:before {width: 45px;}.stm-template-boats #main .widget_search form.wp-block-search:hover:after,.stm-template-boats #main .widget_search form.search-form:hover:after {color: #fff;}.stm-template-boats #main .widget_search form.wp-block-search.focus:before,.stm-template-boats #main .widget_search form.search-form.focus:before {width: 45px;}.stm-template-boats #main .widget_search form.wp-block-search.focus:after,.stm-template-boats #main .widget_search form.search-form.focus:after {color: #fff;}.stm-template-boats #main .widget_text {font-size: 13px;line-height: 22px;}.stm-template-boats #main .stm-last-post-widget {margin-bottom: 26px;font-size: 13px;line-height: 20px;color: #888;}.stm-template-boats #main .stm-last-post-widget .comments-number {position: relative;margin-top: 14px;}.stm-template-boats #main .stm-last-post-widget .comments-number a {display: block;padding-left: 21px;color: #ceac61 !important;font-size: 11px;text-transform: uppercase;text-decoration: none !important;}.stm-template-boats #main .stm-last-post-widget .comments-number i {position: absolute;left: 1px;top: 50%;margin-top: -6px;font-size: 13px;}.stm-template-boats #main .stm-last-post-widget .comments-number {height: 20px;}.stm-template-boats #main .stm-last-post-widget:last-child {margin-bottom: 10px;}.stm-template-boats #main .textwidget p:last-child {margin-bottom: 0;}.stm-template-boats .stm-small-text {display: block;font-size: 12px;line-height: 18px;margin-bottom: 10px;color: #888;}.stm-template-boats .widget_archive .select2-container--default .select2-selection--single .select2-selection__arrow {width: 47px;}.stm-template-boats .widget_archive .select2-container--default .select2-selection--single .select2-selection__arrow b {left: 50%;margin-left: -7px;z-index: 10;}.stm-template-boats .widget_archive .select2-container--default .select2-selection--single .select2-selection__arrow:after {content: "";position: absolute;display: block;top: -1px;bottom: 0;right: 0;width: 4px;background-color: #ceac61;z-index: 1;}.stm-template-boats .widget_archive .select2:hover.select2-container--default .select2-selection--single .select2-selection__rendered {padding-right: 50px;}.stm-template-boats .widget_archive .select2:hover.select2-container--default .select2-selection--single .select2-selection__arrow b {color: #fff !important;}.stm-template-boats .widget_archive .select2:hover.select2-container--default .select2-selection--single .select2-selection__arrow:after {width: 47px;}.stm-template-boats .widget_archive .select2.select2-container--open.select2-container--default .select2-selection--single .select2-selection__rendered {padding-right: 50px;}.stm-template-boats .widget_archive .select2.select2-container--open.select2-container--default .select2-selection--single .select2-selection__arrow b {color: #fff !important;}.stm-template-boats .widget_archive .select2.select2-container--open.select2-container--default .select2-selection--single .select2-selection__arrow:after {width: 47px;}.stm-template-boats .media-widget-list {margin: 0 -8px;}.stm-template-boats .media-widget-list .media-widget-item {float: left;width: 33.3%;margin-bottom: 16px;}.stm-template-boats .media-widget-list .media-widget-item a {display: block;padding: 0 8px;}.stm-template-boats .footer_widgets_wrapper .widget_socials {position: relative;left: 3px;}.stm-template-boats .footer_widgets_wrapper .widget_socials li {margin-right: 3px;margin-left: 4px;}.stm-template-boats .footer_widgets_wrapper .widget_socials li:first-child {margin-right: 3px;}.stm-template-boats .footer_widgets_wrapper .widget_socials li:nth-child(2) {margin-right: 3px;}.stm-template-boats .footer_widgets_wrapper .widget_socials li:nth-child(3) {margin-right: 3px;}.stm-template-boats .stm-service-primary-color {color: #22b7d2;}.stm-template-boats .stm-service-secondary-color {color: #ecbf24;}.stm-template-boats body.page-template-home-service-layout .tp-revslider-mainul .slotholder:after {content: "";position: absolute;display: block;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.4);z-index: 999;}.stm-template-boats body.page-template-home-service-layout .stm-carousel-brands .brands-carousel-item .brands-carousel-item-inner {padding: 15px;opacity: 1;}.stm-template-boats body.page-template-home-service-layout .footer_widgets_wrapper .widget_socials li a {border-radius: 50%;}.stm-template-boats body.page-template-home-service-layout .footer_widgets_wrapper .widget-title h6 {font-size: 16px;font-weight: 900;}.stm-template-boats body.page-template-home-service-layout #top-bar {background-color: #191d21;}.stm-template-boats body.page-template-home-service-layout #top-bar .top-bar-wrapper {border-bottom: none;}.stm-template-boats body.page-template-home-service-layout #site_style_default {background-color: #ecbf24 !important;}.stm-template-boats body.page-template-home-service-layout #footer {box-shadow: inset 0px 5px 5px rgba(0, 0, 0, 0.5);background: linear-gradient(180deg, #22262a 0%, #181c20 100%);}.stm-template-boats body.page-template-home-service-layout #footer #footer-copyright,.stm-template-boats body.page-template-home-service-layout #footer #footer-main {background-color: transparent !important;}.stm-template-boats .header-service {position: absolute;top: 0;left: 0;width: 100%;padding: 22px 0 0;transform: translateZ(0);-webkit-transform: translateZ(0);z-index: 99;}.stm-template-boats .header-service .service-logo-main {float: left;max-width: 30%;margin: 12px 10px 0 0;}.stm-template-boats .header-service .header-service-right {overflow: hidden;}.stm-template-boats .header-service .header-service-right .service-header-appointment {margin-top: 1px;}.stm-template-boats .header-service .header-service-right .service-header-appointment div.default-state {display: block;position: relative;padding: 13px 17px 13px 51px !important;background-color: #22b7d2;color: #fff;font-size: 14px;font-weight: 700;text-decoration: none !important;}.stm-template-boats .header-service .header-service-right .service-header-appointment div.default-state > i {position: absolute;top: 10px;left: 17px;font-size: 23px;}.stm-template-boats .header-service .header-service-right .service-header-appointment span.active-state {padding: 13px 17px 13px 51px !important;background-color: #191d21;color: #fff;font-size: 14px;font-weight: 700;text-decoration: none !important;}.stm-template-boats .header-service .header-service-right .service-header-appointment span.active-state:after {content: "";position: absolute;display: block;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0, 0, 0, 0.15);z-index: -1;}.stm-template-boats .header-service .header-service-right .service-header-appointment span.active-state > i {position: absolute;top: 10px;left: 17px;font-size: 23px;}.stm-template-boats .header-service .header-menu {list-style: none;padding: 0;margin: 0;overflow: hidden;text-align: center;font-size: 0;}.stm-template-boats .header-service .header-menu li {display: inline-block;margin-bottom: 0;}.stm-template-boats .header-service .header-menu li a {display: block;padding: 13px 22px;background-color: transparent;font-weight: 900;font-size: 14px;text-transform: uppercase;color: #fff;text-decoration: none !important;}.stm-template-boats .header-service .header-menu li a:hover {color: #ecbf24;}.stm-template-boats .header-service .header-menu li.active a {color: #ecbf24;}.stm-template-boats .header-service.header-service-sticky {position: fixed;padding-top: 0px !important;background: #191d21 !important;}.stm-template-boats .header-service.header-service-sticky .service-header-appointment {margin-top: 0 !important;}.stm-template-boats .header-service.header-service-sticky .bloglogo img {transform: translateZ(0);-webkit-transform: translateZ(0);width: 74% !important;margin-top: -2px;}.stm-template-boats .header-service.service-transparent-header {position: static !important;padding-bottom: 15px;background-color: #191d21;}.stm-template-boats .header-service.service-transparent-header .header-service-right .service-header-appointment span.active-state {padding: 10px 16px 10px 50px;border: none !important;}.stm-template-boats .header-service.service-transparent-header .header-menu li a:hover {background-color: #ecbf24;color: #191d21;}.stm-template-boats .stm-service-slider-title {padding: 27px 37px 27px 30px;background: rgba(23, 27, 31, 0.9);text-transform: uppercase;}.stm-template-boats .stm-service-slider-title.heading-font {letter-spacing: 1px !important;}.stm-template-boats .stm-service-slider-title .yellow {color: #ecbf24;}.stm-template-boats .stm-service-slider-price {padding: 12px 39px 11px 32px;background-color: #22b7d2;font-size: 12px;line-height: 12px;}.stm-template-boats .stm-service-slider-price > span {display: block;margin-top: 3px;font-size: 24px;line-height: 24px;}.stm-template-boats .stm-service-slider-title-centered {text-align: center;text-transform: uppercase;}.stm-template-boats .stm-service-slider-title-centered > span.yellow {color: #ecbf24;}.stm-template-boats .page-template-home-service-layout .stm-slider-button {padding: 16px 34px 15px 56px;background-color: #22b7d2;box-shadow: 0 2px 0 rgba(206,172,97, 0.8);}.stm-template-boats .page-template-home-service-layout .stm-slider-button i {left: 29px;}.stm-template-boats .page-template-home-service-layout .stm-slider-button:active {box-shadow: none;}.stm-template-boats .stm-service-layout-icon-box .inner {margin-bottom: 54px;}.stm-template-boats .stm-service-layout-icon-box .icon {width: 65px;margin-right: 15px;float: left;text-align: center;}.stm-template-boats .stm-service-layout-icon-box .icon i {font-size: 40px;}.stm-template-boats .stm-service-layout-icon-box .icon-box-content {overflow: hidden;}.stm-template-boats .stm-service-layout-icon-box .icon-box-content .title {margin-bottom: 17px;}.stm-template-boats .stm-service-layout-icon-box .icon-box-content .content {padding-right: 16px;color: #888;font-size: 13px;line-height: 19px;}.stm-template-boats .ultra-bold {font-weight: 900;}.stm-template-boats .stm-service-layout-info-box {max-width: 350px;width: auto;margin: 0 auto 30px !important;}.stm-template-boats .stm-service-layout-info-box .inner {background-size: cover;background-position: 100% 0%;padding: 50px 35px 29px 35px;box-shadow: inset 0 0 92px rgba(0, 0, 0, 0.1);}.stm-template-boats .stm-service-layout-info-box .inner .title {min-height: 72px;margin-bottom: 18px;padding-right: 45px;font-size: 24px;line-height: 24px;font-weight: 900;text-transform: uppercase;}.stm-template-boats .stm-service-layout-info-box .inner .service-price {display: inline-block;min-width: 108px;margin-bottom: 31px;padding: 12px 5px 11px 14px;background-color: #22b7d2;font-weight: 900;color: #fff;}.stm-template-boats .stm-service-layout-info-box .inner .service-price .price-label {margin-bottom: 1px;text-transform: uppercase;font-size: 12px;line-height: 12px;}.stm-template-boats .stm-service-layout-info-box .inner .service-price .price-value {text-indent: -2px;font-size: 24px;}.stm-template-boats .stm-service-layout-info-box .inner .content ul {list-style: none;padding: 0;}.stm-template-boats .stm-service-layout-info-box .inner .content ul li {position: relative;padding-left: 7px;margin-bottom: 2px;font-size: 13px;}.stm-template-boats .stm-service-layout-info-box .inner .content ul li:before {content: "";position: absolute;display: block;top: 10px;left: 0;width: 3px;height: 3px;background-color: #555;border-radius: 50%;}.stm-template-boats .stm-fullwidth-row-no-paddings > .wpb_column {padding: 0 !important;}.stm-template-boats .stm-fullwidth-row-no-paddings > .wpb_column.vc_col-has-fill:first-child > .vc_column-inner {padding: 99px 42px 68px 93px !important;}.stm-template-boats .stm-fullwidth-row-no-paddings > .wpb_column.vc_col-has-fill:nth-child(2) > .vc_column-inner {padding: 99px 42px 138px 109px !important;}.stm-template-boats .stm-list-style-counter {padding-left: 0;counter-reset: section;list-style: none;}.stm-template-boats .stm-list-style-counter li {position: relative;margin-bottom: 23px;padding-left: 56px;font-size: 13px;line-height: 18px;}.stm-template-boats .stm-list-style-counter li:last-child {margin-bottom: 0;}.stm-template-boats .stm-list-style-counter li:before {position: absolute;left: -1px;top: 1px;width: 38px;height: 38px;text-align: center;line-height: 34px;border: 2px solid #fff;border-radius: 50%;font-weight: 900;font-size: 16px;color: #191d21;counter-increment: section;content: counter(section);}.stm-template-boats .stm-list-style-counter li h4 {margin-bottom: 3px;font-weight: 900;}.stm-template-boats .stm-counter .stm-counter-circle {float: left;width: 120px;height: 120px;margin-right: 19px;border: 3px solid #22b7d2;border-radius: 50%;line-height: 114px;text-align: center;font-size: 40px;font-weight: 900;color: #fff;}.stm-template-boats .stm-counter .stm-counter-label {overflow: hidden;}.stm-template-boats .stm-counter .stm-counter-label .h4 {margin-top: 35px;color: #fff;}.stm-template-boats .stm-carousel-fullwidth-wrapper {margin: 0 -15px;}.stm-template-boats .stm-carousel-fullwidth {height: 0;visibility: hidden;overflow: hidden;}.stm-template-boats .stm-carousel-fullwidth.owl-loaded {height: inherit;visibility: visible;overflow: visible;}.stm-template-boats .testimonial-unit {padding-bottom: 22px;position: relative;}.stm-template-boats .testimonial-unit .testimonial-meta {position: absolute;bottom: 0;left: 0;}.stm-template-boats .testimonial-unit .content h4 {margin-bottom: 22px;letter-spacing: 0.5px;word-spacing: -1px;font-size: 17px;}.stm-template-boats .stm-image-links-4 .stm-image-link {width: 25%;}.stm-template-boats .stm-image-links-3 .stm-image-link {width: 33.3%;}.stm-template-boats .stm-image-links-2 .stm-image-link {width: 50%;}.stm-template-boats .stm-image-links {font-size: 0;margin: 0 -7.5px;}.stm-template-boats .stm-image-links .stm-image-link {display: inline-block;vertical-align: top;}.stm-template-boats .stm-image-links .stm-image-link .inner {padding: 3px;margin: 0 7.5px 15px;height: 53px;border: 1px solid #ddd;border-radius: 3px;line-height: 45px;text-align: center;}.stm-template-boats .stm-image-links .stm-image-link .inner img {max-height: 100%;display: inline-block;filter: grayscale(100%);-webkit-filter: grayscale(100%);}.stm-template-boats .stm-image-links .stm-image-link .inner:hover img {filter: grayscale(0);-webkit-filter: grayscale(0);}.stm-template-boats .stm-service-contact-us-form-wrapper {padding: 35px 43px 27px !important;background-size: cover;}.stm-template-boats .stm-service-contact-us-form-wrapper .form-label {color: #fff;}.stm-template-boats .stm-service-contact-us-form-wrapper input[type=text],.stm-template-boats .stm-service-contact-us-form-wrapper input[type=email],.stm-template-boats .stm-service-contact-us-form-wrapper input[type=tel] {background-color: #fff;border: 2px solid #fff;}.stm-template-boats .stm-service-contact-us-form-wrapper input[type=text]:focus,.stm-template-boats .stm-service-contact-us-form-wrapper input[type=email]:focus,.stm-template-boats .stm-service-contact-us-form-wrapper input[type=tel]:focus {border-color: #22b7d2;}.stm-template-boats .stm-service-contact-us-form-wrapper textarea {padding-top: 15px;max-height: 80px;background-color: #fff;border: 2px solid #fff;}.stm-template-boats .stm-service-contact-us-form-wrapper textarea:focus {border-color: #22b7d2;}.stm-template-boats .stm-service-contact-us-form-wrapper .wpcf7-response-output {background-color: #fff !important;}.stm-template-boats .ab-booking-form {color: #999c9c;}.stm-template-boats .ab-booking-form .ab-formGroup .ab-formField .ab-formElement {border: none !important;background-color: #191d21 !important;color: #fff !important;-webkit-appearance: none;-moz-appearance: none;appearance: none;}.stm-template-boats .ab-booking-form .ab-formGroup .ab-formField .ab-formElement:focus {border-color: #22b7d2 !important;color: #22b7d2;box-shadow: none;}.stm-template-boats .ab-booking-form .ab-formGroup .ab-formField .ab-formElement.ab-details-error {border: 1px solid #ff2325 !important;}.stm-template-boats .ab-booking-form select {opacity: 1;visibility: visible;border: none !important;background-color: #191d21 !important;color: #fff !important;-webkit-appearance: none;-moz-appearance: none;appearance: none;}.stm-template-boats .ab-booking-form div.ab-error,.stm-template-boats .ab-booking-form .ab-label-error,.stm-template-boats .ab-booking-form label.ab-category-title {color: #22b7d2 !important;}.stm-template-boats .ab-booking-form .ab-desc,.stm-template-boats .ab-booking-form .ab-available-days li .ab-bold,.stm-template-boats .ab-booking-form label,.stm-template-boats .ab-booking-form label.ab-formLabel,.stm-template-boats .ab-booking-form li.ab-step-tabs.active a {color: #fff !important;}.stm-template-boats .ab-booking-form .ab-columnizer .ab-available-hour:hover .ab-hour-icon span,.stm-template-boats .ab-booking-form .ab-time-next,.stm-template-boats .ab-booking-form .ab-time-prev,.stm-template-boats .ab-booking-form .ab-to-first-step,.stm-template-boats .ab-booking-form .bookly-btn-submit,.stm-template-boats .ab-booking-form .btn-apply-coupon,.stm-template-boats .ab-booking-form .ab-to-third-step,.stm-template-boats .ab-booking-form .ab-final-step,.stm-template-boats .ab-booking-form a.ab-to-second-step,.stm-template-boats .ab-booking-form .ab-to-second-step,.stm-template-boats .ab-booking-form .ab-to-fourth-step,.stm-template-boats .ab-booking-form a.ab-to-fourth-step,.stm-template-boats .ab-booking-form .ab-first-step .ab-week-days li label.active,.stm-template-boats .ab-booking-form .ab-next-step,.stm-template-boats .ab-booking-form .ab-mobile-next-step,.stm-template-boats .ab-booking-form .ab-mobile-prev-step,.stm-template-boats .ab-booking-form li.ab-step-tabs.active div,.stm-template-boats .ab-booking-form .picker__frame,.stm-template-boats .ab-booking-form .ab-first-step .ab-week-days li label {background-color: #22b7d2 !important;}.stm-template-boats .ab-booking-form .ab-progress-bar .ab-step-tabs.ab-last .step,.stm-template-boats .ab-booking-form .ab-progress-bar .ab-step-tabs.ab-first .step {border-radius: 0;}.stm-template-boats .ab-booking-form .ab-progress-bar .ab-step-tabs .step {height: 22px;background-color: #555858;}.stm-template-boats .ab-booking-form .ab-progress-bar .ab-step-tabs a {color: #999c9c;}.stm-template-boats .ab-booking-form .ab-nav-steps {padding-top: 38px !important;margin-top: 10px;border-top: 1px solid #4d5051 !important;overflow: visible;}.stm-template-boats .ab-booking-form .ab-nav-steps .ab-btn {width: 140px;height: 46px !important;line-height: 28px;box-shadow: 0 2px 0 rgba(206,172,97, 0.8);font-size: 14px;font-weight: 900;transition: 0s ease all !important;}.stm-template-boats .ab-booking-form .ab-nav-steps .ab-btn:active {box-shadow: none;}.stm-template-boats .ab-booking-form .ab-nav-steps .ab-btn.ab-time-prev {margin-left: 25px;}.stm-template-boats .ab-booking-form .ab-nav-steps .ab-btn.ab-time-next {width: 70px;position: relative;display: block;text-indent: -9999px;}.stm-template-boats .ab-booking-form .ab-nav-steps .ab-btn.ab-time-next:after {text-indent: 0;content: "";position: absolute;display: block;font-family: "Font Awesome 6 Free";font-weight: 600;font-style: normal;font-size: inherit;text-rendering: auto;transform: translate(0, 0);-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\f054";text-align: center;left: 50%;top: 50%;margin: -6px 0 0 -4px;}.stm-template-boats .ab-booking-form .ab-nav-steps .ab-btn.ab-time-next[data-loading]:after {opacity: 0;}.stm-template-boats .ab-booking-form .ab-nav-steps .ab-btn.ab-time-prev {width: 70px;position: relative;display: block;text-indent: -9999px;}.stm-template-boats .ab-booking-form .ab-nav-steps .ab-btn.ab-time-prev:after {text-indent: 0;content: "";position: absolute;display: block;font-family: "Font Awesome 6 Free";font-weight: 600;font-style: normal;font-size: inherit;text-rendering: auto;transform: translate(0, 0);-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\f053";text-align: center;left: 50%;top: 50%;margin: -6px 0 0 -4px;}.stm-template-boats .ab-booking-form .ab-nav-steps .ab-btn.ab-time-prev[data-loading]:after {opacity: 0;}.stm-template-boats .ab-booking-form .ab-nav-steps:after {display: table;content: "";clear: both;}.stm-template-boats .ab-booking-form .intl-tel-input .country-list {background-color: #191d21 !important;border: none !important;}.stm-template-boats .ab-booking-form .intl-tel-input .country-list .country-name {color: #fff !important;}.stm-template-boats .ab-booking-form .ab-columnizer .ab-available-hour {background-color: #555858 !important;color: #fff !important;border-radius: 0 !important;}.stm-template-boats .ab-booking-form .ab-columnizer .ab-available-day {border-radius: 0 !important;}.stm-template-boats .ab-booking-form .ab-columnizer .ab-available-hour:hover .ab-hour-icon {padding: 0 !important;overflow: hidden;background-color: #22b7d2 !important;}.stm-template-boats .ab-booking-form .ab-columnizer .ab-available-hour:hover .ab-hour-icon span {width: 14px;height: 14px;border-radius: 0;background-color: transparent !important;opacity: 0 !important;}.stm-template-boats .ab-booking-form .ab-columnizer .ab-available-hour,.stm-template-boats .ab-booking-form .ab-columnizer .ab-available-day {margin-bottom: 5px;}.stm-template-boats .ab-booking-form .ab-columnizer .ab-available-hour {box-shadow: none !important;border-color: transparent !important;}.stm-template-boats .ab-booking-form .ab-columnizer .ab-available-day {box-shadow: none !important;border-color: transparent !important;background-color: #22b7d2 !important;}.stm-template-boats .ab-booking-form .ab-columnizer .ab-available-hour:hover {border-color: transparent !important;color: #22b7d2 !important;}.stm-template-boats .ab-booking-form .ab-columnizer .ab-available-hour:hover .ab-hour-icon {border-color: #22b7d2 !important;color: #22b7d2 !important;}.stm-template-boats .ab-booking-form .picker__header {margin: 20px 0;border: none !important;}.stm-template-boats .ab-booking-form .picker__year {font-style: normal;}.stm-template-boats .ab-booking-form .picker__nav--prev,.stm-template-boats .ab-booking-form .picker__nav--next {background-color: #22b7d2 !important;top: -6px;}.stm-template-boats .ab-booking-form .picker__nav--prev:before {margin-left: 3px;border-right-color: #fff !important;}.stm-template-boats .ab-booking-form .picker__nav--next:before {margin-right: 3px;border-left-color: #fff !important;}.stm-template-boats .ab-booking-form .picker--opened .picker__holder {border: none;}.stm-template-boats .ab-booking-form .picker__frame {background-color: #fff !important;color: #22b7d2 !important;box-shadow: 0 1px 6px rgba(35, 38, 40, 0.4);}.stm-template-boats .ab-booking-form .picker__day:hover {background-color: #22b7d2 !important;color: #fff !important;}.stm-template-boats .ab-booking-form .picker__day,.stm-template-boats .ab-booking-form .picker__weekday,.stm-template-boats .ab-booking-form .picker__year {color: #22b7d2 !important;}.stm-template-boats .ab-booking-form .picker--focused .picker__day--selected {background-color: #22b7d2 !important;color: #fff !important;}.stm-template-boats .ab-booking-form .picker__button--today {padding: 12px 18px 10px !important;margin: 10px 0 25px !important;background-color: #22b7d2 !important;color: #fff !important;box-shadow: 0 2px 0 rgba(206,172,97, 0.8);font-size: 12px !important;}.stm-template-boats .ab-booking-form div.ab-error select {border-width: 1px !important;border-color: #ff2325 !important;}.stm-template-boats .ab-booking-form .ab-select-service-error.ab-label-error {color: #ff2325 !important;}.stm-template-boats .ab-booking-form .ab-progress-tracker {margin-bottom: 22px !important;}.stm-template-boats .ab-booking-form .ab-first-step > .ab-row-fluid {margin-bottom: 16px !important;}.stm-template-boats .ab-booking-form .ab-first-step .ab-mobile-step_1 {margin-bottom: 25px !important;}.stm-template-boats .ab-booking-form .intl-tel-input .country-list .flag {display: none !important;}.stm-template-boats .ab-booking-form .intl-tel-input .flag-dropdown select.iti-mobile-select {opacity: 0;}.stm-template-boats .ab-booking-form input::-webkit-input-placeholder {color: #444 !important;}.stm-template-boats .stm-fullwidth-with-parallax.stm-service-bookly-form {overflow: visible;}.stm-template-boats .stm-address-widget {position: relative;padding-left: 73px;color: #fff;font-size: 13px;line-height: normal;}.stm-template-boats .stm-address-widget:before {content: "";position: absolute;display: block;top: -3px !important;left: 0;width: 66px;height: 65px;background: url("https://www.lucaprofumo.com/wp-content/themes/motors/assets/images/google-widget.png");background-size: cover;}.stm-template-boats .stm-address-widget .fancy-iframe {display: inline-block;margin-top: 8px !important;color: #ceac61;border-bottom: 1px dashed #ceac61;}.stm-template-boats .stm-address-widget .fancy-iframe:hover {color: #fff;border-bottom-color: #fff;}.stm-template-boats .stm-service-bookly-form > .vc_column_container {padding-left: 0 !important;padding-right: 0 !important;}.stm-template-boats .button_3d {float: right;position: relative;text-decoration: none !important;}.stm-template-boats .button_3d .default-state {position: relative;display: inline-block;transition: transform 0.3s;transform-origin: 50% 0;transform-style: preserve-3d;}.stm-template-boats .button_3d .active-state {position: absolute;top: 100%;left: 0;width: 100%;height: 100%;padding: 12px 20px;background: #999;color: #4c4c4b;content: attr(data-hover);transition: background 0.3s;transform: rotateX(-90deg);transform-origin: 50% 0;}.stm-template-boats .button_3d:hover .default-state {transform: rotateX(90deg) translateY(-22px);}.stm-template-boats .button_3d:hover .active-state {background: #fff;color: #4c4c4b;}.stm-template-boats .service-mobile-menu-trigger {float: right;margin-top: 10px !important;width: 32px;height: 32px;padding: 5px 3px;}.stm-template-boats .service-mobile-menu-trigger span {position: relative;top: 0;display: block;height: 3px;background: #22b7d2;border-radius: 3px;width: 100%;}.stm-template-boats .service-mobile-menu-trigger span:nth-child(2) {opacity: 1;margin-top: 5px;}.stm-template-boats .service-mobile-menu-trigger span:nth-child(3) {margin-top: 5px;}.stm-template-boats .service-mobile-menu-trigger.active span:first-child {position: relative;top: 8px;transform: rotate(45deg);}.stm-template-boats .service-mobile-menu-trigger.active span:nth-child(2) {opacity: 0;}.stm-template-boats .service-mobile-menu-trigger.active span:nth-child(3) {position: relative;top: -8px;transform: rotate(-45deg);}.stm-template-boats .stm_automanager_features_list {margin: 0 -15px;}.stm-template-boats .stm_automanager_features_list .stm_automanager_single {float: left;width: 33%;padding: 0 15px;margin-bottom: 25px;}.stm-template-boats .stm_automanager_features_list .stm_automanager_single h3 {font-size: 18px;line-height: 20px;}@media (max-width: 1025px) {.stm-template-boats h2 br {display: none;}.stm-template-boats .stm-image-links .stm-image-link .inner img {padding-top: 5px !important;max-height: 100%;filter: grayscale(0%) !important;-webkit-filter: grayscale(0%) !important;}.stm-template-boats .header-service .header-service-right .service-header-appointment {margin: 7px 10px 0 10px !important;}.stm-template-boats .header-service.header-service-sticky {position: absolute !important;padding-top: 22px !important;background: transparent !important;}.stm-template-boats .header-service.header-service-sticky .bloglogo img {width: 100% !important;margin-top: 0 !important;}.stm-template-boats .media-carousel-item .stm_fancybox:after {display: none !important;opacity: 0 !important;}}@media (max-width: 1025px) and (min-width: 992px) {.stm-template-boats .stm-service-contact-us-form-wrapper {padding-bottom: 47px !important;}.stm-template-boats .sm-xs-text-center {text-align: center !important;}.stm-template-boats .stm-counter .stm-counter-label {padding: 0 10px !important;}}.stm-template-boats {}@media (min-width: 992px) {.stm-template-boats .header-service .header-menu {display: block !important;}}@media (max-width: 991px) {.stm-template-boats .header-service .header-service-right {overflow: visible;}.stm-template-boats .header-service .header-menu {display: none;position: absolute;top: 100%;width: 100%;padding: 15px !important;margin: 15px -15px 0;background-color: #eaedf0;}.stm-template-boats .header-service .header-menu li {display: block;margin-bottom: 0;width: 100%;}.stm-template-boats .header-service .header-menu li a {text-align: left;color: #191d21;}.stm-template-boats .header-service .header-menu li a:hover {background-color: transparent;color: #22b7d2;}.stm-template-boats .header-service .header-menu li.active a {color: #ecbf24 !important;background-color: inherit;}.stm-template-boats .wpb_wrapper.wpb_tour_tabs_wrapper.stm_tabs_style_service .wpb_tab.ui-tabs-panel {padding: 50px 0 30px 0 !important;}.stm-template-boats .stm-image-links .stm-image-link .inner img {filter: grayscale(0%) !important;-webkit-filter: grayscale(0%) !important;}.stm-template-boats img {transform: translateZ(0);-webkit-transform: translateZ(0);}.stm-template-boats .testimonial-unit .image {margin-right: 20px !important;}.stm-template-boats .wpb_column .wpb_wrapper.wpb_tour_tabs_wrapper.stm_tabs_style_service .wpb_tab.ui-tabs-panel {padding-bottom: 0 !important;}}.stm-template-boats {}@media (max-width: 991px) and (min-width: 768px) {.stm-template-boats .vc_col-sm-12 .stm-service-layout-info-box {width: 50%;max-width: 50%;}.stm-template-boats .vc_col-sm-12 .stm-service-layout-info-box .inner {max-width: 350px;margin: 0 auto;}.stm-template-boats .vc_col-sm-12 .stm-service-layout-info-box:first-child {float: left;}.stm-template-boats .vc_col-sm-12 .stm-service-layout-info-box:nth-child(2) {float: right;}.stm-template-boats .vc_col-sm-12 .stm-service-layout-info-box:nth-child(3) {float: right;}.stm-template-boats body.page-template-home-service-layout .stm-carousel-brands .brands-carousel-item .brands-carousel-item-inner {padding: 25px !important;}.stm-template-boats #advantages .stm-service-layout-icon-box {float: left;width: 50%;}.stm-template-boats #advantages .stm-service-layout-icon-box .inner {margin-bottom: 30px !important;}.stm-template-boats .stm-counter .stm-counter-circle {width: 140px !important;height: 140px !important;line-height: 134px !important;}.stm-template-boats .stm-counter .stm-counter-label .h4 {font-size: 20px !important;line-height: 26px !important;}.stm-template-boats .stm-carousel-fullwidth-wrapper .media-carousel-item {max-width: 500px !important;}}.stm-template-boats {}@media (max-width: 767px) {.stm-template-boats .stm-counter {margin-bottom: 30px;}.stm-template-boats .stm_automanager_features_list .stm_automanager_single {width: 100%;}}.stm-template-boats {}@media (max-width: 767px) {.stm-template-boats .header-service .header-service-right .service-header-appointment {display: none;}.stm-template-boats .stm-image-links-4 .stm-image-link {width: 50% !important;}.stm-template-boats .page-template-home-service-layout .stm-slider-button i {display: none !important;}.stm-template-boats .page-template-home-service-layout .stm-slider-button {padding: 16px 30px;}.stm-template-boats .testimonial-unit .image {float: none !important;}}@media (max-width: 1740px) {.stm-template-boats .stm-counter .stm-counter-label {text-align: center;}.stm-template-boats .stm-counter .stm-counter-circle {float: none !important;margin: 0 auto !important;}}@media (max-width: 1430px) {.stm-template-boats .stm-fullwidth-row-no-paddings > .wpb_column.vc_col-has-fill:nth-child(2) > .vc_column-inner,.stm-template-boats .stm-fullwidth-row-no-paddings > .wpb_column.vc_col-has-fill:first-child > .vc_column-inner {padding-right: 30px !important;padding-left: 30px !important;}}@media (max-width: 1140px) {.stm-template-boats .stm-fullwidth-row-no-paddings > .wpb_column.vc_col-has-fill:nth-child(2) > .vc_column-inner,.stm-template-boats .stm-fullwidth-row-no-paddings > .wpb_column.vc_col-has-fill:first-child > .vc_column-inner {padding-right: 15px !important;padding-left: 15px !important;}}.stm-template-boats body.stm-boxed .stm-fullwidth-row-no-paddings {width: 100% !important;left: 15px !important;}.stm-template-boats body.stm-boxed .stm-fullwidth-row-no-paddings > .wpb_column.vc_col-sm-12 {width: 100% !important;}@media (min-width: 1740px) {.stm-template-boats body.stm-boxed .stm-counter .stm-counter-label .h4 {padding-right: 35px;}}.stm-template-boats .stm-box-shadow-bottom:before {content: "";position: absolute;display: block;content: "" !important;display: block !important;bottom: -5px;left: 0;right: 0;height: 5px;background: rgba(0, 0, 0, 0.1);z-index: 90;}.stm-template-boats .stm-carousel-brands {padding: 0 40px;}.stm-template-boats #gallery {box-shadow: inset 0px -5px 5px rgba(0, 0, 0, 0.5);}.stm-template-boats .stm-image-links .stm-image-link .inner img {transform: translateZ(0);-webkit-transform: translateZ(0);}.stm-template-boats .header-service .bloglogo img {margin-top: -5px;}.stm-template-boats .header-service .header-service-right .service-header-appointment {margin-top: 0 !important;}.stm-template-boats body.stm-boxed .stm-fullwidth-row-no-paddings > .wpb_column.vc_col-has-fill:nth-child(2) > .vc_column-inner,.stm-template-boats body.stm-boxed .stm-fullwidth-row-no-paddings > .wpb_column.vc_col-has-fill:first-child > .vc_column-inner {margin: 0 -15px;}@media (min-width: 1200px) {.stm-template-boats body.stm-boxed .stm-fullwidth-row-no-paddings > .wpb_column.vc_col-has-fill:nth-child(2) > .vc_column-inner,.stm-template-boats body.stm-boxed .stm-fullwidth-row-no-paddings > .wpb_column.vc_col-has-fill:first-child > .vc_column-inner {margin: 0 -55px;}}.stm-template-boats .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels {border-bottom: 1px solid #ddd;}.stm-template-boats .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {border-top: 1px solid #ddd;}.stm-template-boats .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {background-color: transparent !important;border-color: transparent !important;}.stm-template-boats .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a {padding: 19px 20px 19px 39px;font-size: 16px;}.stm-template-boats .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-icon {position: absolute;left: 0;top: 50%;margin-top: -1px;font-size: 22px;color: #ceac61;}@media (max-width: 768px) {.stm-template-boats .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-icon {left: 3%;}}.stm-template-boats .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-controls-icon {position: absolute;right: 2px;left: inherit;}@media (max-width: 768px) {.stm-template-boats .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-controls-icon {right: 5%;}}.stm-template-boats .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before {border: 0;width: 0;height: 0;border-left: 5px solid transparent;border-right: 5px solid transparent;border-bottom: 6px solid #aaaaaa;transform: rotate(0deg);}.stm-template-boats .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading {background-color: transparent;border-color: transparent;}.stm-template-boats .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-icon {color: #ceac61;}.stm-template-boats .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before {transform: rotate(180deg);}.stm-template-boats .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {background-color: transparent;border: 0;padding: 3px 0 29px 1px;}.stm-template-boats .vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {padding: 0 0 37px 2px !important;}.stm-template-boats .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container {padding-top: 4px;}.stm-template-boats .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list {margin: 0;background-color: #232628;border-left: 4px solid #232628;border-right: 4px solid #232628;overflow: visible;}.stm-template-boats .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {position: relative;margin: 0;}.stm-template-boats .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:before {content: "";position: absolute;display: block;top: -4px;left: 0;right: 0;height: 4px;background-color: #ceac61;opacity: 0;}.stm-template-boats .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a .vc_tta-icon {position: relative;top: 3px;color: #fff;}.stm-template-boats .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a .vc_tta-title-text {position: relative;top: 1px;left: 2px;}.stm-template-boats .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a {padding: 13px 18px;background-color: #232628;border-radius: 0;border: none;}.stm-template-boats .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a span {font-size: 12px;text-transform: uppercase;color: #fff;font-weight: 700;}.stm-template-boats .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a .vc_tta-title-text:not(:empty):not(:first-child) {margin-left: 8px;}.stm-template-boats .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active:before {opacity: 1;}.stm-template-boats .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a .vc_tta-icon {position: relative;top: 3px;color: #232628;}.stm-template-boats .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {background-color: #fff;}.stm-template-boats .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a span {color: #232628;}.stm-template-boats .vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels {background-color: transparent !important;border: none !important;}.stm-template-boats .vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {padding: 37px 0 0 2px !important;border: none;}.stm-template-boats .wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav {margin: 0;background-color: #211132;border-left: 4px solid #232628;border-right: 4px solid #232628;overflow: visible;}.stm-template-boats .wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav > li {position: relative;margin: 0;}.stm-template-boats .wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav > li > a {display: block;position: relative;}.stm-template-boats .wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav > li > a:before {content: "";position: absolute;display: block;top: -4px;left: 0;right: 0;height: 4px;background-color: #ceac61;opacity: 0;}.stm-template-boats .wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav > li > a .vc_tta-icon {position: relative;top: 3px;color: #fff;}.stm-template-boats .wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav > li > a .vc_tta-title-text {position: relative;top: 1px;left: 2px;}.stm-template-boats .wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav > li > a {padding: 18px 18px;background-color: #232628;border-radius: 0;border: none;font-size: 12px;text-transform: uppercase;color: #fff;font-weight: 700;}.stm-template-boats .wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav > li.ui-state-active > a:before {opacity: 1;}.stm-template-boats .wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav > li.ui-state-active a .vc_tta-icon {position: relative;top: 3px;color: #232628;}.stm-template-boats .wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav > li.ui-state-active a {background-color: #fff;color: #232628;}.stm-template-boats .wpb_tour_tabs_wrapper.ui-tabs .wpb_tab.ui-tabs-panel {padding: 37px 0 0 2px !important;background-color: transparent !important;}.stm-template-boats .wpb_tour_tabs_wrapper.stm_tabs_style_2.ui-tabs ul.wpb_tabs_nav {margin: 0;background-color: #211132;border: none;display: table;width: 100%;table-layout: fixed;}.stm-template-boats .wpb_tour_tabs_wrapper.stm_tabs_style_2.ui-tabs ul.wpb_tabs_nav:before {display: none;}.stm-template-boats .wpb_tour_tabs_wrapper.stm_tabs_style_2.ui-tabs ul.wpb_tabs_nav:after {display: none;}.stm-template-boats .wpb_tour_tabs_wrapper.stm_tabs_style_2.ui-tabs ul.wpb_tabs_nav > li {float: none;position: relative;margin: 0;display: table-cell;}.stm-template-boats .wpb_tour_tabs_wrapper.stm_tabs_style_2.ui-tabs ul.wpb_tabs_nav > li > a {display: block;position: relative;text-align: center;padding: 18px 18px;background-color: #211132;border-radius: 0;border: none;font-size: 13px;text-transform: uppercase;color: #fff;font-weight: 700;}.stm-template-boats .wpb_tour_tabs_wrapper.stm_tabs_style_2.ui-tabs ul.wpb_tabs_nav > li > a:before {content: "";position: absolute;display: block;top: -4px;left: 0;right: 0;height: 4px;background-color: #ceac61;opacity: 0;}.stm-template-boats .wpb_tour_tabs_wrapper.stm_tabs_style_2.ui-tabs ul.wpb_tabs_nav > li > a .vc_tta-icon {position: relative;top: 3px;color: #fff;}.stm-template-boats .wpb_tour_tabs_wrapper.stm_tabs_style_2.ui-tabs ul.wpb_tabs_nav > li > a .vc_tta-title-text {position: relative;top: 1px;left: 2px;}.stm-template-boats .wpb_tour_tabs_wrapper.stm_tabs_style_2.ui-tabs ul.wpb_tabs_nav > li.ui-state-active > a:before {display: none;}.stm-template-boats .wpb_tour_tabs_wrapper.stm_tabs_style_2.ui-tabs ul.wpb_tabs_nav > li.ui-state-active a .vc_tta-icon {position: relative;top: 3px;color: #ceac61;}.stm-template-boats .wpb_tour_tabs_wrapper.stm_tabs_style_2.ui-tabs ul.wpb_tabs_nav > li.ui-state-active a {background-color: #fff;color: #ceac61;}.stm-template-boats .wpb_tour_tabs_wrapper.stm_tabs_style_2.ui-tabs .wpb_tab.ui-tabs-panel {padding: 47px 40px 35px 36px !important;background-color: #fff !important;}.stm-template-boats .wpb_tour_tabs_wrapper.stm_tabs_style_2.ui-tabs .wpb_tab.ui-tabs-panel .icon-box .icon-text h4.title {margin-bottom: 8px;font-weight: 400;}.stm-template-boats .wpb_tour_tabs_wrapper.stm_tabs_style_service ul.wpb_tabs_nav {display: block !important;width: inherit !important;background-color: transparent !important;}.stm-template-boats .wpb_tour_tabs_wrapper.stm_tabs_style_service ul.wpb_tabs_nav:after {display: table;content: "";clear: both;}.stm-template-boats .wpb_tour_tabs_wrapper.stm_tabs_style_service ul.wpb_tabs_nav > li {display: block !important;float: left !important;margin-right: 2px !important;}.stm-template-boats .wpb_tour_tabs_wrapper.stm_tabs_style_service ul.wpb_tabs_nav > li:last-child {margin-right: 0 !important;}.stm-template-boats .wpb_tour_tabs_wrapper.stm_tabs_style_service ul.wpb_tabs_nav > li.ui-state-active a {background-color: #fff !important;}.stm-template-boats .wpb_tour_tabs_wrapper.stm_tabs_style_service ul.wpb_tabs_nav > li > a {font-weight: 900 !important;padding: 16px 31px 12px !important;background-color: #24292f !important;color: #aaa;}.stm-template-boats .wpb_tour_tabs_wrapper.stm_tabs_style_service .wpb_tab.ui-tabs-panel.ui-tabs-panel {padding: 70px 0 30px 0 !important;background-color: transparent !important;}.stm-template-boats {}.stm-template-boats .vc_toggle {border-bottom: 1px solid #ddd;}.stm-template-boats .vc_toggle .vc_toggle_title {position: relative;min-height: 28px;padding-bottom: 11px;padding-left: 56px;}.stm-template-boats .vc_toggle .vc_toggle_title > h4 {display: inline-block;font-weight: 400;}.stm-template-boats .vc_toggle .vc_toggle_icon {position: absolute;left: 0;top: -4px;display: block;width: 28px;height: 28px;border: 1px solid #aaa;}.stm-template-boats .vc_toggle .vc_toggle_icon:before {content: "";position: absolute;display: block;width: 8px;height: 2px;top: 12px;left: 9px;background-color: #aaaaaa;}.stm-template-boats .vc_toggle .vc_toggle_icon:after {content: "";position: absolute;display: block;width: 2px;height: 8px;top: 9px;left: 12px;background-color: #aaa;opacity: 1;}.stm-template-boats .vc_toggle.vc_toggle_active .vc_toggle_icon {border-color: #ceac61;}.stm-template-boats .vc_toggle.vc_toggle_active .vc_toggle_icon:before {background-color: #ceac61;}.stm-template-boats .vc_toggle.vc_toggle_active .vc_toggle_icon:after {opacity: 0;}.stm-template-boats .vc_toggle .vc_toggle_content {margin-bottom: 5px;}.stm-template-boats body .wpb_button, .stm-template-boats body .wpb_column > .vc_column-inner > .wpb_wrapper > :last-child {margin-bottom: 0;}.stm-template-boats body .vc_col-has-fill > .vc_column-inner, .stm-template-boats body .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .stm-template-boats body .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .stm-template-boats body .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .stm-template-boats body .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .stm-template-boats body .vc_row-has-fill > .vc_column_container > .vc_column-inner, .stm-template-boats body .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .stm-template-boats body .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {padding-top: 0;}.stm-template-boats .vc_column_container > .vc_column-inner {padding-left: 0 !important;padding-right: 0 !important;}.stm-template-boats .vc_column_container {padding-left: 15px !important;padding-right: 15px !important;}.stm-template-boats .selection:hover b {color: #ceac61 !important;}.stm-template-boats .select2-container--open .select2-selection__arrow b {top: 35% !important;}.stm-template-boats .select2-container--default .select2-selection--single {height: 40px;border: none;border-radius: 0;background-color: #eceff3;outline: none !important;}.stm-template-boats .select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 40px;font-size: 14px;color: #555;font-weight: 400;padding-left: 14px;padding-right: 40px;outline: none !important;}.stm-template-boats .select2-container--default .select2-selection--single .select2-selection__arrow {height: 39px;width: 19px;}.stm-template-boats .select2-container--default .select2-selection--single .select2-selection__arrow b {font-family: "Font Awesome 6 Free";font-weight: 600;font-style: normal;font-size: inherit;text-rendering: auto;transform: translate(0, 0);-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;left: -3px;transform: translate(0, -50%);top: 50%;margin-left: 0;font-size: 17px;color: #888;width: 15px;height: 17px;border: none;text-align: center;line-height: 22px;}.stm-template-boats .select2-container--default .select2-selection--single .select2-selection__arrow b:before {content: "\f107";}.stm-template-boats .select2-container--default .select2-selection--single .select2-selection__arrow b.stm-preloader {height: 14px;font-size: 14px;margin-top: -7px;line-height: normal;}.stm-template-boats .select2-container--default .select2-selection--single .select2-selection__arrow b.stm-preloader:before {font-family: "stm-icon";speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;padding: 1px;content: "\e924";animation: rotating 2s infinite linear;}.stm-template-boats .select2-container--default .select2-selection--multiple {min-height: 40px;display: flex;border: none;border-radius: 0;background-color: #eceff3;outline: none;}.stm-template-boats .select2-container--default .select2-selection--multiple .select2-selection__choice {font-size: 92%;margin-bottom: 3px;}.stm-template-boats .select2 {width: 100% !important;}.stm-template-boats .select2-container--default.select2-container--disabled .select2-selection--single {opacity: 0.5;}.stm-template-boats .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {transform: rotate(180deg);}.stm-template-boats .select2-container--default .select2-results > .select2-results__options {max-height: 350px;}.stm-template-boats .select2-results__options li {margin-bottom: 0;padding-left: 14px;}.stm-template-boats .select2-container--default .select2-results__option--highlighted[aria-selected] {background-color: #f0f2f5;border-bottom-color: #f0f2f5;color: #555;}.stm-template-boats .select2-dropdown {border-radius: 0;border-color: #e7e8e8;}.stm-template-boats .select2-results__options li {font-size: 13px;border-bottom: 1px solid #f0f2f5;}.stm-template-boats .select2-results__options li:last-child {border-bottom: none;}.stm-template-boats .select2-container--default .select2-results__option[aria-disabled=true] {display: none;}.stm-template-boats .xdsoft_stm_datetimepicker {font-family: inherit;}.stm-template-boats .xdsoft_stm_datetimepicker button {box-shadow: none;}.stm-template-boats .xdsoft_stm_datetimepicker .xdsoft_calendar td, .stm-template-boats .xdsoft_stm_datetimepicker .xdsoft_calendar th {border-color: #fff;}.stm-template-boats .xdsoft_stm_datetimepicker .xdsoft_calendar td.xdsoft_default, .stm-template-boats .xdsoft_stm_datetimepicker .xdsoft_calendar td.xdsoft_current, .stm-template-boats .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {background: #ceac61;box-shadow: none;}.stm-template-boats .xdsoft_stm_datetimepicker .xdsoft_calendar td:hover, .stm-template-boats .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {background: #ceac61 !important;}.stm-template-boats .xdsoft_scroller {display: none !important;}.stm-template-boats .xdsoft_stm_datetimepicker .xdsoft_timepicker .xdsoft_time_box {border-color: #fff;}.stm-template-boats .wpb_tour_tabs_wrapper .ui-state-default, .stm-template-boats .wpb_tour_tabs_wrapper .ui-widget-content .ui-state-default, .stm-template-boats .wpb_tour_tabs_wrapper .ui-widget-header .ui-state-default {border: none;background-color: transparent;}.stm-template-boats .wpb_tour_tabs_wrapper .ui-widget-header {background-color: transparent;border: none;}.stm-template-boats .wpb_tour_tabs_wrapper .ui-corner-all {border-radius: 0px;}.stm-template-boats .wpb_tour_tabs_wrapper .ui-widget-content {border: none;}.stm-template-boats .wpb_tour_tabs_wrapper.ui-widget-content {border: none;}.stm-template-boats {}.stm-template-boats .ui-slider-horizontal {height: 4px;}.stm-template-boats .ui-slider {background-color: #dfe1e5;}.stm-template-boats .ui-slider .ui-slider-range {background-color: #ceac61;}.stm-template-boats .ui-slider .ui-slider-handle {-o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.36);box-shadow: 0 2px 5px rgba(0, 0, 0, 0.36);border-radius: 50%;width: 20px;height: 20px;top: -9px;margin-left: -10px;background-color: #fff;}.stm-template-boats .ui-slider .ui-slider-handle:after {content: "";position: absolute;display: block;top: 50%;left: 50%;margin: -5px 0 0 -5px;width: 10px;height: 10px;background-color: #ceac61;border-radius: 50%;}.stm-template-boats .ui-slider .ui-slider-handle.ui-state-active:after {transform: scale(1.1);}.stm-template-boats #animated-blog-wrapper {position: relative;z-index: 10;}.stm-template-boats #animated-blog-wrapper .blog-meta {margin-bottom: 0;padding: 0;background-color: transparent;}.stm-template-boats #animated-blog-wrapper .blog-meta .blog-meta-unit {color: #232628;}.stm-template-boats #animated-blog-wrapper .blog-meta .blog-meta-unit a {color: #232628;}.stm-template-boats #animated-blog-wrapper .blog-meta .blog-meta-unit i {color: #232628;}.stm-template-boats #animated-blog-wrapper #container {margin: 0 -15px;}.stm-template-boats #animated-blog-wrapper .header {position: relative;margin: 0 auto;min-height: 560px;width: 100%;}.stm-template-boats #animated-blog-wrapper .bg-img {position: absolute;overflow: hidden;top: 0;left: 0;right: 0;bottom: 0;backface-visibility: hidden;}.stm-template-boats #animated-blog-wrapper .bg-img:before {content: "";position: absolute;display: block;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0, 0, 0, 0.5);z-index: 10;opacity: 1;}.stm-template-boats #animated-blog-wrapper .bg-img img {position: absolute;top: 0;left: 0;display: block;min-width: 100%;min-height: 100%;}.stm-template-boats #animated-blog-wrapper .title {z-index: 1000;padding: 0 1.25em;width: 100%;text-align: center;position: absolute;top: 50%;left: 50%;margin-top: -124px;transform: translateX(-50%);}.stm-template-boats #animated-blog-wrapper .title h1 {padding: 0 0 40px;color: #fff;margin: 0;letter-spacing: -2px;max-width: 70%;line-height: 1;font-weight: 700;}.stm-template-boats #animated-blog-wrapper .title p {color: #fff;padding: 0 0 20px;margin: 0;}.stm-template-boats #animated-blog-wrapper .title p.subline {max-width: 54%;line-height: 34px;}.stm-template-boats #animated-blog-wrapper .title p.subline {font-size: 1.75em;}.stm-template-boats #animated-blog-wrapper .container:not(.notrans) button.trigger {transition: opacity 0.3s 0.5s;}.stm-template-boats #animated-blog-wrapper .container.modify:not(.notrans) button.trigger {opacity: 0;pointer-events: none;transition-delay: 0s;}.stm-template-boats #animated-blog-wrapper {}.stm-template-boats #animated-blog-wrapper .intro-effect-fadeout:not(.notrans) .bg-img {transition-property: transform;}.stm-template-boats #animated-blog-wrapper .intro-effect-fadeout:not(.notrans) .bg-img::after {transition-property: opacity;}.stm-template-boats #animated-blog-wrapper .intro-effect-fadeout:not(.notrans) .header h1 {transition-property: color;}.stm-template-boats #animated-blog-wrapper .intro-effect-fadeout:not(.notrans) .header .blog-meta,.stm-template-boats #animated-blog-wrapper .intro-effect-fadeout:not(.notrans) .header p,.stm-template-boats #animated-blog-wrapper .intro-effect-fadeout:not(.notrans) #blog-animated-content > div {transition-property: transform, opacity;}.stm-template-boats #animated-blog-wrapper .header,.stm-template-boats #animated-blog-wrapper .intro-effect-fadeout:not(.notrans) .bg-img,.stm-template-boats #animated-blog-wrapper .intro-effect-fadeout:not(.notrans) .bg-img::after,.stm-template-boats #animated-blog-wrapper .intro-effect-fadeout:not(.notrans) .bg-img::before,.stm-template-boats #animated-blog-wrapper .intro-effect-fadeout:not(.notrans) .header h1,.stm-template-boats #animated-blog-wrapper .intro-effect-fadeout:not(.notrans) .header p,.stm-template-boats #animated-blog-wrapper .intro-effect-fadeout:not(.notrans) .header .blog-meta,.stm-template-boats #animated-blog-wrapper #blog-animated-content > div {transition-duration: 0.5s;}.stm-template-boats #animated-blog-wrapper .intro-effect-fadeout .header {overflow: hidden;}.stm-template-boats #animated-blog-wrapper .intro-effect-fadeout.modify .bg-img {transform: translateY(-25%);}.stm-template-boats #animated-blog-wrapper .intro-effect-fadeout .bg-img::after {content: "";position: absolute;width: 100%;height: 101%;top: 0;left: 0;opacity: 0;pointer-events: none;background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);}.stm-template-boats #animated-blog-wrapper .intro-effect-fadeout.modify .bg-img::after {opacity: 1;}.stm-template-boats #animated-blog-wrapper .intro-effect-fadeout.modify .bg-img::before {opacity: 0;}.stm-template-boats #animated-blog-wrapper .intro-effect-fadeout .title {text-align: left;}.stm-template-boats #animated-blog-wrapper .intro-effect-fadeout.modify .header h1,.stm-template-boats #animated-blog-wrapper .intro-effect-fadeout .header p {color: #232628;}.stm-template-boats #animated-blog-wrapper .intro-effect-fadeout .header .blog-meta,.stm-template-boats #animated-blog-wrapper .intro-effect-fadeout .header p {opacity: 0;}.stm-template-boats #animated-blog-wrapper .intro-effect-fadeout .header p:nth-child(2) {transform: translateX(150px);}.stm-template-boats #animated-blog-wrapper .intro-effect-fadeout .header .blog-meta {transform: translateX(-150px);}.stm-template-boats #animated-blog-wrapper .intro-effect-fadeout.modify .header p:nth-child(2),.stm-template-boats #animated-blog-wrapper .intro-effect-fadeout.modify .header .blog-meta {opacity: 1;transform: translateX(0);}.stm-template-boats #animated-blog-wrapper #blog-animated-content {z-index: 1000;position: relative;}.stm-template-boats #animated-blog-wrapper #blog-animated-content.modify {margin-bottom: -130px;}.stm-template-boats #animated-blog-wrapper #blog-animated-content > div {opacity: 0;transform: translateY(350px);}.stm-template-boats #animated-blog-wrapper #blog-animated-content.modify > div {opacity: 1;transform: translateY(-160px);}.stm-template-boats {}.stm-template-boats div.selector, .stm-template-boats div.selector span, .stm-template-boats div.checker span, .stm-template-boats div.radio span, .stm-template-boats div.uploader, .stm-template-boats div.uploader span.action, .stm-template-boats div.button, .stm-template-boats div.button span {background-image: url("https://www.lucaprofumo.com/wp-content/themes/motors/assets/images/boat-checks2x.png");background-repeat: no-repeat;-webkit-font-smoothing: antialiased;}.stm-template-boats div.selector, .stm-template-boats div.checker, .stm-template-boats div.button, .stm-template-boats div.radio, .stm-template-boats div.uploader {display: -moz-inline-box;display: inline-block;*display: inline;zoom: 1;vertical-align: middle;}.stm-template-boats div.selector:focus, .stm-template-boats div.checker:focus, .stm-template-boats div.button:focus, .stm-template-boats div.radio:focus, .stm-template-boats div.uploader:focus {outline: 0;}.stm-template-boats div.selector, .stm-template-boats div.selector *, .stm-template-boats div.radio, .stm-template-boats div.radio *, .stm-template-boats div.checker, .stm-template-boats div.checker *, .stm-template-boats div.uploader, .stm-template-boats div.uploader *, .stm-template-boats div.button, .stm-template-boats div.button * {margin: 0;padding: 0;}.stm-template-boats .highContrastDetect {background: url("https://www.lucaprofumo.com/wp-content/themes/motors/assets/images/bg-input.png") repeat-x 0 0;width: 0px;height: 0px;}.stm-template-boats {}.stm-template-boats input.uniform-input,.stm-template-boats select.uniform-multiselect,.stm-template-boats textarea.uniform {padding: 3px;background: url("https://www.lucaprofumo.com/wp-content/themes/motors/assets/images/bg-input.png") repeat-x 0 0;outline: 0;}.stm-template-boats input.uniform-input,.stm-template-boats select.uniform-multiselect,.stm-template-boats textarea.uniform {background: url("https://www.lucaprofumo.com/wp-content/themes/motors/assets/images/bg-input-focus.png") repeat-x 0 0;}.stm-template-boats {}.stm-template-boats div.checker input,.stm-template-boats input[type=search],.stm-template-boats input[type=search]:active {-moz-appearance: none;-webkit-appearance: none;}.stm-template-boats {}.stm-template-boats div.selector {background-position: 0 -130px;line-height: 26px;height: 26px;padding: 0 0 0 10px;position: relative;overflow: hidden;}.stm-template-boats div.selector span {text-overflow: ellipsis;display: block;overflow: hidden;white-space: nowrap;background-position: right 0;height: 26px;line-height: 26px;padding-right: 25px;cursor: pointer;width: 100%;display: block;}.stm-template-boats div.selector.fixedWidth {width: 190px;}.stm-template-boats div.selector.fixedWidth span {width: 155px;}.stm-template-boats div.selector select {opacity: 0;filter: alpha(opacity=0);-moz-opacity: 0;border: none;background: none;position: absolute;height: 22px;top: 2px;left: 0px;width: 100%;}.stm-template-boats div.selector {background-position: 0 -156px;}.stm-template-boats div.selector span {background-position: right -26px;}.stm-template-boats div.selector, .stm-template-boats div.selector {background-position: 0 -182px;}.stm-template-boats div.selector span, .stm-template-boats div.selector span {background-position: right -52px;}.stm-template-boats div.selector, .stm-template-boats div.selector {background-position: 0 -208px;}.stm-template-boats div.selector span, .stm-template-boats div.selector span {background-position: right -78px;}.stm-template-boats div.selector.disabled, .stm-template-boats div.selector.disabled {background-position: 0 -234px;}.stm-template-boats div.selector.disabled span, .stm-template-boats div.selector.disabled span {background-position: right -104px;}.stm-template-boats {}.stm-template-boats div.checker {position: relative;}.stm-template-boats div.checker, .stm-template-boats div.checker span, .stm-template-boats div.checker input {width: 16px;height: 16px;}.stm-template-boats div.checker span {display: -moz-inline-box;display: inline-block;*display: inline;zoom: 1;text-align: center;background-position: 0 0;}.stm-template-boats div.checker span.checked {background-position: -16px 0;}.stm-template-boats div.checker input {opacity: 0;filter: alpha(opacity=0);-moz-opacity: 0;border: none;background: none;display: -moz-inline-box;display: inline-block;*display: inline;zoom: 1;}.stm-template-boats {}.stm-template-boats div.radio {position: relative;}.stm-template-boats div.radio, .stm-template-boats div.radio span, .stm-template-boats div.radio input {width: 18px;height: 18px;}.stm-template-boats div.radio span {display: -moz-inline-box;display: inline-block;*display: inline;zoom: 1;text-align: center;background-position: 0 10px;}.stm-template-boats div.radio span.checked {background-position: -72px 10px;}.stm-template-boats div.radio input {opacity: 0;filter: alpha(opacity=0);-moz-opacity: 0;border: none;background: none;display: -moz-inline-box;display: inline-block;*display: inline;zoom: 1;text-align: center;}.stm-template-boats div.radio span {background-position: -18px 10px;}.stm-template-boats div.radio span.checked {background-position: -90px 10px;}.stm-template-boats div.radio span, .stm-template-boats div.radio span {background-position: -36px 10px;}.stm-template-boats div.radio span.checked, .stm-template-boats div.radio span.checked {background-position: -108px 10px;}.stm-template-boats div.radio span, .stm-template-boats div.radio span {background-position: -54px 10px;}.stm-template-boats div.radio span.checked, .stm-template-boats div.radio span.checked {background-position: -126px 10px;}.stm-template-boats div.radio.disabled span, .stm-template-boats div.radio.disabled span {background-position: -144px 10px;}.stm-template-boats div.radio.disabled span.checked, .stm-template-boats div.radio.disabled span.checked {background-position: -162px 10px;}.stm-template-boats {}.stm-template-boats div.uploader {background-position: 0 -8px;height: 28px;width: 190px;cursor: pointer;position: relative;overflow: hidden;}.stm-template-boats div.uploader span.action {background-position: right -120px;height: 28px;line-height: 28px;width: 85px;text-align: center;float: left;display: inline;overflow: hidden;cursor: pointer;}.stm-template-boats div.uploader span.filename {text-overflow: ellipsis;display: block;overflow: hidden;white-space: nowrap;float: left;cursor: default;height: 24px;margin: 2px 0 2px 2px;line-height: 24px;width: 82px;padding: 0 10px;}.stm-template-boats div.uploader input {opacity: 0;filter: alpha(opacity=0);-moz-opacity: 0;border: none;background: none;position: absolute;top: 0;right: 0;float: right;cursor: default;width: 100%;height: 100%;}.stm-template-boats div.uploader span.action {background-position: right -176px;}.stm-template-boats div.uploader, .stm-template-boats div.uploader {background-position: 0 -64px;}.stm-template-boats div.uploader span.action, .stm-template-boats div.uploader span.action {background-position: right -148px;}.stm-template-boats div.uploader span.action, .stm-template-boats div.uploader span.action {background-position: right -204px;}.stm-template-boats div.uploader.disabled, .stm-template-boats div.uploader.disabled {background-position: 0 -36px;}.stm-template-boats div.uploader.disabled span.action, .stm-template-boats div.uploader.disabled span.action {background-position: right -92px;}.stm-template-boats {}.stm-template-boats div.button {background-position: 0 -352px;height: 30px;cursor: pointer;position: relative;}.stm-template-boats div.button a, .stm-template-boats div.button button, .stm-template-boats div.button input {opacity: 0.01;filter: alpha(opacity=1);-moz-opacity: 0.01;display: block;top: 0;left: 0;right: 0;bottom: 0;position: absolute;}.stm-template-boats div.button span {display: -moz-inline-box;display: inline-block;*display: inline;zoom: 1;line-height: 30px;text-align: center;background-position: right -232px;height: 30px;margin-left: 13px;padding: 0;}.stm-template-boats div.button {background-position: 0 -382px;}.stm-template-boats div.button span {background-position: right -262px;cursor: default;}.stm-template-boats div.button, .stm-template-boats div.button {background-position: 0 -412px;}.stm-template-boats div.button span, .stm-template-boats div.button span {background-position: right -292px;}.stm-template-boats div.button.disabled, .stm-template-boats div.button.disabled {background-position: 0 -442px;}.stm-template-boats div.button.disabled span, .stm-template-boats div.button.disabled span {background-position: right -322px;cursor: default;}.stm-template-boats .checker {position: relative;top: -1px;margin-right: 10px !important;}.stm-template-boats div.checker span {background-size: 32px;}.stm-template-boats div.radio {margin-right: 4px;}.stm-template-boats div.radio span, .stm-template-boats div.radio span {width: 16px;height: 16px;background-image: url("https://www.lucaprofumo.com/wp-content/themes/motors/assets/images/boat-radio2x.png");background-position: -16px 0;background-size: 32px;}.stm-template-boats div.radio span.checked, .stm-template-boats div.radio span.checked {background-position: 0 0;}.stm-template-boats {}@media (min-width: 992px) {.stm-template-boats .lg-md-text-center {text-align: center;}.stm-template-boats .lg-md-text-left {text-align: left;}.stm-template-boats .lg-md-text-right {text-align: right;}.stm-template-boats .lg-md-dp-in {display: inline-block;max-width: 100%;vertical-align: top;}}.stm-template-boats {}@media (min-width: 1200px) {.stm-template-boats .lg-text-center {text-align: center;}.stm-template-boats .lg-text-left {text-align: left;}.stm-template-boats .lg-text-right {text-align: right;}.stm-template-boats .lg-dp-in {display: inline-block;max-width: 100%;vertical-align: top;}}.stm-template-boats {}@media (max-width: 1199px) and (min-width: 992px) {.stm-template-boats .md-text-center {text-align: center;}.stm-template-boats .md-text-left {text-align: left;}.stm-template-boats .md-text-right {text-align: right;}.stm-template-boats .md-dp-in {display: inline-block;max-width: 100%;vertical-align: top;}}.stm-template-boats {}@media (max-width: 991px) {.stm-template-boats .sm-xs-text-center {text-align: center !important;}.stm-template-boats .sm-xs-text-left {text-align: left !important;}.stm-template-boats .sm-xs-text-right {text-align: right !important;}.stm-template-boats .sm-xs-dp-in {display: inline-block;max-width: 100%;vertical-align: top;}}.stm-template-boats {}@media (max-width: 991px) and (min-width: 768px) {.stm-template-boats .sm-text-center {text-align: center;}.stm-template-boats .sm-text-left {text-align: left;}.stm-template-boats .sm-text-right {text-align: right;}.stm-template-boats .sm-dp-in {display: inline-block;max-width: 100%;vertical-align: top;}}.stm-template-boats {}@media (max-width: 767px) {.stm-template-boats .xs-text-center {text-align: center;}.stm-template-boats .xs-text-left {text-align: left;}.stm-template-boats .xs-text-right {text-align: right;}.stm-template-boats .xs-dp-in {display: inline-block;max-width: 100%;vertical-align: top;}}.stm-template-boats {}@media (min-width: 992px) {.stm-template-boats .md-mg-rt {margin-right: -6px;}.stm-template-boats .md-mg-lt {margin-left: -6px;}.stm-template-boats .stm-vc-single-car-content-left {padding-right: 42px !important;}.stm-template-boats .stm-vc-single-car-content-right {padding-left: 42px !important;}.stm-template-boats .stm-vc-single-car-sidebar-left > .wpb_wrapper {margin-right: -30px;}.stm-template-boats .stm-vc-single-car-sidebar-right > .vc_column-inner > .wpb_wrapper {margin-left: -30px;}.stm-template-boats .mobile-menu-holder {display: none !important;}.stm-template-boats .stm-carousel-fullwidth .media-carousel-item {max-width: inherit;width: auto;margin: 0 auto;}}.stm-template-boats {}@media (min-width: 1200px) {.stm-template-boats .stm-slider-nice-height {min-height: 600px !important;}}.stm-template-boats {}@media (max-width: 1199px) and (min-width: 992px) {.stm-template-boats #top-bar .header-top-bar-socs {margin-left: 30px;}.stm-template-boats #top-bar .header-login-url {margin-left: 30px;}.stm-template-boats #top-bar .top-bar-info li {margin-left: 30px;}}@media (max-width: 1025px) and (min-width: 768px) {.stm-template-boats .listing-car-items .listing-car-item .listing-car-item-inner {max-width: 320px;}.stm-template-boats .listing-car-items .listing-car-item .listing-car-item-meta {padding-top: 15px;padding-bottom: 8px;}.stm-template-boats .listing-car-items .listing-car-item .listing-car-item-meta .car-meta-bottom ul li {margin-top: 10px;}}@media (max-width: 1025px) {.stm-template-boats .stm-fullwidth-with-parallax {background-attachment: scroll;background-size: cover;}.stm-template-boats .icon-box .icon {display: inline-block;float: none;margin-bottom: 15px;min-height: 54px;}.stm-template-boats .listing-car-items .listing-car-item .car-title {margin-top: 13px;text-overflow: ellipsis;white-space: nowrap;}.stm-template-boats .listing-car-items .listing-car-item .listing-car-item-meta .car-meta-bottom ul li {margin-right: 10px;}.stm-template-boats .single-car-prices {margin-top: 25px;}.stm-template-boats .stm-vc-single-car-sidebar-right,.stm-template-boats .stm-single-car-side {margin-left: 0 !important;}.stm-template-boats .stm-vc-single-car-content-left {padding-right: 15px !important;}.stm-template-boats .stm-single-car-content {padding-right: 0 !important;}.stm-template-boats .single-car-prices .h4 {font-size: 18px;}.stm-template-boats .classic-filter-row .sidebar-entry-header {padding: 26px 40px 21px 108px;margin: 0 -40px 25px;}.stm-template-boats .classic-filter-row .filter-sidebar {padding-right: 40px;padding-left: 40px;}.stm-template-boats .single-car-actions > ul li {display: none;}.stm-template-boats .single-car-actions > ul li:first-child {display: block;}.stm-template-boats .single-car-actions > ul li:nth-child(2) {display: block;}.stm-template-boats .single-car-actions > ul li:nth-child(3) {display: block;}.stm-template-boats .listing-list-loop .content .meta-middle .meta-middle-unit {display: none;}.stm-template-boats .listing-list-loop .content .meta-middle .meta-middle-unit:first-child {display: block;}.stm-template-boats .listing-list-loop .content .meta-middle .meta-middle-unit:nth-child(2) {display: block;}.stm-template-boats .listing-list-loop .content .meta-middle .meta-middle-unit:nth-child(3) {display: block;}.stm-template-boats .listing-list-loop .content .meta-middle .meta-middle-unit:nth-child(4) {display: block;border-right: none;}.stm-template-boats .classic-filter-row .sidebar-entry-header i {left: 39px;}.stm-template-boats .classic-filter-row .filter-price {margin-top: 25px;}.stm-template-boats .stm-adaptive-tablet-margins .stm-mt-icon-box-adaptive-style-three {padding: 0 15px;}.stm-template-boats .stm-adaptive-tablet-margins .stm-mt-icon-box-adaptive-style-three .icon-box .icon-text h6.title {min-height: 36px;}.stm-template-boats .header-nav {position: static !important;}.stm-template-boats .header-nav.header-nav-transparent {position: static;margin-bottom: 0;background: #eaedf0;}}.stm-template-boats {}@media (max-width: 991px) {.stm-template-boats #top-bar .header-top-bar-socs {margin-left: 15px;}.stm-template-boats #top-bar .header-login-url {margin-left: 15px;}.stm-template-boats #top-bar .top-bar-info li {margin-left: 15px;}.stm-template-boats .hidden-info {display: none;}.stm-template-boats .header-main .header-top-info .header-main-socs {display: none;}.stm-template-boats .header-main .header-main-phone .phone .phone-number {color: #fff !important;}.stm-template-boats .car-listing-tabs-unit .car-listing-top-part {padding-top: 15px;}.stm-template-boats .found-cars-cloned {display: none;}.stm-template-boats .car-listing-row .listing-car-item-meta .car-title {margin-top: 10px;min-height: 36px;white-space: nowrap;text-overflow: ellipsis;}.stm-template-boats .icon-box {padding-right: 25px;}.stm-template-boats .icon-box .icon {display: inline-block;float: none;margin-top: 0 !important;margin-bottom: 15px !important;min-height: 54px;}.stm-template-boats .special-offers .title {padding: 0;}.stm-template-boats .special-offers .title .all-offers {display: none;}.stm-template-boats .stm-contact-us-form-wrapper {padding: 40px 30px 10px;}.stm-template-boats .stm_tabs_style_1 .wpb_tab .icon,.stm-template-boats .stm_tabs_style_2 .wpb_tab .icon {min-height: 30px !important;}.stm-template-boats .wpb_tour_tabs_wrapper.stm_tabs_style_2 .wpb_tab.ui-tabs-panel {padding: 15px !important;}.stm-template-boats .compare-title {font-size: 20px;line-height: 24px;}.stm-template-boats .stm-call-to-action-1 .stm-call-action-left {width: 70%;}.stm-template-boats .stm-fullwidth-with-parallax {background-repeat: no-repeat;background-attachment: scroll;}.stm-template-boats .icon-box .icon-text .content {font-size: 12px;}.stm-template-boats .stm-mt-icon-box-adaptive-style-three .icon-box {padding-left: 0 !important;}.stm-template-boats .logo-main {position: relative;padding-right: 60px;min-height: 35px;}.stm-template-boats .vc_toggle .vc_toggle_icon {top: 0;}.stm-template-boats .single-car-prices {margin-top: 25px;}.stm-template-boats .single-regular-sale-price table td {text-align: center;}.stm-template-boats .single-regular-sale-price table td .regular-price-with-sale {text-align: center;}.stm-template-boats .stm-working-days .title {padding-left: 0;}.stm-template-boats .stm-working-days .title > i {display: none;}.stm-template-boats table.stm-working-days-table > tbody > tr td.day-label {font-size: 10px;}.stm-template-boats table.stm-working-days-table > tbody > tr td.day-value {font-size: 10px;}.stm-template-boats .post-grid-single-unit .content .title-relative {min-height: 86px;}.stm-template-boats .post-grid-single-unit .content {padding: 20px 15px 10px 10px;}.stm-template-boats .sidebar-sm-mg-bt {margin-bottom: 25px;}.stm-template-boats #get-car-price-form,.stm-template-boats #request-test-drive-form {position: relative;max-width: 580px;width: auto;margin: 0 auto;top: inherit;left: inherit;transform: translateY(0);z-index: 9999;}.stm-template-boats .stm-compact-sidebar .text-image {margin-left: 10px;}.stm-template-boats .stm-compact-sidebar .content {padding-left: 10px;}}.stm-template-boats {}@media (max-width: 991px) and (min-width: 768px) {.stm-template-boats #header .logo-main {float: none;margin-bottom: 25px;}.stm-template-boats #header .logo-main a {display: inline-block;max-width: 100%;}.stm-template-boats .header-main .header-top-info {display: block;float: left;}.stm-template-boats .header-main .header-top-info .header-main-socs {display: none;margin-left: 0;}.stm-template-boats .header-main .header-top-info .header-main-socs ul li {float: right;margin-left: 0;}.stm-template-boats .header-main .header-top-info .header-main-socs ul li:first-child {margin-left: 10px;}.stm-template-boats .header-menu li a {font-size: 15px;}.stm-template-boats .car-listing-tabs-unit .row-4 .col-md-3:nth-child(4n+1) {float: left;clear: none;}.stm-template-boats .car-listing-tabs-unit .row-4 .col-md-3:nth-child(3n+1) {clear: both;}.stm-template-boats .listing-car-items .listing-car-item .car-title {margin-top: 13px;text-overflow: ellipsis;white-space: nowrap;}.stm-template-boats .listing-car-items .listing-car-item .listing-car-item-meta .car-meta-bottom ul li {margin-right: 10px;}.stm-template-boats .main-menu .header-menu > li:first-child {margin-left: 0 !important;}.stm-template-boats .main-menu .header-menu > li > a {padding: 0 19px;}.stm-template-boats body.page-template-coming-soon-php .coming-soon-header {padding-top: 55px;}.stm-template-boats body.page-template-coming-soon-php #wrapper #main {top: 85px;}.stm-template-boats .stm-modern-filter-unit-images .stm-single-unit-image {text-align: center;}.stm-template-boats .stm-modern-filter-unit-images .stm-single-unit-image .image {max-width: 140px;}.stm-template-boats .stm-modern-filter-others {text-align: left;}.stm-template-boats h4 {font-size: 18px;}.stm-template-boats h5 {font-size: 16px;}.stm-template-boats h6 {font-size: 14px;}.stm-template-boats .car-listing-tabs-unit .car-listing-row .col-md-3:last-child {display: block;}.stm-template-boats .car-listing-tabs-unit .car-listing-row .col-md-3:nth-last-child(2) {display: block;}.stm-template-boats .listing-car-items .listing-car-item .listing-car-item-inner {max-width: 320px;}.stm-template-boats .listing-car-items .listing-car-item .listing-car-item-meta {padding-top: 15px;padding-bottom: 15px;}.stm-template-boats .listing-car-items .listing-car-item .listing-car-item-meta .car-meta-bottom ul li {margin-top: 12px;}.stm-template-boats #car-listing-tab-search .icon-button {width: 100%;}.stm-template-boats #car-listing-tab-search .icon-button i {position: relative;left: 0;top: 2px;margin-right: 5px;}}.stm-template-boats {}@media (max-width: 767px) {.stm-template-boats .stm-sell-a-car-form .disclaimer {width: 100%;padding-top: 20px;}.stm-template-boats .form-upload-files .stm-unit-photos {width: 100% !important;margin-right: 0 !important;margin-bottom: 20px;}.stm-template-boats .form-upload-files .stm-unit-url {width: 100% !important;margin-right: 0 !important;}.stm-template-boats .header-main .logo-main {margin-bottom: 20px;width: 100%;float: none !important;}.stm-template-boats .header-main .header-top-info {width: 100%;float: none !important;}.stm-template-boats .header-main .header-top-info .pull-right {float: none !important;width: 100% !important;}.stm-template-boats .header-main .header-top-info .pull-right .header-secondary-phone {margin-left: 0;margin-bottom: 10px;text-align: left;}.stm-template-boats .header-main .header-top-info .pull-right .header-main-phone {margin-left: 0;}.stm-template-boats .stm-listing-tabs ul li {display: block;margin-right: 0;}.stm-template-boats .wpb_wrapper .icon-box {padding-left: 0 !important;margin-left: 0 !important;}.stm-template-boats .stm-mt-icon-box-adaptive-style-one .wpb_wrapper .icon-box {padding-left: 15px !important;}.stm-template-boats .stm-contact-us-form-wrapper {padding: 40px 30px 10px;}.stm-template-boats .stm-contact-us-form-wrapper .form-group {padding-left: 0 !important;margin-right: 0 !important;}.stm-template-boats .stm-contact-us-form-wrapper .col-md-5 .contact-us-submit, .stm-template-boats .stm-contact-us-form-wrapper .col-md-5 .form-group {margin-left: 0 !important;}.stm-template-boats .footer_widgets_wrapper {padding-top: 25px;}.stm-template-boats .cols_4 aside {width: 100%;}.stm-template-boats .cols_4 aside:first-child .widget-wrapper {margin-top: 0 !important;}.stm-template-boats .cols_4 aside .widget-wrapper {padding-top: 0 !important;border-top: none !important;margin-top: 30px !important;}.stm-template-boats .cols_4 aside:nth-child(2n+1) {clear: both;}.stm-template-boats .cols_4 aside:nth-child(4n+1) {clear: none;}.stm-template-boats #sb_instagram.sbi_col_4 #sbi_images .sbi_item {width: 25% !important;}.stm-template-boats #sb_instagram .sbi_photo {max-height: 80px !important;}.stm-template-boats .compare-title {margin-top: 0;}.stm-template-boats .compare-car-visible {display: block;}.stm-template-boats .car-listing-row.stm-car-compare-row {display: none;}.stm-template-boats .stm-compare-row .col-xs-4 {width: 100%;}.stm-template-boats .mpg-mobile-selector {min-width: 100%;}.stm-template-boats h1, .stm-template-boats .h1 {font-size: 36px;}.stm-template-boats h2, .stm-template-boats .h2 {font-size: 26px;}.stm-template-boats h3, .stm-template-boats .h3 {font-size: 20px;}.stm-template-boats h4, .stm-template-boats .h4 {font-size: 18px;}.stm-template-boats h5, .stm-template-boats .h5 {font-size: 16px;}.stm-template-boats h6, .stm-template-boats .h6 {font-size: 14px;}.stm-template-boats .car-listing-row .wp-post-image {width: 100%;height: auto;}.stm-template-boats .car-listing-main-part {padding-top: 20px;}.stm-template-boats .tab-search-title {font-size: 20px;}.stm-template-boats .tab-search-title i {top: 0;}.stm-template-boats #car-listing-tab-search .icon-button {width: 100%;}.stm-template-boats #car-listing-tab-search .icon-button i {position: relative;left: 0;top: 2px;margin-right: 5px;}.stm-template-boats .stm-mt-icon-box-adaptive-style-one .wpb_wrapper .icon-box {margin: 0 -15px !important;padding-left: 40px !important;}.stm-template-boats .stm-fullwidth-with-parallax.stm-mt-icon-box-adaptive-style-one {padding-top: 30px !important;padding-bottom: 30px !important;}.stm-template-boats .icon-box .icon-text .content {font-size: 14px;}.stm-template-boats .listing-car-items .listing-car-item {padding: 0;}.stm-template-boats .listing-car-items .listing-car-item .listing-car-item-inner {max-width: 290px;}.stm-template-boats .listing-car-items .listing-car-item .car-title {display: block;padding-top: 20px;clear: both;white-space: normal;text-overflow: clip;}.stm-template-boats .owl-dots {visibility: hidden;width: 30px;opacity: 0;}.stm-template-boats .owl-dots button {background-color: transparent !important;box-shadow: none !important;}.stm-template-boats .stm-mt-icon-box-adaptive-style-one .wpb_wrapper .icon-box {padding-right: 30px !important;}.stm-template-boats .listing-car-items .listing-car-item .price {float: left;}.stm-template-boats .footer-copyright .xs-pull-left {margin-top: 15px;float: left !important;}.stm-template-boats .col-md-wider-right {padding-right: 15px;}.stm-template-boats .col-md-wider-left {padding-left: 15px;}.stm-template-boats .stm-car-listing-sort-units .stm-sort-by-options > span {display: none;}.stm-template-boats .listing-list-loop .content {position: relative;z-index: 20;}.stm-template-boats body:not(.stm-hoverable-interactive-galleries) .listing-list-loop .content {margin-top: -50px;}.stm-template-boats .stm-hoverable-interactive-galleries .listing-list-loop .content {margin-top: 10px;}.stm-template-boats .listing-list-loop .image {float: none;max-width: 100%;margin: 0px;}.stm-template-boats .listing-list-loop .content .meta-top .price.discounted-price {float: right;}.stm-template-boats .listing-list-loop .content .title {clear: both;display: inline;padding-top: 30px;font-size: 16px;}.stm-template-boats .stm-call-to-action-1 .stm-call-action-left:after {display: none;}.stm-template-boats .stm-call-to-action-1 .stm-call-action-left,.stm-template-boats .stm-call-to-action-1 .stm-call-action-left:after {background-color: transparent !important;}.stm-template-boats .stm-call-to-action-1 .stm-call-action-right {width: 100%;z-index: -1;}.stm-template-boats .stm-call-to-action-1 .stm-call-action-right:after {content: "";position: absolute;display: block;top: 0;left: 0;right: 0;bottom: 0;background: rgba(255, 255, 255, 0.5);}.stm-template-boats .stm-car-view-more {width: 100%;text-align: center;display: block;margin-top: 20px;}.stm-template-boats .listing-list-loop .content {padding-bottom: 3px;}.stm-template-boats .listing-list-loop .content .meta-middle .meta-middle-unit {display: block;float: none;border-right: none;padding-bottom: 5px;margin-bottom: 5px;border-bottom: 1px solid #ddd;}.stm-template-boats .listing-list-loop .content .meta-middle .meta-middle-unit:last-child {border-bottom: none;}.stm-template-boats .listing-list-loop .content .meta-middle .meta-middle-unit.font-exists .meta-middle-unit-top {display: inline-block;}.stm-template-boats .listing-list-loop .content .meta-middle .meta-middle-unit.font-exists .value {display: inline-block;padding-left: 5px;}.stm-template-boats .listing-list-loop .content .meta-middle .meta-middle-unit .name {font-size: 14px;text-transform: none;}.stm-template-boats .single-car-actions > ul {text-align: center;}.stm-template-boats .single-car-actions > ul li {display: block;float: none;margin-right: 0;}.stm-template-boats .single-car-actions > ul li.certified-logo-2, .stm-template-boats .single-car-actions > ul li.certified-logo-1 {padding-top: 15px;display: inline-block;width: 49%;}.stm-template-boats .single-car-actions > ul li.certified-logo-1 {padding-left: 15px;}.stm-template-boats .single-car-actions > ul li.certified-logo-2 {padding-right: 20px;}.stm-template-boats .car-action-unit.add-to-compare {width: 100%;padding-left: 10px;}.stm-template-boats .car-action-unit {line-height: 36px;}.stm-template-boats .car-action-unit > i {position: relative;top: 1px;left: -8px;}.stm-template-boats .car-action-unit.add-to-compare.stm-added .stm-show-on-hover {padding-left: 10px;}.stm-template-boats .car-action-unit.add-to-compare.stm-added .stm-show-on-hover > i {position: relative;left: -8px;top: 1px;font-size: 14px;}.stm-template-boats .single-add-to-compare .single-add-to-compare-left {padding-left: 0;}.stm-template-boats .single-add-to-compare .single-add-to-compare-left .add-to-compare-icon {display: none;}.stm-template-boats .compare-fixed-link {display: inline-block;float: none !important;margin: 0 0 10px;}.stm-template-boats .single-add-to-compare {padding-top: 0;}.stm-template-boats .single-car-actions .stock-num {padding-top: 8px;padding-bottom: 8px;}.stm-template-boats .car-action-unit.add-to-compare.disabled:after {top: 11px;}.stm-template-boats .stm-modern-filter-found-cars {float: none;padding-bottom: 15px;}.stm-template-boats .stm-car-listing-sort-units.stm-modern-filter-actions .stm-sort-by-options {float: left;}.stm-template-boats .car-action-unit.stm-brochure {width: 100%;}.stm-template-boats .car-action-unit.stm-brochure > i {left: -11px;top: 2px;}.stm-template-boats .car-action-unit.stm-share {width: 100%;}.stm-template-boats .car-action-unit.stm-share > i {left: -11px;}.stm-template-boats .wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav > li {float: none;text-align: center;}.stm-template-boats .lists-inline > ul {width: 100%;margin-bottom: 25px;}.stm-template-boats .stm-col-pad-left {margin-top: 20px !important;padding-left: 15px !important;}.stm-template-boats span.vc_tta-title-text {margin-left: 0 !important;}.stm-template-boats div.stm_auto_loan_calculator {margin-bottom: 25px;}.stm-template-boats body.page-template-coming-soon-php .coming-soon-header {padding-top: 25px;}.stm-template-boats body.page-template-coming-soon-php #wrapper #main {position: static;}.stm-template-boats body.page-template-coming-soon-php #wrapper #main .stm-coming-soon-centered {position: static;transform: none;padding-top: 30px;}.stm-template-boats body.page-template-coming-soon-php #footer-copyright {position: static;}.stm-template-boats body.page-template-coming-soon-php #wrapper:after {display: none;}.stm-template-boats body.page-template-coming-soon-php {position: relative;}.stm-template-boats body.page-template-coming-soon-php:after {position: absolute;content: "";display: block;top: 0;right: 0;bottom: 0;left: 0;background: rgba(0, 0, 0, 0.7);z-index: -1;}.stm-template-boats body.page-template-coming-soon-php #wrapper #main .stm-coming-soon-centered h1 {font-size: 30px;line-height: 35px;}.stm-template-boats body.page-template-coming-soon-php div.wpcf7 img.ajax-loader {display: none;}.stm-template-boats .stm-inline-form .wpcf7-form-control-wrap {width: 100%;}.stm-template-boats .stm-inline-form input[type=submit] {width: 100%;margin-top: 15px;}.stm-template-boats .post-list-single-item .blog-meta {margin-top: 0;}.stm-template-boats .post-list-single-item .absoluted-content {position: static;padding-top: 30px;background: #232628;}.stm-template-boats .blog-meta .right {width: 100%;float: left;}.stm-template-boats .post-list-single-item .absoluted-content .relatived-content {padding-bottom: 15px;}.stm-template-boats .post-list-single-item .blog-meta {padding-bottom: 15px;}.stm-template-boats .blog-meta-bottom .right {clear: both;float: left;margin-top: 20px;}.stm-template-boats .stm-author-box .author-image {display: none;}.stm-template-boats .stm-blog-fullwidth-info .absoluted-content {position: static;background: #232628;}.stm-template-boats .stm-blog-fullwidth-info .absoluted-content .blog-meta {margin-top: 30px;}.stm-template-boats .stm-blog-fullwidth-info .absoluted-content .title {padding-top: 30px;}.stm-template-boats .stm-blog-fullwidth-info .absoluted-content .blog-meta {padding: 26px 0 25px;}.stm-template-boats .error-header {padding: 26px 0;}.stm-template-boats .comment .comment-avatar {display: none;}.stm-template-boats ul.comment-list li ul.children {padding-left: 0;}.stm-template-boats body.single-post .post-content-vc h4.vc_custom_heading {margin-top: 20px !important;}.stm-template-boats .post-content blockquote {padding-left: 50px;}.stm-template-boats .select2-results__options li:active {background-color: #f0f2f5;}.stm-template-boats #car-listing-tab-search .icon-button {padding-left: 20px;padding-right: 20px;}.stm-template-boats .woocommerce-cart table.cart td.actions .coupon .input-text {width: 110px;}.stm-template-boats .woocommerce .shop_table.cart .coupon {float: none;}.stm-template-boats .woocommerce .shop_table.cart .button.update-cart {display: block;float: none;margin-top: 15px;}.stm-template-boats .product-name_text {margin-top: 0;}.stm-template-boats .woocommerce .cart-totals_wrap {padding: 18px;}.stm-template-boats .woocommerce-cart .cart-collaterals .cart_totals table th {padding-right: 10px;}.stm-template-boats .woocommerce-cart table.cart img,.stm-template-boats .woocommerce table.shop_table th.product-price,.stm-template-boats .woocommerce td.product-price {display: none;}.stm-template-boats #frontend_customizer_button {display: none;}}.stm-template-boats {}@media (max-width: 830px) {.stm-template-boats .header-login-url {display: none;}}@media (max-width: 750px) {.stm-template-boats .header-top-bar-socs {display: none;}}@media (max-width: 610px) {.stm-template-boats .top-bar-info .fancy-iframe {display: none !important;}.stm-template-boats .stm-call-to-action-1 .stm-call-action-left {width: 100%;padding: 10px 15px;}.stm-template-boats .stm-call-to-action-1 .stm-call-action-left .stm-call-action-image {display: none;}}@media (max-width: 400px) {.stm-template-boats .top-bar-info li:first-child {display: none !important;}}@media (max-width: 960px) {.stm-template-boats .nav-search {display: none !important;}.stm-template-boats .header-help-bar-trigger {display: block;}.stm-template-boats .header-help-bar {display: block;position: relative;top: 52px;}.stm-template-boats .header-help-bar ul {display: none;position: absolute;margin-right: -47px;padding-right: 5px;width: 200px;top: 100%;right: 100%;background-color: #eaedf0;}.stm-template-boats .header-help-bar ul li {float: right;text-align: right;width: 100%;}.stm-template-boats .header-help-bar ul li a {background-color: transparent !important;}.stm-template-boats .header-help-bar ul li i {display: inline-block;min-width: 30px;}.stm-template-boats .header-help-bar ul li.mobile-search {display: block;visibility: visible;padding: 5px 12px 20px 16px;}.stm-template-boats .header-help-bar ul li.mobile-search #searchform .search-input {border-radius: none;height: 30px;line-height: 30px;padding: 5px 10px !important;font-size: 13px;box-shadow: none;background-color: #fff;}.stm-template-boats .header-help-bar ul li.mobile-search #searchform .search-submit {height: 30px;width: 30px;font-size: 13px;background-color: transparent;color: #ceac61 !important;}}@media (max-width: 400px) {.stm-template-boats #sb_instagram.sbi_col_4 #sbi_images .sbi_item {width: 50% !important;}}@media (max-width: 991px) {.stm-template-boats .stm-call-to-action {padding: 20px 10px 20px 10px;text-align: center;}.stm-template-boats .stm-call-to-action .call-to-action-right {text-align: center;}.stm-template-boats .stm-call-to-action .call-to-action-right .call-to-action-meta {margin-left: 0;display: inline-block;}.stm-template-boats .stm-call-to-action .pull-left {text-align: center;float: none !important;}.stm-template-boats .stm-call-to-action .call-to-action-content {margin-top: 15px;display: inline-block;text-align: center;}}@media (max-width: 767px) {.stm-template-boats .stm-call-to-action .call-to-action-content {margin-top: 0;margin-bottom: 10px;padding-left: 0 !important;}.stm-template-boats .stm-call-to-action .call-to-action-content .content {line-height: 1.2;font-size: 25px;}.stm-template-boats .stm-call-to-action .call-to-action-content i {display: none;}}.stm-template-boats body .wpcf7-form-control-wrap.stmgdpr {display: block;margin-bottom: 15px;padding-left: 7px;}.stm-template-boats body .stm_gdpr_checker {display: flex;flex-direction: row;padding: 10px 0 0;}.stm-template-boats body .stm_gdpr_checker label {font-weight: 400;}.stm-template-boats body .stm_gdpr_checker .checker {margin-top: 3px;}.stm-template-boats body #stmgdpr_field label {display: flex;flex-direction: row;align-items: center;}.stm-template-boats body #stmgdpr_field label input[type=checkbox] {position: relative;margin-top: 3px;}.stm-template-boats .classic-filter-row {margin-bottom: 25px;}@media (max-width: 1600px) {.stm-template-boats .hades.tparrows .tp-arr-allwrapper {display: none !important;}}@media (max-width: 1440px) {.stm-template-boats .hades.tparrows {display: none !important;}}@media (max-width: 991px) {.stm-template-boats .stm-fullwidth-with-parallax {width: inherit !important;margin-left: -15px !important;padding-left: inherit !important;padding-right: inherit !important;}.stm-template-boats .row-4 .col-sm-4:nth-child(4n+1) {clear: none;}.stm-template-boats .row-4 .col-sm-4:nth-child(2n+1) {clear: both;}.stm-template-boats .stm-featured-boats-units .col-sm-4 {width: 50%;}}@media (max-width: 767px) {.stm-template-boats .testimonials-carousel-boats.owl-carousel .owl-stage-outer {overflow: hidden;}.stm-template-boats .testimonials-carousel-boats .testimonial-unit-boats {margin: 54px 0 0;padding: 70px 20px 40px;}.stm-template-boats .stm-fullwidth-with-parallax {margin-left: -15px !important;}.stm-template-boats .stm-featured-boats-units .col-sm-4 {width: 100%;}.stm-template-boats .stm-layout-box-boats.icon-box {padding: 34px 34px 14px 31px !important;}.stm-template-boats .stm-boats-video-iframe {margin-bottom: 30px;}.stm-template-boats .stm-boats-latest-news .col-md-4 {text-align: center;}.stm-template-boats .stm-boats-latest-news .col-md-4 .single-latest-news {display: inline-block;vertical-align: top;text-align: left;}.stm-template-boats .stm-boats-latest-news .col-md-4 .single-latest-news .image {width: auto;max-width: 500px;margin: 0 auto 30px;}.stm-template-boats .stm-boats-latest-news .col-md-4 .single-latest-news .image a {display: block;text-align: center;}.stm-template-boats .stm-boats-latest-news .col-md-4 .single-latest-news .image a img {display: inline-block;max-width: 100%;}.stm-template-boats .stm-boats-latest-news .col-md-4 .single-latest-news .content-unit {max-width: 350px;}}@media (max-width: 660px) {.stm-template-boats .stm-boats-listing-icons > a {width: 33.3333%;}}@media (max-width: 440px) {.stm-template-boats .stm-boats-listing-icons > a {width: 50%;}}.stm-template-boats {}@media (max-width: 1025px) {.stm-template-boats .classic-filter-row .filter-sidebar {padding-right: 25px;padding-left: 25px;}.stm-template-boats .classic-filter-row .filter-price {margin-top: 0;}.stm-template-boats .single-car-prices {margin-top: 0;}.stm-template-boats .widget_stm_schedule_showing .button {padding-top: 15px;padding-bottom: 15px;}.stm-template-boats .widget_stm_schedule_showing .button i {display: none;}.stm-template-boats .stm-sort-list-params ul li {width: inherit !important;margin-right: 20px !important;}.stm-template-boats .stm-sort-list-params ul li.price-main {float: left;}}@media (max-width: 992px) {.stm-template-boats .pricing .sale {display: none;}.stm-template-boats .car-listing-modern-grid .stm-isotope-listing-item {width: 25%;}.stm-template-boats .stm-template-front-loop .image:after, .stm-template-boats .stm-isotope-listing-item .image:after {display: none;}.stm-template-boats .stm-template-front-loop .image.boats-image-unit,.stm-template-boats .stm-isotope-listing-item .image .boats-image-unit {opacity: 1;visibility: visible;}.stm-template-boats .stm-compare-directory-new {opacity: 1;visibility: visible;}.stm-template-boats #sb_instagram.sbi_col_3 #sbi_images .sbi_item {width: 25%;}}@media (max-width: 768px) {.stm-template-boats .car-listing-modern-grid .stm-isotope-listing-item {width: 33.33%;}.stm-template-boats .stm-horizontal-longer-filter > .col-md-12,.stm-template-boats .stm-horizontal-shorten-filter > .col-md-12 {width: 100% !important;}.stm-template-boats #stm-classic-filter-submit {top: inherit;bottom: 47px;}.stm-template-boats .stm-horizontal-filter-sidebar.expanded #stm-classic-filter-submit {top: inherit;bottom: 25px;}.stm-template-boats .stm-slider-filter-type-unit {margin-bottom: 20px !important;}.stm-template-boats .stm-car-listing-sort-units {display: none;}.stm-template-boats .vc_tta.vc_general .vc_tta-panel.vc_animating .vc_tta-panel-body {display: none !important;}.stm-template-boats .vc_tta.vc_general .vc_tta-panel.vc_animating.vc_active .vc_tta-panel-body {display: block !important;}.stm-template-boats .vc_tta.vc_general .vc_tta-panel-heading {border-bottom: 0 !important;border-top: 0 !important;}.stm-template-boats .vc_tta.vc_general .vc_tta-panel-title > a {background-color: #ceac61 !important;}.stm-template-boats .vc_tta.vc_general .vc_tta-panel-title > a span {color: #fff;}.stm-template-boats .vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {padding: 20px 5px !important;}.stm-template-boats .list-style-4 {margin-bottom: 30px !important;}.stm-template-boats .stm-boats-single-top .pull-right {float: none !important;}.stm-template-boats .stm-boats-single-top .pull-right .stm-boats-single-price {margin: 0 0 35px 0 !important;}.stm-template-boats .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title a {background-color: #211132 !important;}.stm-template-boats .boat-gallery a {display: block;text-align: center;}.stm-template-boats .boat-gallery a img {display: inline-block;vertical-align: top;}.stm-template-boats .stm-boat-contact-wrapper {margin-bottom: 30px !important;}.stm-template-boats .stm-single-car-page {margin-bottom: 30px;}.stm-template-boats .stm-horizontal-filter-sidebar.expanded .form-group {margin-bottom: 30px !important;}.stm-template-boats .stm-location-search-unit {height: auto !important;}}@media (max-width: 600px) {.stm-template-boats .car-listing-modern-grid .stm-isotope-listing-item {width: 50%;}.stm-template-boats .stm-car-listing-sort-units .stm-sort-by-options {float: none;margin-bottom: 35px;}.stm-template-boats .classic-filter-row .filter-sidebar {padding-bottom: 70px;}.stm-template-boats .stm-horizontal-expand-filter {padding-bottom: 10px;padding-left: 25px;text-align: left;}.stm-template-boats #stm-classic-filter-submit {bottom: 20px;}.stm-template-boats .stm-horizontal-shorten-filter {padding-right: 5px;}.stm-template-boats .stm-horizontal-filter-sidebar.expanded .stm-horizontal-expand-filter {bottom: 20px;padding-left: 25px;}.stm-template-boats .stm-horizontal-filter-sidebar.expanded .stm-horizontal-expand-filter {text-align: left;}}@media (max-width: 400px) {.stm-template-boats .car-listing-modern-grid .stm-isotope-listing-item {width: 100%;}}.stm-template-boats .stm-listings-empty {text-align: center;margin: 30px 0;--stm-listings-empty-button-color: #ceac61;--stm-listings-empty-not-found-color: #000;--stm-listings-empty-another-color: #545454;}.stm-template-boats .stm-listings-empty__not-found, .stm-template-boats .stm-listings-empty__another {display: block;}.stm-template-boats .stm-listings-empty__not-found {font-weight: 600;font-size: 16px;line-height: 1.2;color: var(--stm-listings-empty-not-found-color);}.stm-template-boats .stm-listings-empty__another {font-size: 15px;font-weight: 500;line-height: 1.2;color: var(--stm-listings-empty-another-color);margin: 8px 0 0;}.stm-template-boats .stm-listings-empty__button {display: inline-block;color: var(--stm-listings-empty-button-color);margin: 14px 0 0;font-size: 15px;font-weight: 600;}.stm-template-boats .stm-listings-empty .stm-icon-search-list {display: block;font-size: 60px;color: #888888;margin-bottom: 45px;}.stm-template-boats .stm-listings-empty {--stm-listings-empty-button-color: #ceac61;}.stm-template-boats .filter-sidebar {--location-field-focus-border-color: #ceac61;}.stm-template-boats .filter-sidebar input[type=text]#stm_keywords:focus {border-color: #ceac61;}.stm-template-boats ul.lang_dropdown_menu {padding-left: 0;}.stm-template-boats .select2-results ul {padding: 0;}.stm-template-boats .stm_select_overflowed .select2-container--default {display: flex;flex-direction: column-reverse;margin-top: 46px;}.stm-template-boats .stm_select_overflowed .select2-container--default .select2-search.select2-search--dropdown input {margin-bottom: 0;margin-top: 10px;}.stm-template-boats .select2-container .select2-dropdown {border-radius: 0;z-index: 1055;border-color: #e7e8e8;}.stm-template-boats.admin-bar:not(.woocommerce-checkout) .select2-container--open .select2-dropdown {top: 46px;}@media (min-width: 1024px) {.stm-template-boats.admin-bar:not(.woocommerce-checkout) .select2-container--open .select2-dropdown {top: 32px;}}.stm-template-boats.admin-bar .entry-header {padding-top: 0;}.stm-template-boats .single-add-to-compare {position: fixed;top: -30%;left: 0;right: 0;padding-top: 17px;min-height: 71px;background-color: #211132;z-index: 999999999;opacity: 0;}.stm-template-boats .single-add-to-compare.danger, .stm-template-boats .single-add-to-compare.overadded {background-color: #ff2325;}.stm-template-boats .single-add-to-compare.danger .compare-fixed-link:hover, .stm-template-boats .single-add-to-compare.overadded .compare-fixed-link:hover {color: #ff2325 !important;}.stm-template-boats .single-add-to-compare.single-add-to-compare-visible {top: 0%;opacity: 1;}.stm-template-boats .single-add-to-compare .compare-fixed-link {display: block;padding: 8px 23px 6px;color: #fff;border: 1px solid #fff;border-radius: 3px;font-size: 12px;text-transform: uppercase;font-weight: 400;text-decoration: none !important;}.stm-template-boats .single-add-to-compare .compare-fixed-link:hover {background-color: #fff;color: #211132 !important;}.stm-template-boats .single-add-to-compare .single-add-to-compare-left {position: relative;padding-left: 55px;min-height: 35px;}.stm-template-boats .single-add-to-compare .single-add-to-compare-left .add-to-compare-icon {position: absolute;left: 0;top: 50%;color: #fff;font-size: 35px;transform: translateY(-50%);}.stm-template-boats .single-add-to-compare .single-add-to-compare-left .add-to-compare-icon:before {content: "\f071";font-family: "Font Awesome 6 Free";font-weight: 600;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;transform: translate(0, 0);}.stm-template-boats .single-add-to-compare .single-add-to-compare-left .stm-title {display: block;padding-top: 10px;color: #fff;font-weight: 400;}.stm-template-boats a.wp-block-latest-posts__post-title {color: unset;}.clear, .woocommerce .woocommerce-breadcrumb:after, .woocommerce .woocommerce-error:after, .woocommerce .woocommerce-info:after, .woocommerce .woocommerce-message:after {clear: both;}.woocommerce div.product form.cart .reset_variations, .woocommerce form .form-row label.hidden {visibility: hidden;}@keyframes spin {from {transform: rotate(0deg);}to {transform: rotate(360deg);}}.woocommerce-shop .stm-blog-pagination {margin-bottom: 60px;}@font-face {font-family: star;src: url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/fonts/woocommerce/star.eot);src: url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/fonts/woocommerce/star.eot#1788872945) format("embedded-opentype"), url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/fonts/woocommerce/star.woff) format("woff"), url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/fonts/woocommerce/star.ttf) format("truetype"), url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/fonts/woocommerce/star.svg#star) format("svg");font-weight: 400;font-style: normal;}@font-face {font-family: WooCommerce;src: url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/fonts/woocommerce/woocommerce.eot);src: url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/fonts/woocommerce/woocommerce.eot#1788872945) format("embedded-opentype"), url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/fonts/woocommerce/woocommerce.woff) format("woff"), url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/fonts/woocommerce/woocommerce.ttf) format("truetype"), url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/fonts/woocommerce/woocommerce.svg#woocommerce) format("svg");font-weight: 400;font-style: normal;}p.demo_store {position: fixed;top: 0;left: 0;right: 0;margin: 0;width: 100%;font-size: 1em;padding: 1em 0;text-align: center;background-color: #a46497;color: #fff;z-index: 99998;box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);}p.demo_store a {color: #fff;}.admin-bar p.demo_store, .admin-bar .header-nav-sticky, .admin-bar .stm-fixed {top: 32px !important;}.woocommerce .blockUI.blockOverlay {position: relative;}.woocommerce .blockUI.blockOverlay:before, .woocommerce .loader:before {height: 1em;width: 1em;position: absolute;top: 50%;left: 50%;margin-left: -0.5em;margin-top: -0.5em;display: block;content: "";animation: spin 1s ease-in-out infinite;background: url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/images/icons/loader.svg) center center;background-size: cover;line-height: 1;text-align: center;font-size: 2em;color: rgba(0, 0, 0, 0.75);}.woocommerce a.remove {display: block;font-size: 20px;text-align: center;color: #888 !important;text-decoration: none;border: 0;}.woocommerce a.remove:hover {color: #ceac61 !important;}.woocommerce small.note {display: block;color: #777;font-size: 0.857em;margin-top: 10px;}.woocommerce .woocommerce-breadcrumb {padding: 15px 0 8px 4px;margin-bottom: 20px;color: #888;text-transform: uppercase;font-size: 11px;border-bottom: 1px solid #dddddd;}.woocommerce .woocommerce-breadcrumb:after, .woocommerce .woocommerce-breadcrumb:before {content: " ";display: table;}.woocommerce .woocommerce-breadcrumb a {text-transform: uppercase;color: #888;}.woocommerce .woocommerce-breadcrumb a:first-child {margin-left: 0;}.woocommerce .quantity .qty {text-align: center;}.woocommerce div.product {margin-bottom: 0;position: relative;}.woocommerce div.product .product_title {font-size: 26px;clear: none;margin-top: 0;margin-bottom: 4px;padding: 0;}.woocommerce #reviews #comments .add_review:after, .woocommerce .products ul:after, .woocommerce div.product form.cart:after, .woocommerce div.product p.cart:after, .woocommerce nav.woocommerce-pagination ul, .woocommerce ul.products:after {clear: both;}.woocommerce div.product p.price, .woocommerce div.product span.price {margin-bottom: 9px;color: #ceac61;font-size: 16px;}.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {background: inherit;font-weight: 700;}.woocommerce div.product p.price del, .woocommerce div.product span.price del {opacity: 0.5;}.woocommerce div.product p.stock {font-size: 0.92em;}.woocommerce div.product .stock {color: #77a464;}.woocommerce div.product .out-of-stock {color: red;}.woocommerce div.product .woocommerce-product-rating {margin-bottom: 8px;}.woocommerce div.product div.images, .woocommerce div.product div.summary {margin-bottom: 2em;}.woocommerce div.product div.images img {display: block;width: 100%;height: auto;box-shadow: none;}.woocommerce div.product div.images div.thumbnails {padding-top: 15px;margin: 0 -7.5px;}.woocommerce div.product div.images div.thumbnails a {display: inline-block;vertical-align: top;padding: 0 7.5px;margin-bottom: 15px;width: 33.3%;}.woocommerce div.product div.images div.thumbnails a img {vertical-align: top;}.woocommerce div.product div.social {text-align: right;margin: 0 0 1em;}.woocommerce div.product div.social span {margin: 0 0 0 2px;}.woocommerce div.product div.social span span {margin: 0;}.woocommerce div.product div.social span .stButton .chicklets {padding-left: 16px;width: 0;}.woocommerce div.product div.social iframe {float: left;margin-top: 3px;}.woocommerce div.product .woocommerce-tabs ul.tabs {list-style: none;padding: 0;margin: 0 0 1.618em;position: relative;background-color: #232628;border-left: 4px solid #232628;border-right: 4px solid #232628;}.woocommerce div.product .woocommerce-tabs ul.tabs li {background-color: #232628;display: inline-block;position: relative;color: #232628;margin-bottom: 0;}.woocommerce div.product .woocommerce-tabs ul.tabs li a {display: inline-block;padding: 13px 20px;font-size: 12px;font-weight: 400;color: #fff;text-transform: uppercase;text-decoration: none;}.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs li a {color: #fff;}.woocommerce div.product form.cart:after, .woocommerce div.product form.cart:before, .woocommerce div.product p.cart:after, .woocommerce div.product p.cart:before {display: table;content: " ";}.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {text-decoration: none;}.woocommerce div.product .woocommerce-tabs ul.tabs li.active {background: #fff;z-index: 2;border-bottom-color: #fff;}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {color: inherit;text-shadow: inherit;}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after {content: "";position: absolute;display: block;top: -4px;left: 0;right: 0;height: 4px;background-color: #ceac61;}.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {box-shadow: 2px 2px 0 #fff;}.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {box-shadow: -2px 2px 0 #fff;}.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {border: 1px solid #d3ced2;position: absolute;bottom: -1px;width: 5px;height: 5px;}.woocommerce div.product .woocommerce-tabs ul.tabs li:before {left: -6px;-moz-border-bottom-right-radius: 4px;border-bottom-right-radius: 4px;border-width: 0 1px 1px 0;box-shadow: 2px 2px 0 #ebe9eb;}.woocommerce div.product .woocommerce-tabs ul.tabs li:after {right: -6px;-moz-border-bottom-left-radius: 4px;border-bottom-left-radius: 4px;border-width: 0 0 1px 1px;box-shadow: -2px 2px 0 #ebe9eb;}.woocommerce div.product .woocommerce-tabs ul.tabs:before {position: absolute;width: 100%;bottom: 0;left: 0;border-bottom: 1px solid #d3ced2;z-index: 1;}.woocommerce div.product .woocommerce-tabs .panel {margin: 0 0 2em;padding: 0;box-shadow: none;border: none;}.woocommerce div.product form.cart, .woocommerce div.product p.cart {margin-bottom: 14px;}.woocommerce div.product form.cart div.quantity {float: left;margin: 0 19px 0 0;}.woocommerce div.product form.cart table {border-width: 0 0 1px;}.woocommerce div.product form.cart table td {padding-left: 0;}.woocommerce div.product form.cart table td.label {display: none;}.woocommerce div.product form.cart table div.quantity {float: none;margin: 0;}.woocommerce div.product form.cart table small.stock {display: block;float: none;}.woocommerce div.product form.cart .variations {margin-bottom: 1em;border: 0;}.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {border: 0;}.woocommerce div.product form.cart .variations label {font-weight: 700;}.woocommerce div.product form.cart .variations select {width: 100%;float: left;}.woocommerce div.product form.cart .variations td.label {padding-right: 1em;}.woocommerce div.product form.cart .variations td {vertical-align: top;}.woocommerce div.product form.cart .woocommerce-variation-description p {margin-bottom: 1em;}.woocommerce div.product form.cart .wc-no-matching-variations {display: none;}.woocommerce div.product form.cart .button {vertical-align: middle;float: left;}.woocommerce div.product form.cart .group_table td.label {padding-right: 1em;padding-left: 1em;}.woocommerce div.product form.cart .group_table td {vertical-align: top;padding-bottom: 0.5em;border: 0;}.woocommerce span.onsale {position: absolute;top: 20px;left: -36px;height: 33px;line-height: 33px;background-color: #ceac61;text-transform: uppercase;color: #fff !important;width: 140px;text-align: center;z-index: 1;transform: rotate(-45deg);}.woocommerce .products ul, .woocommerce ul.products {margin: 0 -15px;padding: 0;list-style: none;clear: both;}.woocommerce .products ul:after, .woocommerce .products ul:before, .woocommerce ul.products:after, .woocommerce ul.products:before {content: " ";display: table;}.woocommerce .products ul li, .woocommerce ul.products li {position: relative;margin-bottom: 0;list-style: none;}.woocommerce .products ul li .stm-product-inner, .woocommerce ul.products li .stm-product-inner {padding-bottom: 20px;border-bottom: 1px solid #ddd;margin-bottom: 49px;min-height: 391px;}.woocommerce .products ul li .stm-product-inner .product_thumbnail, .woocommerce ul.products li .stm-product-inner .product_thumbnail {overflow: hidden;position: relative;}.woocommerce ul.products li.product h3 {padding: 0.5em 0;margin: 0;font-size: 1em;}.woocommerce ul.products li.product a {text-decoration: none;}.woocommerce ul.products li.product a img {width: 100%;height: auto;display: block;margin: 0 0 1em;box-shadow: none;}.woocommerce ul.products li.product strong {display: block;}.woocommerce ul.products li.product .star-rating {margin-top: 4px;float: right;}.woocommerce ul.products li.product .button {position: relative;margin-top: 1em;}.woocommerce ul.products li.product .price {color: #555555;display: block;font-weight: 400;margin-bottom: 0.5em;font-size: 14px;}.woocommerce ul.products li.product .price del {color: inherit;opacity: 0.5;display: inline-block;}.woocommerce ul.products li.product .price ins {margin-left: 4px;text-decoration: none;background: 0 0;font-weight: 400;}.woocommerce ul.products li.product .price .from {font-size: 0.67em;margin: -2px 0 0;text-transform: uppercase;color: rgba(132, 132, 132, 0.5);}.woocommerce-ordering {position: relative;float: right;margin: 0 0 28px;outline: none !important;}.woocommerce .woocommerce-result-count {position: relative;float: left;padding: 13px 0 0 0;margin: 0 0 28px 0;}.woocommerce .woocommerce-ordering select {vertical-align: top;}.woocommerce nav.woocommerce-pagination {text-align: center;}.woocommerce nav.woocommerce-pagination ul {display: inline-block;white-space: nowrap;padding: 0;border: 1px solid #d3ced2;border-right: 0;margin: 1px;}.woocommerce nav.woocommerce-pagination ul li {border-right: 1px solid #d3ced2;padding: 0;margin: 0;float: left;display: inline;overflow: hidden;}.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {margin: 0;text-decoration: none;line-height: 1;font-size: 1em;font-weight: 400;padding: 0.5em;min-width: 1em;display: block;}.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {background: #ebe9eb;color: #8a7e88;}.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {display: inline-block;text-align: center;padding: 12px 16px 10px;font-size: 14px;line-height: 14px;font-weight: 700;letter-spacing: 0.3px;text-transform: uppercase;color: #fff !important;border-radius: 3px;background-color: #ceac61;text-decoration: none !important;outline: none !important;visibility: visible;border: none;}.woocommerce ul.products li.product.product-type-simple .button:after {font-family: "Font Awesome 6 Free";font-weight: 600;font-style: normal;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\f07a";margin-left: 8.42px;}.woocommerce #respond input#submit.loading, .woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce input.button.loading {opacity: 0.5;padding-right: 37.723px;}.woocommerce #respond input#submit.loading:after, .woocommerce a.button.loading:after, .woocommerce button.button.loading:after, .woocommerce input.button.loading:after {font-family: WooCommerce !important;content: "\e01c" !important;vertical-align: top !important;-webkit-font-smoothing: antialiased !important;font-weight: 400 !important;position: absolute !important;top: 12px !important;right: 15px !important;animation: spin 2s linear infinite !important;}.woocommerce #respond input#submit.added:after, .woocommerce a.button.added:after, .woocommerce button.button.added:after, .woocommerce input.button.added:after {font-family: WooCommerce !important;content: "\e017" !important;margin-left: 0.53em !important;vertical-align: bottom !important;}.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {text-decoration: none;background-image: none;}.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover .woocommerce #respond input#submit.alt,.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {background-color: #ceac61;color: #fff;-webkit-font-smoothing: antialiased;}.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {background-color: #ceac61;color: #fff;}.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {background-color: #a46497;color: #fff;}.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {color: inherit;cursor: not-allowed;opacity: 0.5;}.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover {color: inherit;background-color: #ebe9eb;}.woocommerce .cart .button, .woocommerce .cart input.button {float: none;}.woocommerce a.added_to_cart {position: relative;float: right;padding-top: 23px;font-size: 13px;white-space: nowrap;padding-left: 22px;color: #888;}.woocommerce a.added_to_cart:before {content: "";position: absolute;display: block;position: absolute;bottom: 2px;right: 0;width: 57px;height: 1px;background-color: #888;}.woocommerce a.added_to_cart:after {content: "";position: absolute;display: block;font-family: "Font Awesome 6 Free";font-weight: 600;font-style: normal;font-size: inherit;text-rendering: auto;transform: translate(0, 0);-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;top: 26px;left: 0;content: "\f07a";font-size: 16px;color: #ceac61;}.woocommerce #reviews #comments .add_review:after, .woocommerce #reviews #comments .add_review:before, .woocommerce #reviews #comments ol.commentlist li .comment-text:after, .woocommerce #reviews #comments ol.commentlist li .comment-text:before, .woocommerce #reviews #comments ol.commentlist:after, .woocommerce #reviews #comments ol.commentlist:before {content: " ";display: table;}.woocommerce #reviews h2 small {float: right;color: #777;font-size: 15px;margin: 10px 0 0;}.woocommerce #reviews h2 small a {text-decoration: none;color: #777;}.woocommerce #reviews h3 {margin: 0;margin-bottom: 15px;}.woocommerce #reviews #respond {margin: 0;border: 0;padding: 0;}.woocommerce #reviews #comment {height: 75px;}.woocommerce #reviews #comments h2 {clear: none;}.woocommerce #review_form #respond:after, .woocommerce #reviews #comments ol.commentlist li .comment-text:after, .woocommerce #reviews #comments ol.commentlist:after, .woocommerce .woocommerce-product-rating:after, .woocommerce td.product-name dl.variation:after {clear: both;}.woocommerce #reviews #comments ol.commentlist {margin: 0;width: 100%;padding-left: 0;background: 0 0;list-style: none;}.woocommerce #reviews #comments ol.commentlist li {padding: 0;margin: 0 0 35px;position: relative;background: 0;border: 0;}.woocommerce #reviews #comments ol.commentlist li .meta {color: #777;font-size: 0.75em;}.woocommerce #reviews #comments ol.commentlist li img.avatar {float: left;position: absolute;top: 0;left: 0;width: 60px;height: auto;margin: 0;box-shadow: none;background-color: #888;}.woocommerce #reviews #comments ol.commentlist li .comment-text {margin: 0 0 0 80px;border-radius: 4px;}.woocommerce #reviews #comments ol.commentlist li .comment-text p {margin: 0 0 7px;}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {font-size: 14px;color: #232628;font-weight: 400;}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time {font-size: 13px;color: #888;}.woocommerce #reviews #comments ol.commentlist ul.children {list-style: none;margin: 20px 0 0 50px;}.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {display: none;}.woocommerce #reviews #comments ol.commentlist #respond {border: 1px solid #e4e1e3;border-radius: 4px;padding: 1em 1em 0;margin: 20px 0 0 50px;}.woocommerce #reviews #comments .commentlist > li:before {content: "";}.woocommerce .star-rating {float: right;overflow: hidden;position: relative;height: 1em;line-height: 1;font-size: 1em;width: 5.4em;font-family: star;}.woocommerce .star-rating:before {font-family: "stm-icon";speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\e931\e931\e931\e931\e931";color: #888;float: left;top: 0;left: 0;position: absolute;}.woocommerce .star-rating span {overflow: hidden;float: left;top: 0;left: 0;position: absolute;padding-top: 1.5em;}.woocommerce .star-rating span:before {font-family: "stm-icon";speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\e931\e931\e931\e931\e931";top: 0;position: absolute;left: 0;color: #ceac61;}.woocommerce .woocommerce-product-rating {line-height: 2;display: block;}.woocommerce table.shop_attributes td {font-size: 14px;}.woocommerce table.shop_attributes td, .woocommerce table.shop_attributes th {font-size: 12px;border-top: 0;margin: 0;}.woocommerce .woocommerce-product-rating:after, .woocommerce .woocommerce-product-rating:before {content: " ";display: table;}.woocommerce .woocommerce-product-rating .star-rating {margin: 0.5em 4px 0 0;float: left;}.woocommerce .products .star-rating {display: block;margin: 0 0 0.5em;float: none;}.woocommerce .hreview-aggregate .star-rating {margin: 10px 0 0;}.woocommerce #review_form #respond {position: static;margin: 0;width: auto;padding: 0;background: 0 0;border: 0;padding-top: 42px;border-top: 1px solid #ddd;}.woocommerce #review_form #respond:after, .woocommerce #review_form #respond:before {content: " ";display: table;}.woocommerce #review_form #respond p {margin: 0 0 20px;}.woocommerce #review_form #respond .form-submit input {left: auto;}.woocommerce #review_form #respond textarea {box-sizing: border-box;width: 100%;height: 140px;}.woocommerce p.stars {position: relative;font-size: 1em;}.woocommerce p.stars a {display: inline-block;font-weight: 700;margin-right: 1em;text-indent: -9999px;position: relative;border-bottom: 0 !important;outline: 0;}.woocommerce p.stars a:last-child {border-right: 0;}.woocommerce p.stars a.star-1, .woocommerce p.stars a.star-2, .woocommerce p.stars a.star-3, .woocommerce p.stars a.star-4, .woocommerce p.stars a.star-5 {border-right: 1px solid #ccc;}.woocommerce p.stars a.star-1:after, .woocommerce p.stars a.star-2:after, .woocommerce p.stars a.star-3:after, .woocommerce p.stars a.star-4:after, .woocommerce p.stars a.star-5:after {font-family: WooCommerce;text-indent: 0;position: absolute;top: 0;left: 0;}.woocommerce p.stars a.star-1 {width: 2em;}.woocommerce p.stars a.star-1:after {content: "\e021";}.woocommerce p.stars a.star-1.active:after, .woocommerce p.stars a.star-1:hover:after {content: "\e020";}.woocommerce p.stars a.star-2 {width: 3em;}.woocommerce p.stars a.star-2:after {content: "\e021\e021";}.woocommerce p.stars a.star-2.active:after, .woocommerce p.stars a.star-2:hover:after {content: "\e020\e020";}.woocommerce p.stars a.star-3 {width: 4em;}.woocommerce p.stars a.star-3:after {content: "\e021\e021\e021";}.woocommerce p.stars a.star-3.active:after, .woocommerce p.stars a.star-3:hover:after {content: "\e020\e020\e020";}.woocommerce p.stars a.star-4 {width: 5em;}.woocommerce p.stars a.star-4:after {content: "\e021\e021\e021\e021";}.woocommerce p.stars a.star-4.active:after, .woocommerce p.stars a.star-4:hover:after {content: "\e020\e020\e020\e020";}.woocommerce p.stars a.star-5 {width: 6em;border: 0;}.woocommerce p.stars a.star-5:after {content: "\e021\e021\e021\e021\e021";}.woocommerce p.stars a.star-5.active:after, .woocommerce p.stars a.star-5:hover:after {content: "\e020\e020\e020\e020\e020";}.woocommerce table.shop_attributes {border: 0;margin-bottom: 1.618em;width: 100%;}.woocommerce table.shop_attributes th {border-bottom: 1px solid #d5d9e0;color: #888;text-transform: uppercase;font-weight: 400;width: 150px;}.woocommerce table.shop_attributes td {font-style: normal;text-align: right;padding: 0;font-size: 14px;}.woocommerce table.shop_attributes td p {margin: 0;padding: 8px 0;}.woocommerce table.shop_table {margin: 0 -1px 24px 0;text-align: left;width: 100%;border-collapse: separate;border-radius: 5px;}.woocommerce table.shop_table a.remove {text-align: left;}.woocommerce table.shop_table th {font-size: 11px;font-weight: 700;padding: 9px 12px;}.woocommerce table.shop_table th.product-remove {text-align: right;}.woocommerce table.shop_table td {padding: 6px 12px;vertical-align: middle;border: none;}.woocommerce table.shop_table td.product-name {color: #232628;}.woocommerce table.shop_table td.product-name a {color: #232628;text-align: center;}.woocommerce table.shop_table td small {font-weight: 400;}.woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th {border-top: 0;}.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {font-weight: 700;}.woocommerce table.my_account_orders {font-size: 0.85em;}.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {padding: 20px 8px;vertical-align: middle;}.woocommerce table.my_account_orders th {padding: 10px 8px;}.woocommerce table.my_account_orders .button {color: #fff !important;white-space: nowrap;}.woocommerce table.my_account_orders .order-actions {text-align: right;}.woocommerce td.product-name dl.variation {margin: 0.25em 0;}.woocommerce td.product-name dl.variation:after, .woocommerce td.product-name dl.variation:before {content: " ";display: table;}.woocommerce td.product-name dl.variation dd, .woocommerce td.product-name dl.variation dt {float: left;margin-bottom: 1em;}.woocommerce td.product-name dl.variation dt {font-weight: 700;padding: 0 0 0.25em;margin: 0 4px 0 0;clear: left;}.woocommerce ul.cart_list li dl:after, .woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li dl:after, .woocommerce ul.product_list_widget li:after {clear: both;}.woocommerce td.product-name dl.variation dd {padding: 0 0 0.25em;}.woocommerce td.product-name dl.variation dd p:last-child {margin-bottom: 0;}.woocommerce td.product-name p.backorder_notification {font-size: 0.83em;}.woocommerce td.product-quantity {min-width: 80px;}.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {list-style: none;padding: 0;margin: 0;}.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {padding: 4px 0;margin: 0;list-style: none;}.woocommerce ul.cart_list li:after, .woocommerce ul.cart_list li:before, .woocommerce ul.product_list_widget li:after, .woocommerce ul.product_list_widget li:before {content: " ";display: table;}.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {display: block;font-weight: 700;}.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {float: left;margin-right: 20px;width: 60px;height: auto;box-shadow: none;}.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {margin: 0;padding-left: 1em;border-left: 2px solid rgba(0, 0, 0, 0.1);}.woocommerce ul.cart_list li dl:after, .woocommerce ul.cart_list li dl:before, .woocommerce ul.product_list_widget li dl:after, .woocommerce ul.product_list_widget li dl:before {content: " ";display: table;}.woocommerce ul.cart_list li dl dd, .woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dd, .woocommerce ul.product_list_widget li dl dt {float: left;margin-bottom: 1em;}.woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt {font-weight: 700;padding: 0 0 0.25em;margin: 0 4px 0 0;clear: left;}.woocommerce .order_details:after, .woocommerce .widget_layered_nav ul li:after, .woocommerce .widget_shopping_cart .buttons:after, .woocommerce-account .addresses .title:after, .woocommerce-cart .wc-proceed-to-checkout:after, .woocommerce.widget_shopping_cart .buttons:after {clear: both;}.woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd {padding: 0 0 0.25em;}.woocommerce ul.cart_list li dl dd p:last-child, .woocommerce ul.product_list_widget li dl dd p:last-child {margin-bottom: 0;}.woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating {float: none;}.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {padding: 4px 0 0;}.woocommerce .widget_shopping_cart .total .amount, .woocommerce.widget_shopping_cart .total .amount {font-weight: 700;}.woocommerce .widget_shopping_cart .total strong, .woocommerce.widget_shopping_cart .total strong {min-width: 40px;display: inline-block;font-weight: 400;}.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {padding-left: 2em;position: relative;padding-top: 0;}.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {position: absolute;top: 50%;right: -15px;margin-top: -9px;}.woocommerce .widget_shopping_cart .buttons:after, .woocommerce .widget_shopping_cart .buttons:before, .woocommerce.widget_shopping_cart .buttons:after, .woocommerce.widget_shopping_cart .buttons:before {content: " ";display: table;}.woocommerce form .form-row {margin: 0 0 15px;}.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {-webkit-transition: opacity 0.5s 0.5s ease;transition: opacity 0.5s 0.5s ease;opacity: 0;}.woocommerce form .form-row label {line-height: 2;}.woocommerce form .form-row label.inline {display: inline;}.woocommerce form .form-row select {cursor: pointer;margin: 0;}.woocommerce form .form-row .required {color: red;font-weight: 700;border: 0;}.woocommerce form .form-row .input-checkbox {display: inline;margin: -2px 8px 0 0;text-align: center;vertical-align: middle;}.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {box-sizing: border-box;width: 100%;margin: 0;outline: 0;line-height: 1;}.woocommerce form .form-row textarea {height: 4em;line-height: 1.5;display: block;box-shadow: none;}.woocommerce form .form-row .select2-container {width: 100%;line-height: 2em;}.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {border-color: #a00;}.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {border-color: #69bf29;}.woocommerce form .form-row ::-webkit-input-placeholder {line-height: normal;}.woocommerce form .form-row :-moz-placeholder {line-height: normal;}.woocommerce form .form-row :-ms-input-placeholder {line-height: normal;}.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {border-top: 4px solid #232628;padding: 20px;margin: 2em 0;text-align: left;box-shadow: 0 1px 6px rgba(35, 38, 40, 0.4);}.woocommerce ul#shipping_method {list-style: none;margin: 0;padding: 0;}.woocommerce ul#shipping_method li {margin: 0;padding: 0.25em 0 0.25em 22px;text-indent: -22px;list-style: none;}.woocommerce ul#shipping_method .amount {font-weight: 700;}.woocommerce p.woocommerce-shipping-contents {margin: 0;}.woocommerce .order_details {padding: 0;margin: 0 0 1.5em;list-style: none;}.woocommerce .order_details:after, .woocommerce .order_details:before {content: " ";display: table;}.woocommerce .order_details li {float: left;margin-right: 2em;text-transform: uppercase;font-size: 0.715em;line-height: 1;border-right: 1px dashed #d3ced2;padding-right: 2em;margin-left: 0;padding-left: 0;}.woocommerce .order_details li strong {display: block;font-size: 1.4em;text-transform: none;line-height: 1.5;}.woocommerce .order_details li:last-of-type {border: none;}.woocommerce-order-stm-return-to-page p {margin: 15px 0 30px;text-align: center;}.woocommerce .widget_layered_nav ul {margin: 0;padding: 0;border: 0;list-style: none;}.woocommerce .widget_layered_nav ul li {padding: 0 0 1px;list-style: none;}.woocommerce .widget_layered_nav ul li:after, .woocommerce .widget_layered_nav ul li:before {content: " ";display: table;}.woocommerce .widget_layered_nav ul li.chosen a:before, .woocommerce .widget_layered_nav_filters ul li a:before {font-weight: 400;line-height: 1;content: "\e013";color: #a00;font-family: WooCommerce;speak: none;font-variant: normal;text-transform: none;-webkit-font-smoothing: antialiased;text-decoration: none;}.woocommerce .widget_layered_nav ul li a, .woocommerce .widget_layered_nav ul li span {padding: 1px 0;}.woocommerce .widget_layered_nav ul li.chosen a:before {margin-right: 0.618em;}.woocommerce .widget_layered_nav_filters ul {margin: 0;padding: 0;border: 0;list-style: none;overflow: hidden;zoom: 1;}.woocommerce .widget_layered_nav_filters ul li {float: left;padding: 0 1px 1px 0;list-style: none;}.woocommerce .widget_layered_nav_filters ul li a {text-decoration: none;}.woocommerce .widget_layered_nav_filters ul li a:before {margin-right: 0.618em;}.woocommerce .widget_price_filter .price_slider {margin-bottom: 30px;}.woocommerce .widget_price_filter .price_slider_amount {text-align: right;font-size: 12px;}.woocommerce .widget_price_filter .price_slider_amount .price_label {padding-top: 9px;color: #888;}.woocommerce .widget_price_filter .price_slider_amount .price_label span {color: #232628;}.woocommerce .widget_price_filter .price_slider_amount .button {float: left;}.woocommerce .widget_price_filter .ui-slider {position: relative;text-align: left;margin-left: 0.5em;margin-right: 0.5em;}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {position: absolute;z-index: 2;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.36);border-radius: 50%;width: 20px;height: 20px;top: -9px;margin-left: -10px;background-color: #fff;cursor: default;touch-action: none;}.woocommerce .widget_price_filter .ui-slider .ui-slider-range {position: absolute;z-index: 1;font-size: 0.7em;display: block;border: 0;border-radius: 1em;background-color: #ceac61;}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {border-radius: 1em;background-color: #dfe1e5;border: 0;}.woocommerce .widget_price_filter .ui-slider-horizontal {position: relative;height: 4px;}.woocommerce .widget_price_filter .ui-slider-horizontal:after {content: "";position: absolute;display: block;left: -7px;right: -7px;width: 100%;height: 4px;border-radius: 3px;background-color: #dfe1e5;}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {top: 0;height: 100%;}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {left: -1px;}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {right: -1px;}.woocommerce-account .addresses .title:after, .woocommerce-account .addresses .title:before {content: " ";display: table;}.woocommerce-account .addresses .title h3 {float: left;}.woocommerce-account .addresses .title .edit, .woocommerce-account ul.digital-downloads li .count {float: right;}.woocommerce-account ol.commentlist.notes li.note p.meta {font-weight: 700;margin-bottom: 0;}.woocommerce-account ol.commentlist.notes li.note .description p:last-child {margin-bottom: 0;}.woocommerce-account ul.digital-downloads {margin-left: 0;padding-left: 0;}.woocommerce-account ul.digital-downloads li {list-style: none;margin-left: 0;padding-left: 0;}.woocommerce-account ul.digital-downloads li:before {font-family: WooCommerce;speak: none;font-weight: 400;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;margin-right: 0.618em;content: "\e00a";text-decoration: none;}.woocommerce-cart table.cart .product-thumbnail {min-width: 32px;}.woocommerce-cart table.cart img {float: left;width: 50px;margin-right: 15px;box-shadow: none;}@media (max-width: 767px) {.woocommerce-cart table.cart img {display: none;}}.product-name_text {margin-top: 13px;font-size: 14px;text-transform: uppercase;}.product-name_text dl {display: none;}.woocommerce-cart table.cart td, .woocommerce-cart table.cart th {vertical-align: middle;}.woocommerce-cart table.cart td.product-remove, .woocommerce-cart table.cart th.product-remove {text-align: right;}.woocommerce-cart table.cart th {padding-bottom: 15px;font-size: 14px;border-bottom: 4px solid #232628;}.woocommerce-cart table.cart td {padding-top: 25px;padding-bottom: 25px;border-bottom: 1px solid #ddd;}.woocommerce-cart table.cart td.product-remove {max-width: 35px;}.woocommerce-cart table.cart td.product-price {color: #232628;}.woocommerce-cart table.cart td.product-subtotal {color: #232628;}.woocommerce-cart table.cart td.actions {padding-right: 0;border-bottom: none;}.woocommerce-cart table.cart td.actions .coupon .input-text {width: 180px;height: 38px;line-height: 38px;float: left;box-sizing: border-box;border: 1px solid #d3ced2;padding: 6px 6px 5px;margin: 0 15px 0 0;outline: 0;background-color: transparent;}@media (max-width: 767px) {.woocommerce-cart table.cart td.actions .coupon .input-text {width: 160px;}}.woocommerce-cart table.cart input {margin: 0;vertical-align: middle;line-height: 1;}.woocommerce-cart .wc-proceed-to-checkout {padding: 0;}.woocommerce-cart .wc-proceed-to-checkout:after, .woocommerce-cart .wc-proceed-to-checkout:before {content: " ";display: table;}.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {display: inline-block;text-align: center;margin-bottom: 1em;}.woocommerce-cart .cart-collaterals .shipping_calculator .button {width: 100%;float: none;display: block;}.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button:after {font-family: WooCommerce;speak: none;font-weight: 400;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;margin-left: 0.618em;content: "\e019";text-decoration: none;}.woocommerce-checkout #payment ul.payment_methods li:after, .woocommerce-checkout #payment ul.payment_methods li:before, .woocommerce-checkout #payment ul.payment_methods:after, .woocommerce-checkout #payment ul.payment_methods:before {content: " ";display: table;}.woocommerce-cart .cart-collaterals .cart_totals p small {color: #777;font-size: 0.83em;}.woocommerce-cart .cart-collaterals .cart_totals table {border-collapse: separate;margin: 0 0 30px;padding: 0;border-left: 0;}.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th {border-top: 0;}.woocommerce-cart .cart-collaterals .cart_totals table th {width: 25%;}.woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th {vertical-align: top;border-left: 0;border-right: 0;padding: 6px 0;line-height: 2em;}.woocommerce-cart .cart-collaterals .cart_totals table small {color: #777;}.woocommerce-cart .cart-collaterals .cart_totals table select {width: 100%;}.woocommerce-cart .cart-collaterals .cart_totals .discount td {color: #77a464;}.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product {margin-top: 0;}.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {float: left;clear: none;}.woocommerce-checkout .checkout .col-2 .form-row-first, .woocommerce-checkout .checkout .col-2 .notes {clear: left;}.woocommerce-checkout .checkout .create-account small {font-size: 11px;color: #777;font-weight: 400;}.woocommerce-checkout .checkout div.shipping-address {padding: 0;clear: left;width: 100%;}.single-product .twentythirteen p.stars, .woocommerce-checkout #payment ul.payment_methods li:after, .woocommerce-checkout #payment ul.payment_methods:after, .woocommerce-checkout .checkout .shipping_address {clear: both;}.woocommerce-checkout #payment {border-radius: 5px;}.woocommerce-checkout #payment ul.payment_methods {text-align: left;padding: 1em;margin: 0;list-style: none;}.woocommerce-checkout #payment ul.payment_methods li {line-height: 2;text-align: left;margin: 0;font-weight: 400;}.woocommerce-checkout #payment ul.payment_methods li input {margin: -1px 10px 0 0;}.woocommerce-checkout #payment ul.payment_methods li img {vertical-align: middle;margin: -2px 0 0 0.5em;padding: 0;position: relative;box-shadow: none;}.woocommerce-checkout #payment ul.payment_methods li img + img {margin-left: 2px;}.woocommerce-checkout #payment div.form-row {padding: 1em;}.woocommerce-checkout #payment div.payment_box {position: relative;box-sizing: border-box;width: 100%;padding: 10px 0;margin: 1em 0;font-size: 0.92em;border-radius: 2px;line-height: 1.5;color: #515151;}.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {color: #bbb3b9;}.woocommerce-checkout #payment div.payment_box :-moz-placeholder {color: #bbb3b9;}.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {color: #bbb3b9;}.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {font-size: 1.5em;padding: 8px;background-repeat: no-repeat;background-position: right;}.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {background-image: url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/images/icons/credit-cards/visa.png);}.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {background-image: url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/images/icons/credit-cards/mastercard.png);}.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {background-image: url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/images/icons/credit-cards/laser.png);}.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {background-image: url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/images/icons/credit-cards/diners.png);}.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {background-image: url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/images/icons/credit-cards/maestro.png);}.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {background-image: url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/images/icons/credit-cards/jcb.png);}.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {background-image: url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/images/icons/credit-cards/amex.png);}.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {background-image: url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/images/icons/credit-cards/discover.png);}.woocommerce-checkout #payment div.payment_box span.help {font-size: 0.857em;color: #777;font-weight: 400;}.woocommerce-checkout #payment div.payment_box .form-row {margin: 0 0 1em;}.woocommerce-checkout #payment div.payment_box p:last-child {margin-bottom: 0;}.woocommerce-checkout #payment div.payment_box p {font-size: 13px;color: #888;font-style: italic;}.woocommerce-checkout #payment div.payment_box:before {display: none;content: "";border: 1em solid #dfdcde;border-right-color: transparent;border-left-color: transparent;border-top-color: transparent;position: absolute;top: -0.75em;left: 0;margin: -1em 0 0 2em;}.woocommerce-checkout #payment .payment_method_paypal .about_paypal {float: right;line-height: 52px;font-size: 0.83em;}.woocommerce-checkout #payment .payment_method_paypal img {max-height: 52px;vertical-align: middle;}#content.twentyeleven .woocommerce-pagination a {font-size: 1em;line-height: 1;}.single-product .twentythirteen #reply-title, .single-product .twentythirteen #respond #commentform, .single-product .twentythirteen .entry-summary {padding: 0;}.twentythirteen .woocommerce-breadcrumb {padding-top: 40px;}.twentyfourteen ul.products li.product {margin-top: 0 !important;}body.woocommerce .entry-header {margin-bottom: 60px;margin-top: 60px;}@media (max-width: 768px) {body.woocommerce .entry-header {margin-top: 100px;margin-bottom: 0;}}body.woocommerce .entry-header .no_woo_padding {margin-bottom: 0;}#main .stm-shop-sidebar-area .widget {padding: 27px 30px 20px;margin-bottom: 34px;border-bottom: none;border-top: 4px solid #232628;-o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18);box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18);}#main .stm-shop-sidebar-area .widget.widget_product_categories > ul {padding: 0;margin: 0;list-style: none;}#main .stm-shop-sidebar-area .widget.widget_product_categories > ul > li {margin-bottom: 10px;}#main .stm-shop-sidebar-area .widget.widget_product_categories > ul > li > a {position: relative;padding-left: 18px;color: #232628;text-decoration: none !important;}#main .stm-shop-sidebar-area .widget.widget_product_categories > ul > li > a:hover {color: #ceac61;}#main .stm-shop-sidebar-area .widget.widget_product_categories > ul > li > a:hover:before {color: #ceac61;}#main .stm-shop-sidebar-area .widget.widget_product_categories > ul > li > a:before {content: "";position: absolute;display: block;font-family: "Font Awesome 6 Free";font-weight: 600;font-style: normal;font-size: inherit;text-rendering: auto;transform: translate(0, 0);-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\f0da";left: 0;font-size: 15px;top: 1.5px;color: #aaa;}#main .stm-shop-sidebar-area .widget.widget_product_categories > ul > li ul {list-style: none;}#main .stm-shop-sidebar-area .widget.widget_product_categories > ul > li ul li a {font-size: 12px;color: #888;text-decoration: none !important;}#main .stm-shop-sidebar-area .widget.widget_product_categories > ul > li ul li a:hover {color: #ceac61;}#main .stm-shop-sidebar-area .widget.widget_product_categories > ul > li ul li:last-child {margin-bottom: 0;}#main .stm-shop-sidebar-area .widget .product_list_widget li {padding: 0;margin-bottom: 25px;}#main .stm-shop-sidebar-area .widget .product_list_widget li:hover .product-title {color: #ceac61;}#main .stm-shop-sidebar-area .widget .product_list_widget li:hover a {color: #ceac61;}#main .stm-shop-sidebar-area .widget .product_list_widget li:last-child {margin-bottom: 10px;}#main .stm-shop-sidebar-area .widget .product_list_widget li a {color: #232628;font-weight: 400;line-height: 18px;text-decoration: none !important;}#main .stm-shop-sidebar-area .widget .product_list_widget li .product-title {margin-bottom: 3px;position: relative;top: -1px;font-size: 14px;color: #232628;font-weight: 400;}#main .stm-shop-sidebar-area .widget .product_list_widget li .amount {font-size: 12px;color: #555;}#main .stm-shop-sidebar-area .widget .product_list_widget li del .amount {color: #888888;}#main .stm-shop-sidebar-area .widget .product_list_widget li ins {text-decoration: none;}#main .stm-shop-sidebar-area .widget .product_list_widget li .star-rating {margin-top: 3px;margin-bottom: 3px;}#main .stm-shop-sidebar-area .widget_title {margin-bottom: 25px;}#main .stm-shop-sidebar-area .widget_title h3 {font-size: 14px;font-weight: 700;text-transform: uppercase;}.mini_cart_item {position: relative;}.mini_cart_item dl.variation {display: none;}.widget_shopping_cart .buttons a.button:nth-child(2) {display: none;}body.woocommerce .sidebar-margin-top {margin-top: 0;}.woocommerce .products ul li h5, .woocommerce ul.products li h5 {margin-bottom: 0;font-size: 16px;}body.tax-product_cat .stm_breadcrumbs_unit {display: none;}.woocommerce .quantity input {background-color: transparent;border: 1px solid #cccccc;padding: 18px 0 17px 0;border-radius: 0;}.woocommerce .quantity {position: relative;max-width: 65px;}.woocommerce .quantity_actions {position: absolute;top: 5px;right: 6px;}.woocommerce .quantity_actions span {display: block;height: 17px;width: 17px;line-height: 16px;font-size: 18px;color: #ffffff;background-color: #cccccc;text-align: center;text-indent: 1px;}.woocommerce .quantity_actions span.minus {line-height: 13px;}.woocommerce .quantity_actions span.plus {margin-bottom: 3px;}.woocommerce .quantity_actions span:hover {background-color: #ceac61;cursor: pointer;}.woocommerce button.button.single_add_to_cart_button {padding: 15px 16px 15px 14px;}.woocommerce button.button.single_add_to_cart_button:before {font-family: "Font Awesome 6 Free";font-weight: 600;font-style: normal;font-size: inherit;text-rendering: auto;transform: translate(0, 0);-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;margin-right: 14px;font-size: 15px;content: "\f07a";}.product_meta {font-size: 13px;color: #888;}.product_meta a {color: #555;text-decoration: none !important;}.product_meta a:hover {color: #ceac61;}.product_meta .sku_wrapper {display: block;}.product_meta .posted_in {display: block;}.product_meta .tagged_as {display: block;}.woocommerce-review-link {font-size: 13px;color: #888;text-decoration: none !important;}.reset_variations {display: none !important;visibility: hidden !important;}.related.products {margin-top: 40px;}.related.products h3 {margin-bottom: 25px;}.woocommerce .commentlist {list-style: none;padding: 0;}.woocommerce .commentlist ul {padding-left: 30px;}.woocommerce .commentlist li {border-top: 1px solid #cccccc;padding: 30px 0;}.woocommerce .comment .meta {margin-bottom: 13px;}.woocommerce .comment .star-rating {display: inline-block;margin-left: 11px;}.woocommerce .comment_container:after {content: "";display: table;clear: both;}.woocommerce .comment .avatar {float: left;}.woocommerce .comment .author {color: #333333;text-transform: uppercase;}.woocommerce .comment .published-date {float: right;}.woocommerce .comment-text {overflow: hidden;margin-left: 117px;}.woocommerce .comment-form textarea,.woocommerce .comment-form input[type=text],.woocommerce .comment-form input[type=password],.woocommerce .comment-form input[type=email] {width: 100%;border: 2px solid #efefef;background-color: #efefef;color: #777777;padding: 12px 15px;font-size: 13px;border-radius: 0;}.woocommerce .comment-form textarea:focus,.woocommerce .comment-form input:focus {outline: none;border-color: #ceac61;background-color: transparent;}.woocommerce .comment-form-comment textarea {height: 172px;}.woocommerce .comment-form-email,.woocommerce .comment-form-author {margin-bottom: 30px;}.woocommerce .comment-form-rating {margin-bottom: 30px;}.woocommerce .comment-form-rating .select2 {display: none;}.wc-tab #reviews {padding-top: 22px;}.woocommerce-message {text-transform: uppercase;font-weight: 900;border: 4px solid #bee0a8;padding: 26px 143px 26px 26px;}.woocommerce-message:after {content: "";clear: both;display: table;}.woocommerce-message {margin-bottom: 30px;position: relative;}.woocommerce-message .button {position: absolute;top: 50%;right: 10px;margin-top: -18px;}.woocommerce-message i,.woocommerce-message span {color: #7ec251;}.woocommerce-error {list-style: none;font-weight: 900;padding: 0;}.woocommerce-error li {text-transform: uppercase;font-weight: 900;border: 4px solid #ffb3b3;padding: 26px;margin-bottom: 30px;}.woocommerce-error i,.woocommerce-error span {color: #ff6868;}.woocommerce-error i,.woocommerce-info i,.woocommerce-message i {margin-right: 9px;}.woocommerce-info {text-transform: uppercase;font-weight: 900;border: 4px solid #99bcdb;padding: 26px;margin-bottom: 30px;}.woocommerce-info i,.woocommerce-info span {color: #337ab7;}body.woocommerce-cart .entry-header {margin-bottom: 50px;margin-top: 50px;}.woocommerce .shop_table.cart .coupon {float: left;}.woocommerce .shop_table.cart .button.update-cart {float: right;}.cart_totals h4 {margin-bottom: 30px;font-size: 18px;text-transform: uppercase;}.wc-proceed-to-checkout .button {display: inline-block;}.woocommerce .cart-totals_wrap {border: 5px solid #d5d5d5;padding: 38px 37px;margin-bottom: 60px;}.woocommerce .cart-totals_wrap table td {border-bottom: none;font-size: 14px;}.woocommerce table.shop_table a.remove {padding-right: 13px;text-align: right;}.woocommerce-page .select2-container .select2-choice, .woocommerce-page .woocommerce .select2-container .select2-choice {background-color: #ebedef;border-radius: 0;border: 2px solid #ebedef;color: #777777;font-size: 13px;padding: 8px 0 7px 15px;}.woocommerce-page .select2-dropdown-open .select2-choice {box-shadow: none;}.woocommerce-page .select2-drop-active {border-color: #ebedef;}.woocommerce-page .select2-results {padding: 0;}.woocommerce-page .select2-results .select2-result-label {padding: 5px 16px;}.woocommerce-checkout-review-order {margin-top: 30px;}.woocommerce-checkout-review-order #payment_heading {text-transform: uppercase;}.woocommerce-checkout-review-order #order_review_heading {text-transform: uppercase;}.woocommerce #order_comments {height: 150px;}.woocommerce form .form-row label {color: #888;font-size: 13px;margin-bottom: 5px;}.woocommerce-billing-fields h4 {text-transform: uppercase;}table.woocommerce-checkout-review-order-table {font-size: 14px;}table.woocommerce-checkout-review-order-table tbody tr td {font-size: 14px;}table.woocommerce-checkout-review-order-table tbody tr td:first-child {padding-left: 10px;font-size: 13px;}table.woocommerce-checkout-review-order-table tbody tr td:nth-child(2) {text-align: right;}table.woocommerce-checkout-review-order-table tbody tr td p {margin-bottom: 0;}table.woocommerce-checkout-review-order-table tbody tr td dl.variation {display: none;}table.woocommerce-checkout-review-order-table thead tr th {font-size: 14px;}.woocommerce-checkout-review-order-table {table-layout: fixed;}.woocommerce table.woocommerce-checkout-review-order-table.shop_table th:first-child {padding-left: 0;}.woocommerce table.woocommerce-checkout-review-order-table.shop_table th:nth-child(2) {text-align: right;}.woocommerce table.woocommerce-checkout-review-order-table.shop_table th {font-size: 13px;text-transform: uppercase;}.payment_methods.methods label {text-transform: uppercase;font-weight: 700;color: #232628;}.single-product .product_images {position: relative;overflow: hidden;}.woocommerce-checkout-payment .place-order {padding-left: 0 !important;}.myaccount_user {margin-bottom: 50px;}.stm-margin-30 {margin-bottom: 30px;}.myaccount_address {margin-bottom: 50px;}.woocommerce-account .woocommerce .addresses th {border-bottom: 1px solid #ddd;}.woocommerce-validated .select2-container .select2-choice {border-color: #69bf29 !important;}.form-row-wide.create-account label {display: inline-block;text-decoration: underline;}.woocommerce table.order_details {font-size: 14px;}.woocommerce table.order_details th {border-bottom: 1px solid #ddd;font-size: 14px;font-weight: 400 !important;}.woocommerce table.order_details td {border-bottom: 1px solid #ddd;font-size: 14px;font-weight: 400 !important;}.woocommerce table.order_details td a {color: #555 !important;}.woocommerce table.customer_details {font-size: 14px;}.woocommerce table.customer_details th {border-bottom: 1px solid #ddd;font-size: 14px;font-weight: 400 !important;}.woocommerce table.customer_details td {border-bottom: 1px solid #ddd;font-size: 14px;font-weight: 400 !important;}.woocommerce table.customer_details td a {color: #555 !important;}.woocommerce table.my_account_orders {font-size: 14px;}.woocommerce table.my_account_orders th {border-bottom: 1px solid #ddd;font-size: 14px;font-weight: 400 !important;}.woocommerce table.my_account_orders td {border-bottom: 1px solid #ddd;font-size: 14px;font-weight: 400 !important;}.woocommerce table.my_account_orders td a {color: #555 !important;}.woocommerce form.login .form-row-login {float: left;}.woocommerce form.login .lost_password {float: right;margin: 37px 0 0;}#customer_login .form-row label.inline {margin-left: 15px;}.woocommerce table.shop_table .cart_item .amount {font-size: 14px;}.return-to-shop {margin-bottom: 60px;}#shipping_method li {position: relative;}#shipping_method li input[type=radio] {display: none;}#shipping_method li input[type=radio]:checked + label:before {background-position: 0 0;}#shipping_method li label {text-indent: 0;padding-left: 30px;}#shipping_method li label:before {content: "";display: block;width: 16px;height: 16px;background-image: url("https://www.lucaprofumo.com/wp-content/themes/motors/assets/images/boat-radio2x.png");background-position: -16px 0;background-size: 32px;position: absolute;top: 50%;left: 0;transform: translateY(-50%);}#main .stm-shop-sidebar-area .wc-block-price-filter__title {font-size: 14px;font-weight: 700;text-transform: uppercase;}#main .stm-shop-sidebar-area .wc-blocks-filter-wrapper h3 {font-size: 14px;font-weight: 700;text-transform: uppercase;}#main .stm-shop-sidebar-area .wc-block-price-filter .wc-block-components-price-slider__range-input-wrapper {margin: 23px 0;}#main .stm-shop-sidebar-area .wc-block-price-filter .wc-block-price-filter__controls {flex-wrap: wrap;justify-content: flex-start;border-color: transparent;}#main .stm-shop-sidebar-area .wc-block-price-filter .wc-block-price-filter__controls .wc-block-components-price-slider__amount {padding: 0 5px 0 12px;}#main .stm-shop-sidebar-area .wc-block-price-filter .wc-block-price-filter__controls .wc-block-components-price-slider__amount:focus {border-color: #888 !important;}#main .stm-shop-sidebar-area .wc-block-price-filter .wc-block-price-filter__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--min {flex-basis: 46%;max-width: none;}#main .stm-shop-sidebar-area .wc-block-price-filter .wc-block-price-filter__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--max {flex-basis: 46%;margin-left: auto;margin-right: 0;max-width: none;}#main .stm-shop-sidebar-area .wc-block-price-filter .wc-block-price-filter__controls .wc-block-components-price-slider__button {margin: 12px 0 0 auto;padding: 12px 20px 10px;}#main .stm-shop-sidebar-area .wc-block-price-filter .wc-block-components-price-slider__actions {gap: 10px;}#main .stm-shop-sidebar-area .wc-block-price-filter .wc-block-components-price-slider__actions .wc-block-price-filter__button.wc-block-components-price-slider__button, #main .stm-shop-sidebar-area .wc-block-price-filter .wc-block-components-price-slider__actions .wc-block-components-filter-reset-button {padding: 12px 20px 10px;font-size: 12px;font-weight: 700;text-transform: uppercase;border-radius: 3px;line-height: 1.3;background-color: #22b7d2;box-shadow: none;}#main .stm-shop-sidebar-area .wc-block-price-filter .wc-block-components-price-slider__actions .wc-block-components-filter-reset-button {background-color: var(--motors-secondary-color);}#main .stm-shop-sidebar-area .wc-block-price-filter .wc-block-components-price-slider__range-input-wrapper .wc-block-components-price-slider__range-input-progress {background: linear-gradient(90deg, transparent var(--low), #22b7d2 0, #22b7d2 var(--high), transparent 0) no-repeat 0 100%/100% 100%;}.stm-layout-header-car_dealer .header-main .logo-main {float: left;}.stm-layout-header-car_dealer .header-main .header-top-info {top: -15px;}body.post-type-archive-listings .classic-filter-row .stm-accordion-single-unit.price .stm-accordion-content {padding: 5px 25px 40px;}.stm-hoverable-interactive-galleries.stm-template-boats .stm-template-front-loop .image:after {display: none;}.stm-hoverable-interactive-galleries.stm-template-boats .archive-listing-page .stm-isotope-sorting-grid .car-listing-row .image {min-height: 218px;}@media (min-width: 768px) {.stm-hoverable-interactive-galleries.stm-template-boats .archive-listing-page .stm-isotope-sorting-grid .car-listing-row .image {min-height: 134px;}}.stm-hoverable-interactive-galleries.stm-template-boats .car-listing-modern-grid .interactive-hoverable {min-height: 218px;}@media (min-width: 768px) {.stm-hoverable-interactive-galleries.stm-template-boats .car-listing-modern-grid .interactive-hoverable {min-height: 134px;}}.stm-hoverable-interactive-galleries.stm-template-boats #modern-filter-listing .car-listing-row .image,.stm-hoverable-interactive-galleries.stm-template-boats #modern-filter-listing .listing-car-item-inner .image,.stm-hoverable-interactive-galleries.stm-template-boats .archive-listing-page .car-listing-row .image,.stm-hoverable-interactive-galleries.stm-template-boats .archive-listing-page .listing-car-item-inner .image {min-height: 134px;}.stm-hoverable-interactive-galleries.stm-template-boats #modern-filter-listing .car-listing-row .image:before,.stm-hoverable-interactive-galleries.stm-template-boats #modern-filter-listing .listing-car-item-inner .image:before,.stm-hoverable-interactive-galleries.stm-template-boats .archive-listing-page .car-listing-row .image:before,.stm-hoverable-interactive-galleries.stm-template-boats .archive-listing-page .listing-car-item-inner .image:before {background-color: transparent;}.stm-hoverable-interactive-galleries.stm-template-boats #modern-filter-listing .car-listing-row .image:after,.stm-hoverable-interactive-galleries.stm-template-boats #modern-filter-listing .listing-car-item-inner .image:after,.stm-hoverable-interactive-galleries.stm-template-boats .archive-listing-page .car-listing-row .image:after,.stm-hoverable-interactive-galleries.stm-template-boats .archive-listing-page .listing-car-item-inner .image:after {display: none;}.stm-hoverable-interactive-galleries.stm-template-boats #modern-filter-listing .car-listing-row .image .stm-listing-compare,.stm-hoverable-interactive-galleries.stm-template-boats #modern-filter-listing .car-listing-row .image .stm-listing-favorite,.stm-hoverable-interactive-galleries.stm-template-boats #modern-filter-listing .listing-car-item-inner .image .stm-listing-compare,.stm-hoverable-interactive-galleries.stm-template-boats #modern-filter-listing .listing-car-item-inner .image .stm-listing-favorite,.stm-hoverable-interactive-galleries.stm-template-boats .archive-listing-page .car-listing-row .image .stm-listing-compare,.stm-hoverable-interactive-galleries.stm-template-boats .archive-listing-page .car-listing-row .image .stm-listing-favorite,.stm-hoverable-interactive-galleries.stm-template-boats .archive-listing-page .listing-car-item-inner .image .stm-listing-compare,.stm-hoverable-interactive-galleries.stm-template-boats .archive-listing-page .listing-car-item-inner .image .stm-listing-favorite {bottom: 14px;}.stm-hoverable-interactive-galleries.stm-template-boats .car-listing-tabs-unit .image:after {display: none;}.stm-hoverable-interactive-galleries.stm-template-boats .listing-list-loop .image .image-inner {min-height: 151px;}.stm-hoverable-interactive-galleries .stm-featured-boats .image:after {display: none;}.stm-hoverable-interactive-galleries .stm-featured-boats .image .interactive-hoverable {min-height: 135px;}.stm-hoverable-interactive-galleries .interactive-hoverable {min-width: 257px;min-height: 150px;}.stm-hoverable-interactive-galleries .interactive-hoverable .hoverable-wrap {bottom: 5px;display: flex;left: 0;position: absolute;right: 0;top: 0;overflow: hidden;z-index: 1;}.stm-hoverable-interactive-galleries .interactive-hoverable .hoverable-wrap .hoverable-unit.active .thumb {opacity: 1;z-index: -2;}.stm-hoverable-interactive-galleries .interactive-hoverable .hoverable-wrap .hoverable-unit {align-items: flex-end;display: flex;flex: 1;height: 100%;position: static;}.stm-hoverable-interactive-galleries .interactive-hoverable .hoverable-wrap .hoverable-unit .thumb {border: 0;height: 100%;left: 0;overflow: hidden;position: absolute;width: 100%;opacity: 0;z-index: -2;}.stm-hoverable-interactive-galleries .interactive-hoverable .hoverable-wrap .hoverable-unit .thumb img {display: block;height: 100%;-o-object-fit: cover;object-fit: cover;transition: opacity 0.15s;width: 100%;}.stm-hoverable-interactive-galleries .interactive-hoverable .hoverable-wrap .hoverable-unit .remaining {text-align: center;position: absolute;width: 100%;top: 0;bottom: 0;color: #fff;background-color: rgba(0, 0, 0, 0.6);display: flex;flex-direction: column;align-items: center;justify-content: center;z-index: 55;}.stm-hoverable-interactive-galleries .interactive-hoverable .hoverable-wrap .hoverable-unit .remaining i {font-size: 48px;display: block;}.stm-hoverable-interactive-galleries .interactive-hoverable .hoverable-wrap .hoverable-unit .remaining p {font-size: 16px;font-weight: 400;}.stm-hoverable-interactive-galleries .interactive-hoverable .hoverable-indicators {position: absolute;bottom: 0;width: 100%;height: 3px;display: flex;justify-content: space-between;}.stm-hoverable-interactive-galleries .interactive-hoverable .hoverable-indicators .indicator {width: 100%;height: 3px;background-color: #ccc;z-index: 25;margin-right: 2px;}.stm-hoverable-interactive-galleries .interactive-hoverable .hoverable-indicators .indicator:last-child {margin-right: 0;}.stm-hoverable-interactive-galleries .interactive-hoverable .hoverable-indicators .indicator.active {background-color: #ceac61;}.stm-hoverable-interactive-galleries .stm-inventory-no-filter-wrap .interactive-hoverable .hoverable-wrap .hoverable-unit.active .indicator {background-color: #ceac61 !important;}.bloglogo img {position: relative;left: -12px;}.stm-boat-icon-row-new .icon {padding: 0 !important;height: 60px;width: 60px;line-height: 65px;text-align: center;}body.stm-template-boats.single-listings .form-group input {line-height: 37px;}body.stm-template-boats.header_remove_compare .stm_compare_mobile,body.stm-template-boats.header_remove_compare .lOffer-compare {display: none;}body.stm-template-boats.header_remove_cart .stm_cart_mobile,body.stm-template-boats.header_remove_cart .help-bar-shop {display: none;}.stm-template-boats .header-listing.stm-fixed {position: fixed;width: 100%;top: 0;left: 0;background: #232628;padding: 15px 0 10px;}@media (max-width: 768px) {.stm-template-boats .listing-list-loop .content .meta-top {margin-top: 10px;}.stm-template-boats .listing-list-loop .content .meta-top .price {margin-top: 5px;}.stm-template-boats .listing-list-loop .content .meta-top .price .normal-price .heading-font {font-size: 16px;}}@media (max-width: 1025px) {.classic-filter-row {width: 100%;margin-bottom: 20px;}.archive-listing-page .col-md-9 {width: 100%;padding: 0;}.archive-listing-page .col-md-pull-3 {right: unset;}.archive-listing-page .col-md-push-9 {left: unset;}}.stm-template-boats .stm-icon-add_car {margin-left: -28px !important;font-family: "boaticons" !important;}.stm-template-boats .stm-icon-add_car:before {content: "\e90a";}.sold-listings-inventory .classic-filter-row .filter-sidebar .boats-location {min-height: 50px;margin-bottom: 20px !important;}.sold-listings-inventory .classic-filter-row .filter-sidebar .stm-slider-filter-type-unit {margin-bottom: 20px !important;}@media (max-width: 1024px) {.wpb_tour_tabs_wrapper ul.wpb_tabs_nav.ui-tabs-nav {display: flex;overflow-y: scroll;padding-top: 4px;}.theme-motors .vc_tta.vc_tta-tabs .vc_tta-tabs-container {display: block;}.theme-motors .vc_tta.vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list {display: flex;overflow-y: scroll;padding-top: 4px;}.theme-motors .vc_tta.vc_tta-tabs .vc_tta-tabs-container ul.vc_tta-tabs-list .vc_tta-tab {white-space: nowrap;}.theme-motors .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {display: block;}}.stm-template-boats .stm-isotope-sorting-grid .image img, .stm-template-boats .car-listing-modern-grid .image img {min-height: 134px;-o-object-fit: cover;object-fit: cover;width: 100%;height: 134px;}.stm-template-boats .img-responsive.img-placeholder {max-width: none;width: 100%;}@media (max-width: 1024px) {.mobile-search-filter .stm-slider-filter-type-unit .row {display: flex;margin-bottom: 20px;}.mobile-search-filter .stm-slider-filter-type-unit .row .col-md-wider-left input {margin-top: 0;}}.mobile-search-filter .stm-slider-filter-type-unit h5 {margin-bottom: 19px;}.stm_motors_listing_types_multilisting_active .wrap_multilisting_carousel.visible_items_2 img {height: 332.5px;width: 100%;-o-object-fit: cover;object-fit: cover;}.stm_motors_listing_types_multilisting_active .wrap_multilisting_carousel.visible_items_3 img {height: 217.5px;width: 100%;-o-object-fit: cover;object-fit: cover;}.stm_motors_listing_types_multilisting_active .wrap_multilisting_carousel.visible_items_4 img {height: 160px;width: 100%;-o-object-fit: cover;object-fit: cover;}.stm_motors_listing_types_multilisting_active.stm-hoverable-interactive-galleries .wrap_multilisting_carousel .image:before {background-color: transparent;}.stm_motors_listing_types_multilisting_active.stm-hoverable-interactive-galleries .wrap_multilisting_carousel.visible_items_2 img {height: 332.5px;width: 100%;-o-object-fit: cover;object-fit: cover;}.stm_motors_listing_types_multilisting_active.stm-hoverable-interactive-galleries .wrap_multilisting_carousel.visible_items_2 .interactive-hoverable {min-width: 530px;min-height: 332.5px;}.stm_motors_listing_types_multilisting_active.stm-hoverable-interactive-galleries .wrap_multilisting_carousel.visible_items_3 img {height: 217.5px;width: 100%;-o-object-fit: cover;object-fit: cover;}.stm_motors_listing_types_multilisting_active.stm-hoverable-interactive-galleries .wrap_multilisting_carousel.visible_items_3 .interactive-hoverable {min-width: 346.6px;min-height: 217.5px;}.stm_motors_listing_types_multilisting_active.stm-hoverable-interactive-galleries .wrap_multilisting_carousel.visible_items_4 img {height: 160px;width: 100%;-o-object-fit: cover;object-fit: cover;}.stm_motors_listing_types_multilisting_active.stm-hoverable-interactive-galleries .wrap_multilisting_carousel.visible_items_4 .interactive-hoverable {min-width: 255px;min-height: 160px;}.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap {display: block;margin-top: -49px;z-index: 10;position: relative;}.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .nav.nav-tabs {display: flex;width: 100%;flex-direction: row;flex-wrap: nowrap;align-items: flex-start;justify-content: center;border: none;}.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .nav.nav-tabs li:last-child a {border-right: 0;}.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .nav.nav-tabs li a {display: flex;flex-direction: row;flex-wrap: nowrap;align-items: center;justify-content: center;background: rgba(255, 255, 255, 0.8);padding: 12px 22px 12px;border: 0;border-top-width: 3px;border-top-style: solid;border-top-color: rgba(255, 255, 255, 0.2);border-right: 1px solid #fff;border-radius: 0;font-size: 14px;font-weight: 700;text-transform: uppercase;min-height: 49px;}@media (max-width: 450px) {.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .nav.nav-tabs li a {padding: 12px 10px;}}.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .nav.nav-tabs li a.active {background: #fff;border-top-color: #22b7d2;border-left: none;}.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .nav.nav-tabs li a i {font-size: 22px;margin-right: 10px;}@media (max-width: 767px) {.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap {margin-top: 10px !important;}.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap > .nav.nav-tabs {overflow-y: scroll;justify-content: flex-start;padding-bottom: 5px;}.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap > .nav.nav-tabs li {width: 100%;border-bottom: 1px solid #222;}.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap > .nav.nav-tabs li a {justify-content: flex-start;}}.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content input {background-color: #e5e5e5 !important;border: 1px solid #e5e5e5 !important;height: 46px;line-height: 46px;}.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content button[type=submit] {position: relative;top: -1px;float: right;margin-left: 16px;min-width: 170px;padding: 16px 25px 13px 25px;font-weight: 700;display: flex;justify-content: center;font-size: 14px;}.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content button[type=submit] span {margin-right: 4px;}.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content button[type=submit] i {display: inline-block;margin-right: 6px;font-size: 16px;}.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content button[type=submit]:active {top: -1px;}.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane {flex-direction: row;flex-wrap: nowrap;align-items: flex-start;justify-content: space-between;width: 100%;}.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .stm-select-col {min-height: 46px;}.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .btn-search {display: flex;flex-direction: row;align-items: center;justify-content: flex-end;width: 15%;padding-top: 39px;}.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .btn-search a {height: 46px;line-height: 46px;padding-top: 0;}.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .select2.select2-container .selection .select2-selection--single {display: block;height: 46px !important;line-height: 46px;background: #e5e5e5;border: none;box-shadow: none;}.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .select2.select2-container .selection .select2-selection--single .select2-selection__rendered {height: 46px;line-height: 46px;font-size: 14px;padding: 0 22px;}.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .select2.select2-container .selection .select2-selection--single .select2-selection__arrow {right: 12px;}.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .select2.select2-container .selection .select2-selection--single .select2-selection__arrow b {font-family: "Font Awesome 6 Free";font-weight: 600;font-style: normal;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;transform: translate(0, -50%);top: 50%;left: -3px;margin-left: 0;font-size: 17px;color: #888;width: 15px;height: 17px;border: none;text-align: center;border: none;line-height: 22px;}.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .select2.select2-container .selection .select2-selection--single .select2-selection__arrow b:before {content: "\f107";font-size: 20px;}.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .stm-filter-tab-selects {width: 100%;overflow: visible !important;transition: all 0.3s ease-in;}.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .stm-filter-tab-selects .stm-select-col {margin-bottom: 30px;padding: 0 8px;}.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .stm-filter-tab-selects .col-md-12 {padding: 0 15px;}.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .stm-filter-tab-selects > .row {margin: 0 -8px;}.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .stm-filter-tab-selects .taxonomy_range_wrap label {margin-bottom: 10px;}.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .stm-filter-tab-selects .taxonomy_range_wrap .stm-current-slider-labels {display: block;text-align: right;font-size: 13px;opacity: 0.7;}.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .stm-filter-tab-selects .taxonomy_range_wrap:hover .stm-current-slider-labels {opacity: 1;}@media (max-width: 767px) {.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane {flex-direction: column;}.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .row {width: 100%;padding-bottom: 0;margin: 0;}.stm_motors_listing_types_multilisting_active .stm-c-f-search-form-wrap .tab-content .tab-pane .btn-search {width: 33%;padding-top: 15px;margin-bottom: 30px;margin-left: 15px;}}.stm_motors_listing_types_multilisting_active .listing-type-list .card {border-radius: 0;border: none;margin-bottom: 30px;}.stm_motors_listing_types_multilisting_active .listing-type-list .card .card-body {display: flex;flex-direction: row;flex-wrap: nowrap;align-items: center;justify-content: flex-start;background: #e5e5e5;border-radius: 0;padding: 28px 20px 28px 30px;transition: all 0.2s ease-in-out;}.stm_motors_listing_types_multilisting_active .listing-type-list .card .card-body .card-icon {display: block;width: auto;min-width: 35px;height: 30px;position: relative;margin-right: 20px;}.stm_motors_listing_types_multilisting_active .listing-type-list .card .card-body .card-icon img {display: block;width: auto;height: 30px;-o-object-fit: contain;object-fit: contain;margin: 0 auto 0 0;transition: all 0.2s ease-in-out;}@media (max-width: 450px) {.stm_motors_listing_types_multilisting_active .listing-type-list .card .card-body .card-icon {max-width: 35px;}}.stm_motors_listing_types_multilisting_active .listing-type-list .card .card-body .card-title {font-size: 18px;margin: 0;transition: all 0.2s ease-in-out;color: #333;}.stm_motors_listing_types_multilisting_active .listing-type-list .card .card-body .btn {background: transparent;margin: 0 0 0 auto;width: 44px;height: 44px;border-radius: 50%;border: 1px solid #fff;opacity: 0;transition: all 0.2s ease-in-out;}.stm_motors_listing_types_multilisting_active .listing-type-list .card .card-body .btn i {display: inline-block;color: #fff;vertical-align: middle;margin-top: 4px;font-weight: 900;}.stm_motors_listing_types_multilisting_active .listing-type-list .card .card-body:hover {background: #22b7d2;}.stm_motors_listing_types_multilisting_active .listing-type-list .card .card-body:hover .card-icon img {filter: brightness(100%) contrast(200%) invert(100%);}.stm_motors_listing_types_multilisting_active .listing-type-list .card .card-body:hover .card-title {color: #fff;}.stm_motors_listing_types_multilisting_active .listing-type-list .card .card-body:hover .btn {opacity: 1;}.stm_motors_listing_types_multilisting_active .listing-type-list .card .card-body:hover i {color: #fff;}@media (max-width: 1023px) {.stm_motors_listing_types_multilisting_active .listing-type-list > .stm-row {flex-wrap: wrap;}.stm_motors_listing_types_multilisting_active .listing-type-list > .stm-row > .stm-col-3 {width: 100%;max-width: 33.33%;flex: 0 0 33.33%;}}@media (max-width: 450px) {.stm_motors_listing_types_multilisting_active .listing-type-list > .stm-row {flex-wrap: wrap;}.stm_motors_listing_types_multilisting_active .listing-type-list > .stm-row > .stm-col-3 {width: 100%;max-width: 100%;flex: 0 0 100%;}}.stm_motors_listing_types_multilisting_active .plus-added-emeht-mts {position: relative;}.stm_motors_listing_types_multilisting_active .plus-added-emeht-mts .add-new-term {display: block;position: absolute;top: 50%;transform: translateY(-50%);right: 10px;font-size: 20px;cursor: pointer;}.stm_motors_listing_types_multilisting_active .stm_listing_tabs_style_2 {border-top: none;}.stm_motors_listing_types_multilisting_active .stm_listing_tabs_style_2 .tab-content .stm-directory-grid-loop .image img {height: 160px;width: 100%;-o-object-fit: cover;object-fit: cover;}.stm_motors_listing_types_multilisting_active .multilisting-masonry-carousel-wrap div.title h2 {font-size: 28px;}.stm_motors_listing_types_multilisting_active .multilisting-masonry-carousel-wrap .owl-controls {top: -76px !important;}.stm_motors_listing_types_multilisting_active .multilisting-masonry-carousel-wrap .owl-controls .owl-nav .owl-prev, .stm_motors_listing_types_multilisting_active .multilisting-masonry-carousel-wrap .owl-controls .owl-nav .owl-next {background-color: #ddd;}.stm_motors_listing_types_multilisting_active .multilisting-masonry-carousel-wrap .owl-controls .owl-nav .owl-prev:hover, .stm_motors_listing_types_multilisting_active .multilisting-masonry-carousel-wrap .owl-controls .owl-nav .owl-next:hover {background: #22b7d2;}.stm_motors_listing_types_multilisting_active .car-listing-row .listing-car-item-meta .price {background-color: #22b7d2;color: #fff;}.stm_motors_listing_types_multilisting_active .car-listing-row .listing-car-item-meta .price:before {background-color: #22b7d2;}.stm_motors_listing_types_multilisting_active .listing-list-loop.stm-listing-directory-list-loop .content .meta-top .price, .stm_motors_listing_types_multilisting_active .listing-list-loop.stm-listing-directory-list-loop .content .meta-top .price:before {background-color: #22b7d2;}.stm_motors_listing_types_multilisting_active .archive-listing-page .image .image-inner {min-height: 152px;}.stm_motors_listing_types_multilisting_active .listing-list-loop .content .meta-middle .meta-middle-unit .icon {font-size: 12px;}.stm_motors_listing_types_multilisting_active .classic-filter-row {margin-top: 0;}.stm_motors_listing_types_multilisting_active .classic-filter-row input[type=text], .stm_motors_listing_types_multilisting_active .classic-filter-row input[type=search] {height: 40px;line-height: 40px;}.stm_motors_listing_types_multilisting_active .filter-sidebar .sidebar-entry-header .h4 {font-size: 18px;}.stm_motors_listing_types_multilisting_active .select2-container.statistics-period {z-index: 2000;}.stm_motors_listing_types_multilisting_active .stm_add_car_form {margin-top: 3px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form #stm_sell_a_car_form {margin-bottom: 40px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-border-top-unit {position: relative;padding-right: 30px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-border-top-unit .step_number {position: absolute;top: 30px;right: 0;text-transform: uppercase;color: #22b7d2;font-weight: 700;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-car-listing-data-single {margin-bottom: 17px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form1-intro-unit {padding: 23px 30px 11px;background-color: #22b7d2;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form1-intro-unit .stm-label {margin-bottom: 8px;color: #fff;font-weight: 700;font-size: 15px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form1-intro-unit .stm-form-1-selects {margin-bottom: 15px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form1-intro-unit .select2-container--default .select2-selection--single,.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form1-intro-unit .select2-container--default .select2-selection--single .select2-selection__rendered {height: 40px;line-height: 40px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form1-intro-unit .select2-container--default .select2-selection--single .select2-selection__arrow {height: 41px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form1-intro-unit .select2-container--default .select2-selection--single .select2-selection__rendered {background-color: #fff;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form1-intro-unit .select2-container--default .select2-selection--single {background-color: transparent !important;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit {margin: 41px -15px 30px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter {position: relative;float: left;padding: 0 15px;margin-bottom: 12px;width: 33.333%;min-height: 48px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter a {clear: both;float: left;margin-top: 5px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-car-listing-data-single {padding: 15px;letter-spacing: -1px;margin-bottom: 0;margin-top: 20px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-car-listing-data-single .title {color: #22b7d2;font-size: 18px;font-weight: 500;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stn-add-car-location-wrap {display: flex;overflow: hidden;float: left;width: 100%;flex-direction: column;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stn-add-car-location-wrap .stm-form-1-quarter {display: flex;flex-wrap: wrap;width: 100%;justify-content: space-between;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stn-add-car-location-wrap .stm-form-1-quarter .stm-location-input-wrap {display: flex;overflow: hidden;width: 31.5%;justify-content: space-between;align-items: center;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stn-add-car-location-wrap .stm-form-1-quarter .stm-location-input-wrap .stm-label {margin-top: 0;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-link-lat-lng-wrap {display: block;width: 100%;text-align: right;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-link-lat-lng-wrap a {float: right;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter:hover i {color: #22b7d2;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter input[type=text],.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter input[type=number] {float: right;max-width: 220px;padding-left: 13px;border-width: 1px !important;color: #555;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter input[type=text]:nth-child(2),.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter input[type=number]:nth-child(2) {margin: 5px 0;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter input[type=number]::-webkit-outer-spin-button,.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter input[type=number]::-webkit-inner-spin-button {-webkit-appearance: none;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter input[type=text].stm_has_value,.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter input[type=number].stm_has_value {background-color: #fff;border-color: #efefef;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter input[type=text]:focus,.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter input[type=number]:focus {border-color: #22b7d2;box-shadow: none;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .select2 {float: right;max-width: 220px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label {margin-top: 9px;color: #22b7d2;font-size: 13px;vertical-align: top;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i {display: inline-block;position: relative;min-width: 20px;margin-right: 5px;top: 3px;font-size: 14px;vertical-align: top;text-align: center;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.stm-icon-road {font-size: 16px;top: 4px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.stm-service-icon-body_type {font-size: 11px;top: 6px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.stm-service-icon-hashtag {font-size: 13px;top: 4px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.stm-icon-engine_fill {font-size: 18px;top: 1px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.stm-icon-time {font-size: 18px;top: 1px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.stm-icon-drive_2 {font-size: 18px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.stm-icon-key {top: 2px;font-size: 19px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.stm-icon-transmission_fill {font-size: 17px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.stm-service-icon-vin_check {font-size: 18px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.stm-service-icon-pin_2 {top: 4px;font-size: 16px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i.stm-service-icon-color_type {font-size: 16px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .select2-container--default .select2-selection--single,.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .select2-container--default .select2-selection--single .select2-selection__rendered {height: 40px;line-height: 40px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .select2-container--default .select2-selection--single .select2-selection__arrow {height: 41px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .select2-container--default .select2-selection--single .select2-selection__rendered {background-color: #fff;border: 1px solid #efefef;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-2-features .stm-border-top-unit {margin-bottom: 7px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-2-features .stm-single-feature {float: left;width: 16.6666%;margin-bottom: 38px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-2-features .stm-single-feature .heading-font {margin-bottom: 15px;font-weight: 700;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-2-features .stm-single-feature .feature-single label {width: 100%;padding: 8px 0;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-2-features .stm-single-feature .feature-single label:hover {cursor: pointer;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos #stm_car_gallery_add {display: none;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-border-top-unit {margin-bottom: 8px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car {padding-right: 9px;}@media (max-width: 991px) {.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car {margin-top: 20px;}}@media (max-width: 767px) {.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car {padding-right: 0 !important;}}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery {margin: 0 -12px 46px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder {float: left;padding: 0 12px;margin-bottom: 15px;width: 25%;}@media (max-width: 767px) {.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder {width: 50%;}}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder__text {font-size: 14px;font-weight: 700;line-height: 1.2;color: #888888;text-transform: uppercase;margin: 10px 0 0;display: block;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .inner {background-color: #EBEBEB;position: relative;min-height: 140px;line-height: 1;color: #bebebe;font-size: 41px;text-align: center;transition: 300ms ease;border-radius: 4px;border: 1px solid #A8A8A8;display: flex;flex-direction: column;justify-content: center;padding: 5px;cursor: pointer;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .inner:hover {border-color: #153e4d;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .inner .stm-image-preview {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-size: cover !important;background-repeat: no-repeat !important;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .inner .stm-image-preview .fas {display: block;position: absolute;right: 5px;top: 5px;font-size: 17px;width: 32px;height: 32px;text-align: center;background-color: #DE0000;border-radius: 50%;color: #fff;opacity: 0;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .inner .stm-image-preview .fas:before {display: block;margin-top: 7px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .inner .stm-image-preview .fas:hover {background-color: #f80b0b;cursor: pointer;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .inner .stm-image-preview.ui-draggable:before {content: "\f0b2";font: normal 600 14px/24px "Font Awesome 6 Free";position: absolute;display: block;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;transform: translate(0, 0);bottom: 0;left: 0;width: 22px;height: 22px;text-align: center;text-indent: -2px;background-color: #ceac61;color: #fff;opacity: 0;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .inner.active .stm-image-preview:before, .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .inner.active .stm-image-preview .fas {opacity: 1;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder-native .inner {border-style: dashed;border-color: #153e4d;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder-native:hover .inner {border-color: #ceac61;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder-native:hover .stm-placeholder__text {color: #ceac61;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder.deleting .stm-image-preview:before {opacity: 0;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder:hover .inner.deleting {border-width: 3px;border-color: #f80b0b;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .stm-progress-bar {width: 28px;height: 28px;position: relative;display: inline-block;margin: 0 auto 10px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .stm-progress-bar__item {box-sizing: border-box;display: block;position: absolute;width: 25px;height: 25px;margin: 3px;border-radius: 50%;animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;border-width: 3px;border-style: solid;border-color: #ceac61 transparent transparent transparent;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .stm-progress-bar__item:nth-child(1) {animation-delay: -0.45s;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .stm-progress-bar__item:nth-child(2) {animation-delay: -0.3s;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .stm-progress-bar__item:nth-child(3) {animation-delay: -0.15s;}@keyframes lds-ring {0% {transform: rotate(0deg);}100% {transform: rotate(360deg);}}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .stm-progress-bar__wrapper {height: 100%;display: flex;flex-direction: column;justify-content: center;padding: 0 15px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .stm-progress-bar__info, .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .stm-progress-bar__wrapper, .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .stm-progress-bar__text {font-size: 14px;line-height: 20px;font-weight: 600;color: #153e4d;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .stm-progress-bar__percent {display: inline-block;margin: 0 0 0 5px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-media-car-add-nitofication {margin-top: -2px;font-size: 13px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-media-car-add-nitofication span {line-height: 22px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-media-car-add-nitofication h4 {margin-bottom: 27px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-media-car-add-nitofication strong {display: inline-block;line-height: 18px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-4-videos {margin-bottom: 60px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-4-videos .stm-border-top-unit {margin-bottom: 7px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit {padding: 23px 30px 14px;background-color: #22b7d2;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit .heading-font {margin-bottom: 8px;color: #fff;font-weight: 700;font-size: 15px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit input[type=text] {margin-bottom: 26px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-4-videos .stm-simple-notice {position: relative;padding-left: 25px;margin-top: 27px;color: rgba(255, 255, 255, 0.5);font-size: 13px;line-height: 22px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-4-videos .stm-simple-notice i {position: absolute;top: 5px;left: 0;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-4-videos .stm-video-link-unit {position: relative;padding-right: 46px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-4-videos .stm-video-link-unit .stm-after-video {position: absolute;top: 0;right: 0;width: 40px;height: 40px;background: rgba(255, 255, 255, 0.5);}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-4-videos .stm-video-link-unit .stm-after-video:hover {cursor: pointer;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-4-videos .stm-video-link-unit .stm-after-video:before {position: absolute;content: "";display: block;top: 15px;left: 18px;width: 3px;height: 11px;background-color: #fff;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-4-videos .stm-video-link-unit .stm-after-video:after {position: absolute;content: "";display: block;top: 19px;left: 14px;width: 11px;height: 3px;background-color: #fff;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-4-videos .stm-video-link-unit .stm-after-video.active {background-color: #22b7d2;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-4-videos .stm-video-link-unit .stm-after-video.active:hover {cursor: default;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-4-videos .stm-video-link-unit .stm-after-video.active:before {top: 17px;left: 13px;height: 8px;transform: rotate(-40deg);}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-4-videos .stm-video-link-unit .stm-after-video.active:after {top: 18px;left: 14px;width: 17px;transform: rotate(-45deg);}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes {margin-bottom: 53px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-border-top-unit {margin-bottom: 10px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes textarea {height: 202px;padding: 10px 10px 10px 12px;font-size: 13px;color: #888;background-color: #efefef;border: 1px solid #e1e2e4;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes textarea:focus {background-color: #fff;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-seller-notes-phrases {position: relative;margin-top: 75px;text-align: center;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-seller-notes-phrases:after {position: absolute;display: block;font-family: "Font Awesome 6 Free";font-weight: 600;font-style: normal;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;transform: translate(0, 0);content: "\f067";color: #fff;font-size: 14px;line-height: 25px;top: 0;left: 7px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-seller-notes-phrases:before {position: absolute;content: "";display: block;top: 0;left: 0;height: 24px;width: 24px;background-color: #22b7d2;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-seller-notes-phrases span {border-bottom: 1px dashed #22b7d2;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-seller-notes-phrases:hover {cursor: pointer;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-phrases-unit .stm_phrases {position: absolute;width: 445px;right: -200px;top: 50%;transform: translateY(-50%);border-top: 4px solid #22b7d2;opacity: 0;visibility: hidden;z-index: 20;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-phrases-unit .stm_phrases .inner {background-color: #fff;padding: 30px;box-shadow: 0 5px 29px rgba(0, 0, 0, 0.24);z-index: 2;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-phrases-unit .stm_phrases .inner .fas {position: absolute;padding: 10px;top: 0;right: 0;font-size: 14px;color: #888;opacity: 0.5;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-phrases-unit .stm_phrases .inner .fas:hover {cursor: pointer;opacity: 1;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-phrases-unit .stm_phrases .inner:before {position: absolute;content: "";display: block;top: 0px;left: 0;height: 100%;width: 30px;background-color: #fff;z-index: 3;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-phrases-unit .stm_phrases .inner:after {position: absolute;content: "";display: block;height: 20px;width: 20px;left: -10px;top: 50%;margin-top: -10px;background-color: #fff;transform: rotate(-45deg);box-shadow: 0 5px 29px rgba(0, 0, 0, 0.24);z-index: 1;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-phrases-unit .stm_phrases.activated {right: 0;opacity: 1;visibility: visible;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-phrases-unit .stm_phrases h5 {margin-bottom: 30px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-phrases-unit .stm_phrases .clearfix {margin: 0 -15px 20px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-phrases-unit .stm_phrases .clearfix label {display: block;width: 50%;float: left;margin-bottom: 10px;padding: 0 15px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-phrases-unit .stm_phrases .button {display: inline-block;font-size: 12px;padding: 12px 30px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user {padding: 0 40px;background-color: #f0f2f5;border: 1px solid #ddd;margin-bottom: 40px;position: relative;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user:before, .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user:after {display: none;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm-form-inner .add-car-btns-wrap {display: flex;flex-direction: row;flex-wrap: wrap;padding: 0;align-self: center;margin: 20px 0;list-style: none;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm-form-inner .add-car-btns-wrap li {margin: 7px 3px;padding: 0;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm-form-inner .add-car-btns-wrap li .tooltip-inner {background-color: #22b7d2;font-size: 14px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm-form-inner .add-car-btns-wrap li .tooltip.top .tooltip-arrow {border-top-color: #22b7d2;border-width: 5px 5px 0;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm-form-inner .stm-add-a-car-user .add-car-btns-wrap {justify-content: center;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm-form-inner .form-group-submit .stm-icon-load1 {top: 12px;font-size: 18px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm-form-inner:before {position: absolute;content: "";display: block;top: 0;left: -2000px;bottom: 0;right: -2000px;background: rgba(255, 255, 255, 0.8);opacity: 0;visibility: hidden;z-index: 40;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm-form-inner .stm-icon-load1 {display: block;position: absolute;top: 50%;left: 50%;margin: -10px 0 0 -10px;font-size: 30px;color: #22b7d2;animation: rotating 2s infinite linear;opacity: 0;visibility: hidden;z-index: 50;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm-form-inner.activated > .stm-icon-load1, .stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm-form-inner.activated:before {opacity: 1;visibility: visible;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm-title {margin: -5px 0 23px;text-transform: uppercase;font-size: 14px;font-weight: 700;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm-text {font-size: 13px;line-height: 24px;color: #888;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm_register_title {padding-top: 35px;margin-bottom: 20px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm_register_title h3 {float: left;margin-right: 42px;font-size: 20px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm_register_title .stm_login_me {margin-top: 3px;font-size: 13px;color: #888;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm-login-register-form {margin-top: 0;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user .stm-login-register-form .stm-register-form form .stm-listing-loader.visible i {margin-left: 10px;visibility: visible;color: #22b7d2;opacity: 1;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user button[type=submit] {display: inline-block;vertical-align: top;position: relative;padding: 17px 20px 11px 62px;font-size: 12px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user button[type=submit] i {position: absolute;top: 12px;left: 21px;font-size: 20px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user button[type=submit].disabled {background-color: #838588;opacity: 0.33;box-shadow: 0 2px 0 #686a6d;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-checking-user button[type=submit].disabled:hover {cursor: not-allowed;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup {position: absolute;bottom: 100%;z-index: 1000;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup .inner {position: relative;width: 486px;padding: 30px 23px 30px;background-color: #fff;border-top: 4px solid #22b7d2;box-shadow: 0 5px 29px rgba(0, 0, 0, 0.24);z-index: 2;overflow: hidden;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup .inner .fa-times {position: absolute;right: 10px;top: 20px;padding: 10px;cursor: pointer;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup .inner:before {position: absolute;content: "";display: block;bottom: 0px;left: 0;width: 100%;height: 20px;background-color: #fff;z-index: 3;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup .inner:after {position: absolute;content: "";display: block;height: 20px;width: 20px;bottom: -10px;left: 50%;margin-left: -10px;background-color: #fff;transform: rotate(-45deg);box-shadow: 0 5px 29px rgba(0, 0, 0, 0.24);z-index: 1;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup h5 {margin-bottom: 25px;font-weight: 700;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup .labels-units {margin: 0 -15px 15px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup .labels-units label {display: inline-block;margin: 0 13px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup input[type=text] {float: none !important;max-width: 100% !important;height: 40px !important;line-height: 40px !important;margin-bottom: 20px !important;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup .button {display: inline-block;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup.stm-invisible {opacity: 0;visibility: hidden;bottom: 110%;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-video-link-unit-wrap .video-label {display: inline-block;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-price-edit .stm_price_input {padding: 30px 40px 45px 40px;background-color: #22b7d2;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-price-edit .stm_price_input .stm_label {margin-bottom: 12px;color: #fff;letter-spacing: 0.3px;font-weight: 700;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup {position: absolute;bottom: 100%;z-index: 1000;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup .inner {position: relative;width: 486px;padding: 30px 23px 30px;background-color: #fff;border-top: 4px solid #22b7d2;box-shadow: 0 5px 29px rgba(0, 0, 0, 0.24);z-index: 2;overflow: hidden;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup .inner .fa-times {position: absolute;right: 10px;top: 20px;padding: 10px;cursor: pointer;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup .inner:before {position: absolute;content: "";display: block;bottom: 0px;left: 0;width: 100%;height: 20px;background-color: #fff;z-index: 3;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup .inner:after {position: absolute;content: "";display: block;height: 20px;width: 20px;bottom: -10px;left: 50%;margin-left: -10px;background-color: #fff;transform: rotate(-45deg);box-shadow: 0 5px 29px rgba(0, 0, 0, 0.24);z-index: 1;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup h5 {margin-bottom: 25px;font-weight: 700;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup .labels-units {margin: 0 -15px 15px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup .labels-units label {display: inline-block;margin: 0 13px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup input[type=text] {float: none !important;max-width: 100% !important;height: 40px !important;line-height: 40px !important;margin-bottom: 20px !important;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup .button {display: inline-block;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-history-popup.stm-invisible {opacity: 0;visibility: hidden;bottom: 110%;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-video-link-unit-wrap .video-label {display: inline-block;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-plans {margin-bottom: 30px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-plans .user-plans-list {display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;max-width: 220px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-non-relative {position: static;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-relative {position: relative;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-user {position: relative;z-index: 5;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-user-wrapper {display: flex;justify-content: space-between;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-user .left-info {display: flex;align-items: center;padding: 30px 0;max-width: 300px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-user .left-info .avatar {float: left;width: 80px;height: 80px;border-radius: 50%;margin-right: 23px;overflow: hidden;background-color: #eee;text-align: center;flex-shrink: 0;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-user .left-info .avatar .stm-service-icon-user {position: relative;left: 1px;line-height: 75px;text-align: center;font-size: 34px;color: #acb9bd;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-user .left-info.left-dealer-info .stm-dealer-image-custom-view {margin-bottom: 14px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-user .left-info.left-dealer-info h4 {margin: 0 15px 7px 20px;font-size: 20px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-user .left-info .user-info {overflow: hidden;display: inline-block;max-width: 100%;vertical-align: top;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-user .left-info .user-info h4 {margin: 0;font-size: 20px;font-weight: 700;line-height: 1.5;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-user .left-info .user-info .stm-label {font-size: 13px;color: #888;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-user .right-info {overflow: hidden;text-align: right;font-size: 13px;padding: 40px 0 20px 30px;border-left: 1px solid #ddd;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-user .right-info .fas.fa-external-link-alt {position: relative;top: 1px;margin-right: 7px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-user .right-info .stm_logout {margin-top: 6px;letter-spacing: 0.2px;color: #888;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-not-enabled {display: none;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login-overlay {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(255, 255, 255, 0.89);z-index: 9999;opacity: 0;visibility: hidden;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login-overlay.visiblity {opacity: 1;visibility: visible;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login {position: fixed;top: 50%;width: 350px;left: 50%;margin: -198px 0 0 -175px;z-index: 99999;opacity: 0;visibility: hidden;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login.visiblity {opacity: 1;visibility: visible;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-listing-loader .stm-icon-load1 {margin-left: 10px !important;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-listing-loader.visible .stm-icon-load1 {font-size: 18px;visibility: visible;opacity: 1;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form {margin-bottom: 30px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form {padding: 41px 30px 36px;background-color: #22b7d2;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form h4 {color: #fff;font-size: 15px;margin-bottom: 14px;letter-spacing: -0.5px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form .form-checker {margin-bottom: 26px !important;color: rgba(255, 255, 255, 0.5);font-size: 13px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form .form-checker label:hover {cursor: pointer;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form .form-group {margin-bottom: 30px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form .form-group.form-checker {margin-top: -5px;font-size: 13px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form .form-group.form-checker .checker {margin-right: 5px !important;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form input[type=text],.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form input[type=number],.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form input[type=tel],.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form input[type=email],.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form input[type=search],.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form input[type=password] {padding-left: 17px;border-color: #f0f2f5 !important;background-color: #f0f2f5 !important;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form input[type=text].form-error,.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form input[type=number].form-error,.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form input[type=tel].form-error,.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form input[type=email].form-error,.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form input[type=search].form-error,.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form input[type=password].form-error {border-color: #ff2325 !important;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form input[type=submit] {display: inline-block;margin-right: 10px;font-size: 12px !important;padding: 16px 46px 12px;visibility: inherit;font-weight: 700;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form .stm-listing-loader {position: relative;top: 1px;color: #fff;font-size: 15px;line-height: 15px;visibility: hidden;opacity: 0;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form .stm-listing-loader i {display: inline-block;animation: rotating 2s infinite linear;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form .stm-listing-loader.visible {visibility: visible;opacity: 1;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-login .stm-login-form form .stm-message-ajax-validation {margin-top: 18px;padding: 10px;text-align: center;background-color: #fff;border-radius: 5px;font-size: 13px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-loader {position: relative;display: inline-block;vertical-align: top;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-loader .stm-icon-load1 {margin: 12px 0 0 !important;position: static !important;font-size: 18px !important;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-loader.activated i {opacity: 1 !important;visibility: visible !important;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-add-a-car-message {display: none;margin: 10px 0 25px;padding: 15px 30px;background-color: #22b7d2;color: #fff !important;font-weight: 700;border-radius: 4px;}.stm_motors_listing_types_multilisting_active .stm-show-password {position: relative;}.stm_motors_listing_types_multilisting_active .stm-show-password .fas {position: absolute;right: 0;width: 50px;height: 100%;line-height: 46px;text-align: center;font-size: 18px;opacity: 0.8;}.stm_motors_listing_types_multilisting_active .stm-show-password .fas:hover {cursor: pointer;opacity: 1;}.stm_motors_listing_types_multilisting_active .stm-show-password input {padding-right: 45px !important;}.stm_motors_listing_types_multilisting_active .stm-login-register-form {margin: 27px 0 0;}.stm_motors_listing_types_multilisting_active .stm-login-register-form h3 {margin-bottom: 28px;}.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form {margin-bottom: 30px;}.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form {padding: 41px 30px 36px;background-color: #22b7d2;}.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form h4 {color: #fff;font-size: 15px;margin-bottom: 14px;letter-spacing: -0.5px;}.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form .form-checker {margin-bottom: 26px !important;color: rgba(255, 255, 255, 0.5);}.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form .form-checker label:hover {cursor: pointer;}.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form .form-group {margin-bottom: 30px;}.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form .form-group.form-checker {margin-top: -5px;}.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form .form-group.form-checker .checker {margin-right: 5px !important;}.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form input[type=text],.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form input[type=number],.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form input[type=tel],.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form input[type=email],.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form input[type=search],.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form input[type=password] {padding-left: 17px;border-color: #f0f2f5 !important;background-color: #f0f2f5 !important;}.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form input[type=text].form-error,.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form input[type=number].form-error,.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form input[type=tel].form-error,.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form input[type=email].form-error,.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form input[type=search].form-error,.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form input[type=password].form-error {border-color: #ff2325 !important;}.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form input[type=submit] {display: inline-block;margin-right: 10px;font-size: 12px !important;padding: 16px 46px 12px;font-weight: 700;}.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form .stm-listing-loader {position: relative;top: 1px;color: #fff;font-size: 15px;line-height: 15px;visibility: hidden;opacity: 0;}.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form .stm-listing-loader i {display: inline-block;animation: rotating 2s infinite linear;}.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form .stm-listing-loader.visible {visibility: visible;opacity: 1;}.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-login-form form .stm-message-ajax-validation {margin-top: 18px;padding: 10px;text-align: center;background-color: #fff;border-radius: 5px;font-size: 13px;}.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-register-form {margin-bottom: 30px;}.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-register-form form {padding: 37px 30px 4px;background-color: #fff;border-top: 4px solid #22b7d2;box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);}.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-register-form form h4 {font-size: 15px;}.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-register-form form .form-group {margin-bottom: 30px;}.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-register-form form .form-group h4 {margin-bottom: 14px;}.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-register-form form .form-group.form-checker {margin-bottom: 25px;color: #888;font-size: 13px;}.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-register-form form .form-group input[type=submit] {display: inline-block;margin-right: 10px;padding: 16px 22px 12px;font-size: 12px;}.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-register-form form input[type=submit][disabled] {background-color: #c9cccf !important;box-shadow: 0 2px 0 rgba(201, 204, 207, 0.5);}.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-register-form form input[type=submit][disabled]:hover {cursor: not-allowed;}.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-register-form form input[type=submit].cptch_nbld {margin-top: 16px;}.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-register-form form input[type=text],.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-register-form form input[type=number],.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-register-form form input[type=tel],.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-register-form form input[type=email],.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-register-form form input[type=search],.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-register-form form input[type=password] {padding-left: 17px;}.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-register-form form .stm-listing-loader {position: relative;top: 1px;color: #22b7d2;font-size: 15px;line-height: 15px;visibility: hidden;opacity: 0;}.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-register-form form .stm-listing-loader i {display: inline-block;animation: rotating 2s infinite linear;}.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-register-form form .stm-listing-loader.visible {visibility: visible;opacity: 1;}.stm_motors_listing_types_multilisting_active .stm-login-register-form .stm-register-form form .stm-message-ajax-validation {margin-bottom: 20px;background-color: #22b7d2;color: #fff;padding: 10px 20px;text-align: center;border-radius: 5px;}.stm_motors_listing_types_multilisting_active .stm-user-public-profile .tab-content .multilisting-select {margin-right: 10px;float: right;}@media (max-width: 1100px) {.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter input[type=text],.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter input[type=number],.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .select2 {max-width: 170px;}}@media (max-width: 991px) {.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter {width: 50%;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-2-features .stm-single-feature {width: 33.33333%;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-4-videos .stm-simple-notice {margin: 10px 0 15px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-seller-notes-phrases:after {top: -27px;left: 50%;margin-left: -5px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-5-notes .stm-seller-notes-phrases:before {top: -27px;left: 50%;margin-left: -12px;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stn-add-car-location-wrap .stm-form-1-quarter .stm-location-input-wrap {width: 48%;}.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-link-lat-lng-wrap {width: 48%;}}@media (max-width: 767px) {.stm_motors_listing_types_multilisting_active .stm-form-price-edit .stm_price_input {padding: 20px 15px 25px;margin-bottom: 30px;}}@media (max-width: 430px) {.stm_motors_listing_types_multilisting_active .stm_add_car_form .stm-form-2-features .stm-single-feature {width: 100%;}}.stm_motors_listing_types_multilisting_active.stm-template-car_dealer .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit,.stm_motors_listing_types_multilisting_active.stm-template-car_dealer .stm_price_input,.stm_motors_listing_types_multilisting_active.stm-template-car_dealer .stm-form1-intro-unit,.stm_motors_listing_types_multilisting_active.stm-template-car_dealer .stm-login-form form {background-color: #232628 !important;}.stm_motors_listing_types_multilisting_active.stm-template-car_dealer .stm-border-top-unit {border-top: 4px solid #232628;padding-top: 27px;}.stm_motors_listing_types_multilisting_active.stm-template-car_dealer_two .mce-container .mce-btn > button {background-color: unset !important;}.stm_motors_listing_types_multilisting_active.stm-template-equipment .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit,.stm_motors_listing_types_multilisting_active.stm-template-equipment .stm_price_input,.stm_motors_listing_types_multilisting_active.stm-template-equipment .stm-form1-intro-unit,.stm_motors_listing_types_multilisting_active.stm-template-equipment .stm-form-checking-user,.stm_motors_listing_types_multilisting_active.stm-template-equipment .stm-form-checking-user:before,.stm_motors_listing_types_multilisting_active.stm-template-equipment .stm-form-checking-user:after,.stm_motors_listing_types_multilisting_active.stm-template-equipment .stm-login-form form {background-color: #232628 !important;}.stm_motors_listing_types_multilisting_active.stm-template-equipment .stm_add_car_form .stm-border-top-unit {padding-right: 0 !important;}.stm_motors_listing_types_multilisting_active.stm-template-equipment .add-car-btns-wrap button {box-shadow: 0 2px 0 #22b7d2 !important;}.stm_motors_listing_types_multilisting_active.stm-template-motorcycle .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit,.stm_motors_listing_types_multilisting_active.stm-template-motorcycle .stm_price_input,.stm_motors_listing_types_multilisting_active.stm-template-motorcycle .stm-form1-intro-unit,.stm_motors_listing_types_multilisting_active.stm-template-motorcycle .stm-login-form form {background-color: #161e21 !important;}.stm_motors_listing_types_multilisting_active.stm-template-motorcycle .stm-form-checking-user,.stm_motors_listing_types_multilisting_active.stm-template-motorcycle .stm-form-checking-user:before,.stm_motors_listing_types_multilisting_active.stm-template-motorcycle .stm-form-checking-user:after {background-color: #0e1315 !important;}.stm_motors_listing_types_multilisting_active.stm-template-motorcycle .stm_add_car_form .stm-border-top-unit {padding-right: 0 !important;}.stm_motors_listing_types_multilisting_active.stm-template-boats .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit,.stm_motors_listing_types_multilisting_active.stm-template-boats .stm_price_input,.stm_motors_listing_types_multilisting_active.stm-template-boats .stm-form1-intro-unit,.stm_motors_listing_types_multilisting_active.stm-template-boats .stm-login-form form {background-color: #232628 !important;}.stm_motors_listing_types_multilisting_active.stm-template-listing .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit,.stm_motors_listing_types_multilisting_active.stm-template-listing .stm_price_input,.stm_motors_listing_types_multilisting_active.stm-template-listing .stm-form1-intro-unit,.stm_motors_listing_types_multilisting_active.stm-template-listing .stm-login-form form {background-color: #153e4d !important;}.stm_motors_listing_types_multilisting_active.stm-template-listing .stm-login-register-form .stm-register-form form {border-top: 4px solid #153e4d;}.stm_motors_listing_types_multilisting_active.stm-template-listing_two .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit,.stm_motors_listing_types_multilisting_active.stm-template-listing_two .stm_price_input,.stm_motors_listing_types_multilisting_active.stm-template-listing_two .stm-form1-intro-unit,.stm_motors_listing_types_multilisting_active.stm-template-listing_two .stm-login-form form, .stm_motors_listing_types_multilisting_active.stm-template-listing_two_elementor .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit,.stm_motors_listing_types_multilisting_active.stm-template-listing_two_elementor .stm_price_input,.stm_motors_listing_types_multilisting_active.stm-template-listing_two_elementor .stm-form1-intro-unit,.stm_motors_listing_types_multilisting_active.stm-template-listing_two_elementor .stm-login-form form {background-color: #153e4d !important;}.stm_motors_listing_types_multilisting_active.stm-template-listing_two .stm-login-register-form .stm-register-form form, .stm_motors_listing_types_multilisting_active.stm-template-listing_two_elementor .stm-login-register-form .stm-register-form form {border-top: 4px solid #153e4d;}.stm_motors_listing_types_multilisting_active.stm-template-listing_three .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit,.stm_motors_listing_types_multilisting_active.stm-template-listing_three .stm_price_input,.stm_motors_listing_types_multilisting_active.stm-template-listing_three .stm-form1-intro-unit,.stm_motors_listing_types_multilisting_active.stm-template-listing_three .stm-login-form form {background-color: #153e4d !important;}.stm_motors_listing_types_multilisting_active.stm-template-listing_three .stm-login-register-form .stm-register-form form {border-top: 4px solid #153e4d;}.stm_motors_listing_types_multilisting_active.stm-template-listing_four .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit,.stm_motors_listing_types_multilisting_active.stm-template-listing_four .stm_price_input,.stm_motors_listing_types_multilisting_active.stm-template-listing_four .stm-form1-intro-unit, .stm_motors_listing_types_multilisting_active.stm-template-listing_four_elementor .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit,.stm_motors_listing_types_multilisting_active.stm-template-listing_four_elementor .stm_price_input,.stm_motors_listing_types_multilisting_active.stm-template-listing_four_elementor .stm-form1-intro-unit,.stm_motors_listing_types_multilisting_active .stm-login-form form .stm_add_car_form .stm-form-4-videos .stm-add-videos-unit,.stm_motors_listing_types_multilisting_active .stm-login-form form .stm_price_input,.stm_motors_listing_types_multilisting_active .stm-login-form form .stm-form1-intro-unit {background-color: #232628 !important;}.stm_motors_listing_types_multilisting_active.stm-template-listing_four .stm-login-register-form .stm-register-form form, .stm_motors_listing_types_multilisting_active.stm-template-listing_four_elementor .stm-login-register-form .stm-register-form form,.stm_motors_listing_types_multilisting_active .stm-login-form form .stm-login-register-form .stm-register-form form {border-top: 4px solid #232628;}@media (max-width: 767px) {.stm-add-a-car-user-wrapper {flex-direction: column;align-items: center !important;}.stm_add_car_form .stm-add-a-car-user .right-info {text-align: center !important;border-left: none;padding: 20px;}.add-car-btns-wrap {flex-direction: column !important;align-items: center;margin-right: 0 !important;}}.stm-orange {color: #ffb129;}.mobile-search-filter-opened .select2-dropdown {z-index: 200000;}html.mobile-overflow-hidden {overflow: hidden;height: 100vh;}.mobile-overlay {position: fixed;width: 100%;top: 0;left: 0;height: 100%;z-index: 1000;display: none;}.mobile-overlay.active {display: block;}.mobile-filter .mobile-search-btn {display: none;justify-content: space-between;align-items: center;padding: 16px 22px;margin: 0;background-color: #6c98e1;box-shadow: none;color: #fff;font-family: Montserrat;font-size: 14px;font-weight: 600;border-radius: 3px;outline: none;transition: opacity 0.2s ease-in !important;transform: translateZ(0);opacity: 1;cursor: pointer;}.mobile-filter .mobile-search-btn .h4 {margin: 0;color: #ffffff;}.mobile-filter .mobile-search-btn i {font-size: 18px;}.mobile-filter .mobile-search-btn:hover {opacity: 0.8;}@media (max-width: 1024px) {.mobile-filter .mobile-search-btn {display: flex;}}form.mobile-search-filter {display: flex;flex-direction: column;visibility: hidden;position: fixed;width: 100%;left: -1000px;top: 0;box-shadow: none;min-height: 100%;height: 100vh;height: 100svh;overflow-y: auto;transition: all 0.5s;background-color: #ffffff;z-index: 100000;}@media (min-width: 550px) {form.mobile-search-filter {width: 50%;}}form.mobile-search-filter .grow-wrapper {flex-grow: 1;background-color: transparent;}form.mobile-search-filter .filter {margin: 0 22px 20px 45px;}form.mobile-search-filter .stm-listing-directory-checkboxes.stm-two_cols .stm-accordion-content-wrapper .stm-option-label {width: 50%;}form.mobile-search-filter input[type=text],form.mobile-search-filter input[type=number],form.mobile-search-filter input[type=tel],form.mobile-search-filter input[type=email],form.mobile-search-filter input[type=search],form.mobile-search-filter input[type=password] {height: 40px;line-height: 40px;}form.mobile-search-filter .stm-multiple-select .select2-results__option {padding-right: 20px;vertical-align: middle;}form.mobile-search-filter .stm-multiple-select .select2-results__option.select2-results__message:before {display: none;}form.mobile-search-filter .stm-multiple-select .select2-results__option:before {content: "";display: inline-block;position: relative;height: 20px;width: 20px;border: 2px solid #e9e9e9;border-radius: 4px;background-color: #fff;margin-right: 20px;vertical-align: middle;}form.mobile-search-filter .stm-multiple-select .select2-results__option[aria-selected=true]:before {font-family: "Font Awesome 6 Free";content: "\f00c";color: #fff;background-color: #ceac61;border: 0;display: inline-flex;justify-content: center;align-items: center;}form.mobile-search-filter .stm-multiple-select .select2-container--default .select2-results__option[aria-selected=true] {background-color: #fff;}form.mobile-search-filter .stm-multiple-select .select2-container--default .select2-results__option--highlighted[aria-selected] {background-color: #eaeaeb;color: #272727;}form.mobile-search-filter .stm-multiple-select .select2-container--default .select2-search--inline .select2-search__field {line-height: inherit;height: inherit;}form.mobile-search-filter .stm-multiple-select .select-icon .select2-search--dropdown {display: none;}form.mobile-search-filter .select2-selection--multiple.filter-select {display: flex;border-color: #eceff3;}form.mobile-search-filter .sticky-filter-actions {position: sticky;bottom: 0;height: 73px;background-color: #fff;z-index: 100000;display: flex;justify-content: space-between;align-items: center;padding: 15px 22px 15px 45px;margin: 0;}form.mobile-search-filter .sticky-filter-actions .filter-show-cars {flex-grow: 1;}form.mobile-search-filter .sticky-filter-actions .filter-show-cars .show-car-btn {border-radius: 0;font-family: Montserrat;width: 100%;text-align: center;padding: 13px 28px 13px;}form.mobile-search-filter .sticky-filter-actions .mobile-reset-btn {margin-left: 10px;display: flex;align-items: center;color: #888888;background-color: #fff;border: 1px solid #DBDBDB;justify-content: center;box-shadow: none;border-radius: 0;padding: 13px;}form.mobile-search-filter .sticky-filter-actions .mobile-reset-btn span {display: none;}form.mobile-search-filter .sticky-filter-actions .mobile-reset-btn i {margin: 0;}form.mobile-search-filter .stm-accordion-single-unit.stm-listing-directory-checkboxes .stm-accordion-content .stm-accordion-content-wrapper .stm-accordion-inner .stm-checkbox-submit {width: 95px;}form.mobile-search-filter .stm-accordion-single-unit.stm-listing-directory-checkboxes .stm-accordion-content .stm-accordion-content-wrapper .stm-accordion-inner .stm-checkbox-submit a {padding: 11px 0 10px 0;border-radius: 0;}form.mobile-search-filter .row-pad-top-24 {display: flex;flex-direction: column;}form.mobile-search-filter .col-md-12 {width: 100%;}form.mobile-search-filter.active {visibility: visible;left: -25px;transition: all 0.5s;}form.mobile-search-filter .filter {padding: 0;box-shadow: none;}form.mobile-search-filter .filter .sidebar-entry-header-mobile {display: flex;justify-content: space-between;align-items: center;padding-top: 20px;}form.mobile-search-filter .filter .sidebar-entry-header-mobile .close-btn {position: relative;width: 11px;height: 11px;cursor: pointer;}form.mobile-search-filter .filter .sidebar-entry-header-mobile .close-btn span.close-btn-item {position: absolute;height: 2px;width: 100%;top: 50%;left: 0;transform: translateY(-50%);background-color: var(--motors-base-color);}form.mobile-search-filter .filter .sidebar-entry-header-mobile .close-btn span:first-child {transform: rotate(45deg);}form.mobile-search-filter .filter .sidebar-entry-header-mobile .close-btn span:last-child {transform: rotate(-45deg);}form.mobile-search-filter .filter .sidebar-entry-header-mobile .h4 {margin-bottom: 0;}form.mobile-search-filter .stm-accordion-single-unit {margin: 0 22px 0 45px;box-shadow: none;}.stm-template-car_dealer_two.inventory-light #wrapper #main .stm-search_keywords input[type=text]#stm_keywords {color: #232628 !important;}.stm-template-car_dealer_two.inventory-light #wrapper #main .stm-search_keywords input[type=text]#stm_keywords::-moz-placeholder {color: #232628 !important;}.stm-template-car_dealer_two.inventory-light #wrapper #main .stm-search_keywords input[type=text]#stm_keywords::placeholder {color: #232628 !important;}.stm-template-car_dealer_two.inventory-light form.mobile-search-filter .pull-left {color: #000;}.stm-template-car_dealer_two .mobile-filter .mobile-search-btn {background-color: var(--motors-base-color);box-shadow: none;}.stm-template-car_dealer_two form.mobile-search-filter .stm-accordion-single-unit.stm-two_cols .stm-accordion-content .content .stm-accordion-content-wrapper .stm-option-label {width: 47%;margin-bottom: 20px;}.stm-template-car_dealer_two form.mobile-search-filter .pull-left {color: #ffffff;}.stm-template-car_dealer_two form.mobile-search-filter .mobile-reset-btn {background-color: rgba(255, 255, 255, 0);border-color: var(--motors-base-color);color: var(--motors-base-color);}.stm-template-car_dealer_two form.mobile-search-filter .filter-show-cars .show-car-btn {background-color: var(--motors-base-color);}.stm-template-car_dealer_two form.mobile-search-filter .button {background-color: var(--motors-base-color);}.stm-template-car_dealer_two.inventory-light:not(.home) #wrapper #main .mobile-search-btn span.h4 {color: #fff;}.stm-template-car_dealer_two.inventory-light form.mobile-search-filter {background-color: #fff;}.stm-template-car_dealer_two.inventory-light form.mobile-search-filter .sidebar-entry-header-mobile .h4 {color: #000;}.stm-template-car_dealer_two.inventory-light form.mobile-search-filter .select2-container--default .select2-selection--single {background-color: rgba(255, 255, 255, 0);border: 1px solid #4971ff;}.stm-template-car_dealer_two.inventory-light form.mobile-search-filter .select2-container--default .select2-selection--single .select2-selection__rendered {color: #000;}.stm-template-car_dealer_two.inventory-light form.mobile-search-filter .select2-container--default .select2-selection--single b {color: #000;}.stm-template-car_dealer_two.inventory-light .stm-accordion-single-unit > a.title:hover .minus {background-color: var(--motors-base-color);}.stm-template-car_dealer_two.inventory-light .stm-accordion-single-unit > a.title .minus {background-color: var(--motors-base-color);}.stm-template-car_dealer_two.inventory-light .stm-accordion-single-unit > a.title:hover .minus:after {background-color: var(--motors-base-color);}.stm-template-car_dealer_two.inventory-light .stm-accordion-single-unit > a.title .minus:after {background-color: var(--motors-base-color);}.stm-template-car_dealer_two.inventory-dark form.mobile-search-filter {background-color: #000000;}.stm-template-car_dealer_two.inventory-dark form.mobile-search-filter .sidebar-entry-header-mobile .h4 {color: #fff;}.stm-template-car_dealer_two.inventory-dark form.mobile-search-filter .select2-container--default .select2-selection--single {background-color: #000000;border: 1px solid #4971ff;}.stm-template-car_dealer_two.inventory-dark form.mobile-search-filter .select2-container--default .select2-selection--single .select2-selection__rendered {color: #fff;}.stm-template-car_dealer_two.inventory-dark form.mobile-search-filter .select2-container--default .select2-selection--single b {color: #fff;}.stm-template-car_dealer_two.inventory-dark form.mobile-search-filter .stm-accordion-single-unit > a.title {background-color: var(--motors-base-color);border-top-color: var(--motors-secondary-color);}.stm-template-car_dealer_two.inventory-dark form.mobile-search-filter .stm-accordion-single-unit > a.title.collapsed {border-top-color: var(--motors-secondary-color);}.stm-template-car_dealer_two.inventory-dark form.mobile-search-filter .stm-accordion-single-unit > a.title:hover .minus {background-color: var(--motors-secondary-color);}.stm-template-car_dealer_two.inventory-dark form.mobile-search-filter .stm-accordion-single-unit > a.title .minus {background-color: var(--motors-secondary-color);}.stm-template-car_dealer_two.inventory-dark form.mobile-search-filter .stm-accordion-single-unit > a.title:hover .minus:after {background-color: var(--motors-secondary-color);}.stm-template-car_dealer_two.inventory-dark form.mobile-search-filter .stm-accordion-single-unit > a.title .minus:after {background-color: var(--motors-secondary-color);}.stm-template-car_dealer_two.inventory-dark form.mobile-search-filter .stm-accordion-content .stm-single-filter-link a {color: #ffffff;}.stm-template-car_dealer_two.inventory-dark form.mobile-search-filter .sticky-filter-actions {background-color: #000000;}.stm-accordion-content {margin-bottom: 20px;}.stm-accordion-content .content {padding: 15px 15px 15px;}.stm-accordion-content .content .stm-option-label {width: 100%;margin-bottom: 10px;}.stm-template-motorcycle .mobile-filter .mobile-search-btn {background-color: var(--motors-base-color);}.stm-template-motorcycle form.mobile-search-filter {background-color: #2f3c40;}.stm-template-motorcycle form.mobile-search-filter .filter .stm-slider-filter-type-unit {margin-bottom: 20px;}.stm-template-motorcycle form.mobile-search-filter .filter .stm-slider-filter-type-unit .clearfix {margin-bottom: 10px;}.stm-template-motorcycle form.mobile-search-filter .filter .stm-slider-filter-type-unit .row {display: flex;}.stm-template-motorcycle form.mobile-search-filter .filter .stm-slider-filter-type-unit .row .col-md-wider-left input {margin-top: 0;}@media (max-width: 1024px) {.stm-template-motorcycle form.mobile-search-filter .filter .stm-slider-filter-type-unit .stm-current-slider-labels {float: left;margin: 0 0 0 5px;}}.stm-template-motorcycle form.mobile-search-filter .filter .sidebar-entry-header-mobile .h4 {color: #fff;}.stm-template-motorcycle form.mobile-search-filter .filter .sidebar-entry-header-mobile .close-btn span.close-btn-item {background-color: var(--motors-base-color);}.stm-template-motorcycle form.mobile-search-filter .sticky-filter-actions {background-color: #2f3c40;}.stm-template-motorcycle form.mobile-search-filter .select2-container--default .select2-selection--single {background-color: rgba(0, 0, 0, 0);border: 1px solid var(--motors-base-color);}.stm-template-motorcycle form.mobile-search-filter .select2-container--default .select2-selection--single .select2-selection__rendered {color: #fff;}.stm-template-motorcycle form.mobile-search-filter .select2-container--default .select2-selection--single b {color: #fff;}.stm-template-motorcycle form.mobile-search-filter .select2-container--default .select2-selection--multiple {background-color: #000;border: 1px solid var(--motors-base-color);}.stm-template-motorcycle form.mobile-search-filter .select2-container--default .select2-selection--multiple .select2-selection__rendered {color: #fff;padding: 0;}.stm-template-motorcycle form.mobile-search-filter .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {margin-top: 8px;margin-bottom: 0;}.stm-template-motorcycle form.mobile-search-filter .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-search--inline {margin-bottom: 0;}.stm-template-motorcycle form.mobile-search-filter .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-search--inline input.select2-search__field {color: #fff;padding-left: 0;}.stm-template-motorcycle form.mobile-search-filter .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-search--inline input.select2-search__field::-moz-placeholder {color: #fff;}.stm-template-motorcycle form.mobile-search-filter .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-search--inline input.select2-search__field::placeholder {color: #fff;}.stm-template-motorcycle form.mobile-search-filter .select2-container--default .select2-selection--multiple b {color: #fff;}.stm-template-motorcycle form.mobile-search-filter .stm-accordion-single-unit > a.title {background-color: var(--motors-base-color);border-top-color: var(--motors-base-color);}.stm-template-motorcycle form.mobile-search-filter .stm-accordion-single-unit > a.title.collapsed {border-top-color: var(--motors-base-color);}.stm-template-motorcycle form.mobile-search-filter .stm-accordion-single-unit > a.title:hover .minus {background-color: var(--motors-base-color);}.stm-template-motorcycle form.mobile-search-filter .stm-accordion-single-unit > a.title .minus {background-color: var(--motors-base-color);}.stm-template-motorcycle form.mobile-search-filter .stm-accordion-single-unit > a.title:hover .minus:after {background-color: var(--motors-base-color);}.stm-template-motorcycle form.mobile-search-filter .stm-accordion-single-unit > a.title .minus:after {background-color: var(--motors-base-color);}.stm-template-motorcycle form.mobile-search-filter .stm-accordion-content {background: rgba(39, 46, 54, 0.8);}.stm-template-motorcycle form.mobile-search-filter .stm-accordion-content .stm-single-filter-link a {color: #ffffff;}.stm-template-motorcycle form.mobile-search-filter .stm-accordion-single-unit .stm-accordion-content ul {background: none;}.stm-template-motorcycle form.mobile-search-filter .mobile-reset-btn {background-color: rgba(0, 0, 0, 0);border-color: var(--motors-base-color);color: #fff;}.stm-template-motorcycle form.mobile-search-filter .filter-price .clearfix .stm-current-slider-labels {margin-bottom: 20px;}.stm-template-motorcycle form.mobile-search-filter .filter-price .clearfix .pull-left {margin-right: 10px;}.stm-template-equipment .mobile-filter .mobile-search-btn {background-color: var(--motors-base-color);}.stm-template-equipment form.mobile-search-filter {background-color: #000000;}.stm-template-equipment form.mobile-search-filter .sticky-filter-actions {background-color: #000000;}.stm-template-equipment form.mobile-search-filter .sticky-filter-actions .filter-show-cars .show-car-btn {background-color: var(--motors-base-color);box-shadow: none;}.stm-template-equipment form.mobile-search-filter .sidebar-entry-header-mobile .h4 {color: #fff;}.stm-template-equipment form.mobile-search-filter .select2-container--default .select2-selection--single {background-color: #000000;border: 1px solid var(--motors-base-color);}.stm-template-equipment form.mobile-search-filter .select2-container--default .select2-selection--single .select2-selection__rendered {color: #fff;}.stm-template-equipment form.mobile-search-filter .select2-container--default .select2-selection--single b {color: #fff;}.stm-template-equipment form.mobile-search-filter .stm-accordion-single-unit > a.title {background-color: var(--motors-base-color);border-top-color: #fff;}.stm-template-equipment form.mobile-search-filter .stm-accordion-single-unit > a.title.collapsed {border-top-color: #fff;}.stm-template-equipment form.mobile-search-filter .stm-accordion-single-unit > a.title:hover .minus {background-color: #fff;}.stm-template-equipment form.mobile-search-filter .stm-accordion-single-unit > a.title .minus {background-color: #fff;}.stm-template-equipment form.mobile-search-filter .stm-accordion-single-unit > a.title:hover .minus:after {background-color: #fff;}.stm-template-equipment form.mobile-search-filter .stm-accordion-single-unit > a.title .minus:after {background-color: #fff;}.stm-template-equipment form.mobile-search-filter .stm-accordion-content .stm-single-filter-link a {color: #ffffff;}.stm-template-equipment form.mobile-search-filter .mobile-reset-btn {background-color: rgba(0, 0, 0, 0);border-color: var(--motors-base-color);color: #fff;}.stm-template-equipment form.mobile-search-filter .stm-accordion-single-unit .stm-accordion-content .stm-accordion-content-wrapper .stm-accordion-inner .stm-option-label {margin-bottom: 10px;}.stm-template-equipment form.mobile-search-filter .stm-accordion-single-unit .stm-accordion-content .stm-accordion-content-wrapper .stm-accordion-inner .stm-option-label span {color: #fff;}.stm-template-equipment form.mobile-search-filter .stm-accordion-single-unit .stm-accordion-content .stm-accordion-content-wrapper .stm-accordion-inner .stm-checkbox-submit .button {margin-top: 10px;background-color: var(--motors-base-color);box-shadow: none;}.stm-template-listing_four .mobile-filter .mobile-search-btn {background-color: #6c98e1;color: #ffffff;box-shadow: none;}.stm-template-listing .filter-sidebar:after {display: none;}.stm-template-listing .mobile-filter .mobile-search-btn {background-color: var(--motors-base-color);box-shadow: none;}.stm-template-listing form.mobile-search-filter {background-color: #153e4d;}.stm-template-listing form.mobile-search-filter .sidebar-entry-header-mobile .h4 {color: #fff;}.stm-template-listing form.mobile-search-filter .sidebar-entry-header-mobile .close-btn span.close-btn-item {background-color: var(--motors-base-color);}.stm-template-listing form.mobile-search-filter .sticky-filter-actions {background-color: #153e4d;}.stm-template-listing form.mobile-search-filter .stm-accordion-content {background-color: #ffffff;}.stm-template-listing form.mobile-search-filter .stm-accordion-single-unit > a.title {border-top-color: var(--motors-base-color);}.stm-template-listing form.mobile-search-filter .stm-listing-directory-checkboxes.stm-two_cols .stm-accordion-content-wrapper .stm-option-label {padding: 0;}.stm-template-listing form.mobile-search-filter .stm-accordion-single-unit.stm-listing-directory-checkboxes .stm-accordion-content .stm-accordion-content-wrapper .stm-accordion-inner .stm-checkbox-submit {width: 95px;margin: 0;padding: 0;}.stm-template-listing form.mobile-search-filter .stm-accordion-single-unit.stm-listing-directory-checkboxes .stm-accordion-content .stm-accordion-content-wrapper .stm-accordion-inner .stm-checkbox-submit a {padding: 11px 0 10px 0;border-radius: 0;}.stm-template-boats .mobile-filter .mobile-search-btn {background-color: var(--motors-base-color);}.stm-template-listing_five .mobile-filter .mobile-search-btn {background-color: #ff2325;}.stm-template-listing_five .mobile-search-filter .stm-checkbox-submit a.button {box-shadow: none;}.stm-template-ev_dealer .mobile-filter .mobile-search-btn {background-color: var(--motors-base-color);}.stm-template-listing_two .mobile-filter .mobile-search-btn, .stm-template-listing_two_elementor .mobile-filter .mobile-search-btn {background-color: #269aff;}.stm-template-listing_two .mobile-search-filter .filter-show-cars .show-car-btn, .stm-template-listing_two_elementor .mobile-search-filter .filter-show-cars .show-car-btn {background-color: #269aff;}.stm-template-listing_two .mobile-search-filter .stm-listing-directory-checkboxes .stm-accordion-content-wrapper .stm-checkbox-submit, .stm-template-listing_two_elementor .mobile-search-filter .stm-listing-directory-checkboxes .stm-accordion-content-wrapper .stm-checkbox-submit {margin: 0;padding: 0;}.stm-template-listing_two .mobile-search-filter .stm-listing-directory-checkboxes .stm-accordion-content-wrapper .stm-checkbox-submit .button, .stm-template-listing_two_elementor .mobile-search-filter .stm-listing-directory-checkboxes .stm-accordion-content-wrapper .stm-checkbox-submit .button {background-color: #269aff;box-shadow: none;}.stm-template-listing_two .mobile-search-filter .stm-listing-directory-checkboxes .stm-accordion-content-wrapper .stm-option-label, .stm-template-listing_two_elementor .mobile-search-filter .stm-listing-directory-checkboxes .stm-accordion-content-wrapper .stm-option-label {padding: 0;margin-bottom: 20px;}.stm-template-listing_two .mobile-search-filter .stm-accordion-single-unit > a.title.collapsed, .stm-template-listing_two_elementor .mobile-search-filter .stm-accordion-single-unit > a.title.collapsed {border-top-color: #269aff;}.stm-template-listing_two .mobile-search-filter .stm-accordion-single-unit > a.title:hover .minus, .stm-template-listing_two_elementor .mobile-search-filter .stm-accordion-single-unit > a.title:hover .minus {background-color: #269aff;}.stm-template-listing_two .mobile-search-filter .stm-accordion-single-unit > a.title .minus, .stm-template-listing_two_elementor .mobile-search-filter .stm-accordion-single-unit > a.title .minus {background-color: #269aff;}.stm-template-listing_two .mobile-search-filter .stm-accordion-single-unit > a.title:hover .minus:after, .stm-template-listing_two_elementor .mobile-search-filter .stm-accordion-single-unit > a.title:hover .minus:after {background-color: #269aff;}.stm-template-listing_two .mobile-search-filter .stm-accordion-single-unit > a.title .minus:after, .stm-template-listing_two_elementor .mobile-search-filter .stm-accordion-single-unit > a.title .minus:after {background-color: #269aff;}.stm-template-listing_three .mobile-search-filter .stm-listing-directory-checkboxes .stm-accordion-content-wrapper .stm-checkbox-submit {margin: 0;padding: 0;}.stm-template-listing_three .mobile-search-filter .stm-listing-directory-checkboxes .stm-accordion-content-wrapper .stm-checkbox-submit .button {box-shadow: none;}.stm-template-listing_three .mobile-search-filter .stm-listing-directory-checkboxes .stm-accordion-content-wrapper .stm-option-label {padding: 0;margin-bottom: 20px;}.stm-template-car_magazine form.mobile-search-filter .stm-accordion-single-unit.stm-listing-directory-checkboxes .stm-accordion-content .stm-accordion-content-wrapper {padding: 0;}.stm-template-car_magazine form.mobile-search-filter .stm-accordion-single-unit.stm-listing-directory-checkboxes .stm-accordion-content .stm-accordion-content-wrapper .stm-accordion-inner .stm-option-label {margin-bottom: 20px;}.stm-template-car_magazine form.mobile-search-filter .stm-accordion-single-unit.stm-listing-directory-checkboxes .stm-accordion-content .stm-accordion-content-wrapper .stm-accordion-inner .stm-checkbox-submit {width: 100%;}.stm-template-car_magazine form.mobile-search-filter .stm-accordion-single-unit.stm-listing-directory-checkboxes .stm-accordion-content .stm-accordion-content-wrapper .stm-accordion-inner .stm-checkbox-submit .button {width: 95px;box-shadow: none;}.xdsoft_datetimepicker {box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);background: #fff;border-bottom: 1px solid #bbb;border-left: 1px solid #ccc;border-right: 1px solid #ccc;border-top: 1px solid #ccc;color: #333;font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;padding: 8px;padding-left: 0;padding-top: 2px;position: absolute;z-index: 9999;-moz-box-sizing: border-box;box-sizing: border-box;display: none}.xdsoft_datetimepicker.xdsoft_rtl {padding: 8px 0 8px 8px}.xdsoft_datetimepicker iframe {position: absolute;left: 0;top: 0;width: 75px;height: 210px;background: transparent;border: 0}.xdsoft_datetimepicker button {border: none !important}.xdsoft_noselect {-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;-o-user-select: none;user-select: none}.xdsoft_noselect::selection {background: transparent}.xdsoft_noselect::-moz-selection {background: transparent}.xdsoft_datetimepicker.xdsoft_inline {display: inline-block;position: static;box-shadow: none}.xdsoft_datetimepicker * {-moz-box-sizing: border-box;box-sizing: border-box;padding: 0;margin: 0}.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {display: none}.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {display: block}.xdsoft_datetimepicker .xdsoft_datepicker {width: 224px;float: left;margin-left: 8px}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {float: right;margin-right: 8px;margin-left: 0}.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {width: 256px}.xdsoft_datetimepicker .xdsoft_timepicker {width: 58px;float: left;text-align: center;margin-left: 8px;margin-top: 0}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {float: right;margin-right: 8px;margin-left: 0}.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {margin-top: 8px;margin-bottom: 3px}.xdsoft_datetimepicker .xdsoft_monthpicker {position: relative;text-align: center}.xdsoft_datetimepicker .xdsoft_label i, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_today_button {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC)}.xdsoft_datetimepicker .xdsoft_label i {opacity: .5;background-position: -92px -19px;display: inline-block;width: 9px;height: 20px;vertical-align: middle}.xdsoft_datetimepicker .xdsoft_prev {float: left;background-position: -20px 0}.xdsoft_datetimepicker .xdsoft_today_button {float: left;background-position: -70px 0;margin-left: 5px}.xdsoft_datetimepicker .xdsoft_next {float: right;background-position: 0 0}.xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button {background-color: transparent;background-repeat: no-repeat;border: 0 none;cursor: pointer;display: block;height: 30px;opacity: .5;-ms-filter: "alpha(opacity=50)";outline: medium none;overflow: hidden;padding: 0;position: relative;text-indent: 100%;white-space: nowrap;width: 20px;min-width: 0}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {float: none;background-position: -40px -15px;height: 15px;width: 30px;display: block;margin-left: 14px;margin-top: 7px}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {float: none;margin-left: 0;margin-right: 14px}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {background-position: -40px 0;margin-bottom: 7px;margin-top: 0}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {height: 151px;overflow: hidden;border-bottom: 1px solid #ddd}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {background: #f5f5f5;border-top: 1px solid #ddd;color: #666;font-size: 12px;text-align: center;border-collapse: collapse;cursor: pointer;border-bottom-width: 0;height: 25px;line-height: 25px}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {border-top-width: 0}.xdsoft_datetimepicker .xdsoft_today_button:hover, .xdsoft_datetimepicker .xdsoft_next:hover, .xdsoft_datetimepicker .xdsoft_prev:hover {opacity: 1;-ms-filter: "alpha(opacity=100)"}.xdsoft_datetimepicker .xdsoft_label {display: inline;position: relative;z-index: 9999;margin: 0;padding: 5px 3px;font-size: 14px;line-height: 20px;font-weight: bold;background-color: #fff;float: left;width: 182px;text-align: center;cursor: pointer}.xdsoft_datetimepicker .xdsoft_label:hover > span {text-decoration: underline}.xdsoft_datetimepicker .xdsoft_label:hover i {opacity: 1.0}.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {border: 1px solid #ccc;position: absolute;right: 0;top: 30px;z-index: 101;display: none;background: #fff;max-height: 160px;overflow-y: hidden}.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {right: -7px}.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {right: 2px}.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {color: #fff;background: #ff8000}.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {padding: 2px 10px 2px 5px;text-decoration: none !important}.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {background: #3af;box-shadow: #178fe5 0 1px 3px 0 inset;color: #fff;font-weight: 700}.xdsoft_datetimepicker .xdsoft_month {width: 100px;text-align: right}.xdsoft_datetimepicker .xdsoft_calendar {clear: both}.xdsoft_datetimepicker .xdsoft_year {width: 48px;margin-left: 5px}.xdsoft_datetimepicker .xdsoft_calendar table {border-collapse: collapse;width: 100%}.xdsoft_datetimepicker .xdsoft_calendar td > div {padding-right: 5px}.xdsoft_datetimepicker .xdsoft_calendar th {height: 25px}.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {width: 14.2857142%;background: #f5f5f5;border: 1px solid #ddd;color: #666;font-size: 12px;text-align: right;vertical-align: middle;padding: 0;border-collapse: collapse;cursor: pointer;height: 25px}.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {width: 12.5%}.xdsoft_datetimepicker .xdsoft_calendar th {background: #f1f1f1}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {color: #3af}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {background: #ffe9d2;box-shadow: #ffb871 0 1px 4px 0 inset;color: #000}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {background: #c1ffc9;box-shadow: #00dd1c 0 1px 4px 0 inset;color: #000}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {background: #3af;box-shadow: #178fe5 0 1px 3px 0 inset;color: #fff;font-weight: 700}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled, .xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {opacity: .5;-ms-filter: "alpha(opacity=50)";cursor: default}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {opacity: .2;-ms-filter: "alpha(opacity=20)"}.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {color: #fff !important;background: #ff8000 !important;box-shadow: none !important}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {background: #3af !important;box-shadow: #178fe5 0 1px 3px 0 inset !important;color: #fff !important}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {color: inherit !important;background: inherit !important;box-shadow: inherit !important}.xdsoft_datetimepicker .xdsoft_calendar th {font-weight: 700;text-align: center;color: #999;cursor: default}.xdsoft_datetimepicker .xdsoft_copyright {color: #ccc !important;font-size: 10px;clear: both;float: none;margin-left: 8px}.xdsoft_datetimepicker .xdsoft_copyright a {color: #eee !important}.xdsoft_datetimepicker .xdsoft_copyright a:hover {color: #aaa !important}.xdsoft_time_box {position: relative;border: 1px solid #ccc}.xdsoft_scrollbar > .xdsoft_scroller {background: #ccc !important;height: 20px;border-radius: 3px}.xdsoft_scrollbar {position: absolute;width: 7px;right: 0;top: 0;bottom: 0;cursor: pointer}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {left: 0;right: auto}.xdsoft_scroller_box {position: relative}.xdsoft_datetimepicker.xdsoft_dark {box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);background: #000;border-bottom: 1px solid #444;border-left: 1px solid #333;border-right: 1px solid #333;border-top: 1px solid #333;color: #ccc}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {border-bottom: 1px solid #222}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {background: #0a0a0a;border-top: 1px solid #222;color: #999}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {background-color: #000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {border: 1px solid #333;background: #000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {color: #000;background: #007fff}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {background: #c50;box-shadow: #b03e00 0 1px 3px 0 inset;color: #000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_next, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==)}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {background: #0a0a0a;border: 1px solid #222;color: #999}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {background: #0e0e0e}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {color: #c50}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {background: #ffe9d2;box-shadow: #ffb871 0 1px 4px 0 inset;color: #000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {background: #c1ffc9;box-shadow: #00dd1c 0 1px 4px 0 inset;color: #000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {background: #c50;box-shadow: #b03e00 0 1px 3px 0 inset;color: #000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {color: #000 !important;background: #007fff !important}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {color: #666}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {color: #333 !important}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {color: #111 !important}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {color: #555 !important}.xdsoft_dark .xdsoft_time_box {border: 1px solid #333}.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {background: #333 !important}.xdsoft_datetimepicker .xdsoft_save_selected {display: block;border: 1px solid #ddd !important;margin-top: 5px;width: 100%;color: #454551;font-size: 13px}.xdsoft_datetimepicker .blue-gradient-button {font-family: "museo-sans", "Book Antiqua", sans-serif;font-size: 12px;font-weight: 300;color: #82878c;height: 28px;position: relative;padding: 4px 17px 4px 33px;border: 1px solid #d7d8da;background: -moz-linear-gradient(top, #fff 0, #f4f8fa 73%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(73%, #f4f8fa));background: -webkit-linear-gradient(top, #fff 0, #f4f8fa 73%);background: -o-linear-gradient(top, #fff 0, #f4f8fa 73%);background: -ms-linear-gradient(top, #fff 0, #f4f8fa 73%);background: linear-gradient(to bottom, #fff 0, #f4f8fa 73%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f4f8fa', GradientType=0)}.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {color: #454551;background: -moz-linear-gradient(top, #f4f8fa 0, #FFF 73%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4f8fa), color-stop(73%, #FFF));background: -webkit-linear-gradient(top, #f4f8fa 0, #FFF 73%);background: -o-linear-gradient(top, #f4f8fa 0, #FFF 73%);background: -ms-linear-gradient(top, #f4f8fa 0, #FFF 73%);background: linear-gradient(to bottom, #f4f8fa 0, #FFF 73%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8fa', endColorstr='#FFF', GradientType=0)}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{position:absolute;top:0;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{position:absolute;top:50%;}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888.select2-container .select2-selection--single .select2-selection__rendered transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}@font-face{font-family:lg;src:url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/fonts/lg/lg.eot#1788872945);src:url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/fonts/lg/lg.eot#1788872945) format("embedded-opentype"),url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/fonts/lg/lg.woff#1788872945) format("woff"),url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/fonts/lg/lg.ttf#1788872945) format("truetype"),url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/fonts/lg/lg.svg?n1z373#lg) format("svg");font-weight:400;font-style:normal}.lg-icon{font-family:lg;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-actions .lg-next,.lg-actions .lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080;border:none;outline:0}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{pointer-events:none;opacity:.5}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{color:#FFF}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}@-webkit-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-moz-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-ms-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-webkit-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-moz-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-ms-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%;background-color:rgba(0,0,0,.45)}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:0;background:0 0;border:none;box-shadow:none;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.lg-toolbar .lg-icon:hover{color:#FFF}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{background-color:rgba(0,0,0,.45);bottom:0;color:#EEE;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;vertical-align:middle}.lg-next,.lg-prev,.lg-toolbar{opacity:1;-webkit-transition:-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-moz-transition:-moz-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-o-transition:-o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear}.lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0;-webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0D0A0A;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer.lg-thumb-open .lg-thumb-outer{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #FFF;border-radius:4px;margin-bottom:5px}@media (min-width:1025px){.lg-outer .lg-thumb-item{-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{-webkit-transition:bottom .25s ease;-o-transition:bottom .25s ease;transition:bottom .25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toogle-thumb{background-color:#0D0A0A;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px;outline:0;border:none}.lg-outer .lg-toogle-thumb:hover,.lg-outer.lg-dropdown-active #lg-share{color:#FFF}.lg-outer .lg-toogle-thumb:after{content:"\e1ff"}.lg-outer .lg-video-cont{display:inline-block;vertical-align:middle;max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-iframe .lg-video{-webkit-overflow-scrolling:touch;overflow:auto}.lg-outer .lg-has-vimeo .lg-video-play{background:url(https://www.lucaprofumo.com/wp-content/uploads/stm_uploads/../images/lightGallery/vimeo-play.png) no-repeat}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url(https://www.lucaprofumo.com/wp-content/uploads/stm_uploads/../images/lightGallery/vimeo-play.png) 0 -58px no-repeat}.lg-outer .lg-has-html5 .lg-video-play{background:url(https://www.lucaprofumo.com/wp-content/uploads/stm_uploads/../images/lightGallery/video-play.png) no-repeat;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url(https://www.lucaprofumo.com/wp-content/uploads/stm_uploads/../images/lightGallery/youtube-play.png) no-repeat}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url(https://www.lucaprofumo.com/wp-content/uploads/stm_uploads/../images/lightGallery/youtube-play.png) 0 -60px no-repeat}.lg-outer .lg-video-object{width:100%!important;height:100%!important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;-webkit-transition:opacity 80ms ease 0s;-moz-transition:opacity 80ms ease 0s;-o-transition:opacity 80ms ease 0s;transition:opacity 80ms ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition-duration:0s;transition-duration:0s}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s;transition:transform .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:"\e033"}#lg-zoom-out{opacity:.5;pointer-events:none}#lg-zoom-out:after{content:"\e312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#FFF;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;-moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-o-transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.lg-outer #lg-dropdown-overlay{background-color:rgba(0,0,0,.25);bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;-o-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer.lg-dropdown-active #lg-dropdown-overlay,.lg-outer.lg-dropdown-active .lg-dropdown{-webkit-transition-delay:0s;transition-delay:0s;-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;visibility:visible}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;-moz-transform:translate3d(0,5px,0);-o-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);-webkit-transition:-webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-moz-transition:-moz-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-o-transition:-o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s}.lg-outer .lg-dropdown:after{content:"";display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#FFF;right:16px;top:-16px}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}.lg-outer .lg-dropdown>li:hover .lg-icon,.lg-outer .lg-dropdown>li:hover a{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px}.lg-outer .lg-dropdown a:hover{background-color:rgba(0,0,0,.07)}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer,.lg-outer .lg,.lg-outer .lg-inner{width:100%;height:100%}.lg-outer #lg-share{position:relative}.lg-outer #lg-share:after{content:"\e80d"}.lg-outer #lg-share-facebook .lg-icon{color:#3b5998}.lg-outer #lg-share-facebook .lg-icon:after{content:"\e901"}.lg-outer #lg-share-twitter .lg-icon{color:#00aced}.lg-outer #lg-share-twitter .lg-icon:after{content:"\e904"}.lg-outer #lg-share-googleplus .lg-icon{color:#dd4b39}.lg-outer #lg-share-googleplus .lg-icon:after{content:"\e902"}.lg-outer #lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer #lg-share-pinterest .lg-icon:after{content:"\e903"}.lg-group:after{content:"";display:table;clear:both}.lg-outer{position:fixed;top:0;left:0;z-index:1050;text-align:left;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg{position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url(https://www.lucaprofumo.com/wp-content/themes/motors/assets/images/lightGallery/loading.gif) center center no-repeat;display:none!important}.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto!important;height:auto!important}.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1}.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{-webkit-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.progress {display: inline-block;vertical-align: baseline}@-webkit-keyframes progress-bar-stripes {from {background-position: 40px 0}to {background-position: 0 0}}@-o-keyframes progress-bar-stripes {from {background-position: 40px 0}to {background-position: 0 0}}@keyframes progress-bar-stripes {from {background-position: 40px 0}to {background-position: 0 0}}.progress {display: none;height: 20px;margin-bottom: 20px;overflow: hidden;background-color: #f0f2f5;border-radius: 4px;-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)}.progress-bar {width: 0;height: 100%;font-size: 12px;line-height: 20px;color: #fff;text-align: center;background-color: var(--motors-base-color);-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);-webkit-transition: width .6s ease;-o-transition: width .6s ease;transition: width .6s ease}.progress-bar-striped, .progress-striped .progress-bar {background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);-webkit-background-size: 40px 40px;background-size: 40px 40px}.progress-bar.active, .progress.active .progress-bar {-webkit-animation: progress-bar-stripes 2s linear infinite;-o-animation: progress-bar-stripes 2s linear infinite;animation: progress-bar-stripes 2s linear infinite}.progress-bar-success {background-color: var(--motors-base-color);}.progress-striped .progress-bar-success {background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)}.progress-bar-info {background-color: #5bc0de}.progress-striped .progress-bar-info {background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)}.progress-bar-warning {background-color: #f0ad4e}.progress-striped .progress-bar-warning {background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)}.progress-bar-danger {background-color: #d9534f}.progress-striped .progress-bar-danger {background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)}html body .header_top .top_nav {position: static !important;}html body .header_top .top_nav .top_nav_wrapper {position: static !important;}html body .header_top .top_nav .top_nav_wrapper .main_menu_nav {position: static !important;}html body .top_nav .container {position: relative;z-index: 15;}html body ul li.stm_megamenu .stm_mega_textarea,html body ul.magazine-menu li.stm_megamenu .stm_mega_textarea,html body #wrapper #header ul li.stm_megamenu .stm_mega_textarea {display: block;padding: 10px 0 0 !important;}html body ul li.stm_megamenu > .sub-menu .menu-item:hover > a,html body ul.magazine-menu li.stm_megamenu > .sub-menu .menu-item:hover > a,html body #wrapper #header ul li.stm_megamenu > .sub-menu .menu-item:hover > a {color: #ceac61;}html body ul li.stm_megamenu,html body ul.magazine-menu li.stm_megamenu,html body #wrapper #header ul li.stm_megamenu {}@media (min-width: 992px) {html body ul li.stm_megamenu,html body ul.magazine-menu li.stm_megamenu,html body #wrapper #header ul li.stm_megamenu {position: static;}html body ul li.stm_megamenu > .sub-menu,html body ul.magazine-menu li.stm_megamenu > .sub-menu,html body #wrapper #header ul li.stm_megamenu > .sub-menu {padding: 15px;}}html body ul li.stm_megamenu a:empty,html body ul.magazine-menu li.stm_megamenu a:empty,html body #wrapper #header ul li.stm_megamenu a:empty {display: none !important;}html body ul li.stm_megamenu > .sub-menu,html body ul.magazine-menu li.stm_megamenu > .sub-menu,html body #wrapper #header ul li.stm_megamenu > .sub-menu {width: 100%;}html body ul li.stm_megamenu > .sub-menu i,html body ul.magazine-menu li.stm_megamenu > .sub-menu i,html body #wrapper #header ul li.stm_megamenu > .sub-menu i {margin-right: 10px !important;}html body ul li.stm_megamenu > .sub-menu .stm_megaicon,html body ul li.stm_megamenu > .sub-menu .fas,html body ul.magazine-menu li.stm_megamenu > .sub-menu .stm_megaicon,html body ul.magazine-menu li.stm_megamenu > .sub-menu .fas,html body #wrapper #header ul li.stm_megamenu > .sub-menu .stm_megaicon,html body #wrapper #header ul li.stm_megamenu > .sub-menu .fas {margin-right: 10px;display: inline-block;vertical-align: middle;min-width: 16px;font-size: 16px;line-height: 16px;color: #ceac61;margin-top: -2px;overflow: visible;}html body ul li.stm_megamenu > .sub-menu > li a,html body ul.magazine-menu li.stm_megamenu > .sub-menu > li a,html body #wrapper #header ul li.stm_megamenu > .sub-menu > li a {color: #002e5b;}html body ul li.stm_megamenu > .sub-menu .menu-item-has-children,html body ul.magazine-menu li.stm_megamenu > .sub-menu .menu-item-has-children,html body #wrapper #header ul li.stm_megamenu > .sub-menu .menu-item-has-children {display: none;}html body ul li.stm_megamenu > .sub-menu a,html body ul li.stm_megamenu > .sub-menu .menu-title,html body ul.magazine-menu li.stm_megamenu > .sub-menu a,html body ul.magazine-menu li.stm_megamenu > .sub-menu .menu-title,html body #wrapper #header ul li.stm_megamenu > .sub-menu a,html body #wrapper #header ul li.stm_megamenu > .sub-menu .menu-title {display: block;font-size: 16px;font-weight: 700;color: #002e5b;transition: all 0.2s ease-in-out;text-align: left;padding: 0;}html body ul li.stm_megamenu > .sub-menu .menu-item:hover > a,html body ul li.stm_megamenu > .sub-menu .menu-item:hover > .menu-title,html body ul.magazine-menu li.stm_megamenu > .sub-menu .menu-item:hover > a,html body ul.magazine-menu li.stm_megamenu > .sub-menu .menu-item:hover > .menu-title,html body #wrapper #header ul li.stm_megamenu > .sub-menu .menu-item:hover > a,html body #wrapper #header ul li.stm_megamenu > .sub-menu .menu-item:hover > .menu-title {color: #ceac61;}html body ul li.stm_megamenu > .sub-menu .stm-special-offers,html body ul.magazine-menu li.stm_megamenu > .sub-menu .stm-special-offers,html body #wrapper #header ul li.stm_megamenu > .sub-menu .stm-special-offers {padding-top: 25px;margin-bottom: 15px;}html body ul li.stm_megamenu > .sub-menu .stm-special-offers .special-wrap,html body ul.magazine-menu li.stm_megamenu > .sub-menu .stm-special-offers .special-wrap,html body #wrapper #header ul li.stm_megamenu > .sub-menu .stm-special-offers .special-wrap {display: flex;flex-direction: row;flex-wrap: nowrap;align-items: flex-start;justify-content: space-between;margin-bottom: 26px;}html body ul li.stm_megamenu > .sub-menu .stm-special-offers .special-wrap:last-child,html body ul.magazine-menu li.stm_megamenu > .sub-menu .stm-special-offers .special-wrap:last-child,html body #wrapper #header ul li.stm_megamenu > .sub-menu .stm-special-offers .special-wrap:last-child {margin-bottom: 0;}html body ul li.stm_megamenu > .sub-menu .stm-special-offers .special-wrap .img-wrap,html body ul.magazine-menu li.stm_megamenu > .sub-menu .stm-special-offers .special-wrap .img-wrap,html body #wrapper #header ul li.stm_megamenu > .sub-menu .stm-special-offers .special-wrap .img-wrap {display: block;width: 100%;max-width: 60px;}html body ul li.stm_megamenu > .sub-menu .stm-special-offers .special-wrap .img-wrap img,html body ul.magazine-menu li.stm_megamenu > .sub-menu .stm-special-offers .special-wrap .img-wrap img,html body #wrapper #header ul li.stm_megamenu > .sub-menu .stm-special-offers .special-wrap .img-wrap img {display: block;width: 60px;height: 60px;position: relative;-o-object-fit: cover;object-fit: cover;}html body ul li.stm_megamenu > .sub-menu .stm-special-offers .special-wrap .title-price-wrap,html body ul.magazine-menu li.stm_megamenu > .sub-menu .stm-special-offers .special-wrap .title-price-wrap,html body #wrapper #header ul li.stm_megamenu > .sub-menu .stm-special-offers .special-wrap .title-price-wrap {display: block;width: 100%;margin-left: 10px;}html body ul li.stm_megamenu > .sub-menu .stm-special-offers .special-wrap .title-price-wrap .car-title,html body ul.magazine-menu li.stm_megamenu > .sub-menu .stm-special-offers .special-wrap .title-price-wrap .car-title,html body #wrapper #header ul li.stm_megamenu > .sub-menu .stm-special-offers .special-wrap .title-price-wrap .car-title {margin-top: 1px;margin-bottom: 11px;}html body ul li.stm_megamenu > .sub-menu .stm-special-offers .special-wrap .title-price-wrap .car-title a,html body ul.magazine-menu li.stm_megamenu > .sub-menu .stm-special-offers .special-wrap .title-price-wrap .car-title a,html body #wrapper #header ul li.stm_megamenu > .sub-menu .stm-special-offers .special-wrap .title-price-wrap .car-title a {font-size: 13px;padding: 0;font-weight: 700;line-height: 16px;}html body ul li.stm_megamenu > .sub-menu .stm-special-offers .special-wrap .title-price-wrap .car-title a:hover,html body ul.magazine-menu li.stm_megamenu > .sub-menu .stm-special-offers .special-wrap .title-price-wrap .car-title a:hover,html body #wrapper #header ul li.stm_megamenu > .sub-menu .stm-special-offers .special-wrap .title-price-wrap .car-title a:hover {background: transparent !important;color: #ceac61;}html body ul li.stm_megamenu > .sub-menu .stm-special-offers .special-wrap .title-price-wrap .prices,html body ul.magazine-menu li.stm_megamenu > .sub-menu .stm-special-offers .special-wrap .title-price-wrap .prices,html body #wrapper #header ul li.stm_megamenu > .sub-menu .stm-special-offers .special-wrap .title-price-wrap .prices {display: flex;flex-direction: row;flex-wrap: nowrap;line-height: 14px;align-items: center;justify-content: flex-start;}html body ul li.stm_megamenu > .sub-menu .stm-special-offers .special-wrap .title-price-wrap .prices .normal_price,html body ul.magazine-menu li.stm_megamenu > .sub-menu .stm-special-offers .special-wrap .title-price-wrap .prices .normal_price,html body #wrapper #header ul li.stm_megamenu > .sub-menu .stm-special-offers .special-wrap .title-price-wrap .prices .normal_price {font-size: 12px;line-height: 14px;font-weight: 400;color: #ceac61;}html body ul li.stm_megamenu > .sub-menu .stm-special-offers .special-wrap .title-price-wrap .prices .normal_price.has_sale,html body ul.magazine-menu li.stm_megamenu > .sub-menu .stm-special-offers .special-wrap .title-price-wrap .prices .normal_price.has_sale,html body #wrapper #header ul li.stm_megamenu > .sub-menu .stm-special-offers .special-wrap .title-price-wrap .prices .normal_price.has_sale {color: #aaaaaa;text-decoration: line-through;}html body ul li.stm_megamenu > .sub-menu .stm-special-offers .special-wrap .title-price-wrap .prices .sale_price,html body ul.magazine-menu li.stm_megamenu > .sub-menu .stm-special-offers .special-wrap .title-price-wrap .prices .sale_price,html body #wrapper #header ul li.stm_megamenu > .sub-menu .stm-special-offers .special-wrap .title-price-wrap .prices .sale_price {color: #ceac61;font-size: 12px;line-height: 14px;font-weight: 700;margin-left: 9px;}html body ul li.stm_megamenu__boxed > .sub-menu,html body ul.magazine-menu li.stm_megamenu__boxed > .sub-menu,html body #wrapper #header ul li.stm_megamenu__boxed > .sub-menu {max-width: 1110px;width: 100%;margin: 0 15px 0;top: 80%;left: 0;box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35);padding: 27px 20px;}html body ul li.stm_megamenu__wide > .sub-menu,html body ul.magazine-menu li.stm_megamenu__wide > .sub-menu,html body #wrapper #header ul li.stm_megamenu__wide > .sub-menu {margin: 20px 0 0;}html body ul li.stm_megamenu:hover ul.sub-menu, html body ul li.stm_megamenu.opened ul.sub-menu, html body ul li.stm_megamenu.show_submenu ul.sub-menu, html body ul li.stm_megamenu.active ul.sub-menu,html body ul.magazine-menu li.stm_megamenu:hover ul.sub-menu,html body ul.magazine-menu li.stm_megamenu.opened ul.sub-menu,html body ul.magazine-menu li.stm_megamenu.show_submenu ul.sub-menu,html body ul.magazine-menu li.stm_megamenu.active ul.sub-menu,html body #wrapper #header ul li.stm_megamenu:hover ul.sub-menu,html body #wrapper #header ul li.stm_megamenu.opened ul.sub-menu,html body #wrapper #header ul li.stm_megamenu.show_submenu ul.sub-menu,html body #wrapper #header ul li.stm_megamenu.active ul.sub-menu {opacity: 1;visibility: visible;}html body ul li.stm_megamenu:hover ul.sub-menu ul.mm-list, html body ul li.stm_megamenu.opened ul.sub-menu ul.mm-list, html body ul li.stm_megamenu.show_submenu ul.sub-menu ul.mm-list, html body ul li.stm_megamenu.active ul.sub-menu ul.mm-list,html body ul.magazine-menu li.stm_megamenu:hover ul.sub-menu ul.mm-list,html body ul.magazine-menu li.stm_megamenu.opened ul.sub-menu ul.mm-list,html body ul.magazine-menu li.stm_megamenu.show_submenu ul.sub-menu ul.mm-list,html body ul.magazine-menu li.stm_megamenu.active ul.sub-menu ul.mm-list,html body #wrapper #header ul li.stm_megamenu:hover ul.sub-menu ul.mm-list,html body #wrapper #header ul li.stm_megamenu.opened ul.sub-menu ul.mm-list,html body #wrapper #header ul li.stm_megamenu.show_submenu ul.sub-menu ul.mm-list,html body #wrapper #header ul li.stm_megamenu.active ul.sub-menu ul.mm-list {display: block !important;}html body ul li.stm_megamenu:hover > .sub-menu .menu-item-has-children, html body ul li.stm_megamenu.opened > .sub-menu .menu-item-has-children, html body ul li.stm_megamenu.show_submenu > .sub-menu .menu-item-has-children, html body ul li.stm_megamenu.active > .sub-menu .menu-item-has-children,html body ul.magazine-menu li.stm_megamenu:hover > .sub-menu .menu-item-has-children,html body ul.magazine-menu li.stm_megamenu.opened > .sub-menu .menu-item-has-children,html body ul.magazine-menu li.stm_megamenu.show_submenu > .sub-menu .menu-item-has-children,html body ul.magazine-menu li.stm_megamenu.active > .sub-menu .menu-item-has-children,html body #wrapper #header ul li.stm_megamenu:hover > .sub-menu .menu-item-has-children,html body #wrapper #header ul li.stm_megamenu.opened > .sub-menu .menu-item-has-children,html body #wrapper #header ul li.stm_megamenu.show_submenu > .sub-menu .menu-item-has-children,html body #wrapper #header ul li.stm_megamenu.active > .sub-menu .menu-item-has-children {display: block;}html body ul li.stm_megamenu a,html body ul.magazine-menu li.stm_megamenu a,html body #wrapper #header ul li.stm_megamenu a {position: relative;text-decoration: none;}html body ul li.stm_megamenu__wide .stm-mega-post-wrap, html body ul li.stm_megamenu__wide > .sub-menu,html body ul.magazine-menu li.stm_megamenu__wide .stm-mega-post-wrap,html body ul.magazine-menu li.stm_megamenu__wide > .sub-menu,html body #wrapper #header ul li.stm_megamenu__wide .stm-mega-post-wrap,html body #wrapper #header ul li.stm_megamenu__wide > .sub-menu {width: 100vw !important;margin-left: inherit !important;max-width: 100vw;left: calc(-1 * (100vw - 100%) / 2);}html body ul li.stm_megamenu > ul.sub-menu,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu {top: auto;flex-wrap: wrap;background-size: cover;}html body ul li.stm_megamenu > ul.sub-menu:after,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu:after,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu:after {width: 100%;}html body ul li.stm_megamenu > ul.sub-menu > li,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li {width: 25%;float: left;padding: 0 20px;margin: 10px 0;border-right: 1px solid #dedede;}@media (max-width: 1125px) {html body ul li.stm_megamenu > ul.sub-menu > li,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li {padding: 0 10px;}}@media (max-width: 1024px) {html body ul li.stm_megamenu > ul.sub-menu > li,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li {padding: 0 15px;}}html body ul li.stm_megamenu > ul.sub-menu > li:last-child,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li:last-child,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li:last-child {border-right: 0;}html body ul li.stm_megamenu > ul.sub-menu > li > a,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li > a,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li > a {padding: 0;letter-spacing: 0;font-weight: 700;font-size: 16px;}html body ul li.stm_megamenu > ul.sub-menu > li > a:after,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li > a:after,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li > a:after {display: none;}html body ul li.stm_megamenu > ul.sub-menu > li:hover > a,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li:hover > a,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li:hover > a {background-color: transparent !important;color: #ceac61;}html body ul li.stm_megamenu > ul.sub-menu > li ul.mm-list,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li ul.mm-list,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li ul.mm-list {display: none;position: relative !important;top: inherit !important;left: inherit !important;padding: 0 !important;margin: 15px 0 0;opacity: 1 !important;visibility: visible !important;z-index: 1 !important;box-shadow: none !important;width: 100%;}html body ul li.stm_megamenu > ul.sub-menu > li ul.mm-list:before,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li ul.mm-list:before,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li ul.mm-list:before {display: none;}html body ul li.stm_megamenu > ul.sub-menu > li ul.mm-list:after,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li ul.mm-list:after,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li ul.mm-list:after {display: none;}html body ul li.stm_megamenu > ul.sub-menu > li ul.mm-list li,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li ul.mm-list li,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li ul.mm-list li {display: flex;align-items: baseline;padding: 0 0 7px;white-space: normal;line-height: 18px;font-size: 13px;font-weight: 400;margin-bottom: 13px !important;border: 0;color: #666666;vertical-align: top;}html body ul li.stm_megamenu > ul.sub-menu > li ul.mm-list li:last-child,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li ul.mm-list li:last-child,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li ul.mm-list li:last-child {padding-bottom: 0;margin-bottom: 0 !important;}html body ul li.stm_megamenu > ul.sub-menu > li ul.mm-list li i,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li ul.mm-list li i,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li ul.mm-list li i {font-size: 14px;}html body ul li.stm_megamenu > ul.sub-menu > li ul.mm-list li i,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li ul.mm-list li i,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li ul.mm-list li i {vertical-align: middle;margin-top: 2px;color: #ceac61;}html body ul li.stm_megamenu > ul.sub-menu > li ul.mm-list li i.fa-envelope,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li ul.mm-list li i.fa-envelope,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li ul.mm-list li i.fa-envelope {font-size: 12px;}html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li ul.sub-menu,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu {display: block;width: auto;padding: 0;margin: 0 -15px 0;position: static;box-shadow: none;background-color: transparent !important;list-style: none;z-index: 1;}html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu:after,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li ul.sub-menu:after,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu:after {display: none;}html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li {float: left;width: 100%;padding: 0 15px;border: 0 !important;margin-bottom: 0;}html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li > a,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li > a,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li > a {padding: 8px 0 8px 0 !important;margin-bottom: 0 !important;border: 0;letter-spacing: 0;text-transform: none;font-weight: 400;font-size: 14px;line-height: 20px;color: #333333;}html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_has_info:hover,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_has_info:hover,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_has_info:hover {cursor: default;color: inherit !important;}html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_has_info a,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_has_info a,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_has_info a {padding: 0 !important;}html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_has_info a .stm_mega_textarea,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_has_info a .stm_mega_textarea,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_has_info a .stm_mega_textarea {color: #333333 !important;}html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_has_info a:hover,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_has_info a:hover,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_has_info a:hover {background: transparent !important;color: inherit !important;cursor: default;}html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li:hover > a,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li:hover > a,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li:hover > a {background: transparent !important;color: #ceac61;}html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li .stm_mega_textarea,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li .stm_mega_textarea,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li .stm_mega_textarea {display: block;line-height: 18px;margin-bottom: 20px;position: relative;font-weight: 400;font-size: 13px;z-index: 10;cursor: default;}html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li:last-child a,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li:last-child a,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li:last-child a {margin-bottom: 0 !important;}html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li:last-child .stm_mega_textarea,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li:last-child .stm_mega_textarea,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li:last-child .stm_mega_textarea {margin-bottom: 0;}html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li ul.sub-menu,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li ul.sub-menu,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {margin: 0;border: 0;}html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li ul.sub-menu > li,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li ul.sub-menu > li,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li ul.sub-menu > li {width: 100%;padding: 0;}html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_1,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_1,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_1 {width: 8.33333333%;}html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_2,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_2,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_2 {width: 16.66666667%;}html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_3,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_3,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_3 {width: 25%;}html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_4,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_4,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_4 {width: 33.33333333%;}html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_5,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_5,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_5 {width: 41.66666667%;}html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_6,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_6,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_6 {width: 50%;}html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_7,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_7,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_7 {width: 58.33333333%;}html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_8,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_8,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_8 {width: 66.66666667%;}html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_9,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_9,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_9 {width: 75%;}html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_10,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_10,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_10 {width: 83.33333333%;}html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_11,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_11,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_11 {width: 91.66666667%;}html body ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_12,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_12,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li.stm_mega_second_col_width_12 {width: 100%;}html body ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_1,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li.stm_col_width_1,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_1 {width: 8.33333333%;}html body ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_2,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li.stm_col_width_2,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_2 {width: 16.66666667%;}html body ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_3,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li.stm_col_width_3,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_3 {width: 25%;}html body ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_4,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li.stm_col_width_4,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_4 {width: 33.33333333%;}html body ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_5,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li.stm_col_width_5,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_5 {width: 41.66666667%;}html body ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_6,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li.stm_col_width_6,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_6 {width: 50%;}html body ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_7,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li.stm_col_width_7,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_7 {width: 58.33333333%;}html body ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_8,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li.stm_col_width_8,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_8 {width: 66.66666667%;}html body ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_9,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li.stm_col_width_9,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_9 {width: 75%;}html body ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_10,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li.stm_col_width_10,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_10 {width: 83.33333333%;}html body ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_11,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li.stm_col_width_11,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_11 {width: 91.66666667%;}html body ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_12,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li.stm_col_width_12,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li.stm_col_width_12 {width: 100%;}html body ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_1 > ul.sub-menu > li,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_1 > ul.sub-menu > li,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_1 > ul.sub-menu > li {width: 8.33333333%;}html body ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_2 > ul.sub-menu > li,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_2 > ul.sub-menu > li,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_2 > ul.sub-menu > li {width: 16.66666667%;}html body ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_3 > ul.sub-menu > li,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_3 > ul.sub-menu > li,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_3 > ul.sub-menu > li {width: 25%;}html body ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_4 > ul.sub-menu > li,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_4 > ul.sub-menu > li,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_4 > ul.sub-menu > li {width: 33.33333333%;}html body ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_5 > ul.sub-menu > li,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_5 > ul.sub-menu > li,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_5 > ul.sub-menu > li {width: 41.66666667%;}html body ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_6 > ul.sub-menu > li,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_6 > ul.sub-menu > li,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_6 > ul.sub-menu > li {width: 50%;}html body ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_7 > ul.sub-menu > li,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_7 > ul.sub-menu > li,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_7 > ul.sub-menu > li {width: 58.33333333%;}html body ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_8 > ul.sub-menu > li,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_8 > ul.sub-menu > li,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_8 > ul.sub-menu > li {width: 66.66666667%;}html body ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_9 > ul.sub-menu > li,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_9 > ul.sub-menu > li,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_9 > ul.sub-menu > li {width: 75%;}html body ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_10 > ul.sub-menu > li,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_10 > ul.sub-menu > li,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_10 > ul.sub-menu > li {width: 83.33333333%;}html body ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_11 > ul.sub-menu > li,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_11 > ul.sub-menu > li,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_11 > ul.sub-menu > li {width: 91.66666667%;}html body ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_12 > ul.sub-menu > li,html body ul.magazine-menu li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_12 > ul.sub-menu > li,html body #wrapper #header ul li.stm_megamenu > ul.sub-menu .stm_mega_cols_inside_12 > ul.sub-menu > li {width: 100%;}html body ul li.stm_megamenu_1 > ul.sub-menu > li,html body ul.magazine-menu li.stm_megamenu_1 > ul.sub-menu > li,html body #wrapper #header ul li.stm_megamenu_1 > ul.sub-menu > li {width: 8.33333333%;}html body ul li.stm_megamenu_2 > ul.sub-menu > li,html body ul.magazine-menu li.stm_megamenu_2 > ul.sub-menu > li,html body #wrapper #header ul li.stm_megamenu_2 > ul.sub-menu > li {width: 16.66666667%;}html body ul li.stm_megamenu_3 > ul.sub-menu > li,html body ul.magazine-menu li.stm_megamenu_3 > ul.sub-menu > li,html body #wrapper #header ul li.stm_megamenu_3 > ul.sub-menu > li {width: 25%;}html body ul li.stm_megamenu_4 > ul.sub-menu > li,html body ul.magazine-menu li.stm_megamenu_4 > ul.sub-menu > li,html body #wrapper #header ul li.stm_megamenu_4 > ul.sub-menu > li {width: 33.33333333%;}html body ul li.stm_megamenu_5 > ul.sub-menu > li,html body ul.magazine-menu li.stm_megamenu_5 > ul.sub-menu > li,html body #wrapper #header ul li.stm_megamenu_5 > ul.sub-menu > li {width: 41.66666667%;}html body ul li.stm_megamenu_6 > ul.sub-menu > li,html body ul.magazine-menu li.stm_megamenu_6 > ul.sub-menu > li,html body #wrapper #header ul li.stm_megamenu_6 > ul.sub-menu > li {width: 50%;}html body ul li.stm_megamenu_7 > ul.sub-menu > li,html body ul.magazine-menu li.stm_megamenu_7 > ul.sub-menu > li,html body #wrapper #header ul li.stm_megamenu_7 > ul.sub-menu > li {width: 58.33333333%;}html body ul li.stm_megamenu_8 > ul.sub-menu > li,html body ul.magazine-menu li.stm_megamenu_8 > ul.sub-menu > li,html body #wrapper #header ul li.stm_megamenu_8 > ul.sub-menu > li {width: 66.66666667%;}html body ul li.stm_megamenu_9 > ul.sub-menu > li,html body ul.magazine-menu li.stm_megamenu_9 > ul.sub-menu > li,html body #wrapper #header ul li.stm_megamenu_9 > ul.sub-menu > li {width: 75%;}html body ul li.stm_megamenu_10 > ul.sub-menu > li,html body ul.magazine-menu li.stm_megamenu_10 > ul.sub-menu > li,html body #wrapper #header ul li.stm_megamenu_10 > ul.sub-menu > li {width: 83.33333333%;}html body ul li.stm_megamenu_11 > ul.sub-menu > li,html body ul.magazine-menu li.stm_megamenu_11 > ul.sub-menu > li,html body #wrapper #header ul li.stm_megamenu_11 > ul.sub-menu > li {width: 91.66666667%;}html body ul li.stm_megamenu_12 > ul.sub-menu > li,html body ul.magazine-menu li.stm_megamenu_12 > ul.sub-menu > li,html body #wrapper #header ul li.stm_megamenu_12 > ul.sub-menu > li {width: 100%;}html body ul li.stm_megamenu [class*=stm-icon-],html body ul.magazine-menu li.stm_megamenu [class*=stm-icon-],html body #wrapper #header ul li.stm_megamenu [class*=stm-icon-] {color: #ceac61;}html body ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu,html body ul.magazine-menu li.stm_megamenu.stm_menu_child_use_post > .sub-menu,html body #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu {display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-start;min-height: 260px;padding: 5px 0;}@media (max-width: 991px) {html body ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu,html body ul.magazine-menu li.stm_megamenu.stm_menu_child_use_post > .sub-menu,html body #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu {display: none;}}html body ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu:before,html body ul.magazine-menu li.stm_megamenu.stm_menu_child_use_post > .sub-menu:before,html body #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu:before {content: "";display: block;width: 1px;height: auto;position: absolute;top: 5px;bottom: 5px;left: 18.4%;background: #dedede;z-index: 0;opacity: 1;}html body ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li,html body ul.magazine-menu li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li,html body #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li {display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-between;border: none;position: unset;margin: 0;padding: 0;width: 100%;}html body ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li > .menu-title, html body ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li > a,html body ul.magazine-menu li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li > .menu-title,html body ul.magazine-menu li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li > a,html body #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li > .menu-title,html body #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li > a {display: block;width: 18.5%;padding: 15px 10px 13px 15px !important;border-left: 3px solid #ffffff;font-size: 12px;font-weight: 700;color: #153e4d;text-transform: uppercase;position: relative;transition: all 0.2s ease-in-out;cursor: pointer;}html body ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li > .menu-title:after, html body ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li > a:after,html body ul.magazine-menu li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li > .menu-title:after,html body ul.magazine-menu li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li > a:after,html body #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li > .menu-title:after,html body #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li > a:after {content: "\f054";font-family: "Font Awesome 6 Free";display: block;position: absolute;font-size: 10px;color: #aaaaaa;right: 10px;top: 50%;transform: translateY(-50%);}html body ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li .stm_mm_post_content,html body ul.magazine-menu li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li .stm_mm_post_content,html body #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li .stm_mm_post_content {display: none;width: 81.6%;position: absolute;top: 5px;right: 0;height: 246px;overflow: hidden;padding: 0 20px 0 25px;}html body ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li .stm_mm_post_content .nav-tabs .nav-item:hover a,html body ul.magazine-menu li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li .stm_mm_post_content .nav-tabs .nav-item:hover a,html body #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li .stm_mm_post_content .nav-tabs .nav-item:hover a {color: #ceac61 !important;}html body ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li:hover > .menu-title, html body ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li:hover > a, html body ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.active > .menu-title, html body ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.active > a,html body ul.magazine-menu li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li:hover > .menu-title,html body ul.magazine-menu li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li:hover > a,html body ul.magazine-menu li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.active > .menu-title,html body ul.magazine-menu li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.active > a,html body #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li:hover > .menu-title,html body #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li:hover > a,html body #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.active > .menu-title,html body #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.active > a {border-left-color: #ceac61;color: #ceac61;background: #f5f7f7 !important;}html body ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li:hover > .menu-title:after, html body ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li:hover > a:after, html body ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.active > .menu-title:after, html body ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.active > a:after,html body ul.magazine-menu li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li:hover > .menu-title:after,html body ul.magazine-menu li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li:hover > a:after,html body ul.magazine-menu li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.active > .menu-title:after,html body ul.magazine-menu li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.active > a:after,html body #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li:hover > .menu-title:after,html body #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li:hover > a:after,html body #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.active > .menu-title:after,html body #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.active > a:after {color: #153e4d;}html body ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li:hover .stm_mm_post_content, html body ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.active .stm_mm_post_content,html body ul.magazine-menu li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li:hover .stm_mm_post_content,html body ul.magazine-menu li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.active .stm_mm_post_content,html body #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li:hover .stm_mm_post_content,html body #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.active .stm_mm_post_content {display: block;}html body ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li .vc_row .vc_col-sm-4:first-child,html body ul.magazine-menu li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li .vc_row .vc_col-sm-4:first-child,html body #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li .vc_row .vc_col-sm-4:first-child {position: relative;}html body ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li .vc_row .vc_col-sm-4:first-child:before,html body ul.magazine-menu li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li .vc_row .vc_col-sm-4:first-child:before,html body #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li .vc_row .vc_col-sm-4:first-child:before {content: "";display: block;width: 1px;height: 100%;background: #dedede;position: absolute;top: 0;right: 0;}.stm-layout-header-car_dealer ul li.stm_megamenu__boxed #header ul li a:after,.stm-layout-header-car_dealer #wrapper #header ul li a:after {display: none !important;}.stm-layout-header-car_dealer ul li.stm_megamenu__boxed #header ul li.stm_megamenu__boxed > .sub-menu,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed > .sub-menu {border-top: none;top: 100% !important;left: 50%;transform: translateX(-50%);margin: 0 !important;box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35);border-radius: 5px;}.stm-layout-header-car_dealer ul li.stm_megamenu__boxed #header ul li.stm_megamenu > ul.sub-menu > li > a,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed #header ul li.stm_megamenu > ul.sub-menu .menu-item a,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu > ul.sub-menu > li > a,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu > ul.sub-menu .menu-item a {color: #153e4d;}@media (max-width: 770px) {.stm-layout-header-car_dealer ul li.stm_megamenu__boxed #header ul li.stm_megamenu,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu {position: relative !important;margin-bottom: 8px;}.stm-layout-header-car_dealer ul li.stm_megamenu__boxed #header ul li.stm_megamenu .arrow .fas,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu .arrow .fas {min-width: unset;font-size: unset;color: unset;vertical-align: middle;margin-top: -4px;}.stm-layout-header-car_dealer ul li.stm_megamenu__boxed #header ul li.stm_megamenu > ul.sub-menu,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu > ul.sub-menu {display: none;}.stm-layout-header-car_dealer ul li.stm_megamenu__boxed #header ul li.stm_megamenu.opened > ul.sub-menu,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu.opened > ul.sub-menu {width: 100%;transform: unset;list-style: none;}}@media only screen and (max-width: 850px) {.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu > .sub-menu,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed > .sub-menu {flex-direction: row;flex-wrap: wrap;max-width: none;width: 96%;padding: 10px 0;overflow: hidden;}.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li:nth-child(2),.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2) {border-right: none;}.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu {flex-direction: row;justify-content: flex-start;align-items: flex-start;min-height: 340px;padding: 10px;background: #ffffff;}.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu:before,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before {display: none;}.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item {width: auto;}.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title, .stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a {width: 100%;white-space: nowrap;text-overflow: ellipsis;border-left: none;border-bottom: 2px solid transparent;padding: 10px 30px 10px 20px;}.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title, .stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a, .stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title, .stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a {color: #153e4d;border-bottom-color: #ceac61;}.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title:after, .stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a:after,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title:after,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a:after {content: "\f078";}.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content {top: 90px;left: 0;right: 0;width: 100%;padding: 5px 0;}.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row {margin: 0 !important;}}@media (max-width: 450px) {.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu {padding: 0 !important;min-height: auto !important;}.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content {padding: 15px !important;}}.stm-template-listing_four .mobile-menu-holder .header-menu > li .sub-menu .arrow,.stm-template-listing_four_elementor .mobile-menu-holder .header-menu > li .sub-menu .arrow,.stm-layout-header-car_dealer .mobile-menu-holder .header-menu > li .sub-menu .arrow {display: none;}@media (max-width: 991px) {.stm-template-listing_four .mobile-menu-holder .stm_mm_top_categories_wrap .stm_mm-cats-grid a,.stm-template-listing_four_elementor .mobile-menu-holder .stm_mm_top_categories_wrap .stm_mm-cats-grid a,.stm-layout-header-car_dealer .mobile-menu-holder .stm_mm_top_categories_wrap .stm_mm-cats-grid a {margin-bottom: 0;}}.stm-template-listing ul li.stm_megamenu__boxed,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed,.stm-template-listing_two ul li.stm_megamenu__boxed,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed,.stm-template-listing_three ul li.stm_megamenu__boxed,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed,.stm-template-boats ul li.stm_megamenu__boxed,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed,.stm-template-motorcycle ul li.stm_megamenu__boxed,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed,.stm-layout-header-listing ul li.stm_megamenu__boxed,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed,.stm-layout-header-boats ul li.stm_megamenu__boxed,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed {margin-bottom: 0;}.stm-template-listing ul li.stm_megamenu__boxed > .sub-menu,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-template-listing_two ul li.stm_megamenu__boxed > .sub-menu,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-template-listing_three ul li.stm_megamenu__boxed > .sub-menu,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-template-motorcycle ul li.stm_megamenu__boxed > .sub-menu,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-layout-header-listing ul li.stm_megamenu__boxed > .sub-menu,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-layout-header-boats ul li.stm_megamenu__boxed > .sub-menu,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed > .sub-menu,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed > .sub-menu {margin-top: 0;border-top: 3px solid #153e4d;}.stm-template-listing ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-listing_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-listing_three ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-motorcycle ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-layout-header-listing ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-layout-header-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu {padding: 5px 0;}@media (max-width: 1024px) {.stm-template-listing_five #wrapper #header ul li.stm_megamenu__boxed.opened > .sub-menu,.stm-layout-header-listing_five #wrapper #header ul li.stm_megamenu__boxed.opened > .sub-menu {display: block;}}.stm-template-listing_five #wrapper #header ul li.stm_megamenu__boxed:hover > .sub-menu,.stm-layout-header-listing_five #wrapper #header ul li.stm_megamenu__boxed:hover > .sub-menu {display: flex;}.stm-template-listing_five #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-layout-header-listing_five #wrapper #header ul li.stm_megamenu__boxed > .sub-menu {display: none;width: 97vw;top: 100%;left: -20%;background-color: #ffffff;}.stm-template-listing_five #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > .menu-title, .stm-template-listing_five #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-layout-header-listing_five #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > .menu-title,.stm-layout-header-listing_five #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a {padding: 10px 0 10px 0;font-weight: 600;border-bottom: none;color: #333333;background: transparent;}.stm-template-listing_five #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > .menu-title:after, .stm-template-listing_five #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a:after,.stm-layout-header-listing_five #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > .menu-title:after,.stm-layout-header-listing_five #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a:after {display: none !important;}.stm-template-listing_five #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > .menu-title:hover, .stm-template-listing_five #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a:hover,.stm-layout-header-listing_five #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > .menu-title:hover,.stm-layout-header-listing_five #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a:hover {color: #ceac61;}.stm-template-listing_five #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .nav-tabs .nav-item .nav-link:hover,.stm-layout-header-listing_five #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .nav-tabs .nav-item .nav-link:hover {color: #ceac61;}@media (max-width: 1024px) {.stm-template-listing_five #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-layout-header-listing_five #wrapper #header ul li.stm_megamenu__boxed > .sub-menu {display: none;width: 98%;max-width: 300px;margin: 0 10px !important;left: 0 !important;padding: 20px 10px !important;}.stm-template-listing_five #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li,.stm-layout-header-listing_five #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li {width: 100%;border-right: none !important;}.stm-template-listing_five #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-layout-header-listing_five #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2) {border-right: none !important;}.stm-template-listing_five #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .arrow,.stm-layout-header-listing_five #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .arrow {display: none;}.stm-template-listing_five #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .mm-list,.stm-layout-header-listing_five #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .mm-list {display: block !important;}}.stm-template-listing_five #wrapper #header .mobile-menu-holder .header-menu li,.stm-layout-header-listing_five #wrapper #header .mobile-menu-holder .header-menu li {position: relative !important;}.stm-template-listing_six.stm-layout-header-listing_five #wrapper #header ul li.stm_megamenu__boxed > .sub-menu {left: 40%;transform: translateX(-51%);}@media (max-width: 991px) {.stm-template-listing_six.stm-layout-header-listing_five #wrapper #header ul li.stm_megamenu__boxed > .sub-menu {left: 0;transform: unset;}}.stm-template-car_dealer.stm-layout-header-listing_five #wrapper #header ul li.stm_megamenu__boxed > .sub-menu {left: 40%;transform: translateX(-50%);}.stm-template-aircrafts.stm-layout-header-listing_five #wrapper #header ul li.stm_megamenu__boxed > .sub-menu {left: 38% !important;}.stm-template-listing_four.stm-layout-header-listing_five #wrapper #header ul li.stm_megamenu__boxed > .sub-menu, .stm-template-listing_four_elementor.stm-layout-header-listing_five #wrapper #header ul li.stm_megamenu__boxed > .sub-menu {left: 40%;transform: translateX(-50%);}.stm-template-listing_five.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu > ul {left: 50%;transform: translateX(-50%);}.stm-template-listing_five.stm-layout-header-car_rental #wrapper #header ul .stm_megamenu > ul {top: auto !important;left: 50%;transform: translateX(-50%);margin: 0 !important;}.stm-template-listing_five.stm-layout-header-car_magazine #wrapper #header ul .stm_megamenu > ul {top: auto !important;left: 50%;transform: translateX(-50%);margin: 0 !important;}.stm-template-listing_five.stm-layout-header-motorcycle #wrapper #header ul .stm_megamenu > ul {top: auto !important;left: 0;margin: 0 !important;}.stm-template-boats ul li.stm_megamenu__boxed,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right ul li.stm_megamenu__boxed,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right #wrapper #header ul li.stm_megamenu__boxed {margin-bottom: 0;}@media (max-width: 768px) {.stm-template-boats ul li.stm_megamenu__boxed.stm_megamenu > a:after,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_megamenu > a:after,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right ul li.stm_megamenu__boxed.stm_megamenu > a:after,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right #wrapper #header ul li.stm_megamenu__boxed.stm_megamenu > a:after {display: none;}}.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right ul li.stm_megamenu__boxed > .sub-menu,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right #wrapper #header ul li.stm_megamenu__boxed > .sub-menu {margin-top: 0;border-top: 3px solid #153e4d;top: 100% !important;}.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu > li > .menu-title, .stm-template-boats ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > .menu-title,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right ul li.stm_megamenu__boxed > .sub-menu > li > .menu-title,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > .menu-title,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a {padding: 10px 0;font-weight: 600 !important;border-bottom: none;color: #333333;background: transparent;}.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu > li > .menu-title:after, .stm-template-boats ul li.stm_megamenu__boxed > .sub-menu > li > a:after,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > .menu-title:after,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a:after,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right ul li.stm_megamenu__boxed > .sub-menu > li > .menu-title:after,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right ul li.stm_megamenu__boxed > .sub-menu > li > a:after,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > .menu-title:after,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a:after {display: none !important;}.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu > li > .menu-title:hover, .stm-template-boats ul li.stm_megamenu__boxed > .sub-menu > li > a:hover,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > .menu-title:hover,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a:hover,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right ul li.stm_megamenu__boxed > .sub-menu > li > .menu-title:hover,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right ul li.stm_megamenu__boxed > .sub-menu > li > a:hover,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > .menu-title:hover,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a:hover {color: #ceac61;}.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu > li .nav-tabs .nav-item .nav-link:hover,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .nav-tabs .nav-item .nav-link:hover,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right ul li.stm_megamenu__boxed > .sub-menu > li .nav-tabs .nav-item .nav-link:hover,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .nav-tabs .nav-item .nav-link:hover {color: #ceac61;}.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu > li .stm-mm-top-makes-wrap .nav a,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm-mm-top-makes-wrap .nav a,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right ul li.stm_megamenu__boxed > .sub-menu > li .stm-mm-top-makes-wrap .nav a,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm-mm-top-makes-wrap .nav a {padding: 10px 15px !important;}.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu > li .stm_mm_top_categories_wrap h3,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm_mm_top_categories_wrap h3,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right ul li.stm_megamenu__boxed > .sub-menu > li .stm_mm_top_categories_wrap h3,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm_mm_top_categories_wrap h3 {text-align: left;}.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu > li .stm-mm-top-vehicles h3,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm-mm-top-vehicles h3,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right ul li.stm_megamenu__boxed > .sub-menu > li .stm-mm-top-vehicles h3,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm-mm-top-vehicles h3 {text-align: left;}.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu > li .stm-mm-top-vehicles .stm-mm-vehicles-list ul.top-vehicles li a:before,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm-mm-top-vehicles .stm-mm-vehicles-list ul.top-vehicles li a:before,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right ul li.stm_megamenu__boxed > .sub-menu > li .stm-mm-top-vehicles .stm-mm-vehicles-list ul.top-vehicles li a:before,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm-mm-top-vehicles .stm-mm-vehicles-list ul.top-vehicles li a:before {display: block !important;content: "" !important;width: 3px;height: 3px;background: #ceac61;border-radius: 3px;position: absolute;top: 50%;left: 0;transform: translateY(-50%);}.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu > li .sub-menu,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .sub-menu,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right ul li.stm_megamenu__boxed > .sub-menu > li .sub-menu,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .sub-menu {display: block;visibility: visible;opacity: 1;width: auto;padding: 10px 0 0;margin: 0 -15px 0;position: static;box-shadow: none;background-color: transparent !important;list-style: none;z-index: 1;}.stm-template-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu {padding: 5px 0;}@media (max-width: 991px) {.stm-template-boats ul li.stm_megamenu__boxed,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right ul li.stm_megamenu__boxed,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right #wrapper #header ul li.stm_megamenu__boxed {position: relative !important;}.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right ul li.stm_megamenu__boxed > .sub-menu,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right #wrapper #header ul li.stm_megamenu__boxed > .sub-menu {padding: 0 !important;}.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu > li,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right ul li.stm_megamenu__boxed > .sub-menu > li,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li {padding: 0 10px;}.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu > li .sub-menu,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .sub-menu,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right ul li.stm_megamenu__boxed > .sub-menu > li .sub-menu,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .sub-menu {display: block !important;padding: 0;margin: 0 !important;}.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu > li .sub-menu li,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .sub-menu li,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right ul li.stm_megamenu__boxed > .sub-menu > li .sub-menu li,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .sub-menu li {float: none;padding: 0 !important;}.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu > li .sub-menu li a,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .sub-menu li a,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right ul li.stm_megamenu__boxed > .sub-menu > li .sub-menu li a,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .sub-menu li a {padding: 10px 0 !important;margin-left: 0 !important;}.stm-template-boats ul li.stm_megamenu__boxed i.fas,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed i.fas,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right ul li.stm_megamenu__boxed i.fas,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right #wrapper #header ul li.stm_megamenu__boxed i.fas {min-width: unset;vertical-align: middle;font-size: unset !important;color: unset;}.stm-template-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu {flex-direction: column;justify-content: flex-start;align-items: flex-start;padding: 0 !important;}.stm-template-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item {display: flex;flex-direction: column;flex-wrap: nowrap;align-items: flex-start;justify-content: flex-start;width: 100%;margin-bottom: 0 !important;}.stm-template-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title, .stm-template-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a {width: 100%;white-space: nowrap;text-overflow: ellipsis;border-left: none;border-bottom: 2px solid #ceac61;padding: 10px 20px !important;color: #153e4d;background: #f5f7f7 !important;z-index: 10;position: relative;}.stm-template-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title, .stm-template-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a, .stm-template-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title, .stm-template-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a {color: #153e4d;border-bottom-color: #ceac61;}.stm-template-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before, .stm-template-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before {height: 0;}.stm-template-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after {content: "\f078";}.stm-template-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content {position: relative;top: unset;left: unset;right: unset;width: 100%;padding: 10px !important;max-height: none;height: 100%;}.stm-template-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before {content: "";display: block;height: 100%;background: transparent;position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 30;transition: height 0.5s ease-in-out;}.stm-template-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row {margin: 0 !important;}.stm-template-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container {width: 100%;padding: 0 !important;margin-bottom: 30px;}.stm-template-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child {margin-bottom: 0;}.stm-template-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before {display: none;}.stm-template-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div {padding: 0;}.stm-template-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item {margin-right: 0;}.stm-template-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a {height: auto;line-height: 40px;}.stm-template-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before {width: 10%;}.stm-template-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap {flex-wrap: wrap;justify-content: space-between;}.stm-template-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle {width: 48% !important;margin: 0 0 20px !important;}.stm-template-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a {padding: 0 20px 0 10px !important;line-height: 30px;position: relative;z-index: 10;}.stm-template-boats ul li.stm_megamenu__boxed:not(.stm_menu_child_use_post) > .sub-menu li:last-child,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed:not(.stm_menu_child_use_post) > .sub-menu li:last-child,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right ul li.stm_megamenu__boxed:not(.stm_menu_child_use_post) > .sub-menu li:last-child,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right #wrapper #header ul li.stm_megamenu__boxed:not(.stm_menu_child_use_post) > .sub-menu li:last-child {padding-bottom: 10px;}}.stm-template-boats.stm-layout-header-car_magazine #wrapper #header ul.magazine-menu li.stm_megamenu__boxed > .sub-menu {top: auto !important;}.stm-template-listing_four.stm-layout-header-boats #wrapper #header .header-inner-content .listing-service-right .listing-menu li.stm_megamenu__boxed > .sub-menu, .stm-template-listing_four_elementor.stm-layout-header-boats #wrapper #header .header-inner-content .listing-service-right .listing-menu li.stm_megamenu__boxed > .sub-menu {left: 50%;transform: translateX(-50%);}.stm-template-listing_four.stm-layout-header-car_magazine #wrapper #header .magazine-menu .stm_megamenu > .sub-menu, .stm-template-listing_four_elementor.stm-layout-header-car_magazine #wrapper #header .magazine-menu .stm_megamenu > .sub-menu {top: 90% !important;}.stm-template-car_dealer_two #wrapper #stm-boats-header #header .header-inner-content .listing-service-right .listing-menu > li .stm-mm-top-vehicles .stm-mm-vehicles-list ul.top-vehicles li a:before,.stm-layout-header-car_dealer_two #wrapper #stm-boats-header #header .header-inner-content .listing-service-right .listing-menu > li .stm-mm-top-vehicles .stm-mm-vehicles-list ul.top-vehicles li a:before {display: block !important;content: "" !important;width: 3px !important;height: 3px !important;background: #ceac61 !important;border-radius: 3px !important;position: absolute !important;top: 50% !important;left: 0 !important;transform: translateY(-50%) !important;}.stm-template-car_dealer_two ul li.stm_megamenu,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu,.stm-layout-header-car_dealer_two ul li.stm_megamenu,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu {margin-bottom: 0;}.stm-template-car_dealer_two ul li.stm_megamenu > .sub-menu,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu > .sub-menu,.stm-layout-header-car_dealer_two ul li.stm_megamenu > .sub-menu,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu > .sub-menu {width: 100%;margin-top: 0;border-top: 3px solid #153e4d;}.stm-template-car_dealer_two ul li.stm_megamenu > .sub-menu a:hover,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu > .sub-menu a:hover,.stm-layout-header-car_dealer_two ul li.stm_megamenu > .sub-menu a:hover,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu > .sub-menu a:hover {background: transparent !important;color: #ceac61;}.stm-template-car_dealer_two ul li.stm_megamenu > .sub-menu > li > .menu-title, .stm-template-car_dealer_two ul li.stm_megamenu > .sub-menu > li > a,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu > .sub-menu > li > .menu-title,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu > .sub-menu > li > a,.stm-layout-header-car_dealer_two ul li.stm_megamenu > .sub-menu > li > .menu-title,.stm-layout-header-car_dealer_two ul li.stm_megamenu > .sub-menu > li > a,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu > .sub-menu > li > .menu-title,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu > .sub-menu > li > a {padding: 10px 0 !important;}@media (max-width: 991px) {.stm-template-car_dealer_two ul li.stm_megamenu > .sub-menu > li > .menu-title, .stm-template-car_dealer_two ul li.stm_megamenu > .sub-menu > li > a,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu > .sub-menu > li > .menu-title,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu > .sub-menu > li > a,.stm-layout-header-car_dealer_two ul li.stm_megamenu > .sub-menu > li > .menu-title,.stm-layout-header-car_dealer_two ul li.stm_megamenu > .sub-menu > li > a,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu > .sub-menu > li > .menu-title,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu > .sub-menu > li > a {margin-bottom: 15px !important;}}.stm-template-car_dealer_two ul li.stm_megamenu > .sub-menu > li > .menu-title:after, .stm-template-car_dealer_two ul li.stm_megamenu > .sub-menu > li > a:after,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu > .sub-menu > li > .menu-title:after,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu > .sub-menu > li > a:after,.stm-layout-header-car_dealer_two ul li.stm_megamenu > .sub-menu > li > .menu-title:after,.stm-layout-header-car_dealer_two ul li.stm_megamenu > .sub-menu > li > a:after,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu > .sub-menu > li > .menu-title:after,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu > .sub-menu > li > a:after {display: none !important;}.stm-template-car_dealer_two ul li.stm_megamenu > .sub-menu > li > ul,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu > .sub-menu > li > ul,.stm-layout-header-car_dealer_two ul li.stm_megamenu > .sub-menu > li > ul,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu > .sub-menu > li > ul {width: 100%;position: relative !important;opacity: 1 !important;visibility: visible !important;left: unset !important;top: unset !important;z-index: 1 !important;}.stm-template-car_dealer_two ul li.stm_megamenu > .sub-menu > li > ul a,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu > .sub-menu > li > ul a,.stm-layout-header-car_dealer_two ul li.stm_megamenu > .sub-menu > li > ul a,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu > .sub-menu > li > ul a {padding-left: 0 !important;}.stm-template-car_dealer_two ul li.stm_megamenu > .sub-menu > li .stm-special-offers,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu > .sub-menu > li .stm-special-offers,.stm-layout-header-car_dealer_two ul li.stm_megamenu > .sub-menu > li .stm-special-offers,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu > .sub-menu > li .stm-special-offers {padding-top: 10px;}.stm-template-car_dealer_two ul li.stm_megamenu > .sub-menu > li .stm-special-offers a,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu > .sub-menu > li .stm-special-offers a,.stm-layout-header-car_dealer_two ul li.stm_megamenu > .sub-menu > li .stm-special-offers a,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu > .sub-menu > li .stm-special-offers a {padding: 0 !important;}.stm-template-car_dealer_two ul li.stm_megamenu > .sub-menu > li .stm_mega_textarea,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu > .sub-menu > li .stm_mega_textarea,.stm-layout-header-car_dealer_two ul li.stm_megamenu > .sub-menu > li .stm_mega_textarea,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu > .sub-menu > li .stm_mega_textarea {margin-right: -30px;padding-bottom: 20px !important;}.stm-template-car_dealer_two ul li.stm_megamenu > .sub-menu > li .mm-list,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu > .sub-menu > li .mm-list,.stm-layout-header-car_dealer_two ul li.stm_megamenu > .sub-menu > li .mm-list,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu > .sub-menu > li .mm-list {position: relative !important;left: 0 !important;z-index: 1 !important;opacity: 1 !important;visibility: visible !important;}.stm-template-car_dealer_two ul li.stm_megamenu > .sub-menu > li .mm-list li,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu > .sub-menu > li .mm-list li,.stm-layout-header-car_dealer_two ul li.stm_megamenu > .sub-menu > li .mm-list li,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu > .sub-menu > li .mm-list li {padding-bottom: 13px;}.stm-template-car_dealer_two ul li.stm_megamenu:hover > .sub-menu .sub-menu,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu:hover > .sub-menu .sub-menu,.stm-layout-header-car_dealer_two ul li.stm_megamenu:hover > .sub-menu .sub-menu,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu:hover > .sub-menu .sub-menu {display: block !important;}.stm-template-car_dealer_two ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu,.stm-layout-header-car_dealer_two ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu {padding: 5px 0;}.stm-template-car_dealer_two ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu:before,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu:before,.stm-layout-header-car_dealer_two ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu:before,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu:before {content: "";display: block;width: 1px !important;height: auto !important;position: absolute !important;top: 5px !important;bottom: 5px !important;left: 18.4% !important;background: #dedede !important;z-index: 1 !important;opacity: 1 !important;}.stm-template-car_dealer_two ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li,.stm-layout-header-car_dealer_two ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li {position: unset !important;}.stm-template-car_dealer_two ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li .nav-tabs .nav-item .nav-link,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li .nav-tabs .nav-item .nav-link,.stm-layout-header-car_dealer_two ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li .nav-tabs .nav-item .nav-link,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li .nav-tabs .nav-item .nav-link {padding: 10px 20px 13px 0 !important;}.stm-template-car_dealer_two ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li .stm_mm_post_content,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li .stm_mm_post_content,.stm-layout-header-car_dealer_two ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li .stm_mm_post_content,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li .stm_mm_post_content {background: #ffffff;}.stm-template-car_dealer_two ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu .menu-title,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu .menu-title,.stm-layout-header-car_dealer_two ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu .menu-title,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu .menu-title {padding-left: 10px !important;}.stm-template-car_dealer_two ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu .menu-title:after,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu .menu-title:after,.stm-layout-header-car_dealer_two ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu .menu-title:after,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu .menu-title:after {display: block !important;}@media (max-width: 991px) {.stm-template-car_dealer_two ul li.stm_megamenu > a:after,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu > a:after,.stm-layout-header-car_dealer_two ul li.stm_megamenu > a:after,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu > a:after {display: none;}.stm-template-car_dealer_two ul li.stm_megamenu.active > .sub-menu,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu.active > .sub-menu,.stm-layout-header-car_dealer_two ul li.stm_megamenu.active > .sub-menu,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu.active > .sub-menu {padding: 0 !important;margin: 0 -15px !important;width: 250px !important;background: #ffffff;}.stm-template-car_dealer_two ul li.stm_megamenu.active > .sub-menu .menu-title, .stm-template-car_dealer_two ul li.stm_megamenu.active > .sub-menu a,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu.active > .sub-menu .menu-title,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu.active > .sub-menu a,.stm-layout-header-car_dealer_two ul li.stm_megamenu.active > .sub-menu .menu-title,.stm-layout-header-car_dealer_two ul li.stm_megamenu.active > .sub-menu a,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu.active > .sub-menu .menu-title,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu.active > .sub-menu a {color: #333333 !important;font-weight: 400 !important;font-size: 13px !important;}.stm-template-car_dealer_two ul li.stm_megamenu.active > .sub-menu > li,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu.active > .sub-menu > li,.stm-layout-header-car_dealer_two ul li.stm_megamenu.active > .sub-menu > li,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu.active > .sub-menu > li {width: 100%;margin-bottom: 20px !important;border: none !important;}.stm-template-car_dealer_two ul li.stm_megamenu.active > .sub-menu > li > .menu-title, .stm-template-car_dealer_two ul li.stm_megamenu.active > .sub-menu > li > a,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu.active > .sub-menu > li > .menu-title,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu.active > .sub-menu > li > a,.stm-layout-header-car_dealer_two ul li.stm_megamenu.active > .sub-menu > li > .menu-title,.stm-layout-header-car_dealer_two ul li.stm_megamenu.active > .sub-menu > li > a,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu.active > .sub-menu > li > .menu-title,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu.active > .sub-menu > li > a {font-weight: 600 !important;font-size: 15px !important;}.stm-template-car_dealer_two ul li.stm_megamenu.active > .sub-menu > li .sub-menu,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu.active > .sub-menu > li .sub-menu,.stm-layout-header-car_dealer_two ul li.stm_megamenu.active > .sub-menu > li .sub-menu,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu.active > .sub-menu > li .sub-menu {display: block !important;padding-top: 0;}.stm-template-car_dealer_two ul li.stm_megamenu.active > .sub-menu > li .sub-menu li,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu.active > .sub-menu > li .sub-menu li,.stm-layout-header-car_dealer_two ul li.stm_megamenu.active > .sub-menu > li .sub-menu li,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu.active > .sub-menu > li .sub-menu li {float: none;}.stm-template-car_dealer_two ul li.stm_megamenu.active > .sub-menu > li .sub-menu li.stm_mega_has_info,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu.active > .sub-menu > li .sub-menu li.stm_mega_has_info,.stm-layout-header-car_dealer_two ul li.stm_megamenu.active > .sub-menu > li .sub-menu li.stm_mega_has_info,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu.active > .sub-menu > li .sub-menu li.stm_mega_has_info {padding-left: 0;padding-right: 0;}.stm-template-car_dealer_two ul li.stm_megamenu.active > .sub-menu > li .sub-menu li.stm_mega_has_info .stm_mega_textarea,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu.active > .sub-menu > li .sub-menu li.stm_mega_has_info .stm_mega_textarea,.stm-layout-header-car_dealer_two ul li.stm_megamenu.active > .sub-menu > li .sub-menu li.stm_mega_has_info .stm_mega_textarea,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu.active > .sub-menu > li .sub-menu li.stm_mega_has_info .stm_mega_textarea {margin: 0 !important;}.stm-template-car_dealer_two ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu,.stm-layout-header-car_dealer_two ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu {flex-direction: column;justify-content: flex-start;align-items: flex-start;min-height: 340px;padding: 20px;}.stm-template-car_dealer_two ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu:before,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu:before,.stm-layout-header-car_dealer_two ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu:before,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu:before {display: none;}.stm-template-car_dealer_two ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-layout-header-car_dealer_two ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item {display: flex;flex-direction: column;flex-wrap: nowrap;align-items: flex-start;justify-content: flex-start;width: 100%;margin-bottom: 0 !important;}.stm-template-car_dealer_two ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title, .stm-template-car_dealer_two ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-layout-header-car_dealer_two ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-layout-header-car_dealer_two ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item > a {width: 100%;white-space: nowrap;text-overflow: ellipsis;border-left: none;border-bottom: 2px solid #ceac61;padding: 10px 20px !important;color: #153e4d;background: #f5f7f7 !important;z-index: 10;position: relative;}.stm-template-car_dealer_two ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title, .stm-template-car_dealer_two ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a, .stm-template-car_dealer_two ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title, .stm-template-car_dealer_two ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-layout-header-car_dealer_two ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-layout-header-car_dealer_two ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-layout-header-car_dealer_two ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-layout-header-car_dealer_two ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a {color: #153e4d;border-bottom-color: #ceac61;}.stm-template-car_dealer_two ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before, .stm-template-car_dealer_two ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-layout-header-car_dealer_two ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-layout-header-car_dealer_two ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before {height: 0;}.stm-template-car_dealer_two ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-layout-header-car_dealer_two ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after {content: "\f078";}.stm-template-car_dealer_two ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-layout-header-car_dealer_two ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content {position: relative;top: unset;left: unset;right: unset;width: 100%;padding: 5px 10px;max-height: none;height: 100%;}.stm-template-car_dealer_two ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-layout-header-car_dealer_two ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before {content: "";display: block;height: 100%;background: transparent;position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 30;transition: height 0.5s ease-in-out;}.stm-template-car_dealer_two ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-layout-header-car_dealer_two ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row {margin: 0 !important;}.stm-template-car_dealer_two ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-layout-header-car_dealer_two ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container {width: 100%;padding: 0 !important;margin-bottom: 30px;}.stm-template-car_dealer_two ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-layout-header-car_dealer_two ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child {margin-bottom: 0;}.stm-template-car_dealer_two ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-layout-header-car_dealer_two ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before {display: none;}.stm-template-car_dealer_two ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-layout-header-car_dealer_two ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div {padding: 0;}.stm-template-car_dealer_two ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-layout-header-car_dealer_two ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item {margin-right: 0;}.stm-template-car_dealer_two ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-layout-header-car_dealer_two ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a {padding: 10px !important;height: auto;line-height: 20px;}.stm-template-car_dealer_two ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-layout-header-car_dealer_two ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before {width: 100%;}.stm-template-car_dealer_two ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap,.stm-layout-header-car_dealer_two ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap {flex-wrap: wrap;justify-content: space-between;}.stm-template-car_dealer_two ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle,.stm-layout-header-car_dealer_two ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle {width: 48% !important;margin: 0 0 20px !important;}.stm-template-car_dealer_two ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-layout-header-car_dealer_two ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu.active.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a {padding: 0 20px 0 10px !important;line-height: 30px;position: relative;z-index: 10;}}.stm-template-auto_parts ul li.stm_megamenu,.stm-template-auto_parts #wrapper #header ul li.stm_megamenu {margin-bottom: 0;}.stm-template-auto_parts ul li.stm_megamenu a:after,.stm-template-auto_parts #wrapper #header ul li.stm_megamenu a:after {display: none;}.stm-template-auto_parts ul li.stm_megamenu a:hover,.stm-template-auto_parts #wrapper #header ul li.stm_megamenu a:hover {color: #ceac61;}.stm-template-auto_parts ul li.stm_megamenu > .sub-menu,.stm-template-auto_parts #wrapper #header ul li.stm_megamenu > .sub-menu {margin: 20px 0 0 !important;border-top: 3px solid #153e4d;align-items: flex-start !important;}.stm-template-auto_parts ul li.stm_megamenu > .sub-menu > li,.stm-template-auto_parts #wrapper #header ul li.stm_megamenu > .sub-menu > li {background: transparent;border-bottom: none !important;flex: 1;}.stm-template-auto_parts ul li.stm_megamenu > .sub-menu > li > .menu-title, .stm-template-auto_parts ul li.stm_megamenu > .sub-menu > li > a,.stm-template-auto_parts #wrapper #header ul li.stm_megamenu > .sub-menu > li > .menu-title,.stm-template-auto_parts #wrapper #header ul li.stm_megamenu > .sub-menu > li > a {background: transparent !important;color: #333333;padding: 0 !important;}.stm-template-auto_parts ul li.stm_megamenu > .sub-menu > li .sub-menu li,.stm-template-auto_parts #wrapper #header ul li.stm_megamenu > .sub-menu > li .sub-menu li {background: transparent;border-bottom: none !important;}.stm-template-auto_parts ul li.stm_megamenu > .sub-menu > li .sub-menu li a,.stm-template-auto_parts #wrapper #header ul li.stm_megamenu > .sub-menu > li .sub-menu li a {background: transparent !important;color: #333333;padding: 10px 0;}.stm-template-motorcycle ul li.stm_megamenu,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu,.stm-layout-header-motorcycle ul li.stm_megamenu,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu {margin-bottom: 0;}.stm-template-motorcycle ul li.stm_megamenu > .sub-menu,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu > .sub-menu,.stm-layout-header-motorcycle ul li.stm_megamenu > .sub-menu,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu > .sub-menu {margin: 4px 0 0 0;border-top: 3px solid #153e4d;align-items: flex-start !important;background-color: rgba(36, 49, 54, 0.9);z-index: 10000000 !important;top: 100% !important;}.stm-template-motorcycle ul li.stm_megamenu > .sub-menu a,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu > .sub-menu a,.stm-layout-header-motorcycle ul li.stm_megamenu > .sub-menu a,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu > .sub-menu a {border-bottom: none;background: transparent;color: #ffffff;}.stm-template-motorcycle ul li.stm_megamenu > .sub-menu a:after,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu > .sub-menu a:after,.stm-layout-header-motorcycle ul li.stm_megamenu > .sub-menu a:after,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu > .sub-menu a:after {display: none;}.stm-template-motorcycle ul li.stm_megamenu > .sub-menu a:hover,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu > .sub-menu a:hover,.stm-layout-header-motorcycle ul li.stm_megamenu > .sub-menu a:hover,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu > .sub-menu a:hover {color: #ceac61;}.stm-template-motorcycle ul li.stm_megamenu > .sub-menu a:hover:before,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu > .sub-menu a:hover:before,.stm-layout-header-motorcycle ul li.stm_megamenu > .sub-menu a:hover:before,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu > .sub-menu a:hover:before {opacity: 0;}.stm-template-motorcycle ul li.stm_megamenu > .sub-menu > li,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu > .sub-menu > li,.stm-layout-header-motorcycle ul li.stm_megamenu > .sub-menu > li,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu > .sub-menu > li {background: transparent;border-bottom: none !important;}.stm-template-motorcycle ul li.stm_megamenu > .sub-menu > li > .menu-title, .stm-template-motorcycle ul li.stm_megamenu > .sub-menu > li > a,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu > .sub-menu > li > .menu-title,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu > .sub-menu > li > a,.stm-layout-header-motorcycle ul li.stm_megamenu > .sub-menu > li > .menu-title,.stm-layout-header-motorcycle ul li.stm_megamenu > .sub-menu > li > a,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu > .sub-menu > li > .menu-title,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu > .sub-menu > li > a {background: transparent !important;color: #ffffff;padding: 10px 0 10px 0 !important;}.stm-template-motorcycle ul li.stm_megamenu > .sub-menu > li ul.mm-list li,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu > .sub-menu > li ul.mm-list li,.stm-layout-header-motorcycle ul li.stm_megamenu > .sub-menu > li ul.mm-list li,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu > .sub-menu > li ul.mm-list li {color: #ffffff !important;}.stm-template-motorcycle ul li.stm_megamenu > .sub-menu > li .nav-tabs .nav-item,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu > .sub-menu > li .nav-tabs .nav-item,.stm-layout-header-motorcycle ul li.stm_megamenu > .sub-menu > li .nav-tabs .nav-item,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu > .sub-menu > li .nav-tabs .nav-item {float: left;}.stm-template-motorcycle ul li.stm_megamenu > .sub-menu > li .nav-tabs .nav-item .nav-link,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu > .sub-menu > li .nav-tabs .nav-item .nav-link,.stm-layout-header-motorcycle ul li.stm_megamenu > .sub-menu > li .nav-tabs .nav-item .nav-link,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu > .sub-menu > li .nav-tabs .nav-item .nav-link {line-height: 40px;}.stm-template-motorcycle ul li.stm_megamenu > .sub-menu > li .stm_mm_post_content,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu > .sub-menu > li .stm_mm_post_content,.stm-layout-header-motorcycle ul li.stm_megamenu > .sub-menu > li .stm_mm_post_content,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu > .sub-menu > li .stm_mm_post_content {background: #ffffff;}.stm-template-motorcycle ul li.stm_megamenu > .sub-menu > li .sub-menu li,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu > .sub-menu > li .sub-menu li,.stm-layout-header-motorcycle ul li.stm_megamenu > .sub-menu > li .sub-menu li,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu > .sub-menu > li .sub-menu li {background: transparent;border-bottom: none !important;}.stm-template-motorcycle ul li.stm_megamenu > .sub-menu > li .sub-menu li a,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu > .sub-menu > li .sub-menu li a,.stm-layout-header-motorcycle ul li.stm_megamenu > .sub-menu > li .sub-menu li a,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu > .sub-menu > li .sub-menu li a {background: transparent !important;color: #ffffff !important;padding: 10px 0 10px 0;line-height: 20px !important;}.stm-template-motorcycle ul li.stm_megamenu > .sub-menu > li .stm-mm-top-vehicles .stm-mm-vehicles-list ul.top-vehicles li a:before,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu > .sub-menu > li .stm-mm-top-vehicles .stm-mm-vehicles-list ul.top-vehicles li a:before,.stm-layout-header-motorcycle ul li.stm_megamenu > .sub-menu > li .stm-mm-top-vehicles .stm-mm-vehicles-list ul.top-vehicles li a:before,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu > .sub-menu > li .stm-mm-top-vehicles .stm-mm-vehicles-list ul.top-vehicles li a:before {display: block !important;content: "" !important;width: 3px !important;height: 3px !important;background: #ceac61 !important;border-radius: 3px !important;position: absolute !important;top: 50% !important;left: 0 !important;transform: translateY(-50%) !important;}.stm-template-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li > .menu-title, .stm-template-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li > a,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li > .menu-title,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li > a,.stm-layout-header-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li > .menu-title,.stm-layout-header-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li > a,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li > .menu-title,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li > a {padding-left: 10px !important;color: #ffffff;}.stm-template-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li > .menu-title:after, .stm-template-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li > a:after,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li > .menu-title:after,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li > a:after,.stm-layout-header-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li > .menu-title:after,.stm-layout-header-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li > a:after,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li > .menu-title:after,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li > a:after {color: #ffffff !important;}.stm-template-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.active > .menu-title,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.active > .menu-title,.stm-layout-header-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.active > .menu-title,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.active > .menu-title {background-color: transparent !important;}.stm-template-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li .stm_mm_post_content,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li .stm_mm_post_content,.stm-layout-header-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li .stm_mm_post_content,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li .stm_mm_post_content {background-color: transparent;}.stm-template-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li .stm_mm_post_content .stm-mm-top-vehicles > h3,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li .stm_mm_post_content .stm-mm-top-vehicles > h3,.stm-layout-header-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li .stm_mm_post_content .stm-mm-top-vehicles > h3,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li .stm_mm_post_content .stm-mm-top-vehicles > h3 {color: #ffffff !important;}.stm-template-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li .stm_mm_post_content .stm-mm-top-vehicles .top-vehicles li a,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li .stm_mm_post_content .stm-mm-top-vehicles .top-vehicles li a,.stm-layout-header-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li .stm_mm_post_content .stm-mm-top-vehicles .top-vehicles li a,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li .stm_mm_post_content .stm-mm-top-vehicles .top-vehicles li a {color: #ffffff !important;}.stm-template-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li .stm_mm_post_content .stm-mm-top-vehicles .top-vehicles li a:hover,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li .stm_mm_post_content .stm-mm-top-vehicles .top-vehicles li a:hover,.stm-layout-header-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li .stm_mm_post_content .stm-mm-top-vehicles .top-vehicles li a:hover,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li .stm_mm_post_content .stm-mm-top-vehicles .top-vehicles li a:hover {color: #ceac61;}.stm-template-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li .stm_mm_post_content .stm_mm_top_categories_wrap > h3,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li .stm_mm_post_content .stm_mm_top_categories_wrap > h3,.stm-layout-header-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li .stm_mm_post_content .stm_mm_top_categories_wrap > h3,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li .stm_mm_post_content .stm_mm_top_categories_wrap > h3 {color: #ffffff !important;}.stm-template-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li .stm_mm_post_content .stm_mm_top_categories_wrap .stm_mm-cats-grid a .inner:before, .stm-template-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li .stm_mm_post_content .stm_mm_top_categories_wrap .stm_mm-cats-grid a .inner:after,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li .stm_mm_post_content .stm_mm_top_categories_wrap .stm_mm-cats-grid a .inner:before,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li .stm_mm_post_content .stm_mm_top_categories_wrap .stm_mm-cats-grid a .inner:after,.stm-layout-header-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li .stm_mm_post_content .stm_mm_top_categories_wrap .stm_mm-cats-grid a .inner:before,.stm-layout-header-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li .stm_mm_post_content .stm_mm_top_categories_wrap .stm_mm-cats-grid a .inner:after,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li .stm_mm_post_content .stm_mm_top_categories_wrap .stm_mm-cats-grid a .inner:before,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li .stm_mm_post_content .stm_mm_top_categories_wrap .stm_mm-cats-grid a .inner:after {display: none;}.stm-template-motorcycle ul li.stm_megamenu:not(.stm_menu_child_use_post) > .sub-menu > li a:before,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu:not(.stm_menu_child_use_post) > .sub-menu > li a:before,.stm-layout-header-motorcycle ul li.stm_megamenu:not(.stm_menu_child_use_post) > .sub-menu > li a:before,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu:not(.stm_menu_child_use_post) > .sub-menu > li a:before {display: none !important;}.stm-template-motorcycle ul li.stm_megamenu:not(.stm_menu_child_use_post) > .sub-menu > li a:hover,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu:not(.stm_menu_child_use_post) > .sub-menu > li a:hover,.stm-layout-header-motorcycle ul li.stm_megamenu:not(.stm_menu_child_use_post) > .sub-menu > li a:hover,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu:not(.stm_menu_child_use_post) > .sub-menu > li a:hover {color: #ceac61;}.stm-template-motorcycle ul li.stm_megamenu:hover > .sub-menu,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu:hover > .sub-menu,.stm-layout-header-motorcycle ul li.stm_megamenu:hover > .sub-menu,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu:hover > .sub-menu {display: flex !important;}@media (max-width: 1024px) {.stm-template-motorcycle ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a,.stm-layout-header-motorcycle ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a {margin-bottom: 0;}.stm-template-motorcycle ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a .inner,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a .inner,.stm-layout-header-motorcycle ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a .inner,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a .inner {padding: 0;}}@media (max-width: 991px) {.stm-template-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu,.stm-layout-header-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu {padding: 10px !important;}}@media (max-width: 991px) {.stm-template-motorcycle ul li.stm_megamenu,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu,.stm-layout-header-motorcycle ul li.stm_megamenu,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu {position: relative !important;}.stm-template-motorcycle ul li.stm_megamenu > .sub-menu,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu > .sub-menu,.stm-layout-header-motorcycle ul li.stm_megamenu > .sub-menu,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu > .sub-menu {display: none !important;padding: 0 10px !important;}.stm-template-motorcycle ul li.stm_megamenu > .sub-menu > li > .arrow,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu > .sub-menu > li > .arrow,.stm-layout-header-motorcycle ul li.stm_megamenu > .sub-menu > li > .arrow,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu > .sub-menu > li > .arrow {display: none;}.stm-template-motorcycle ul li.stm_megamenu > .sub-menu > li .sub-menu,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu > .sub-menu > li .sub-menu,.stm-layout-header-motorcycle ul li.stm_megamenu > .sub-menu > li .sub-menu,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu > .sub-menu > li .sub-menu {padding: 0;margin-top: 0 !important;}.stm-template-motorcycle ul li.stm_megamenu > .sub-menu > li .sub-menu li,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu > .sub-menu > li .sub-menu li,.stm-layout-header-motorcycle ul li.stm_megamenu > .sub-menu > li .sub-menu li,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu > .sub-menu > li .sub-menu li {float: none;}.stm-template-motorcycle ul li.stm_megamenu > .sub-menu > li .sub-menu li a,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu > .sub-menu > li .sub-menu li a,.stm-layout-header-motorcycle ul li.stm_megamenu > .sub-menu > li .sub-menu li a,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu > .sub-menu > li .sub-menu li a {margin-left: 0 !important;}.stm-template-motorcycle ul li.stm_megamenu:not(.opened):hover > .sub-menu,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu:not(.opened):hover > .sub-menu,.stm-layout-header-motorcycle ul li.stm_megamenu:not(.opened):hover > .sub-menu,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu:not(.opened):hover > .sub-menu {display: none !important;}.stm-template-motorcycle ul li.stm_megamenu.opened > .sub-menu,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu.opened > .sub-menu,.stm-layout-header-motorcycle ul li.stm_megamenu.opened > .sub-menu,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu.opened > .sub-menu {display: flex !important;}.stm-template-motorcycle ul li.stm_megamenu i.fas,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu i.fas,.stm-layout-header-motorcycle ul li.stm_megamenu i.fas,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu i.fas {min-width: unset;vertical-align: middle;font-size: unset !important;color: unset !important;}.stm-template-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu,.stm-layout-header-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu {flex-direction: column;justify-content: flex-start;align-items: flex-start;}.stm-template-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-layout-header-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item {display: flex;flex-direction: column;flex-wrap: nowrap;align-items: flex-start;justify-content: flex-start;width: 100%;margin-bottom: 0 !important;}.stm-template-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title.heading-font, .stm-template-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title.heading-font,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-layout-header-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title.heading-font,.stm-layout-header-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title.heading-font,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item > a {width: 100%;white-space: nowrap;text-overflow: ellipsis;border-left: none;border-bottom: 2px solid #ceac61;padding: 10px 20px 10px 10px !important;color: #ffffff;z-index: 10;position: relative;background: transparent !important;}.stm-template-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title, .stm-template-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a, .stm-template-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title, .stm-template-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-layout-header-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-layout-header-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-layout-header-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-layout-header-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a {color: #ffffff;border-bottom-color: #ceac61;background: transparent !important;}.stm-template-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before, .stm-template-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-layout-header-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-layout-header-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before {height: 0;}.stm-template-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-layout-header-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after {content: "\f078";}.stm-template-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-layout-header-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content {position: relative;top: unset;left: unset;right: unset;width: 100%;padding: 5px 10px !important;max-height: none;height: 100%;}.stm-template-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-layout-header-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before {content: "";display: block;height: 100%;background: transparent;position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 30;transition: height 0.5s ease-in-out;}.stm-template-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-layout-header-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row {margin: 0 !important;}.stm-template-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-layout-header-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container {width: 100%;padding: 0 !important;margin-bottom: 30px;}.stm-template-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-layout-header-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child {margin-bottom: 0;}.stm-template-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-layout-header-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before {display: none;}.stm-template-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-layout-header-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div {padding: 0;}.stm-template-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-layout-header-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item {margin-right: 0;}.stm-template-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-layout-header-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a {height: auto;line-height: 40px;color: #ffffff;}.stm-template-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-layout-header-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before {width: 10%;}.stm-template-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-top-vehicles h3,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-top-vehicles h3,.stm-layout-header-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-top-vehicles h3,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-top-vehicles h3 {margin-top: 10px;margin-bottom: 10px;}.stm-template-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap,.stm-layout-header-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap {flex-wrap: wrap;justify-content: space-between;}.stm-template-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle,.stm-layout-header-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle {width: 48% !important;margin: 0 0 20px !important;}.stm-template-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle a,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle a,.stm-layout-header-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle a,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle a {color: #ffffff;}.stm-template-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-layout-header-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a {padding: 0 20px 0 10px !important;line-height: 30px;position: relative;z-index: 10;}.stm-template-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm_mm_top_categories_wrap h3,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm_mm_top_categories_wrap h3,.stm-layout-header-motorcycle ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm_mm_top_categories_wrap h3,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm_mm_top_categories_wrap h3 {margin-bottom: 15px;}.stm-template-motorcycle ul li.stm_megamenu.stm_megamenu__boxed > .sub-menu,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu.stm_megamenu__boxed > .sub-menu,.stm-layout-header-motorcycle ul li.stm_megamenu.stm_megamenu__boxed > .sub-menu,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu.stm_megamenu__boxed > .sub-menu {background: rgba(36, 49, 54, 0.9);}.stm-template-motorcycle ul li.stm_megamenu.stm_megamenu__boxed > .sub-menu > li > a,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu.stm_megamenu__boxed > .sub-menu > li > a,.stm-layout-header-motorcycle ul li.stm_megamenu.stm_megamenu__boxed > .sub-menu > li > a,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu.stm_megamenu__boxed > .sub-menu > li > a {color: #ffffff;}.stm-template-motorcycle ul li.stm_megamenu.stm_megamenu__boxed > .sub-menu > li.active > .menu-title, .stm-template-motorcycle ul li.stm_megamenu.stm_megamenu__boxed > .sub-menu > li.active > a,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu.stm_megamenu__boxed > .sub-menu > li.active > .menu-title,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu.stm_megamenu__boxed > .sub-menu > li.active > a,.stm-layout-header-motorcycle ul li.stm_megamenu.stm_megamenu__boxed > .sub-menu > li.active > .menu-title,.stm-layout-header-motorcycle ul li.stm_megamenu.stm_megamenu__boxed > .sub-menu > li.active > a,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu.stm_megamenu__boxed > .sub-menu > li.active > .menu-title,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu.stm_megamenu__boxed > .sub-menu > li.active > a {color: #ffffff !important;background-color: transparent !important;background: transparent !important;}.stm-template-motorcycle ul li.stm_megamenu.stm_megamenu__boxed > .sub-menu > li .stm_mm_post_content,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu.stm_megamenu__boxed > .sub-menu > li .stm_mm_post_content,.stm-layout-header-motorcycle ul li.stm_megamenu.stm_megamenu__boxed > .sub-menu > li .stm_mm_post_content,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu.stm_megamenu__boxed > .sub-menu > li .stm_mm_post_content {background-color: transparent;}.stm-template-motorcycle ul li.stm_megamenu.stm_megamenu__boxed > .sub-menu > li .stm_mm_post_content .stm-mm-top-vehicles > h3,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu.stm_megamenu__boxed > .sub-menu > li .stm_mm_post_content .stm-mm-top-vehicles > h3,.stm-layout-header-motorcycle ul li.stm_megamenu.stm_megamenu__boxed > .sub-menu > li .stm_mm_post_content .stm-mm-top-vehicles > h3,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu.stm_megamenu__boxed > .sub-menu > li .stm_mm_post_content .stm-mm-top-vehicles > h3 {color: #ffffff !important;}.stm-template-motorcycle ul li.stm_megamenu.stm_megamenu__boxed > .sub-menu > li .stm_mm_post_content .stm-mm-top-vehicles .top-vehicles li a,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu.stm_megamenu__boxed > .sub-menu > li .stm_mm_post_content .stm-mm-top-vehicles .top-vehicles li a,.stm-layout-header-motorcycle ul li.stm_megamenu.stm_megamenu__boxed > .sub-menu > li .stm_mm_post_content .stm-mm-top-vehicles .top-vehicles li a,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu.stm_megamenu__boxed > .sub-menu > li .stm_mm_post_content .stm-mm-top-vehicles .top-vehicles li a {color: #ffffff !important;}.stm-template-motorcycle ul li.stm_megamenu.stm_megamenu__boxed > .sub-menu > li .stm_mm_post_content .stm-mm-top-vehicles .top-vehicles li a:hover,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu.stm_megamenu__boxed > .sub-menu > li .stm_mm_post_content .stm-mm-top-vehicles .top-vehicles li a:hover,.stm-layout-header-motorcycle ul li.stm_megamenu.stm_megamenu__boxed > .sub-menu > li .stm_mm_post_content .stm-mm-top-vehicles .top-vehicles li a:hover,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu.stm_megamenu__boxed > .sub-menu > li .stm_mm_post_content .stm-mm-top-vehicles .top-vehicles li a:hover {color: #ceac61;}.stm-template-motorcycle ul li.stm_megamenu.stm_megamenu__boxed > .sub-menu > li .stm_mm_post_content .stm_mm_top_categories_wrap > h3,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu.stm_megamenu__boxed > .sub-menu > li .stm_mm_post_content .stm_mm_top_categories_wrap > h3,.stm-layout-header-motorcycle ul li.stm_megamenu.stm_megamenu__boxed > .sub-menu > li .stm_mm_post_content .stm_mm_top_categories_wrap > h3,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu.stm_megamenu__boxed > .sub-menu > li .stm_mm_post_content .stm_mm_top_categories_wrap > h3 {color: #ffffff !important;}.stm-template-motorcycle ul li.stm_megamenu.stm_megamenu__boxed > .sub-menu > li .stm_mm_post_content .stm_mm_top_categories_wrap .stm_mm-cats-grid a .inner:before, .stm-template-motorcycle ul li.stm_megamenu.stm_megamenu__boxed > .sub-menu > li .stm_mm_post_content .stm_mm_top_categories_wrap .stm_mm-cats-grid a .inner:after,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu.stm_megamenu__boxed > .sub-menu > li .stm_mm_post_content .stm_mm_top_categories_wrap .stm_mm-cats-grid a .inner:before,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu.stm_megamenu__boxed > .sub-menu > li .stm_mm_post_content .stm_mm_top_categories_wrap .stm_mm-cats-grid a .inner:after,.stm-layout-header-motorcycle ul li.stm_megamenu.stm_megamenu__boxed > .sub-menu > li .stm_mm_post_content .stm_mm_top_categories_wrap .stm_mm-cats-grid a .inner:before,.stm-layout-header-motorcycle ul li.stm_megamenu.stm_megamenu__boxed > .sub-menu > li .stm_mm_post_content .stm_mm_top_categories_wrap .stm_mm-cats-grid a .inner:after,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu.stm_megamenu__boxed > .sub-menu > li .stm_mm_post_content .stm_mm_top_categories_wrap .stm_mm-cats-grid a .inner:before,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu.stm_megamenu__boxed > .sub-menu > li .stm_mm_post_content .stm_mm_top_categories_wrap .stm_mm-cats-grid a .inner:after {display: none;}}@media (max-width: 991px) {.stm-template-motorcycle #header,.stm-layout-header-motorcycle #header {z-index: 1000;}.stm-template-motorcycle .stm_motorcycle-header .stm_mc-nav .main-menu .container .inner:before, .stm-template-motorcycle .stm_motorcycle-header .stm_mc-nav .main-menu .container .inner:after,.stm-layout-header-motorcycle .stm_motorcycle-header .stm_mc-nav .main-menu .container .inner:before,.stm-layout-header-motorcycle .stm_motorcycle-header .stm_mc-nav .main-menu .container .inner:after {display: none;}.stm-template-motorcycle .stm_motorcycle-header .stm_mc-nav .main-menu .container .inner .header-menu,.stm-layout-header-motorcycle .stm_motorcycle-header .stm_mc-nav .main-menu .container .inner .header-menu {background: #0e1315 !important;}}.stm-template-motorcycle.stm-layout-header-car_magazine #wrapper #header ul li.stm_megamenu > .sub-menu {top: 19% !important;}.stm-template-car_magazine #wrapper #header ul.magazine-menu li.stm_megamenu > a:after,.stm-layout-header-car_magazine #wrapper #header ul.magazine-menu li.stm_megamenu > a:after {display: none !important;}.stm-template-car_magazine #wrapper #header ul.magazine-menu li.stm_megamenu i.fas,.stm-layout-header-car_magazine #wrapper #header ul.magazine-menu li.stm_megamenu i.fas {color: #ceac61;}.stm-template-car_magazine #wrapper #header ul.magazine-menu li.stm_megamenu > .sub-menu,.stm-layout-header-car_magazine #wrapper #header ul.magazine-menu li.stm_megamenu > .sub-menu {width: 100%;left: 50% !important;transform: translateX(-50%);margin: 0 !important;}.stm-template-car_magazine #wrapper #header ul.magazine-menu li.stm_megamenu > .sub-menu > li,.stm-layout-header-car_magazine #wrapper #header ul.magazine-menu li.stm_megamenu > .sub-menu > li {margin-top: 0;}.stm-template-car_magazine #wrapper #header ul.magazine-menu li.stm_megamenu > .sub-menu > li > .menu-title, .stm-template-car_magazine #wrapper #header ul.magazine-menu li.stm_megamenu > .sub-menu > li > a,.stm-layout-header-car_magazine #wrapper #header ul.magazine-menu li.stm_megamenu > .sub-menu > li > .menu-title,.stm-layout-header-car_magazine #wrapper #header ul.magazine-menu li.stm_megamenu > .sub-menu > li > a {padding: 10px 0 !important;font-weight: 700 !important;}.stm-template-car_magazine #wrapper #header ul.magazine-menu li.stm_megamenu > .sub-menu > li .sub-menu li a,.stm-layout-header-car_magazine #wrapper #header ul.magazine-menu li.stm_megamenu > .sub-menu > li .sub-menu li a {padding: 10px 0 !important;}.stm-template-car_magazine #wrapper #header ul.magazine-menu li.stm_megamenu > .sub-menu > li .sub-menu li.stm_mega_has_info a,.stm-layout-header-car_magazine #wrapper #header ul.magazine-menu li.stm_megamenu > .sub-menu > li .sub-menu li.stm_mega_has_info a {padding: 0 !important;}.stm-template-car_magazine #wrapper #header ul.magazine-menu li.stm_megamenu > .sub-menu > li .sub-menu li.stm_mega_has_info a .stm_mega_textarea,.stm-layout-header-car_magazine #wrapper #header ul.magazine-menu li.stm_megamenu > .sub-menu > li .sub-menu li.stm_mega_has_info a .stm_mega_textarea {padding-top: 5px !important;}.stm-template-car_magazine #wrapper #header ul.magazine-menu li.stm_megamenu > .sub-menu a:hover,.stm-layout-header-car_magazine #wrapper #header ul.magazine-menu li.stm_megamenu > .sub-menu a:hover {color: #ceac61;background: transparent;}.stm-template-car_magazine #wrapper #header ul.magazine-menu li.stm_megamenu > .sub-menu .stm-mm-vehicle a,.stm-layout-header-car_magazine #wrapper #header ul.magazine-menu li.stm_megamenu > .sub-menu .stm-mm-vehicle a {padding: 10px 0 !important;}.stm-template-car_magazine #wrapper #header ul.magazine-menu li.stm_megamenu > .sub-menu .stm_mm_post_content,.stm-layout-header-car_magazine #wrapper #header ul.magazine-menu li.stm_megamenu > .sub-menu .stm_mm_post_content {background: #ffffff;}.stm-template-car_magazine #wrapper #header ul.magazine-menu li.stm_megamenu > .sub-menu .stm-special-offers,.stm-layout-header-car_magazine #wrapper #header ul.magazine-menu li.stm_megamenu > .sub-menu .stm-special-offers {padding-top: 0;}.stm-template-car_magazine #wrapper #header ul.magazine-menu li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li > .menu-title, .stm-template-car_magazine #wrapper #header ul.magazine-menu li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li > a,.stm-layout-header-car_magazine #wrapper #header ul.magazine-menu li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li > .menu-title,.stm-layout-header-car_magazine #wrapper #header ul.magazine-menu li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li > a {padding-left: 10px !important;}.stm-template-car_magazine #wrapper #header ul.magazine-menu li.stm_megamenu__boxed > .sub-menu,.stm-layout-header-car_magazine #wrapper #header ul.magazine-menu li.stm_megamenu__boxed > .sub-menu {margin: 0 !important;}.stm-template-car_magazine #wrapper #header ul.magazine-menu li.stm_megamenu__boxed > .sub-menu > li,.stm-layout-header-car_magazine #wrapper #header ul.magazine-menu li.stm_megamenu__boxed > .sub-menu > li {position: unset !important;}.stm-template-car_magazine #wrapper #header ul.magazine-menu li.stm_megamenu__boxed > .sub-menu > li .nav-tabs .nav-item .nav-link,.stm-layout-header-car_magazine #wrapper #header ul.magazine-menu li.stm_megamenu__boxed > .sub-menu > li .nav-tabs .nav-item .nav-link {padding: 10px 0 10px 0 !important;}.stm-template-car_magazine #wrapper #header ul.magazine-menu li.stm_megamenu:hover .sub-menu ul,.stm-layout-header-car_magazine #wrapper #header ul.magazine-menu li.stm_megamenu:hover .sub-menu ul {display: block !important;opacity: 1 !important;visibility: visible !important;position: relative !important;top: unset !important;left: unset;}.stm-template-car_magazine #wrapper #header ul.magazine-menu li.stm_megamenu .sub-menu ul.top-vehicles,.stm-layout-header-car_magazine #wrapper #header ul.magazine-menu li.stm_megamenu .sub-menu ul.top-vehicles {display: flex !important;}@media (max-width: 991px) {.stm-template-car_magazine #wrapper #header .magazine-menu-mobile li.stm_megamenu > .sub-menu,.stm-layout-header-car_magazine #wrapper #header .magazine-menu-mobile li.stm_megamenu > .sub-menu {padding: 5px 0;}.stm-template-car_magazine #wrapper #header .magazine-menu-mobile li.stm_megamenu.stm_menu_child_use_post > .sub-menu .stm_mm_post_content,.stm-layout-header-car_magazine #wrapper #header .magazine-menu-mobile li.stm_megamenu.stm_menu_child_use_post > .sub-menu .stm_mm_post_content {padding: 15px 10px !important;}}.stm-template-aircrafts #wrapper #header ul li.stm_megamenu > a:after,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu > a:after {display: none !important;}.stm-template-aircrafts #wrapper #header ul li.stm_megamenu i.fas,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu i.fas {color: #ceac61;}.stm-template-aircrafts #wrapper #header ul li.stm_megamenu > .sub-menu,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu > .sub-menu {max-width: 1120px;width: 100%;top: 90% !important;left: 50% !important;transform: translateX(-50%) translateZ(0);padding: 10px;margin: 0 10px 0 !important;z-index: 100;}.stm-template-aircrafts #wrapper #header ul li.stm_megamenu > .sub-menu > li > .menu-title, .stm-template-aircrafts #wrapper #header ul li.stm_megamenu > .sub-menu > li > a,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu > .sub-menu > li > .menu-title,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu > .sub-menu > li > a {text-transform: none;padding: 10px 0;font-weight: 700;}.stm-template-aircrafts #wrapper #header ul li.stm_megamenu > .sub-menu > li > a,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu > .sub-menu > li > a {padding: 10px 0;}.stm-template-aircrafts #wrapper #header ul li.stm_megamenu > .sub-menu > li .sub-menu,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu > .sub-menu > li .sub-menu {z-index: 100;transition: unset !important;}.stm-template-aircrafts #wrapper #header ul li.stm_megamenu > .sub-menu > li .sub-menu li,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu > .sub-menu > li .sub-menu li {float: none !important;}.stm-template-aircrafts #wrapper #header ul li.stm_megamenu > .sub-menu > li .sub-menu li > a,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu > .sub-menu > li .sub-menu li > a {padding: 10px 0;}.stm-template-aircrafts #wrapper #header ul li.stm_megamenu > .sub-menu > li .sub-menu li.stm_mega_has_info a,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu > .sub-menu > li .sub-menu li.stm_mega_has_info a {padding: 0;}.stm-template-aircrafts #wrapper #header ul li.stm_megamenu > .sub-menu > li .sub-menu li.stm_mega_has_info a .stm_mega_textarea,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu > .sub-menu > li .sub-menu li.stm_mega_has_info a .stm_mega_textarea {padding-top: 0;}.stm-template-aircrafts #wrapper #header ul li.stm_megamenu > .sub-menu a:hover,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu > .sub-menu a:hover {color: #ceac61;background: transparent;}.stm-template-aircrafts #wrapper #header ul li.stm_megamenu > .sub-menu a:after,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu > .sub-menu a:after {display: none !important;}.stm-template-aircrafts #wrapper #header ul li.stm_megamenu > .sub-menu .stm-mm-vehicle a,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu > .sub-menu .stm-mm-vehicle a {padding: 10px 0;}.stm-template-aircrafts #wrapper #header ul li.stm_megamenu > .sub-menu .stm_mm_post_content,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu > .sub-menu .stm_mm_post_content {background: #ffffff;}.stm-template-aircrafts #wrapper #header ul li.stm_megamenu > .sub-menu .stm-special-offers,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu > .sub-menu .stm-special-offers {padding-top: 10px;}.stm-template-aircrafts #wrapper #header ul li.stm_megamenu > .sub-menu .stm-special-offers a,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu > .sub-menu .stm-special-offers a {color: #002e5b;}.stm-template-aircrafts #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li {position: unset !important;}.stm-template-aircrafts #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li > .menu-title, .stm-template-aircrafts #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li > a,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li > .menu-title,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li > a {padding-left: 10px;}.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li {position: relative !important;}.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .nav-tabs .nav-item .nav-link,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .nav-tabs .nav-item .nav-link {padding: 10px 30px 10px 0;}.stm-template-aircrafts #wrapper #header ul li.stm_megamenu:hover .sub-menu .sub-menu,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu:hover .sub-menu .sub-menu {display: block !important;opacity: 1 !important;visibility: visible !important;position: relative !important;top: unset !important;left: 0 !important;box-shadow: none;}@media (max-width: 1024px) {.stm-template-aircrafts #wrapper #header ul li.stm_megamenu > .sub-menu,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu > .sub-menu {max-width: 980px;margin: 20px 0 0 !important;}}@media (max-width: 991px) {.stm-template-aircrafts #wrapper #header ul li.stm_megamenu > .sub-menu,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu > .sub-menu {padding: 5px 0;}.stm-template-aircrafts #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu .stm_mm_post_content,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu .stm_mm_post_content {padding: 15px 10px;}.stm-template-aircrafts #wrapper #header ul li.stm_megamenu:not(.stm_menu_child_use_post) > .sub-menu,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu:not(.stm_menu_child_use_post) > .sub-menu {padding-bottom: 15px;}}@media (max-width: 991px) {.stm-template-aircrafts #wrapper #header ul li.stm_megamenu .sub-menu:before,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu .sub-menu:before {display: none !important;}}.stm-template-aircrafts.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu > .sub-menu {top: 100% !important;margin: 0 !important;}@media (max-width: 1024px) {.stm-template-listing_two #wrapper #header ul li.stm_megamenu > .sub-menu,.stm-template-listing_two.stm-layout-header-listing #wrapper #header ul li.stm_megamenu > .sub-menu {margin: 0 6px !important;}}.stm-template-listing_two.stm-layout-header-car_rental #wrapper #header .stm_megamenu > .sub-menu {top: 100% !important;}.stm-template-listing_three #wrapper #header ul li.stm_megamenu > .sub-menu li,.stm-template-listing_three.stm-layout-header-listing #wrapper #header ul li.stm_megamenu > .sub-menu li {position: relative !important;}.stm-template-listing_three #wrapper #header ul li.stm_megamenu > .sub-menu li .sub-menu,.stm-template-listing_three.stm-layout-header-listing #wrapper #header ul li.stm_megamenu > .sub-menu li .sub-menu {position: relative !important;left: 0 !important;z-index: 1;padding: 0 !important;}.stm-template-listing_three #wrapper #header ul li.stm_megamenu > .sub-menu li .sub-menu:before,.stm-template-listing_three.stm-layout-header-listing #wrapper #header ul li.stm_megamenu > .sub-menu li .sub-menu:before {display: none !important;}.stm-template-listing_three #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li,.stm-template-listing_three.stm-layout-header-listing #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li {position: unset !important;}@media (max-width: 991px) {.stm-template-listing_three #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a,.stm-template-listing_three.stm-layout-header-listing #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a {margin-bottom: 0;}}@media (max-width: 1024px) {.stm-template-listing_four #wrapper #header ul li.stm_megamenu > .sub-menu, .stm-template-listing_four_elementor #wrapper #header ul li.stm_megamenu > .sub-menu,.stm-template-listing_four.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu > .sub-menu, .stm-template-listing_four_elementor.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu > .sub-menu {margin: 0 !important;}}@media (max-width: 991px) {.stm-template-listing_four #wrapper #header ul li.stm_megamenu > .sub-menu, .stm-template-listing_four_elementor #wrapper #header ul li.stm_megamenu > .sub-menu,.stm-template-listing_four.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu > .sub-menu, .stm-template-listing_four_elementor.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu > .sub-menu {padding: 5px 0;}.stm-template-listing_four #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu .stm_mm_post_content, .stm-template-listing_four_elementor #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu .stm_mm_post_content,.stm-template-listing_four.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu .stm_mm_post_content, .stm-template-listing_four_elementor.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu .stm_mm_post_content {padding: 15px 10px !important;}}@media (max-width: 991px) {.stm-template-equipment.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed {position: relative !important;}}.stm-template-equipment.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed .menu-title,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed .menu-title {color: #ffffff;}.stm-template-equipment.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed > a:after,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed > a:after {display: none;}.stm-template-equipment.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed.opened > .sub-menu,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed.opened > .sub-menu {opacity: 1;visibility: visible;}@media (min-width: 992px) {.stm-template-equipment.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed.opened > .sub-menu,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed.opened > .sub-menu {display: flex;}}.stm-template-equipment.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed.opened > .sub-menu .sub-menu,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed.opened > .sub-menu .sub-menu {display: block;opacity: 1;visibility: visible;}.stm-template-equipment.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed > .sub-menu {margin: 0 auto !important;top: 100% !important;left: 50%;transform: translateX(-50%);padding: 37px 20px 27px !important;background-color: #1d1f1f;}.stm-template-equipment.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed > .sub-menu li a,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed > .sub-menu li a {padding-top: 10px !important;color: #ffffff;}.stm-template-equipment.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed > .sub-menu li a:hover,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed > .sub-menu li a:hover {color: #ceac61;}.stm-template-equipment.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed > .sub-menu li .stm_mm_post_content,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed > .sub-menu li .stm_mm_post_content {background-color: #1d1f1f;}.stm-template-equipment.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li.active > a,.stm-template-equipment.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li.active > .menu-title,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li.active > a,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li.active > .menu-title {color: #ceac61;}.stm-template-equipment.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .sub-menu li a,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .sub-menu li a {color: #ffffff;}.stm-template-equipment.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .sub-menu li.stm_mega_has_info a .stm_mega_textarea,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .sub-menu li.stm_mega_has_info a .stm_mega_textarea {color: #ffffff;}@media (max-width: 991px) {.stm-template-equipment.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed > .sub-menu {width: auto;left: 0;transform: none;flex-direction: column;list-style: none;max-width: 260px;padding: 0 !important;box-shadow: none !important;}.stm-template-equipment.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li {margin-bottom: 30px;}.stm-template-equipment.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed > .sub-menu li,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed > .sub-menu li {width: 100%;border: none;}.stm-template-equipment.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed > .sub-menu li .arrow,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed > .sub-menu li .arrow {display: none;}.stm-template-equipment.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed > .sub-menu li a,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed > .sub-menu li a {color: #ffffff;}.stm-template-equipment.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed > .sub-menu li ul.mm-list li,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed > .sub-menu li ul.mm-list li {color: #ffffff;}}.stm-template-equipment.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed > .sub-menu ul.mm-list li,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed > .sub-menu ul.mm-list li {color: #ffffff;}.stm-template-equipment.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a {padding: 0 !important;}.stm-template-equipment.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed ul li a,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed ul li a {padding: 0 !important;}@media only screen and (max-width: 1199px) {html body.header_4 ul.header-menu li.active:after {content: "\f107" !important;}html body.header_4 ul.header-menu li.menu-item-has-children {padding-right: 40px;}html body.header_4 ul.header-menu li.menu-item-has-children a:after {display: none !important;}html body.header_4 ul.header-menu li.menu-item-has-children.active > ul.sub-menu {visibility: visible !important;opacity: 1 !important;}html body.header_4 ul.header-menu li.menu-item-has-children.active > ul.sub-menu > li {overflow: visible;}html body.header_4 ul.header-menu li.menu-item-has-children.active > ul.sub-menu > li > ul.sub-menu {visibility: visible !important;opacity: 1 !important;}html body.header_4 ul.header-menu li > ul.sub-menu > li {padding: 0 20px;}html body.header_4 ul.header-menu li > ul.sub-menu > li:after {display: none !important;}}@media only screen and (max-width: 1023px) {html body #wrapper #header li.menu-item-object-stm_megamenu {margin-top: 10px;}html body ul li.stm_megamenu__boxed > .sub-menu,html body #wrapper #header ul li.stm_megamenu__boxed > .sub-menu {max-width: 990px;padding: 15px 0;overflow: hidden;}html body ul li.stm_megamenu__boxed > .sub-menu ul,html body #wrapper #header ul li.stm_megamenu__boxed > .sub-menu ul {width: auto;}}@media only screen and (max-width: 991px) {html body ul li.stm_megamenu__boxed > .sub-menu,html body #wrapper #header ul li.stm_megamenu__boxed > .sub-menu {max-width: 960px;padding: 10px 0;overflow: hidden;}html body ul li.stm_megamenu__boxed > .sub-menu ul,html body #wrapper #header ul li.stm_megamenu__boxed > .sub-menu ul {width: auto;}}@media (max-width: 1024px) {.stm-template-listing.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu,.stm-template-listing.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-template-listing_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu,.stm-template-listing_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-template-listing_three.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu,.stm-template-listing_three.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-template-boats.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu,.stm-template-boats.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-template-motorcycle.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu,.stm-template-motorcycle.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-template-car_magazine.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu,.stm-template-car_magazine.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-template-aircrafts.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu,.stm-template-aircrafts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-template-auto_parts.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu,.stm-template-auto_parts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-template-ev_dealer.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu,.stm-template-ev_dealer.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-template-car_dealer_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu,.stm-template-car_dealer_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu {flex-direction: row;flex-wrap: wrap;max-width: none;width: 100%;padding: 27px 0;overflow: hidden;background: #ffffff;margin: 0 !important;}.stm-template-listing.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu:before,.stm-template-listing.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu:before,.stm-template-listing_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu:before,.stm-template-listing_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu:before,.stm-template-listing_three.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu:before,.stm-template-listing_three.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu:before,.stm-template-boats.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu:before,.stm-template-boats.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu:before,.stm-template-motorcycle.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu:before,.stm-template-motorcycle.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu:before,.stm-template-car_magazine.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu:before,.stm-template-car_magazine.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu:before,.stm-template-aircrafts.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu:before,.stm-template-aircrafts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu:before,.stm-template-auto_parts.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu:before,.stm-template-auto_parts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu:before,.stm-template-ev_dealer.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu:before,.stm-template-ev_dealer.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu:before,.stm-template-car_dealer_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu:before,.stm-template-car_dealer_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu:before {display: none !important;}.stm-template-listing.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-template-listing.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-template-listing_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-template-listing_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-template-listing_three.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-template-listing_three.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-template-boats.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-template-boats.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-template-motorcycle.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-template-motorcycle.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-template-car_magazine.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-template-car_magazine.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-template-aircrafts.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-template-aircrafts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-template-auto_parts.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-template-auto_parts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-template-ev_dealer.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-template-ev_dealer.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-template-car_dealer_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-template-car_dealer_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before {display: none !important;}.stm-template-listing.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li,.stm-template-listing.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li,.stm-template-listing_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li,.stm-template-listing_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li,.stm-template-listing_three.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li,.stm-template-listing_three.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li,.stm-template-boats.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li,.stm-template-boats.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li,.stm-template-motorcycle.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li,.stm-template-motorcycle.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li,.stm-template-car_magazine.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li,.stm-template-car_magazine.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li,.stm-template-aircrafts.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li,.stm-template-aircrafts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li,.stm-template-auto_parts.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li,.stm-template-auto_parts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li,.stm-template-ev_dealer.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li,.stm-template-ev_dealer.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li,.stm-template-car_dealer_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li,.stm-template-car_dealer_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li {width: 100%;border: none !important;flex: unset;}.stm-template-listing.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-template-listing.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-template-listing_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-template-listing_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-template-listing_three.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-template-listing_three.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-template-boats.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-template-boats.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-template-motorcycle.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-template-motorcycle.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-template-car_magazine.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-template-car_magazine.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-template-aircrafts.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-template-aircrafts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-template-auto_parts.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-template-auto_parts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-template-ev_dealer.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-template-ev_dealer.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-template-car_dealer_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-template-car_dealer_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2) {border-right: none;}.stm-template-listing.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-template-listing.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-template-listing_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-template-listing_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-template-listing_three.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-template-listing_three.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-template-boats.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-template-boats.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-template-motorcycle.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-template-motorcycle.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-template-car_magazine.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-template-car_magazine.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-template-aircrafts.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-template-aircrafts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-template-auto_parts.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-template-auto_parts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-template-ev_dealer.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-template-ev_dealer.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-template-car_dealer_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-template-car_dealer_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li a {height: auto;color: #153e4d;}.stm-template-listing.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-template-listing.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-template-listing_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-template-listing_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-template-listing_three.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-template-listing_three.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-template-boats.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-template-boats.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-template-motorcycle.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-template-motorcycle.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-template-car_magazine.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-template-car_magazine.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-template-aircrafts.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-template-aircrafts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-template-auto_parts.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-template-auto_parts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-template-ev_dealer.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-template-ev_dealer.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-template-car_dealer_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-template-car_dealer_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers {padding-top: 10px;}.stm-template-listing.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li > a, .stm-template-listing.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-template-listing.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-template-listing.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-template-listing_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-template-listing_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-template-listing_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-template-listing_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-template-listing_three.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-template-listing_three.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-template-listing_three.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-template-listing_three.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-template-boats.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-template-boats.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-template-boats.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-template-boats.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-template-motorcycle.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-template-motorcycle.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-template-motorcycle.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-template-motorcycle.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-template-car_magazine.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-template-car_magazine.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-template-car_magazine.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-template-car_magazine.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-template-aircrafts.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-template-aircrafts.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-template-aircrafts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-template-aircrafts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-template-auto_parts.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-template-auto_parts.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-template-auto_parts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-template-auto_parts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-template-ev_dealer.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-template-ev_dealer.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-template-ev_dealer.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-template-ev_dealer.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-template-car_dealer_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-template-car_dealer_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-template-car_dealer_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-template-car_dealer_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .menu-title {padding-bottom: 0 !important;height: auto !important;line-height: 20px;}.stm-template-listing.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-template-listing.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-template-listing_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-template-listing_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-template-listing_three.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-template-listing_three.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-template-boats.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-template-boats.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-template-motorcycle.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-template-motorcycle.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-template-car_magazine.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-template-car_magazine.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-template-aircrafts.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-template-aircrafts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-template-auto_parts.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-template-auto_parts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-template-ev_dealer.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-template-ev_dealer.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-template-car_dealer_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-template-car_dealer_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li ul li a {background: transparent;padding: 10px 0;}.stm-template-listing.stm-layout-header-car_rental ul li.stm_megamenu__boxed.active > .sub-menu,.stm-template-listing.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.active > .sub-menu,.stm-template-listing_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed.active > .sub-menu,.stm-template-listing_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.active > .sub-menu,.stm-template-listing_three.stm-layout-header-car_rental ul li.stm_megamenu__boxed.active > .sub-menu,.stm-template-listing_three.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.active > .sub-menu,.stm-template-boats.stm-layout-header-car_rental ul li.stm_megamenu__boxed.active > .sub-menu,.stm-template-boats.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.active > .sub-menu,.stm-template-motorcycle.stm-layout-header-car_rental ul li.stm_megamenu__boxed.active > .sub-menu,.stm-template-motorcycle.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.active > .sub-menu,.stm-template-car_magazine.stm-layout-header-car_rental ul li.stm_megamenu__boxed.active > .sub-menu,.stm-template-car_magazine.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.active > .sub-menu,.stm-template-aircrafts.stm-layout-header-car_rental ul li.stm_megamenu__boxed.active > .sub-menu,.stm-template-aircrafts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.active > .sub-menu,.stm-template-auto_parts.stm-layout-header-car_rental ul li.stm_megamenu__boxed.active > .sub-menu,.stm-template-auto_parts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.active > .sub-menu,.stm-template-ev_dealer.stm-layout-header-car_rental ul li.stm_megamenu__boxed.active > .sub-menu,.stm-template-ev_dealer.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.active > .sub-menu,.stm-template-car_dealer_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed.active > .sub-menu,.stm-template-car_dealer_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.active > .sub-menu {display: flex !important;}.stm-template-listing.stm-layout-header-car_rental ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-template-listing.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-template-listing_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-template-listing_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-template-listing_three.stm-layout-header-car_rental ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-template-listing_three.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-template-boats.stm-layout-header-car_rental ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-template-boats.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-template-motorcycle.stm-layout-header-car_rental ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-template-motorcycle.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-template-car_magazine.stm-layout-header-car_rental ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-template-car_magazine.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-template-aircrafts.stm-layout-header-car_rental ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-template-aircrafts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-template-auto_parts.stm-layout-header-car_rental ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-template-auto_parts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-template-ev_dealer.stm-layout-header-car_rental ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-template-ev_dealer.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-template-car_dealer_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-template-car_dealer_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu {display: flex !important;}.stm-template-listing.stm-layout-header-car_rental ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-template-listing.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-template-listing_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-template-listing_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-template-listing_three.stm-layout-header-car_rental ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-template-listing_three.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-template-boats.stm-layout-header-car_rental ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-template-boats.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-template-motorcycle.stm-layout-header-car_rental ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-template-motorcycle.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-template-car_magazine.stm-layout-header-car_rental ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-template-car_magazine.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-template-aircrafts.stm-layout-header-car_rental ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-template-aircrafts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-template-auto_parts.stm-layout-header-car_rental ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-template-auto_parts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-template-ev_dealer.stm-layout-header-car_rental ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-template-ev_dealer.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-template-car_dealer_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-template-car_dealer_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu {display: block !important;}.stm-template-listing.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-listing.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-listing_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-listing_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-listing_three.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-listing_three.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-boats.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-boats.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-motorcycle.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-motorcycle.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-car_magazine.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-car_magazine.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-aircrafts.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-aircrafts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-auto_parts.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-auto_parts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-ev_dealer.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-ev_dealer.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-car_dealer_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-car_dealer_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu {flex-direction: column;justify-content: flex-start;align-items: flex-start;min-height: 340px;padding: 20px;}.stm-template-listing.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-template-listing.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-template-listing_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-template-listing_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-template-listing_three.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-template-listing_three.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-template-boats.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-template-boats.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-template-motorcycle.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-template-motorcycle.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-template-car_magazine.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-template-car_magazine.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-template-aircrafts.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-template-aircrafts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-template-auto_parts.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-template-auto_parts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-template-ev_dealer.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-template-ev_dealer.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-template-car_dealer_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-template-car_dealer_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before {display: none;}.stm-template-listing.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-listing.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-listing_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-listing_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-listing_three.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-listing_three.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-boats.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-boats.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-motorcycle.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-motorcycle.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-car_magazine.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-car_magazine.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-aircrafts.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-aircrafts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-auto_parts.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-auto_parts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-ev_dealer.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-ev_dealer.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-car_dealer_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-car_dealer_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item {display: flex;flex-direction: column;flex-wrap: nowrap;align-items: flex-start;justify-content: flex-start;width: 100%;}.stm-template-listing.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title, .stm-template-listing.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-listing.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-listing.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-listing_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-listing_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-listing_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-listing_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-listing_three.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-listing_three.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-listing_three.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-listing_three.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-boats.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-boats.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-boats.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-boats.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-motorcycle.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-motorcycle.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-motorcycle.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-motorcycle.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-car_magazine.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-car_magazine.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-car_magazine.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-car_magazine.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-aircrafts.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-aircrafts.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-aircrafts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-aircrafts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-auto_parts.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-auto_parts.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-auto_parts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-auto_parts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-ev_dealer.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-ev_dealer.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-ev_dealer.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-ev_dealer.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-car_dealer_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-car_dealer_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-car_dealer_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-car_dealer_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a {width: 100%;white-space: nowrap;text-overflow: ellipsis;border-left: none;border-bottom: 2px solid #ceac61;padding: 10px 20px !important;color: #153e4d;background: #f5f7f7 !important;z-index: 10;position: relative;}.stm-template-listing.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title, .stm-template-listing.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a, .stm-template-listing.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title, .stm-template-listing.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-listing.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-listing.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-listing.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-listing.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-listing_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-listing_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-listing_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-listing_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-listing_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-listing_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-listing_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-listing_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-listing_three.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-listing_three.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-listing_three.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-listing_three.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-listing_three.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-listing_three.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-listing_three.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-listing_three.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-boats.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-boats.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-boats.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-boats.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-boats.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-boats.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-boats.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-boats.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-motorcycle.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-motorcycle.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-motorcycle.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-motorcycle.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-motorcycle.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-motorcycle.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-motorcycle.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-motorcycle.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-car_magazine.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-car_magazine.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-car_magazine.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-car_magazine.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-car_magazine.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-car_magazine.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-car_magazine.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-car_magazine.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-aircrafts.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-aircrafts.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-aircrafts.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-aircrafts.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-aircrafts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-aircrafts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-aircrafts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-aircrafts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-auto_parts.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-auto_parts.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-auto_parts.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-auto_parts.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-auto_parts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-auto_parts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-auto_parts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-auto_parts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-ev_dealer.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-ev_dealer.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-ev_dealer.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-ev_dealer.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-ev_dealer.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-ev_dealer.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-ev_dealer.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-ev_dealer.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-car_dealer_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-car_dealer_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-car_dealer_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-car_dealer_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-car_dealer_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-car_dealer_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-car_dealer_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-car_dealer_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a {color: #153e4d;border-bottom-color: #ceac61;}.stm-template-listing.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before, .stm-template-listing.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-listing.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-listing.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-listing_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-listing_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-listing_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-listing_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-listing_three.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-listing_three.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-listing_three.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-listing_three.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-boats.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-boats.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-boats.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-boats.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-motorcycle.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-motorcycle.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-motorcycle.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-motorcycle.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-car_magazine.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-car_magazine.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-car_magazine.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-car_magazine.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-aircrafts.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-aircrafts.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-aircrafts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-aircrafts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-auto_parts.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-auto_parts.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-auto_parts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-auto_parts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-ev_dealer.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-ev_dealer.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-ev_dealer.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-ev_dealer.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-car_dealer_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-car_dealer_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-car_dealer_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-car_dealer_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before {height: 0;}.stm-template-listing.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-template-listing.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-template-listing_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-template-listing_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-template-listing_three.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-template-listing_three.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-template-boats.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-template-boats.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-template-motorcycle.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-template-motorcycle.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-template-car_magazine.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-template-car_magazine.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-template-aircrafts.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-template-aircrafts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-template-auto_parts.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-template-auto_parts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-template-ev_dealer.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-template-ev_dealer.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-template-car_dealer_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-template-car_dealer_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after {content: "\f078";}.stm-template-listing.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-listing.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-listing_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-listing_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-listing_three.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-listing_three.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-boats.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-boats.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-motorcycle.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-motorcycle.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-car_magazine.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-car_magazine.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-aircrafts.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-aircrafts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-auto_parts.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-auto_parts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-ev_dealer.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-ev_dealer.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-car_dealer_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-car_dealer_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content {position: relative;top: unset;left: unset;right: unset;width: 100%;padding: 5px 0;max-height: none;height: 100%;}.stm-template-listing.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-listing.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-listing_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-listing_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-listing_three.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-listing_three.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-boats.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-boats.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-motorcycle.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-motorcycle.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-car_magazine.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-car_magazine.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-aircrafts.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-aircrafts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-auto_parts.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-auto_parts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-ev_dealer.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-ev_dealer.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-car_dealer_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-car_dealer_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before {content: "";display: block;height: 100%;background: transparent;position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 30;transition: height 0.5s ease-in-out;}.stm-template-listing.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-listing.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-listing_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-listing_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-listing_three.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-listing_three.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-boats.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-boats.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-motorcycle.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-motorcycle.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-car_magazine.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-car_magazine.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-aircrafts.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-aircrafts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-auto_parts.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-auto_parts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-ev_dealer.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-ev_dealer.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-car_dealer_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-car_dealer_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row {margin: 0 !important;}.stm-template-listing.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-listing.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-listing_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-listing_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-listing_three.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-listing_three.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-boats.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-boats.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-motorcycle.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-motorcycle.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-car_magazine.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-car_magazine.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-aircrafts.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-aircrafts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-auto_parts.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-auto_parts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-ev_dealer.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-ev_dealer.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-car_dealer_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-car_dealer_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container {width: 100%;padding: 0 !important;margin-bottom: 30px;}.stm-template-listing.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-listing.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-listing_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-listing_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-listing_three.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-listing_three.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-boats.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-boats.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-motorcycle.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-motorcycle.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-car_magazine.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-car_magazine.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-aircrafts.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-aircrafts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-auto_parts.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-auto_parts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-ev_dealer.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-ev_dealer.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-car_dealer_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-car_dealer_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child {margin-bottom: 0;}.stm-template-listing.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-listing.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-listing_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-listing_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-listing_three.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-listing_three.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-boats.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-boats.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-motorcycle.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-motorcycle.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-car_magazine.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-car_magazine.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-aircrafts.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-aircrafts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-auto_parts.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-auto_parts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-ev_dealer.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-ev_dealer.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-car_dealer_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-car_dealer_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before {display: none;}.stm-template-listing.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-listing.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-listing_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-listing_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-listing_three.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-listing_three.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-boats.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-boats.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-motorcycle.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-motorcycle.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-car_magazine.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-car_magazine.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-aircrafts.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-aircrafts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-auto_parts.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-auto_parts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-ev_dealer.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-ev_dealer.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-car_dealer_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-car_dealer_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div {padding: 0;}.stm-template-listing.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-listing.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-listing_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-listing_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-listing_three.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-listing_three.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-boats.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-boats.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-motorcycle.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-motorcycle.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-car_magazine.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-car_magazine.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-aircrafts.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-aircrafts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-auto_parts.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-auto_parts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-ev_dealer.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-ev_dealer.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-car_dealer_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-car_dealer_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item {margin-right: 0;}.stm-template-listing.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-listing.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-listing_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-listing_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-listing_three.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-listing_three.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-boats.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-boats.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-motorcycle.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-motorcycle.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-car_magazine.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-car_magazine.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-aircrafts.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-aircrafts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-auto_parts.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-auto_parts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-ev_dealer.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-ev_dealer.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-car_dealer_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-car_dealer_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a {padding: 0 10px !important;height: 40px;}.stm-template-listing.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-listing.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-listing_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-listing_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-listing_three.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-listing_three.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-boats.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-boats.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-motorcycle.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-motorcycle.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-car_magazine.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-car_magazine.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-aircrafts.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-aircrafts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-auto_parts.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-auto_parts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-ev_dealer.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-ev_dealer.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-car_dealer_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-car_dealer_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before {width: 100%;}.stm-template-listing.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-listing.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-listing_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-listing_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-listing_three.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-listing_three.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-boats.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-boats.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-motorcycle.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-motorcycle.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-car_magazine.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-car_magazine.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-aircrafts.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-aircrafts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-auto_parts.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-auto_parts.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-ev_dealer.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-ev_dealer.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-car_dealer_two.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-car_dealer_two.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a {padding: 0 20px 0 10px !important;line-height: 30px;position: relative;z-index: 10;}.stm-template-listing.stm-layout-header-car_rental .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap,.stm-template-listing_two.stm-layout-header-car_rental .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap,.stm-template-listing_three.stm-layout-header-car_rental .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap,.stm-template-boats.stm-layout-header-car_rental .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap,.stm-template-motorcycle.stm-layout-header-car_rental .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap,.stm-template-car_magazine.stm-layout-header-car_rental .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap,.stm-template-aircrafts.stm-layout-header-car_rental .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap,.stm-template-auto_parts.stm-layout-header-car_rental .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap,.stm-template-ev_dealer.stm-layout-header-car_rental .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap,.stm-template-car_dealer_two.stm-layout-header-car_rental .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap {flex-wrap: wrap;justify-content: space-between;}.stm-template-listing.stm-layout-header-car_rental .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle,.stm-template-listing_two.stm-layout-header-car_rental .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle,.stm-template-listing_three.stm-layout-header-car_rental .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle,.stm-template-boats.stm-layout-header-car_rental .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle,.stm-template-motorcycle.stm-layout-header-car_rental .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle,.stm-template-car_magazine.stm-layout-header-car_rental .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle,.stm-template-aircrafts.stm-layout-header-car_rental .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle,.stm-template-auto_parts.stm-layout-header-car_rental .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle,.stm-template-ev_dealer.stm-layout-header-car_rental .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle,.stm-template-car_dealer_two.stm-layout-header-car_rental .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle {width: 48% !important;margin: 0 0 20px !important;}html body.stm-layout-header-car_rental #wrapper #header ul .stm_megamenu > ul.sub-menu > li .menu-title, html body.stm-layout-header-car_rental #wrapper #header ul .stm_megamenu > ul.sub-menu > li > a {padding-left: 0;}html body.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu,html body.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu {flex-direction: row;flex-wrap: wrap;max-width: none;width: 100%;padding: 10px 0;overflow: hidden;background: #ffffff;margin: 0 !important;}html body.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu:before,html body.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu:before {display: none !important;}html body.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,html body.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before {display: none !important;}html body.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li,html body.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li {width: 100%;border: none !important;flex: unset;}html body.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),html body.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2) {border-right: none;}html body.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li a,html body.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li a {height: auto;color: #153e4d;}html body.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,html body.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers {padding-top: 10px;}html body.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li > a, html body.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,html body.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a,html body.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .menu-title {padding-bottom: 0 !important;height: auto !important;line-height: 20px;}html body.stm-layout-header-car_rental ul li.stm_megamenu__boxed > .sub-menu > li ul li a,html body.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li ul li a {background: transparent;padding: 10px 0;}html body.stm-layout-header-car_rental ul li.stm_megamenu__boxed.active > .sub-menu,html body.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.active > .sub-menu {display: flex !important;}html body.stm-layout-header-car_rental ul li.stm_megamenu__boxed.show_submenu > .sub-menu,html body.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu {display: flex !important;}html body.stm-layout-header-car_rental ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,html body.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu {display: block !important;}html body.stm-layout-header-car_rental ul li.stm_megamenu__boxed .stm-special-offers,html body.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed .stm-special-offers {margin-top: 15px;margin-bottom: 10px;}html body.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,html body.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu {flex-direction: column;justify-content: flex-start;align-items: flex-start;min-height: 340px;padding: 20px;}html body.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,html body.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before {display: none;}html body.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,html body.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item {display: flex;flex-direction: column;flex-wrap: nowrap;align-items: flex-start;justify-content: flex-start;width: 100%;}html body.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title, html body.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,html body.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,html body.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a {width: 100%;white-space: nowrap;text-overflow: ellipsis;border-left: none;border-bottom: 2px solid #ceac61;padding: 10px 20px !important;color: #153e4d;background: #f5f7f7 !important;z-index: 10;position: relative;}html body.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title, html body.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a, html body.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title, html body.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,html body.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,html body.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,html body.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,html body.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a {color: #153e4d;border-bottom-color: #ceac61;}html body.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before, html body.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,html body.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,html body.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before {height: 0;}html body.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,html body.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after {content: "\f078";}html body.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,html body.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content {position: relative;top: unset;left: unset;right: unset;width: 100%;padding: 5px 0;max-height: none;height: 100%;}html body.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,html body.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before {content: "";display: block;height: 100%;background: transparent;position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 30;transition: height 0.5s ease-in-out;}html body.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,html body.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row {margin: 0 !important;}html body.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,html body.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container {width: 100%;padding: 0 !important;margin-bottom: 30px;}html body.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,html body.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child {margin-bottom: 0;}html body.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,html body.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before {display: none;}html body.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,html body.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div {padding: 0;}html body.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,html body.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item {margin-right: 0;}html body.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,html body.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a {padding: 0 10px !important;height: 40px;}html body.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,html body.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before {width: 100%;}html body.stm-layout-header-car_rental ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,html body.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a {padding: 0 20px 0 10px !important;line-height: 30px;position: relative;z-index: 10;}html body.stm-layout-header-car_rental .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap {flex-wrap: wrap;justify-content: space-between;}html body.stm-layout-header-car_rental .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle {width: 48% !important;margin: 0 0 20px !important;}html body #wrapper #header ul li.stm_megamenu > ul.sub-menu .stm-special-offers {padding-top: 15px;}html body #wrapper #header ul li.stm_megamenu > ul.sub-menu .stm-special-offers .special-wrap {margin-bottom: 15px;}}@media (max-width: 991px) {.stm-template-listing ul li.stm_megamenu__boxed > .sub-menu,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-template-listing_two ul li.stm_megamenu__boxed > .sub-menu,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-template-listing_three ul li.stm_megamenu__boxed > .sub-menu,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-template-motorcycle ul li.stm_megamenu__boxed > .sub-menu,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-template-car_magazine ul li.stm_megamenu__boxed > .sub-menu,.stm-template-car_magazine #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-template-aircrafts ul li.stm_megamenu__boxed > .sub-menu,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-template-auto_parts ul li.stm_megamenu__boxed > .sub-menu,.stm-template-auto_parts #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-template-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-template-ev_dealer ul li.stm_megamenu__boxed > .sub-menu,.stm-template-ev_dealer #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed > .sub-menu,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-layout-header-boats ul li.stm_megamenu__boxed > .sub-menu,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-layout-header-ev_dealer ul li.stm_megamenu__boxed > .sub-menu,.stm-layout-header-ev_dealer #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-layout-header-equipment ul li.stm_megamenu__boxed > .sub-menu,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-layout-header-listing ul li.stm_megamenu__boxed > .sub-menu,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-layout-header-car_magazine ul li.stm_megamenu__boxed > .sub-menu,.stm-layout-header-car_magazine #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed > .sub-menu,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed > .sub-menu {flex-direction: row;flex-wrap: wrap;max-width: none;width: 100%;padding: 10px 0;overflow: hidden;background: #ffffff;margin: 0 !important;}.stm-template-listing ul li.stm_megamenu__boxed > .sub-menu:before,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed > .sub-menu:before,.stm-template-listing_two ul li.stm_megamenu__boxed > .sub-menu:before,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu:before,.stm-template-listing_three ul li.stm_megamenu__boxed > .sub-menu:before,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed > .sub-menu:before,.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu:before,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu:before,.stm-template-motorcycle ul li.stm_megamenu__boxed > .sub-menu:before,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed > .sub-menu:before,.stm-template-car_magazine ul li.stm_megamenu__boxed > .sub-menu:before,.stm-template-car_magazine #wrapper #header ul li.stm_megamenu__boxed > .sub-menu:before,.stm-template-aircrafts ul li.stm_megamenu__boxed > .sub-menu:before,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed > .sub-menu:before,.stm-template-auto_parts ul li.stm_megamenu__boxed > .sub-menu:before,.stm-template-auto_parts #wrapper #header ul li.stm_megamenu__boxed > .sub-menu:before,.stm-template-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu:before,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu:before,.stm-template-ev_dealer ul li.stm_megamenu__boxed > .sub-menu:before,.stm-template-ev_dealer #wrapper #header ul li.stm_megamenu__boxed > .sub-menu:before,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed > .sub-menu:before,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed > .sub-menu:before,.stm-layout-header-boats ul li.stm_megamenu__boxed > .sub-menu:before,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu:before,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu:before,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed > .sub-menu:before,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu:before,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu:before,.stm-layout-header-ev_dealer ul li.stm_megamenu__boxed > .sub-menu:before,.stm-layout-header-ev_dealer #wrapper #header ul li.stm_megamenu__boxed > .sub-menu:before,.stm-layout-header-equipment ul li.stm_megamenu__boxed > .sub-menu:before,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed > .sub-menu:before,.stm-layout-header-listing ul li.stm_megamenu__boxed > .sub-menu:before,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed > .sub-menu:before,.stm-layout-header-car_magazine ul li.stm_megamenu__boxed > .sub-menu:before,.stm-layout-header-car_magazine #wrapper #header ul li.stm_megamenu__boxed > .sub-menu:before,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed > .sub-menu:before,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed > .sub-menu:before {display: none !important;}.stm-template-listing ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-template-listing_two ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-template-listing_three ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-template-motorcycle ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-template-car_magazine ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-template-car_magazine #wrapper #header ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-template-aircrafts ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-template-auto_parts ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-template-auto_parts #wrapper #header ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-template-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-template-ev_dealer ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-template-ev_dealer #wrapper #header ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-layout-header-boats ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-layout-header-ev_dealer ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-layout-header-ev_dealer #wrapper #header ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-layout-header-equipment ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-layout-header-listing ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-layout-header-car_magazine ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-layout-header-car_magazine #wrapper #header ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed > .sub-menu .sub-menu:before {display: none !important;}.stm-template-listing ul li.stm_megamenu__boxed > .sub-menu > li,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li,.stm-template-listing_two ul li.stm_megamenu__boxed > .sub-menu > li,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li,.stm-template-listing_three ul li.stm_megamenu__boxed > .sub-menu > li,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li,.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu > li,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li,.stm-template-motorcycle ul li.stm_megamenu__boxed > .sub-menu > li,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li,.stm-template-car_magazine ul li.stm_megamenu__boxed > .sub-menu > li,.stm-template-car_magazine #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li,.stm-template-aircrafts ul li.stm_megamenu__boxed > .sub-menu > li,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li,.stm-template-auto_parts ul li.stm_megamenu__boxed > .sub-menu > li,.stm-template-auto_parts #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li,.stm-template-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu > li,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li,.stm-template-ev_dealer ul li.stm_megamenu__boxed > .sub-menu > li,.stm-template-ev_dealer #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed > .sub-menu > li,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li,.stm-layout-header-boats ul li.stm_megamenu__boxed > .sub-menu > li,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu > li,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu > li,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li,.stm-layout-header-ev_dealer ul li.stm_megamenu__boxed > .sub-menu > li,.stm-layout-header-ev_dealer #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li,.stm-layout-header-equipment ul li.stm_megamenu__boxed > .sub-menu > li,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li,.stm-layout-header-listing ul li.stm_megamenu__boxed > .sub-menu > li,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li,.stm-layout-header-car_magazine ul li.stm_megamenu__boxed > .sub-menu > li,.stm-layout-header-car_magazine #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed > .sub-menu > li,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li {width: 100%;border: none !important;flex: unset;}.stm-template-listing ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-template-listing_two ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-template-listing_three ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-template-motorcycle ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-template-car_magazine ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-template-car_magazine #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-template-aircrafts ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-template-auto_parts ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-template-auto_parts #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-template-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-template-ev_dealer ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-template-ev_dealer #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-layout-header-aircrafts ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-layout-header-boats ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-layout-header-ev_dealer ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-layout-header-ev_dealer #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-layout-header-equipment ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-layout-header-listing ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-layout-header-car_magazine ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-layout-header-car_magazine #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-layout-header-motorcycle ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2) {border-right: none;}.stm-template-listing ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-template-listing_two ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-template-listing_three ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-template-motorcycle ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-template-car_magazine ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-template-car_magazine #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-template-aircrafts ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-template-auto_parts ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-template-auto_parts #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-template-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-template-ev_dealer ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-template-ev_dealer #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-layout-header-boats ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-layout-header-ev_dealer ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-layout-header-ev_dealer #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-layout-header-equipment ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-layout-header-listing ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-layout-header-car_magazine ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-layout-header-car_magazine #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li a {height: auto;color: #153e4d;}.stm-template-listing ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-template-listing_two ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-template-listing_three ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-template-motorcycle ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-template-car_magazine ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-template-car_magazine #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-template-aircrafts ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-template-auto_parts ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-template-auto_parts #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-template-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-template-ev_dealer ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-template-ev_dealer #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-layout-header-boats ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-layout-header-ev_dealer ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-layout-header-ev_dealer #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-layout-header-equipment ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-layout-header-listing ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-layout-header-car_magazine ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-layout-header-car_magazine #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers {padding-top: 10px;}.stm-template-listing ul li.stm_megamenu__boxed > .sub-menu > li > a, .stm-template-listing ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-template-listing_two ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-template-listing_two ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-template-listing_three ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-template-listing_three ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-template-motorcycle ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-template-motorcycle ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-template-car_magazine ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-template-car_magazine ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-template-car_magazine #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-template-car_magazine #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-template-aircrafts ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-template-aircrafts ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-template-auto_parts ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-template-auto_parts ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-template-auto_parts #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-template-auto_parts #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-template-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-template-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-template-ev_dealer ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-template-ev_dealer ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-template-ev_dealer #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-template-ev_dealer #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-layout-header-boats ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-layout-header-boats ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-layout-header-ev_dealer ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-layout-header-ev_dealer ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-layout-header-ev_dealer #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-layout-header-ev_dealer #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-layout-header-equipment ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-layout-header-equipment ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-layout-header-listing ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-layout-header-listing ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-layout-header-car_magazine ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-layout-header-car_magazine ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-layout-header-car_magazine #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-layout-header-car_magazine #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .menu-title {padding-bottom: 0 !important;height: auto !important;line-height: 20px;}.stm-template-listing ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-template-listing_two ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-template-listing_three ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-template-motorcycle ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-template-car_magazine ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-template-car_magazine #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-template-aircrafts ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-template-auto_parts ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-template-auto_parts #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-template-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-template-ev_dealer ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-template-ev_dealer #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-layout-header-boats ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-layout-header-ev_dealer ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-layout-header-ev_dealer #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-layout-header-equipment ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-layout-header-listing ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-layout-header-car_magazine ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-layout-header-car_magazine #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li ul li a {background: transparent;padding: 10px 0;}.stm-template-listing ul li.stm_megamenu__boxed.active > .sub-menu,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed.active > .sub-menu,.stm-template-listing_two ul li.stm_megamenu__boxed.active > .sub-menu,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed.active > .sub-menu,.stm-template-listing_three ul li.stm_megamenu__boxed.active > .sub-menu,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed.active > .sub-menu,.stm-template-boats ul li.stm_megamenu__boxed.active > .sub-menu,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.active > .sub-menu,.stm-template-motorcycle ul li.stm_megamenu__boxed.active > .sub-menu,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed.active > .sub-menu,.stm-template-car_magazine ul li.stm_megamenu__boxed.active > .sub-menu,.stm-template-car_magazine #wrapper #header ul li.stm_megamenu__boxed.active > .sub-menu,.stm-template-aircrafts ul li.stm_megamenu__boxed.active > .sub-menu,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed.active > .sub-menu,.stm-template-auto_parts ul li.stm_megamenu__boxed.active > .sub-menu,.stm-template-auto_parts #wrapper #header ul li.stm_megamenu__boxed.active > .sub-menu,.stm-template-car_dealer_two ul li.stm_megamenu__boxed.active > .sub-menu,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.active > .sub-menu,.stm-template-ev_dealer ul li.stm_megamenu__boxed.active > .sub-menu,.stm-template-ev_dealer #wrapper #header ul li.stm_megamenu__boxed.active > .sub-menu,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed.active > .sub-menu,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed.active > .sub-menu,.stm-layout-header-boats ul li.stm_megamenu__boxed.active > .sub-menu,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed.active > .sub-menu,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed.active > .sub-menu,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.active > .sub-menu,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed.active > .sub-menu,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.active > .sub-menu,.stm-layout-header-ev_dealer ul li.stm_megamenu__boxed.active > .sub-menu,.stm-layout-header-ev_dealer #wrapper #header ul li.stm_megamenu__boxed.active > .sub-menu,.stm-layout-header-equipment ul li.stm_megamenu__boxed.active > .sub-menu,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed.active > .sub-menu,.stm-layout-header-listing ul li.stm_megamenu__boxed.active > .sub-menu,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed.active > .sub-menu,.stm-layout-header-car_magazine ul li.stm_megamenu__boxed.active > .sub-menu,.stm-layout-header-car_magazine #wrapper #header ul li.stm_megamenu__boxed.active > .sub-menu,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed.active > .sub-menu,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed.active > .sub-menu {display: flex !important;}.stm-template-listing ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-template-listing_two ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-template-listing_three ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-template-boats ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-template-motorcycle ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-template-car_magazine ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-template-car_magazine #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-template-aircrafts ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-template-auto_parts ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-template-auto_parts #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-template-car_dealer_two ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-template-ev_dealer ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-template-ev_dealer #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-layout-header-boats ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-layout-header-ev_dealer ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-layout-header-ev_dealer #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-layout-header-equipment ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-layout-header-listing ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-layout-header-car_magazine ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-layout-header-car_magazine #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu {display: flex !important;}.stm-template-listing ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-template-listing_two ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-template-listing_three ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-template-boats ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-template-motorcycle ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-template-car_magazine ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-template-car_magazine #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-template-aircrafts ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-template-auto_parts ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-template-auto_parts #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-template-car_dealer_two ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-template-ev_dealer ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-template-ev_dealer #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-layout-header-boats ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-layout-header-ev_dealer ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-layout-header-ev_dealer #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-layout-header-equipment ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-layout-header-listing ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-layout-header-car_magazine ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-layout-header-car_magazine #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu .sub-menu {display: block !important;}.stm-template-listing ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-listing_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-listing_three ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-motorcycle ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-car_magazine ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-car_magazine #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-aircrafts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-auto_parts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-auto_parts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-car_dealer_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-ev_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-ev_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-layout-header-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-layout-header-ev_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-layout-header-ev_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-layout-header-equipment ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-layout-header-listing ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-layout-header-car_magazine ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-layout-header-car_magazine #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu {flex-direction: column;justify-content: flex-start;align-items: flex-start;min-height: 340px;padding: 20px;}.stm-template-listing ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-template-listing_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-template-listing_three ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-template-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-template-motorcycle ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-template-car_magazine ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-template-car_magazine #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-template-aircrafts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-template-auto_parts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-template-auto_parts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-template-car_dealer_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-template-ev_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-template-ev_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-layout-header-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-layout-header-ev_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-layout-header-ev_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-layout-header-equipment ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-layout-header-listing ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-layout-header-car_magazine ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-layout-header-car_magazine #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before {display: none;}.stm-template-listing ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-listing_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-listing_three ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-motorcycle ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-car_magazine ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-car_magazine #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-aircrafts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-auto_parts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-auto_parts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-car_dealer_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-ev_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-ev_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-layout-header-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-layout-header-ev_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-layout-header-ev_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-layout-header-equipment ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-layout-header-listing ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-layout-header-car_magazine ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-layout-header-car_magazine #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item {display: flex;flex-direction: column;flex-wrap: nowrap;align-items: flex-start;justify-content: flex-start;width: 100%;}.stm-template-listing ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title, .stm-template-listing ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-listing_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-listing_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-listing_three ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-listing_three ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-motorcycle ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-motorcycle ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-car_magazine ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-car_magazine ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-car_magazine #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-car_magazine #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-aircrafts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-aircrafts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-auto_parts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-auto_parts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-auto_parts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-auto_parts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-car_dealer_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-car_dealer_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-ev_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-ev_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-ev_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-ev_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-layout-header-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-layout-header-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-layout-header-ev_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-layout-header-ev_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-layout-header-ev_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-layout-header-ev_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-layout-header-equipment ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-layout-header-equipment ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-layout-header-listing ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-layout-header-listing ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-layout-header-car_magazine ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-layout-header-car_magazine ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-layout-header-car_magazine #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-layout-header-car_magazine #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a {width: 100%;white-space: nowrap;text-overflow: ellipsis;border-left: none;border-bottom: 2px solid #ceac61;padding: 10px 20px !important;color: #153e4d;background: #f5f7f7 !important;z-index: 10;position: relative;}.stm-template-listing ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title, .stm-template-listing ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a, .stm-template-listing ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title, .stm-template-listing ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-listing_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-listing_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-listing_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-listing_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-listing_three ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-listing_three ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-listing_three ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-listing_three ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-motorcycle ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-motorcycle ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-motorcycle ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-motorcycle ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-car_magazine ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-car_magazine ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-car_magazine ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-car_magazine ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-car_magazine #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-car_magazine #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-car_magazine #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-car_magazine #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-aircrafts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-aircrafts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-aircrafts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-aircrafts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-auto_parts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-auto_parts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-auto_parts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-auto_parts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-auto_parts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-auto_parts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-auto_parts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-auto_parts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-car_dealer_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-car_dealer_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-car_dealer_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-car_dealer_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-ev_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-ev_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-ev_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-ev_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-ev_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-ev_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-ev_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-ev_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-layout-header-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-layout-header-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-layout-header-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-layout-header-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-layout-header-ev_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-layout-header-ev_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-layout-header-ev_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-layout-header-ev_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-layout-header-ev_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-layout-header-ev_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-layout-header-ev_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-layout-header-ev_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-layout-header-equipment ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-layout-header-equipment ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-layout-header-equipment ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-layout-header-equipment ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-layout-header-listing ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-layout-header-listing ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-layout-header-listing ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-layout-header-listing ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-layout-header-car_magazine ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-layout-header-car_magazine ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-layout-header-car_magazine ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-layout-header-car_magazine ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-layout-header-car_magazine #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-layout-header-car_magazine #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-layout-header-car_magazine #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-layout-header-car_magazine #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a {color: #153e4d;border-bottom-color: #ceac61;}.stm-template-listing ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before, .stm-template-listing ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-listing_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-listing_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-listing_three ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-listing_three ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-motorcycle ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-motorcycle ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-car_magazine ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-car_magazine ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-car_magazine #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-car_magazine #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-aircrafts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-aircrafts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-auto_parts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-auto_parts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-auto_parts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-auto_parts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-car_dealer_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-car_dealer_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-ev_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-ev_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-ev_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-ev_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-layout-header-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-layout-header-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-layout-header-ev_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-layout-header-ev_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-layout-header-ev_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-layout-header-ev_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-layout-header-equipment ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-layout-header-equipment ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-layout-header-listing ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-layout-header-listing ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-layout-header-car_magazine ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-layout-header-car_magazine ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-layout-header-car_magazine #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-layout-header-car_magazine #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before {height: 0;}.stm-template-listing ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-template-listing_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-template-listing_three ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-template-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-template-motorcycle ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-template-car_magazine ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-template-car_magazine #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-template-aircrafts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-template-auto_parts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-template-auto_parts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-template-car_dealer_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-template-ev_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-template-ev_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-layout-header-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-layout-header-ev_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-layout-header-ev_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-layout-header-equipment ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-layout-header-listing ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-layout-header-car_magazine ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-layout-header-car_magazine #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active .menu-title:after {content: "\f078";}.stm-template-listing ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-listing_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-listing_three ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-motorcycle ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-car_magazine ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-car_magazine #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-aircrafts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-auto_parts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-auto_parts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-car_dealer_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-ev_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-ev_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-layout-header-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-layout-header-ev_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-layout-header-ev_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-layout-header-equipment ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-layout-header-listing ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-layout-header-car_magazine ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-layout-header-car_magazine #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content {position: relative;top: unset;left: unset;right: unset;width: 100%;padding: 5px 0;max-height: none;height: 100%;}.stm-template-listing ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-listing_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-listing_three ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-motorcycle ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-car_magazine ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-car_magazine #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-aircrafts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-auto_parts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-auto_parts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-car_dealer_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-ev_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-ev_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-layout-header-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-layout-header-ev_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-layout-header-ev_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-layout-header-equipment ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-layout-header-listing ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-layout-header-car_magazine ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-layout-header-car_magazine #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before {content: "";display: block;height: 100%;background: transparent;position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 30;transition: height 0.5s ease-in-out;}.stm-template-listing ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-listing_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-listing_three ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-motorcycle ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-car_magazine ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-car_magazine #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-aircrafts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-auto_parts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-auto_parts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-car_dealer_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-ev_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-ev_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-layout-header-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-layout-header-ev_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-layout-header-ev_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-layout-header-equipment ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-layout-header-listing ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-layout-header-car_magazine ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-layout-header-car_magazine #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row {margin: 0 !important;}.stm-template-listing ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-listing_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-listing_three ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-motorcycle ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-car_magazine ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-car_magazine #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-aircrafts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-auto_parts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-auto_parts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-car_dealer_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-ev_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-ev_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-layout-header-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-layout-header-ev_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-layout-header-ev_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-layout-header-equipment ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-layout-header-listing ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-layout-header-car_magazine ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-layout-header-car_magazine #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container {width: 100%;padding: 0 !important;margin-bottom: 30px;}.stm-template-listing ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-listing_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-listing_three ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-motorcycle ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-car_magazine ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-car_magazine #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-aircrafts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-auto_parts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-auto_parts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-car_dealer_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-ev_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-ev_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-layout-header-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-layout-header-ev_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-layout-header-ev_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-layout-header-equipment ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-layout-header-listing ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-layout-header-car_magazine ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-layout-header-car_magazine #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child {margin-bottom: 0;}.stm-template-listing ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-listing_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-listing_three ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-motorcycle ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-car_magazine ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-car_magazine #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-aircrafts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-auto_parts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-auto_parts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-car_dealer_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-ev_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-ev_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-layout-header-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-layout-header-ev_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-layout-header-ev_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-layout-header-equipment ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-layout-header-listing ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-layout-header-car_magazine ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-layout-header-car_magazine #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before {display: none;}.stm-template-listing ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-listing_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-listing_three ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-motorcycle ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-car_magazine ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-car_magazine #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-aircrafts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-auto_parts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-auto_parts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-car_dealer_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-ev_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-ev_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-layout-header-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-layout-header-ev_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-layout-header-ev_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-layout-header-equipment ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-layout-header-listing ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-layout-header-car_magazine ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-layout-header-car_magazine #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div {padding: 0;}.stm-template-listing ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-listing_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-listing_three ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-motorcycle ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-car_magazine ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-car_magazine #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-aircrafts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-auto_parts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-auto_parts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-car_dealer_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-ev_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-ev_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-layout-header-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-layout-header-ev_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-layout-header-ev_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-layout-header-equipment ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-layout-header-listing ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-layout-header-car_magazine ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-layout-header-car_magazine #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item {margin-right: 0;}.stm-template-listing ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-listing_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-listing_three ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-motorcycle ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-car_magazine ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-car_magazine #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-aircrafts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-auto_parts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-auto_parts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-car_dealer_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-ev_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-ev_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-layout-header-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-layout-header-ev_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-layout-header-ev_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-layout-header-equipment ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-layout-header-listing ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-layout-header-car_magazine ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-layout-header-car_magazine #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a {padding: 0 10px !important;height: 40px;}.stm-template-listing ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-listing_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-listing_three ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-motorcycle ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-car_magazine ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-car_magazine #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-aircrafts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-auto_parts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-auto_parts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-car_dealer_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-ev_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-ev_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-layout-header-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-layout-header-ev_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-layout-header-ev_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-layout-header-equipment ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-layout-header-listing ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-layout-header-car_magazine ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-layout-header-car_magazine #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before {width: 100%;}.stm-template-listing ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-listing_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-listing_three ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-motorcycle ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-car_magazine ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-car_magazine #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-aircrafts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-auto_parts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-auto_parts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-car_dealer_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-ev_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-ev_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-layout-header-boats ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-layout-header-ev_dealer ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-layout-header-ev_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-layout-header-equipment ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-layout-header-listing ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-layout-header-car_magazine ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-layout-header-car_magazine #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a {padding: 0 20px 0 10px !important;line-height: 30px;position: relative;z-index: 10;}.stm-template-listing .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap,.stm-template-listing_two .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap,.stm-template-listing_three .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap,.stm-template-boats .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap,.stm-template-motorcycle .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap,.stm-template-car_magazine .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap,.stm-template-aircrafts .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap,.stm-template-auto_parts .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap,.stm-template-car_dealer_two .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap,.stm-template-ev_dealer .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap,.stm-layout-header-aircrafts .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap,.stm-layout-header-boats .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap,.stm-layout-header-car_dealer .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap,.stm-layout-header-car_dealer_two .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap,.stm-layout-header-ev_dealer .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap,.stm-layout-header-equipment .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap,.stm-layout-header-listing .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap,.stm-layout-header-car_magazine .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap,.stm-layout-header-motorcycle .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap {flex-wrap: wrap;justify-content: space-between;}.stm-template-listing .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle,.stm-template-listing_two .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle,.stm-template-listing_three .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle,.stm-template-boats .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle,.stm-template-motorcycle .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle,.stm-template-car_magazine .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle,.stm-template-aircrafts .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle,.stm-template-auto_parts .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle,.stm-template-car_dealer_two .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle,.stm-template-ev_dealer .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle,.stm-layout-header-aircrafts .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle,.stm-layout-header-boats .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle,.stm-layout-header-car_dealer .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle,.stm-layout-header-car_dealer_two .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle,.stm-layout-header-ev_dealer .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle,.stm-layout-header-equipment .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle,.stm-layout-header-listing .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle,.stm-layout-header-car_magazine .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle,.stm-layout-header-motorcycle .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle {width: 48% !important;margin: 0 0 20px !important;}.stm-layout-header-equipment ul li.stm_megamenu__boxed > .sub-menu,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed > .sub-menu {background: transparent;}.stm-layout-header-car_dealer ul li.stm_megamenu__boxed #header ul li.stm_megamenu__boxed > .sub-menu, .stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed > .sub-menu {left: initial;transform: none;list-style: none;padding: 0;display: none;}html body ul li.stm_megamenu > .sub-menu .menu-item-has-children, html body ul.magazine-menu li.stm_megamenu > .sub-menu .menu-item-has-children, html body #wrapper #header ul li.stm_megamenu > .sub-menu .menu-item-has-children,html body ul li.stm_megamenu > ul.sub-menu > li ul.mm-list, html body ul.magazine-menu li.stm_megamenu > ul.sub-menu > li ul.mm-list, html body #wrapper #header ul li.stm_megamenu > ul.sub-menu > li ul.mm-list {display: block;}.stm-template-listing ul li.stm_megamenu__boxed > .sub-menu > .sub-menu,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-template-listing_two ul li.stm_megamenu__boxed > .sub-menu > .sub-menu,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-template-listing_three ul li.stm_megamenu__boxed > .sub-menu > .sub-menu,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu > .sub-menu,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-template-motorcycle ul li.stm_megamenu__boxed > .sub-menu > .sub-menu,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-template-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu > .sub-menu,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-template-aircrafts ul li.stm_megamenu__boxed > .sub-menu > .sub-menu,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-template-listing_four ul li.stm_megamenu__boxed > .sub-menu > .sub-menu,.stm-template-listing_four #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-template-listing_four_elementor ul li.stm_megamenu__boxed > .sub-menu > .sub-menu,.stm-template-listing_four_elementor #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-template-car_dealer ul li.stm_megamenu__boxed > .sub-menu > .sub-menu,.stm-template-car_dealer #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed > .sub-menu > .sub-menu,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-layout-header-boats ul li.stm_megamenu__boxed > .sub-menu > .sub-menu,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu > .sub-menu,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu > .sub-menu,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-layout-header-listing ul li.stm_megamenu__boxed > .sub-menu > .sub-menu,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed > .sub-menu,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed > .sub-menu > .sub-menu,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed > .sub-menu {flex-direction: row;flex-wrap: wrap;max-width: none;width: 100%;padding: 10px 0;overflow: hidden;background: #ffffff;margin: 0 !important;}.stm-template-listing ul li.stm_megamenu__boxed > .sub-menu > .sub-menu:before,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed > .sub-menu:before,.stm-template-listing_two ul li.stm_megamenu__boxed > .sub-menu > .sub-menu:before,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu:before,.stm-template-listing_three ul li.stm_megamenu__boxed > .sub-menu > .sub-menu:before,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed > .sub-menu:before,.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu > .sub-menu:before,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu:before,.stm-template-motorcycle ul li.stm_megamenu__boxed > .sub-menu > .sub-menu:before,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed > .sub-menu:before,.stm-template-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu > .sub-menu:before,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu:before,.stm-template-aircrafts ul li.stm_megamenu__boxed > .sub-menu > .sub-menu:before,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed > .sub-menu:before,.stm-template-listing_four ul li.stm_megamenu__boxed > .sub-menu > .sub-menu:before,.stm-template-listing_four #wrapper #header ul li.stm_megamenu__boxed > .sub-menu:before,.stm-template-listing_four_elementor ul li.stm_megamenu__boxed > .sub-menu > .sub-menu:before,.stm-template-listing_four_elementor #wrapper #header ul li.stm_megamenu__boxed > .sub-menu:before,.stm-template-car_dealer ul li.stm_megamenu__boxed > .sub-menu > .sub-menu:before,.stm-template-car_dealer #wrapper #header ul li.stm_megamenu__boxed > .sub-menu:before,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed > .sub-menu > .sub-menu:before,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed > .sub-menu:before,.stm-layout-header-boats ul li.stm_megamenu__boxed > .sub-menu > .sub-menu:before,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu:before,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu > .sub-menu:before,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed > .sub-menu:before,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu > .sub-menu:before,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu:before,.stm-layout-header-listing ul li.stm_megamenu__boxed > .sub-menu > .sub-menu:before,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed > .sub-menu:before,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed > .sub-menu > .sub-menu:before,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed > .sub-menu:before {display: none;}.stm-template-listing ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li,.stm-template-listing_two ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li,.stm-template-listing_three ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li,.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li,.stm-template-motorcycle ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li,.stm-template-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li,.stm-template-aircrafts ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li,.stm-template-listing_four ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li,.stm-template-listing_four #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li,.stm-template-listing_four_elementor ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li,.stm-template-listing_four_elementor #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li,.stm-template-car_dealer ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li,.stm-template-car_dealer #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li,.stm-layout-header-boats ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li,.stm-layout-header-listing ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li {width: 100%;border: none !important;}.stm-template-listing ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li:nth-child(2),.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-template-listing_two ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li:nth-child(2),.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-template-listing_three ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li:nth-child(2),.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li:nth-child(2),.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-template-motorcycle ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li:nth-child(2),.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-template-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li:nth-child(2),.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-template-aircrafts ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li:nth-child(2),.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-template-listing_four ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li:nth-child(2),.stm-template-listing_four #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-template-listing_four_elementor ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li:nth-child(2),.stm-template-listing_four_elementor #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-template-car_dealer ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li:nth-child(2),.stm-template-car_dealer #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-layout-header-aircrafts ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li:nth-child(2),.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-layout-header-boats ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li:nth-child(2),.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li:nth-child(2),.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li:nth-child(2),.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-layout-header-listing ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li:nth-child(2),.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2),.stm-layout-header-motorcycle ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li:nth-child(2),.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li:nth-child(2) {border-right: none;}.stm-template-listing ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li a,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-template-listing_two ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li a,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-template-listing_three ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li a,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li a,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-template-motorcycle ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li a,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-template-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li a,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-template-aircrafts ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li a,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-template-listing_four ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li a,.stm-template-listing_four #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-template-listing_four_elementor ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li a,.stm-template-listing_four_elementor #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-template-car_dealer ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li a,.stm-template-car_dealer #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li a,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-layout-header-boats ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li a,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li a,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li a,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-layout-header-listing ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li a,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li a,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li a,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li a {height: auto;color: #fff;line-height: 20px;}.stm-template-listing ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li .stm-special-offers,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-template-listing_two ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li .stm-special-offers,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-template-listing_three ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li .stm-special-offers,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li .stm-special-offers,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-template-motorcycle ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li .stm-special-offers,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-template-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li .stm-special-offers,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-template-aircrafts ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li .stm-special-offers,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-template-listing_four ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li .stm-special-offers,.stm-template-listing_four #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-template-listing_four_elementor ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li .stm-special-offers,.stm-template-listing_four_elementor #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-template-car_dealer ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li .stm-special-offers,.stm-template-car_dealer #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li .stm-special-offers,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-layout-header-boats ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li .stm-special-offers,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li .stm-special-offers,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li .stm-special-offers,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-layout-header-listing ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li .stm-special-offers,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li .stm-special-offers,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .stm-special-offers {padding-top: 10px;}.stm-template-listing ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li > a, .stm-template-listing ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li .menu-title,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-template-listing_two ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li > a,.stm-template-listing_two ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li .menu-title,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-template-listing_three ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li > a,.stm-template-listing_three ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li .menu-title,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li > a,.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li .menu-title,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-template-motorcycle ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li > a,.stm-template-motorcycle ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li .menu-title,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-template-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li > a,.stm-template-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li .menu-title,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-template-aircrafts ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li > a,.stm-template-aircrafts ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li .menu-title,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-template-listing_four ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li > a,.stm-template-listing_four ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li .menu-title,.stm-template-listing_four #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-template-listing_four #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-template-listing_four_elementor ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li > a,.stm-template-listing_four_elementor ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li .menu-title,.stm-template-listing_four_elementor #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-template-listing_four_elementor #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-template-car_dealer ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li > a,.stm-template-car_dealer ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li .menu-title,.stm-template-car_dealer #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-template-car_dealer #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li > a,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li .menu-title,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-layout-header-boats ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li > a,.stm-layout-header-boats ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li .menu-title,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li > a,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li .menu-title,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li > a,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li .menu-title,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-layout-header-listing ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li > a,.stm-layout-header-listing ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li .menu-title,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .menu-title,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li > a,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li .menu-title,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > a,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li .menu-title {padding-bottom: 0 !important;height: auto !important;line-height: 20px;}.stm-template-listing ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li ul li a,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-template-listing_two ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li ul li a,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-template-listing_three ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li ul li a,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li ul li a,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-template-motorcycle ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li ul li a,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-template-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li ul li a,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-template-aircrafts ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li ul li a,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-template-listing_four ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li ul li a,.stm-template-listing_four #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-template-listing_four_elementor ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li ul li a,.stm-template-listing_four_elementor #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-template-car_dealer ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li ul li a,.stm-template-car_dealer #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li ul li a,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-layout-header-boats ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li ul li a,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li ul li a,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li ul li a,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-layout-header-listing ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li ul li a,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li ul li a,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed > .sub-menu > .sub-menu > li ul li a,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li ul li a {background: transparent;padding: 10px 0;}.stm-template-listing ul li.stm_megamenu__boxed > .sub-menu.show_submenu > .sub-menu,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-template-listing_two ul li.stm_megamenu__boxed > .sub-menu.show_submenu > .sub-menu,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-template-listing_three ul li.stm_megamenu__boxed > .sub-menu.show_submenu > .sub-menu,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu.show_submenu > .sub-menu,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-template-motorcycle ul li.stm_megamenu__boxed > .sub-menu.show_submenu > .sub-menu,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-template-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu.show_submenu > .sub-menu,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-template-aircrafts ul li.stm_megamenu__boxed > .sub-menu.show_submenu > .sub-menu,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-template-listing_four ul li.stm_megamenu__boxed > .sub-menu.show_submenu > .sub-menu,.stm-template-listing_four #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-template-listing_four_elementor ul li.stm_megamenu__boxed > .sub-menu.show_submenu > .sub-menu,.stm-template-listing_four_elementor #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-template-car_dealer ul li.stm_megamenu__boxed > .sub-menu.show_submenu > .sub-menu,.stm-template-car_dealer #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed > .sub-menu.show_submenu > .sub-menu,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-layout-header-boats ul li.stm_megamenu__boxed > .sub-menu.show_submenu > .sub-menu,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu.show_submenu > .sub-menu,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu.show_submenu > .sub-menu,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-layout-header-listing ul li.stm_megamenu__boxed > .sub-menu.show_submenu > .sub-menu,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed > .sub-menu.show_submenu > .sub-menu,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed.show_submenu > .sub-menu {display: flex !important;}.stm-template-listing ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-listing_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-listing_three ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-motorcycle ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-aircrafts ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-listing_four ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu,.stm-template-listing_four #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-listing_four_elementor ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu,.stm-template-listing_four_elementor #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu,.stm-template-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-layout-header-boats ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-layout-header-listing ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu {flex-direction: column;justify-content: flex-start;align-items: flex-start;min-height: 340px;padding: 20px;}.stm-template-listing ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu:before,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-template-listing_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu:before,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-template-listing_three ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu:before,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu:before,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-template-motorcycle ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu:before,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-template-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu:before,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-template-aircrafts ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu:before,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-template-listing_four ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu:before,.stm-template-listing_four #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-template-listing_four_elementor ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu:before,.stm-template-listing_four_elementor #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-template-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu:before,.stm-template-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu:before,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-layout-header-boats ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu:before,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu:before,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu:before,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-layout-header-listing ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu:before,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu:before,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu:before {display: none;}.stm-template-listing ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-listing_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-listing_three ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-motorcycle ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-aircrafts ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-listing_four ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-listing_four #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-listing_four_elementor ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-listing_four_elementor #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-template-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-layout-header-boats ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-layout-header-listing ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item {display: flex;flex-direction: column;flex-wrap: nowrap;align-items: flex-start;justify-content: flex-start;width: 100%;}.stm-template-listing ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title, .stm-template-listing ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-listing_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-listing_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-listing_three ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-listing_three ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-motorcycle ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-motorcycle ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-aircrafts ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-aircrafts ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-listing_four ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-listing_four ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-listing_four #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-listing_four #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-listing_four_elementor ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-listing_four_elementor ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-listing_four_elementor #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-listing_four_elementor #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-template-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-template-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-layout-header-boats ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-layout-header-boats ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-layout-header-listing ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-layout-header-listing ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item > a,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > a {width: 100%;white-space: nowrap;text-overflow: ellipsis;border-left: none;border-bottom: 2px solid #ceac61;padding: 10px 20px !important;color: #153e4d;background: #f5f7f7 !important;z-index: 10;position: relative;}.stm-template-listing ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title, .stm-template-listing ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a, .stm-template-listing ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title, .stm-template-listing ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-listing_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-listing_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-listing_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-listing_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-listing_three ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-listing_three ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-listing_three ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-listing_three ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-motorcycle ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-motorcycle ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-motorcycle ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-motorcycle ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-aircrafts ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-aircrafts ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-aircrafts ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-aircrafts ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-listing_four ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-listing_four ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-listing_four ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-listing_four ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-listing_four #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-listing_four #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-listing_four #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-listing_four #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-listing_four_elementor ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-listing_four_elementor ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-listing_four_elementor ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-listing_four_elementor ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-listing_four_elementor #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-listing_four_elementor #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-listing_four_elementor #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-listing_four_elementor #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-template-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-template-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-template-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-template-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-layout-header-boats ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-layout-header-boats ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-layout-header-boats ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-layout-header-boats ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-layout-header-listing ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-layout-header-listing ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-layout-header-listing ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-layout-header-listing ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > .menu-title,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover > a,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > a {color: #153e4d;border-bottom-color: #ceac61;}.stm-template-listing ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before, .stm-template-listing ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-listing_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-listing_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-listing_three ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-listing_three ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-motorcycle ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-motorcycle ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-aircrafts ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-aircrafts ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-listing_four ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-listing_four ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-listing_four #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-listing_four #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-listing_four_elementor ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-listing_four_elementor ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-listing_four_elementor #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-listing_four_elementor #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-template-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-template-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-layout-header-boats ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-layout-header-boats ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-layout-header-listing ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-layout-header-listing ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item:hover.remove_before .stm_mm_post_content:before,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active.remove_before .stm_mm_post_content:before {height: 0;}.stm-template-listing ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-listing_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-listing_three ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-motorcycle ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-aircrafts ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-listing_four ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-listing_four #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-listing_four_elementor ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-listing_four_elementor #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-template-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-layout-header-boats ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-layout-header-listing ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content {position: relative;top: unset;left: unset;right: unset;width: 100%;padding: 5px 0;max-height: none;height: 100%;}.stm-template-listing ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-listing_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-listing_three ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-motorcycle ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-aircrafts ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-listing_four ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-listing_four #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-listing_four_elementor ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-listing_four_elementor #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-template-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-layout-header-boats ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-layout-header-listing ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content:before {content: "";display: block;height: 100%;background: transparent;position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 30;transition: height 0.5s ease-in-out;}.stm-template-listing ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-listing_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-listing_three ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-motorcycle ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-aircrafts ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-listing_four ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-listing_four #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-listing_four_elementor ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-listing_four_elementor #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-template-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-layout-header-boats ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-layout-header-listing ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row {margin: 0 !important;padding: 0 !important;}.stm-template-listing ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-listing_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-listing_three ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-motorcycle ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-aircrafts ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-listing_four ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-listing_four #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-listing_four_elementor ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-listing_four_elementor #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-template-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-layout-header-boats ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-layout-header-listing ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container {padding: 0 !important;margin-bottom: 30px;}.stm-template-listing ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-listing_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-listing_three ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-motorcycle ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-aircrafts ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-listing_four ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-listing_four #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-listing_four_elementor ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-listing_four_elementor #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-template-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-layout-header-boats ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-layout-header-listing ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:last-child {margin-bottom: 0;}.stm-template-listing ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-listing_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-listing_three ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-motorcycle ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-aircrafts ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-listing_four ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-listing_four #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-listing_four_elementor ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-listing_four_elementor #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-template-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-layout-header-boats ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-layout-header-listing ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container:before {display: none;}.stm-template-listing ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-listing_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-listing_three ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-motorcycle ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-aircrafts ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-listing_four ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-listing_four #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-listing_four_elementor ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-listing_four_elementor #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-template-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-layout-header-boats ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-layout-header-listing ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .vc_column_container .wpb_wrapper > div {padding: 0;}.stm-template-listing ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-listing_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-listing_three ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-motorcycle ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-aircrafts ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-listing_four ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-listing_four #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-listing_four_elementor ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-listing_four_elementor #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-template-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-layout-header-boats ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-layout-header-listing ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item {margin-right: 0;}.stm-template-listing ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-listing_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-listing_three ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-motorcycle ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-aircrafts ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-listing_four ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-listing_four #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-listing_four_elementor ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-listing_four_elementor #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-template-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-layout-header-boats ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-layout-header-listing ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a {padding: 0 10px !important;height: 40px;line-height: 40px;}.stm-template-listing ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-listing_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-listing_three ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-motorcycle ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-aircrafts ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-listing_four ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-listing_four #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-listing_four_elementor ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-listing_four_elementor #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-template-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-layout-header-boats ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-layout-header-listing ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .nav-tabs .nav-item a:before {width: 100%;}.stm-template-listing ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-listing_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-listing_three ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-motorcycle ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-aircrafts ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-listing_four ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-listing_four #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-listing_four_elementor ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-listing_four_elementor #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-template-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-layout-header-boats ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-layout-header-listing ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed > .sub-menu.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item .stm_mm_post_content .vc_row .stm-mm-vehicles-list ul li a {padding: 0 20px 0 10px !important;line-height: 30px;position: relative;z-index: 10;}.stm-template-listing ul li.stm_megamenu__boxed > .sub-menu.stm_megamenu > ul.sub-menu > li ul.sub-menu,.stm-template-listing #wrapper #header ul li.stm_megamenu__boxed.stm_megamenu > ul.sub-menu > li ul.sub-menu,.stm-template-listing_two ul li.stm_megamenu__boxed > .sub-menu.stm_megamenu > ul.sub-menu > li ul.sub-menu,.stm-template-listing_two #wrapper #header ul li.stm_megamenu__boxed.stm_megamenu > ul.sub-menu > li ul.sub-menu,.stm-template-listing_three ul li.stm_megamenu__boxed > .sub-menu.stm_megamenu > ul.sub-menu > li ul.sub-menu,.stm-template-listing_three #wrapper #header ul li.stm_megamenu__boxed.stm_megamenu > ul.sub-menu > li ul.sub-menu,.stm-template-boats ul li.stm_megamenu__boxed > .sub-menu.stm_megamenu > ul.sub-menu > li ul.sub-menu,.stm-template-boats #wrapper #header ul li.stm_megamenu__boxed.stm_megamenu > ul.sub-menu > li ul.sub-menu,.stm-template-motorcycle ul li.stm_megamenu__boxed > .sub-menu.stm_megamenu > ul.sub-menu > li ul.sub-menu,.stm-template-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_megamenu > ul.sub-menu > li ul.sub-menu,.stm-template-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu.stm_megamenu > ul.sub-menu > li ul.sub-menu,.stm-template-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_megamenu > ul.sub-menu > li ul.sub-menu,.stm-template-aircrafts ul li.stm_megamenu__boxed > .sub-menu.stm_megamenu > ul.sub-menu > li ul.sub-menu,.stm-template-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_megamenu > ul.sub-menu > li ul.sub-menu,.stm-template-listing_four ul li.stm_megamenu__boxed > .sub-menu.stm_megamenu > ul.sub-menu > li ul.sub-menu,.stm-template-listing_four #wrapper #header ul li.stm_megamenu__boxed.stm_megamenu > ul.sub-menu > li ul.sub-menu,.stm-template-listing_four_elementor ul li.stm_megamenu__boxed > .sub-menu.stm_megamenu > ul.sub-menu > li ul.sub-menu,.stm-template-listing_four_elementor #wrapper #header ul li.stm_megamenu__boxed.stm_megamenu > ul.sub-menu > li ul.sub-menu,.stm-template-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_megamenu > ul.sub-menu > li ul.sub-menu,.stm-template-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_megamenu > ul.sub-menu > li ul.sub-menu,.stm-layout-header-aircrafts ul li.stm_megamenu__boxed > .sub-menu.stm_megamenu > ul.sub-menu > li ul.sub-menu,.stm-layout-header-aircrafts #wrapper #header ul li.stm_megamenu__boxed.stm_megamenu > ul.sub-menu > li ul.sub-menu,.stm-layout-header-boats ul li.stm_megamenu__boxed > .sub-menu.stm_megamenu > ul.sub-menu > li ul.sub-menu,.stm-layout-header-boats #wrapper #header ul li.stm_megamenu__boxed.stm_megamenu > ul.sub-menu > li ul.sub-menu,.stm-layout-header-car_dealer ul li.stm_megamenu__boxed > .sub-menu.stm_megamenu > ul.sub-menu > li ul.sub-menu,.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_megamenu > ul.sub-menu > li ul.sub-menu,.stm-layout-header-car_dealer_two ul li.stm_megamenu__boxed > .sub-menu.stm_megamenu > ul.sub-menu > li ul.sub-menu,.stm-layout-header-car_dealer_two #wrapper #header ul li.stm_megamenu__boxed.stm_megamenu > ul.sub-menu > li ul.sub-menu,.stm-layout-header-listing ul li.stm_megamenu__boxed > .sub-menu.stm_megamenu > ul.sub-menu > li ul.sub-menu,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed.stm_megamenu > ul.sub-menu > li ul.sub-menu,.stm-layout-header-motorcycle ul li.stm_megamenu__boxed > .sub-menu.stm_megamenu > ul.sub-menu > li ul.sub-menu,.stm-layout-header-motorcycle #wrapper #header ul li.stm_megamenu__boxed.stm_megamenu > ul.sub-menu > li ul.sub-menu {margin: 20px -15px 0;}.stm-layout-header-equipment ul li.stm_megamenu__boxed > .sub-menu,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed > .sub-menu {background: transparent;}.stm-layout-header-equipment ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title {color: #153e4d !important;}.stm-layout-header-equipment ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title,.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title {color: #ceac61;}html body #wrapper #header .header-main ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap, html body #wrapper #header .header-listing ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap, html body #wrapper #header .header-magazine ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap {flex-wrap: wrap;justify-content: space-between;}html body.stm-layout-header-car_dealer #wrapper #header ul .stm_megamenu > ul.sub-menu > li {float: left;}html body.stm-layout-header-car_dealer #wrapper #header ul .stm_megamenu > ul.sub-menu > li.menu-item ul.sub-menu {display: block !important;margin: 0;padding: 0;}html body.stm-layout-header-car_dealer #wrapper #header ul .stm_megamenu > ul.sub-menu > li.menu-item ul.sub-menu > li {padding: 0;float: left;}.stm_mm_post_content .elementor-column.elementor-col-33, .stm_mm_post_content .elementor-column[data-col="33"] {width: 100%;}.stm-template-listing #wrapper #header ul li.stm_megamenu.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-listing_two #wrapper #header ul li.stm_megamenu.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-template-listing_three #wrapper #header ul li.stm_megamenu.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu,.stm-layout-header-car_magazine #wrapper #header ul li.stm_megamenu.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu {padding: 0;}.stm-template-listing #wrapper #header ul li.stm_megamenu.stm_megamenu__boxed.stm_menu_child_use_post.stm_menu_child_use_post > .sub-menu .stm_mm_post_content,.stm-layout-header-listing #wrapper #header ul li.stm_megamenu.stm_megamenu__boxed.stm_menu_child_use_post.stm_menu_child_use_post > .sub-menu .stm_mm_post_content,.stm-template-listing_two #wrapper #header ul li.stm_megamenu.stm_megamenu__boxed.stm_menu_child_use_post.stm_menu_child_use_post > .sub-menu .stm_mm_post_content,.stm-template-listing_three #wrapper #header ul li.stm_megamenu.stm_megamenu__boxed.stm_menu_child_use_post.stm_menu_child_use_post > .sub-menu .stm_mm_post_content,.stm-layout-header-car_magazine #wrapper #header ul li.stm_megamenu.stm_megamenu__boxed.stm_menu_child_use_post.stm_menu_child_use_post > .sub-menu .stm_mm_post_content {padding: 15px 10px;}}@media (min-width: 992px) {html body.stm-layout-header-car_dealer:not(.stm-template-listing_four):not(.stm-template-listing_four_elementor) #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap {flex-wrap: wrap;}html body.stm-layout-header-car_dealer:not(.stm-template-listing_four):not(.stm-template-listing_four_elementor) #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle {width: calc(50% - 10px);margin-right: 10px;}html body.stm-layout-header-car_dealer:not(.stm-template-listing_four):not(.stm-template-listing_four_elementor) #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a {max-width: 95px;}}@media (min-width: 1170px) {html body.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap {flex-wrap: wrap;}html body.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a {max-width: 105px;}}html body.theme-motors ul li.stm_megamenu > .sub-menu .stm-special-offers .special-wrap .title-price-wrap .prices .sale_price, html body.theme-motors ul.magazine-menu li.stm_megamenu > .sub-menu .stm-special-offers .special-wrap .title-price-wrap .prices .sale_price, html body.theme-motors #wrapper #header ul li.stm_megamenu > .sub-menu .stm-special-offers .special-wrap .title-price-wrap .prices .sale_price,html body.theme-motors ul li.stm_megamenu > .sub-menu .menu-item:hover > a, html body.theme-motors ul li.stm_megamenu > .sub-menu .menu-item:hover > .menu-title, html body.theme-motors ul.magazine-menu li.stm_megamenu > .sub-menu .menu-item:hover > a, html body.theme-motors ul.magazine-menu li.stm_megamenu > .sub-menu .menu-item:hover > .menu-title, html body.theme-motors #wrapper #header ul li.stm_megamenu > .sub-menu .menu-item:hover > .menu-title,html body.theme-motors ul li.stm_megamenu > ul.sub-menu > li ul.mm-list li i, html body.theme-motors ul.magazine-menu li.stm_megamenu > ul.sub-menu > li ul.mm-list li i, html body.theme-motors #wrapper #header ul li.stm_megamenu > ul.sub-menu > li ul.mm-list li i,html body.theme-motors ul li.stm_megamenu > .sub-menu .stm-special-offers .special-wrap .title-price-wrap .car-title a:hover, html body.theme-motors ul.magazine-menu li.stm_megamenu > .sub-menu .stm-special-offers .special-wrap .title-price-wrap .car-title a:hover, html body.theme-motors #wrapper #header ul li.stm_megamenu > .sub-menu .stm-special-offers .special-wrap .title-price-wrap .car-title a:hover,html body.theme-motors #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle .title a:hover,html body.theme-motors #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a:hover .inner .name,html body.theme-motors ul li.stm_megamenu > .sub-menu .stm-special-offers .special-wrap .title-price-wrap .prices .normal_price,html body.theme-motors ul.magazine-menu li.stm_megamenu > .sub-menu .stm-special-offers .special-wrap .title-price-wrap .prices .normal_price,html body.theme-motors #wrapper #header ul li.stm_megamenu > .sub-menu .stm-special-offers .special-wrap .title-price-wrap .prices .normal_price,html body.theme-motors #wrapper #header ul li.stm_megamenu > .sub-menu .stm_megaicon, html body.theme-motors #wrapper #header ul li.stm_megamenu > .sub-menu .fas,html body.theme-motors #wrapper #header ul.magazine-menu li.stm_megamenu > .sub-menu .fas,html body.theme-motors #wrapper #header ul li.stm_megamenu > .sub-menu .fas,html body.theme-motors #wrapper #header ul li.stm_megamenu > .sub-menu .stm_megaicon,html body.theme-motors #wrapper #header ul li.stm_megamenu .stm-mm-top-vehicles .stm-mm-vehicles-list ul.top-vehicles li a:hover,html body.theme-motors #wrapper #header ul li.stm_megamenu > .sub-menu .stm-special-offers .special-wrap .title-price-wrap .prices .sale_price,html body.theme-motors #wrapper #header ul li.stm_megamenu > .sub-menu .stm-special-offers .special-wrap .title-price-wrap .car-title a:hover, html body.theme-motors.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right ul li.stm_megamenu__boxed > .sub-menu > li > .menu-title:hover {color: var(--motors-base-color);}html body.theme-motors ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li:hover > a, html body.theme-motors ul.magazine-menu li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li:hover > a, html body.theme-motors #wrapper #header ul li.stm_megamenu > ul.sub-menu > li ul.sub-menu > li:hover > a,html body.theme-motors #wrapper #header ul li.stm_megamenu > .sub-menu .menu-item:hover > a,html body.theme-motors #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .nav.nav-tabs .nav-item.active .nav-link, html body.theme-motors #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .nav.nav-tabs .nav-item:hover .nav-link,html body.theme-motors #wrapper #header ul li.stm_megamenu .stm-mm-top-vehicles .stm-mm-vehicles-list ul.top-vehicles li a:hover, html body.theme-motors.stm-template-listing_five #wrapper #header ul li.stm_megamenu__boxed > .sub-menu > li > .menu-title:hover, html body.theme-motors.stm-template-equipment #wrapper #header ul li.stm_megamenu > .sub-menu .menu-item:hover > a {color: var(--motors-base-color) !important;}html body.theme-motors #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .nav.nav-tabs .nav-item.active .nav-link:before,html body.theme-motors #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .nav.nav-tabs .nav-item:hover .nav-link:before,html body.theme-motors #wrapper #header ul li.stm_megamenu .stm-mm-top-vehicles .stm-mm-vehicles-list ul.top-vehicles li a:before {background: var(--hma_background_color);}html body.theme-motors #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle .vehicle-img .price {background: var(--motors-base-color);}html body.theme-motors.stm-template-listing_four #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item.active > .menu-title, html body.theme-motors.stm-layout-header-car_dealer #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title, html body.theme-motors.stm-layout-header-listing #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post > .sub-menu > li.menu-item > .menu-title {border-bottom-color: var(--motors-base-color);}html body.theme-motors #wrapper #header ul li.stm_megamenu.stm_menu_child_use_post > .sub-menu > li.active > .menu-title {border-left-color: var(--motors-base-color);color: var(--motors-base-color);}html body #wrapper #header ul li.stm_megamenu .stm-mm-top-vehicles h3 {font-size: 16px;font-weight: 700;color: #002e5b;margin-bottom: 0;}html body #wrapper #header ul li.stm_megamenu .stm-mm-top-vehicles .stm-mm-vehicles-list ul.top-vehicles {margin: 0;padding: 0;display: flex;flex-direction: row;flex-wrap: wrap;align-items: flex-start;justify-content: space-between;}html body #wrapper #header ul li.stm_megamenu .stm-mm-top-vehicles .stm-mm-vehicles-list ul.top-vehicles li {display: block;width: 47%;padding: 0;margin: 0 0 5px;}html body #wrapper #header ul li.stm_megamenu .stm-mm-top-vehicles .stm-mm-vehicles-list ul.top-vehicles li a {display: block;overflow: hidden;padding: 9px 0 9px 13px;font-size: 13px;font-weight: 400;color: #777777;position: relative;white-space: nowrap;text-overflow: ellipsis;}html body #wrapper #header ul li.stm_megamenu .stm-mm-top-vehicles .stm-mm-vehicles-list ul.top-vehicles li a:before {content: "";display: block;width: 3px;height: 3px;background: #ceac61;border-radius: 3px;position: absolute;top: 50%;left: 0;transform: translateY(-50%);opacity: 1;}html body #wrapper #header ul li.stm_megamenu .stm-mm-top-vehicles .stm-mm-vehicles-list ul.top-vehicles li a:hover {background: transparent;color: #ceac61;}.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu > .sub-menu > li .stm_mm_post_content .stm-mm-top-vehicles h3 {color: #fff;}.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu > .sub-menu > li .stm_mm_post_content .stm-mm-top-vehicles .stm-mm-vehicles-list .top-vehicles li a {padding: 10px 0 0 15px;}.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu > .sub-menu > li .stm_mm_post_content .stm-mm-top-vehicles .stm-mm-vehicles-list .top-vehicles li a:before {top: 21px;}html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap {display: block;}html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .nav.nav-tabs {border-bottom: 1px solid #dedede;margin: 0 0 23px;}html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .nav.nav-tabs .nav-item {border: unset;}html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .nav.nav-tabs .nav-item:last-child a {margin-right: 0;}html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .nav.nav-tabs .nav-item .nav-link {background: transparent;border: unset;font-size: 14px;font-weight: 400;color: #153e4d;text-align: left;padding: 10px 20px 13px 0;margin-right: 20px;}html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .nav.nav-tabs .nav-item .nav-link:before {content: "";display: block;width: 45px;height: 2px;background: transparent;position: absolute;bottom: -1px;left: 0;}html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .nav.nav-tabs .nav-item.active .nav-link, html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .nav.nav-tabs .nav-item:hover .nav-link {color: #153e4d;}html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .nav.nav-tabs .nav-item.active .nav-link:before, html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .nav.nav-tabs .nav-item:hover .nav-link:before {background: #ceac61;}html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap {display: flex;flex-direction: row;flex-wrap: nowrap;align-items: flex-start;justify-content: flex-start;}html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle {display: block;width: 23%;margin-right: 20px;}html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle:last-child {margin-right: 0;}html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle .vehicle-img {display: block;width: 100%;overflow: hidden;position: relative;margin-bottom: 10px;}html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle .vehicle-img img {display: block;width: 100%;position: relative;transform: translateZ(0);}html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle .vehicle-img .price {display: block;position: absolute;font-size: 12px;font-weight: 700;color: #ffffff;padding: 2px 5px;background: #6d99e2;bottom: 0;right: 0;left: initial;}html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle .title a {color: #153e4d;font-size: 13px;font-weight: 600;text-transform: uppercase;line-height: 16px;margin-bottom: 10px;background: transparent;letter-spacing: 0;padding: 0;}html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle .title a:hover {color: #ceac61;}@media (max-width: 780px) {html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .nav .nav-item {margin-right: 0;}html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .nav .nav-item .nav-link {padding: 15px 20px 10px 0;}}@media (max-width: 550px) {html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap {flex-wrap: wrap;justify-content: space-between;}html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle {width: 48%;margin: 0 0 20px !important;}}.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post .stm_mm_post_content .stm-mm-top-makes-wrap .nav .nav-item > a,.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post .stm_mm_post_content .stm-mm-top-makes-wrap .nav .nav-item > a {padding: 12px 25px 12px 0;}.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post .stm_mm_post_content .stm-mm-top-makes-wrap .nav .nav-item > a:active, .stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post .stm_mm_post_content .stm-mm-top-makes-wrap .nav .nav-item > a:hover,.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post .stm_mm_post_content .stm-mm-top-makes-wrap .nav .nav-item > a:active,.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post .stm_mm_post_content .stm-mm-top-makes-wrap .nav .nav-item > a:hover {color: #153e4d;}@media (min-width: 992px) and (max-width: 1169px) {html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle .vehicle-img .price {font-size: 0.75em;padding: 0 4px;line-height: 1.6;}html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle .title a {font-size: 11px;}}html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap h3 {font-size: 16px;font-weight: 700;color: #002e5b;margin-bottom: 3px;}html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid {display: flex;flex-wrap: wrap;flex-direction: row;justify-content: flex-start;width: 100%;}@media (min-width: 992px) {html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid {overflow: auto;height: 180px;}}html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a {display: block;width: 100%;max-width: 105px;height: 84px;padding: 5px;border: 1px solid #ffffff;transition: all 0.2s ease-in-out;background: transparent;border-radius: 4px;margin-bottom: 19px;}html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a:nth-last-child(1), html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a:nth-last-child(2), html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a:nth-last-child(3) {margin-bottom: 0;}html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a:before {display: none;}html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a:hover {border-color: #d2d2d2;}html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a:hover .inner .name {color: #ceac61;}html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a .inner {display: flex;flex-direction: column;justify-content: flex-start;align-items: center;width: 100%;height: 100%;padding: 0;}html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a .inner .image {display: block;max-width: 67px;min-height: 46px;}html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a .inner .image img {display: block;position: relative;width: 100%;}html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a .inner .name {font-size: 13px;font-weight: 400;color: #777777;transition: all 0.2s ease-in-out;letter-spacing: 0;text-transform: capitalize;line-height: 20px;text-align: center;}.stm-layout-header-equipment .stm_mm_top_categories_wrap h3 {color: #ffffff;}.stm-layout-header-equipment .stm_mm_top_categories_wrap .stm_mm-cats-grid a {border-color: transparent;}.stm-layout-header-equipment .stm_mm_top_categories_wrap .stm_mm-cats-grid a:hover {border-color: inherit;}.stm-orange {color: #ffb129;}.stm_cars_on_top h2 {margin-bottom: 34px;}.stm_cars_on_top .row.car-listing-row {display: flex;flex-direction: row;flex-wrap: wrap;}.stm_cars_on_top .row .stm-directory-grid-loop:nth-child(1) {margin-top: 0;}.stm_cars_on_top .row .stm-directory-grid-loop:nth-child(2) {margin-top: 0;}.stm_cars_on_top .row .stm-directory-grid-loop:nth-child(3) {margin-top: 0;}.stm_cars_on_top .row .stm-directory-grid-loop:nth-child(4) {margin-top: 0;}.stm_cars_on_top .row .stm-directory-grid-loop {margin-bottom: 14px;margin-top: 13px;}.stm_cars_on_top .row .stm-directory-grid-loop .listing-car-item-meta {padding-top: 15px;}.stm_cars_on_top .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-top {padding-bottom: 3px;}.stm_cars_on_top .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-bottom {padding-bottom: 22px;}.stm_cars_on_top .row .stm-directory-grid-loop .image {position: relative;}.stm_cars_on_top .row .stm-directory-grid-loop .image .special-label,.stm_cars_on_top .row .stm-directory-grid-loop .image .stm-badge-directory,.stm_cars_on_top .row .stm-directory-grid-loop .image .stm-badge-directory.heading-font {position: absolute;right: -65px;left: unset;padding: 0 55px;top: 20px;width: 200px;height: 33px;line-height: 33px;transform: rotate(45deg);background-color: #6c98e1;color: #fff;font-size: 12px;text-transform: uppercase;font-weight: 700;text-align: center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;z-index: 20;}.stm_cars_on_top .row .stm-directory-grid-loop .image .stm-listing-compare,.stm_cars_on_top .row .stm-directory-grid-loop .image .stm-listing-favorite {position: absolute;right: 7px;bottom: 7px;padding: 3px 5px;background: rgba(0, 0, 0, 0.3);color: #fff;font-size: 14px;border-radius: 2px;opacity: 0;z-index: 20;}.stm_cars_on_top .row .stm-directory-grid-loop .image .stm-listing-compare:hover,.stm_cars_on_top .row .stm-directory-grid-loop .image .stm-listing-favorite:hover {cursor: pointer;}.stm_cars_on_top .row .stm-directory-grid-loop .image .stm-listing-compare.active,.stm_cars_on_top .row .stm-directory-grid-loop .image .stm-listing-favorite.active {background: #6c98e1;opacity: 1;}.stm_cars_on_top .row .stm-directory-grid-loop .image .stm-listing-favorite {left: 7px;right: unset;padding: 3px 5px 3px 6px;}.stm_cars_on_top .row .stm-directory-grid-loop .image .stm-car-medias {position: absolute;top: 7px;left: 7px;z-index: 20;}.stm_cars_on_top .row .stm-directory-grid-loop .image .stm-car-medias > div {display: inline-block;margin-right: 9px;padding: 2px 5px 0 6px;border-radius: 2px;background: rgba(0, 0, 0, 0.3);color: #fff;font-size: 11px;line-height: 22px;font-weight: 600;}.stm_cars_on_top .row .stm-directory-grid-loop .image .stm-car-medias > div i {font-size: 12px;margin-right: 2px;}.stm_cars_on_top .row .stm-directory-grid-loop .image .stm-car-medias > div span {position: relative;top: -1px;}.stm_cars_on_top .row .stm-directory-grid-loop .image .stm-car-medias > div:hover {cursor: pointer;background: rgba(0, 0, 0, 0.6);}.stm_cars_on_top .row .stm-directory-grid-loop .image .stm-car-medias > div.stm-listing-videos-unit i {position: relative;top: -1px;left: 1px;margin-right: 3px;}.stm_cars_on_top .row .stm-directory-grid-loop .image:hover .stm-listing-compare, .stm_cars_on_top .row .stm-directory-grid-loop .image:hover .stm-listing-favorite, .stm_cars_on_top .row .stm-directory-grid-loop .image:hover .stm-car-medias {opacity: 1;}.stm_cars_on_top .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-top .sell-online-wrap .normal-price {display: flex;flex-direction: column;align-items: center;}.stm_cars_on_top .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-top .sell-online-wrap .normal-price .normal_font {font-size: 10px;font-weight: 600;color: #ffffff;line-height: 12px;margin: 0;padding: 0;opacity: 0.7;}.stm_cars_on_top .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-top .sell-online-wrap .normal-price .heading-font {line-height: 16px;margin: 5px 0 0;color: #ffffff;}.stm_cars_on_top .btn-wrap {display: block;width: 100%;text-align: center;}.stm_cars_on_top .btn-wrap a.button {display: inline-block;}@media (max-width: 991px) {.stm_cars_on_top .car-listing-row {display: flex;flex-direction: row;flex-wrap: wrap;}}@media (max-width: 768px) {.stm_cars_on_top .car-listing-row {display: block;}.stm_cars_on_top .car-listing-row .stm-directory-grid-loop:nth-child(4) {margin-top: 13px !important;}}@media (min-width: 600px) and (max-width: 736px) {.stm_cars_on_top .car-listing-row .col-md-4 {width: 50%;}.stm_cars_on_top .car-listing-row .col-md-4 a .image img {width: 100%;}}@media (max-width: 600px) {.stm_cars_on_top .car-listing-row a .image img {width: 100%;}}.stm_cars_on_top.stm-reduced-cars .car-listing-row .car-meta-bottom ul {display: flex;flex-direction: row;flex-wrap: nowrap;}.stm-template-ev_dealer .stm_cars_on_top .image img {-o-object-fit: cover;object-fit: cover;min-width: 100%;}.stm-template-ev_dealer .stm_cars_on_top .stm-directory-grid-loop .image .special-label,.stm-template-ev_dealer .stm_cars_on_top .stm-directory-grid-loop .image .stm-badge-directory,.stm-template-ev_dealer .stm_cars_on_top .stm-directory-grid-loop .image .stm-badge-directory.heading-font {background-color: #0d46ff !important;}.stm-template-ev_dealer .stm_cars_on_top .stm-directory-grid-loop .image .stm-listing-compare.active,.stm-template-ev_dealer .stm_cars_on_top .stm-directory-grid-loop .image .stm-listing-favorite.active {background: #0d46ff !important;}.stm-template-motorcycle .stm_cars_on_top .image {overflow: hidden;}.stm-template-motorcycle .stm_cars_on_top .image .special-label {top: 25px !important;right: -85px !important;}.stm-template-motorcycle .stm_cars_on_top .image img {-o-object-fit: cover;object-fit: cover;min-width: 100%;}.stm-template-motorcycle .stm_cars_on_top .stm-directory-grid-loop .image .special-label,.stm-template-motorcycle .stm_cars_on_top .stm-directory-grid-loop .image .stm-badge-directory,.stm-template-motorcycle .stm_cars_on_top .stm-directory-grid-loop .image .stm-badge-directory.heading-font {background-color: #df1d1d !important;}.stm-template-motorcycle .stm_cars_on_top .stm-directory-grid-loop .image .stm-listing-compare.active,.stm-template-motorcycle .stm_cars_on_top .stm-directory-grid-loop .image .stm-listing-favorite.active {background: #df1d1d !important;}.stm-template-boats .stm_cars_on_top .stm-directory-grid-loop .image .special-label,.stm-template-boats .stm_cars_on_top .stm-directory-grid-loop .image .stm-badge-directory,.stm-template-boats .stm_cars_on_top .stm-directory-grid-loop .image .stm-badge-directory.heading-font {background-color: #ceac61 !important;}.stm-template-boats .stm_cars_on_top .stm-directory-grid-loop .image .stm-listing-compare.active,.stm-template-boats .stm_cars_on_top .stm-directory-grid-loop .image .stm-listing-favorite.active {background: #ceac61 !important;}.stm-template-listing .stm_cars_on_top .stm-directory-grid-loop .image .special-label,.stm-template-listing .stm_cars_on_top .stm-directory-grid-loop .image .stm-badge-directory,.stm-template-listing .stm_cars_on_top .stm-directory-grid-loop .image .stm-badge-directory.heading-font {background-color: #ceac61 !important;}.stm-template-listing .stm_cars_on_top .stm-directory-grid-loop .image .stm-listing-compare.active,.stm-template-listing .stm_cars_on_top .stm-directory-grid-loop .image .stm-listing-favorite.active {background: #ceac61 !important;}.stm-template-listing_three .stm_cars_on_top .stm-directory-grid-loop .image .special-label,.stm-template-listing_three .stm_cars_on_top .stm-directory-grid-loop .image .stm-badge-directory,.stm-template-listing_three .stm_cars_on_top .stm-directory-grid-loop .image .stm-badge-directory.heading-font {background-color: #ceac61 !important;}.stm-template-listing_three .stm_cars_on_top .stm-directory-grid-loop .image .stm-listing-compare.active,.stm-template-listing_three .stm_cars_on_top .stm-directory-grid-loop .image .stm-listing-favorite.active {background: #ceac61 !important;}.stm-template-listing_five .stm_cars_on_top .stm-directory-grid-loop .image .special-label,.stm-template-listing_five .stm_cars_on_top .stm-directory-grid-loop .image .stm-badge-directory,.stm-template-listing_five .stm_cars_on_top .stm-directory-grid-loop .image .stm-badge-directory.heading-font {background-color: #ff2325 !important;}.stm-template-listing_five .stm_cars_on_top .stm-directory-grid-loop .image .stm-listing-compare.active,.stm-template-listing_five .stm_cars_on_top .stm-directory-grid-loop .image .stm-listing-favorite.active {background: #ff2325 !important;}.stm-template-equipment .stm_cars_on_top .special-label {top: 25px !important;right: -82px !important;}.stm-hoverable-interactive-galleries .stm_cars_on_top .image:before, .stm-hoverable-interactive-galleries .stm_cars_on_top .image:after {display: none;}.stm-hoverable-interactive-galleries .stm_cars_on_top .image .interactive-hoverable {min-width: 255px;min-height: 186px;}@media (min-width: 768px) {.stm-hoverable-interactive-galleries .stm_cars_on_top .image .interactive-hoverable {min-height: 160px;}}.stm-hoverable-interactive-galleries .stm_cars_on_top .image .interactive-hoverable .hoverable-wrap {z-index: 1;overflow: hidden;}.stm-hoverable-interactive-galleries .stm_cars_on_top .image .stm-listing-compare,.stm-hoverable-interactive-galleries .stm_cars_on_top .image .stm-listing-favorite {bottom: 14px !important;}.stm-hoverable-interactive-galleries.stm-template-ev_dealer .stm_cars_on_top .image .interactive-hoverable {min-height: 185px;}@media (min-width: 768px) {.stm-hoverable-interactive-galleries.stm-template-ev_dealer .stm_cars_on_top .image .interactive-hoverable {min-height: 170px;}}.stm-hoverable-interactive-galleries.stm-template-car_dealer_two .stm_cars_on_top .image .interactive-hoverable {min-height: 185px;}@media (min-width: 768px) {.stm-hoverable-interactive-galleries.stm-template-car_dealer_two .stm_cars_on_top .image .interactive-hoverable {min-height: 142px;}}.stm-hoverable-interactive-galleries.stm-template-boats .stm_cars_on_top .image .stm-listing-compare,.stm-hoverable-interactive-galleries.stm-template-boats .stm_cars_on_top .image .stm-compare-directory-new {top: 7px !important;width: 26px;line-height: 17px;}.stm-hoverable-interactive-galleries.stm-template-listing_two .stm_cars_on_top .image .interactive-hoverable {min-height: 185px !important;}@media (min-width: 768px) {.stm-hoverable-interactive-galleries.stm-template-listing_two .stm_cars_on_top .image .interactive-hoverable {min-height: 136px !important;}}.stm-hoverable-interactive-galleries.stm-template-listing_three .stm_cars_on_top .image .interactive-hoverable {min-height: 186px;}@media (min-width: 768px) {.stm-hoverable-interactive-galleries.stm-template-listing_three .stm_cars_on_top .image .interactive-hoverable {min-height: 149px;}}.stm-hoverable-interactive-galleries.stm-template-listing_three .stm_cars_on_top .rmv_txt_drctn img {width: 100%;}.stm-hoverable-interactive-galleries.stm-template-listing_three .stm_cars_on_top .row-3 .image .interactive-hoverable {min-height: 205px;}.stm-hoverable-interactive-galleries.stm-template-listing_five .stm_cars_on_top .image .interactive-hoverable {min-height: 185px;}@media (min-width: 768px) {.stm-hoverable-interactive-galleries.stm-template-listing_five .stm_cars_on_top .image .interactive-hoverable {min-height: 160px;}}.stm-hoverable-interactive-galleries.stm-template-listing_five .stm_cars_on_top .rmv_txt_drctn img {width: 100%;}#wrapper .stm_dynamic_listing_dealer_filter {position: relative;}#wrapper .stm_dynamic_listing_dealer_filter:before {position: absolute;content: "";display: block;background: url(https://www.lucaprofumo.com/wp-content/uploads/stm_uploads/../images/listing-filter-overlay.png) 0 0 no-repeat;top: 0;left: 0;width: 100%;height: 100%;transform: translateZ(0);-webkit-transform: translateZ(0);z-index: 1;}#wrapper .stm_dynamic_listing_dealer_filter .stm_dynamic_listing_filter_nav {padding: 0;margin: 0;list-style: none;}#wrapper .stm_dynamic_listing_dealer_filter .stm_dynamic_listing_filter_nav li {float: left;margin-bottom: 0;background: #11323e;border-right: 1px solid #133340;}#wrapper .stm_dynamic_listing_dealer_filter .stm_dynamic_listing_filter_nav li a {position: relative;display: block;padding: 15px 43px 12px 35px;color: #fff;font-weight: 700;font-size: 15px;text-decoration: none !important;letter-spacing: -0.4px;z-index: 2;}#wrapper .stm_dynamic_listing_dealer_filter .stm_dynamic_listing_filter_nav li.active {background-color: #153e4d;border-right-color: #153e4d;}#wrapper .stm_dynamic_listing_dealer_filter .tab-content {padding: 42px 30px 20px;background-color: #153e4d;}#wrapper .stm_dynamic_listing_dealer_filter .tab-content .tab-pane {position: relative;z-index: 2;}#wrapper .stm_dynamic_listing_dealer_filter .tab-content .tab-pane form {display: flex;align-items: flex-start;flex-direction: column;}@media (min-width: 768px) {#wrapper .stm_dynamic_listing_dealer_filter .tab-content .tab-pane form {flex-direction: row;}}#wrapper .stm_dynamic_listing_dealer_filter .tab-content .tab-pane form input[type=text],#wrapper .stm_dynamic_listing_dealer_filter .tab-content .tab-pane form input[type=number],#wrapper .stm_dynamic_listing_dealer_filter .tab-content .tab-pane form input[type=tel],#wrapper .stm_dynamic_listing_dealer_filter .tab-content .tab-pane form input[type=email],#wrapper .stm_dynamic_listing_dealer_filter .tab-content .tab-pane form input[type=search],#wrapper .stm_dynamic_listing_dealer_filter .tab-content .tab-pane form input[type=password] {height: 46px;line-height: 46px;font-size: 14px;}#wrapper .stm_dynamic_listing_dealer_filter .tab-content .tab-pane form .stm-filter-tab-selects {width: 100%;}#wrapper .stm_dynamic_listing_dealer_filter .tab-content .stm-filter-tab-selects .stm-select-col {margin-bottom: 30px;padding: 0 8px;}#wrapper .stm_dynamic_listing_dealer_filter .tab-content .stm-filter-tab-selects > .row {margin: 0 -8px;}#wrapper .stm_dynamic_listing_dealer_filter .tab-content .stm-location-search-unit.loading {position: relative;}#wrapper .stm_dynamic_listing_dealer_filter .tab-content .stm-location-search-unit .gm-err-autocomplete {background-position-y: center;background-position-x: 8px;padding-left: 30px;}#wrapper .stm_dynamic_listing_dealer_filter .tab-content button[type=submit] {min-width: 190px;position: relative;top: -1px;float: right;margin-left: 16px;padding: 16px 25px 13px 25px;font-weight: 700;display: flex;justify-content: center;font-size: 14px;}#wrapper .stm_dynamic_listing_dealer_filter .tab-content button[type=submit] span {margin-right: 4px;}#wrapper .stm_dynamic_listing_dealer_filter .tab-content button[type=submit] i {display: inline-block;margin-right: 6px;font-size: 16px;}#wrapper .stm_dynamic_listing_dealer_filter .tab-content button[type=submit]:active {top: -1px;}#wrapper .stm_dynamic_listing_dealer_filter .tab-content .stm-slide-content {display: none;position: relative;}#wrapper .stm_dynamic_listing_dealer_filter .tab-content .taxonomy_range_wrap {min-height: 50px;}#wrapper .stm_dynamic_listing_dealer_filter .tab-content .taxonomy_range_wrap .mts_semeht_taxonomy {position: relative;}#wrapper .stm_dynamic_listing_dealer_filter .tab-content .taxonomy_range_wrap .mts_semeht_taxonomy label {color: #ffffff;line-height: 16px;vertical-align: top;}#wrapper .stm_dynamic_listing_dealer_filter .tab-content .taxonomy_range_wrap .mts_semeht_taxonomy .stm-taxonomy-range-unit {margin-top: 10px;padding: 0 10px;}#wrapper .stm_dynamic_listing_dealer_filter .tab-content .taxonomy_range_wrap .taxonomy-tooltip {margin-top: 2px;}#wrapper .stm_dynamic_listing_dealer_filter .tab-content .taxonomy_range_wrap .taxonomy-tooltip .tooltip-inner {padding: 1px 3px 0;background: #eceff3;color: #222222;}#wrapper .stm_dynamic_listing_dealer_filter .tab-content .stm-more-options-wrap {display: block;position: relative;float: right;clear: both;cursor: pointer;padding: 10px 0 10px 10px;}#wrapper .stm_dynamic_listing_dealer_filter .tab-content .stm-more-options-wrap span {border-bottom: 1px dotted;}#wrapper .stm_dynamic_listing_dealer_filter .select2-container--default .select2-selection--single {height: 46px;opacity: 1 !important;}#wrapper .stm_dynamic_listing_dealer_filter .select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 46px;}#wrapper .stm_dynamic_listing_dealer_filter .select2-container--default .select2-selection--single .select2-selection__arrow {height: 46px;}#wrapper .stm_dynamic_listing_dealer_filter .stm_listing_filter_text {height: 46px;line-height: 46px;}@media (max-width: 991px) {.stm_dynamic_listing_dealer_filter:before {background: none;}}@media (max-width: 767px) {.stm_dynamic_listing_dealer_filter.stm_dynamic_listing_filter_nav li {float: none;width: 100%;}.stm_dynamic_listing_dealer_filter.tab-content button[type=submit] {margin-left: 0;margin-bottom: 35px;float: none;}}.stm-data-table {margin-bottom: 46px;}.stm-data-table h3 {font-size: 26px;}.stm-data-table .stm-data-table-wrap .data-row-wrap {display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-between;align-items: center;}.stm-data-table .stm-data-table-wrap .data-row-wrap .left {font-size: 15px;font-weight: 700;line-height: 50px;}.stm-data-table .stm-data-table-wrap .data-row-wrap .right {font-size: 15px;line-height: 50px;}@media (max-width: 500px) {.stm-data-table .stm-data-table-wrap .data-row-wrap .right {text-align: right;line-height: 22px;}}.stm-call-to-action-1 {position: relative;border: 1px solid #ddd;overflow: hidden;}.stm-call-to-action-1:after {display: table;content: "";clear: both;}.stm-call-to-action-1 .stm-call-action-left {position: relative;padding: 30px 10px 22px 27px;float: left;width: 43%;background-color: #fff;z-index: 16;}.stm-call-to-action-1 .stm-call-action-left:after {position: absolute;content: "";display: block;top: 0;right: -48px;height: 100%;width: 200px;transform: skew(-45deg, 0deg);background-color: #fff;z-index: 16;}@media (max-width: 991px) {.stm-call-to-action-1 .stm-call-action-left {width: 70%;}}@media (max-width: 767px) {.stm-call-to-action-1 .stm-call-action-left {background-color: transparent !important;}.stm-call-to-action-1 .stm-call-action-left:after {display: none;background-color: transparent !important;}}@media (max-width: 610px) {.stm-call-to-action-1 .stm-call-action-left {width: 100%;padding: 10px 15px;}.stm-call-to-action-1 .stm-call-action-left .stm-call-action-image {display: none;}}.stm-call-to-action-1 .stm-call-action-left .stm-call-action-image {float: left;margin-top: -5px;margin-right: 28px;}.stm-call-to-action-1 .stm-call-action-left .stm-call-action-image img {max-height: 50px;}.stm-call-to-action-1 .stm-call-action-left .stm-call-action-icon {position: relative;left: 6px;min-width: 51px;float: left;margin-top: -4px;margin-right: 28px;font-size: 49px;}.stm-call-to-action-1 .stm-call-action-left .stm-call-action-content {position: relative;z-index: 20;}.stm-call-to-action-1 .stm-call-action-left .stm-call-action-content .content {font-size: 20px;line-height: 20px;font-weight: 700;overflow: hidden;}.stm-call-to-action-1 .stm-call-action-right {position: absolute;right: 0;top: 0;width: 65.947%;height: 100%;overflow: hidden;z-index: 15;}@media (max-width: 767px) {.stm-call-to-action-1 .stm-call-action-right {width: 100%;z-index: -1;}.stm-call-to-action-1 .stm-call-action-right:after {position: absolute;content: "";display: block;top: 0;left: 0;right: 0;bottom: 0;background: rgba(255, 255, 255, 0.5);}}.stm-call-to-action-1 .stm-call-action-right .stm-call-action-right-banner {position: absolute;top: 0;right: 0;left: 0;bottom: 0;border-radius: 1px;background-size: cover;}.stm-call-to-action {padding: 23px 46px 22px 28px;background-color: #fab637;}.stm-call-to-action .call-to-action-meta {display: inline-block;color: #fff;position: relative;margin-left: 20px;padding-top: 14px;padding-left: 56px;min-height: 30px;font-weight: 400;text-align: left;}.stm-call-to-action .call-to-action-meta i {position: absolute;left: 0;top: 8px;font-size: 38px;}.stm-call-to-action .call-to-action-meta .content {font-size: 30px;line-height: 1;}.stm-call-to-action .call-to-action-right {overflow: hidden;min-height: 55px;text-align: right;}.stm-call-to-action .call-to-action-content {position: relative;padding-left: 75px;min-height: 55px;color: #fff;overflow: hidden;font-weight: 400;}.stm-call-to-action .call-to-action-content i {position: absolute;left: 0;top: 0;font-size: 55px;}.stm-call-to-action .call-to-action-content .content {padding-top: 14px;font-size: 30px;line-height: 1;}.stm-template-car_rental .stm-call-to-action, .stm-template-car_dealer_two .stm-call-to-action {padding: 40px 46px 35px 28px;}.stm-template-car_rental .stm-call-to-action .call-to-action-content, .stm-template-car_dealer_two .stm-call-to-action .call-to-action-content {padding-left: 0;}.stm-template-car_rental .stm-call-to-action .call-to-action-content .content, .stm-template-car_dealer_two .stm-call-to-action .call-to-action-content .content {font-size: 24px;text-transform: uppercase;font-weight: 700;}.stm-template-car_rental .stm-call-to-action .call-to-action-content .content span, .stm-template-car_dealer_two .stm-call-to-action .call-to-action-content .content span {color: #273f44;}.stm-template-car_rental .stm-call-to-action .call-to-action-right .call-to-action-meta .content, .stm-template-car_dealer_two .stm-call-to-action .call-to-action-right .call-to-action-meta .content {font-weight: 700;font-size: 24px;color: #273f44;}.stm-template-car_rental .stm-call-to-action .call-to-action-right .call-to-action-meta .content i, .stm-template-car_dealer_two .stm-call-to-action .call-to-action-right .call-to-action-meta .content i {left: 11px;top: 8px;font-size: 33px;color: #fff;}.stm-template-car_rental .stm-call-to-action .stm-button-rental, .stm-template-car_dealer_two .stm-call-to-action .stm-button-rental {float: right;position: relative;margin-left: 50px;padding: 15px 21px 15px 47px;border: 2px solid #fff;font-size: 14px;font-weight: 700;box-shadow: none !important;background: transparent !important;color: #273f44 !important;transition: all 0.3s ease;}.stm-template-car_rental .stm-call-to-action .stm-button-rental i, .stm-template-car_dealer_two .stm-call-to-action .stm-button-rental i {position: absolute;left: 17px;top: 13px;color: #273f44;font-size: 18px;}.stm-template-car_rental .stm-call-to-action .stm-button-rental:hover, .stm-template-car_dealer_two .stm-call-to-action .stm-button-rental:hover {background-color: #fff !important;}.stm-template-car_dealer_two .stm-call-to-action {padding: 40px 0 35px 0;}@media (max-width: 1050px) {.stm-template-car_rental .stm-call-to-action .call-to-action-content {margin-top: 0;}.stm-template-car_rental .stm-call-to-action .call-to-action-right {overflow: visible;}.stm-template-car_rental .stm-call-to-action .call-to-action-right .stm-button-rental {float: none;margin-left: 0;}.stm-template-car_rental .stm-call-to-action .call-to-action-right .call-to-action-meta {padding: 10px 0 0;display: block;width: auto;margin: 0 auto;text-align: center;}.stm-template-car_rental .stm-call-to-action .call-to-action-right .call-to-action-meta .content {padding-top: 10px;}.stm-template-car_rental .stm-call-to-action .call-to-action-right .call-to-action-meta .content i {position: relative;top: 5px;left: -10px;}}@media (max-width: 1050px) {.stm-call-to-action {padding: 20px 10px 20px 10px;text-align: center;}.stm-call-to-action .call-to-action-right {text-align: center;}.stm-call-to-action .call-to-action-right .call-to-action-meta {margin-left: 0;display: inline-block;}.stm-call-to-action .pull-left {text-align: center;float: none !important;}.stm-call-to-action .call-to-action-content {margin-top: 15px;display: inline-block;text-align: center;}}@media (max-width: 767px) {.stm-call-to-action .call-to-action-content {margin-top: 0;margin-bottom: 10px;padding-left: 0 !important;}.stm-call-to-action .call-to-action-content .content {line-height: 1.2;font-size: 25px;}.stm-call-to-action .call-to-action-content i {display: none;}}.stm-orange {color: #ffb129;}.stm-sidebar-mode-vc .stm-listing-car-dealer-info,.stm-single-car-side .stm-listing-car-dealer-info,.stm-single-listing-car-sidebar .stm-listing-car-dealer-info {padding: 0;box-shadow: none;border-top: none;margin-bottom: 40px;}.stm-listing-car-dealer-info {background-color: #ffffff;padding: 30px 40px;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.24), inset 0 4px 0 #153e4d;border-top: 1px solid #153e4d;}.stm-listing-car-dealer-info .stm-no-text-decoration:hover, .stm-listing-car-dealer-info .stm-no-text-decoration:active, .stm-listing-car-dealer-info .stm-no-text-decoration:focus {text-decoration: none !important;}.stm-listing-car-dealer-info .title {font-size: 20px;margin-bottom: 15px;letter-spacing: -0.4px;}.stm-listing-car-dealer-info .dealer-image {float: left;margin-right: 20px;}.stm-listing-car-dealer-info .dealer-rating {padding-top: 6px;overflow: hidden;}.stm-listing-car-dealer-info .dealer-rating .stm-rate-sum {color: #888;font-size: 13px;}.stm-listing-car-dealer-info .dealer-contacts {margin: 29px 0 15px;}.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit {position: relative;padding-left: 33px;padding-top: 24px;margin-top: 20px;}.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit:first-child {border-top: 1px solid #e5e8ec;}.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.phone {padding-right: 50px;margin-bottom: 25px;display: flex;justify-content: space-between;flex-wrap: wrap;}.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.phone .phone {color: #153e4d;}.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.phone a {color: #153e4d;}.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.phone span {font-size: 11px;cursor: pointer;-webkit-text-decoration: dotted;text-decoration: dotted;border-bottom: 1px dotted;line-height: 20px;position: relative;min-width: 20px;}.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.phone span.load_number {color: transparent;}.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.phone span.load_number:before {content: "\f1ce";display: block;font-family: "Font Awesome 6 Free";font-weight: 600;color: #333333;font-size: 15px;position: absolute;left: 0;animation: spin 2s linear infinite;}.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.whatsapp {padding-top: 7px;}.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail {margin-top: 10px;padding-top: 0;}.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.whatsapp, .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail {padding-left: 0;}.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.whatsapp a, .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail a {text-decoration: none;}.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.whatsapp a:hover, .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.whatsapp a:active, .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.whatsapp a:focus, .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail a:hover, .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail a:active, .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail a:focus {text-decoration: none;}.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.whatsapp .whatsapp-btn,.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.whatsapp .email-btn, .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail .whatsapp-btn,.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail .email-btn {display: flex;align-items: center;box-shadow: 0 2px 7px rgba(0, 0, 0, 0.09);border: 1px solid #e0e3e7;background-color: #ffffff;border-radius: 5px;color: #153e4d;font-size: 14px;font-weight: 700;font-style: normal;letter-spacing: normal;line-height: 18px;text-align: left;text-transform: uppercase;padding: 13px 17px;}.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.whatsapp .whatsapp-btn:hover,.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.whatsapp .email-btn:hover, .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail .whatsapp-btn:hover,.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail .email-btn:hover {background-color: #f8f8f8;}.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.whatsapp .whatsapp-btn > span,.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.whatsapp .email-btn > span, .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail .whatsapp-btn > span,.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail .email-btn > span {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.whatsapp .whatsapp-btn i,.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.whatsapp .email-btn i, .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail .whatsapp-btn i,.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail .email-btn i {position: initial;}.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.whatsapp .whatsapp-btn .stm-icon-whatsapp,.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.whatsapp .email-btn .stm-icon-whatsapp, .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail .whatsapp-btn .stm-icon-whatsapp,.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail .email-btn .stm-icon-whatsapp {margin-right: 15px;font-size: 26px;color: #45c655;}.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.whatsapp .whatsapp-btn .fa-envelope,.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.whatsapp .email-btn .fa-envelope, .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail .whatsapp-btn .fa-envelope,.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail .email-btn .fa-envelope {margin-right: 15px;font-size: 26px;color: #5c97cd;}.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.address {margin-top: 14px;color: #11323e;font-family: "Open Sans";font-weight: 400;font-style: normal;letter-spacing: normal;text-align: left;}.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit .phone {margin-bottom: -1px;font-size: 18px;font-weight: 700;letter-spacing: -0.5px;}.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit .phone-label {font-size: 13px;color: #888;}.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit i {position: absolute;top: 27px;left: 0;color: #ceac61;font-size: 13px;}.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit i.stm-service-icon-pin_2 {font-size: 16px;}.stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit .address {color: #153e4d;font-size: 13px;line-height: 18px;}.stm-listing-car-dealer-info .stm-rate-unit {height: 13px;line-height: 13px;overflow: hidden;}.stm-listing-car-dealer-info .stm-rate-unit .stm-rate-inner {position: relative;display: inline-block;vertical-align: top;}.stm-listing-car-dealer-info .stm-rate-unit .stm-rate-not-filled {position: absolute;top: 0;left: 0;font-size: 13px;}.stm-listing-car-dealer-info .stm-rate-unit .stm-rate-not-filled:after {color: #edab1f;font-family: "Font Awesome 6 Free";font-weight: 400;font-style: normal;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;transform: translate(0, 0);content: "\f005\f005\f005\f005\f005";letter-spacing: 1px;}.stm-listing-car-dealer-info .stm-rate-unit .stm-rate-filled {font-size: 13px;overflow: hidden;}.stm-listing-car-dealer-info .stm-rate-unit .stm-rate-filled:after {color: #edab1f;font-family: "Font Awesome 6 Free";font-weight: 600;font-style: normal;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;transform: translate(0, 0);content: "\f005\f005\f005\f005\f005";letter-spacing: 1px;}.stm-listing-car-dealer-info.stm-common-user .stm-user-main-info-c a .title {margin: 1px 0 0;font-size: 16px;}.stm-listing-car-dealer-info.stm-common-user .stm-user-main-info-c a .stm-label {font-size: 13px;color: #888;}.stm-listing-car-dealer-info.stm-common-user .stm-user-main-info-c .image {float: left;margin-right: 14px;text-align: center;line-height: 40px;width: 40px;}.stm-listing-car-dealer-info.stm-common-user .stm-user-main-info-c .image img {border-radius: 50%;overflow: hidden;}.stm-listing-car-dealer-info.stm-common-user .stm-user-main-info-c .image .no-avatar {width: 40px;height: 40px;background-color: #eeeeee;color: #5b6771;border-radius: 50%;font-size: 16px;text-indent: 2px;}.stm-listing-car-dealer-info.stm-common-user .stm-user-main-info-c .image a {text-decoration: none !important;}.stm-template-listing_four .stm-listing-car-dealer-info {padding: 22px 23px 8px;border: 3px solid #e4e6ea;}.stm-template-listing_four .stm-listing-car-dealer-info .stm-border-bottom-unit {padding-bottom: 19px;margin-bottom: 0;border: 0;}.stm-template-listing_four .stm-listing-car-dealer-info .dealer-contact-unit.phone {padding-right: 0 !important;}.stm-template-listing_four .stm-listing-car-dealer-info .title {margin-top: 0;}.stm-template-listing_four .stm-listing-car-dealer-info .dealer-contacts {margin: 29px 0 18px;}@media (max-width: 991px) {.stm-template-listing_four .stm-listing-car-dealer-info {margin-top: 25px;}}@media (max-width: 1100px) {.stm-template-listing_four .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit {padding-left: 19px;}}@media (max-width: 991px) {.stm-template-listing .stm-listing-car-dealer-info {margin-top: 25px;}}.stm-template-listing_five .stm-listing-car-dealer-info .dealer-contacts {margin: 29px 0 28px;}.stm-template-listing_five .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit {border-top: 1px solid #e5e8ec;}.stm-template-listing_five .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit .whatsapp-btn,.stm-template-listing_five .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit .email-btn {color: #1a2c33 !important;}.stm-template-listing_five .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.phone {font-size: 18px;font-weight: 700;letter-spacing: -0.5px;margin-bottom: 5px;}.stm-template-listing_five .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.phone .phone {color: #1a2c33;}.stm-template-listing_five .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.phone .phone a {color: #1a2c33 !important;}.stm-template-listing_five .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit i {top: 30px;left: 10px;}.stm-template-listing_five .stm-user-public-profile .stm-user-sidebar .stm-listing-car-dealer-info {display: none !important;}.stm-template-aircrafts .stm-listing-car-dealer-info .dealer-contacts {margin: 29px 0 28px;}.stm-template-aircrafts .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.address {margin-top: 14px;}.stm-template-aircrafts .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail i {font-size: 15px;color: #4e90cc;}.stm-template-aircrafts .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail .stm-label {color: #888;font-size: 13px;}.stm-template-aircrafts .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail a {font-size: 14px;}.stm-template-aircrafts .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail a:hover {color: #cc761a;}.stm-template-aircrafts .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit .phone {margin-bottom: 5px;font-size: 18px;font-weight: 700;letter-spacing: -0.5px;}.stm-template-aircrafts .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit .phone-label {font-size: 13px;color: #888;}.stm-template-aircrafts .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit i {position: absolute;top: 21px;left: 0;color: #ff9420;font-size: 13px;}.stm-template-aircrafts .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit i.stm-service-icon-pin_2 {font-size: 16px;}.stm-template-aircrafts .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit .address {color: #cc761a;font-size: 13px;line-height: 18px;}.stm-template-equipment .stm-listing-car-dealer-info {background-color: transparent;}.stm-template-equipment .stm-listing-car-dealer-info .dealer-contacts .stm-show-number {color: #ffffff;}.stm-template-equipment .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.phone a,.stm-template-equipment .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.phone div.phone {color: #ffffff;}.stm-template-motorcycle .stm-listing-car-dealer-info {background-color: transparent;}.stm-template-motorcycle .stm-listing-car-dealer-info .dealer-contacts .stm-show-number {color: #ffffff;}.stm-template-motorcycle .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.phone a,.stm-template-motorcycle .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.phone div.phone {color: #ffffff;}.stm-template-car_dealer_two.inventory-light .stm-listing-car-dealer-info.stm-common-user .stm-user-main-info-c a .title {color: #121e24;}.stm-template-car_dealer_two.inventory-light .stm-listing-car-dealer-info.stm-common-user .stm-user-main-info-c .stm-label {color: #121e24;}.stm-template-car_dealer_two.inventory-light .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit {padding-top: 17px;border-top: 1px solid #e5e8ec;}.stm-template-car_dealer_two.inventory-light .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.phone {margin-bottom: 5px;color: #121e24;}.stm-template-car_dealer_two.inventory-light .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.phone span {color: #121e24;}.stm-template-car_dealer_two.inventory-light .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.address {margin-top: 14px;}.stm-template-car_dealer_two.inventory-light .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.whatsapp, .stm-template-car_dealer_two.inventory-light .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail {border-top: none;}.stm-template-car_dealer_two.inventory-light .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit .phone {color: #121e24;}.stm-template-car_dealer_two.inventory-light .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit .phone-label {color: #121e24;}.stm-template-car_dealer_two.inventory-light .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit i {color: #ffb129;}.stm-template-car_dealer_two.inventory-light .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit .address {color: #121e24;}.stm-template-car_dealer_two.inventory-dark .stm-listing-car-dealer-info {background-color: transparent;}.stm-template-car_dealer_two.inventory-dark .stm-listing-car-dealer-info.stm-common-user .stm-user-main-info-c a .title {color: #ffffff;}.stm-template-car_dealer_two.inventory-dark .stm-listing-car-dealer-info.stm-common-user .stm-user-main-info-c .stm-label {color: #ffffff;}.stm-template-car_dealer_two.inventory-dark .stm-listing-car-dealer-info .title {color: #ffffff;}.stm-template-car_dealer_two.inventory-dark .stm-listing-car-dealer-info .dealer-contacts .stm-show-number {color: #ffffff;}.stm-template-car_dealer_two.inventory-dark .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.phone {color: #ffffff;}.stm-template-car_dealer_two.inventory-dark .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.phone a,.stm-template-car_dealer_two.inventory-dark .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.phone div.phone {color: #ffffff;}.stm-template-car_dealer_two.inventory-dark .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.phone span {color: #ffffff;}.stm-template-car_dealer_two.inventory-dark .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.phone span.load_number {color: transparent;}.stm-template-car_dealer_two.inventory-dark .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.phone span.load_number:before {color: #ffffff;}.stm-template-car_dealer_two.inventory-dark .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.address {margin-top: 14px;}.stm-template-car_dealer_two.inventory-dark .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail i {color: #4e90cc;}.stm-template-car_dealer_two.inventory-dark .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail .stm-label {color: #ffffff;}.stm-template-car_dealer_two.inventory-dark .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail a {color: #ffffff;}.stm-template-car_dealer_two.inventory-dark .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit.mail a:hover {color: #3350b8;}.stm-template-car_dealer_two.inventory-dark .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit .phone {color: #ffffff;}.stm-template-car_dealer_two.inventory-dark .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit .phone-label {color: #ffffff;}.stm-template-car_dealer_two.inventory-dark .stm-listing-car-dealer-info .dealer-contacts .dealer-contact-unit .address {color: #ffffff;}.stm-orange {color: #ffb129;}.stm-car-leasing-wrap {display: block;text-align: center;}.stm-car-leasing-wrap h2 {color: #ffffff;font-size: 48px;margin-bottom: 25px;}.stm-car-leasing-wrap .price_wrap {display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: center;align-items: flex-start;}.stm-car-leasing-wrap .price_wrap .left .price {font-size: 48px;line-height: 50px;font-weight: 700;color: #ffffff;}.stm-car-leasing-wrap .price_wrap .right {padding: 8px 0 0 10px;font-size: 18px;color: #ffffff;font-weight: 500;}.stm-car-leasing-wrap .subtitle {display: block;font-size: 24px;color: #ffffff;font-weight: 500;padding-top: 15px;text-align: center;}.stm-car-leasing-wrap .btn-wrap {margin-top: 45px;}.stm-car-leasing-wrap .btn-wrap .c-l-test-drive {display: inline-block;overflow: hidden;position: relative;border-radius: 4px;background-color: #3350b8;padding: 16px 22px 16px 14px !important;color: #ffffff;font-weight: 700 !important;text-decoration: none;font-size: 14px;z-index: 2;}.stm-car-leasing-wrap .btn-wrap .c-l-test-drive i {font-size: 18px !important;margin-right: 10px !important;vertical-align: middle;}.stm-car-leasing-wrap .btn-wrap .c-l-test-drive:before {content: "";position: absolute;top: 0;left: 0;width: 150%;height: 100%;z-index: -1;background: #ffb129;transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);transform-origin: 0% 100%;transition: transform 0.3s, opacity 0.3s, background-color 0.3s;}.stm-car-leasing-wrap .btn-wrap .c-l-test-drive:hover {color: #ffffff;opacity: 1;}.stm-car-leasing-wrap .btn-wrap .c-l-test-drive:hover i {color: #ffffff !important;}.stm-car-leasing-wrap .btn-wrap .c-l-test-drive:hover:before {opacity: 1;transform: rotate3d(0, 0, 1, 0deg);transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);}.stm-big-car-gallery .stm-single-image a img {height: 100vw;max-height: 466px;width: 100%;-o-object-fit: cover;object-fit: cover;}@media (max-width: 460px) {.stm-big-car-gallery .stm-single-image a img {max-height: 220px;}}.stm-orange {color: #ffb129;}@keyframes preloader {0% {height: 5px;transform: translateY(0px);background: #6c98e1;}25% {height: 30px;transform: translateY(15px);background: #6c98e1;}50% {height: 5px;transform: translateY(0px);background: #6c98e1;}100% {height: 5px;transform: translateY(0px);background: #6c98e1;}}.car-listing-tabs-unit .car-listing-top-part {position: relative;padding-top: 33px;}@media (max-width: 820px) {.car-listing-tabs-unit .car-listing-top-part .title h1, .car-listing-tabs-unit .car-listing-top-part .title h2, .car-listing-tabs-unit .car-listing-top-part .title h3, .car-listing-tabs-unit .car-listing-top-part .title h4, .car-listing-tabs-unit .car-listing-top-part .title h5 {font-size: 16px;}}.car-listing-tabs-unit .car-listing-top-part:before {position: absolute;content: "";display: block;top: 0;bottom: 0;left: -2000px;right: -2000px;z-index: -1;}.car-listing-tabs-unit .car-listing-top-part .stm-listing-tabs {margin-top: 20px;}.car-listing-tabs-unit .car-listing-top-part .stm-listing-tabs ul {list-style: none;padding: 0;margin: 0;font-size: 0;display: flex;}@media (max-width: 820px) {.car-listing-tabs-unit .car-listing-top-part .stm-listing-tabs ul {overflow-y: scroll;margin-right: -15px;}}.car-listing-tabs-unit .car-listing-top-part .stm-listing-tabs ul li {display: inline-block;margin-right: 2px;margin-bottom: 0;}@media (max-width: 820px) {.car-listing-tabs-unit .car-listing-top-part .stm-listing-tabs ul li {white-space: nowrap;margin-right: 4px;}}@media (min-width: 820px) {.car-listing-tabs-unit .car-listing-top-part .stm-listing-tabs ul li:last-child {margin-right: 0;}}.car-listing-tabs-unit .car-listing-top-part .stm-listing-tabs ul li.active a {color: #ceac61;background-color: #fff;}.car-listing-tabs-unit .car-listing-top-part .stm-listing-tabs ul li a {display: block;padding: 0 25px;background: rgba(255, 255, 255, 0.1);font-size: 14px;text-transform: uppercase;text-decoration: none !important;font-weight: 700;color: #aaa;line-height: 44px;}.car-listing-tabs-unit .car-listing-main-part {padding-top: 59px;}.car-listing-tabs-unit .car-listing-main-part .preloader {display: none;position: absolute;left: 50%;margin-left: -27px;top: 0;height: 46px;width: 54px;}.car-listing-tabs-unit .car-listing-main-part .preloader span {display: block;bottom: 20px;width: 9px;height: 5px;background: #6c98e1;position: absolute;animation: preloader 1.5s infinite ease-in-out;}.car-listing-tabs-unit .car-listing-main-part .preloader span:nth-child(2) {left: 11px;animation-delay: 0.2s;}.car-listing-tabs-unit .car-listing-main-part .preloader span:nth-child(3) {left: 22px;animation-delay: 0.4s;}.car-listing-tabs-unit .car-listing-main-part .preloader span:nth-child(4) {left: 33px;animation-delay: 0.6s;}.car-listing-tabs-unit .car-listing-main-part .preloader span:nth-child(5) {left: 44px;animation-delay: 0.8s;}.car-listing-actions {position: relative;height: 46px;}.car-listing-actions.all-done {height: 0;padding: 0;}.car-listing-row .col-md-3 {margin-bottom: 40px;}.car-listing-row .listing-car-item-meta {padding-top: 17px;}.car-listing-row .listing-car-item-meta .car-title {color: #232628;overflow: hidden;text-transform: uppercase;font-size: 14px;line-height: 18px;font-weight: 700;}.car-listing-row .listing-car-item-meta .car-title .colored {color: #ceac61;}.car-listing-row .listing-car-item-meta .price {position: relative;float: right;padding: 6px 10px 4px 4px;margin-left: 18px;background-color: #6c98e1;text-align: right;}.car-listing-row .listing-car-item-meta .price:before {position: absolute;content: "";display: block;top: 0;left: -12px;height: 100%;width: 32px;background-color: #6c98e1;transform: skew(-14deg, 0deg);z-index: 5;}.car-listing-row .listing-car-item-meta .price.discounted-price {padding: 1px 10px 2px 4px;}.car-listing-row .listing-car-item-meta .price.discounted-price .sale-price {line-height: 16px;}.car-listing-row .listing-car-item-meta .price .regular-price,.car-listing-row .listing-car-item-meta .price .sale-price,.car-listing-row .listing-car-item-meta .price .normal-price {position: relative;z-index: 6;}.car-listing-row .listing-car-item-meta .price .regular-price {font-size: 13px;line-height: normal;text-decoration: line-through;}.car-listing-row .listing-car-item-meta .price .normal-price,.car-listing-row .listing-car-item-meta .price .sale-price {color: #fff;font-size: 14px;line-height: 20px;}.car-listing-row .listing-car-item-meta .price .normal-price {line-height: 25px;}.car-listing-row .car-meta-top {padding-bottom: 17px;border-bottom: 1px solid #ccc;}.car-listing-row .car-meta-bottom ul {list-style: none;padding: 0;margin: 0;}.car-listing-row .car-meta-bottom ul li {display: inline-block;margin-top: 4px;margin-bottom: 0;margin-right: 14px;color: #888;vertical-align: middle;}.car-listing-row .car-meta-bottom ul li i {margin-right: -1px;font-size: 13px;color: #aaaaaa;vertical-align: middle;}.car-listing-row .car-meta-bottom ul li i.stm-icon-road {position: relative;top: 1px;}.car-listing-row .car-meta-bottom ul li i.stm-icon-transmission {position: relative;top: 1px;}.car-listing-row .car-meta-bottom ul li span {position: relative;top: 1px;vertical-align: top;margin-left: 2px;font-size: 13px;}.car-listing-row .car-meta-bottom ul li .special-text {margin-bottom: 2px;text-transform: uppercase;}.car-listing-row .car-meta-bottom ul li:last-child {margin-right: 0;}.found-cars-cloned {position: absolute;top: 50%;right: 0;margin-top: -13px;}.found-cars, .found-cars.heading-font {display: inline-block;position: relative;padding-left: 30px;font-size: 13px;line-height: 26px;text-transform: uppercase;font-weight: 400;color: #aaaaaa !important;}.found-cars i {position: absolute;content: "";display: block;font-size: 23px;position: absolute;left: 0;top: 0;}.found-cars .blue-lt {color: #6c98e1;font-weight: 700;}.found-cars-clone {display: none;visibility: hidden;opacity: 0;}.tab-search-title {position: relative;padding-left: 71px;margin-bottom: 36px;min-height: 35px;font-size: 30px;color: #232628;font-weight: 700;}.tab-search-title i {position: absolute;left: 0;top: -7px;font-size: 34px;}#car-listing-tab-search {padding-top: 20px;}.reset-all:hover {cursor: pointer;}.reset-all.reset-styled {display: block;border: 2px solid #ddd;border-radius: 3px;color: #ddd;text-align: center;line-height: 44px;font-size: 22px;text-decoration: none !important;}.reset-all.reset-styled:hover {color: #6c98e1;border-color: #6c98e1;}.reset-all.reset-styled:focus {color: #6c98e1;border-color: #6c98e1;}.reset-all.reset-styled:active {color: #6c98e1;border-color: #6c98e1;}.search-call-to-action {margin-top: 36px;}.stm-cat-info-box {display: flex;flex-direction: column;flex-wrap: nowrap;align-items: center;justify-content: center;padding: 27px 20px 24px;box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.1), inset 0px 3px 0px 0px rgba(76, 148, 250, 0.004);}.stm-cat-info-box i {font-size: 60px;}.stm-cat-info-box .stm-cat-name {font-weight: 700;line-height: 22px;font-size: 13px;margin: 16px 0 0;}.stm-cat-info-box .stm-cat-val {font-size: 24px;font-weight: 700;line-height: 28px;}@media (max-width: 767px) {.stm-cat-info-box {margin-bottom: 30px !important;}}.stm-orange {color: #ffb129;}.car-listing-actions {position: relative;height: 46px;}.car-listing-actions.all-done {height: 0;padding: 0;}.stm-car-listing-sort-units {margin-top: 4px;padding-bottom: 22px;margin-bottom: 22px;border-bottom: 1px solid #ddd;}.stm-car-listing-sort-units .stm-sort-by-options {float: left;}.stm-car-listing-sort-units .stm-sort-by-options > span {float: left;margin-top: 7px;margin-right: 9px;text-transform: uppercase;font-size: 12px;color: #888;}.stm-car-listing-sort-units .stm-sort-by-options .stm-select-sorting {float: left;}.stm-car-listing-sort-units .stm-sort-by-options .stm-select-sorting .select2-container--default .select2-selection--single {height: 32px;}.stm-car-listing-sort-units .stm-sort-by-options .stm-select-sorting .select2-container--default .select2-selection--single .select2-selection__rendered {height: 32px;line-height: 32px;}.stm-car-listing-sort-units .stm-sort-by-options .stm-select-sorting .select2-container--default .select2-selection--single .select2-selection__arrow {height: 32px;}.stm-car-listing-sort-units .stm-view-by {float: right;}.stm-car-listing-sort-units .stm-view-by:after {display: table;content: "";clear: both;}.stm-car-listing-sort-units .stm-view-by .view-type {display: block;float: left;color: #8f8f8f;margin-left: 10px;width: 32px;height: 32px;line-height: 34px;text-align: center;text-decoration: none !important;}.stm-car-listing-sort-units .stm-view-by .view-type:hover {color: #6c98e1;cursor: pointer;}.stm-car-listing-sort-units .stm-view-by .view-type:first-child {margin-left: 0;}.stm-car-listing-sort-units .stm-view-by .view-type.view-list {font-size: 12px;}.stm-car-listing-sort-units .stm-view-by .view-type.view-grid {font-size: 16px;}.stm-car-listing-sort-units .stm-view-by .view-type.active {background-color: #f0f2f5;color: #8f8f8f;}.stm-car-listing-sort-units .stm-view-by .view-type.active:hover {color: #6c98e1;}@media (max-width: 1025px) {.classic-filter-row {width: 100%;margin-bottom: 20px;}.archive-listing-page .col-md-9 {width: 100%;padding: 0;}.archive-listing-page .col-md-pull-3 {right: unset;}.archive-listing-page .col-md-push-9 {left: unset;}}.classic-filter-row {position: relative;z-index: 48;}.classic-filter-row input[type=text] {height: 40px;line-height: 40px;}.classic-filter-row .form-group {margin-bottom: 16px;}.classic-filter-row .type-text input[type=search] {box-sizing: border-box;}.classic-filter-row .type-text input[type=search]:invalid {border-color: #ff2325;}.classic-filter-row .filter-price {margin: 7px 0 31px;}.classic-filter-row .filter-price h5 {margin-bottom: 19px;}.classic-filter-row .select2-results__option[aria-selected=true] {font-weight: bolder;}.classic-filter-row .stm-multiple-select .select2-results__option {padding-right: 20px;vertical-align: middle;}.classic-filter-row .stm-multiple-select .select2-results__option.select2-results__message:before {display: none;}.classic-filter-row .stm-multiple-select .select2-results__option:before {content: "";display: inline-block;position: relative;height: 20px;width: 20px;border: 2px solid #e9e9e9;border-radius: 4px;background-color: #fff;margin-right: 20px;vertical-align: middle;}.classic-filter-row .stm-multiple-select .select2-results__option[aria-selected=true]:before {font-family: fontAwesome;content: "\f00c";color: #fff;background-color: #ceac61;border: 0;display: inline-flex;justify-content: center;align-items: center;}.classic-filter-row .stm-multiple-select .select2-container--default .select2-results__option[aria-selected=true] {background-color: #fff;}.classic-filter-row .stm-multiple-select .select2-container--default .select2-results__option--highlighted[aria-selected] {background-color: #eaeaeb;color: #272727;}.classic-filter-row .stm-multiple-select .select2-container--default .select2-search--inline .select2-search__field {line-height: inherit;height: inherit;}.classic-filter-row .stm-multiple-select .select-icon .select2-search--dropdown {display: none;}.classic-filter-row .select2-container--default .select2-selection--single,.classic-filter-row .select2-container--default .select2-selection--single .select2-selection__rendered {height: 40px;line-height: 40px;}.classic-filter-row .select2-container--default .select2-selection--single .select2-selection__arrow {height: 40px;}.classic-filter-row .select2-selection--multiple.filter-select {min-height: 40px;display: flex;border-color: transparent;}.classic-filter-row .select2-selection--multiple.filter-select .select2-selection__rendered {padding: 0 0 5px 7px;}.classic-filter-row .select2-selection--multiple.filter-select .select2-selection__rendered input.select2-search__field {padding-left: 5px;margin-top: 8px;line-height: inherit;height: inherit;}.classic-filter-row .select2-selection--multiple.filter-select .select2-selection__rendered input.select2-search__field:focus {background-color: transparent !important;}.classic-filter-row .select2-selection--multiple.filter-select .select2-selection__rendered input.select2-search__field::-moz-placeholder {padding-left: 0;padding-inline-start: 0;color: #555;}.classic-filter-row .select2-selection--multiple.filter-select .select2-selection__rendered input.select2-search__field::placeholder {padding-left: 0;padding-inline-start: 0;color: #555;}.classic-filter-row .select2-selection--multiple.filter-select .select2-selection__rendered li.select2-search {margin-bottom: 0;}.classic-filter-row .select2-selection--multiple.filter-select .select2-selection__rendered li.select2-selection__choice {margin-top: 5px;margin-bottom: 0;font-size: 92%;background-color: #fff;}.classic-filter-row .select2-selection--multiple.filter-select .select2-selection__rendered li.select2-search--inline {margin-bottom: 0;}.classic-filter-row .filter-sidebar {padding: 0 22px 30px;background-color: #fff;box-shadow: 0 5px 18px rgba(0, 0, 0, 0.18);}.classic-filter-row .sidebar-entry-header {position: relative;min-height: 40px;padding: 26px 22px 21px 76px;margin: 0 -22px;background-color: #232628;}.classic-filter-row .sidebar-entry-header i {position: absolute;top: 32px;left: 21px;font-size: 29px;color: #fff;}.classic-filter-row .sidebar-entry-header .h4 {display: block;padding-top: 10px;color: #fff;font-weight: 700;letter-spacing: -0.3px;}.classic-filter-row .stm-inventory-sidebar {margin-top: 25px;}.classic-filter-row .stm-accordion-single-unit.price .stm-accordion-content {padding: 30px 25px;}.classic-filter-row .stm-accordion-single-unit.price .stm-accordion-content-wrapper .col-md-6 input[type=text] {padding: 0 10px;}.mobile-filter-sticky {display: none;box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.42);}.mobile-filter-sticky.sticky-filter {display: block;position: fixed;width: 100%;padding: 10px;background-color: #fff;bottom: 0;z-index: 99999;}.car-listing-row .col-md-3 {margin-bottom: 40px;}.car-listing-row .listing-car-item-meta {padding-top: 17px;}.car-listing-row .listing-car-item-meta .car-title {color: #232628;overflow: hidden;text-transform: uppercase;font-size: 14px;line-height: 18px;font-weight: 700;}.car-listing-row .listing-car-item-meta .car-title .colored {color: #ceac61;}.car-listing-row .listing-car-item-meta .price {position: relative;float: right;padding: 6px 10px 4px 4px;margin-left: 18px;background-color: #6c98e1;text-align: right;}.car-listing-row .listing-car-item-meta .price:before {position: absolute;content: "";display: block;top: 0;left: -12px;height: 100%;width: 32px;background-color: #6c98e1;transform: skew(-14deg, 0deg);z-index: 5;}.car-listing-row .listing-car-item-meta .price.discounted-price {padding: 1px 10px 2px 4px;}.car-listing-row .listing-car-item-meta .price.discounted-price .sale-price {line-height: 16px;}.car-listing-row .listing-car-item-meta .price .regular-price,.car-listing-row .listing-car-item-meta .price .sale-price,.car-listing-row .listing-car-item-meta .price .normal-price {position: relative;z-index: 6;}.car-listing-row .listing-car-item-meta .price .regular-price {font-size: 13px;line-height: normal;text-decoration: line-through;}.car-listing-row .listing-car-item-meta .price .normal-price,.car-listing-row .listing-car-item-meta .price .sale-price {color: #fff;font-size: 14px;line-height: 20px;}.car-listing-row .listing-car-item-meta .price .normal-price {line-height: 25px;}.car-listing-row .car-meta-top {padding-bottom: 17px;border-bottom: 1px solid #ccc;}.car-listing-row .car-meta-bottom ul {list-style: none;padding: 0;margin: 0;}.car-listing-row .car-meta-bottom ul li {display: inline-block;margin-top: 4px;margin-bottom: 0;margin-right: 14px;color: #888;vertical-align: middle;}.car-listing-row .car-meta-bottom ul li i {margin-right: -1px;font-size: 13px;color: #aaaaaa;vertical-align: middle;}.car-listing-row .car-meta-bottom ul li i.stm-icon-road {position: relative;top: 1px;}.car-listing-row .car-meta-bottom ul li i.stm-icon-transmission {position: relative;top: 1px;}.car-listing-row .car-meta-bottom ul li span {position: relative;top: 1px;vertical-align: top;margin-left: 2px;font-size: 13px;}.car-listing-row .car-meta-bottom ul li .special-text {margin-bottom: 2px;text-transform: uppercase;}.car-listing-row .car-meta-bottom ul li:last-child {margin-right: 0;}.found-cars-cloned {position: absolute;top: 50%;right: 0;margin-top: -13px;}.found-cars, .found-cars.heading-font {display: inline-block;position: relative;padding-left: 30px;font-size: 13px;line-height: 26px;text-transform: uppercase;font-weight: 400;color: #aaaaaa !important;}.found-cars i {position: absolute;content: "";display: block;font-size: 23px;position: absolute;left: 0;top: 0;}.found-cars .blue-lt {color: #6c98e1;font-weight: 700;}.found-cars-clone {display: none;visibility: hidden;opacity: 0;}.tab-search-title {position: relative;padding-left: 71px;margin-bottom: 36px;min-height: 35px;font-size: 30px;color: #232628;font-weight: 700;}.tab-search-title i {position: absolute;left: 0;top: -7px;font-size: 34px;}#car-listing-tab-search {padding-top: 20px;}.reset-all:hover {cursor: pointer;}.reset-all.reset-styled {display: block;border: 2px solid #ddd;border-radius: 3px;color: #ddd;text-align: center;line-height: 44px;font-size: 22px;text-decoration: none !important;}.reset-all.reset-styled:hover {color: #6c98e1;border-color: #6c98e1;}.reset-all.reset-styled:focus {color: #6c98e1;border-color: #6c98e1;}.reset-all.reset-styled:active {color: #6c98e1;border-color: #6c98e1;}.search-call-to-action {margin-top: 36px;}.colored-separator {text-align: center;vertical-align: top;font-size: 0;}.colored-separator.text-left {text-align: left;}.colored-separator.text-right {text-align: right;}.colored-separator .first-long,.colored-separator .last-short {display: inline-block;vertical-align: top;width: 33px;height: 5px;transform: skew(-40deg, 0deg);border-radius: 2px;background-color: #ceac61;}.colored-separator .first-long {margin-right: 3px;}.colored-separator .last-short {width: 16px;}.stm-contact-us-form-wrapper {padding: 40px 30px 40px;}@media (min-width: 992px) {.stm-contact-us-form-wrapper {padding: 60px 91px 11px;}}.stm-contact-us-form-wrapper {background-color: #fff;box-shadow: 0px 3px 18px rgba(35, 38, 40, 0.3);}.stm-contact-us-form-wrapper h2 {margin-bottom: 47px;text-transform: uppercase;}.stm-contact-us-form-wrapper .form-group {margin-bottom: 30px;}.stm-contact-us-form-wrapper .form-group input {font-size: 14px;}.stm-contact-us-form-wrapper form {margin-left: 3px;margin-right: 3px;}.stm-contact-us-form-wrapper form textarea {max-height: 143px;padding-top: 8px;}.stm-contact-us-form-wrapper form input::-webkit-input-placeholder {font-size: 13px;}.stm-contact-us-form-wrapper form input::-moz-placeholder {font-size: 13px;}.stm-contact-us-form-wrapper form input:-moz-placeholder {font-size: 13px;}.stm-contact-us-form-wrapper form input:-ms-input-placeholder {font-size: 13px;}.stm-contact-us-form-wrapper form textarea::-webkit-input-placeholder {font-size: 13px;}.stm-contact-us-form-wrapper form textarea::-moz-placeholder {font-size: 13px;}.stm-contact-us-form-wrapper form textarea:-moz-placeholder {font-size: 13px;}.stm-contact-us-form-wrapper form textarea:-ms-input-placeholder {font-size: 13px;}.stm-contact-us-form-wrapper form input[type=text],.stm-contact-us-form-wrapper form input[type=tel],.stm-contact-us-form-wrapper form input[type=date],.stm-contact-us-form-wrapper form input[type=email],.stm-contact-us-form-wrapper form input[type=search],.stm-contact-us-form-wrapper form input[type=password] {height: 43px;line-height: 43px;}.stm-contact-us-form-wrapper .col-md-5 .contact-us-submit,.stm-contact-us-form-wrapper .col-md-5 .form-group {margin-left: 7px;}.stm-contact-us-form-wrapper .col-md-7 .col-md-6:first-child .form-group {margin-right: 2px;}.stm-contact-us-form-wrapper .col-md-7 .col-md-6:nth-child(2) .form-group {padding-left: 8px;margin-right: -5px;}.stm-contact-us-form-wrapper .wpcf7-response-output {margin-bottom: 20px !important;}.stm_deal_buttons_wrap {padding: 20px 0;}.stm_deal_buttons_wrap .action-links {display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-start;}.stm_deal_buttons_wrap .action-links .action-btn {display: block;width: 100%;padding: 14px 9px;background-color: var(--motors-base-color);border: 1px solid var(--motors-base-color);border-radius: 4px;color: #fff;font-size: 14px;font-weight: 600;line-height: 1.2;margin: 5px 0;text-align: center;text-transform: uppercase;}.stm_deal_buttons_wrap .action-links .action-btn:hover {background-color: rgba(var(--motors-base-color), 0.75);color: var(--motors-base-color);}.stm-hero-banner-wrap {display: block;position: relative;left: calc(-1 * (100vw - 100%) / 2);width: 100vw;}.stm-hero-banner-wrap .stm-image-wrap {display: block;width: 100%;margin: auto 0;overflow: hidden;max-height: 600px;}.stm-hero-banner-wrap .stm-image-wrap img {display: block;width: 100%;min-height: 600px;-o-object-fit: cover;object-fit: cover;transform: scale(1, 1);transition: all 0.3s ease-in-out;}@media (max-width: 767px) {.stm-hero-banner-wrap .stm-image-wrap img {min-height: 400px;}}.stm-hero-banner-wrap:hover .stm-image-wrap img {transform: scale(1.01, 1.01);}.stm-hero-banner-wrap .container {position: absolute;top: 0;bottom: 0;left: 0;right: 0;display: flex;flex-direction: row;flex-wrap: nowrap;align-items: center;}.stm-hero-banner-wrap .container .stm-info-wrap {backface-visibility: hidden;}.stm-hero-banner-wrap .container .stm-info-wrap .stm-hb-round {backface-visibility: hidden;}@media (max-width: 767px) {.stm-hero-banner-wrap .container .stm-info-wrap .stm-hb-round .stm-button {padding: 14px 18px 12px;}}.stm-hero-banner-wrap.left .container {justify-content: flex-start;}.stm-hero-banner-wrap.right .container {justify-content: flex-end;}.stm-hero-banner-wrap.style_1 .stm-info-wrap {display: inline-block;z-index: 5;transition: all 0.3s ease-in-out;width: 359px;height: 359px;position: relative;}@media (max-width: 1199px) {.stm-hero-banner-wrap.style_1 .stm-info-wrap {margin: 0 15px;}}@media (max-width: 767px) {.stm-hero-banner-wrap.style_1 .stm-info-wrap {width: 280px;height: 280px;}}@media (max-width: 320px) {.stm-hero-banner-wrap.style_1 .stm-info-wrap {margin-left: 5px;}}.stm-hero-banner-wrap.style_1 .stm-info-wrap:after {position: absolute;content: "";display: block;top: -18px;left: -18px;right: -18px;bottom: -18px;border-radius: 50%;opacity: 0.25;z-index: -1;transform: scale(1, 1);transition: all 0.5s ease-in-out;}.stm-hero-banner-wrap.style_1 .stm-info-wrap:hover:after {transform: scale(1.05, 1.05);opacity: 0.5;}.stm-hero-banner-wrap.style_1 .stm-info-wrap:hover .stm-hb-round:after {opacity: 1;}.stm-hero-banner-wrap.style_1 .stm-info-wrap .stm-hb-round {width: 100%;height: 100%;z-index: 5;color: rgb(255, 255, 255);text-decoration: none;white-space: normal;text-align: left;line-height: 20px;letter-spacing: 0px;font-weight: 400;padding: 58px 19px 50px 27px;border-radius: 50%;transform-origin: 50% 50%;opacity: 1;transform: translate(0px, 0px);}.stm-hero-banner-wrap.style_1 .stm-info-wrap .stm-hb-round:after {position: absolute;content: "";display: block;top: 0;left: 0;right: 0;bottom: 0;border-radius: 50%;opacity: 0.85;z-index: -1;transition: all 0.5s ease-in-out;}@media (max-width: 767px) {.stm-hero-banner-wrap.style_1 .stm-info-wrap .stm-hb-round {display: flex;flex-direction: column;justify-content: center;align-items: flex-start;}}.stm-hero-banner-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-title {font-weight: 700;color: rgb(35, 38, 40);padding-left: 37px;padding-right: 45px;line-height: 1.1;}.stm-hero-banner-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-title span {display: block;}@media (max-width: 767px) {.stm-hero-banner-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-title {font-size: 16px;padding: 0;}}.stm-hero-banner-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit {display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: flex-start;align-items: flex-start;letter-spacing: 0px;font-weight: 400;}.stm-hero-banner-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit > span {display: inline-block;position: relative;}.stm-hero-banner-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-currency {font-weight: 600;color: #fff;vertical-align: top;justify-content: space-between;line-height: 1;}.stm-hero-banner-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-price {text-align: left;letter-spacing: -6px;font-weight: 700;line-height: 0.7;vertical-align: top;color: #fff;}@media (max-width: 767px) {.stm-hero-banner-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-price {letter-spacing: 0;}}.stm-hero-banner-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-divider {position: relative;left: 6px;color: #232628;line-height: 1;margin: 0 5px 0 3px;}@media (max-width: 767px) {.stm-hero-banner-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-divider {line-height: 30px;font-size: 26px;top: 0;left: 0;padding: 0 6px;}}.stm-hero-banner-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels {display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-start;flex-wrap: nowrap;max-width: 100px;vertical-align: top;color: #232628;font-weight: 700;padding: 0 0 0 5px;}@media (max-width: 767px) {.stm-hero-banner-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels {padding: 0;}}.stm-hero-banner-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels .stm-hb-time-label {display: block;text-transform: uppercase;line-height: 0.7;margin-bottom: 5px;}.stm-hero-banner-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels .stm-hb-time-value {display: block;white-space: normal;word-spacing: 0;text-transform: uppercase;padding-left: 3px;line-height: 0.9;}.stm-hero-banner-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-button {margin-left: 37px;}.stm-hero-banner-wrap.style_2 .stm-info-wrap {display: inline-block;z-index: 5;}.stm-hero-banner-wrap.style_2 .stm-info-wrap .stm-hb-round {z-index: 5;color: rgb(255, 255, 255);text-decoration: none;line-height: 20px;letter-spacing: 0px;font-weight: 400;font-size: 34px;opacity: 1;}.stm-hero-banner-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-title {color: rgb(35, 38, 40);font-weight: 400;}@media (max-width: 767px) {.stm-hero-banner-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-title {font-size: 26px;}}.stm-hero-banner-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-price-unit {display: flex;flex-direction: row;flex-wrap: nowrap;align-items: flex-start;font-weight: 700;}.stm-hero-banner-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-currency {color: #ceac61;vertical-align: top;line-height: 1;}.stm-hero-banner-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-price {text-align: left;color: #ceac61;line-height: 0.73;}.stm-hero-banner-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-divider {position: relative;left: 6px;color: #FFFFFF;line-height: 1;}@media (max-width: 767px) {.stm-hero-banner-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-divider {left: 4px;}}.stm-hero-banner-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels {display: flex;flex-direction: row;align-items: center;justify-content: flex-start;flex-wrap: nowrap;vertical-align: top;color: #ffffff;font-weight: 700;padding-left: 6px;}.stm-hero-banner-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels .stm-hb-time-label {display: block;text-transform: uppercase;line-height: 1;}.stm-hero-banner-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels .stm-hb-time-value {display: block;white-space: normal;word-spacing: 0;text-transform: uppercase;max-width: 70px;text-align: left;margin-left: 15px;line-height: 1;}@media (max-width: 767px) {.stm-hero-banner-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels .stm-hb-time-value {margin-left: 3px;}}.stm-hero-banner-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-round-text {letter-spacing: 0;font-weight: 400;margin-top: 11px;}.stm-hero-banner-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-button {margin-top: 12px;font-weight: 600;}.stm-hero-banner-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-button i {font-size: 18px;vertical-align: middle;}.stm-hero-banner-wrap.style_2.right .stm-info-wrap .stm-hb-round {text-align: right;}.stm-hero-banner-wrap.style_2.right .stm-info-wrap .stm-hb-round .stm-hb-title {text-align: right;}.stm-hero-banner-wrap.style_2.right .stm-info-wrap .stm-hb-round .stm-hb-price-unit {justify-content: flex-end;}.stm-hero-banner-wrap.style_2.right .stm-info-wrap .stm-hb-round .stm-hb-round-text {text-align: right;}.stm-hero-banner-wrap.style_2.left .stm-info-wrap .stm-hb-round {text-align: left;}.stm-hero-banner-wrap.style_2.left .stm-info-wrap .stm-hb-round .stm-hb-title {text-align: left;}.stm-hero-banner-wrap.style_2.left .stm-info-wrap .stm-hb-round .stm-hb-price-unit {justify-content: flex-start;}.stm-hero-banner-wrap.style_2.left .stm-info-wrap .stm-hb-round .stm-hb-round-text {text-align: left;}.stm-hero-banner-wrap.style_3 .stm-info-wrap {display: block;cursor: pointer;padding: 55px 40px;color: #ffffff;max-width: 540px;overflow: hidden;position: relative;}@media (max-width: 767px) {.stm-hero-banner-wrap.style_3 .stm-info-wrap {padding: 30px;}}.stm-hero-banner-wrap.style_3 .stm-info-wrap:after {position: absolute;content: "";display: block;top: 0;left: 0;right: 0;bottom: 0;opacity: 0.5;z-index: -1;transform: scale(1, 1);transition: all 0.5s ease-in-out;}.stm-hero-banner-wrap.style_3 .stm-info-wrap:hover:after {opacity: 0.75;}.stm-hero-banner-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-hb-title {text-decoration: none;letter-spacing: -1px;line-height: 1;font-weight: 700;color: #ffffff;}.stm-hero-banner-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-hb-title span.stm-white {color: rgb(255, 177, 41);}.stm-hero-banner-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-hb-price-unit {display: flex;flex-direction: row;flex-wrap: nowrap;align-items: flex-start;color: #ffffff;font-weight: 500;margin: 13px 0;}.stm-hero-banner-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-currency {line-height: 1;}.stm-hero-banner-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-price {line-height: 0.7;}.stm-hero-banner-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-divider {line-height: 1;}.stm-hero-banner-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels {display: flex;flex-direction: row;align-items: center;justify-content: flex-start;flex-wrap: nowrap;vertical-align: top;color: #ffffff;font-weight: 700;padding-left: 6px;}.stm-hero-banner-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels .stm-hb-time-label {display: block;text-transform: uppercase;line-height: 1;}.stm-hero-banner-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels .stm-hb-time-value {display: block;white-space: normal;word-spacing: 0;text-transform: uppercase;max-width: 70px;text-align: left;margin-left: 10px;line-height: 1;}@media (max-width: 767px) {.stm-hero-banner-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels .stm-hb-time-value {margin-left: 3px;}}.stm-hero-banner-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-hb-round-text {color: #ffffff;font-weight: 500;}.stm-hero-banner-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-button {margin-top: 12px;font-weight: 600;}.stm-hero-banner-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-button i {font-size: 18px;vertical-align: middle;}@media (max-width: 767px) {.stm-hero-banner-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-button {line-height: 40px;}.stm-hero-banner-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-button i {font-size: 16px;line-height: 14px;}}.stm-hero-banner-wrap.loaded .container .stm-info-wrap {animation-name: opacity;animation-fill-mode: forwards;animation-delay: 0.2s;animation-duration: 0.3s;}@keyframes slidein {from {opacity: 0;margin-left: -100%;}to {opacity: 1;margin-left: 0;}}@keyframes opacity {from {opacity: 0;}to {opacity: 1;}}.stm-hero-slider {position: relative;left: calc(-1 * (100vw - 100%) / 2);width: 100vw;}.stm-hero-slider .stm-hero-slider-nav {position: absolute;top: 50%;left: 0;width: 100%;height: 0;}.stm-hero-slider .stm-hero-slider-nav-prev, .stm-hero-slider .stm-hero-slider-nav-next {position: absolute;top: 0;width: 100px;height: 100px;background-color: rgba(0, 0, 0, 0.2);z-index: 500;transform: translateY(-50%);transition: 0.2s ease;}.stm-hero-slider .stm-hero-slider-nav-prev:hover, .stm-hero-slider .stm-hero-slider-nav-next:hover {background-color: rgba(0, 0, 0, 0.4);}.stm-hero-slider .stm-hero-slider-nav-prev.swiper-button-disabled, .stm-hero-slider .stm-hero-slider-nav-next.swiper-button-disabled {display: none;background-color: rgba(0, 0, 0, 0.2);}.stm-hero-slider .stm-hero-slider-nav-prev.swiper-button-disabled:hover, .stm-hero-slider .stm-hero-slider-nav-next.swiper-button-disabled:hover {background-color: rgba(0, 0, 0, 0.2);}@media (max-width: 1024px) {.stm-hero-slider .stm-hero-slider-nav-prev, .stm-hero-slider .stm-hero-slider-nav-next {width: 75px;height: 75px;}}@media (max-width: 767px) {.stm-hero-slider .stm-hero-slider-nav-prev, .stm-hero-slider .stm-hero-slider-nav-next {width: 35px;height: 85px;}}.stm-hero-slider .stm-hero-slider-nav-prev:before, .stm-hero-slider .stm-hero-slider-nav-next:before {content: "";display: block;position: absolute;left: 50%;top: 50%;width: 25px;height: 25px;border-color: #fff;border-style: solid;border-width: 2px 2px 0 0;opacity: 0.5;transition: 0.2s ease;}@media (max-width: 767px) {.stm-hero-slider .stm-hero-slider-nav-prev:before, .stm-hero-slider .stm-hero-slider-nav-next:before {width: 20px;height: 20px;}}.stm-hero-slider .stm-hero-slider-nav-prev:hover:before, .stm-hero-slider .stm-hero-slider-nav-next:hover:before {opacity: 0.8;}.stm-hero-slider .stm-hero-slider-nav-prev.swiper-button-disabled:before, .stm-hero-slider .stm-hero-slider-nav-next.swiper-button-disabled:before {opacity: 0.3;}.stm-hero-slider .stm-hero-slider-nav-prev.swiper-button-disabled:hover:before, .stm-hero-slider .stm-hero-slider-nav-next.swiper-button-disabled:hover:before {opacity: 0.3;}.stm-hero-slider .stm-hero-slider-nav-prev {left: 50px;}@media (max-width: 1024px) {.stm-hero-slider .stm-hero-slider-nav-prev {left: 20px;}}@media (max-width: 767px) {.stm-hero-slider .stm-hero-slider-nav-prev {left: 1px;}}.stm-hero-slider .stm-hero-slider-nav-prev:before {left: 56%;transform: translateY(-50%) translateX(-50%) rotate(-135deg);}.stm-hero-slider .stm-hero-slider-nav-next {right: 50px;}@media (max-width: 1024px) {.stm-hero-slider .stm-hero-slider-nav-next {right: 20px;}}@media (max-width: 767px) {.stm-hero-slider .stm-hero-slider-nav-next {right: 1px;}}.stm-hero-slider .stm-hero-slider-nav-next:before {left: 44%;transform: translateY(-50%) translateX(-50%) rotate(45deg);}.stm-hero-slider-wrap {display: block;position: relative;min-height: 600px;-o-object-fit: cover;object-fit: cover;margin: 0;overflow: hidden;}@media (max-width: 767px) {.stm-hero-slider-wrap {min-height: 400px;}}.stm-hero-slider-wrap .stm-image-wrap {display: block;width: 100%;margin: auto 0;max-height: 600px;-o-object-fit: cover;object-fit: cover;}@media (max-width: 767px) {.stm-hero-slider-wrap .stm-image-wrap {min-height: 400px;}}.stm-hero-slider-wrap .stm-image-wrap img {display: block;width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;transform: scale(1, 1);transition: all 0.3s ease-in-out;position: absolute;top: 0;bottom: 0;left: 0;right: 0;}@media (max-width: 767px) {.stm-hero-slider-wrap .stm-image-wrap img {min-height: 400px;}}.stm-hero-slider-wrap:hover .stm-image-wrap img {transform: scale(1.01, 1.01);}.stm-hero-slider-wrap .container {position: absolute;top: 0;bottom: 0;left: 0;right: 0;display: flex;flex-direction: row;flex-wrap: nowrap;align-items: center;}.stm-hero-slider-wrap .container .stm-info-wrap {backface-visibility: hidden;}.stm-hero-slider-wrap .container .stm-info-wrap .stm-hb-round {backface-visibility: hidden;}@media (max-width: 767px) {.stm-hero-slider-wrap .container .stm-info-wrap .stm-hb-round .stm-button {padding: 14px 18px 12px;}}.stm-hero-slider-wrap.left .container {justify-content: flex-start;}.stm-hero-slider-wrap.right .container {justify-content: flex-end;}.stm-hero-slider-wrap.style_1 .stm-info-wrap {display: inline-block;z-index: 5;transition: all 0.3s ease-in-out;width: 359px;height: 359px;position: relative;}@media (max-width: 1199px) {.stm-hero-slider-wrap.style_1 .stm-info-wrap {margin: 0 15px;}}@media (max-width: 767px) {.stm-hero-slider-wrap.style_1 .stm-info-wrap {width: 280px;height: 280px;}}@media (max-width: 320px) {.stm-hero-slider-wrap.style_1 .stm-info-wrap {margin-left: 5px;}}.stm-hero-slider-wrap.style_1 .stm-info-wrap:after {position: absolute;content: "";display: block;top: -18px;left: -18px;right: -18px;bottom: -18px;border-radius: 50%;opacity: 0.25;z-index: -1;transform: scale(1, 1);transition: all 0.5s ease-in-out;}.stm-hero-slider-wrap.style_1 .stm-info-wrap:hover:after {transform: scale(1.05, 1.05);opacity: 0.5;}.stm-hero-slider-wrap.style_1 .stm-info-wrap:hover .stm-hb-round:after {opacity: 1;}.stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round {width: 100%;height: 100%;z-index: 5;color: rgb(255, 255, 255);text-decoration: none;white-space: normal;text-align: left;line-height: 20px;letter-spacing: 0px;font-weight: 400;padding: 58px 19px 50px 27px;border-radius: 50%;transform-origin: 50% 50%;opacity: 1;transform: translate(0px, 0px);}.stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round:after {position: absolute;content: "";display: block;top: 0;left: 0;right: 0;bottom: 0;border-radius: 50%;opacity: 0.85;z-index: -1;transition: all 0.5s ease-in-out;}@media (max-width: 767px) {.stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round {display: flex;flex-direction: column;justify-content: center;align-items: flex-start;}}.stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-title {font-weight: 700;color: rgb(35, 38, 40);padding-left: 37px;padding-right: 45px;line-height: 1.1;}.stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-title span {display: block;}@media (max-width: 767px) {.stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-title {font-size: 16px;padding: 0;}}.stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit {display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: flex-start;align-items: flex-start;letter-spacing: 0px;font-weight: 400;}.stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit > span {display: inline-block;position: relative;}.stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-currency {font-weight: 600;color: #fff;vertical-align: top;justify-content: space-between;line-height: 1;}.stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-price {text-align: left;letter-spacing: -6px;font-weight: 700;line-height: 0.7;vertical-align: top;color: #fff;}@media (max-width: 767px) {.stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-price {letter-spacing: 0;}}.stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-divider {position: relative;left: 6px;color: #232628;line-height: 1;margin: 0 5px 0 3px;}@media (max-width: 767px) {.stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-divider {line-height: 30px;font-size: 26px;top: 0;left: 0;padding: 0 6px;}}.stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels {display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-start;flex-wrap: nowrap;max-width: 100px;vertical-align: top;color: #232628;font-weight: 700;padding: 0 0 0 5px;}@media (max-width: 767px) {.stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels {padding: 0;}}.stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels .stm-hb-time-label {display: block;text-transform: uppercase;line-height: 0.7;margin-bottom: 5px;}.stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels .stm-hb-time-value {display: block;white-space: normal;word-spacing: 0;text-transform: uppercase;padding-left: 3px;line-height: 0.9;}.stm-hero-slider-wrap.style_1 .stm-info-wrap .stm-hb-round .stm-button {margin-left: 37px;}.stm-hero-slider-wrap.style_2 .stm-info-wrap {display: inline-block;z-index: 5;}.stm-hero-slider-wrap.style_2 .stm-info-wrap .stm-hb-round {z-index: 5;color: rgb(255, 255, 255);text-decoration: none;line-height: 20px;letter-spacing: 0px;font-weight: 400;font-size: 34px;opacity: 1;}.stm-hero-slider-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-title {color: rgb(35, 38, 40);font-weight: 400;}@media (max-width: 767px) {.stm-hero-slider-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-title {font-size: 26px;}}.stm-hero-slider-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-price-unit {display: flex;flex-direction: row;flex-wrap: nowrap;align-items: flex-start;font-weight: 700;}.stm-hero-slider-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-currency {color: #ceac61;vertical-align: top;line-height: 1;}.stm-hero-slider-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-price {text-align: left;color: #ceac61;line-height: 0.73;}.stm-hero-slider-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-divider {position: relative;left: 6px;color: #FFFFFF;line-height: 1;}@media (max-width: 767px) {.stm-hero-slider-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-divider {left: 4px;}}.stm-hero-slider-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels {display: flex;flex-direction: row;align-items: center;justify-content: flex-start;flex-wrap: nowrap;vertical-align: top;color: #ffffff;font-weight: 700;padding-left: 6px;}.stm-hero-slider-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels .stm-hb-time-label {display: block;text-transform: uppercase;line-height: 1;}.stm-hero-slider-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels .stm-hb-time-value {display: block;white-space: normal;word-spacing: 0;text-transform: uppercase;max-width: 70px;text-align: left;margin-left: 15px;line-height: 1;}@media (max-width: 767px) {.stm-hero-slider-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels .stm-hb-time-value {margin-left: 3px;}}.stm-hero-slider-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-round-text {letter-spacing: 0;font-weight: 400;margin-top: 11px;}@media (max-width: 767px) {.stm-hero-slider-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-hb-round-text {display: none;}}.stm-hero-slider-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-button {margin-top: 12px;font-weight: 600;}.stm-hero-slider-wrap.style_2 .stm-info-wrap .stm-hb-round .stm-button i {font-size: 18px;vertical-align: middle;}.stm-hero-slider-wrap.style_2.right .stm-info-wrap .stm-hb-round {text-align: right;}.stm-hero-slider-wrap.style_2.right .stm-info-wrap .stm-hb-round .stm-hb-title {text-align: right;}.stm-hero-slider-wrap.style_2.right .stm-info-wrap .stm-hb-round .stm-hb-price-unit {justify-content: flex-end;}.stm-hero-slider-wrap.style_2.right .stm-info-wrap .stm-hb-round .stm-hb-round-text {text-align: right;}.stm-hero-slider-wrap.style_2.left .stm-info-wrap .stm-hb-round {text-align: left;}.stm-hero-slider-wrap.style_2.left .stm-info-wrap .stm-hb-round .stm-hb-title {text-align: left;}.stm-hero-slider-wrap.style_2.left .stm-info-wrap .stm-hb-round .stm-hb-price-unit {justify-content: flex-start;}.stm-hero-slider-wrap.style_2.left .stm-info-wrap .stm-hb-round .stm-hb-round-text {text-align: left;}.stm-hero-slider-wrap.style_3 .stm-info-wrap {display: block;cursor: pointer;padding: 55px 40px;color: #ffffff;max-width: 540px;overflow: hidden;position: relative;}@media (max-width: 767px) {.stm-hero-slider-wrap.style_3 .stm-info-wrap {padding: 30px;}}.stm-hero-slider-wrap.style_3 .stm-info-wrap:after {position: absolute;content: "";display: block;top: 0;left: 0;right: 0;bottom: 0;opacity: 0.5;z-index: -1;transform: scale(1, 1);transition: all 0.5s ease-in-out;}.stm-hero-slider-wrap.style_3 .stm-info-wrap:hover:after {opacity: 0.75;}.stm-hero-slider-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-hb-title {text-decoration: none;letter-spacing: -1px;line-height: 1;font-weight: 700;color: #ffffff;}.stm-hero-slider-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-hb-title span.stm-white {color: rgb(255, 177, 41);}.stm-hero-slider-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-hb-price-unit {display: flex;flex-direction: row;flex-wrap: nowrap;align-items: flex-start;color: #ffffff;font-weight: 500;margin: 13px 0;}.stm-hero-slider-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-currency {line-height: 1;}.stm-hero-slider-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-price {line-height: 0.7;}.stm-hero-slider-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-divider {line-height: 1;}.stm-hero-slider-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels {display: flex;flex-direction: row;align-items: center;justify-content: flex-start;flex-wrap: nowrap;vertical-align: top;color: #ffffff;font-weight: 700;padding-left: 6px;}.stm-hero-slider-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels .stm-hb-time-label {display: block;text-transform: uppercase;line-height: 1;}.stm-hero-slider-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels .stm-hb-time-value {display: block;white-space: normal;word-spacing: 0;text-transform: uppercase;max-width: 70px;text-align: left;margin-left: 10px;line-height: 1;}@media (max-width: 767px) {.stm-hero-slider-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-hb-price-unit .stm-hb-labels .stm-hb-time-value {margin-left: 3px;}}.stm-hero-slider-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-hb-round-text {color: #ffffff;font-weight: 500;}.stm-hero-slider-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-button {margin-top: 12px;font-weight: 600;}.stm-hero-slider-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-button i {font-size: 18px;vertical-align: middle;}@media (max-width: 767px) {.stm-hero-slider-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-button {line-height: 40px;}.stm-hero-slider-wrap.style_3 .stm-info-wrap .stm-hb-round .stm-button i {font-size: 16px;line-height: 14px;}}.stm-hero-slider-wrap.loaded .container .stm-info-wrap {animation-name: opacity;animation-fill-mode: forwards;animation-delay: 0.2s;animation-duration: 0.3s;}@keyframes slidein {from {opacity: 0;margin-left: -100%;}to {opacity: 1;margin-left: 0;}}@keyframes opacity {from {opacity: 0;}to {opacity: 1;}}.stm-orange {color: #ffb129;}.icon-box-link {text-decoration: none !important;}.icon-box {position: relative;padding: 46px 50px 48px 34px;color: #232628;z-index: 10;display: flex;}@media (max-width: 991px) {.icon-box {padding-right: 25px;}}.icon-box:after {position: absolute;content: "";display: block;top: 0;left: 0;right: 0;bottom: 0;opacity: 0.9;z-index: -2;}.icon-box:before {position: absolute;content: "";display: block;top: 0;left: 0;right: 0;bottom: 0;z-index: -1;opacity: 0;}.icon-box .icon {float: left;margin-top: 11px;margin-right: 27px;color: #ceac61;align-self: flex-start;}@media (max-width: 1025px) {.icon-box .icon {display: inline-block;float: none;margin: 10px 20px 10px 15px;min-height: 54px;}}@media (max-width: 991px) {.icon-box .icon {display: inline-block;float: none;margin-top: 0 !important;margin-bottom: 15px !important;min-height: 54px;}}.icon-box .icon-text {overflow: hidden;}.icon-box .icon-text h2 {line-height: 34px;}.icon-box .icon-text h3.title {margin-bottom: 12px;font-weight: 700;font-size: 26px;line-height: 28px;}.icon-box .icon-text h4.title {font-weight: 700;}.icon-box .icon-text h5 {font-weight: 400;line-height: 18px;}.icon-box .icon-text h6.title {margin-bottom: 10px;font-weight: 700;text-transform: uppercase;font-size: 14px;line-height: 18px;}.icon-box .icon-text .content {font-size: 13px;}@media (max-width: 991px) {.icon-box .icon-text .content {font-size: 12px;}}@media (max-width: 767px) {.icon-box .icon-text .content {font-size: 14px;}}.icon-box .icon-text .content p, .icon-box .icon-text .content span {line-height: 18px;}.icon-box .icon-text a {display: inline-block;}.icon-box .icon-box-bottom-triangle {margin-top: 0;position: absolute;top: 100%;left: 0;width: 0;height: 0;border-top: 12px solid transparent;border-bottom: 12px solid transparent;border-right: 55px solid #fab637;transform: skew(0deg, 23deg);}.icon-box:hover:before {opacity: 1;}.stm-orange {color: #ffb129;}.stm-mt-icon-counter {padding: 15px 0;color: #ffffff;text-align: center;}@media (min-width: 1200px) {.stm-mt-icon-counter {text-align: unset;}}.stm-mt-icon-counter .stm-mt-icon-counter-left {float: none;margin-right: 0;margin-bottom: 10px;}@media (min-width: 768px) {.stm-mt-icon-counter .stm-mt-icon-counter-left {float: left;margin-top: 8px;margin-right: 14px;}}.stm-mt-icon-counter .stm-mt-icon-counter-left i {font-size: 56px;}.stm-mt-icon-counter .stm-counter-meta {overflow: hidden;color: #ffffff;}.stm-mt-icon-counter .stm-counter-meta .stm-value-wrapper {font-weight: 700;word-spacing: 0.2px;line-height: 43px;font-size: 0;}.stm-mt-icon-counter .stm-counter-meta .stm-value-wrapper .stm-value {display: inline-block;vertical-align: top;max-width: 100%;font-size: 45px;letter-spacing: -1.5px;}.stm-mt-icon-counter .stm-counter-meta .stm-value-wrapper .stm-value-affix {display: inline-block;vertical-align: top;font-size: 45px;max-width: 100%;}.stm-mt-icon-counter .stm-counter-meta .stm-label {margin: 6px 0 0 4px;text-transform: uppercase;letter-spacing: -0.4px;}.stm-template-car_dealer_two .stm-mt-icon-counter {text-align: center;}.stm-template-car_dealer_two .stm-mt-icon-counter:first-child {margin-bottom: 70px;}.stm-template-car_dealer_two .stm-mt-icon-counter .stm-counter-meta {overflow: visible;}.stm-template-car_dealer_two .stm-mt-icon-counter .stm-counter-meta .stm-value-wrapper .stm-value {letter-spacing: 6px;}.stm-template-car_dealer_two .stm-mt-icon-counter .stm-counter-meta .stm-label {margin: 20px 0 0 4px;}.stm_icon_filter_title {overflow: hidden;margin-bottom: 22px;}.stm_icon_filter_label {margin-top: 9px;float: right;margin-left: 15px;margin-right: 20px;color: #777;border-bottom: 1px dashed #777;line-height: 17px;}.stm_icon_filter_label.active {color: #4e90cc;border-bottom-color: #4e90cc;}.stm_icon_filter_label:hover {color: #4e90cc;border-bottom-color: #4e90cc;cursor: pointer;}.stm_listing_icon_filter {font-size: 0;margin: 0 -20px;}.stm_listing_icon_filter.stm_listing_icon_filter_12 .stm_listing_icon_filter_single {width: 8.3%;}.stm_listing_icon_filter.stm_listing_icon_filter_9 .stm_listing_icon_filter_single {width: 11.1%;}.stm_listing_icon_filter.stm_listing_icon_filter_6 .stm_listing_icon_filter_single {width: 16.6%;}.stm_listing_icon_filter.stm_listing_icon_filter_4 .stm_listing_icon_filter_single {width: 25%;}.stm_listing_icon_filter.stm_listing_icon_filter_3 .stm_listing_icon_filter_single {width: 33.3%;}.stm_listing_icon_filter.stm_listing_icon_filter_2 .stm_listing_icon_filter_single {width: 50%;}.stm_listing_icon_filter.stm_listing_icon_filter_1 .stm_listing_icon_filter_single {width: 100%;}.stm_listing_icon_filter.active {margin: 0 -10px;}.stm_listing_icon_filter.active .stm_listing_icon_filter_single {margin-bottom: 16px;}.stm_listing_icon_filter.active .stm_listing_icon_filter_single .inner {padding: 0 10px;}.stm_listing_icon_filter.active .stm_listing_icon_filter_single .name {text-align: left;}.stm_listing_icon_filter.active .stm_listing_icon_filter_single.non-visible {display: inline-block;}.stm_listing_icon_filter .stm_listing_icon_filter_single {display: inline-block;vertical-align: top;margin-bottom: 44px;max-height: 300px;overflow: hidden;}.stm_listing_icon_filter .stm_listing_icon_filter_single .inner {display: inline-block;max-width: 100%;vertical-align: top;padding: 0 20px;text-align: center;}.stm_listing_icon_filter .stm_listing_icon_filter_single .inner .image {padding: 0 10px;opacity: 0.9;min-height: 62px;line-height: 62px;}.stm_listing_icon_filter .stm_listing_icon_filter_single .inner img {display: inline-block;}.stm_listing_icon_filter .stm_listing_icon_filter_single .inner .name {margin-top: 5px;font-size: 13px;color: #777;text-decoration: underline;}.stm_listing_icon_filter .stm_listing_icon_filter_single:hover .name {color: #4e90cc;}.stm_listing_icon_filter .stm_listing_icon_filter_single:hover .image {opacity: 1;}.stm_listing_icon_filter .stm_listing_icon_filter_single.non-visible {display: none;}.stm_listing_icon_filter .stm_listing_icon_filter_single.non-visible .name {text-align: left;}.stm_listing_icon_filter.owl-carousel .stm_listing_icon_filter_single {width: 100% !important;margin-bottom: 30px;}.stm_listing_icon_filter.owl-carousel .stm_listing_icon_filter_single .inner .name {margin-top: 0;}.stm_listing_icon_filter.owl-carousel .owl-item a {display: block;overflow: hidden;position: relative;width: 100%;}.stm_listing_icon_filter.owl-carousel .owl-controls {display: block;width: 100%;position: absolute;top: 38%;transform: translateY(-38%);margin: 0;}.stm_listing_icon_filter.owl-carousel .owl-controls .owl-nav {display: block;z-index: 100;width: 100%;position: relative;}.stm_listing_icon_filter.owl-carousel .owl-controls .owl-nav .owl-prev:hover, .stm_listing_icon_filter.owl-carousel .owl-controls .owl-nav .owl-next:hover {background: #ceac61;}.stm_listing_icon_filter.owl-carousel .owl-controls .owl-nav .owl-prev {display: block;width: 55px;height: 35px;color: transparent;font-size: 0;position: absolute;background: #dddddd;border-radius: 5px;top: 50%;left: -85px;transform: translateY(-50%);}.stm_listing_icon_filter.owl-carousel .owl-controls .owl-nav .owl-prev:before {display: block;content: "\f053";height: auto;font-family: "Font Awesome 6 Free";color: #ffffff;font-size: 16px;position: absolute;top: 50%;left: 50%;transform: translateY(-50%) translateX(-50%);font-weight: 600;-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;text-rendering: auto;}.stm_listing_icon_filter.owl-carousel .owl-controls .owl-nav .owl-next {display: block;width: 55px;height: 35px;color: transparent;font-size: 0;position: absolute;background: #dddddd;border-radius: 5px;right: -85px;top: 50%;transform: translateY(-50%);}.stm_listing_icon_filter.owl-carousel .owl-controls .owl-nav .owl-next:before {display: block;content: "\f054";height: auto;font-family: "Font Awesome 6 Free";color: #ffffff;font-size: 16px;position: absolute;top: 50%;left: 50%;transform: translateY(-50%) translateX(-50%);font-weight: 600;-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;text-rendering: auto;}@media (max-width: 991px) {.stm_icon_filter_label {margin-right: 0;margin-top: 2px;}.stm_listing_icon_filter .stm_listing_icon_filter_single {text-align: center;}.stm_listing_icon_filter .stm_listing_icon_filter_single .inner {max-width: 160px;width: auto;margin: 0 auto;}}@media (max-width: 767px) {.stm_listing_icon_filter.stm_listing_icon_filter_4 .stm_listing_icon_filter_single, .stm_listing_icon_filter.stm_listing_icon_filter_6 .stm_listing_icon_filter_single, .stm_listing_icon_filter.stm_listing_icon_filter_9 .stm_listing_icon_filter_single, .stm_listing_icon_filter.stm_listing_icon_filter_12 .stm_listing_icon_filter_single {width: 33%;}}@media (max-width: 500px) {.stm_listing_icon_filter.stm_listing_icon_filter_4 .stm_listing_icon_filter_single, .stm_listing_icon_filter.stm_listing_icon_filter_6 .stm_listing_icon_filter_single, .stm_listing_icon_filter.stm_listing_icon_filter_9 .stm_listing_icon_filter_single, .stm_listing_icon_filter.stm_listing_icon_filter_12 .stm_listing_icon_filter_single {width: 50%;}}.stm-image-filter-wrap {padding-top: 33px;}.stm-image-filter-wrap h2 {letter-spacing: -1px;margin-bottom: 33px;}.stm-image-filter-wrap .stm-img-filter-container {position: relative;}.stm-image-filter-wrap .stm-img-filter-container .carousel-container .img-filter-item a:hover .img-wrap img {transform: translateZ(0) scale(1.04);}.stm-image-filter-wrap .stm-img-filter-container .carousel-container .img-filter-item a .img-wrap {overflow: hidden;}.stm-image-filter-wrap .stm-img-filter-container .carousel-container .img-filter-item a .img-wrap img {width: 100%;height: 34vw;-o-object-fit: cover;object-fit: cover;transform: translateZ(0);transition: transform 0.3s ease-in-out;}@media (min-width: 501px) {.stm-image-filter-wrap .stm-img-filter-container .carousel-container .img-filter-item a .img-wrap img {height: 150px;}}@media (min-width: 1024px) {.stm-image-filter-wrap .stm-img-filter-container .carousel-container .img-filter-item a .img-wrap img {height: 255px;}}.stm-image-filter-wrap .stm-img-filter-container .owl-controls {display: block;width: 100%;position: absolute;top: -13.2%;margin: 0;}.stm-image-filter-wrap .stm-img-filter-container .owl-controls .owl-nav {display: block;z-index: 100;width: 100%;position: relative;text-align: right;}.stm-image-filter-wrap .stm-img-filter-container .owl-controls .owl-nav .owl-prev {display: inline-block;width: 55px;height: 35px;color: transparent;font-size: 0;border-radius: 3px;margin-right: 10px;position: relative;}.stm-image-filter-wrap .stm-img-filter-container .owl-controls .owl-nav .owl-prev:before {display: block;content: "\f053";height: auto;font-family: "Font Awesome 6 Free";color: #ffffff;font-size: 16px;position: absolute;top: 50%;left: 50%;transform: translateY(-50%) translateX(-50%);font-weight: 600;-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;text-rendering: auto;}.stm-image-filter-wrap .stm-img-filter-container .owl-controls .owl-nav .owl-next {display: inline-block;width: 55px;height: 35px;color: transparent;font-size: 0;position: relative;border-radius: 3px;}.stm-image-filter-wrap .stm-img-filter-container .owl-controls .owl-nav .owl-next:before {display: block;content: "\f054";height: auto;font-family: "Font Awesome 6 Free";color: #ffffff;font-size: 16px;position: absolute;top: 50%;left: 50%;transform: translateY(-50%) translateX(-50%);font-weight: 600;-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;text-rendering: auto;}.stm-image-filter-wrap .stm-img-3 .carousel-container {display: flex;flex-direction: row;flex-wrap: wrap;margin: 0 -15px;}.stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap {display: block;}.stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap:nth-child(1) {width: 58.3%;padding: 0 15px;}.stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap:nth-child(2) {width: 41.7%;padding: 0 15px;}.stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap .template-3-0, .stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap .template-3-1, .stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap .template-3-2 {display: block;width: 100%;position: relative;}.stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap .template-3-0 .img-wrap, .stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap .template-3-1 .img-wrap, .stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap .template-3-2 .img-wrap {display: block;width: 100%;height: 100%;}.stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap .template-3-0 .img-wrap img, .stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap .template-3-1 .img-wrap img, .stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap .template-3-2 .img-wrap img {display: block;width: 100%;}.stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap .template-3-0 .body-type-data, .stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap .template-3-1 .body-type-data, .stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap .template-3-2 .body-type-data {display: inline-block;width: auto;position: absolute;bottom: 15px;left: 30px;z-index: 1000;transform: translateZ(0);}.stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap .template-3-0 .body-type-data .bt-title, .stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap .template-3-1 .body-type-data .bt-title, .stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap .template-3-2 .body-type-data .bt-title {color: #ffffff;font-size: 22px;font-weight: 700;margin-bottom: 2px;}.stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap .template-3-0 .body-type-data .bt-count, .stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap .template-3-1 .body-type-data .bt-count, .stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap .template-3-2 .body-type-data .bt-count {color: #ffffff;font-size: 13px;}@media (min-width: 501px) {.stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap .template-3-2 .img-wrap img {height: 330px;}}@media (min-width: 1024px) {.stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap .template-3-2 .img-wrap img {height: 540px;}}.stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap .template-3-0 {margin-bottom: 30px;}.stm-image-filter-wrap .stm-img-4 .carousel-container {display: flex;flex-direction: row;flex-wrap: wrap;margin: 0 -15px;}.stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-0, .stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-3 {width: 41.7%;}.stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-1, .stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-2 {width: 58.3%;}.stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-0, .stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-1, .stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-2, .stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-3 {display: block;position: relative;padding: 0 15px;}.stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-0 .img-wrap, .stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-1 .img-wrap, .stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-2 .img-wrap, .stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-3 .img-wrap {display: block;width: 100%;}.stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-0 .img-wrap img, .stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-1 .img-wrap img, .stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-2 .img-wrap img, .stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-3 .img-wrap img {display: block;width: 100%;}.stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-0 .body-type-data, .stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-1 .body-type-data, .stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-2 .body-type-data, .stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-3 .body-type-data {display: inline-block;width: auto;position: absolute;bottom: 15px;left: 30px;z-index: 1000;transform: translateZ(0);}.stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-0 .body-type-data .bt-title, .stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-1 .body-type-data .bt-title, .stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-2 .body-type-data .bt-title, .stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-3 .body-type-data .bt-title {color: #ffffff;font-size: 22px;font-weight: 700;}.stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-0 .body-type-data .bt-count, .stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-1 .body-type-data .bt-count, .stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-2 .body-type-data .bt-count, .stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-3 .body-type-data .bt-count {color: #ffffff;font-size: 13px;}.stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-0, .stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-1 {margin-bottom: 30px;}.stm-image-filter-wrap .stm-img-5 .carousel-container {display: flex;flex-direction: row;flex-wrap: wrap;margin: 0 -15px;}.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-0 {width: 58.3%;}.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-1 {width: 41.7%;}.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-2, .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-3, .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-4 {width: 33.3%;}.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-0, .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-1, .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-2, .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-3, .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-4 {display: block;position: relative;padding: 0 15px;}.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-0 .img-wrap, .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-1 .img-wrap, .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-2 .img-wrap, .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-3 .img-wrap, .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-4 .img-wrap {display: block;width: 100%;}.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-0 .img-wrap img, .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-1 .img-wrap img, .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-2 .img-wrap img, .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-3 .img-wrap img, .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-4 .img-wrap img {display: block;width: 100%;}.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-0 .body-type-data, .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-1 .body-type-data, .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-2 .body-type-data, .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-3 .body-type-data, .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-4 .body-type-data {display: inline-block;width: auto;position: absolute;bottom: 15px;left: 30px;z-index: 1000;transform: translateZ(0);}.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-0 .body-type-data .bt-title, .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-1 .body-type-data .bt-title, .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-2 .body-type-data .bt-title, .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-3 .body-type-data .bt-title, .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-4 .body-type-data .bt-title {color: #ffffff;font-size: 22px;font-weight: 700;}.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-0 .body-type-data .bt-count, .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-1 .body-type-data .bt-count, .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-2 .body-type-data .bt-count, .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-3 .body-type-data .bt-count, .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-4 .body-type-data .bt-count {color: #ffffff;font-size: 13px;}.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-0, .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-1 {margin-bottom: 30px;}@media (max-width: 1024px) {.stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap:nth-child(1) {width: 58.1%;}.stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap:nth-child(2) {width: 41.9%;}}@media (max-width: 900px) {.stm-image-filter-wrap .stm-img-filter-container .owl-controls {top: -18%;}}@media (max-width: 670px) {.stm-image-filter-wrap .stm-img-filter-container .owl-controls {top: -23%;}.stm-image-filter-wrap .stm-img-3 .carousel-container {margin: 0 -10px;}.stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap {display: block;}.stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap:nth-child(1) {width: 58.1%;padding: 0 10px;}.stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap:nth-child(2) {width: 41.9%;padding: 0 10px;}.stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap .template-3-0 {margin-bottom: 20px;}.stm-image-filter-wrap .stm-img-4 .carousel-container {margin: 0 -10px;}.stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-0, .stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-3 {width: 41.7%;}.stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-1, .stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-2 {width: 58.3%;}.stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-0, .stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-1, .stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-2, .stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-3 {padding: 0 10px;}.stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-0, .stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-1 {margin-bottom: 20px;}.stm-image-filter-wrap .stm-img-5 .carousel-container {margin: 0 -10px;}.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-0 {width: 58.3%;}.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-1 {width: 41.7%;}.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-2, .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-3, .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-4 {width: 33.3%;}.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-0, .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-1, .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-2, .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-3, .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-4 {padding: 0 10px;}.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-0, .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-1 {margin-bottom: 20px;}}@media (max-width: 500px) {.stm-image-filter-wrap .stm-img-filter-container .owl-controls {top: -8.7%;}.stm-image-filter-wrap .stm-img-3 .carousel-container {margin: 0 -10px;}.stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap {display: block;}.stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap:nth-child(1) {width: 100%;padding: 0 10px;margin-bottom: 20px;}.stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap:nth-child(2) {width: 100%;padding: 0 10px;}.stm-image-filter-wrap .stm-img-3 .carousel-container .col-wrap .template-3-0 {margin-bottom: 20px;}.stm-image-filter-wrap .stm-img-4 .carousel-container {margin: 0 -10px;}.stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-0, .stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-1, .stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-2, .stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-3 {width: 100%;padding: 0 10px;}.stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-0, .stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-1, .stm-image-filter-wrap .stm-img-4 .carousel-container .template-4-2 {margin-bottom: 20px;}.stm-image-filter-wrap .stm-img-5 .owl-controls {top: -5.4%;}.stm-image-filter-wrap .stm-img-5 .carousel-container {margin: 0 -10px;}.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-0, .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-1, .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-2, .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-3, .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-4 {width: 100%;padding: 0 10px;}.stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-0, .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-1, .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-2, .stm-image-filter-wrap .stm-img-5 .carousel-container .template-5-3 {margin-bottom: 20px;}}.info-wrap {display: flex;flex-direction: row;justify-content: space-around;align-content: space-around;background-size: cover;padding: 80px 0 77px;position: relative;z-index: 2;}.info-wrap span {display: block;width: 100%;text-decoration: none;position: relative;}.info-wrap span .stm_flipbox {position: relative;transform-style: preserve-3d;perspective: 1000px;padding: 0;border: 0;}.info-wrap span .stm_flipbox .stm_flipbox__front,.info-wrap span .stm_flipbox .stm_flipbox__back {transform: rotateX(0deg);transform-style: preserve-3d;min-height: 283px;height: auto;transition: transform 0.6s ease;backface-visibility: hidden;background-size: cover;}.info-wrap span .stm_flipbox .stm_flipbox__front:after,.info-wrap span .stm_flipbox .stm_flipbox__back:after {content: "";display: block;position: absolute;top: 0;left: 0;right: 0;bottom: 0;opacity: 0.75;}.info-wrap span .stm_flipbox .stm_flipbox__front .inner,.info-wrap span .stm_flipbox .stm_flipbox__back .inner {position: absolute;left: 0;bottom: 0;top: 50%;height: 100%;width: 100%;border-radius: 2px;outline: 1px solid transparent;perspective: inherit;backface-visibility: hidden;transform: translateY(-50%) translateZ(60px) scale(0.94);z-index: 2;}.info-wrap span .stm_flipbox .stm_flipbox__front .inner .inner-flex,.info-wrap span .stm_flipbox .stm_flipbox__back .inner .inner-flex {display: flex;width: 100%;height: auto;flex-direction: column;justify-content: flex-start;align-items: center;align-content: center;padding-top: 53px;}.info-wrap span .stm_flipbox .stm_flipbox__front .inner .inner-flex .stm_iconbox__icon,.info-wrap span .stm_flipbox .stm_flipbox__back .inner .inner-flex .stm_iconbox__icon {display: block;overflow: hidden;position: relative;}.info-wrap span .stm_flipbox .stm_flipbox__front .inner .inner-flex .stm_iconbox__icon img,.info-wrap span .stm_flipbox .stm_flipbox__back .inner .inner-flex .stm_iconbox__icon img {display: block;width: 100%;max-height: 92px;}.info-wrap span .stm_flipbox .stm_flipbox__front .inner .inner-flex .ib-title,.info-wrap span .stm_flipbox .stm_flipbox__back .inner .inner-flex .ib-title {display: block;max-width: 50%;font-size: 20px;margin: 31px auto 0;font-weight: 700;line-height: 24px;}.info-wrap span .stm_flipbox .stm_flipbox__front .inner .inner-flex .ib-desc,.info-wrap span .stm_flipbox .stm_flipbox__back .inner .inner-flex .ib-desc {display: block;max-width: 86%;font-size: 14px;font-weight: 300;text-align: center;margin-top: 28px;line-height: 26px;letter-spacing: 0;transition: color 0.2s ease-out;}.info-wrap span .stm_flipbox .stm_flipbox__back {position: absolute;top: 0;left: 0;width: 100%;border-radius: 2px;transform: rotateX(180deg);transform-style: preserve-3d;}.info-wrap span .stm_flipbox .stm_flipbox__back .inner .inner-flex .ib-title {margin-top: -5px !important;}.info-wrap span .stm_flipbox .stm_flipbox__back:after {opacity: 1;}.info-wrap span .stm_flipbox:hover .stm_flipbox__front {transform: rotateX(-180deg);transform-style: preserve-3d;}.info-wrap span .stm_flipbox:hover .stm_flipbox__back {transform: rotateX(0deg);transform-style: preserve-3d;}.stm-info-box .inner {display: flex;flex-direction: column;flex-wrap: nowrap;justify-content: center;align-items: center;}.stm-info-box .inner img {display: block;max-width: 90px;max-height: 79px;position: relative;}.stm-info-box .inner .title {font-size: 40px;font-weight: 700;margin: 36px 0 25px;}.stm-info-box .inner .content {font-size: 13px;font-weight: 700;}@media (max-width: 767px) {.stm-info-box {margin: 20px 0;}}.stm-orange {color: #ffb129;}.stm-inventory-no-filter-wrap {display: block;position: relative;}.stm-inventory-no-filter-wrap .stm-isotope-sorting {opacity: 1;transition: all 0.2s ease-in-out;}.stm-inventory-no-filter-wrap .stm-isotope-sorting.loading {opacity: 0.5;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop {margin-bottom: 30px;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .stm-car-medias {position: absolute;top: 15px;left: 7px;z-index: 20;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .stm-car-medias > div {display: inline-block;margin-right: 9px;padding: 2px 5px 0 6px;border-radius: 2px;background: rgba(0, 0, 0, 0.3);color: #fff;font-size: 11px;line-height: 22px;font-weight: 600;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .stm-car-medias > div i {font-size: 12px;margin-right: 2px;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .stm-car-medias > div span {position: relative;top: -1px;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .stm-car-medias > div:hover {cursor: pointer;background: rgba(0, 0, 0, 0.6);}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .stm-car-medias > div.stm-listing-videos-unit i {position: relative;top: -1px;left: 1px;margin-right: 3px;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .stm-listing-compare {position: absolute;right: 7px;left: unset !important;bottom: 7px;padding: 3px 5px;background: rgba(0, 0, 0, 0.3);color: #fff;font-size: 14px;border-radius: 2px;opacity: 0;z-index: 20;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .stm-listing-compare:hover {background: rgba(0, 0, 0, 0.6);cursor: pointer;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .stm-listing-compare.active {background: #6c98e1;opacity: 1;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .stm-listing-favorite {position: absolute;left: 7px;bottom: 7px;padding: 3px 5px 3px 6px;background: rgba(0, 0, 0, 0.3);color: #fff;border-radius: 2px;font-size: 16px;opacity: 0;z-index: 20;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .stm-listing-favorite:hover {background: rgba(0, 0, 0, 0.6);cursor: pointer;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .stm-listing-favorite.active {background: #6c98e1;opacity: 1;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .image:hover .stm-listing-compare,.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .image:hover .stm-listing-favorite,.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .image:hover .stm-car-medias {opacity: 1;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .image {max-width: 280px;padding-top: 0;margin: 0 21px 0 0;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .image .stm-car-medias {position: absolute;right: 0;top: 7px;left: inherit;z-index: 20;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .image .stm-car-medias .stm-listing-photos-unit, .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .image .stm-car-medias .stm-listing-videos-unit {margin-right: 7px;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .image .rmv_txt_drctn .image-inner .stm-badge-directory, .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .image .rmv_txt_drctn .image-inner .stm-badge-directory.heading-font {z-index: 3;position: absolute;left: -65px;padding: 0 55px;top: 20px;width: 200px;height: 33px;line-height: 33px;transform: rotate(-45deg) !important;background-color: #6c98e1;color: #fff !important;font-size: 12px;text-transform: uppercase;font-weight: 700;text-align: center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .image .rmv_txt_drctn .image-inner img {z-index: 2;position: relative;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .image .rmv_txt_drctn .image-inner.interactive-hoverable .hoverable-wrap {bottom: 5px;display: flex;left: 0;position: absolute;right: 0;top: 0;z-index: 1;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .image .rmv_txt_drctn .image-inner.interactive-hoverable .hoverable-wrap .hoverable-unit.active .thumb {opacity: 1;z-index: -2;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .image .rmv_txt_drctn .image-inner.interactive-hoverable .hoverable-wrap .hoverable-unit {align-items: flex-end;display: flex;flex: 1;height: 100%;position: static;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .image .rmv_txt_drctn .image-inner.interactive-hoverable .hoverable-wrap .hoverable-unit .thumb {border: 0;height: 100%;left: 0;overflow: hidden;position: absolute;width: 100%;opacity: 0;z-index: -2;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .image .rmv_txt_drctn .image-inner.interactive-hoverable .hoverable-wrap .hoverable-unit .thumb img {display: block;height: 100%;-o-object-fit: cover;object-fit: cover;transition: opacity 0.15s;width: 100%;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .image .rmv_txt_drctn .image-inner.interactive-hoverable .hoverable-wrap .hoverable-unit .indicator {height: 3px;width: 96%;margin: 0 auto -5px auto;background-color: #ccc;z-index: 25;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .image .rmv_txt_drctn .image-inner.interactive-hoverable .hoverable-wrap .hoverable-unit .remaining {text-align: center;position: absolute;width: 100%;top: 0;bottom: 0;color: #fff;background-color: rgba(0, 0, 0, 0.6);display: flex;flex-direction: column;align-items: center;justify-content: center;z-index: 55;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .image .rmv_txt_drctn .image-inner.interactive-hoverable .hoverable-wrap .hoverable-unit .remaining i {font-size: 48px;display: block;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .image .rmv_txt_drctn .image-inner.interactive-hoverable .hoverable-wrap .hoverable-unit .remaining p {font-size: 16px;font-weight: 400;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .image .rmv_txt_drctn .image-inner.interactive-hoverable .hoverable-indicators .indicator.active {background-color: #6c98e1;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-top {margin-bottom: 21px;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-top .price {min-width: 100px;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-top .price > div {padding: 8px 4px 8px 4px;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-top .price > div span {font-size: 20px;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-top .price:before {left: -5px;transform: skew(-15deg, 0deg);z-index: -1;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-top .price.discounted-price {min-height: 49px;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-top .price.discounted-price:before {left: -15px;transform: skew(-15deg, 0deg);height: auto;top: 0;bottom: 0;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-top .price.discounted-price .regular-price {position: relative;left: -4px;padding: 0 4px 0 0;vertical-align: bottom;font-size: 13px;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-top .price.discounted-price .sale-price {position: relative;left: -4px;vertical-align: middle;margin-top: 0;padding: 0 3px 0 5px;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-top .price.discounted-price .sale-price .label-price {max-width: 40px;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-top .price .normal-price .label-price {font-size: 10px;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-top .sell-online-wrap .normal-price {display: flex;flex-direction: column;align-items: center;padding: 4px 0 4px 6px;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-top .sell-online-wrap .normal-price .normal_font {font-size: 10px;font-weight: 600;color: #ffffff;line-height: 12px;margin: 0;padding: 0;opacity: 0.7;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-top .sell-online-wrap .normal-price .heading-font {line-height: 16px;margin: 3px 0 0;color: #ffffff;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-top .title {padding-top: 0;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-top .title a {font-size: 20px;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-top .title a .labels {line-height: 12px;margin-bottom: 4px;font-size: 14px;margin-top: -1px;}.stm-inventory-no-filter-wrap .stm_ajax_pagination {opacity: 1;transition: all 0.2s ease-in-out;margin: 60px 0 80px;}.stm-inventory-no-filter-wrap .stm_ajax_pagination.loading {opacity: 0.5;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop.stm-isotope-listing-item .image a .image-inner .stm-badge-directory, .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop.stm-isotope-listing-item .image a .image-inner .stm-badge-directory.heading-font {left: -65px !important;right: unset !important;transform: rotate(-45deg);}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop.stm-isotope-listing-item .image .stm-car-medias {right: 7px;left: unset !important;}@media (max-width: 767px) {.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop {display: flex;flex-direction: row;position: relative;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content {margin-top: 0;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-top {display: flex;flex-direction: row-reverse;justify-content: space-between;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-top .title {margin-left: 0;margin-right: auto;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-middle .meta-middle-unit.meta-middle-divider {display: none;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-middle .meta-middle-unit .meta-middle-unit-top, .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-middle .meta-middle-unit .value {display: inline-block;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-bottom .single-car-actions > ul {display: flex;flex-direction: row;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-bottom .single-car-actions > ul li {margin-right: 13px !important;}}@media (max-width: 750px) {.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop {width: 100%;display: flex;flex-direction: row;flex-wrap: nowrap;align-items: flex-start;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .image {flex: 1;max-width: 240px;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content {flex: 1;width: 100%;margin-top: 0;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-top {margin-bottom: 10px;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-top .title {clear: none;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-middle {margin-bottom: 5px !important;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-middle .meta-middle-row {margin-bottom: 0;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-bottom .single-car-actions ul {display: flex;flex-direction: row;flex-wrap: wrap;justify-content: flex-start;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-bottom .single-car-actions ul li {margin-right: 13px !important;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-bottom .single-car-actions ul li .car-action-unit.add-to-compare {padding-left: 20px;}}@media (max-width: 700px) {.stm-inventory-no-filter-wrap .stm-isotope-sorting {display: flex;flex-direction: row;flex-wrap: wrap;margin: 0 -15px;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop {flex-direction: column;width: 50%;padding: 0 15px;border-bottom: 0;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .image {max-width: 100%;width: 100%;margin: 0;flex: inherit;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .image img {width: 100%;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content {flex: 1;width: 100%;margin-top: 15px !important;border-bottom: 1px solid #ddd;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-top {display: block;margin-bottom: 10px;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-middle {margin-bottom: 10px !important;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-middle .meta-middle-row {margin-bottom: 0;display: flex;flex-direction: column;flex-wrap: wrap;justify-content: flex-start;align-items: flex-start;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-middle .meta-middle-row .meta-middle-unit {width: 100% !important;margin-bottom: 15px;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-middle .meta-middle-row .meta-middle-unit.meta-middle-divider {display: none !important;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-middle .meta-middle-row .meta-middle-unit.font-exists {width: auto;display: flex !important;flex-direction: row;flex-wrap: nowrap;align-items: center;justify-content: flex-start;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-middle .meta-middle-row .meta-middle-unit.font-exists .value {display: block;padding-top: 0;margin-left: 4px;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-bottom .single-car-actions ul {display: flex;flex-direction: row;flex-wrap: wrap;justify-content: flex-start;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-bottom .single-car-actions ul li {margin-right: 13px !important;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-bottom .single-car-actions ul li .car-action-unit.add-to-compare {padding-left: 20px;}}@media (max-width: 500px) {.stm-inventory-no-filter-wrap .stm-isotope-sorting {display: flex;flex-direction: row;flex-wrap: wrap;margin: 0 -15px;}.stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop {flex-direction: column;width: 100%;padding: 0 15px;border-bottom: 0;}}.stm-template-equipment .stm-inventory-no-filter-wrap .image .image-inner .special-label {transform: rotate(-45deg) translateZ(0);left: -85px;top: 25px;}.stm-template-motorcycle .stm-inventory-no-filter-wrap .image .image-inner {min-height: 165px !important;}.stm-template-motorcycle .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content {margin-top: 15px !important;}.stm-template-motorcycle .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .stm-listing-compare.active,.stm-template-motorcycle .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .stm-listing-favorite.active {background: #df1d1d;}.stm-template-motorcycle .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .image .image-inner .stm-badge-directory,.stm-template-motorcycle .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .image .image-inner .stm-badge-directory.heading-font {background-color: #df1d1d;}.stm-template-motorcycle .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .image .image-inner.interactive-hoverable .hoverable-indicators .indicator.active {background-color: #df1d1d;}.stm-template-boats .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .stm-listing-compare.active,.stm-template-boats .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .stm-listing-favorite.active {background: #ceac61;}.stm-template-boats .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .image .image-inner .stm-badge-directory,.stm-template-boats .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .image .image-inner .stm-badge-directory.heading-font {background-color: #ceac61;}.stm-template-boats .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .image .image-inner.interactive-hoverable .hoverable-indicators .indicator.active {background-color: #ceac61;}.stm-template-aircrafts .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .image .image-inner.interactive-hoverable .hoverable-indicators .indicator.active {background-color: #6c98e1 !important;}.stm-template-listing .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .stm-listing-compare.active,.stm-template-listing .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .stm-listing-favorite.active {background: #ceac61;}.stm-template-listing .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .image .image-inner .stm-badge-directory,.stm-template-listing .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .image .image-inner .stm-badge-directory.heading-font {background-color: #ceac61;}.stm-template-listing .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .image .image-inner.interactive-hoverable .hoverable-indicators .indicator.active {background-color: #ceac61;}.stm-template-listing_three .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .stm-listing-compare.active,.stm-template-listing_three .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .stm-listing-favorite.active {background: #ceac61;}.stm-template-listing_three .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .image .image-inner .stm-badge-directory,.stm-template-listing_three .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .image .image-inner .stm-badge-directory.heading-font {background-color: #ceac61;}.stm-template-listing_three .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .image .image-inner.interactive-hoverable .hoverable-indicators .indicator.active {background-color: #ceac61;}.stm-template-listing_five .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .stm-listing-compare.active,.stm-template-listing_five .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .stm-listing-favorite.active {background: #ff2325;}.stm-template-listing_five .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .image .image-inner .stm-badge-directory,.stm-template-listing_five .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .image .image-inner .stm-badge-directory.heading-font {background-color: #ff2325;}.stm-template-listing_five .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .image .image-inner.interactive-hoverable .hoverable-indicators .indicator.active {background-color: #ff2325;}.stm-template-ev_dealer .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .stm-listing-compare.active,.stm-template-ev_dealer .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .stm-listing-favorite.active {background: #0d46ff;}.stm-template-ev_dealer .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .image .image-inner .stm-badge-directory,.stm-template-ev_dealer .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .image .image-inner .stm-badge-directory.heading-font {background-color: #0d46ff;}.stm-template-ev_dealer .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop.stm-listing-directory-list-loop .image .image-inner.interactive-hoverable .hoverable-indicators .indicator.active {background-color: #0d46ff;}.stm-hoverable-interactive-galleries .stm-inventory-no-filter-wrap .image .interactive-hoverable {min-width: 280px;min-height: 207px;}@media (min-width: 768px) {.stm-hoverable-interactive-galleries .stm-inventory-no-filter-wrap .image .interactive-hoverable {min-height: 168px;}}.stm-hoverable-interactive-galleries .stm-inventory-no-filter-wrap .image .stm-listing-compare,.stm-hoverable-interactive-galleries .stm-inventory-no-filter-wrap .image .stm-listing-favorite {bottom: 13px !important;}@media (max-width: 700px) {.stm-hoverable-interactive-galleries .stm-inventory-no-filter-wrap .stm-isotope-sorting .listing-list-loop .content .meta-top .title {padding-top: 0;clear: none;}}.stm-hoverable-interactive-galleries.stm-template-car_dealer_two .stm-inventory-no-filter-wrap .image .interactive-hoverable {min-height: 207px !important;}@media (min-width: 768px) {.stm-hoverable-interactive-galleries.stm-template-car_dealer_two .stm-inventory-no-filter-wrap .image .interactive-hoverable {min-height: 165px !important;}}.stm-hoverable-interactive-galleries.stm-template-listing .stm-inventory-no-filter-wrap .image {min-height: 168px;}.stm-hoverable-interactive-galleries.stm-template-listing_two .stm-inventory-no-filter-wrap .image {min-height: 168px;}.stm-hoverable-interactive-galleries.stm-template-listing_three .stm-inventory-no-filter-wrap .image {min-height: 168px;}.stm-hoverable-interactive-galleries.stm-template-listing_three .stm-inventory-no-filter-wrap .image .interactive-hoverable {min-height: 207px !important;}@media (min-width: 768px) {.stm-hoverable-interactive-galleries.stm-template-listing_three .stm-inventory-no-filter-wrap .image .interactive-hoverable {min-height: 168px !important;}}.stm-hoverable-interactive-galleries.stm-template-listing_five .stm-inventory-no-filter-wrap .image {min-height: 168px;}.stm-hoverable-interactive-galleries.stm-template-listing_five .stm-inventory-no-filter-wrap .image .interactive-hoverable {min-height: 171px !important;}@media (min-width: 768px) {.stm-hoverable-interactive-galleries.stm-template-listing_five .stm-inventory-no-filter-wrap .image .interactive-hoverable {min-height: 168px !important;}}.stm-hoverable-interactive-galleries.stm-template-motorcycle .stm-inventory-no-filter-wrap .image .interactive-hoverable {min-height: 207px !important;}@media (min-width: 768px) {.stm-hoverable-interactive-galleries.stm-template-motorcycle .stm-inventory-no-filter-wrap .image .interactive-hoverable {min-height: 165px !important;}}.stm-hoverable-interactive-galleries.stm-template-motorcycle .stm-inventory-no-filter-wrap .image .interactive-hoverable .special-label {top: 25px;bottom: unset;left: -85px;right: unset;}.stm-boxed .stm-inventory-map-main-wrap {display: flex;justify-content: center;}.stm-boxed .stm-inventory-map-wrap {max-width: 1220px;}.stm-inventory-map-wrap {display: flex;flex-direction: row;height: 400px;overflow: hidden;position: relative;}@media (max-width: 500px) {.stm-inventory-map-wrap {height: 100% !important;}}@media (max-width: 430px) {.stm-inventory-map-wrap {flex-direction: column;}}.stm-inventory-map-wrap .stm-listing-directory-checkboxes.stm-one_col .stm-checkbox-submit {display: none !important;}.stm-inventory-map-wrap .stm_gmap {display: block;}.stm-inventory-map-wrap .stm_gmap.stm-loading:before {display: block;content: "";background: #FFFFFF;opacity: 0.6;width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 1;}.stm-inventory-map-wrap .stm_gmap .gm-style-iw-t {bottom: 100px !important;right: 5px !important;}@media (max-width: 767px) {.stm-inventory-map-wrap .stm_gmap .gm-style-iw-t {bottom: 55px !important;}}.stm-inventory-map-wrap .stm-inventory-map-filter-arrow-wrap {display: block;position: relative;}.stm-inventory-map-wrap .stm-inventory-map-filter-arrow-wrap .stm-filter-arrow {display: block;position: absolute;top: 48%;left: -30px;transform: translateX(0) translateY(-48%);overflow: hidden;width: 30px;height: 70px;z-index: 100;}.stm-inventory-map-wrap .stm-inventory-map-filter-arrow-wrap .stm-filter-arrow.stm-map-filter-close:before {content: "\f053";}.stm-inventory-map-wrap .stm-inventory-map-filter-arrow-wrap .stm-filter-arrow.stm-map-filter-close + div.stm-inventory-map-filter-wrap {width: 0;opacity: 0;}.stm-inventory-map-wrap .stm-inventory-map-filter-arrow-wrap .stm-filter-arrow.stm-map-filter-open:before {content: "\f054";}.stm-inventory-map-wrap .stm-inventory-map-filter-arrow-wrap .stm-filter-arrow.stm-map-filter-open + div.stm-inventory-map-filter-wrap {opacity: 1;}.stm-inventory-map-wrap .stm-inventory-map-filter-arrow-wrap .stm-filter-arrow:before {display: inline-block;width: 30px;height: 50px;background: #ffffff;font-family: "Font Awesome 6 Free";font-weight: 600;position: absolute;top: 0;left: 0;text-align: center;padding-top: 15px;}.stm-inventory-map-wrap .stm-inventory-map-filter-wrap {display: block;width: 350px;height: 100%;overflow: hidden;position: relative;transition: ease-out 0.2s;box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);}.stm-inventory-map-wrap .stm-inventory-map-filter-wrap .stm-filter-scrollbar {display: block;width: 350px;height: 100%;overflow: hidden;position: relative;padding-bottom: 140px;}@media (max-width: 500px) {.stm-inventory-map-wrap .stm-inventory-map-filter-wrap .stm-filter-scrollbar {padding-bottom: 0;}}.stm-inventory-map-wrap .stm-inventory-map-filter-wrap .mCSB_inside > .mCSB_container {margin-right: 10px !important;}.stm-inventory-map-wrap .stm-inventory-map-filter-wrap input[type=text] {line-height: 40px;background-color: #eceff3 !important;color: #000 !important;}.stm-inventory-map-wrap .stm-inventory-map-filter-wrap input[type=text]::-moz-placeholder {color: #000 !important;}.stm-inventory-map-wrap .stm-inventory-map-filter-wrap input[type=text]::placeholder {color: #000 !important;}.stm-inventory-map-wrap .stm-inventory-map-filter-wrap h5 {color: #232628;}.stm-inventory-map-wrap .stm-inventory-map-filter-wrap .filter-sidebar {position: relative;box-shadow: none;padding: 0 53px 24px 50px;}.stm-inventory-map-wrap .stm-inventory-map-filter-wrap .filter-sidebar:before {background: transparent;}.stm-inventory-map-wrap .stm-inventory-map-filter-wrap .filter-sidebar .sidebar-entry-header {display: flex;padding: 20px 0 0;flex-direction: row-reverse;align-items: center;justify-content: space-between;}.stm-inventory-map-wrap .stm-inventory-map-filter-wrap .filter-sidebar .sidebar-entry-header i {color: #ceac61;padding: 4px 2px 0 0;}.stm-inventory-map-wrap .stm-inventory-map-filter-wrap .filter-sidebar > .row.row-pad-top-24 {padding-top: 16px;}.stm-inventory-map-wrap .stm-inventory-map-filter-wrap .filter-sidebar .select2-container--default .select2-selection--multiple {line-height: 25px;background-color: #eceff3;color: #000;}.stm-inventory-map-wrap .stm-inventory-map-filter-wrap .filter-sidebar .select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 40px;background-color: #eceff3;color: #000;}.stm-inventory-map-wrap .stm-inventory-map-filter-wrap .filter-sidebar .select2-container--default .select2-selection--single .select2-selection__arrow {height: 40px;}.stm-inventory-map-wrap .stm-inventory-map-filter-wrap .stm-accordion-single-unit {margin-top: 0;box-shadow: none;}.stm-inventory-map-wrap .stm-inventory-map-filter-wrap .stm-accordion-single-unit a.title {padding: 27px 50px 20px 50px;border-top: 1px solid #cccccc;}.stm-inventory-map-wrap .stm-inventory-map-filter-wrap .stm-accordion-single-unit a.title .minus {right: 54px;}.stm-inventory-map-wrap .stm-inventory-map-filter-wrap .stm-accordion-single-unit .stm-accordion-content .stm-accordion-content-wrapper {padding: 5px 50px 40px;}.stm-inventory-map-wrap .stm-inventory-map-filter-wrap .stm-accordion-single-unit .stm-accordion-content .stm-accordion-content-wrapper.stm-accordion-content-padded .stm-accordion-inner {display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;}.stm-inventory-map-wrap .stm-inventory-map-filter-wrap .stm-accordion-single-unit .stm-accordion-content .stm-accordion-content-wrapper.stm-accordion-content-padded .stm-accordion-inner label {display: block;width: 45%;text-align: left;}.stm-inventory-map-wrap .stm-inventory-map-filter-wrap .stm-accordion-single-unit .stm-accordion-content .stm-accordion-content-wrapper.stm-accordion-content-padded .stm-accordion-inner label .stm-option-image img {margin-left: -5px;}.stm-inventory-map-wrap .stm-inventory-map-filter-wrap .stm-accordion-single-unit .stm-accordion-content .stm-accordion-content-wrapper.stm-accordion-content-padded .stm-accordion-inner label .checker {margin-right: 5px !important;}.stm-inventory-map-wrap .stm-inventory-map-filter-wrap #ca_location_listing_filter.empty::-webkit-input-placeholder {color: #000 !important;}.stm-inventory-map-wrap .stm-inventory-map-filter-wrap .sidebar-action-units a {color: #232628 !important;}.stm-inventory-map-wrap .stm-inventory-map-filter-wrap .sidebar-action-units a:before {color: #ceac61;}.stm-inventory-map-wrap .stm-inventory-map-filter-wrap .stm-inventory-map-btn {display: flex;justify-content: center;flex-direction: column;padding: 0 15px 30px 30px;position: absolute;bottom: 0;width: 100%;overflow: hidden;max-width: 340px;z-index: 20;border-top: 1px solid #cccccc;}@media (max-width: 500px) {.stm-inventory-map-wrap .stm-inventory-map-filter-wrap .stm-inventory-map-btn {position: relative;padding-bottom: 30px;}}.stm-inventory-map-wrap .stm-inventory-map-filter-wrap .stm-inventory-map-btn .stm-inventory-map-cars-count {display: block;font-weight: 700;font-size: 20px;letter-spacing: -0.7px;color: #ceac61 !important;background: #ffffff;padding: 20px;text-align: center;}.stm-inventory-map-wrap .stm-inventory-map-filter-wrap .stm-inventory-map-btn input[type=submit] {width: 100%;}.stm-inventory-map-wrap .stm_iw_link {display: block;background: #ffffff;text-decoration: none;}.stm-inventory-map-wrap .stm_iw_link:hover {text-decoration: none;}.stm-inventory-map-wrap .gm-style-iw.gm-style-iw-c {box-shadow: none;}.stm-inventory-map-wrap .stm_map_info_window_group_wrap {display: block;position: relative;overflow: hidden;max-height: 500px;background-color: #ccc;}.stm-inventory-map-wrap .stm_map_info_window_group_wrap.stm_if_group_no_scroll .stm_iw_link, .stm-inventory-map-wrap .stm_map_info_window_group_wrap.stm_if_group_scroll .stm_iw_link {border-bottom: 1px solid #ccc;}.stm-inventory-map-wrap .stm_map_info_window_group_wrap.stm_if_group_no_scroll .stm_iw_link:last-child, .stm-inventory-map-wrap .stm_map_info_window_group_wrap.stm_if_group_scroll .stm_iw_link:last-child {margin-top: 0;border: none;}.stm-inventory-map-wrap .stm_map_info_window_group_wrap.stm_if_group_no_scroll .stm_if_scroll, .stm-inventory-map-wrap .stm_map_info_window_group_wrap.stm_if_group_scroll .stm_if_scroll {display: block;position: relative;overflow: hidden;max-height: 158px;overflow-y: scroll;}.stm-inventory-map-wrap .stm_map_info_window_group_wrap.stm_if_group_no_scroll .stm_if_scroll .mCustomScrollBox .mCSB_container, .stm-inventory-map-wrap .stm_map_info_window_group_wrap.stm_if_group_scroll .stm_if_scroll .mCustomScrollBox .mCSB_container {margin-right: 15px;}.stm-inventory-map-wrap .stm_map_info_window_group_wrap.stm_if_group_scroll {width: 315px;max-height: 200px;overflow-y: scroll;}.stm-inventory-map-wrap .stm_map_info_window_wrap {display: block;overflow: hidden;position: relative;width: 300px;font-family: "Montserrat";padding: 15px;}.stm-inventory-map-wrap .stm_map_info_window_wrap .stm_iw_condition {display: block;color: #ceac61;font-size: 11px;font-weight: 500;line-height: 17px;}.stm-inventory-map-wrap .stm_map_info_window_wrap .stm_iw_title {display: block;max-width: 250px;overflow: hidden;color: #153e4d;font-size: 11px;font-weight: 700;line-height: 17px;text-overflow: ellipsis;white-space: nowrap;}.stm-inventory-map-wrap .stm_map_info_window_wrap .stm_iw_car_data_wrap {display: block;overflow: hidden;position: relative;margin-top: 10px;}.stm-inventory-map-wrap .stm_map_info_window_wrap .stm_iw_car_data_wrap .stm_iw_img_wrap {display: block;max-width: 120px;min-height: 73px;width: 50%;float: left;}.stm-inventory-map-wrap .stm_map_info_window_wrap .stm_iw_car_data_wrap .stm_iw_img_wrap img {aspect-ratio: 1/0.65;-o-object-fit: cover;object-fit: cover;width: 100%;}.stm-inventory-map-wrap .stm_map_info_window_wrap .stm_iw_car_data_wrap .stm_iw_car_info {display: block;overflow: hidden;width: 50%;float: left;padding-left: 15px;}.stm-inventory-map-wrap .stm_map_info_window_wrap .stm_iw_car_data_wrap .stm_iw_car_info .stm_iw_car_opt {display: flex;font-family: "Open Sans";font-size: 13px;color: #000000;position: relative;align-items: center;text-transform: capitalize;text-overflow: ellipsis;white-space: nowrap;}.stm-inventory-map-wrap .stm_map_info_window_wrap .stm_iw_car_data_wrap .stm_iw_car_info .stm_iw_car_opt:nth-child(2) {margin: 10px 0;}.stm-inventory-map-wrap .stm_map_info_window_wrap .stm_iw_car_data_wrap .stm_iw_car_info .stm_iw_car_opt i {margin-right: 10px;color: #888888;}.stm-inventory-map-wrap .stm_map_info_window_wrap .stm_iw_car_price {display: block;position: absolute;top: 0;right: 0;background-color: #ceac61;padding: 8px;color: #FFFFFF;font-weight: 600;}.stm-inventory-map-wrap .stm_map_info_window_wrap .stm_iw_car_price .stm_iw_price_trap {display: inline;overflow: hidden;position: relative;top: 0;left: -13px;}.stm-inventory-map-wrap .stm_map_info_window_wrap .stm_iw_car_price .stm_iw_price_trap:before {content: "";display: block;overflow: hidden;position: absolute;top: -8px;left: -5px;border-top: 35px solid #ceac61;border-left: 10px solid;}.stm-inventory-map-wrap .gm-style > div:first-child > div:nth-child(4) {left: 18px !important;top: 45px !important;}.stm-inventory-map-wrap {}.stm-inventory-map-wrap .gm-style > div:first-child > div:last-child > div:last-child > div:last-child > div {width: 315px !important;}.stm-inventory-map-wrap .gm-style > div:first-child > div:nth-child(4) > div:nth-child(4) > div {width: 300px !important;height: auto !important;}.stm-inventory-map-wrap .gm-style > div:first-child > div:nth-child(4) > div:nth-child(4) > div > div > div:nth-child(2),.stm-inventory-map-wrap .gm-style > div:first-child > div:nth-child(4) > div:nth-child(4) > div > div > div:nth-child(4) {width: 299px !important;height: auto !important;}.stm-inventory-map-wrap .gm-style > div:first-child > div:nth-child(4) > div:nth-child(4) > div > div > div:nth-child(3) {display: none;}.stm-inventory-map-wrap .gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div {border: none !important;box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 5px !important;}.stm-inventory-map-wrap {}.stm-inventory-map-wrap .gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div:first-child > div {left: 3px !important;box-shadow: none !important;z-index: 40;}.stm-inventory-map-wrap {}.stm-inventory-map-wrap .gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div:nth-child(2) > div {left: 2px !important;transform: skewX(-36deg) !important;box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 1px !important;z-index: 40;}.stm-inventory-map-wrap .gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div:nth-child(2) {background-color: transparent !important;box-shadow: none !important;}.stm-inventory-map-wrap .gm-style .gm-style-iw-t {bottom: 100px !important;right: 5px !important;}.stm-inventory-map-wrap .gm-style .gm-style-iw-t:before, .stm-inventory-map-wrap .gm-style .gm-style-iw-t:after {display: none !important;}.stm-inventory-map-wrap .gm-style .gm-style-iw {top: 40px !important;left: 24px !important;}.stm-inventory-map-wrap .gm-style .gm-style-iw.gm-style-iw-c {padding: 30px !important;background: transparent;border-radius: 0;max-height: inherit !important;max-width: 400px !important;}.stm-inventory-map-wrap .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d {max-height: inherit !important;box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);overflow: hidden !important;}.stm-inventory-map-wrap .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d:after {content: "";display: block;width: 15px;height: 15px;position: absolute;bottom: 14px;left: 50%;transform: translateX(-50%);border-left: 15px solid transparent;border-right: 15px solid transparent;border-top: 16px solid #ffffff;z-index: 1;}.stm-inventory-map-wrap .gm-style .gm-style-iw > div:first-child {max-width: 315px !important;overflow-y: hidden !important;overflow: hidden !important;}.stm-inventory-map-wrap .gm-style .gm-style-iw button {display: none !important;}.stm-inventory-map-wrap .gm-style .gm-style-iw > div > div {overflow: hidden !important;}.stm-inventory-map-wrap .gm-style .gm-style-iw + div {display: none !important;}.stm-inventory-map-wrap .gm-style .gm-style-iw h6 {margin-bottom: 0 !important;font-weight: 400 !important;}@media (width: 1024px) {.stm-inventory-map-wrap .gm-style .gm-style-iw {top: -5px !important;}.stm-inventory-map-wrap .stm_map_info_window_group_wrap.stm_if_group_no_scroll.stm_is_mobile .stm_if_scroll,.stm-inventory-map-wrap .stm_map_info_window_group_wrap.stm_if_group_scroll.stm_is_mobile .stm_if_scroll {max-height: 308px !important;overflow-y: scroll !important;}.stm-inventory-map-wrap .gm-style .gm-style-iw > div:first-child {max-height: 325px !important;}}@media (max-width: 736px) {.stm-inventory-map-wrap .gm-style .gm-style-iw {top: 0 !important;}.stm-inventory-map-wrap .stm_map_info_window_group_wrap.stm_if_group_no_scroll.stm_is_mobile .stm_if_scroll,.stm-inventory-map-wrap .stm_map_info_window_group_wrap.stm_if_group_scroll.stm_is_mobile .stm_if_scroll {max-height: 160px !important;overflow-y: scroll !important;}.stm-inventory-map-wrap .gm-style .gm-style-iw > div:first-child {max-height: 180px !important;}}.stm-ios_safari .stm-inventory-map-wrap .stm_map_info_window_wrap .stm_iw_car_price .stm_iw_price_trap:before {content: "";display: block;overflow: hidden;position: absolute;top: -8px;left: 16px;border-top: 42px solid #1bc742;border-left: 10px solid;}.stm-orange {color: #ffb129;}.search_results_container.container {margin-bottom: 60px;}.stm-isearch-results-carousel-wrap {box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18), inset 0 4px 0 #ceac61;}.stm-isearch-results-carousel-wrap .stm-isearch-results-carousel {padding: 0px 0px 15px 0px;}.stm-isearch-results-carousel-wrap .owl-nav {display: none !important;}.stm-isearch-results-carousel-wrap .navigation-controls {padding: 30px 25px 25px;display: flex;justify-content: space-between;}.stm-isearch-results-carousel-wrap .navigation-controls .back-search-results {padding-top: 7px;}.stm-isearch-results-carousel-wrap .navigation-controls .back-search-results h4 {text-transform: uppercase;font-size: 14px;margin-bottom: 0;}.stm-isearch-results-carousel-wrap .navigation-controls .back-search-results .fas {font-size: 12px;}.stm-isearch-results-carousel-wrap .navigation-controls .back-search-results a {text-decoration: none;}.stm-isearch-results-carousel-wrap .navigation-controls .back-search-results a:hover {text-decoration: none;}.stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls {display: flex;}.stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev, .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next {padding: 9px 13px 4px;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1803921569);background-color: #ffffff;border-radius: 50%;cursor: pointer;margin-left: 5px;}.stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev .fas, .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next .fas {font-size: 20px;color: #000;}.stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev.disabled, .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next.disabled {cursor: unset;}.stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .disabled .fas {color: #c7c7c7;}.stm-isearch-results-carousel-wrap .stm-template-front-loop {padding: 3px;}.stm-isearch-results-carousel-wrap .stm-template-front-loop:not(.current) .rmv_txt_drctn:hover .image:before {opacity: 0;}.stm-isearch-results-carousel-wrap .stm-template-front-loop:not(.current) .image:before {opacity: 0;}.stm-isearch-results-carousel-wrap .stm-template-front-loop .listing-car-item-meta {-webkit-transform: translate3d(0, 0, 0);}.stm-isearch-results-carousel-wrap .stm-template-front-loop.current .image .listing-car-item-meta,.stm-isearch-results-carousel-wrap .stm-template-front-loop.current .image .stm-badge-directory {z-index: 150;}.stm-isearch-results-carousel-wrap .stm-template-front-loop.current .image .brazzers-wrap {border: 5px solid #6c98e1;}.stm-isearch-results-carousel-wrap .stm-template-front-loop.current .image .brazzers-wrap .listing-car-item-meta {bottom: 0;-webkit-transform: translate3d(0, 0, 0);}.stm-isearch-results-carousel-wrap .stm-template-front-loop.current .image img:before {background: rgba(0, 0, 0, 0.2);}.stm-isearch-results-carousel-wrap .stm-template-front-loop.current .image img {margin-bottom: 0;}.stm-isearch-results-carousel-wrap .stm-template-front-loop.current .image .tmb-wrap {display: none;}.stm-isearch-results-carousel-wrap .stm-template-front-loop .image {position: relative;}.stm-isearch-results-carousel-wrap .stm-template-front-loop .image img {max-height: 133px;-o-object-fit: cover;object-fit: cover;width: 100%;}.stm-isearch-results-carousel-wrap .stm-template-front-loop .image .listing-car-item-meta {padding-top: 0;position: absolute;right: 0;bottom: 0px;}.stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap {position: relative;}.stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .listing-car-item-meta {bottom: 10px;}.stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap img {max-width: 100%;}.stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .tmb-wrap {top: -4px;}.stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .tmb-wrap .tmb-wrap-table div {border-bottom-width: 3px;}.stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .tmb-wrap .tmb-wrap-table div.active {border-color: #ceac61;border-bottom-right-radius: 0;border-bottom-left-radius: 0;}.stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .tmb-wrap .tmb-wrap-table div.active:first-child:last-child {border-color: transparent;}.stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .tmb-wrap .tmb-wrap-table div:not(.active) {border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-color: #ccc;}.stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .tmb-wrap .remaining {text-align: center;position: absolute;width: 100%;top: 0;bottom: 6px;color: #fff;background-color: rgba(0, 0, 0, 0.6);display: flex;flex-direction: column;align-items: center;justify-content: center;z-index: -1;visibility: hidden;}.stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .tmb-wrap .remaining i {font-size: 48px;display: block;}.stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .tmb-wrap .remaining p {font-size: 16px;font-weight: 400;}.stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .tmb-wrap .remaining.active {visibility: visible;}.stm-isearch-results-carousel-wrap .stm-template-front-loop a {color: #000;}.stm-isearch-results-carousel-wrap .stm-template-front-loop a:hover, .stm-isearch-results-carousel-wrap .stm-template-front-loop a:active, .stm-isearch-results-carousel-wrap .stm-template-front-loop a:focus {color: #000;}.stm-isearch-results-carousel-wrap .stm-template-front-loop .price {background-color: #6c98e1;color: #fff;position: relative;float: right;padding: 6px 10px 4px 4px;margin-left: 18px;background-color: #6c98e1;text-align: right;}.stm-isearch-results-carousel-wrap .stm-template-front-loop .price:before {background-color: #6c98e1;position: absolute;content: "";display: block;top: 0;left: -12px;height: 100%;width: 32px;background-color: #6c98e1;transform: skew(-14deg, 0deg);z-index: 1;}.stm-isearch-results-carousel-wrap .stm-template-front-loop .price .heading-font {color: #fff;}.stm-isearch-results-carousel-wrap .stm-template-front-loop .price .price-form-label {z-index: 1;position: relative;font-weight: 700;}.stm-isearch-results-carousel-wrap .stm-template-front-loop .price.discounted-price {padding: 1px 10px 2px 4px;}.stm-isearch-results-carousel-wrap .stm-template-front-loop .price.discounted-price .regular-price {color: #232628;font-size: 13px;line-height: normal;text-decoration: line-through;position: relative;z-index: 1;}@media (max-width: 768px) {.stm-isearch-results-carousel-wrap .stm-template-front-loop .price.discounted-price .regular-price {padding-left: 22px;}}.stm-isearch-results-carousel-wrap .stm-template-front-loop .price .sale-price {color: #fff;line-height: 16px;font-size: 14px;position: relative;z-index: 1;}.stm-isearch-results-carousel-wrap .stm-template-front-loop .price .normal-price {line-height: 25px;font-size: 14px;color: #fff;position: relative;z-index: 1;font-weight: 700;}.stm-isearch-results-carousel-wrap .stm-template-front-loop .listing-car-item-meta {padding-top: 17px;}.stm-isearch-results-carousel-wrap .stm-template-front-loop .listing-car-item-meta .car-meta-top {border-bottom: none;padding-bottom: 17px;}.stm-isearch-results-carousel-wrap .stm-template-front-loop .listing-car-item-meta .car-meta-top .car-title {color: #232628;overflow: hidden;text-transform: uppercase;font-size: 14px;line-height: 18px;font-weight: 700;}.stm-isearch-results-carousel-wrap .owl-controls {margin-top: unset;}.stm-isearch-results-carousel-wrap .owl-stage-outer {margin-bottom: 0 !important;}.stm-template-aircrafts .stm-isearch-results-carousel-wrap {box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18), inset 0 4px 0 #ff9420;}.stm-template-aircrafts .stm-isearch-results-carousel-wrap .stm-badge-directory {left: -65px;transform: rotate(-45deg) translate3d(0, 0, 0);}.stm-template-aircrafts .stm-isearch-results-carousel-wrap .navigation-controls {padding: 30px 25px 25px;display: flex;justify-content: space-between;}.stm-template-aircrafts .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results h4 {text-transform: uppercase;font-size: 14px;}.stm-template-aircrafts .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results .fas {font-size: 12px;}.stm-template-aircrafts .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results a {text-decoration: none;}.stm-template-aircrafts .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results a:hover {text-decoration: none;}.stm-template-aircrafts .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls {display: flex;}.stm-template-aircrafts .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev, .stm-template-aircrafts .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next {padding: 9px 13px 4px;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1803921569);background-color: #ffffff;border-radius: 50%;cursor: pointer;margin-left: 5px;}.stm-template-aircrafts .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev .fas, .stm-template-aircrafts .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next .fas {font-size: 20px;color: #000;}.stm-template-aircrafts .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev.disabled, .stm-template-aircrafts .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next.disabled {cursor: unset;}.stm-template-aircrafts .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .disabled .fas {color: #c7c7c7;}.stm-template-aircrafts .stm-isearch-results-carousel-wrap .stm-template-front-loop .image {position: relative;}.stm-template-aircrafts .stm-isearch-results-carousel-wrap .stm-template-front-loop {padding: 3px;}.stm-template-aircrafts .stm-isearch-results-carousel-wrap .listing-car-item-meta .car-meta-top {border-bottom: none;}.stm-template-aircrafts .stm-isearch-results-carousel-wrap .stm-isearch-results-carousel {padding: 0px 0px 15px 0px;}.stm-template-aircrafts .stm-isearch-results-carousel-wrap .owl-controls {margin-top: unset;}.stm-template-aircrafts .stm-isearch-results-carousel-wrap .owl-stage-outer {margin-bottom: 0 !important;}.stm-template-aircrafts .stm-isearch-results-carousel-wrap .price .price-form-label {z-index: 10;position: relative;}.stm-template-equipment .stm-isearch-results-carousel-wrap .special-label {left: -91px !important;transform: rotate(-45deg) translate3d(0, 0, 0) !important;z-index: 150;}.stm-template-ev_dealer .stm-isearch-results-carousel-wrap {box-shadow: 0 2px 5px transparent, inset 0 4px 0 #102127;}.stm-template-ev_dealer .stm-isearch-results-carousel-wrap .stm-badge-directory {position: absolute;left: -65px;padding: 0 55px;top: 20px;width: 200px;height: 33px;line-height: 33px;transform: rotate(-45deg) translate3d(0, 0, 0);background-color: #0d46ff;color: #ffffff !important;font-size: 12px;text-transform: uppercase;font-weight: 700;text-align: center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}.stm-template-ev_dealer .stm-isearch-results-carousel-wrap .navigation-controls {padding: 30px 25px 25px;display: flex;justify-content: space-between;}.stm-template-ev_dealer .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results {padding-top: 7px;transition: all 0.5s ease;}.stm-template-ev_dealer .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results h4 {text-transform: uppercase;font-size: 14px;margin-bottom: 0;font-weight: 600;}.stm-template-ev_dealer .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results .fas {font-size: 12px;}.stm-template-ev_dealer .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results a {text-decoration: none;}.stm-template-ev_dealer .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results a:hover {text-decoration: none;transition: all 0.5s ease;}.stm-template-ev_dealer .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls {display: flex;}.stm-template-ev_dealer .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev, .stm-template-ev_dealer .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next {padding: 9px 13px 4px;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1803921569);background-color: #ffffff;border-radius: 50%;cursor: pointer;margin-left: 5px;}.stm-template-ev_dealer .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev .fas, .stm-template-ev_dealer .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next .fas {font-size: 20px;color: #000000;}.stm-template-ev_dealer .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev.disabled, .stm-template-ev_dealer .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next.disabled {cursor: unset;}.stm-template-ev_dealer .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .disabled .fas {color: #c7c7c7;}.stm-template-ev_dealer .stm-isearch-results-carousel-wrap .stm-template-front-loop .image {min-height: 100px;}.stm-template-ev_dealer .stm-isearch-results-carousel-wrap .listing-car-item-meta .price {background-color: #0d46ff;}.stm-template-ev_dealer .stm-isearch-results-carousel-wrap .listing-car-item-meta .price:before {background-color: #0d46ff;}.stm-template-ev_dealer .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .listing-car-item-meta {bottom: 10px;}.stm-template-ev_dealer .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .listing-car-item-meta {bottom: 0;}.stm-template-ev_dealer .stm-isearch-results-carousel-wrap .listing-car-item-meta .car-meta-top {border-bottom: none;}.stm-template-ev_dealer .stm-isearch-results-carousel-wrap .stm-isearch-results-carousel {padding: 0px 0px 15px 0px;}.stm-template-ev_dealer .stm-isearch-results-carousel-wrap .owl-controls {margin-top: unset;}.stm-template-ev_dealer .stm-isearch-results-carousel-wrap .owl-stage-outer {margin-bottom: 0 !important;}.stm-template-ev_dealer .stm-isearch-results-carousel-wrap .price .price-form-label {z-index: 10;position: relative;}.stm-template-ev_dealer .search_results_container {margin-bottom: 0 !important;}.stm-template-listing_five .stm-isearch-results-carousel-wrap {box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18), inset 0 4px 0 #1B232F;}.stm-template-listing_five .stm-isearch-results-carousel-wrap .listing-car-item-meta .price {background-color: #ff2325 !important;}.stm-template-listing_five .stm-isearch-results-carousel-wrap .listing-car-item-meta .price:before {background-color: #ff2325 !important;}.stm-template-listing_five .stm-isearch-results-carousel-wrap .stm-badge-directory {left: -65px;transform: rotate(-45deg) translate3d(0, 0, 0);}.stm-template-listing_five .stm-isearch-results-carousel-wrap .car-listing-row {margin-bottom: 0;}.stm-template-listing_five .stm-isearch-results-carousel-wrap .owl-stage-outer {margin-bottom: 0 !important;}.stm-template-listing_six .stm-isearch-results-carousel-wrap {box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18), inset 0 4px 0 #ceac61;}.stm-template-listing_six .stm-isearch-results-carousel-wrap .stm-template-front-loop.current {border: 2px solid #ceac61;}.stm-template-listing_six .stm-isearch-results-carousel-wrap .stm-badge-directory {left: -65px;transform: rotate(-45deg) translate3d(0, 0, 0);}.stm-template-listing_six .stm-isearch-results-carousel-wrap .car-listing-row {margin-bottom: 0;}.stm-template-listing_six .stm-isearch-results-carousel-wrap .owl-stage-outer {margin-bottom: 0 !important;}.stm-template-boats .search_results_container.container {margin-bottom: 60px;}.stm-template-boats .stm-isearch-results-carousel-wrap {box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18), inset 0 4px 0 #ceac61;}.stm-template-boats .stm-isearch-results-carousel-wrap .stm-template-front-loop {padding: 3px;}.stm-template-boats .stm-isearch-results-carousel-wrap .stm-template-front-loop.current .image:after {opacity: 1;}.stm-template-boats .stm-isearch-results-carousel-wrap .stm-template-front-loop.current .image .boats-image-unit {display: none;}.stm-template-boats .stm-isearch-results-carousel-wrap .stm-template-front-loop.current .image .listing-car-item-meta,.stm-template-boats .stm-isearch-results-carousel-wrap .stm-template-front-loop.current .image .stm-badge-directory {z-index: 150;}.stm-template-boats .stm-isearch-results-carousel-wrap .stm-template-front-loop .image {position: relative;}.stm-template-boats .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .boats-image-unit {display: none;}.stm-template-boats .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .listing-car-item-meta,.stm-template-boats .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .stm-badge-directory {z-index: 150;}.stm-template-boats .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .interactive-hoverable {min-height: 139.7px;}.stm-template-boats .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .listing-car-item-meta .car-meta-top {border-bottom: none;}.stm-template-boats .stm-isearch-results-carousel-wrap .stm-badge-directory {left: -65px !important;transform: rotate(-45deg) translate3d(0, 0, 0) !important;top: 20px;bottom: unset;}.stm-template-boats .stm-isearch-results-carousel-wrap .navigation-controls {padding: 30px 25px 25px;display: flex;justify-content: space-between;}.stm-template-boats .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results {padding-top: 7px;}.stm-template-boats .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results h4 {text-transform: uppercase;font-size: 14px;margin-bottom: 0;}.stm-template-boats .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results .fas {font-size: 12px;}.stm-template-boats .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results a {text-decoration: none;}.stm-template-boats .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results a:hover {text-decoration: none;}.stm-template-boats .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls {display: flex;}.stm-template-boats .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev, .stm-template-boats .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next {padding: 9px 13px 4px;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1803921569);background-color: #ffffff;border-radius: 50%;cursor: pointer;margin-left: 5px;}.stm-template-boats .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev .fas, .stm-template-boats .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next .fas {font-size: 20px;color: #000;}.stm-template-boats .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev.disabled, .stm-template-boats .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next.disabled {cursor: unset;}.stm-template-boats .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .disabled .fas {color: #c7c7c7;}.stm-template-boats .stm-isearch-results-carousel-wrap .stm-isearch-results-carousel {padding: 0px 0px 15px 0px;}.stm-template-boats .stm-isearch-results-carousel-wrap .owl-controls {margin-top: unset;}.stm-template-boats .stm-isearch-results-carousel-wrap .owl-nav {display: none !important;}.stm-template-boats .stm-isearch-results-carousel-wrap .owl-stage-outer {margin-bottom: 0 !important;}.stm-template-boats .stm-isearch-results-carousel-wrap .owl-dots button {background-color: transparent !important;box-shadow: none !important;}.stm-template-boats .stm-isearch-results-carousel-wrap .price .price-form-label {z-index: 10;position: relative;}.stm-template-car_dealer_two .stm-isearch-results-carousel-wrap {box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18), inset 0 4px 0 #ffb129;}.stm-template-car_dealer_two .stm-isearch-results-carousel-wrap .stm-badge-directory {position: absolute;left: -65px !important;padding: 0 55px;top: 20px;width: 200px;height: 33px;line-height: 33px;transform: rotate(-45deg) translate3d(0, 0, 0) !important;color: #ffffff;font-size: 12px;text-transform: uppercase;font-weight: 700;text-align: center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;background: #ffb100;right: unset;}.stm-template-car_dealer_two .stm-isearch-results-carousel-wrap .navigation-controls {padding: 30px 25px 25px;display: flex;justify-content: space-between;}.stm-template-car_dealer_two .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results {padding-top: 7px;}.stm-template-car_dealer_two .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results h4 {text-transform: uppercase;font-size: 14px;margin-bottom: 0;letter-spacing: -1px;}.stm-template-car_dealer_two .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results .fas {font-size: 12px;}.stm-template-car_dealer_two .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results a {text-decoration: none;}.stm-template-car_dealer_two .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results a:hover {text-decoration: none;}.stm-template-car_dealer_two .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls {display: flex;}.stm-template-car_dealer_two .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev, .stm-template-car_dealer_two .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next {padding: 9px 13px 4px;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1803921569);background-color: #ffffff;border-radius: 50%;cursor: pointer;margin-left: 5px;}.stm-template-car_dealer_two .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev .fas, .stm-template-car_dealer_two .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next .fas {font-size: 20px;color: #000;}.stm-template-car_dealer_two .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev.disabled, .stm-template-car_dealer_two .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next.disabled {cursor: unset;}.stm-template-car_dealer_two .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .disabled .fas {color: #c7c7c7;}.stm-template-car_dealer_two .stm-isearch-results-carousel-wrap .stm-template-front-loop .image {position: relative;}.stm-template-car_dealer_two .stm-isearch-results-carousel-wrap .stm-template-front-loop {padding: 3px;}.stm-template-car_dealer_two .stm-isearch-results-carousel-wrap .listing-car-item-meta .car-meta-top {border-bottom: none;}.stm-template-car_dealer_two .stm-isearch-results-carousel-wrap .stm-isearch-results-carousel {padding: 0px 0px 15px 0px;}.stm-template-car_dealer_two .stm-isearch-results-carousel-wrap .owl-controls {margin-top: unset;}.stm-template-car_dealer_two .stm-isearch-results-carousel-wrap .owl-stage-outer {margin-bottom: 0 !important;}.stm-template-car_dealer_two .stm-isearch-results-carousel-wrap .price .price-form-label {z-index: 10;position: relative;}.stm-template-car_dealer_two.inventory-light:not(.home) .stm-isearch-results-carousel-wrap .car-title {color: #000000;}.stm-template-car_dealer_two.inventory-dark:not(.home) .search_results_container {background-color: #000000 !important;}.stm-template-car_dealer_two.inventory-dark:not(.home) .stm-isearch-results-carousel-wrap .back-search-results h4 {color: #ffffff;}.stm-template-car_dealer_two.inventory-dark:not(.home) .stm-isearch-results-carousel-wrap .car-title {color: #ffffff;}.stm-template-listing .stm-isearch-results-carousel-wrap {box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18), inset 0 4px 0 #ceac61;}.stm-template-listing .stm-isearch-results-carousel-wrap .stm-badge-directory {left: -65px;transform: rotate(-45deg) translate3d(0, 0, 0);}.stm-template-listing .stm-isearch-results-carousel-wrap .car-listing-row {margin-bottom: 0;}.stm-template-listing .stm-isearch-results-carousel-wrap .owl-stage-outer {margin-bottom: 0 !important;}.stm-template-listing_four .stm-isearch-results-carousel-wrap .stm-badge-directory {left: -65px;transform: rotate(-45deg) translate3d(0, 0, 0) !important;}.stm-template-listing_four .stm-isearch-results-carousel-wrap .owl-stage-outer {margin-bottom: 0 !important;}.stm-template-listing_three .search_results_container.container {margin-bottom: 60px;}.stm-template-listing_three .stm-isearch-results-carousel-wrap {box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18), inset 0 4px 0 #232628;}.stm-template-listing_three .stm-isearch-results-carousel-wrap .listing-car-item-meta .price {background-color: #ceac61;}.stm-template-listing_three .stm-isearch-results-carousel-wrap .listing-car-item-meta .price:before {background-color: #ceac61;}.stm-template-listing_three .stm-isearch-results-carousel-wrap .stm-badge-directory {position: absolute;left: -65px;padding: 0 55px;top: 20px;width: 200px;height: 33px;line-height: 33px;transform: rotate(-45deg) translate3d(0, 0, 0);background-color: #ceac61;color: #ffffff !important;font-size: 12px;text-transform: uppercase;font-weight: 700;text-align: center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}.stm-template-listing_three .stm-isearch-results-carousel-wrap .navigation-controls {padding: 30px 25px 25px;display: flex;justify-content: space-between;}.stm-template-listing_three .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results {padding-top: 7px;}.stm-template-listing_three .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results h4 {text-transform: uppercase;font-size: 14px;margin-bottom: 0;letter-spacing: -1px;}.stm-template-listing_three .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results .fas {font-size: 12px;}.stm-template-listing_three .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results a {text-decoration: none;}.stm-template-listing_three .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results a:hover {text-decoration: none;}.stm-template-listing_three .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls {display: flex;}.stm-template-listing_three .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev, .stm-template-listing_three .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next {padding: 9px 13px 4px;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1803921569);background-color: #ffffff;border-radius: 50%;cursor: pointer;margin-left: 5px;}.stm-template-listing_three .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev .fas, .stm-template-listing_three .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next .fas {font-size: 20px;color: #000;}.stm-template-listing_three .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev.disabled, .stm-template-listing_three .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next.disabled {cursor: unset;}.stm-template-listing_three .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .disabled .fas {color: #c7c7c7;}.stm-template-listing_three .stm-isearch-results-carousel-wrap .stm-template-front-loop .image {position: relative;}.stm-template-listing_three .stm-isearch-results-carousel-wrap .stm-template-front-loop {padding: 3px;}.stm-template-listing_three .stm-isearch-results-carousel-wrap .listing-car-item-meta .car-meta-top {border-bottom: none;}.stm-template-listing_three .stm-isearch-results-carousel-wrap .stm-isearch-results-carousel {padding: 0px 0px 15px 0px;}.stm-template-listing_three .stm-isearch-results-carousel-wrap .owl-controls {margin-top: unset;}.stm-template-listing_three .stm-isearch-results-carousel-wrap .car-listing-row .listing-car-item-meta .car-meta-top .car-title {text-transform: uppercase;font-size: 14px;line-height: 18px;}.stm-template-listing_three .stm-isearch-results-carousel-wrap .owl-stage-outer {margin-bottom: 0 !important;}.stm-template-listing_two .search_results_container.container {margin-bottom: 60px;}.stm-template-listing_two .stm-isearch-results-carousel-wrap {box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18), inset 0 4px 0 #269aff;}.stm-template-listing_two .stm-isearch-results-carousel-wrap .stm-template-front-loop a {color: #000;}.stm-template-listing_two .stm-isearch-results-carousel-wrap .stm-template-front-loop a:hover, .stm-template-listing_two .stm-isearch-results-carousel-wrap .stm-template-front-loop a:active, .stm-template-listing_two .stm-isearch-results-carousel-wrap .stm-template-front-loop a:focus {color: #000;}.stm-template-listing_two .stm-isearch-results-carousel-wrap .stm-badge-directory {position: absolute;left: -65px;padding: 0 55px;top: 20px;width: 200px;height: 33px;line-height: 33px;transform: rotate(-45deg) translate3d(0, 0, 0);background-color: #269aff;color: #ffffff !important;font-size: 12px;text-transform: uppercase;font-weight: 700;text-align: center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}.stm-template-listing_two .stm-isearch-results-carousel-wrap .navigation-controls {padding: 30px 25px 25px;display: flex;justify-content: space-between;}.stm-template-listing_two .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results {padding-top: 7px;}.stm-template-listing_two .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results h4 {text-transform: uppercase;font-size: 14px;margin-bottom: 0;letter-spacing: -1px;}.stm-template-listing_two .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results .fas {font-size: 12px;}.stm-template-listing_two .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results a {text-decoration: none;}.stm-template-listing_two .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results a:hover {text-decoration: none;}.stm-template-listing_two .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls {display: flex;}.stm-template-listing_two .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev, .stm-template-listing_two .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next {padding: 9px 13px 4px;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1803921569);background-color: #ffffff;border-radius: 50%;cursor: pointer;margin-left: 5px;}.stm-template-listing_two .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev .fas, .stm-template-listing_two .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next .fas {font-size: 20px;color: #000;}.stm-template-listing_two .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev.disabled, .stm-template-listing_two .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next.disabled {cursor: unset;}.stm-template-listing_two .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .disabled .fas {color: #c7c7c7;}.stm-template-listing_two .stm-isearch-results-carousel-wrap .stm-template-front-loop .image {position: relative;}.stm-template-listing_two .stm-isearch-results-carousel-wrap .stm-template-front-loop {padding: 3px;}.stm-template-listing_two .stm-isearch-results-carousel-wrap .listing-car-item-meta .car-meta-top {border-bottom: none;}.stm-template-listing_two .stm-isearch-results-carousel-wrap .stm-isearch-results-carousel {padding: 0px 0px 15px 0px;}.stm-template-listing_two .stm-isearch-results-carousel-wrap .owl-controls {margin-top: unset;}.stm-template-listing_two .stm-isearch-results-carousel-wrap .owl-stage-outer {margin-bottom: 0 !important;}.stm-template-motorcycle .stm-isearch-results-carousel-wrap {box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18), inset 0 4px 0 #ff2325;}.stm-template-motorcycle .stm-isearch-results-carousel-wrap .stm-template-front-loop {padding: 3px;}.stm-template-motorcycle .stm-isearch-results-carousel-wrap .stm-template-front-loop.current .image .brazzers-wrap {border: 5px solid #ff2325;}.stm-template-motorcycle .stm-isearch-results-carousel-wrap .stm-template-front-loop a {color: #ffffff;}.stm-template-motorcycle .stm-isearch-results-carousel-wrap .stm-template-front-loop a:hover, .stm-template-motorcycle .stm-isearch-results-carousel-wrap .stm-template-front-loop a:active, .stm-template-motorcycle .stm-isearch-results-carousel-wrap .stm-template-front-loop a:focus {color: #ffffff;}.stm-template-motorcycle .stm-isearch-results-carousel-wrap .stm-template-front-loop .image {position: relative;overflow: hidden;}.stm-template-motorcycle .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .listing-car-item-meta,.stm-template-motorcycle .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .stm-badge-directory {z-index: 150;}.stm-template-motorcycle .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .listing-car-item-meta .car-meta-top {border-bottom: none;}.stm-template-motorcycle .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .listing-car-item-meta .price {background-color: #ff2325 !important;}.stm-template-motorcycle .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .listing-car-item-meta .price:before {background-color: #ff2325 !important;}.stm-template-motorcycle .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap {position: relative;}.stm-template-motorcycle .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .listing-car-item-meta {bottom: 10px;}.stm-template-motorcycle .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap img {max-width: 100%;}.stm-template-motorcycle .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .tmb-wrap {top: -4px;}.stm-template-motorcycle .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .tmb-wrap .tmb-wrap-table div.active {border-color: #ff2325;}.stm-template-motorcycle .stm-isearch-results-carousel-wrap .stm-template-front-loop .image .brazzers-wrap .tmb-wrap .tmb-wrap-table div:not(.active) {border-color: #ccc;}.stm-template-motorcycle .stm-isearch-results-carousel-wrap .stm-template-front-loop .listing-car-item-meta .car-meta-top .car-title {color: #ffffff;}.stm-template-motorcycle .stm-isearch-results-carousel-wrap .stm-badge-directory {position: absolute;left: -65px;padding: 0 55px;top: 20px;width: 200px;height: 33px;line-height: 33px;transform: rotate(-45deg) translate3d(0, 0, 0);background-color: #ff2325;font-size: 12px;text-transform: uppercase;font-weight: 700;text-align: center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;background: #22b7d2;}.stm-template-motorcycle .stm-isearch-results-carousel-wrap .navigation-controls {padding: 30px 25px 25px;display: flex;justify-content: space-between;}.stm-template-motorcycle .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results {padding-top: 7px;}.stm-template-motorcycle .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results h4 {text-transform: uppercase;font-size: 14px;margin-bottom: 0;}.stm-template-motorcycle .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results .fas {font-size: 12px;}.stm-template-motorcycle .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results a {text-decoration: none;}.stm-template-motorcycle .stm-isearch-results-carousel-wrap .navigation-controls .back-search-results a:hover {text-decoration: none;}.stm-template-motorcycle .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls {display: flex;}.stm-template-motorcycle .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev, .stm-template-motorcycle .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next {padding: 9px 13px 4px;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1803921569);background-color: #ffffff;border-radius: 50%;cursor: pointer;margin-left: 5px;}.stm-template-motorcycle .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev .fas, .stm-template-motorcycle .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next .fas {font-size: 20px;color: #000;}.stm-template-motorcycle .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-prev.disabled, .stm-template-motorcycle .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .stm-isearch-next.disabled {cursor: unset;}.stm-template-motorcycle .stm-isearch-results-carousel-wrap .navigation-controls .next-prev-controls .disabled .fas {color: #c7c7c7;}.stm-template-motorcycle .stm-isearch-results-carousel-wrap .stm-isearch-results-carousel {padding: 0px 0px 15px 0px;}.stm-template-motorcycle .stm-isearch-results-carousel-wrap .owl-controls {margin-top: unset;}.stm-template-motorcycle .stm-isearch-results-carousel-wrap .owl-nav {display: none !important;}.stm-template-motorcycle .stm-isearch-results-carousel-wrap .owl-stage-outer {margin-bottom: 0 !important;}.stm-template-motorcycle .stm-isearch-results-carousel-wrap .price .price-form-label {z-index: 10;position: relative;}.stm-hoverable-interactive-galleries .owl-carousel.stm-isearch-results-carousel .stm-template-front-loop.current .image .brazzers-wrap .tmb-wrap {top: 0;height: unset;bottom: 10px;}.stm-hoverable-interactive-galleries .owl-carousel.stm-isearch-results-carousel .stm-template-front-loop.current .image .brazzers-wrap .tmb-wrap .tmb-wrap-table.active {border-bottom: none !important;border-color: transparent !important;}.stm_inventory_with_filter-wrap.is_page_inventory {margin-top: 53px;padding-bottom: 80px;}.stm_inventory_with_filter-wrap.is_page_inventory .col-md-9 .stm-action-wrap {padding-top: 6px;padding-bottom: 28px;border-width: 3px;margin-bottom: 24px;}.stm_inventory_with_filter-wrap .col-md-3 {margin-top: 0;}.stm_inventory_with_filter-wrap .col-md-3 .stm-accordion-single-unit {margin-top: 15px;box-shadow: 0px 2px 27px 0px rgba(35, 36, 58, 0.13);}.stm_inventory_with_filter-wrap .col-md-3 .stm-accordion-single-unit:first-child {margin-top: 0;}.stm_inventory_with_filter-wrap .col-md-3 .stm-filter-listing-directory-price {margin-top: 15px;}.stm_inventory_with_filter-wrap .col-md-3 .stm-filter-listing-directory-price .stm-accordion-content-wrapper {padding: 15px 25px 25px 25px;}.stm_inventory_with_filter-wrap .col-md-3 .stm-filter-listing-directory-price .stm-accordion-content-wrapper input[type=text] {padding: 0 10px;}.stm_inventory_with_filter-wrap .col-md-3 .stm-accordion-inner {display: flex;flex-direction: column;flex-wrap: nowrap;justify-content: flex-start;align-items: flex-start;padding: 0 25px 25px 25px;}.stm_inventory_with_filter-wrap .col-md-3 .stm-accordion-inner .stm-option-label {padding: 5px 0 5px 20px;position: relative;}.stm_inventory_with_filter-wrap .col-md-3 .stm-accordion-inner .stm-option-label:before {content: "\f061";font-family: "Font Awesome 6 Free";font-weight: 600;font-size: 10px;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}.stm_inventory_with_filter-wrap .col-md-3 .stm-accordion-inner .stm-option-label input {display: none;}.stm_inventory_with_filter-wrap .col-md-3 .stm-accordion-inner .stm-option-label span {line-height: 24px;font-weight: 500;}.stm_inventory_with_filter-wrap .col-md-3 .stm-accordion-inner .stm-option-label span .count {margin-left: 5px;}.stm_inventory_with_filter-wrap .col-md-9 .stm-action-wrap {display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-between;align-items: center;line-height: 18px;padding-bottom: 20px;margin-bottom: 12px;border-bottom: 1px solid #d8e5e6;margin-top: -6px;}.stm_inventory_with_filter-wrap .col-md-9 .stm-action-wrap h2 {display: block;margin: 0;}.stm_inventory_with_filter-wrap .col-md-9 .stm-action-wrap .showing {font-size: 15px;}.stm_inventory_with_filter-wrap .col-md-9 .stm-action-wrap .stm-car-listing-sort-units {display: flex;flex-direction: row;align-items: center;padding: 0;margin: 0;border: 0;}.stm_inventory_with_filter-wrap .col-md-9 .stm-action-wrap .stm-car-listing-sort-units .stm-sort-by-options {border: 1px solid #d8e5e6;padding-left: 10px;border-radius: 3px;}.stm_inventory_with_filter-wrap .col-md-9 .stm-action-wrap .stm-car-listing-sort-units .stm-sort-by-options > span {margin-top: 12px;margin-right: 0;color: #2c313e;text-transform: none;font-size: 15px;}.stm_inventory_with_filter-wrap .col-md-9 .stm-action-wrap .stm-car-listing-sort-units .stm-sort-by-options .select2-container--default .select2-selection--single {height: 43px;opacity: 1 !important;background: transparent;border: 0;border-radius: 3px;}.stm_inventory_with_filter-wrap .col-md-9 .stm-action-wrap .stm-car-listing-sort-units .stm-sort-by-options .select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 43px;color: #2c313e;font-weight: 700;font-size: 15px !important;min-width: 170px;padding-left: 3px;}.stm_inventory_with_filter-wrap .col-md-9 .stm-action-wrap .stm-car-listing-sort-units .stm-sort-by-options .select2-container--default .select2-selection--single .select2-selection__arrow {height: 43px;}.stm_inventory_with_filter-wrap .col-md-9 .stm-action-wrap .stm-car-listing-sort-units .stm-sort-by-options .select2-container--default .select2-selection--single .select2-selection__arrow b {font-size: 0;margin-top: -5px;height: 7px;}.stm_inventory_with_filter-wrap .col-md-9 .stm-action-wrap .stm-car-listing-sort-units .stm-sort-by-options .select2-container--default .select2-selection--single .select2-selection__arrow b:before {content: "";display: block;width: 10px;border-top: 7px solid #7f7f7f;border-left: 6px solid transparent;border-right: 6px solid transparent;}.stm_inventory_with_filter-wrap .col-md-9 .stm-action-wrap .stm-car-listing-sort-units .stm-sort-by-options .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {left: -6px;}.stm_inventory_with_filter-wrap .col-md-9 .stm-action-wrap .stm-car-listing-sort-units .stm-view-by {margin-left: 30px;}.stm_inventory_with_filter-wrap .col-md-9 .stm-action-wrap .stm-car-listing-sort-units .stm-view-by .view-type {margin-left: 16px;}.stm_inventory_with_filter-wrap .col-md-9 .stm-action-wrap .stm-car-listing-sort-units .stm-view-by .view-type .view-grid {font-size: 15px;}.stm_inventory_with_filter-wrap .col-md-9 .stm_ajax_pagination {margin-bottom: 25px;}.stm_inventory_with_filter-wrap .col-md-9 .stm-inventory-load-more-btn {display: block;max-width: 200px;margin-bottom: 20px;padding: 10px 0;font-size: 14px;font-weight: 700;text-transform: uppercase;}@media (max-width: 500px) {.stm_inventory_with_filter-wrap .col-md-9 .stm-action-wrap {flex-direction: column;align-items: flex-start;}.stm_inventory_with_filter-wrap .col-md-9 .stm-action-wrap h2 {margin-bottom: 10px;}.stm_inventory_with_filter-wrap .col-md-9 .stm-action-wrap .showing {margin-bottom: 10px;}.stm_inventory_with_filter-wrap .col-md-9 .stm-action-wrap .stm-car-listing-sort-units {width: 100%;justify-content: space-between;}.stm_inventory_with_filter-wrap .col-md-9 .stm-action-wrap .stm-car-listing-sort-units .stm-sort-by-options {margin-left: 0;margin-right: auto;}}.stm-template-aircrafts .stm_inventory_with_filter-wrap .col-md-3 .stm-accordion-inner {padding: 0;}#wrapper .stm-banner-fullwidth {position: static;}#wrapper .stm-banner-image-filter {position: absolute;max-height: 410px;left: 0;right: 0;bottom: 0;top: 37px;background-position: 50% 0;background-attachment: fixed;background-repeat: no-repeat;z-index: -1;}#wrapper .stm-banner-image-filter:after {position: absolute;content: "";display: block;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0, 0, 0, 0.5);}@media (max-width: 1024px) {#wrapper .stm-banner-image-filter {top: 0;}}#wrapper #stm-vivus-arrow {position: absolute;left: -50px;top: 30px;}@media (max-width: 1199px) {#wrapper #stm-vivus-arrow {display: none;}}#wrapper .centered-banner-content-listing {position: relative;padding: 160px 0 159px;}#wrapper .centered-banner-content-listing .inner {position: relative;}#wrapper .centered-banner-content-listing .inner h1 {margin-bottom: 5px;font-size: 70px;line-height: 50px;letter-spacing: -3px;}.stm-boxed #wrapper .stm-banner-image-filter {top: 0;}.stm-listing-cetegories-grid-wrap h3 {display: block;width: 100%;margin-bottom: 27px;}.stm-listing-cetegories-grid-wrap .stm-lcg-items-wrap {display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;filter: drop-shadow(-1px 0 10px rgba(0, 0, 0, 0.1));position: relative;}.stm-listing-cetegories-grid-wrap .stm-lcg-items-wrap:before {content: "";display: block;width: 1px;position: absolute;top: 30px;left: 50%;bottom: 30px;background-color: #e4eeef;z-index: 4;}.stm-listing-cetegories-grid-wrap .stm-lcg-items-wrap .stm-lcg-item {display: block;width: 50%;position: relative;}.stm-listing-cetegories-grid-wrap .stm-lcg-items-wrap .stm-lcg-item:nth-child(odd):after {content: "";width: 90%;height: 1px;position: absolute;bottom: 0;right: 0;background-color: #e4eeef;z-index: 4;}.stm-listing-cetegories-grid-wrap .stm-lcg-items-wrap .stm-lcg-item:nth-child(even):after {content: "";width: 90%;height: 1px;position: absolute;bottom: 0;left: 0;background-color: #e4eeef;z-index: 4;}.stm-listing-cetegories-grid-wrap .stm-lcg-items-wrap .stm-lcg-item:nth-last-child(1):after, .stm-listing-cetegories-grid-wrap .stm-lcg-items-wrap .stm-lcg-item:nth-last-child(2):after {display: none;}.stm-listing-cetegories-grid-wrap .stm-lcg-items-wrap .stm-lcg-item a {display: flex;flex-direction: column;flex-wrap: nowrap;align-items: center;justify-content: center;width: 100%;min-height: 180px;background-color: #f9fdfe;transition: all 0.2s ease;position: relative;text-decoration: none;z-index: 2;}.stm-listing-cetegories-grid-wrap .stm-lcg-items-wrap .stm-lcg-item a:hover {background-color: #ffffff;filter: drop-shadow(-1px 0 8px rgba(0, 0, 0, 0.1));z-index: 3;}.stm-listing-cetegories-grid-wrap .stm-lcg-items-wrap .stm-lcg-item a:hover svg path {fill: #ff9420;}.stm-listing-cetegories-grid-wrap .stm-lcg-items-wrap .stm-lcg-item a img {max-height: 80px;}.stm-listing-cetegories-grid-wrap .stm-lcg-items-wrap .stm-lcg-item a svg {display: block;width: auto;max-width: 130px;position: relative;-o-object-fit: cover;object-fit: cover;transform: translateZ(0);overflow: hidden;}.stm-listing-cetegories-grid-wrap .stm-lcg-items-wrap .stm-lcg-item a svg path {transition: all 0.2s ease-in-out;}.stm-listing-cetegories-grid-wrap .stm-lcg-items-wrap .stm-lcg-item a span {font-size: 16px;line-height: 36px;}.stm_dynamic_listing_filter {position: relative;}.stm_dynamic_listing_filter:before {position: absolute;content: "";display: block;background: url(https://www.lucaprofumo.com/wp-content/uploads/stm_uploads/../images/listing-filter-overlay.png) 0 0 no-repeat;top: 0;left: 0;width: 100%;height: 100%;transform: translateZ(0);-webkit-transform: translateZ(0);z-index: 1;}.stm_dynamic_listing_filter .stm_dynamic_listing_filter_nav {padding: 0;margin: 0;list-style: none;}.stm_dynamic_listing_filter .stm_dynamic_listing_filter_nav li {float: left;margin-bottom: 0;background: #11323e;border-right: 1px solid #133340;}.stm_dynamic_listing_filter .stm_dynamic_listing_filter_nav li a {position: relative;display: block;padding: 15px 43px 12px 35px;color: #fff;font-weight: 700;font-size: 15px;text-decoration: none !important;letter-spacing: -0.4px;z-index: 2;}.stm_dynamic_listing_filter .stm_dynamic_listing_filter_nav li.active {background-color: #153e4d;border-right-color: #153e4d;}.stm_dynamic_listing_filter .tab-content {padding: 42px 30px 20px;background-color: #153e4d;}.stm_dynamic_listing_filter .tab-content .tab-pane {position: relative;z-index: 2;}.stm_dynamic_listing_filter .tab-content .tab-pane form {display: flex;align-items: flex-start;flex-direction: column;}@media (min-width: 768px) {.stm_dynamic_listing_filter .tab-content .tab-pane form {flex-direction: row;}}.stm_dynamic_listing_filter .tab-content .tab-pane form .stm-filter-tab-selects {width: 100%;}.stm_dynamic_listing_filter .tab-content .tab-pane form .stm-filter-tab-selects > .row {margin: 0 -8px;}.stm_dynamic_listing_filter .tab-content .tab-pane form .stm-filter-tab-selects > .row .stm-select-col {margin-bottom: 15px;padding: 0 8px;}.stm_dynamic_listing_filter .tab-content .tab-pane form .stm-filter-tab-selects > .row .stm-select-col input[type=text],.stm_dynamic_listing_filter .tab-content .tab-pane form .stm-filter-tab-selects > .row .stm-select-col input[type=number],.stm_dynamic_listing_filter .tab-content .tab-pane form .stm-filter-tab-selects > .row .stm-select-col input[type=tel],.stm_dynamic_listing_filter .tab-content .tab-pane form .stm-filter-tab-selects > .row .stm-select-col input[type=email],.stm_dynamic_listing_filter .tab-content .tab-pane form .stm-filter-tab-selects > .row .stm-select-col input[type=search],.stm_dynamic_listing_filter .tab-content .tab-pane form .stm-filter-tab-selects > .row .stm-select-col input[type=password] {height: 46px;line-height: 46px;font-size: 14px;}.stm_dynamic_listing_filter .tab-content .tab-pane form .stm-filter-tab-selects > .row .stm-select-col .select2-container--default .select2-selection--single {height: 46px;opacity: 1 !important;}.stm_dynamic_listing_filter .tab-content .tab-pane form .stm-filter-tab-selects > .row .stm-select-col .select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 46px;}.stm_dynamic_listing_filter .tab-content .tab-pane form .stm-filter-tab-selects > .row .stm-select-col .select2-container--default .select2-selection--single .select2-selection__arrow {height: 46px;}.stm_dynamic_listing_filter .tab-content .tab-pane form .stm-filter-tab-selects > .row .stm-select-col .stm-location-search-unit.loading {position: relative;}.stm_dynamic_listing_filter .tab-content .tab-pane form .stm-filter-tab-selects > .row .stm-select-col .stm-location-search-unit .gm-err-autocomplete {background-position-y: center;background-position-x: 8px;padding-left: 30px;}.stm_dynamic_listing_filter .tab-content .tab-pane form button[type=submit] {min-width: 170px;padding: 16px 25px 14px 25px;font-weight: 700;display: flex;justify-content: center;font-size: 14px;}@media (min-width: 768px) {.stm_dynamic_listing_filter .tab-content .tab-pane form button[type=submit] {margin-left: 16px;}}.stm_dynamic_listing_filter .tab-content .tab-pane form button[type=submit] span {margin-right: 4px;}.stm_dynamic_listing_filter .tab-content .tab-pane form button[type=submit] i {display: inline-block;margin-right: 6px;font-size: 16px;}.stm_dynamic_listing_filter .tab-content .stm-slide-content {display: none;position: relative;}.stm_dynamic_listing_filter .tab-content .taxonomy_range_wrap {min-height: 50px;}.stm_dynamic_listing_filter .tab-content .taxonomy_range_wrap .mts_semeht_taxonomy {position: relative;}.stm_dynamic_listing_filter .tab-content .taxonomy_range_wrap .mts_semeht_taxonomy label {color: #ffffff;line-height: 16px;vertical-align: top;}.stm_dynamic_listing_filter .tab-content .taxonomy_range_wrap .mts_semeht_taxonomy .stm-taxonomy-range-unit {margin-top: 10px;padding: 0 10px;}.stm_dynamic_listing_filter .tab-content .taxonomy_range_wrap .taxonomy-tooltip {margin-top: 2px;}.stm_dynamic_listing_filter .tab-content .taxonomy_range_wrap .taxonomy-tooltip .tooltip-inner {padding: 1px 3px 0;background: #eceff3;color: #222222;}.stm_dynamic_listing_filter .tab-content .stm-more-options-wrap {display: block;position: relative;float: right;clear: both;cursor: pointer;padding: 10px 0 10px 10px;}.stm_dynamic_listing_filter .tab-content .stm-more-options-wrap span {border-bottom: 1px dotted;}.stm_dynamic_listing_filter .stm_listing_filter_text {height: 46px;line-height: 46px;}@media (max-width: 768px) {.stm_dynamic_listing_filter .tab-content button {align-self: flex-end;}.stm_dynamic_listing_filter .stm_dynamic_listing_filter_nav {display: flex;overflow-y: scroll;}.stm_dynamic_listing_filter .stm_dynamic_listing_filter_nav li a {white-space: nowrap;padding: 15px;border-right: 1px solid rgba(255, 255, 255, 0.1);}}@media (max-width: 991px) {.stm_dynamic_listing_filter:before {background: none;}}@media (max-width: 767px) {.stm_dynamic_listing_filter .stm_dynamic_listing_filter_nav li {float: none;width: 100%;}.stm_dynamic_listing_filter .tab-content button[type=submit] {margin-left: 0;margin-bottom: 35px;float: none;}}.stm_dynamic_listing_filter_with_rating .top-filter-wrap {padding: 74px 0 32px;}.stm_dynamic_listing_filter_with_rating .top-filter-wrap .container {display: flex;width: 100%;flex-direction: row;flex-wrap: nowrap;justify-content: space-between;align-items: center;padding: 0 0 10px;position: relative;margin-bottom: 34px;}.stm_dynamic_listing_filter_with_rating .top-filter-wrap .container:before {content: "";display: block;width: 70px;height: 3px;position: absolute;bottom: -3px;left: 0;z-index: 1;}.stm_dynamic_listing_filter_with_rating .top-filter-wrap .container h3 {display: block;width: 70%;text-align: left;font-size: 28px !important;text-transform: uppercase;}.stm_dynamic_listing_filter_with_rating .top-filter-wrap .container .sort_by {display: flex;justify-content: flex-end;width: 30%;padding: 0;margin: 0;list-style: none;}.stm_dynamic_listing_filter_with_rating .top-filter-wrap .container .sort_by li {margin: 0 0 0 20px;padding: 0;}.stm_dynamic_listing_filter_with_rating .top-filter-wrap .container .sort_by li span {display: block;position: relative;padding-left: 20px;font-size: 14px;font-weight: 500;}.stm_dynamic_listing_filter_with_rating .top-filter-wrap .container .sort_by li span.high:before {content: "\f062";}.stm_dynamic_listing_filter_with_rating .top-filter-wrap .container .sort_by li span.low:before {content: "\f063";}.stm_dynamic_listing_filter_with_rating .top-filter-wrap .container .sort_by li span:before {display: block;font-family: "Font Awesome 6 Free";font-weight: 600;font-size: 14px;position: absolute;top: 0;left: 0;}.stm_dynamic_listing_filter_with_rating .top-filter-wrap .selected-filter {font-size: 14px;font-weight: 600;}.stm_dynamic_listing_filter_with_rating .top-filter-wrap .middle {margin-top: 10px;}.stm_dynamic_listing_filter_with_rating .top-filter-wrap .middle .filter .stm-filter-tab-selects .row:before, .stm_dynamic_listing_filter_with_rating .top-filter-wrap .middle .filter .stm-filter-tab-selects .row:after {display: block !important;}.stm_dynamic_listing_filter_with_rating .top-filter-wrap .middle .filter .stm-filter-tab-selects .row .col-md-3:nth-child(1), .stm_dynamic_listing_filter_with_rating .top-filter-wrap .middle .filter .stm-filter-tab-selects .row .col-md-3:nth-child(2) {width: 31%;}.stm_dynamic_listing_filter_with_rating .top-filter-wrap .middle .filter .stm-filter-tab-selects .row .col-md-3:nth-child(3), .stm_dynamic_listing_filter_with_rating .top-filter-wrap .middle .filter .stm-filter-tab-selects .row .col-md-3:nth-child(4) {width: 19%;}.stm_dynamic_listing_filter_with_rating .top-filter-wrap .middle .filter .stm-filter-tab-selects .select2-container--default .select2-selection--single {background-color: #ffffff;}.stm_dynamic_listing_filter_without_tabs {margin: 0 -45px;border-radius: 5px;overflow: hidden;position: relative;z-index: 1;}.stm_dynamic_listing_filter_without_tabs:before {position: absolute;content: "";display: block;top: 0;left: 0;width: 100%;height: 100%;transform: translateZ(0);-webkit-transform: translateZ(0);z-index: 1;}.stm_dynamic_listing_filter_without_tabs .stm_dynamic_listing_filter_nav {padding: 0;margin: 0;list-style: none;}.stm_dynamic_listing_filter_without_tabs .stm_dynamic_listing_filter_nav li {float: left;margin-bottom: 0;background: #121e24;border-right: 1px solid #121e24;}.stm_dynamic_listing_filter_without_tabs .stm_dynamic_listing_filter_nav li.active {background-color: #121e24;border-right-color: #121e24;}.stm_dynamic_listing_filter_without_tabs .stm_dynamic_listing_filter_nav li a {position: relative;display: block;padding: 15px 43px 12px 35px;color: #ffffff;font-weight: 700;font-size: 15px;text-decoration: none !important;letter-spacing: -0.4px;z-index: 2;}.stm_dynamic_listing_filter_without_tabs .tab-content {padding: 30px 45px 10px;}.stm_dynamic_listing_filter_without_tabs .tab-content .stm_listing_search_title {font-size: 24px;line-height: 36px;color: #ffffff;margin-bottom: 30px;letter-spacing: 0.6px;}.stm_dynamic_listing_filter_without_tabs .tab-content .stm_listing_search_title i {vertical-align: middle;margin-right: 7px;}.stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane {position: relative;z-index: 2;}.stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form {display: flex;flex-direction: row-reverse;flex-wrap: nowrap;}.stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .btn-wrap {width: 26%;}.stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .btn-wrap button[type=submit] {margin-right: 6px;font-size: 14px;position: relative;top: -1px;float: right;margin-left: 22px;min-width: 160px;padding: 17px 25px 15px 25px;font-weight: 700;}.stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .btn-wrap button[type=submit]:active {top: -1px;}.stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .btn-wrap .reset-filter {min-width: 66px !important;margin-right: 0 !important;padding: 16px 23px 13px !important;}.stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .btn-wrap .reset-filter i.stm-icon-reset {font-size: 20px;}.stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .stm-filter-tab-selects {display: block;width: 74%;overflow: hidden;}.stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .stm-filter-tab-selects .row {display: flex;flex-direction: row;flex-wrap: wrap;justify-content: flex-start;margin: 0 -15px;}.stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .stm-filter-tab-selects .row .col-md-3 {display: block;width: 33.3%;padding: 0 15px;margin-bottom: 30px;}.stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .select2-container--default .select2-selection--single .select2-selection__arrow b {font-size: 22px;}.stm_dynamic_listing_filter_without_tabs .tab-content .taxonomy_range_wrap {min-height: 50px;}.stm_dynamic_listing_filter_without_tabs .tab-content .taxonomy_range_wrap .mts_semeht_taxonomy {position: relative;}.stm_dynamic_listing_filter_without_tabs .tab-content .taxonomy_range_wrap .mts_semeht_taxonomy label {color: #ffffff;line-height: 16px;vertical-align: top;}.stm_dynamic_listing_filter_without_tabs .tab-content .taxonomy_range_wrap .mts_semeht_taxonomy .stm-taxonomy-range-unit {margin-top: 10px;padding: 0 10px;}.stm_dynamic_listing_filter_without_tabs .tab-content .taxonomy_range_wrap .taxonomy-tooltip {margin-top: 2px;}.stm_dynamic_listing_filter_without_tabs .tab-content .taxonomy_range_wrap .taxonomy-tooltip .tooltip-inner {padding: 1px 3px 0;background: #eceff3;color: #222222;}@media (max-width: 420px) {.stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .stm-filter-tab-selects .row {flex-direction: column !important;flex-wrap: wrap;}.stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .stm-filter-tab-selects .row .col-md-3 {width: 100% !important;}}@media (max-width: 1150px) {.stm_dynamic_listing_filter_without_tabs {margin: 0 15px;}.stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .btn-wrap {width: 30%;}}@media (max-width: 1100px) {.stm_dynamic_listing_filter_without_tabs {margin: 0;}.stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .btn-wrap {width: 30%;}.stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .btn-wrap .border-btn {margin: 0 !important;max-width: 140px;min-width: inherit !important;padding: 17px 15px 15px 15px !important;}}@media (max-width: 860px) {.stm_dynamic_listing_filter_without_tabs {margin: 0;}.stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form {flex-direction: column-reverse;flex-wrap: wrap;}.stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .stm-filter-tab-selects {width: 100%;}.stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .btn-wrap {width: 100%;}.stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .btn-wrap .border-btn {margin: 0 !important;max-width: 140px;min-width: inherit !important;padding: 17px 15px 15px 15px !important;}}@media (max-width: 568px) {.stm_dynamic_listing_filter_without_tabs {margin: 0;}.stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form {flex-direction: column-reverse;flex-wrap: wrap;}.stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .stm-filter-tab-selects {width: 100%;}.stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .stm-filter-tab-selects .row .col-md-3 {width: 50%;}.stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .btn-wrap {width: 100%;}.stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .btn-wrap .border-btn {margin: 0 !important;max-width: 140px;min-width: inherit !important;padding: 17px 15px 15px 15px !important;}}@media (max-width: 500px) {.stm_dynamic_listing_filter_without_tabs .tab-content {padding: 0;}.stm_dynamic_listing_filter_without_tabs .tab-content .heading-title {padding: 30px 15px;}.stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form {flex-direction: column-reverse;flex-wrap: wrap;align-items: center;}.stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .stm-filter-tab-selects {width: 100%;padding: 0 15px;}.stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .stm-filter-tab-selects .row {flex-direction: column !important;flex-wrap: wrap;}.stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .stm-filter-tab-selects .row .col-md-3 {width: 100% !important;}.stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .btn-wrap {width: 100%;padding: 0 15px;flex-direction: row;}.stm_dynamic_listing_filter_without_tabs .tab-content .tab-pane form .btn-wrap .border-btn {margin: 0 !important;}}.stm_listing_tabs_style_2 {padding-top: 29px;border-top: 4px solid #153e4d;}.stm_listing_tabs_style_2 > .clearfix {padding-bottom: 32px;}.stm_listing_tabs_style_2 .stm_listing_nav_list {margin-top: 35px;float: none;list-style: none;padding: 0;text-align: center;}@media (min-width: 768px) {.stm_listing_tabs_style_2 .stm_listing_nav_list {float: right;margin-top: 7px;}}.stm_listing_tabs_style_2 .stm_listing_nav_list li {margin-bottom: 25px;}.stm_listing_tabs_style_2 .stm_listing_nav_list li:last-child {margin-bottom: 0;}@media (min-width: 500px) {.stm_listing_tabs_style_2 .stm_listing_nav_list li {display: inline-block;margin-bottom: 0;}}@media (min-width: 768px) {.stm_listing_tabs_style_2 .stm_listing_nav_list li {margin-left: 7px;}}.stm_listing_tabs_style_2 .stm_listing_nav_list li.active a {background-color: #ceac61;color: #fff;}.stm_listing_tabs_style_2 .stm_listing_nav_list li.active a:after {opacity: 1;}.stm_listing_tabs_style_2 .stm_listing_nav_list li.active a span {border: 0 !important;}.stm_listing_tabs_style_2 .stm_listing_nav_list li a {position: relative;padding: 14px 24px;color: #153e4d;text-decoration: none !important;}.stm_listing_tabs_style_2 .stm_listing_nav_list li a:after {position: absolute;content: "";display: block;position: absolute;bottom: -8px;left: 50%;margin-left: -8px;width: 0;height: 0;border-left: 10px solid transparent;border-right: 10px solid transparent;border-top: 8px solid #ceac61;opacity: 0;}.stm_listing_tabs_style_2 .stm_listing_nav_list li a span {border-bottom: 1px dashed #153e4d;letter-spacing: -0.5px;}.stm_listing_tabs_style_2 .tab-pane {padding-bottom: 33px;}.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .image {position: relative;}.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .image .stm-badge-directory, .stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .image .stm-badge-directory.heading-font {position: absolute;right: -65px;left: unset;padding: 0 55px;top: 20px;width: 200px;height: 33px;line-height: 33px;transform: rotate(45deg);background-color: #ceac61;color: #fff !important;font-size: 12px;text-transform: uppercase;font-weight: 700;text-align: center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .image .stm-listing-compare {position: absolute;right: 7px;bottom: 7px;padding: 3px 5px;background: rgba(0, 0, 0, 0.3);color: #fff;font-size: 14px;border-radius: 2px;opacity: 0;z-index: 20;}.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .image .stm-listing-compare:hover {cursor: pointer;}.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .image .stm-listing-compare.active {background: linear-gradient(180deg, #ceac61 0%, #169f36 100%);opacity: 1;}.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .image .stm-listing-favorite {position: absolute;left: 7px;bottom: 7px;padding: 3px 5px 3px 6px;background: rgba(0, 0, 0, 0.3);color: #fff;border-radius: 2px;font-size: 16px;opacity: 0;z-index: 20;}.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .image .stm-listing-favorite:hover {cursor: pointer;}.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .image .stm-listing-favorite.active {background: linear-gradient(180deg, #32cd57 0%, #19b33e 100%);opacity: 1;}.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .image .stm-car-medias {position: absolute;top: 7px;left: 7px;z-index: 20;}.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .image .stm-car-medias > div {display: inline-block;margin-right: 9px;padding: 2px 5px 0 6px;border-radius: 2px;background: rgba(0, 0, 0, 0.3);color: #fff;font-size: 11px;line-height: 22px;font-weight: 600;}.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .image .stm-car-medias > div i {font-size: 12px;margin-right: 2px;}.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .image .stm-car-medias > div span {position: relative;top: -1px;}.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .image .stm-car-medias > div:hover {cursor: pointer;background: rgba(0, 0, 0, 0.6);}.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .image .stm-car-medias > div.stm-listing-videos-unit i {position: relative;top: -1px;left: 1px;margin-right: 3px;}.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .image:hover .stm-listing-compare, .stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .image:hover .stm-listing-favorite, .stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .image:hover .stm-car-medias {opacity: 1;}.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .listing-car-item-meta {padding-top: 17px;}.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-top {padding-bottom: 17px;border-bottom: 1px solid #ccc;}.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-top .car-title {color: #232628;overflow: hidden;text-transform: uppercase;font-size: 14px;line-height: 18px;font-weight: 700;}.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-top .car-title .colored {color: #ceac61;}.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-top .price {position: relative;float: right;padding: 6px 10px 4px 4px;margin-left: 18px;background-color: #ceac61;text-align: right;}.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-top .price:before {position: absolute;content: "";display: block;top: 0;left: -12px;height: 100%;width: 32px;background-color: #ceac61;transform: skew(-14deg, 0deg);z-index: 5;}.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-top .price.discounted-price {padding: 1px 10px 2px 4px;}.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-top .price.discounted-price .sale-price {line-height: 16px;}.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-top .price .regular-price,.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-top .price .sale-price,.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-top .price .normal-price {position: relative;z-index: 6;}.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-top .price .regular-price {font-size: 13px;line-height: normal;text-decoration: line-through;}.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-top .price .normal-price,.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-top .price .sale-price {color: #fff;font-size: 14px;line-height: 20px;}.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-top .price .normal-price {line-height: 25px;}.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-top .sell-online-wrap .normal-price {display: flex;flex-direction: column;align-items: center;}.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-top .sell-online-wrap .normal-price .normal_font {font-size: 10px;font-weight: 600;color: #ffffff;line-height: 12px;margin: 0;padding: 0;opacity: 0.7;}.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-top .sell-online-wrap .normal-price .heading-font {line-height: 16px;margin: 5px 0 0;color: #ffffff;}.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-bottom ul {list-style: none;padding: 0;margin: 0;}.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-bottom ul li {display: inline-block;margin-top: 4px;margin-bottom: 0;margin-right: 14px;color: #888;vertical-align: middle;}.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-bottom ul li i {margin-right: -1px;font-size: 13px;color: #aaaaaa;vertical-align: middle;}.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-bottom ul li i.stm-icon-road {position: relative;top: 1px;}.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-bottom ul li i.stm-icon-transmission {position: relative;top: 1px;}.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-bottom ul li span {position: relative;top: 1px;vertical-align: top;margin-left: 2px;font-size: 13px;}.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-bottom ul li .special-text {margin-bottom: 2px;text-transform: uppercase;}.stm_listing_tabs_style_2 .tab-pane .row .stm-directory-grid-loop .listing-car-item-meta .car-meta-bottom ul li:last-child {margin-right: 0;}@media (max-width: 820px) {.stm_listing_tabs_style_2 > .clearfix {padding-bottom: 5px;display: flex;flex-direction: column;align-items: center;}.stm_listing_tabs_style_2 .stm_listing_nav_list {display: flex;overflow-y: scroll;max-width: 100%;margin-top: 10px;}.stm_listing_tabs_style_2 .stm_listing_nav_list li {margin-bottom: 0;}.stm_listing_tabs_style_2 .stm_listing_nav_list li a {white-space: nowrap;display: block;padding: 15px;margin-bottom: 15px;}}@media (max-width: 991px) {.stm_listing_tabs_style_2 .tab-pane .row-4 .col-md-3:nth-child(4n+1), .stm_listing_tabs_style_2 .tab-pane .row-4 .col-md-3:nth-child(3n+1) {clear: none;}.stm_listing_tabs_style_2 .tab-pane .stm-directory-grid-loop {min-height: 290px;}.stm_listing_tabs_style_2 .tab-pane .stm-directory-grid-loop > a.rmv_txt_drctn {display: block;width: auto;max-width: 255px;margin: 0 auto;}}@media (max-width: 500px) {.stm_listing_tabs_style_2 .tab-pane .stm-directory-grid-loop > a.rmv_txt_drctn {max-width: 100%;}.stm_listing_tabs_style_2 .tab-pane .stm-directory-grid-loop > a.rmv_txt_drctn .image img {width: 100%;}}.stm-hoverable-interactive-galleries .stm_listing_tabs_style_2 .image:before {background-color: transparent;}@media (min-width: 768px) {.stm-hoverable-interactive-galleries .stm_listing_tabs_style_2 .image > img {-o-object-fit: cover;object-fit: cover;width: 100%;height: 160px;min-height: 160px;}}.stm-hoverable-interactive-galleries .stm_listing_tabs_style_2 .image .interactive-hoverable {min-width: 100%;min-height: 160px;}.stm-hoverable-interactive-galleries .stm_listing_tabs_style_2 .image .stm-listing-compare,.stm-hoverable-interactive-galleries .stm_listing_tabs_style_2 .image .stm-listing-favorite {bottom: 13px !important;}.stm-template-motorcycle.stm-hoverable-interactive-galleries .stm_listing_tabs_style_2 .image .interactive-hoverable {min-height: 245px;}.stm_dynamic_listing_two_filter {position: relative;}.stm_dynamic_listing_two_filter:before {position: absolute;content: "";display: block;background: url(https://www.lucaprofumo.com/wp-content/uploads/stm_uploads/../images/listing-filter-overlay.png) 0 0 no-repeat;top: 0;left: 0;width: 100%;height: 100%;transform: translateZ(0);-webkit-transform: translateZ(0);z-index: 1;}@keyframes spin {100% {transform: rotate(360deg);}}.stm_dynamic_listing_two_filter .stm_dynamic_listing_filter_nav {padding: 0;margin: 0;list-style: none;}@media (max-width: 767px) {.stm_dynamic_listing_two_filter .stm_dynamic_listing_filter_nav {display: flex;overflow-y: scroll;}}.stm_dynamic_listing_two_filter .stm_dynamic_listing_filter_nav li {float: left;margin-bottom: 0;position: relative;}@media (max-width: 767px) {.stm_dynamic_listing_two_filter .stm_dynamic_listing_filter_nav li {width: 100%;white-space: nowrap;border-right: 1px solid rgba(255, 255, 255, 0.1);}}.stm_dynamic_listing_two_filter .stm_dynamic_listing_filter_nav li:before {content: "";display: block;width: 1px;height: 15px;background: #ffffff;opacity: 0.75;position: absolute;top: 50%;transform: translateY(-50%);left: 0;}@media (max-width: 767px) {.stm_dynamic_listing_two_filter .stm_dynamic_listing_filter_nav li:before {display: none;}}.stm_dynamic_listing_two_filter .stm_dynamic_listing_filter_nav li:first-child:before {display: none;}.stm_dynamic_listing_two_filter .stm_dynamic_listing_filter_nav li.active:first-child + li:before {display: none;}.stm_dynamic_listing_two_filter .stm_dynamic_listing_filter_nav li.active:last-child:before {display: none;}.stm_dynamic_listing_two_filter .stm_dynamic_listing_filter_nav li.active + li:before, .stm_dynamic_listing_two_filter .stm_dynamic_listing_filter_nav li.active:not(:first-child):not(:last-child):before {display: none;}.stm_dynamic_listing_two_filter .stm_dynamic_listing_filter_nav li.active {z-index: 100;}.stm_dynamic_listing_two_filter .stm_dynamic_listing_filter_nav li a {position: relative;display: block;padding: 16px 43px 13px 35px;font-weight: 700;font-size: 15px;text-decoration: none !important;letter-spacing: -0.4px;z-index: 2;}.stm_dynamic_listing_two_filter .tab-content {padding: 38px 30px 38px;}.stm_dynamic_listing_two_filter .tab-content .tab-pane {position: relative;z-index: 2;}.stm_dynamic_listing_two_filter .tab-content .tab-pane#stm_second_tab form .btn-wrap .stm-select-col {padding: 0;}.stm_dynamic_listing_two_filter .tab-content .tab-pane.active.expanded {flex-direction: column;}.stm_dynamic_listing_two_filter .tab-content .tab-pane.active.expanded .stm-filter-tab-selects {padding-right: 0;}.stm_dynamic_listing_two_filter .tab-content .tab-pane .motors-gdpr {display: block;float: left;width: 64%;margin: 0 !important;line-height: 22px;}.stm_dynamic_listing_two_filter .tab-content .vmc-file-wrap {display: block;}.stm_dynamic_listing_two_filter .tab-content .vmc-file-wrap .file-wrap {float: left;width: 100%;}.stm_dynamic_listing_two_filter .tab-content .vmc-file-wrap .file-wrap .input-file-holder {display: block;width: 100%;font-weight: 400;color: #888888;font-size: 14px;outline: none !important;background-color: #eceff3;position: relative;overflow: hidden;}.stm_dynamic_listing_two_filter .tab-content .vmc-file-wrap .file-wrap .input-file-holder span {position: absolute;top: 50%;left: 25px;transform: translateY(-50%);}.stm_dynamic_listing_two_filter .tab-content .vmc-file-wrap .file-wrap .input-file-holder i {position: absolute;top: 50%;right: 15px;transform: translateY(-50%);}.stm_dynamic_listing_two_filter .tab-content .vmc-file-wrap .file-wrap .input-file-holder input[type=file] {width: 100%;opacity: 0;height: 47px;line-height: 47px;padding: 0;}.stm_dynamic_listing_two_filter .tab-content .file-name-wrap {display: block;width: 100%;height: 47px;line-height: 44px;padding: 0 21px;font-weight: 400;color: #888888;border: 2px solid #eceff3;font-size: 14px;outline: none !important;background-color: #eceff3;position: relative;}.stm_dynamic_listing_two_filter .tab-content .file-name-wrap i {position: absolute;right: 15px;top: 50%;transform: translateY(-50%);margin-left: 10px;cursor: pointer;}.stm_dynamic_listing_two_filter .tab-content form {width: 100%;padding-bottom: 40px;transition: all 0.2s ease-in;}.stm_dynamic_listing_two_filter .tab-content .stm-filter-tab-selects {width: 100%;overflow: hidden;transition: all 0.3s ease-in;padding-right: 0;}.stm_dynamic_listing_two_filter .tab-content .stm-filter-tab-selects .stm-select-col {margin-bottom: 30px;padding: 0 8px;}.stm_dynamic_listing_two_filter .tab-content .stm-filter-tab-selects .col-md-12 {padding: 0 15px;}.stm_dynamic_listing_two_filter .tab-content .stm-filter-tab-selects > .row {margin: 0 -8px;}.stm_dynamic_listing_two_filter .tab-content .stm-filter-tab-selects.stm-filter-tab-selects-third {padding-right: 0;}.stm_dynamic_listing_two_filter .tab-content #stm_third_tab .btn-wrap {position: static;}.stm_dynamic_listing_two_filter .tab-content .btn-wrap {width: 100%;position: absolute;bottom: 0;right: 0;z-index: 10;}.stm_dynamic_listing_two_filter .tab-content .btn-wrap button {float: right;position: relative;text-transform: none;}.stm_dynamic_listing_two_filter .tab-content .btn-wrap button i.fa-spinner {display: none;position: absolute;top: 36%;left: 46%;animation: spin 2s linear infinite;}.stm_dynamic_listing_two_filter .tab-content .btn-wrap button.loading {color: transparent !important;}.stm_dynamic_listing_two_filter .tab-content .btn-wrap button.loading i.fa-spinner {display: block;color: #ffffff !important;}.stm_dynamic_listing_two_filter .tab-content button[type=submit] {margin-left: 10px;min-width: 170px;padding: 16px 25px 13px 25px;font-weight: 700;}.stm_dynamic_listing_two_filter .tab-content button[type=submit] i {display: inline-block;margin-right: 6px;font-size: 16px;}.stm_dynamic_listing_two_filter .tab-content button[type=submit]:active {top: -1px;}.stm_dynamic_listing_two_filter .tab-content .stm-slide-content {transition: all 0.2s ease-in;}.stm_dynamic_listing_two_filter .tab-content .stm-slide-content .stm-select-col {display: none;}@media (max-width: 767px) {.stm_dynamic_listing_two_filter .tab-content #stm_third_tab .stm-more-options-wrap {padding: 10px 0 35px 0;}}.stm_dynamic_listing_two_filter .tab-content .stm-more-options-wrap {display: block;cursor: pointer;padding: 10px 0 10px 0;text-align: left;}@media (max-width: 767px) {.stm_dynamic_listing_two_filter .tab-content .stm-more-options-wrap {text-align: right;padding: 10px 0 20px 0;}}.stm_dynamic_listing_two_filter .tab-content .stm-more-options-wrap span {border-bottom: 1px dotted;transition: all 0.2s ease-in-out;color: #888888;}.stm_dynamic_listing_two_filter .tab-content .stm-more-options-wrap span:hover {color: #ffffff;}.stm_dynamic_listing_two_filter .tab-content .taxonomy_range_wrap {min-height: 50px;}.stm_dynamic_listing_two_filter .tab-content .taxonomy_range_wrap .mts_semeht_taxonomy {position: relative;}.stm_dynamic_listing_two_filter .tab-content .taxonomy_range_wrap .mts_semeht_taxonomy label {color: #ffffff;line-height: 16px;vertical-align: top;}.stm_dynamic_listing_two_filter .tab-content .taxonomy_range_wrap .mts_semeht_taxonomy .stm-taxonomy-range-unit {margin-top: 10px;padding: 0 10px;}.stm_dynamic_listing_two_filter .tab-content .taxonomy_range_wrap .taxonomy-tooltip {margin-top: 2px;}.stm_dynamic_listing_two_filter .tab-content .taxonomy_range_wrap .taxonomy-tooltip .tooltip-inner {padding: 1px 3px 0;background: #eceff3;color: #222222;}.stm_dynamic_listing_two_filter .select2-container--default .select2-selection--single {height: 46px;opacity: 1 !important;}.stm_dynamic_listing_two_filter .select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 46px;}.stm_dynamic_listing_two_filter .select2-container--default .select2-selection--single .select2-selection__arrow {height: 46px;}.stm_dynamic_listing_two_filter .stm_listing_filter_text {height: 46px;line-height: 46px;}.stm_dynamic_listing_two_filter .tab-content button[type=submit]:active {box-shadow: none !important;}.stm_dynamic_listing_two_filter.stm_dynamic_listing_dealer_filter {margin-bottom: 70px !important;}.stm_dynamic_listing_two_filter.stm_dynamic_listing_dealer_filter:before {display: none !important;}.stm_dynamic_listing_two_filter.stm_dynamic_listing_dealer_filter .tab-content {padding: 38px 30px 13px;}@media (max-width: 991px) {.stm_dynamic_listing_two_filter:before {background: none;}}@media (max-width: 768px) {.stm_dynamic_listing_two_filter .tab-content #stm_third_tab form {padding-bottom: 0;}.stm_dynamic_listing_two_filter .tab-content #stm_third_tab .btn-wrap .row .stm-select-col:last-child {display: flex;flex-direction: column-reverse;}.stm_dynamic_listing_two_filter .tab-content #stm_third_tab .btn-wrap .row .stm-select-col:last-child .motors-gdpr {width: 100%;margin-left: -7 !important;margin-bottom: 10px !important;}.stm_dynamic_listing_two_filter .tab-content #stm_third_tab .btn-wrap .row .stm-select-col:last-child button {display: inline-block;width: auto;align-self: flex-end;max-width: 180px;}}@media (max-width: 767px) {.stm_dynamic_listing_two_filter .stm_dynamic_listing_filter_nav li {float: none;width: 100%;}.stm_dynamic_listing_two_filter .tab-content button[type=submit] {margin-left: 0;margin-bottom: 0;float: none;float: right;}.stm_dynamic_listing_two_filter .tab-content .stm-filter-tab-selects .stm-select-col {padding: 0 15px;}}@media (max-width: 767px) {.stm_dynamic_listing_two_filter .stm_dynamic_listing_filter_nav li {float: none;width: 100%;}.stm_dynamic_listing_two_filter .tab-content button[type=submit] {margin-left: 0;margin-bottom: 0;}.stm_dynamic_listing_two_filter .tab-content .stm-filter-tab-selects .stm-select-col {padding: 0 15px;}.stm_dynamic_listing_two_filter .tab-content .tab-pane form {padding-bottom: 130px;}.stm_dynamic_listing_two_filter .tab-content .tab-pane form .btn-wrap {top: inherit;bottom: 0;right: 5px;}.stm_dynamic_listing_two_filter .tab-content .tab-pane form .stm-filter-tab-selects {padding-right: 0;}.stm_dynamic_listing_two_filter .tab-content .tab-pane#stm_first_tab form {padding-bottom: 70px;}.stm_dynamic_listing_two_filter .tab-content .tab-pane#stm_first_tab form .btn-wrap {padding-left: 4px;}.stm_dynamic_listing_two_filter .tab-content .tab-pane#stm_second_tab form {padding-bottom: 0;}.stm_dynamic_listing_two_filter .tab-content .tab-pane#stm_second_tab form .row .stm-select-col {margin-bottom: 20px;}.stm_dynamic_listing_two_filter .tab-content .tab-pane#stm_second_tab form .btn-wrap {padding-bottom: 10px;display: flex;flex-direction: column;position: static;}.stm_dynamic_listing_two_filter .tab-content .tab-pane#stm_second_tab form .btn-wrap .stm-more-options-wrap {padding: 0 0 20px 0;}.stm_dynamic_listing_two_filter .tab-content .tab-pane#stm_third_tab .btn-wrap {position: static;}.stm_dynamic_listing_two_filter .tab-content .tab-pane#stm_third_tab .btn-wrap .row .stm-select-col:last-child {display: flex;flex-direction: column-reverse;}.stm_dynamic_listing_two_filter .tab-content .tab-pane#stm_third_tab .btn-wrap .row .stm-select-col:last-child .motors-gdpr {width: 100%;margin-left: 0 !important;margin-bottom: 10px !important;}.stm_dynamic_listing_two_filter .tab-content .tab-pane#stm_third_tab .btn-wrap .row .stm-select-col:last-child button {display: inline-block;width: auto;align-self: flex-end;}.stm_dynamic_listing_two_filter .tab-content .tab-pane .stm-filter-tab-selects.stm-filter-tab-selects-third {padding-right: 0;}.stm_dynamic_listing_two_filter .tab-content .tab-pane .stm-filter-tab-selects.stm-filter-tab-selects-third .stm-slide-content .vmc-file-wrap .file-wrap {width: 100%;padding-right: 0;}.stm_dynamic_listing_two_filter .tab-content .tab-pane .stm-filter-tab-selects.stm-filter-tab-selects-third .stm-slide-content .vmc-file-wrap .vmc-photos-list {margin-top: 10px;}.stm_dynamic_listing_two_filter .tab-content .tab-pane .stm-filter-tab-selects.stm-filter-tab-selects-third .stm-slide-content .vmc-file-wrap .vmc-photos-list ul {flex-direction: column;flex-wrap: wrap;}.stm_dynamic_listing_two_filter .tab-content .tab-pane .stm-filter-tab-selects.stm-filter-tab-selects-third .stm-slide-content .vmc-file-wrap .vmc-photos-list ul li {width: 100%;margin-right: 0;}.stm_dynamic_listing_two_filter .tab-content .tab-pane .btn-wrap {top: inherit;bottom: 0;}}html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap h3 {font-size: 16px;font-weight: 700;color: #002e5b;margin-bottom: 3px;}html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid {display: flex;flex-wrap: wrap;flex-direction: row;justify-content: flex-start;width: 100%;}@media (min-width: 992px) {html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid {overflow: auto;height: 180px;}}html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a {display: block;width: 100%;max-width: 105px;height: 84px;padding: 5px;border: 1px solid #ffffff;transition: all 0.2s ease-in-out;background: transparent;border-radius: 4px;margin-bottom: 19px;}html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a:nth-last-child(1), html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a:nth-last-child(2), html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a:nth-last-child(3) {margin-bottom: 0;}html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a:before {display: none;}html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a:hover {border-color: #d2d2d2;}html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a:hover .inner .name {color: #ceac61;}html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a .inner {display: flex;flex-direction: column;justify-content: flex-start;align-items: center;width: 100%;height: 100%;padding: 0;}html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a .inner .image {display: block;max-width: 67px;min-height: 46px;}html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a .inner .image img {display: block;position: relative;width: 100%;}html body #wrapper #header ul li.stm_megamenu .stm_mm_top_categories_wrap .stm_mm-cats-grid a .inner .name {font-size: 13px;font-weight: 400;color: #777777;transition: all 0.2s ease-in-out;letter-spacing: 0;text-transform: capitalize;line-height: 20px;text-align: center;}.stm-layout-header-equipment .stm_mm_top_categories_wrap h3 {color: #ffffff;}.stm-layout-header-equipment .stm_mm_top_categories_wrap .stm_mm-cats-grid a {border-color: transparent;}.stm-layout-header-equipment .stm_mm_top_categories_wrap .stm_mm-cats-grid a:hover {border-color: inherit;}html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap {display: block;}html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .nav.nav-tabs {border-bottom: 1px solid #dedede;margin: 0 0 23px;}html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .nav.nav-tabs .nav-item {border: unset;}html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .nav.nav-tabs .nav-item:last-child a {margin-right: 0;}html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .nav.nav-tabs .nav-item .nav-link {background: transparent;border: unset;font-size: 14px;font-weight: 400;color: #153e4d;text-align: left;padding: 10px 20px 13px 0;margin-right: 20px;}html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .nav.nav-tabs .nav-item .nav-link:before {content: "";display: block;width: 45px;height: 2px;background: transparent;position: absolute;bottom: -1px;left: 0;}html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .nav.nav-tabs .nav-item.active .nav-link, html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .nav.nav-tabs .nav-item:hover .nav-link {color: #153e4d;}html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .nav.nav-tabs .nav-item.active .nav-link:before, html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .nav.nav-tabs .nav-item:hover .nav-link:before {background: #ceac61;}html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap {display: flex;flex-direction: row;flex-wrap: nowrap;align-items: flex-start;justify-content: flex-start;}html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle {display: block;width: 23%;margin-right: 20px;}html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle:last-child {margin-right: 0;}html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle .vehicle-img {display: block;width: 100%;overflow: hidden;position: relative;margin-bottom: 10px;}html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle .vehicle-img img {display: block;width: 100%;position: relative;transform: translateZ(0);}html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle .vehicle-img .price {display: block;position: absolute;font-size: 12px;font-weight: 700;color: #ffffff;padding: 2px 5px;background: #6d99e2;bottom: 0;right: 0;left: initial;}html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle .title a {color: #153e4d;font-size: 13px;font-weight: 600;text-transform: uppercase;line-height: 16px;margin-bottom: 10px;background: transparent;letter-spacing: 0;padding: 0;}html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle .title a:hover {color: #ceac61;}@media (max-width: 780px) {html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .nav .nav-item {margin-right: 0;}html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .nav .nav-item .nav-link {padding: 15px 20px 10px 0;}}@media (max-width: 550px) {html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap {flex-wrap: wrap;justify-content: space-between;}html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle {width: 48%;margin: 0 0 20px !important;}}.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post .stm_mm_post_content .stm-mm-top-makes-wrap .nav .nav-item > a,.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post .stm_mm_post_content .stm-mm-top-makes-wrap .nav .nav-item > a {padding: 12px 25px 12px 0;}.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post .stm_mm_post_content .stm-mm-top-makes-wrap .nav .nav-item > a:active, .stm-layout-header-equipment #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post .stm_mm_post_content .stm-mm-top-makes-wrap .nav .nav-item > a:hover,.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post .stm_mm_post_content .stm-mm-top-makes-wrap .nav .nav-item > a:active,.stm-layout-header-car_rental #wrapper #header ul li.stm_megamenu__boxed.stm_menu_child_use_post .stm_mm_post_content .stm-mm-top-makes-wrap .nav .nav-item > a:hover {color: #153e4d;}@media (min-width: 992px) and (max-width: 1169px) {html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle .vehicle-img .price {font-size: 0.75em;padding: 0 4px;line-height: 1.6;}html body #wrapper #header ul li.stm_megamenu .stm-mm-top-makes-wrap .tab-content .stm-mm-vehicles-wrap .stm-mm-vehicle .title a {font-size: 11px;}}html body #wrapper #header ul li.stm_megamenu .stm-mm-top-vehicles h3 {font-size: 16px;font-weight: 700;color: #002e5b;margin-bottom: 0;}html body #wrapper #header ul li.stm_megamenu .stm-mm-top-vehicles .stm-mm-vehicles-list ul.top-vehicles {margin: 0;padding: 0;display: flex;flex-direction: row;flex-wrap: wrap;align-items: flex-start;justify-content: space-between;}html body #wrapper #header ul li.stm_megamenu .stm-mm-top-vehicles .stm-mm-vehicles-list ul.top-vehicles li {display: block;width: 47%;padding: 0;margin: 0 0 5px;}html body #wrapper #header ul li.stm_megamenu .stm-mm-top-vehicles .stm-mm-vehicles-list ul.top-vehicles li a {display: block;overflow: hidden;padding: 9px 0 9px 13px;font-size: 13px;font-weight: 400;color: #777777;position: relative;white-space: nowrap;text-overflow: ellipsis;}html body #wrapper #header ul li.stm_megamenu .stm-mm-top-vehicles .stm-mm-vehicles-list ul.top-vehicles li a:before {content: "";display: block;width: 3px;height: 3px;background: #ceac61;border-radius: 3px;position: absolute;top: 50%;left: 0;transform: translateY(-50%);opacity: 1;}html body #wrapper #header ul li.stm_megamenu .stm-mm-top-vehicles .stm-mm-vehicles-list ul.top-vehicles li a:hover {background: transparent;color: #ceac61;}.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu > .sub-menu > li .stm_mm_post_content .stm-mm-top-vehicles h3 {color: #fff;}.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu > .sub-menu > li .stm_mm_post_content .stm-mm-top-vehicles .stm-mm-vehicles-list .top-vehicles li a {padding: 10px 0 0 15px;}.stm-layout-header-equipment #wrapper #header ul li.stm_megamenu > .sub-menu > li .stm_mm_post_content .stm-mm-top-vehicles .stm-mm-vehicles-list .top-vehicles li a:before {top: 21px;}.stm-orange {color: #ffb129;}.stm-our-team {margin-bottom: 30px !important;max-width: 255px;width: auto;margin: 0 auto;}.stm-our-team .image {margin-bottom: 13px;position: relative;}.stm-our-team .image:before {position: absolute;content: "";display: block;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0, 0, 0, 0.2);opacity: 0;}.stm-our-team .image .team-info {position: absolute;padding: 0 15px;bottom: 10px;left: 0;right: 0;text-align: center;visibility: hidden;opacity: 0;}.stm-our-team .image .team-info .phone {position: relative;min-width: 160px;max-width: 100%;margin-top: 8px;display: inline-block;padding-left: 36px;padding-right: 10px;font-size: 14px;line-height: 32px;background-color: #fff;border-radius: 20px;text-align: left;}.stm-our-team .image .team-info .phone i {position: absolute;left: 8px;top: 50%;margin-top: -10px;font-size: 20px;color: #6c98e1;}.stm-our-team .image .team-info .email {display: inline-block;min-width: 160px;max-width: 100%;padding: 0 12px;background-color: #6c98e1;border-radius: 20px;color: #fff !important;font-size: 13px;line-height: 33px;text-align: center;text-decoration: none !important;}.stm-our-team .meta {background-color: #fff;padding: 21px 10px 23px 10px;text-align: center;}.stm-our-team .meta .name, .stm-our-team .meta .name.h5 {margin-bottom: -2px;text-transform: uppercase;text-align: center;}.stm-our-team .meta .position {color: #888;font-size: 13px;}.stm-our-team:hover .image:before {opacity: 1;}.stm-our-team:hover .meta {background-color: #232628;}.stm-our-team:hover .meta .name, .stm-our-team:hover .meta .position {color: #fff;}.stm-our-team:hover .team-info {bottom: 18px;visibility: visible;opacity: 1;}@media (max-width: 1025px) {.stm-our-team {max-width: inherit !important;}}.stm-template-motorcycle .stm-our-team:hover .meta {background-color: #0e1315;}.stm-template-motorcycle .stm-our-team:hover .meta .name {color: #fff;}.stm-template-motorcycle .stm-our-team .image .team-info .phone {background-color: #fff;color: #0e1315;}.stm-template-motorcycle .stm-our-team .image .team-info .phone i {color: #df1d1d;}.stm-template-motorcycle .stm-our-team .image .team-info .email {background-color: #df1d1d;}.stm-template-motorcycle .stm-our-team .meta .name {color: #0e1315;}@media (max-width: 1025px) {.stm-template-motorcycle .stm-our-team {max-width: inherit !important;}}.stm-template-auto_parts .stm-our-team:hover .meta {background-color: #191919;}.stm-template-ev_dealer .stm-our-team:hover .meta {background-color: #102127;}.stm-template-ev_dealer .stm-our-team .image .team-info .phone i {color: #0d46ff;}.stm-template-ev_dealer .stm-our-team .image .team-info .email {background-color: #0d46ff;}.stm-template-equipment .stm-our-team a, .stm-template-equipment .stm-our-team .heading-font {color: #1d1f1f;}.stm-template-listing_five .stm-our-team .image .team-info .phone i {color: #1a2c33;}.stm-template-listing_five .stm-our-team .image .team-info .email {background-color: #1a2c33;}.stm_popular_makes_unit {padding: 73px 0;}.stm_popular_makes_unit .stm_popular_makes_title {margin-bottom: 50px;}.stm_popular_makes_unit .stm_popular_makes_title h3 {color: #ffffff;font-size: 28px !important;text-transform: uppercase;text-align: center;}.stm_popular_makes_unit .stm_listing_popular_makes {display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-between;align-items: center;}.stm_popular_makes_unit .stm_listing_popular_makes a {display: block;background: #ffffff;min-height: 130px;min-width: 160px;border-radius: 5px;text-decoration: none;transition: all 0.2s ease-in;}.stm_popular_makes_unit .stm_listing_popular_makes a.opacity_07 {opacity: 0.7;}.stm_popular_makes_unit .stm_listing_popular_makes a.opacity_1 {opacity: 1;}.stm_popular_makes_unit .stm_listing_popular_makes a .inner {display: flex;flex-direction: column;flex-wrap: nowrap;justify-content: center;align-items: center;width: 100%;height: 100%;margin-top: 28px;}.stm_popular_makes_unit .stm_listing_popular_makes a .inner .image {display: flex;justify-content: center;align-items: center;overflow: hidden;height: 55px;}.stm_popular_makes_unit .stm_listing_popular_makes a .inner .image img {display: block;width: auto;height: auto;max-height: 55px;max-width: 85px;}.stm_popular_makes_unit .stm_listing_popular_makes a .inner .name {font-size: 13px;font-weight: 600;color: #888888;margin-top: 9px;}.stm_popular_makes_unit .description {display: block;width: 64%;margin: 52px auto 0;font-size: 14px;color: #ffffff;text-align: center;}@media (max-width: 991px) {.stm_popular_makes_unit .stm_listing_popular_makes {flex-wrap: wrap;padding: 0 10%;}.stm_popular_makes_unit .stm_listing_popular_makes a {margin-bottom: 20px;}.stm_popular_makes_unit .description {margin: 32px auto 0;}}@media (max-width: 568px) {.stm_popular_makes_unit .stm_listing_popular_makes {padding: 0 1%;}}@media (max-width: 340px) {.stm_popular_makes_unit .stm_listing_popular_makes {padding: 0;justify-content: center;align-items: center;}}.stm-popular-searches {display: block;position: relative;}.stm-popular-searches h3 {display: block;width: 100%;margin-bottom: 27px;}.stm-popular-searches .stm-ps-list-wrap {display: flex;flex-direction: row;flex-wrap: wrap;align-items: flex-start;justify-content: space-between;padding: 23px;}.stm-popular-searches .stm-ps-list-wrap .stm-ps-item {display: block;width: 30%;margin: 7.5px 7px;}.stm-popular-searches .stm-ps-list-wrap .stm-ps-item a {display: flex;flex-direction: row;flex-wrap: nowrap;align-items: center;justify-content: space-between;border-radius: 3px;padding: 12px 13px 11px;font-size: 13px;transition: all 0.2s ease-in-out;text-decoration: none;}.stm-popular-searches .stm-ps-list-wrap .stm-ps-item a span {display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;max-width: 90%;}.stm-popular-searches .stm-ps-list-wrap .stm-ps-item a i {font-size: 10px;transition: all 0.2s ease-in-out;}@media (max-width: 850px) {.stm-popular-searches .stm-ps-list-wrap .stm-ps-item {margin: 7.5px 5px;}}@media (max-width: 767px) {.stm-popular-searches {margin-top: 40px;}}@media (max-width: 500px) {.stm-popular-searches .stm-ps-list-wrap .stm-ps-item {width: 47%;}}@media (max-width: 375px) {.stm-popular-searches .stm-ps-list-wrap .stm-ps-item {width: 100%;}}.stm-big-car-gallery .stm-single-image a img {height: 100vw;max-height: 466px;width: 100%;-o-object-fit: cover;object-fit: cover;}@media (max-width: 460px) {.stm-big-car-gallery .stm-single-image a img {max-height: 220px;}}.stm-single-car-page .stm_listing_title {font-size: 36px;font-weight: 700;font-style: normal;letter-spacing: -0.4px;line-height: 45px;text-align: left;}@media (max-width: 1024px) {.stm-single-car-page .stm_listing_title {font-size: 24px;margin-bottom: 0;line-height: 29px;}}.special-offers .colored-separator {margin-bottom: 13px;}@media (max-width: 820px) {.special-offers .listing-car-items .listing-car-item .car-title {display: inline;font-size: 14px;white-space: unset;}.special-offers .listing-car-items .listing-car-item .price {float: right;}}.special-offers .title {position: relative;margin-bottom: 16px;text-align: center;font-weight: 700;font-size: 36px;line-height: normal;color: #2c313e;}@media (min-width: 820px) {.special-offers .title {padding: 0 130px;}}.special-offers .title .all-offers {display: block;top: 14px;right: 0;font-size: 13px;font-weight: 400;text-transform: uppercase;color: #aaaaaa;text-decoration: none !important;}@media (min-width: 768px) {.special-offers .title .all-offers {position: absolute;}}.special-offers .title .all-offers > i {vertical-align: top;margin-right: 3px;font-size: 19px;}.special-offers .title .all-offers .lt-blue {vertical-align: top;}.special-offers .car-subtitle {color: #ffffff;font-size: 13px;font-weight: 700;}.special-offers .car-title {font-size: 20px;font-weight: 700;}.special-offers .image {position: relative;width: 100%;}.special-offers .image img {height: 205px;width: 100%;-o-object-fit: cover;object-fit: cover;}.special-offers .sell-online-wrap .normal-price {display: flex;flex-direction: column;align-items: center;}.special-offers .sell-online-wrap .normal-price .normal_font {font-size: 10px;font-weight: 600;color: #ffffff;line-height: 12px;margin: 0;padding: 0;opacity: 0.7;}.special-offers .sell-online-wrap .normal-price .heading-font {line-height: 16px;margin: 5px 0 0;color: #ffffff;}.special-offers.style_2 .price {position: absolute;bottom: 0;right: 0;}.special-offers.style_2 .car-subtitle {color: #2c313e;}.special-offers.style_2 .car-title {color: #2c313e;margin-top: 6px;}.special-offers.style_2 .listing-car-item-meta {background: #ffffff;padding-bottom: 23px;}.special-offers.style_2 .listing-car-item-meta .car-meta-top {padding-bottom: 19px;border-color: #2c313e;}.special-offers.style_2 .listing-car-item-meta .car-meta-bottom ul li {max-width: 32%;margin-top: 19px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;margin-right: 20px !important;}.special-offers.style_2 .listing-car-item-meta .car-meta-bottom ul li:nth-child(3n) {margin-right: 0 !important;}.special-offers.style_2 .listing-car-item-meta .car-meta-bottom ul li i {color: #2c313e;}.special-offers.style_2 .listing-car-item-meta .car-meta-bottom ul li span {color: #2c313e;}.special-offers.style_2 .stm-owl-prev, .special-offers.style_2 .stm-owl-next {display: none;}.special-offers.style_2 .owl-dots .owl-dot {padding: 4px 10px;}.special-offers.style_2 .owl-dots .owl-dot span {width: 12px;height: 12px;background: transparent;border: 2px solid #c9cbd2;}.special-offers.style_2 .owl-dots .owl-dot.active span {width: 12px;height: 12px;border: 0;transform: scale(1);}.special-offers.style_2 .owl-dots button {background-color: transparent !important;box-shadow: none !important;}.stm-hoverable-interactive-galleries .special-offers .interactive-hoverable {min-width: 350px;min-height: 205px;}.stm-hoverable-interactive-galleries .special-offers .interactive-hoverable .hoverable-wrap {z-index: 1;}.stm-hoverable-interactive-galleries .special-offers .listing-car-item-inner a.rmv_txt_drctn:hover {opacity: unset;}.stm-hoverable-interactive-galleries .special-offers .price {z-index: 1;}.stm-hoverable-interactive-galleries.stm-template-aircrafts .special-offers .image:before {display: none !important;}.stm-hoverable-interactive-galleries.stm-template-motorcycle .special-offers.view_type_grid .image .interactive-hoverable {min-height: 216px;}.stm-orange {color: #ffb129;}.testimonials-carousel-wrapper .testimonials-carousel {border: 0;padding: 62px 0 22px 0;max-width: 90%;margin: 0 auto;position: relative;border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;display: block;visibility: visible;}.testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit {padding-bottom: 22px;}.testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit .image {float: left;margin-right: 15px;}@media (max-width: 991px) and (min-width: 768px) {.testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit .image {max-width: 39%;}}@media (max-width: 991px) {.testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit .image {margin-right: 20px !important;}}@media (max-width: 767px) {.testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit .image {float: none !important;margin-left: 0;margin-bottom: 15px;}}.testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit .content {margin-top: -3px;}.testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit .content > p:first-child {display: none;}.testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit .content h4 {margin-bottom: 22px;letter-spacing: 0.5px;word-spacing: -1px;font-size: 17px;}.testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit .content h5 {margin-bottom: 19px;}.testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit .testimonial-meta {margin-top: 9px;padding-right: 55px;min-height: 22px;}.testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit .testimonial-meta .author {display: inline-block;margin-right: 25px;text-transform: uppercase;}.testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit .testimonial-meta .author-car {display: inline-block;position: relative;padding-left: 31px;font-style: italic;color: #888;}.testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit .testimonial-meta .author-car i {position: absolute;content: "";display: block;top: 50%;left: 0;margin-top: -12px;font-size: 21px;}.testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit.style_2 {padding: 0;}.testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit.style_2 .clearfix {display: flex;flex-direction: column;flex-wrap: nowrap;justify-content: center;align-items: center;text-align: center;}.testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit.style_2 .clearfix .image {display: block;width: 130px;height: 130px;border-radius: 65px;overflow: hidden;border: 8px solid #ffffff;padding: 0;margin: 0 0 23px;}.testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit.style_2 .clearfix .image img {display: block;width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;margin: 0;transform: translateZ(0);border-radius: 50%;}.testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit.style_2 .clearfix .author_info {margin-bottom: 24px;}.testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit.style_2 .clearfix .author_info .author_name {text-transform: uppercase;font-size: 16px;color: #232628;letter-spacing: -0.4px;margin-bottom: 5px;font-weight: 500;}.testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit.style_2 .clearfix .author_info .author_position {font-size: 16px;color: #232628;opacity: 0.5;font-weight: 400;}.testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit.style_2 .clearfix .content {display: block;max-width: 76%;font-size: 24px;color: #232628;line-height: 36px;margin-bottom: 28px;}.testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit.style_2 .clearfix .icon i {color: #ceac61;font-size: 36px;}.testimonials-carousel-wrapper .testimonials-carousel .owl-item {padding: 0 10px;}.testimonials-carousel-wrapper .testimonials-carousel .owl-controls {display: block;position: absolute;margin-top: 0;max-width: 55px;z-index: 100;bottom: 10px;right: 3px;}@media (max-width: 767px) {.testimonials-carousel-wrapper .testimonials-carousel .owl-controls {text-align: left;position: static;margin-top: 15px;}}@media (max-width: 991px) {.testimonials-carousel-wrapper .testimonials-carousel .owl-controls {display: none;}}.testimonials-carousel-wrapper .testimonials-carousel .owl-controls .owl-prev,.testimonials-carousel-wrapper .testimonials-carousel .owl-controls .owl-next {display: block;width: 24px;height: 24px;color: #aaaaaa;border-radius: 30px;border: 1px solid rgba(255, 255, 255, 0.23);}.testimonials-carousel-wrapper .testimonials-carousel .owl-controls .owl-prev:hover,.testimonials-carousel-wrapper .testimonials-carousel .owl-controls .owl-next:hover {color: #ceac61;}.testimonials-carousel-wrapper .testimonials-carousel .owl-controls .owl-prev:after,.testimonials-carousel-wrapper .testimonials-carousel .owl-controls .owl-next:after {font-family: "Font Awesome 6 Free";font-weight: 600;font-style: normal;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;transform: translate(0, 0);font-size: 26px;}.testimonials-carousel-wrapper .testimonials-carousel .owl-controls .owl-prev {display: flex;justify-content: center;align-items: center;float: left;padding: 0;}.testimonials-carousel-wrapper .testimonials-carousel .owl-controls .owl-prev:after {content: "\f104";}.testimonials-carousel-wrapper .testimonials-carousel .owl-controls .owl-next {display: flex;justify-content: center;align-items: center;float: right;padding: 0;}.testimonials-carousel-wrapper .testimonials-carousel .owl-controls .owl-next:after {content: "\f105";margin-right: -4px;}.testimonials-carousel-wrapper .testimonials-carousel .owl-controls .owl-docs {display: none;}.stm-template-listing .testimonials-carousel .testimonial-unit .icon i {color: #ceac61;}.stm-template-listing .testimonials-carousel .testimonial-unit .testimonial-meta .author-car i {color: #ceac61;}.stm-template-listing .testimonials-carousel .owl-controls .owl-prev:hover,.stm-template-listing .testimonials-carousel .owl-controls .owl-next:hover {color: #ceac61;}.page-template-home-service-layout .testimonials-carousel .testimonial-unit {padding-bottom: 30px;}.page-template-home-service-layout .testimonials-carousel .testimonial-unit .testimonial-meta {padding-right: 65px;}.page-template-home-service-layout .testimonials-carousel .testimonial-unit .testimonial-meta .author {font-weight: 900;}.page-template-home-service-layout .testimonials-carousel .owl-controls {right: 13px;bottom: 21px;}@media (max-width: 991px) {.page-template-home-service-layout .testimonials-carousel .owl-controls {display: none;}}.stm-template-equipment .testimonials-carousel {border-top: 1px solid #333333;border-bottom: 1px solid #333333;}.stm-template-equipment .testimonials-carousel .owl-controls {bottom: 40px;}.stm-template-equipment .testimonials-carousel .owl-controls .owl-next, .stm-template-equipment .testimonials-carousel .owl-controls .owl-prev {border: none;}.stm-template-equipment .testimonials-carousel .owl-controls .owl-next:after, .stm-template-equipment .testimonials-carousel .owl-controls .owl-prev:after {font-weight: 900;}.stm-template-equipment .testimonials-carousel .owl-controls .owl-next:hover:after, .stm-template-equipment .testimonials-carousel .owl-controls .owl-prev:hover:after {color: #ceac61;}.stm-template-equipment .testimonials-carousel .owl-controls .owl-dots.disabled {display: none;}@media (max-width: 768px) {.stm-template-equipment .testimonial-unit {padding-bottom: 35px;}}.stm-template-equipment .testimonial-unit .clearfix {padding-bottom: 10px;}@media (max-width: 767px) {.stm-template-equipment .testimonial-unit .image {margin-bottom: 25px;}}.stm-template-equipment .testimonial-unit .content h5 {color: #ceac61;}.stm-template-equipment .testimonial-unit .content p {color: #ffffff;}.stm-template-equipment .testimonial-unit .testimonial-meta .author {font-size: 14px;font-weight: 700;color: #ffffff;margin-right: 0;}.stm-template-equipment .testimonial-unit .testimonial-meta .author-car {font-size: 13px;font-weight: 400;color: #ffffff;padding-left: 9px;}@media (max-width: 375px) {.stm-template-equipment .testimonial-unit .testimonial-meta .author-car {padding-left: 0;}}.stm-template-equipment .testimonial-unit .testimonial-meta .author-car i {display: none;}.stm-template-ev_dealer .testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit.style_2 .clearfix .icon i {color: #0d46ff;}.stm-template-ev_dealer .testimonials-carousel-wrapper .testimonials-carousel .owl-controls .owl-prev:hover,.stm-template-ev_dealer .testimonials-carousel-wrapper .testimonials-carousel .owl-controls .owl-next:hover {color: #0d46ff;}.stm-template-boats .testimonials-carousel-wrapper .testimonials-carousel {padding-bottom: 14px;}.stm-template-boats .testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit .testimonial-meta .author-car {position: relative;padding-left: 31px;font-style: italic;color: #888;}.stm-template-boats .testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit .testimonial-meta .author-car i {font-family: "boaticons" !important;}.stm-template-boats .testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit .testimonial-meta .author-car i:before {content: "\e901";}.stm-template-boats .testimonials-carousel-wrapper .testimonials-carousel .owl-controls {bottom: 8px !important;}.stm-template-boats .testimonials-carousel-wrapper .testimonials-carousel .owl-controls .owl-prev:hover, .stm-template-boats .testimonials-carousel-wrapper .testimonials-carousel .owl-controls .owl-next:hover {color: #ceac61;}@media (max-width: 430px) {.stm-template-listing_four .testimonial-unit.style_1 .clearfix {margin-bottom: 20px;}.stm-template-listing_four .testimonial-unit.style_1 .testimonial-meta {line-height: 26px;}}.stm-template-listing_five .testimonials-carousel {padding: 38px 0 27px;border-top: 1px solid #dddddd;border-bottom: 1px solid #dddddd;}.stm-template-listing_five .testimonials-carousel .testimonial-unit {padding-bottom: 22px;position: relative;}.stm-template-listing_five .testimonials-carousel .owl-controls {right: 3px;}.stm-template-listing_five .testimonials-carousel .owl-controls .owl-prev,.stm-template-listing_five .testimonials-carousel .owl-controls .owl-next {display: inline-block;}.stm-template-listing_five .testimonials-carousel .owl-controls .owl-prev:hover,.stm-template-listing_five .testimonials-carousel .owl-controls .owl-next:hover {color: #1a2c33;}.stm-template-listing_five .testimonials-carousel .owl-controls .owl-prev:after,.stm-template-listing_five .testimonials-carousel .owl-controls .owl-next:after {font-size: 26px;}.stm-template-listing_five .testimonials-carousel .owl-controls .owl-prev {padding-right: 15px;}.stm-template-listing_five .testimonials-carousel .owl-controls .owl-next {padding-left: 15px;}.stm-template-motorcycle .testimonials-carousel-wrapper .testimonials-carousel {padding: 38px 0 27px;}.stm-template-motorcycle .testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit {padding-bottom: 30px;position: relative;}@media (max-width: 991px) {.stm-template-motorcycle .testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit .image {margin-right: 20px !important;}}.stm-template-motorcycle .testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit .testimonial-meta .author {font-weight: 900;}.stm-template-motorcycle .testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit .testimonial-meta .author-car {color: #4c4f51;}.stm-template-motorcycle .testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit .testimonial-meta .author-car i {color: #4c4f51;}.stm-template-motorcycle .testimonials-carousel-wrapper .testimonials-carousel .owl-controls {bottom: 26px;}.stm-template-motorcycle .testimonials-carousel-wrapper .testimonials-carousel .owl-controls .owl-prev,.stm-template-motorcycle .testimonials-carousel-wrapper .testimonials-carousel .owl-controls .owl-next {color: #aaa;border: none;}.stm-template-motorcycle .testimonials-carousel-wrapper .testimonials-carousel .owl-controls .owl-prev:hover,.stm-template-motorcycle .testimonials-carousel-wrapper .testimonials-carousel .owl-controls .owl-next:hover {color: #df1d1d;}.stm-template-motorcycle .testimonials-carousel-wrapper .testimonials-carousel .owl-controls .owl-dots.disabled {display: none;}@media (max-width: 767px) {.stm-template-motorcycle .testimonials-carousel-wrapper .testimonials-carousel .owl-controls {text-align: left;position: static;margin-top: 15px;}}.stm-template-car_rental .testimonials-carousel-wrapper {margin: 0 -15px 51px;}.stm-template-car_rental .testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit {padding: 0 15px;}.stm-template-car_rental .testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit > .clearfix {padding: 30px 35px 58px;border: 1px dashed #bec5c7;}.stm-template-car_rental .testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit .image {margin: 0 0 20px;float: none;text-align: center;}.stm-template-car_rental .testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit .image img {display: inline-block;width: auto;margin: 0 auto;border-radius: 50%;}@media (max-width: 1025px) {.stm-template-car_rental .testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit .image {max-width: 100%;margin: 0 0 20px !important;}}.stm-template-car_rental .testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit .testimonial-info .author {font-size: 18px;text-align: center;color: #343743;}.stm-template-car_rental .testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit .testimonial-info .author-car {text-align: center;}.stm-template-car_rental .testimonials-carousel-wrapper .testimonials-carousel .testimonial-unit .content {margin: 9px -5px 0;padding: 0 10px;text-align: center;color: #888;line-height: 20px;font-size: 13px;}.stm-template-car_rental .testimonials-carousel-wrapper .testimonials-carousel .owl-controls {position: static;margin: 43px 0 0;}.stm-template-car_rental .testimonials-carousel-wrapper .testimonials-carousel .owl-controls .owl-dots .owl-dot span {width: 12px;height: 12px;border: 1px solid #c1c8c9;background-color: transparent;}.stm-template-car_rental .testimonials-carousel-wrapper .testimonials-carousel .owl-controls .owl-dots .owl-dot.active span {background-color: #ecbf24;border-color: #ecbf24;transform: scale(1);}.stm-template-car_rental .testimonials-carousel-wrapper .testimonials-carousel .owl-controls .owl-dots button {background-color: transparent !important;box-shadow: none !important;}@media (max-width: 600px) {.stm-template-car_dealer_two .testimonials-carousel-wrapper .testimonials-carousel {max-width: 100%;}.stm-template-car_dealer_two .testimonials-carousel-wrapper .testimonials-carousel .owl-controls {display: none;}.stm-template-car_dealer_two .testimonial-unit.style_2 .clearfix .content {max-width: 95%;}}@media (max-width: 500px) and (min-width: 320px) {.stm-template-equipment #stm_motors_vin_decoder {flex-direction: column;flex-wrap: wrap;}}.stm-template-equipment #stm_motors_vin_decoder .vin {color: white;}.stm-template-motorcycle #stm_motors_vin_decoder .vin {color: white;}@media (max-width: 768px) {.theme-motors .stm_vehicle_vin_check #request-stm_vim_history .stm_vin_info .vc_toggle_content {width: 100%;}}.theme-motors #stm_vim_history {width: 100%;}.theme-motors #stm_motors_vin_decoder {width: 100%;margin-bottom: 50px !important;display: flex;justify-content: center;}@media (max-width: 500px) and (min-width: 320px) {.theme-motors #stm_motors_vin_decoder {flex-direction: column;flex-wrap: wrap;}}.theme-motors #stm_motors_vin_decoder input[type=text].vin {width: 385px !important;}.theme-motors #stm_motors_vin_decoder #checkVin {width: 150px;}@media (max-width: 500px) and (min-width: 320px) {.theme-motors #stm_motors_vin_decoder #checkVin {margin-top: 10px;}}.theme-motors #stm_motors_vin_decoder .sample_vin {letter-spacing: normal;font-style: normal;text-transform: none;top: 46px;opacity: 0.8;left: 17.7rem;}@media (max-width: 767px) and (min-width: 500px) {.theme-motors #stm_motors_vin_decoder .sample_vin {left: 0rem;}}@media (max-width: 500px) and (min-width: 320px) {.theme-motors #stm_motors_vin_decoder .sample_vin {right: 0 !important;left: 70% !important;}}@media (max-width: 800px) and (min-width: 768px) {.theme-motors #stm_motors_vin_decoder .sample_vin {left: 6rem;}}@media (max-width: 1030px) and (min-width: 900px) {.theme-motors #stm_motors_vin_decoder .sample_vin {left: 14rem;}}.theme-motors #stm_motors_vin_decoder .success {border-color: #eceff3 !important;}.theme-motors #stm_motors_vin_decoder #checkVin {background-color: #6c98e1;box-shadow: none !important;border-radius: 3px;border-color: #6c98e1;}.theme-motors #stm_motors_vin_decoder #checkVin active {top: 1px;}.theme-motors #stm_motors_vin_decoder #checkVin active ~ #stm_motors_vin_decoder {width: 100%;}.theme-motors #stm_motors_vin_decoder .vin {background-color: transparent;}.stm-orange {color: #ffb129;}.info-wrap span .stm_flipbox .stm_flipbox__front .inner .inner-flex .ib-title,.info-wrap span .stm_flipbox .stm_flipbox__back .inner .inner-flex .ib-title {color: #ffffff;}.info-wrap span .stm_flipbox .stm_flipbox__front .inner .inner-flex .ib-desc,.info-wrap span .stm_flipbox .stm_flipbox__back .inner .inner-flex .ib-desc {color: #ffffff;}.info-wrap span .stm_flipbox .stm_flipbox__front {border: 1px solid rgba(255, 255, 255, 0.35);}.info-wrap span .stm_flipbox .stm_flipbox__back {background: rgba(34, 158, 255, 0.9);}.info-wrap span .stm_flipbox .stm_flipbox__back .inner .inner-flex .ib-title {color: #ffffff;}.info-wrap span .stm_flipbox .stm_flipbox__back .inner .inner-flex .ib-desc {color: #ffffff;}.stm_dynamic_listing_two_filter .stm_dynamic_listing_filter_nav li {background: #11323e;border-right: 1px solid #133340;}.stm_dynamic_listing_two_filter .stm_dynamic_listing_filter_nav li a {color: #ffffff;}.stm_dynamic_listing_two_filter .stm_dynamic_listing_filter_nav li.active {background-color: #153e4d;border-right-color: #153e4d;}.stm_dynamic_listing_two_filter .tab-content {background-color: #153e4d;}.stm_dynamic_listing_two_filter .tab-content .tab-pane .vmc-photos-list ul li {background: #ffffff;}.stm-image-filter-wrap {border-top: 4px solid #153e4d;}.stm-image-filter-wrap .stm-img-filter-container .owl-controls .owl-nav .owl-prev:hover, .stm-image-filter-wrap .stm-img-filter-container .owl-controls .owl-nav .owl-next:hover {background: #ceac61;}.stm-image-filter-wrap .stm-img-filter-container .owl-controls .owl-nav .owl-prev {background: #dddddd;}.stm-image-filter-wrap .stm-img-filter-container .owl-controls .owl-nav .owl-next {background: #dddddd;}.stm-popular-searches .stm-ps-list-wrap {border: 2px solid #d8e5e6;}.stm-popular-searches .stm-ps-list-wrap .stm-ps-item a {border: 1px solid #d8e5e6;color: #798494;background-color: #ffffff;}.stm-popular-searches .stm-ps-list-wrap .stm-ps-item a:hover {color: #ffffff;background-color: #4c94fa;}.stm-popular-searches .stm-ps-list-wrap .stm-ps-item a:hover i {color: #ffffff;}.stm-popular-searches .stm-ps-list-wrap .stm-ps-item a i {color: #4c94fa;}.stm_inventory_with_filter-wrap .col-md-3 .stm-accordion-single-unit > a.title {border-color: #ff9420;}.stm_inventory_with_filter-wrap .col-md-3 .stm-accordion-single-unit > a.title.collapsed {border-color: #4c94fa;}.stm_inventory_with_filter-wrap .col-md-3 .stm-accordion-inner .stm-option-label:before {color: #bfc2c8;}.stm_inventory_with_filter-wrap .col-md-3 .stm-accordion-inner .stm-option-label.checked:before {color: #ff9420;}.stm_inventory_with_filter-wrap .col-md-3 .stm-accordion-inner .stm-option-label span .count {color: #bfc2c8;}.stm_inventory_with_filter-wrap .col-md-9 .stm-action-wrap .stm-car-listing-sort-units .stm-view-by .view-type i:before {color: #ff9420;}.stm_inventory_with_filter-wrap .col-md-9 .stm-action-wrap .stm-car-listing-sort-units .stm-view-by .view-type.active {background: #ff9420;}.stm_inventory_with_filter-wrap .col-md-9 .stm-action-wrap .stm-car-listing-sort-units .stm-view-by .view-type.active i:before {color: #ffffff;}.stm_inventory_with_filter-wrap .col-md-9 .stm-inventory-load-more-btn {color: #ffffff;background: #ff9420;box-shadow: 0 2px 0 #cc761a;}.stm_inventory_with_filter-wrap .col-md-9 .stm-inventory-load-more-btn:hover {background: #cc761a;}.special-offers.style_2 .price {background: #ff9420;}.special-offers.style_2 .price:before {background: #ff9420;}.special-offers.style_2 .car-subtitle {color: #2c313e;}.special-offers.style_2 .car-title {color: #2c313e;}.special-offers.style_2 .owl-dots .owl-dot.active span {background: #ff9420;}.special-offers.style_2 .owl-dots button {background-color: transparent !important;box-shadow: none !important;}.stm-cat-info-box {border-top: 3px solid #4c94fa;}.stm-cat-info-box i {color: #4c94fa;}.stm-data-table .stm-data-table-wrap .data-row-wrap {border-bottom: 1px dashed #d8e5e6;color: #2c313e;}.stm-listing-cetegories-grid-wrap .stm-lcg-items-wrap .stm-lcg-item a {color: #142e5d;}.stm-orange {color: #ceac61;}body.stm-template-car_dealer #stm-boats-header #header .header-inner-content .listing-service-right .listing-menu > li.stm_megamenu > ul {left: 50%;}.stm-layout-header-boats #top-bar .language-switcher-unit ul.dropdown-menu li a {color: #aaa !important;}.stm-layout-header-boats #top-bar {text-transform: uppercase;line-height: normal;}.stm-layout-header-boats #top-bar .top_bar_menu {margin-left: 20px;}.stm-layout-header-boats #top-bar .top_bar_menu ul {list-style: none;padding: 0;margin-bottom: 0;}.stm-layout-header-boats #top-bar .top_bar_menu ul li {display: inline-block;position: relative;margin-right: 25px;margin-bottom: 0;text-transform: none;font-size: 12px;}.stm-layout-header-boats #top-bar .top_bar_menu ul li:last-child {margin-right: 0;}.stm-layout-header-boats #top-bar .top_bar_menu ul li:last-child:after {content: "";display: none;}.stm-layout-header-boats #top-bar .top_bar_menu ul li:after {content: "";display: block;position: absolute;right: -13px;top: 4px;background-color: #aaa;width: 1px;height: 9px;}.stm-layout-header-boats #top-bar .top-bar-wrapper .pull-left .stm-multiple-currency-wrap {position: relative;margin-left: 20px;line-height: 13px;opacity: 0.5;transition: all 0.2s ease-in-out;}.stm-layout-header-boats #top-bar .top-bar-wrapper .pull-left .stm-multiple-currency-wrap .select2-container--default .select2-selection--single {background-color: transparent;height: auto;border: none;border-radius: 0;outline: none !important;}.stm-layout-header-boats #top-bar .top-bar-wrapper .pull-left .stm-multiple-currency-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {color: #fff;line-height: 14px;font-size: 11px;font-weight: 400;padding-left: 14px;padding-right: 40px;outline: none !important;text-transform: none;}.stm-layout-header-boats #top-bar .top-bar-wrapper .pull-left .stm-multiple-currency-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {height: 14px;width: 19px;}.stm-layout-header-boats #top-bar .top-bar-wrapper .pull-left .stm-multiple-currency-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {color: #fff;}.stm-layout-header-boats #top-bar .top-bar-wrapper .pull-left .stm-multiple-currency-wrap:hover {opacity: 1;}.stm-layout-header-boats #top-bar .top-bar-wrapper .pull-left .stm-multiple-currency-wrap:hover .select2-container--default .select2-selection--single .select2-selection__arrow b {color: #fff;}.stm-layout-header-boats #top-bar .top-bar-wrapper .pull-left .stm-multiple-currency-wrap:hover .select2-container--default .select2-selection--single .select2-selection__arrow b:before {color: #fff;}.stm-layout-header-boats #top-bar .language-switcher-unit {position: relative;}.stm-layout-header-boats #top-bar .language-switcher-unit .stm_current_language {text-transform: none;}.stm-layout-header-boats #top-bar .language-switcher-unit .stm_current_language i {position: relative;top: -2px;margin-left: 5px;vertical-align: middle;font-size: 16px;}.stm-layout-header-boats #top-bar .language-switcher-unit:hover {cursor: pointer;}.stm-layout-header-boats #top-bar .header-login-url {margin-left: 30px;}.stm-layout-header-boats #top-bar .header-login-url a {display: inline-block;vertical-align: top;text-decoration: none !important;}.stm-layout-header-boats #top-bar .header-login-url a:hover {color: #ffffff;}.stm-layout-header-boats #top-bar .header-login-url .stm-boats-icon-cap-hat {position: relative;top: 1px;margin-right: 10px;font-size: 14px;}.stm-layout-header-boats #top-bar .header-login-url .fas.fa-user {margin-right: 10px;font-size: 14px;}.stm-layout-header-boats #top-bar .header-top-bar-socs {margin-left: 30px;}.stm-layout-header-boats #top-bar .header-top-bar-socs ul {list-style: none;padding: 0;margin: 0;}.stm-layout-header-boats #top-bar .header-top-bar-socs ul li {float: left;margin-right: 15px;margin-bottom: 0;}.stm-layout-header-boats #top-bar .header-top-bar-socs ul li:first-child {margin-right: 14px;}.stm-layout-header-boats #top-bar .header-top-bar-socs ul li a .fab {font-size: 14px;}.stm-layout-header-boats #top-bar .header-top-bar-socs ul li a:hover {color: #ffffff;}.stm-layout-header-boats #top-bar .header-top-bar-socs ul li:last-child {margin-right: 0;}.stm-layout-header-boats #top-bar .top-bar-info {list-style: none;padding: 0;}.stm-layout-header-boats #top-bar .top-bar-info li {float: right;margin-left: 20px;margin-bottom: 0;line-height: normal;font-size: 12px;}.stm-layout-header-boats #top-bar .top-bar-info li:hover {color: #ffffff;}.stm-layout-header-boats #top-bar .top-bar-info li .fancy-iframe {display: block;}.stm-layout-header-boats #top-bar .top-bar-info li .fas {font-size: 14px;margin-right: 5px;}.stm-layout-header-boats #top-bar .top-bar-info li .fas.fa-phone {position: relative;top: 1px;}.stm-layout-header-boats #top-bar .top-bar-info li:last-child {margin-left: 0;}.stm-layout-header-boats #header-nav-holder {position: relative;z-index: 3;}.stm-layout-header-boats #stm-boats-header {position: relative;}.stm-layout-header-boats.home #stm-boats-header, .stm-layout-header-boats.stm-boats-transparent #stm-boats-header {position: absolute;right: 0;left: 0;top: 0;width: 100%;}.stm-layout-header-boats.home .header-listing.listing-nontransparent-header:not(.stm-fixed) {background-color: transparent;}.stm-layout-header-boats.stm-boats-transparent #wrapper #stm-boats-header #header:after {display: none !important;}.stm-layout-header-boats.admin-bar .select2-container.stm-multi-currency .select2-dropdown {top: 36px;}.stm-layout-header-boats .select2-container.stm-multi-currency .select2-dropdown {min-width: -moz-fit-content;min-width: fit-content;top: 0;}.stm-layout-header-boats .select2-container--open.stm-multi-currency .select2-dropdown {background: transparent;border: 0;}.stm-layout-header-boats .select2-container--open.stm-multi-currency .select2-dropdown .select2-results ul {min-width: 160px;padding: 5px 0;margin: 2px 0 0;font-size: 14px;text-align: left;list-style: none;background-color: #fff;-webkit-background-clip: padding-box;background-clip: padding-box;border: 1px solid #ccc;border: 1px solid rgba(0, 0, 0, 0.15);border-radius: 4px;box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);}.stm-layout-header-boats .select2-container--open.stm-multi-currency .select2-dropdown .select2-results ul li {font-size: 11px;color: #232628;padding: 3px 20px;}.stm-layout-header-boats .vertical-divider {position: relative;top: 2px;display: inline-block;vertical-align: top;margin: 0 8px 0;width: 1px;height: 10px;background-color: #373b3e;}.stm-layout-header-boats #header {position: relative;z-index: 60;}.stm-layout-header-boats #header .logo-main {float: left;}.stm-layout-header-boats #header .logo-main .blogname {text-transform: uppercase;}.stm-layout-header-boats #header .logo-main .blogname h1 {margin-bottom: 0;}.stm-layout-header-boats #header .logo-main .blogname:hover {text-decoration: none;}.stm-layout-header-boats .header-main {padding: 28px 0 25px;line-height: 14px;background-color: transparent !important;}.stm-layout-header-boats .header-main .header-top-info {float: right;}.stm-layout-header-boats .header-main .header-main-socs {margin-left: 46px;}.stm-layout-header-boats .header-main .header-main-socs ul {list-style: none;padding: 0;margin: 0;}.stm-layout-header-boats .header-main .header-main-socs ul:after {display: table;content: "";clear: both;}.stm-layout-header-boats .header-main .header-main-socs ul li {display: block;float: left;margin-left: 15px;margin-bottom: 0;}.stm-layout-header-boats .header-main .header-main-socs ul li:first-child {margin-left: 0;}.stm-layout-header-boats .header-main .header-main-socs ul li a {display: block;width: 35px;height: 35px;line-height: 35px;text-align: center;border-radius: 50%;background-color: #2f3234;color: #ffffff;text-indent: 1px;}.stm-layout-header-boats .header-main .header-main-socs ul li a i {font-size: 14px;}.stm-layout-header-boats .header-main .header-main-socs ul li a:hover {background-color: #ceac61;}.stm-layout-header-boats .header-main .header-main-socs ul li.facebook a {text-indent: 0;}.stm-layout-header-boats .header-main .header-secondary-phone {margin-left: 39px;}.stm-layout-header-boats .header-main .header-secondary-phone .phone {margin-bottom: 3px;vertical-align: bottom;}.stm-layout-header-boats .header-main .header-secondary-phone .phone .phone-label {margin-right: 2px;color: #ceac61;font-size: 11px;font-weight: 700;text-transform: uppercase;letter-spacing: 0.5px;}.stm-layout-header-boats .header-main .header-secondary-phone .phone .phone-number {color: #ffffff;font-size: 14px;font-weight: 700;}.stm-layout-header-boats .header-main .header-secondary-phone-single .phone .phone-label {display: block;margin-bottom: 1px;}.stm-layout-header-boats .header-main .header-secondary-phone-single .phone .phone-number {font-size: 18px;line-height: 18px;}.stm-layout-header-boats .header-main .header-main-phone {position: relative;padding-left: 41px;margin-left: 30px;}.stm-layout-header-boats .header-main .header-main-phone .stm-icon-phone {position: absolute;top: 0;left: 0;color: #ceac61;font-size: 33px;}.stm-layout-header-boats .header-main .header-main-phone .phone {margin-top: 1px;}.stm-layout-header-boats .header-main .header-main-phone .phone .phone-label {margin-right: 2px;color: #ceac61;font-size: 11px;font-weight: 700;text-transform: uppercase;display: block;margin-bottom: 1px;}.stm-layout-header-boats .header-main .header-main-phone .phone .phone-number {color: #ffffff;font-size: 18px;line-height: 18px;font-weight: 700;letter-spacing: 0.5px;}.stm-layout-header-boats .header-main .header-address {position: relative;padding-left: 42px;max-width: 248px;}.stm-layout-header-boats .header-main .header-address .stm-icon-pin {position: absolute;top: 0;left: 0;font-size: 34px;color: #ceac61;}.stm-layout-header-boats .header-main .header-address .address .heading-font {color: #ffffff;font-size: 12px;line-height: 18px;text-transform: uppercase;}.stm-layout-header-boats .header-main .header-address .address .fancy-iframe {position: relative;top: -1px;margin-left: 3px;color: #ceac61;font-size: 11px;font-weight: 700;text-transform: uppercase;border-bottom: 1px dashed #ceac61;}.stm-layout-header-boats .header-main .header-address .address .fancy-iframe:hover {color: #ceac61;border-bottom-color: #ceac61;}.stm-layout-header-boats .fancy-iframe:hover {cursor: pointer;}.stm-layout-header-boats .header-nav {margin-bottom: 15px;background: #ffffff;z-index: 15;}.stm-layout-header-boats .header-nav.header-nav-default {background-color: #eaedf0;margin-bottom: 0;}.stm-layout-header-boats .header-nav.header-nav-default.header-nav-fixed.header-nav-sticky {position: fixed;top: 0;left: 0;right: 0;background-color: #eaedf0;transform: translateZ(0);-webkit-transform: translateZ(0);}.stm-layout-header-boats .header-nav.header-nav-transparent {position: absolute;top: 100%;left: 0;right: 0;background: rgba(234, 237, 240, 0.8);box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);}.stm-layout-header-boats .header-nav.header-nav-transparent.header-nav-fixed.header-nav-sticky {position: fixed;top: 0;left: 0;right: 0;background-color: #eaedf0;transform: translateZ(0);-webkit-transform: translateZ(0);}.stm-layout-header-boats .header-nav:after {display: table;content: "";clear: both;}.stm-layout-header-boats .main-menu {float: left;}.stm-layout-header-boats .main-menu .header-menu {padding: 0;margin: 0;margin-left: -21px;list-style: none;}.stm-layout-header-boats .main-menu .header-menu > li {position: relative;float: left;margin-bottom: 0;}.stm-layout-header-boats .main-menu .header-menu > li.menu-item-has-children > a:after {position: absolute;content: "";display: block;font-family: "Font Awesome 6 Free";font-weight: 600;font-style: normal;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;transform: translate(0, 0);top: 50%;transform: translate(0, -50%);right: 7px;font-size: 12px;content: "\f107";}.stm-layout-header-boats .main-menu .header-menu > li:first-child {margin-left: 0;}.stm-layout-header-boats .main-menu .header-menu > li.current-menu-item:first-child,.stm-layout-header-boats .main-menu .header-menu > li .current_page_item:first-child {margin-left: 21px;}.stm-layout-header-boats .main-menu .header-menu > li.current-menu-item > a,.stm-layout-header-boats .main-menu .header-menu > li .current_page_item > a {background-color: #ceac61;color: #ffffff;}.stm-layout-header-boats .main-menu .header-menu > li:hover > a {background-color: #ceac61;color: #ffffff !important;}.stm-layout-header-boats .main-menu .header-menu > li > a {display: block;position: relative;height: 52px;padding: 0 21px;line-height: 52px;text-transform: uppercase;text-decoration: none !important;}.stm-layout-header-boats .main-menu .header-menu > li:hover > ul {visibility: visible;top: 100%;opacity: 1;}.stm-layout-header-boats .main-menu .header-menu > li > ul {visibility: hidden;opacity: 0;padding: 0;list-style: none;position: absolute;width: 250px;top: 105%;left: 0;background-color: #ffffff;box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);}.stm-layout-header-boats .main-menu .header-menu > li > ul li {position: relative;margin-bottom: 0;margin-left: 0 !important;}.stm-layout-header-boats .main-menu .header-menu > li > ul li.menu-item-has-children > a:after {position: absolute;content: "";display: block;font-family: "Font Awesome 6 Free";font-weight: 600;font-style: normal;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;transform: translate(0, 0);top: 50%;transform: translate(0, -50%);right: 20px;font-size: 14px;content: "\f105";}.stm-layout-header-boats .main-menu .header-menu > li > ul li a {position: relative;display: block;padding: 12px 30px 12px 34px;text-decoration: none !important;font-weight: 400;}.stm-layout-header-boats .main-menu .header-menu > li > ul li a:hover {color: #ffffff;background-color: #ceac61;}.stm-layout-header-boats .main-menu .header-menu > li > ul li > ul {visibility: hidden;opacity: 0;padding: 0;list-style: none;position: absolute;width: 250px;top: 0;left: 105%;background-color: #ffffff;box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);z-index: -1;}.stm-layout-header-boats .main-menu .header-menu > li > ul li > ul li > ul {visibility: hidden;opacity: 0;padding: 0;list-style: none;position: absolute;width: 250px;top: 0;left: 105%;background-color: #ffffff;box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);z-index: -1;}.stm-layout-header-boats .main-menu .header-menu > li > ul li > ul li > ul li > ul {visibility: hidden;opacity: 0;padding: 0;list-style: none;position: absolute;width: 250px;top: 0;left: 105%;background-color: #ffffff;box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);z-index: -1;}.stm-layout-header-boats .main-menu .header-menu > li > ul li > ul li > ul li:hover > ul {visibility: visible;left: 100%;opacity: 1;}.stm-layout-header-boats .main-menu .header-menu > li > ul li > ul li:hover > ul {visibility: visible;left: 100%;opacity: 1;}.stm-layout-header-boats .main-menu .header-menu > li > ul li:hover > ul {visibility: visible;left: 100%;opacity: 1;}.stm-layout-header-boats .header-help-bar {float: right;margin-left: 15px;}.stm-layout-header-boats .header-help-bar > ul {margin: 0;padding: 0;list-style: none;}.stm-layout-header-boats .header-help-bar > ul:after {display: table;content: "";clear: both;}.stm-layout-header-boats .header-help-bar > ul li {display: block;float: left;margin-bottom: 0;}.stm-layout-header-boats .header-help-bar > ul li.nav-search > a {padding: 0;}.stm-layout-header-boats .header-help-bar > ul li:first-child {margin-left: 0;}.stm-layout-header-boats .header-help-bar > ul li a {padding: 0 13px;display: block;position: relative;text-decoration: none !important;}.stm-layout-header-boats .header-help-bar > ul li a:hover {background-color: #f7f8f9;}.stm-layout-header-boats .header-help-bar > ul li a .list-label {position: relative;top: 1px;margin-right: 4px;text-transform: uppercase;color: #232628;font-size: 11px;line-height: 52px;font-weight: 700;}.stm-layout-header-boats .header-help-bar > ul li a .list-icon {position: relative;top: -1px;vertical-align: middle;color: #232628;font-size: 24px;}.stm-layout-header-boats .header-help-bar > ul li a .list-badge {position: absolute;top: 7px;right: 2px;min-width: 18px;font-weight: 700;font-size: 11px;color: #ffffff;background-color: #ceac61;padding: 0 2px;line-height: 18px;border-radius: 50%;text-align: center;box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.14);}.stm-layout-header-boats .header-help-bar > ul li.help-bar-compare .list-label {margin-right: 3px;}.stm-layout-header-boats .header-help-bar > ul li.help-bar-live-chat .list-icon {top: 0;font-size: 26px;}.stm-layout-header-boats .header-help-bar > ul li.nav-search {margin-left: 13px;}.stm-layout-header-boats .header-help-bar > ul li.nav-search > a {display: block;margin-top: 8px;height: 35px;width: 35px;text-align: center;line-height: 35px;border: 2px solid #ffffff;border-radius: 50%;color: #232628;text-indent: 1px;font-size: 13px;}.stm-layout-header-boats .header-help-bar > ul li.nav-search > a i {position: relative;top: -1px;}.stm-layout-header-boats .header-help-bar > ul li.nav-search > a:hover {background-color: #ceac61;border-color: #ceac61;color: #ffffff;}.stm-layout-header-boats .tp-bannertimer {background-color: #ceac61 !important;opacity: 0.5;}.stm-layout-header-boats .stm-slider-round {padding: 40px 20px;padding-top: 30px;}.stm-layout-header-boats .stm-slider-round:after {position: absolute;content: "";display: block;top: -18px;left: -18px;right: -18px;bottom: -18px;border-radius: 50%;background: rgba(255, 255, 255, 0.12);z-index: -1;}.stm-layout-header-boats .stm-white {color: #ffffff !important;}.stm-layout-header-boats .rev_slider_wrapper .heading-font {letter-spacing: 0 !important;}.stm-layout-header-boats .text-transform {text-transform: uppercase;}.stm-layout-header-boats .font-weight-normal {font-weight: 400 !important;}.stm-layout-header-boats .slider-text-padding-right {padding-right: 30px;}.stm-layout-header-boats .stm-slider-round-text {margin-top: 18px;padding-left: 40px;padding-right: 25px;font-size: 11px;line-height: 14px;color: #232628;text-transform: uppercase;}.stm-layout-header-boats .stm-slider-price-unit {padding-top: 16px;vertical-align: top;word-spacing: -9px;}.stm-layout-header-boats .stm-slider-price-unit .stm-slider-currency {font-size: 50px;color: #ffffff;line-height: 50px;vertical-align: top;}.stm-layout-header-boats .stm-slider-price-unit .stm-slider-price {font-size: 106px;line-height: 75px;vertical-align: top;color: #ffffff;font-weight: 700;letter-spacing: -6px;}.stm-layout-header-boats .stm-slider-price-unit .stm-slider-divider {position: relative;left: 3px;top: -4px;font-size: 50px;color: #232628;vertical-align: top;line-height: 50px;}.stm-layout-header-boats .stm-slider-price-unit .stm-slider-labels {position: relative;top: -3px;display: inline-block;max-width: 100px;vertical-align: top;line-height: 14px;color: #232628;font-weight: 700;}.stm-layout-header-boats .stm-slider-price-unit .stm-slider-labels .stm-slider-time-label {font-size: 50px;line-height: 50px;text-transform: uppercase;font-weight: 700;}.stm-layout-header-boats .stm-slider-price-unit .stm-slider-labels .stm-slider-time-value {padding-left: 4px;display: block;white-space: normal;font-size: 16px;line-height: 14px;word-spacing: 0;text-transform: uppercase;font-weight: 700;}.stm-layout-header-boats #searchform .search-input {padding: 20px 75px 20px 25px !important;margin: 0;height: 67px;line-height: 67px;font-size: 20px;color: #5f5f5f;border: 0;border-color: transparent;width: 100%;border-radius: 5px;}.stm-layout-header-boats #searchform .search-submit {position: absolute;right: 0;top: 0;padding: 0;height: 67px;width: 70px;border: 0;font-size: 24px;color: #fff;border-radius: 0 4px 4px 0;box-shadow: none;}.stm-layout-header-boats #searchform .search-wrapper {position: relative;}.stm-layout-header-boats #searchModal .modal-body {padding: 0;}.stm-layout-header-boats #searchModal .modal-content {box-shadow: none !important;background-color: transparent;border: none;}.stm-layout-header-boats #searchModal .modal-dialog {margin-top: 20%;}.stm-layout-header-boats .search-title {margin-bottom: 18px;font-size: 20px;text-transform: uppercase;font-weight: 700;color: #fff;}.stm-layout-header-boats #chat-widget:hover {cursor: pointer;}.stm-layout-header-boats .header-main-phone a,.stm-layout-header-boats .header-secondary-phone a {color: #ffffff !important;text-decoration: none !important;}.stm-layout-header-boats .help-bar-live-chat {display: none !important;}.stm-layout-header-boats .header-help-bar-trigger {display: none;float: right;margin-top: 10px;height: 32px;width: 32px;line-height: 30px;text-align: center;border: 1px solid #aaa;border-radius: 4px;font-size: 12px;color: #232628;}.stm-layout-header-boats .header-help-bar-trigger.active i {transform: rotate(180deg);}.stm-layout-header-boats .header-help-bar > ul li.mobile-search {display: none;visibility: hidden;}.stm-layout-header-boats .mobile-menu-trigger {position: absolute;top: 2px;right: 0;width: 32px;height: 32px;padding: 5px 3px;}.stm-layout-header-boats .mobile-menu-trigger span {display: block;height: 3px;background: #ceac61;border-radius: 3px;width: 100%;}.stm-layout-header-boats .mobile-menu-trigger span:nth-child(2) {margin-top: 5px;}.stm-layout-header-boats .mobile-menu-trigger span:nth-child(3) {margin-top: 5px;}.stm-layout-header-boats .mobile-menu-holder {display: none;margin: 0 -15px 25px;padding: 0 15px;}.stm-layout-header-boats .mobile-menu-holder .header-menu {margin: 0 -15px;padding: 10px 15px;background-color: #eaedf0;list-style: none;}.stm-layout-header-boats .mobile-menu-holder .header-menu > li .arrow {position: absolute;top: 0;right: 0;height: 34px;line-height: 34px;width: 50px;font-size: 22px;text-align: right;}.stm-layout-header-boats .mobile-menu-holder .header-menu > li .arrow.active i {transform: rotate(90deg);}.stm-layout-header-boats .mobile-menu-holder .header-menu > li > .sub-menu {display: none;list-style: disc;}.stm-layout-header-boats .mobile-menu-holder .header-menu > li > .sub-menu > li > .sub-menu > li:last-child {margin-bottom: 0;}.stm-layout-header-boats .mobile-menu-holder .header-menu > li.opened > a {color: #ceac61;}.stm-layout-header-boats .mobile-menu-holder .header-menu li {position: relative;}.stm-layout-header-boats .mobile-menu-holder .header-menu li a {position: relative;display: block;padding: 10px 60px 10px 0;color: #232628;text-transform: uppercase;text-decoration: none !important;}.stm-layout-header-boats .mobile-menu-holder .header-menu li:last-child {margin-bottom: 0;}.stm-layout-header-boats #stm-boats-header #top-bar {position: relative;z-index: 103;}.stm-layout-header-boats #stm-boats-header #top-bar .vertical-divider {top: 3px;background-color: #ffffff;}.stm-layout-header-boats #stm-boats-header #top-bar:after {position: absolute;content: "";display: block;width: 100%;height: 100%;top: 0;left: 0;background-color: #ceac61;opacity: 0.9;z-index: 2;}.stm-layout-header-boats #stm-boats-header #top-bar > .container {position: relative;z-index: 5;}.stm-layout-header-boats #stm-boats-header #top-bar .header-login-url {margin-left: 8px;text-transform: none;}.stm-layout-header-boats #stm-boats-header #top-bar .header-login-url .stm-boats-icon-cap-hat {top: 0px;font-size: 16px;}.stm-layout-header-boats #stm-boats-header #top-bar .header-login-url .logout-link .stm-boats-icon-cap-hat {top: 2px;}.stm-layout-header-boats #stm-boats-header #top-bar .header-login-url .vertical-divider {height: 11px;top: 3px;}.stm-layout-header-boats #stm-boats-header #top-bar .header-login-url a {opacity: 0.6;}.stm-layout-header-boats #stm-boats-header #top-bar .header-login-url a:hover {opacity: 1;}.stm-layout-header-boats #stm-boats-header #top-bar .header-login-url .vertical-divider {opacity: 0.6;}.stm-layout-header-boats #stm-boats-header #top-bar .top-bar-wrapper {padding: 21px 0 12px;border-bottom: 1px solid rgba(255, 255, 255, 0.25);}.stm-layout-header-boats #stm-boats-header #top-bar .header-top-bar-socs ul li {margin-right: 29px;}.stm-layout-header-boats #stm-boats-header #top-bar .header-top-bar-socs ul li:first-child {margin-right: 29px;}.stm-layout-header-boats #stm-boats-header #top-bar .header-top-bar-socs ul li:last-child {margin-right: 0;}.stm-layout-header-boats #stm-boats-header #top-bar .header-top-bar-socs a {opacity: 0.5;}.stm-layout-header-boats #stm-boats-header #top-bar .header-top-bar-socs a:hover {opacity: 1;}.stm-layout-header-boats #stm-boats-header #top-bar .top-bar-info li {opacity: 0.5;}.stm-layout-header-boats #stm-boats-header #top-bar .top-bar-info li #top-bar-address {cursor: pointer;}.stm-layout-header-boats #stm-boats-header #top-bar .top-bar-info li:hover {opacity: 1;}.stm-layout-header-boats #stm-boats-header #top-bar .language-switcher-unit .stm_current_language {opacity: 0.5;}.stm-layout-header-boats #stm-boats-header #top-bar .language-switcher-unit .stm_current_language:hover {opacity: 1;}.stm-layout-header-boats #stm-boats-header #top-bar .language-switcher-unit .stm_current_language i {margin-left: 15px;}.stm-layout-header-boats #stm-boats-header #header {padding: 29px 0 19px;}.stm-layout-header-boats #stm-boats-header #header:after {position: absolute;content: "";display: block;width: 100%;height: 100%;top: 0;left: 0;opacity: 0.9;z-index: 2;background-color: #ceac61;}.stm-layout-header-boats #stm-boats-header #header .header-listing-boats.stm-fixed {position: fixed;width: 100%;top: 0;left: 0;background: #232628;padding: 15px 0 10px;z-index: 10;}.stm-layout-header-boats #stm-boats-header #header .header-inner-content,.stm-layout-header-boats #stm-boats-header #header .header-main {position: relative;z-index: 5;}.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-logo-main {float: left;}.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right {padding-top: 10px;}.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right .listing-menu {list-style: none;padding: 0;margin: 0;text-align: center;}.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right .listing-menu > li {position: relative;display: inline-block;margin: 0 18px;vertical-align: top;}.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right .listing-menu > li > .sub-menu:before {position: absolute;content: "";display: block;top: -19px;height: 30px;width: 100%;background-color: transparent;opacity: 0;}.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right .listing-menu > li > a {position: relative;display: block;padding-bottom: 12px;color: #ffffff;text-transform: uppercase;font-size: 13px;font-weight: 700;text-decoration: none;}.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right .listing-menu > li > a:after {position: absolute;content: "";display: block !important;height: 2px;bottom: 6px;left: 0;right: 0;background-color: #ceac61;opacity: 0;visibility: hidden;transform: scale(0);}.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right .listing-menu > li > a:hover:after {opacity: 1;visibility: visible;transform: scale(1);}.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right .listing-menu > li.current-menu-item a:after {opacity: 1;visibility: visible;transform: scale(1);}.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right .listing-menu > li.menu-item-has-children a {position: relative;}.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right .listing-menu > li.menu-item-has-children a:before {position: absolute;content: "";display: block;font-family: "Font Awesome 6 Free";font-weight: 600;font-style: normal;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;transform: translate(0, 0);content: "\f107";top: 1px;right: -18px;}.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right .listing-menu > li:hover > ul {visibility: visible;top: 100%;opacity: 1;}.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right .listing-menu > li:not(.stm_megamenu) > ul li {display: block;position: relative;}.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right .listing-menu > li:not(.stm_megamenu) > ul li a:hover {color: #ffffff;background-color: #ceac61;}.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right .listing-menu > li > ul {visibility: hidden;opacity: 0;padding: 0;margin-top: 19px;list-style: none;position: absolute;width: 250px;top: 115%;left: 0;background-color: #ffffff;box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);}.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right .listing-menu > li > ul li {margin: 0 !important;text-align: left;}.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right .listing-menu > li > ul li > a {position: relative;display: block;padding: 12px 30px 12px 34px;text-decoration: none !important;font-weight: 400;}.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right .listing-menu > li > ul li.stm_menu_use_post > a {text-align: left;}.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right .listing-menu > li > ul li a:before {display: none !important;}.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right .listing-menu > li > ul li.menu-item-has-children > a:after {position: absolute;content: "";display: block;font-family: "Font Awesome 6 Free";font-weight: 600;font-style: normal;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;transform: translate(0, 0);top: 50%;transform: translate(0, -50%);right: 20px;font-size: 14px;content: "\f105";transition: none !important;}.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right .listing-menu > li > ul li > ul {visibility: hidden;opacity: 0;padding: 0;list-style: none;position: absolute;width: 250px;top: 0;left: 105%;margin-top: 0;background-color: #ffffff;box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);z-index: -1;}.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right .listing-menu > li > ul li > ul li > ul {visibility: hidden;opacity: 0;padding: 0;list-style: none;position: absolute;width: 250px;top: 0;left: 105%;background-color: #ffffff;box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);z-index: -1;}.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right .listing-menu > li > ul li > ul li > ul li > ul {visibility: hidden;opacity: 0;padding: 0;list-style: none;position: absolute;width: 250px;top: 0;left: 105%;background-color: #ffffff;box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);z-index: -1;}.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right .listing-menu > li > ul li > ul li > ul li:hover > ul {visibility: visible;left: 100%;opacity: 1;}.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right .listing-menu > li > ul li > ul li:hover > ul {visibility: visible;left: 100%;opacity: 1;}.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right .listing-menu > li > ul li:hover > ul {visibility: visible;left: 100%;opacity: 1;}.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right .listing-right-actions {float: right;}.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right .listing-right-actions .help-bar-shop {position: relative;top: -9px;margin-left: 22px;}.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right .listing-right-actions .help-bar-shop a {text-decoration: none !important;}.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right .listing-right-actions .help-bar-shop i {font-size: 30px;}.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right .listing-right-actions .help-bar-shop .list-badge {position: absolute;top: 8px;left: 0;right: 0;text-align: center;color: #ffffff;font-size: 11px;font-weight: 700;}.stm-layout-header-boats #stm-boats-header #header .header-inner-content .lOffer-compare {position: relative;top: -2px;padding-right: 15px;text-transform: uppercase;color: #ffffff;vertical-align: top;text-decoration: none !important;}.stm-layout-header-boats #stm-boats-header #header .header-inner-content .lOffer-compare:hover {color: #ceac61;}.stm-layout-header-boats #stm-boats-header #header .header-inner-content .lOffer-compare:hover .heading-font {color: #ceac61;}.stm-layout-header-boats #stm-boats-header #header .header-inner-content .lOffer-compare:hover .stm-current-cars-in-compare {color: #ffffff;}.stm-layout-header-boats #stm-boats-header #header .header-inner-content .lOffer-compare .heading-font {color: #ffffff;margin-right: 7px;font-size: 11px;font-weight: 700;}.stm-layout-header-boats #stm-boats-header #header .header-inner-content .lOffer-compare i {position: relative;top: 3px;font-size: 18px;transition: all 0.2s ease-in-out;}.stm-layout-header-boats #stm-boats-header #header .header-inner-content .lOffer-compare .stm-current-cars-in-compare {position: absolute;right: -7px;top: -7px;display: inline-block;background-color: #ceac61;color: #ffffff;padding: 0 6px;border-radius: 50%;text-align: center;font-size: 11px;line-height: 18px;}.stm-layout-header-boats #stm-boats-header #header .is-listing .listing-service-right {padding-top: 0;}.stm-layout-header-boats #stm-boats-header #header .is-listing .header-inner-content .lOffer-compare i {top: 8px;font-size: 24px;}.stm-layout-header-boats #stm-boats-header #header .is-listing .listing-right-actions {display: flex;flex-direction: row-reverse;flex-wrap: nowrap;align-items: center;}.stm-layout-header-boats #stm-boats-header #header .is-listing .listing-right-actions .help-bar-shop {top: 0 !important;margin: 0 30px 0 20px;}.stm-layout-header-boats #stm-boats-header #header .is-listing .listing_add_cart {text-decoration: none !important;}.stm-layout-header-boats #stm-boats-header #header .is-listing .listing_add_cart > div {display: block;position: relative;padding: 12px 22px 10px 61px;background: #ceac61;color: #fff;font-size: 12px;text-transform: uppercase;font-weight: 700;text-decoration: none !important;border-radius: 2px;}.stm-layout-header-boats #stm-boats-header #header .is-listing .listing_add_cart > div:hover {background: rgba(206,172,97, 0.85);}.stm-layout-header-boats #stm-boats-header #header .is-listing .listing_add_cart > div .list-label {color: #ffffff;}.stm-layout-header-boats #stm-boats-header #header .is-listing .listing_add_cart > div > i {position: absolute;top: 13px;left: 21px;font-size: 19px;}.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit {margin: 0;}.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit:hover .lOffer-account-dropdown {top: 100%;opacity: 1;visibility: visible;}.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .lOffer-account {position: relative;display: flex;flex-direction: row;align-items: center;justify-content: center;margin: 0 24px 0 0;background-color: #eee;color: #5b6771;font-size: 12px;width: 28px;height: 28px;text-align: center;line-height: 28px;border-radius: 50%;text-decoration: none !important;}.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .lOffer-account:hover {color: #fff;background: #ceac61;}.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .lOffer-account .stm-dropdown-user-small-avatar {position: absolute;top: -2px;left: -2px;right: -2px;bottom: -2px;z-index: 1;}.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .lOffer-account .stm-dropdown-user-small-avatar img {vertical-align: top;border-radius: 50%;height: 100%;-o-object-fit: cover;object-fit: cover;transform: translateZ(0);-webkit-transform: translateZ(0);}.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .lOffer-account:hover {background: #ceac61;}.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .lOffer-account-dropdown {position: absolute;top: 110%;padding: 21px 15px 0px 30px;background-color: #fff;width: 215px;margin: 14px 0 0 -94px;opacity: 0;visibility: hidden;box-shadow: -1px 2px 10px rgba(0, 0, 0, 0.3);}.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .lOffer-account-dropdown.stm-login-form-unregistered {margin-left: -104px;width: 235px;padding: 25px 20px 25px 20px;}.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .lOffer-account-dropdown.stm-login-form-unregistered.active {top: 100%;opacity: 1;visibility: visible;}.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .lOffer-account-dropdown.stm-login-form-unregistered.working {top: 100%;opacity: 1;visibility: visible;}.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .lOffer-account-dropdown.stm-login-form-unregistered .stm-message-ajax-validation {margin-top: 20px;padding: 7px 15px;background-color: #232628;color: #fff;border-radius: 3px;font-weight: 700;font-size: 13px;line-height: 16px;}.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .lOffer-account-dropdown.stm-login-form-unregistered .stm-listing-loader {margin: 0 10px;opacity: 0;visibility: hidden;}.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .lOffer-account-dropdown.stm-login-form-unregistered .stm-listing-loader i {display: inline-block;color: #ceac61;animation: rotating 2s infinite linear;}.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .lOffer-account-dropdown.stm-login-form-unregistered .stm-listing-loader.visible {opacity: 1;visibility: visible;}.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .lOffer-account-dropdown.stm-login-form-unregistered h4 {font-size: 14px;}.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .lOffer-account-dropdown.stm-login-form-unregistered .form-group {margin-bottom: 15px;}.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .lOffer-account-dropdown.stm-login-form-unregistered input[type=text],.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .lOffer-account-dropdown.stm-login-form-unregistered input[type=password] {padding-left: 8px;height: 40px;line-height: 40px;}.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .lOffer-account-dropdown.stm-login-form-unregistered input[type=submit] {visibility: inherit;display: inline-block;padding: 14px 15px 11px;font-size: 12px;}.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .lOffer-account-dropdown.stm-login-form-unregistered .stm_label {display: inline-block;font-size: 13px;color: #888;}.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .lOffer-account-dropdown:before {position: absolute;content: "";display: block;top: -14px;left: 0;background-color: transparent;opacity: 0;width: 100%;height: 14px;}.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .lOffer-account-dropdown:after {position: absolute;content: "";display: block;width: 0;height: 0;border-left: 5px solid transparent;border-right: 5px solid transparent;top: -5px;left: 50%;margin-left: -5px;border-bottom: 5px solid #fff;}.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .lOffer-account-dropdown .settings {display: block;position: absolute;right: 14px;top: 15px;width: 30px;height: 30px;text-align: center;background-color: #eee;border-radius: 2px;text-decoration: none !important;padding: 0;}.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .lOffer-account-dropdown .settings .stm-settings-icon {line-height: 30px;font-size: 14px;color: #232628;opacity: 0.3;}.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .lOffer-account-dropdown .settings:hover .stm-settings-icon {opacity: 1;}.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .lOffer-account-dropdown .name {margin-bottom: 12px;padding-right: 37px;}.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .lOffer-account-dropdown .name a {color: #232628;font-weight: 700;font-size: 13px;text-decoration: none !important;padding: 0;}.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .lOffer-account-dropdown .name a:hover {color: #ceac61;}.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .lOffer-account-dropdown .account-list {display: block;padding: 0;margin: 0 0 14px;list-style: none;position: relative;overflow: hidden;}.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .lOffer-account-dropdown .account-list li {display: block;padding: 0;overflow: hidden;width: 100%;}.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .lOffer-account-dropdown .account-list li a {display: block;line-height: 26px;font-size: 13px;color: #232628;text-decoration: none !important;padding: 0;}.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .lOffer-account-dropdown .account-list li a:hover {color: #ceac61;}.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .lOffer-account-dropdown .logout {display: block;margin: 0 -15px 0 -30px;padding: 10px 15px 10px 30px;background-color: #e5e5e5;color: #232628;opacity: 0.7;font-size: 13px;text-decoration: none !important;text-align: left;}.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .lOffer-account-dropdown .logout .fas {position: relative;top: 1px;left: -1px;margin-right: 5px;color: #232628;font-size: 15px;letter-spacing: -0.5px;opacity: 0.5;}.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .lOffer-account-dropdown .logout:hover {opacity: 0.9;}.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .lOffer-account-dropdown .logout:hover .fas {opacity: 0.7;}.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .stm-user-mobile-info-wrapper {display: none;position: fixed;height: 100vh;top: 74px;right: 0;background-color: #153e4d;padding: 16px 0 16px;width: 300px;box-shadow: -1px 3px 5px rgba(0, 0, 0, 0.2);overflow-y: auto;overflow-x: hidden;z-index: 100;transform: translateX(300px);transition: 300ms ease;opacity: 0;}@media (max-width: 991px) {.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .stm-user-mobile-info-wrapper {display: block;}}@media (max-width: 1024px) {.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .stm-user-mobile-info-wrapper {top: 58px;right: -43px;}}.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .stm-user-mobile-info-wrapper.active {transform: translateX(0);opacity: 1;}.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .stm-user-mobile-info-wrapper .stm-login-form-mobile-unregistered {padding: 25px 20px 25px 20px;}.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .stm-user-mobile-info-wrapper .stm-login-form-mobile-unregistered .stm-message-ajax-validation {margin-top: 20px;padding: 7px 5px;background-color: #232628;color: #fff;border-radius: 3px;font-weight: 700;font-size: 13px;}.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .stm-user-mobile-info-wrapper .stm-login-form-mobile-unregistered .stm-listing-loader {margin: 0 10px;opacity: 0;visibility: hidden;}.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .stm-user-mobile-info-wrapper .stm-login-form-mobile-unregistered .stm-listing-loader i {display: inline-block;color: #ceac61;animation: rotating 2s infinite linear;}.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .stm-user-mobile-info-wrapper .stm-login-form-mobile-unregistered .stm-listing-loader.visible {opacity: 1;visibility: visible;}.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .stm-user-mobile-info-wrapper .stm-login-form-mobile-unregistered h4 {color: #fff;font-size: 14px;}.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .stm-user-mobile-info-wrapper .stm-login-form-mobile-unregistered .form-group {margin-bottom: 15px;}.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .stm-user-mobile-info-wrapper .stm-login-form-mobile-unregistered input[type=text],.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .stm-user-mobile-info-wrapper .stm-login-form-mobile-unregistered input[type=password] {padding-left: 8px;height: 40px;line-height: 40px;}.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .stm-user-mobile-info-wrapper .stm-login-form-mobile-unregistered input[type=submit] {display: inline-block;padding: 18px 15px 14px;font-size: 12px;}.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .stm-user-mobile-info-wrapper .stm-login-form-mobile-unregistered .stm_label {font-size: 13px;color: #fff;}.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .stm-user-mobile-info-wrapper .stm-login-form-mobile-unregistered .form-checker span {color: #fff;}.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .stm-user-mobile-info-wrapper .stm-user-private-sidebar {padding: 15px 20px 0 30px;}.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .stm-user-mobile-info-wrapper .stm-user-private-sidebar .phone-label, .stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .stm-user-mobile-info-wrapper .stm-user-private-sidebar .mail-label {margin-bottom: 6px;}.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit .stm-user-mobile-info-wrapper .stm-user-private-sidebar .show-my-profile i {top: 7px;}@media (max-width: 1100px) {.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit {margin-right: 40px;}}@media (max-width: 1000px) {.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit {margin-right: 0;}.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit:hover .lOffer-account-dropdown {top: 0;opacity: 0;visibility: hidden;}}@media (max-width: 991px) {.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit {margin-right: 20px;margin-left: 16px;}}@media (max-width: 500px) {.stm-layout-header-boats #stm-boats-header #header .is-listing .lOffer-account-unit {margin-top: 3px;margin-right: 10px;margin-left: 10px;}}.stm-layout-header-boats #stm-boats-header #header .header-listing-boats ul.listing-menu li.stm_megamenu {position: static;}.stm-layout-header-boats #stm-boats-header #header .header-listing-boats ul.listing-menu li.stm_megamenu > .sub-menu {width: 100%;padding: 15px 0;}.stm-layout-header-boats #stm-boats-header #header .header-listing-boats ul.listing-menu li.stm_megamenu > .sub-menu > li > .sub-menu {padding: 0;}.stm-layout-header-boats #stm-boats-header #header .header-listing-boats ul.listing-menu li.stm_megamenu > .sub-menu > li > .sub-menu > li:first-child a {padding-top: 0 !important;}.stm-layout-header-boats #stm-boats-header #header .header-listing-boats ul.listing-menu li.stm_megamenu .stm-special-offers {padding: 0;margin: 0;}.stm-layout-header-boats .stm-boats-top-bar-centered {display: flex;flex-direction: row;flex-wrap: nowrap;overflow: hidden;text-align: center;justify-content: space-between;align-items: center;}.stm-layout-header-boats .stm-boats-top-bar-centered .top-bar-info,.stm-layout-header-boats .stm-boats-top-bar-centered .header-top-bar-socs {display: inline-block;margin: unset;}.stm-layout-header-boats .stm-boats-top-bar-centered .top-bar-info {text-transform: none;margin-left: 20px;}.stm-layout-header-boats .stm-boats-mobile-header {display: none;position: fixed;top: 0;left: 0;right: 0;padding: 30px 50px 30px 15px;background-color: #ceac61;z-index: 9999;}.stm-layout-header-boats .stm-boats-mobile-header .bloglogo img {max-height: 40px;}.stm-layout-header-boats .stm-boats-mobile-header .stm-menu-boats-trigger {position: absolute;right: 15px;top: 50%;margin-top: -13px;}.stm-layout-header-boats .stm-boats-mobile-header .stm-menu-boats-trigger span {display: block;width: 28px;height: 4px;margin-bottom: 7px;border-radius: 2px;background: rgba(255, 255, 255, 0.5);}.stm-layout-header-boats .stm-boats-mobile-header .stm-menu-boats-trigger span:first-child {position: relative;top: 0;transition: top 0.3s 0.3s, transform 0.3s 0s;}.stm-layout-header-boats .stm-boats-mobile-header .stm-menu-boats-trigger span:nth-child(2) {opacity: 1;transition: opacity 0.3s;}.stm-layout-header-boats .stm-boats-mobile-header .stm-menu-boats-trigger span:last-child {margin-bottom: 0;position: relative;top: 0;transition: top 0.3s 0.3s, transform 0.3s 0s;}.stm-layout-header-boats .stm-boats-mobile-header .stm-menu-boats-trigger.opened span {background: rgb(255, 255, 255);}.stm-layout-header-boats .stm-boats-mobile-header .stm-menu-boats-trigger.opened span:first-child {top: 11px;transform: rotate(-45deg);transition: top 0.3s 0s, transform 0.3s 0.3s;}.stm-layout-header-boats .stm-boats-mobile-header .stm-menu-boats-trigger.opened span:nth-child(2) {opacity: 0;}.stm-layout-header-boats .stm-boats-mobile-header .stm-menu-boats-trigger.opened span:last-child {top: -11px;transform: rotate(45deg);transition: top 0.3s 0s, transform 0.3s 0.3s;}.stm-layout-header-boats .stm-boats-mobile-menu {display: none;position: fixed;top: 80px;bottom: 0;right: -320px;background-color: #ceac61;width: 320px;box-shadow: -1px 3px 5px rgba(0, 0, 0, 0.2);overflow-y: auto;overflow-x: hidden;transition: right 0.3s 0s;z-index: 100;}.stm-layout-header-boats .stm-boats-mobile-menu .inner {position: relative;z-index: 15;}.stm-layout-header-boats .stm-boats-mobile-menu .inner:after {position: absolute;content: "";display: block;top: 0;left: 0;height: 100%;width: 100%;}.stm-layout-header-boats .stm-boats-mobile-menu .inner-content {padding: 20px 30px 30px;position: relative;z-index: 25;}.stm-layout-header-boats .stm-boats-mobile-menu .listing-menu {list-style: none;padding: 0;margin: 0;}.stm-layout-header-boats .stm-boats-mobile-menu .listing-menu li {margin-bottom: 0;}.stm-layout-header-boats .stm-boats-mobile-menu .listing-menu li:last-child {margin-bottom: 0;}.stm-layout-header-boats .stm-boats-mobile-menu .listing-menu li .sub-menu {margin: 0;list-style: none;}.stm-layout-header-boats .stm-boats-mobile-menu .listing-menu li .sub-menu a {font-size: 16px;}.stm-layout-header-boats .stm-boats-mobile-menu .listing-menu li a {position: relative;display: block;padding: 10px 0;font-size: 20px;font-weight: 700;color: #ffffff;text-decoration: none !important;}.stm-layout-header-boats .stm-boats-mobile-menu .listing-menu li a .stm-boats-menu-first-lvl:after {position: absolute;content: "";display: block;font-family: "Font Awesome 6 Free";font-weight: 600;font-style: normal;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;transform: translate(0, 0);right: -15px;top: 10px;content: "\f107";}.stm-layout-header-boats .stm-boats-mobile-menu .listing-menu li a .stm-boats-menu-first-lvl.active:after {transform: rotate(-180deg);}.stm-layout-header-boats .stm-boats-mobile-menu .listing-menu .sub-menu {display: none;}.stm-layout-header-boats .stm-boats-mobile-menu.opened {right: 0;}.stm-layout-header-boats .stm-boats-mobile-menu #top-bar-mobile .stm-boats-top-bar-centered {text-align: left;}.stm-layout-header-boats .stm-boats-mobile-menu #top-bar-mobile .stm-boats-top-bar-centered .top-bar-info,.stm-layout-header-boats .stm-boats-mobile-menu #top-bar-mobile .stm-boats-top-bar-centered .header-top-bar-socs ul {display: block;list-style: none;text-align: left;padding: 0;}.stm-layout-header-boats .stm-boats-mobile-menu #top-bar-mobile .stm-boats-top-bar-centered .top-bar-info {padding: 20px 0;color: #ffffff;}.stm-layout-header-boats .stm-boats-mobile-menu #top-bar-mobile .stm-boats-top-bar-centered .top-bar-info li {margin-bottom: 15px;}.stm-layout-header-boats .stm-boats-mobile-menu #top-bar-mobile .stm-boats-top-bar-centered .top-bar-info li:last-child {margin-bottom: 0;}.stm-layout-header-boats .stm-boats-mobile-menu #top-bar-mobile .stm-boats-top-bar-centered .header-top-bar-socs ul li {display: inline-block;vertical-align: top;margin-right: 15px;}.stm-layout-header-boats .stm-boats-mobile-menu #top-bar-mobile .stm-boats-top-bar-centered .header-top-bar-socs ul li:last-child {margin-right: 0;}.stm-layout-header-boats .stm-boats-mobile-menu #top-bar-mobile .language-switcher-unit {position: relative;}.stm-layout-header-boats .stm-boats-mobile-menu #top-bar-mobile .language-switcher-unit .dropdown-menu {margin: 0;padding: 0;}.stm-layout-header-boats .stm-boats-mobile-menu #top-bar-mobile .language-switcher-unit .dropdown-menu li {margin-bottom: 0;}.stm-layout-header-boats .stm-boats-mobile-menu #top-bar-mobile .stm_current_language {color: #ffffff;}.stm-layout-header-boats .stm-boats-mobile-menu #top-bar-mobile .stm_current_language .fas {margin-left: 15px;}.stm-layout-header-boats .stm-boats-mobile-menu ul.listing-menu li:not(.stm_megamenu) .sub-menu li a {color: #fff !important;}.stm-layout-header-boats .stm-boats-mobile-menu ul.listing-menu li.stm_megamenu > .sub-menu > li a {color: #002e5b !important;}.stm-layout-header-boats .stm-boats-mobile-menu ul.listing-menu li.stm_megamenu > .sub-menu .stm-special-offers .img-wrap a {padding: 0;}@media (max-width: 1025px) {.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right {display: block;}.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right .listing-menu > li {margin: 0 10px;}}@media (max-width: 992px) {.stm-layout-header-boats #stm-boats-header {overflow: hidden;}.stm-layout-header-boats #top-bar-mobile {padding-top: 10px;}.stm-layout-header-boats #top-bar-mobile .stm-boats-top-bar-centered {flex-direction: column;align-items: flex-start;}.stm-layout-header-boats #top-bar-mobile .stm-boats-top-bar-centered .top-bar-info {margin-left: 0;}.stm-layout-header-boats #top-bar-mobile .stm-boats-top-bar-centered .top_bar_menu {display: none;}}@media (max-width: 991px) {.stm-layout-header-boats #stm-boats-header {display: none;}.stm-layout-header-boats .stm-boats-mobile-header {display: block;}.stm-layout-header-boats .stm-boats-mobile-menu {display: block;}}.stm-layout-header-boats.has_envato_iframe .stm-boats-mobile-header {top: 54px;}@media (max-width: 767px) {.stm-layout-header-boats.has_envato_iframe {top: 132px;}}.stm-layout-header-boats.has_envato_iframe .stm-boats-mobile-menu.opened {top: 153px;}/* info: https://www.lucaprofumo.com/wp-content/themes/motors/assets/css/animation.css */
.stm-prev-next,
.stm-prev-next i,
.stm-featured-boats-widget .stm-featured-boats-w-units .content .title,
.stm-boats-data .single-boat-data-units .stm-gallery-action-unit,
.stm-template-boats .boats-image-unit,
.stm-template-front-loop .image:after,
.stm-isotope-listing-item .image:after,
.boats-image-unit > div,
.stm-compare-directory-new,
.stm-filter-sidebar-boats #stm-classic-filter-submit,
.stm-boats-shorten-filter,
.stm-filter-sidebar-boats .form-group,
.testimonials-carousel-boats .owl-dots .owl-dot span,
.stm-boats-video-poster,
.stm-boats-video-iframe .stm-boats-video-poster:before,
.stm-boats-listing-icons > a .name,
.stm-layout-box-boats .boat-line,
.stm-layout-box-boats:after, .stm-layout-box-boats:before,
.stm-boats-news .stm-post-content .title,
#stm-boats-header #header .header-inner-content .listing-service-right .listing-menu li a:after,
#stm-boats-header .lOffer-compare .heading-font,
#stm-boats-header #top-bar .language-switcher-unit .stm_current_language,
#stm-boats-header #top-bar .top-bar-info li,
.stm-user-mobile-info-wrapper,
.listing-menu-mobile-wrapper .stm-opened-menu-listing,
.listing-menu-mobile-wrapper .listing-menu-mobile > li > a .stm_frst_lvl_trigger,
.listing-menu-mobile-wrapper .listing-menu-mobile > li > a .stm_frst_lvl_trigger:before,
.listing-menu-mobile-wrapper .listing-menu-mobile > li > a .stm_frst_lvl_trigger:after,
.listing-menu ul,
.stm-write-dealer-review .right .stm-star-rating[data-width="0"] span,
.stm_add_car_form .stm-form-checking-user .stm-form-inner:before,
.stm_add_car_form .stm-form-checking-user .stm-form-inner .stm-icon-load1,
.stm-history-popup,
.stm_add_car_form .stm_add_car_form_1 .stm-form-1-end-unit .stm-form-1-quarter .stm-label i,
.stm-delete-confirmation-overlay,
.stm-delete-confirmation-popup,
.listing-list-loop-edit,
.stm_edit_disable_car,
.stm-directory-grid-loop .image .stm-listing-compare,
.stm-directory-grid-loop .image .stm-listing-favorite,
.stm-user-private .stm-user-private-sidebar .stm-actions-list a i,
.stm-listing-loader,
.stm-pricing-table__action,
.stm-pricing__filters .stm-pricing__filter_fluid-hover,
.stm-listing-car-gallery .stm-car-medias > div,
.stm-listing-directory-checkboxes .stm-accordion-content-wrapper.loading:before,
.stm-listing-directory-checkboxes .stm-accordion-content-wrapper.loading:after,
.stm-listing-directory-checkboxes .stm-option-label .stm-option-image,
.listing-list-loop.stm-listing-directory-list-loop .stm-car-medias > div,
.listing-list-loop.stm-listing-directory-list-loop .stm-listing-compare,
.listing-list-loop.stm-listing-directory-list-loop .stm-listing-favorite,
.listing-list-loop.stm-listing-directory-list-loop .stm-car-medias,
.stm-template-listing .archive-listing-page .listing-list-loop .image .image-inner:after,
.stm_dynamic_listing_filter .stm_dynamic_listing_filter_nav li,
.lOffer-account-unit .lOffer-account-dropdown .logout .fa,
.stm-settings-icon,
.lOffer-account-dropdown,
.stm_listing_tabs_style_2 .stm_listing_nav_list li a:after,
.stm_listing_icon_filter .stm_listing_icon_filter_single .inner .image,
.stm_icon_filter_label,
.stm_listing_icon_filter .stm_listing_icon_filter_single .inner img,
.header-listing .listing_add_cart > div,
.stm-site-preloader:after,
.stm-site-preloader:before,
.header-service .bloglogo img,
.service-mobile-menu-trigger span,
.header-service,
.stm-image-links .stm-image-link .inner img,
.stm-filter-chosen-units-list,
.stm-ajax-row:before,
.stm-ajax-row:after,
.stm-sell-a-car-form .form-navigation .form-navigation-unit .number,
.stm-sell-a-car-form .form-navigation .form-navigation-unit.validated .number:before,
#animated-blog-wrapper .title,
.vc_toggle .vc_toggle_icon:after,
.mobile-menu-holder .header-menu > li .arrow i,
.header-help-bar-trigger i,
.media-carousel-item .stm_fancybox:after,
.select2-results__options li,
.modern-filter-badges .stm-filter-chosen-units-list,
.stm-modern-filter-unit-images .stm-single-unit-image .image,
.product-title,
.stm-shop-sidebar-area .widget > ul > li > a:hover:before,
.post-grid-single-unit .title,
.widget_archive .select2-container--default .select2-selection--single .select2-selection__arrow:after,
#main .wc-block-product-search form:before,
#main .widget_search form.search-form:before,
#main .widget_search form.wp-block-search:before,
.stm-accordion-single-unit > a.title h5,
.stm-accordion-single-unit > a.title .minus,
.stm-accordion-single-unit > a.title .minus:after,
.certified-logo-1,
.certified-logo-2,
.listing-list-loop .title,
.icon-box .icon-text .content span, .icon-box .icon-text .content p,
.stm-compare-car-img:after,
.compare-col-stm-empty .image img,
.remove-from-compare,
.stm-call-to-action-1 .stm-call-action-right .stm-call-action-right-banner,
.stm-call-action-right-banner,
.compare-col-stm-empty .h5,
.compare-col-stm-empty > a:hover .h5,
.compare-col-stm-empty .image .stm-icon-car_search,
.compare-col-stm-empty .image:hover .stm-icon-car_search,
.brands-carousel-item-inner,
.single-add-to-compare,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea,
.wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav > li > a:before,
.vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:before,
.stm-thumbs-car-gallery .owl-item:after,
.modal-open #wrapper,
.team-info,
.stm-our-team .image:before,
.stm-our-team .meta,
.stm-our-team .meta .name, .stm-our-team .meta .position,
.owl-prev, .owl-next,
.vc_tta-icon,
.load-more-btn,
.car-listing-actions,
.stm-owl-next,
.stm-owl-prev,
.icon-box-bottom-triangle,
.icon-box:before,
.home-slider .tp-bullet,
.fancy-iframe,
a,
.ajax-loader,
.global-alerts,
.stm-ajax-row,
.stm-ajax-row:before,
.calculator-alert {
   -webkit-transition: all 0.25s ease;
   -moz-transition: all 0.25s ease;
   -o-transition: all 0.25s ease;
   transition: all 0.25s ease;
}

.stm-layout-box-boats:hover .boat-line {
   /*transition-delay: 0.2s;*/
}

.modern-filter-badges.activated,
.modern-filter-badges {
	-webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
   -o-transition: all 1s ease;
   transition: all 1s ease;
}

.stm-blackout-overlay {
   -webkit-transition: visiblity 0.25s ease;
   -moz-transition: visiblity 0.25s ease;
   -o-transition: visiblity 0.25s ease;
   transition: visiblity 0.25s ease;
}

.widget_archive .select2-container--default .select2-selection--single .select2-selection__arrow b,
#main .widget_search form.search-form:after {
   -webkit-transition: all 0.25s ease;
   -moz-transition: all 0.25s ease;
   -o-transition: all 0.25s ease;
   transition: all 0.25s ease 0.1s;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
   -webkit-transition: transform 0.25s ease;
   -moz-transition: transform 0.25s ease;
   -o-transition: transform 0.25s ease;
   transition: transform 0.25s ease;
}

.icon-box:before:hover {
   -webkit-transition: all 0.25s cubic-bezier(0.2, 1, 0.3, 1);
   -moz-transition: all 0.25s cubic-bezier(0.2, 1, 0.3, 1);
   -o-transition: all 0.25s cubic-bezier(0.2, 1, 0.3, 1);
   transition: all 0.25s cubic-bezier(0.2, 1, 0.3, 1);
}

.header-nav.header-nav-transparent {
   -webkit-transition: background-color 0.25s ease;
   -moz-transition: background-color 0.25s ease;
   -o-transition: background-color 0.25s ease;
   transition: background-color 0.25s ease;
}

/*No transition*/
.stm_listing_icon_filter .stm_listing_icon_filter_single,
.stm-button,
.load-more-btn,
.button,
.select2-container--default .select2-selection--single .select2-selection__arrow b.stm-preloader {
   -webkit-transition: all 0s ease;
   -moz-transition: all 0s ease;
   -o-transition: all 0s ease;
   transition: all 0s ease;
}

@-webkit-keyframes rotating {
   0% {
      -webkit-transform: rotate(0deg);
   }
   20% {
      -webkit-transform: rotate(90deg);
   }
   50% {
      -webkit-transform: rotate(180deg);
   }
   75% {
      -webkit-transform: rotate(270deg);
   }
   100% {
      -webkit-transform: rotate(360deg);
   }
}

@keyframes rotating {
   0% {
      transform: rotate(0deg);
   }
   20% {
      transform: rotate(90deg);
   }
   50% {
      transform: rotate(180deg);
   }
   75% {
      transform: rotate(270deg);
   }
   100% {
      transform: rotate(360deg);
   }
}

.car-action-unit.add-to-compare.stm-added .stm-unhover,
.car-action-unit.add-to-compare.stm-added:hover .stm-show-on-hover {
   -webkit-transition: opacity 0.25s ease;
   -moz-transition: opacity 0.25s ease;
   -o-transition: opacity 0.25s ease;
   transition: opacity 0.4s ease 0.1s;
}

.car-action-unit.add-to-compare.stm-added:hover .stm-unhover,
.car-action-unit.add-to-compare.stm-added .stm-show-on-hover {
   -webkit-transition: opacity 0.4s ease 0s;
   -moz-transition: opacity 0.4s ease 0s;
   -o-transition: opacity 0.4s ease 0s;
   transition: opacity 0.4s ease 0s;
}


/* Menu transition */
.main-menu .header-menu > li > ul li > ul,
.main-menu .header-menu > li > ul {
	-webkit-transition: all 0s ease;
   -moz-transition: all 0s ease;
   -o-transition: all 0s ease;
   transition: all 0s ease;
}

.main-menu .header-menu > li > ul li:hover > ul,
.main-menu .header-menu > li:hover > ul {
	-webkit-transition: all 0.25s ease;
   -moz-transition: all 0.25s ease;
   -o-transition: all 0.25s ease;
   transition: all 0.25s ease;
}

.stm-add-a-car-login-overlay,
.stm-add-a-car-login,
.stm_phrases,
.stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .inner .stm-image-preview.ui-draggable:before,
.stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-gallery .stm-placeholder .inner .stm-image-preview .fa,
.stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-main-input .stm-placeholder .stm-service-icon-photos,
.stm_add_car_form .stm-form-3-photos .stm-add-media-car .stm-media-car-main-input .stm-placeholder .stm-service-icon-photos:after,
.stm_add_car_form .stm-form-4-videos .stm-video-link-unit .stm-after-video:before,
.stm_add_car_form .stm-form-4-videos .stm-video-link-unit .stm-after-video:after {
   -webkit-transition: all 0.1s linear;
   -moz-transition: all 0.1s linear;
   -o-transition: all 0.1s linear;
   transition: all 0.1s linear;
}


.animated {
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
}

.animated.infinite {
   -webkit-animation-iteration-count: infinite;
   animation-iteration-count: infinite;
}

.animated.hinge {
   -webkit-animation-duration: 2s;
   animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
   -webkit-animation-duration: .75s;
   animation-duration: .75s;
}

@-webkit-keyframes bounce {
   from, 20%, 53%, 80%, to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      -webkit-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0);
   }

   40%, 43% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
      animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
      -webkit-transform: translate3d(0, -30px, 0);
      transform: translate3d(0, -30px, 0);
   }

   70% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
      animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
      -webkit-transform: translate3d(0, -15px, 0);
      transform: translate3d(0, -15px, 0);
   }

   90% {
      -webkit-transform: translate3d(0,-4px,0);
      transform: translate3d(0,-4px,0);
   }
}

@keyframes bounce {
   from, 20%, 53%, 80%, to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      -webkit-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0);
   }

   40%, 43% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
      animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
      -webkit-transform: translate3d(0, -30px, 0);
      transform: translate3d(0, -30px, 0);
   }

   70% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
      animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
      -webkit-transform: translate3d(0, -15px, 0);
      transform: translate3d(0, -15px, 0);
   }

   90% {
      -webkit-transform: translate3d(0,-4px,0);
      transform: translate3d(0,-4px,0);
   }
}

.bounce {
   -webkit-animation-name: bounce;
   animation-name: bounce;
   -webkit-transform-origin: center bottom;
   transform-origin: center bottom;
}

@-webkit-keyframes flash {
   from, 50%, to {
      opacity: 1;
   }

   25%, 75% {
      opacity: 0;
   }
}

@keyframes flash {
   from, 50%, to {
      opacity: 1;
   }

   25%, 75% {
      opacity: 0;
   }
}

.flash {
   -webkit-animation-name: flash;
   animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
   from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
   }

   50% {
      -webkit-transform: scale3d(1.05, 1.05, 1.05);
      transform: scale3d(1.05, 1.05, 1.05);
   }

   to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
   }
}

@keyframes pulse {
   from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
   }

   50% {
      -webkit-transform: scale3d(1.05, 1.05, 1.05);
      transform: scale3d(1.05, 1.05, 1.05);
   }

   to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
   }
}

.pulse {
   -webkit-animation-name: pulse;
   animation-name: pulse;
}

@-webkit-keyframes rubberBand {
   from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
   }

   30% {
      -webkit-transform: scale3d(1.25, 0.75, 1);
      transform: scale3d(1.25, 0.75, 1);
   }

   40% {
      -webkit-transform: scale3d(0.75, 1.25, 1);
      transform: scale3d(0.75, 1.25, 1);
   }

   50% {
      -webkit-transform: scale3d(1.15, 0.85, 1);
      transform: scale3d(1.15, 0.85, 1);
   }

   65% {
      -webkit-transform: scale3d(.95, 1.05, 1);
      transform: scale3d(.95, 1.05, 1);
   }

   75% {
      -webkit-transform: scale3d(1.05, .95, 1);
      transform: scale3d(1.05, .95, 1);
   }

   to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
   }
}

@keyframes rubberBand {
   from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
   }

   30% {
      -webkit-transform: scale3d(1.25, 0.75, 1);
      transform: scale3d(1.25, 0.75, 1);
   }

   40% {
      -webkit-transform: scale3d(0.75, 1.25, 1);
      transform: scale3d(0.75, 1.25, 1);
   }

   50% {
      -webkit-transform: scale3d(1.15, 0.85, 1);
      transform: scale3d(1.15, 0.85, 1);
   }

   65% {
      -webkit-transform: scale3d(.95, 1.05, 1);
      transform: scale3d(.95, 1.05, 1);
   }

   75% {
      -webkit-transform: scale3d(1.05, .95, 1);
      transform: scale3d(1.05, .95, 1);
   }

   to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
   }
}

.rubberBand {
   -webkit-animation-name: rubberBand;
   animation-name: rubberBand;
}

@-webkit-keyframes shake {
   from, to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
   }

   10%, 30%, 50%, 70%, 90% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0);
   }

   20%, 40%, 60%, 80% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0);
   }
}

@keyframes shake {
   from, to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
   }

   10%, 30%, 50%, 70%, 90% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0);
   }

   20%, 40%, 60%, 80% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0);
   }
}

.shake {
   -webkit-animation-name: shake;
   animation-name: shake;
}

@-webkit-keyframes headShake {
   0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
   }

   6.5% {
      -webkit-transform: translateX(-6px) rotateY(-9deg);
      transform: translateX(-6px) rotateY(-9deg);
   }

   18.5% {
      -webkit-transform: translateX(5px) rotateY(7deg);
      transform: translateX(5px) rotateY(7deg);
   }

   31.5% {
      -webkit-transform: translateX(-3px) rotateY(-5deg);
      transform: translateX(-3px) rotateY(-5deg);
   }

   43.5% {
      -webkit-transform: translateX(2px) rotateY(3deg);
      transform: translateX(2px) rotateY(3deg);
   }

   50% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
   }
}

@keyframes headShake {
   0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
   }

   6.5% {
      -webkit-transform: translateX(-6px) rotateY(-9deg);
      transform: translateX(-6px) rotateY(-9deg);
   }

   18.5% {
      -webkit-transform: translateX(5px) rotateY(7deg);
      transform: translateX(5px) rotateY(7deg);
   }

   31.5% {
      -webkit-transform: translateX(-3px) rotateY(-5deg);
      transform: translateX(-3px) rotateY(-5deg);
   }

   43.5% {
      -webkit-transform: translateX(2px) rotateY(3deg);
      transform: translateX(2px) rotateY(3deg);
   }

   50% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
   }
}

.headShake {
   -webkit-animation-timing-function: ease-in-out;
   animation-timing-function: ease-in-out;
   -webkit-animation-name: headShake;
   animation-name: headShake;
}

@-webkit-keyframes swing {
   20% {
      -webkit-transform: rotate3d(0, 0, 1, 15deg);
      transform: rotate3d(0, 0, 1, 15deg);
   }

   40% {
      -webkit-transform: rotate3d(0, 0, 1, -10deg);
      transform: rotate3d(0, 0, 1, -10deg);
   }

   60% {
      -webkit-transform: rotate3d(0, 0, 1, 5deg);
      transform: rotate3d(0, 0, 1, 5deg);
   }

   80% {
      -webkit-transform: rotate3d(0, 0, 1, -5deg);
      transform: rotate3d(0, 0, 1, -5deg);
   }

   to {
      -webkit-transform: rotate3d(0, 0, 1, 0deg);
      transform: rotate3d(0, 0, 1, 0deg);
   }
}

@keyframes swing {
   20% {
      -webkit-transform: rotate3d(0, 0, 1, 15deg);
      transform: rotate3d(0, 0, 1, 15deg);
   }

   40% {
      -webkit-transform: rotate3d(0, 0, 1, -10deg);
      transform: rotate3d(0, 0, 1, -10deg);
   }

   60% {
      -webkit-transform: rotate3d(0, 0, 1, 5deg);
      transform: rotate3d(0, 0, 1, 5deg);
   }

   80% {
      -webkit-transform: rotate3d(0, 0, 1, -5deg);
      transform: rotate3d(0, 0, 1, -5deg);
   }

   to {
      -webkit-transform: rotate3d(0, 0, 1, 0deg);
      transform: rotate3d(0, 0, 1, 0deg);
   }
}

.swing {
   -webkit-transform-origin: top center;
   transform-origin: top center;
   -webkit-animation-name: swing;
   animation-name: swing;
}

@-webkit-keyframes tada {
   from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
   }

   10%, 20% {
      -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
      transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
   }

   30%, 50%, 70%, 90% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
   }

   40%, 60%, 80% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
   }

   to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
   }
}

@keyframes tada {
   from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
   }

   10%, 20% {
      -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
      transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
   }

   30%, 50%, 70%, 90% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
   }

   40%, 60%, 80% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
   }

   to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
   }
}

.tada {
   -webkit-animation-name: tada;
   animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
   from {
      -webkit-transform: none;
      transform: none;
   }

   15% {
      -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
      transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
   }

   30% {
      -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
      transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
   }

   45% {
      -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
      transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
   }

   60% {
      -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
      transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
   }

   75% {
      -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
      transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
   }

   to {
      -webkit-transform: none;
      transform: none;
   }
}

@keyframes wobble {
   from {
      -webkit-transform: none;
      transform: none;
   }

   15% {
      -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
      transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
   }

   30% {
      -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
      transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
   }

   45% {
      -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
      transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
   }

   60% {
      -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
      transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
   }

   75% {
      -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
      transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
   }

   to {
      -webkit-transform: none;
      transform: none;
   }
}

.wobble {
   -webkit-animation-name: wobble;
   animation-name: wobble;
}

@-webkit-keyframes jello {
   from, 11.1%, to {
      -webkit-transform: none;
      transform: none;
   }

   22.2% {
      -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
      transform: skewX(-12.5deg) skewY(-12.5deg);
   }

   33.3% {
      -webkit-transform: skewX(6.25deg) skewY(6.25deg);
      transform: skewX(6.25deg) skewY(6.25deg);
   }

   44.4% {
      -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
      transform: skewX(-3.125deg) skewY(-3.125deg);
   }

   55.5% {
      -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
      transform: skewX(1.5625deg) skewY(1.5625deg);
   }

   66.6% {
      -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
      transform: skewX(-0.78125deg) skewY(-0.78125deg);
   }

   77.7% {
      -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
      transform: skewX(0.390625deg) skewY(0.390625deg);
   }

   88.8% {
      -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
      transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
   }
}

@keyframes jello {
   from, 11.1%, to {
      -webkit-transform: none;
      transform: none;
   }

   22.2% {
      -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
      transform: skewX(-12.5deg) skewY(-12.5deg);
   }

   33.3% {
      -webkit-transform: skewX(6.25deg) skewY(6.25deg);
      transform: skewX(6.25deg) skewY(6.25deg);
   }

   44.4% {
      -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
      transform: skewX(-3.125deg) skewY(-3.125deg);
   }

   55.5% {
      -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
      transform: skewX(1.5625deg) skewY(1.5625deg);
   }

   66.6% {
      -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
      transform: skewX(-0.78125deg) skewY(-0.78125deg);
   }

   77.7% {
      -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
      transform: skewX(0.390625deg) skewY(0.390625deg);
   }

   88.8% {
      -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
      transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
   }
}

.jello {
   -webkit-animation-name: jello;
   animation-name: jello;
   -webkit-transform-origin: center;
   transform-origin: center;
}

@-webkit-keyframes bounceIn {
   from, 20%, 40%, 60%, 80%, to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
   }

   0% {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3);
   }

   20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
   }

   40% {
      -webkit-transform: scale3d(.9, .9, .9);
      transform: scale3d(.9, .9, .9);
   }

   60% {
      opacity: 1;
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
      transform: scale3d(1.03, 1.03, 1.03);
   }

   80% {
      -webkit-transform: scale3d(.97, .97, .97);
      transform: scale3d(.97, .97, .97);
   }

   to {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
   }
}

@keyframes bounceIn {
   from, 20%, 40%, 60%, 80%, to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
   }

   0% {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3);
   }

   20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
   }

   40% {
      -webkit-transform: scale3d(.9, .9, .9);
      transform: scale3d(.9, .9, .9);
   }

   60% {
      opacity: 1;
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
      transform: scale3d(1.03, 1.03, 1.03);
   }

   80% {
      -webkit-transform: scale3d(.97, .97, .97);
      transform: scale3d(.97, .97, .97);
   }

   to {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
   }
}

.bounceIn {
   -webkit-animation-name: bounceIn;
   animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
   from, 60%, 75%, 90%, to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
   }

   0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -3000px, 0);
      transform: translate3d(0, -3000px, 0);
   }

   60% {
      opacity: 1;
      -webkit-transform: translate3d(0, 25px, 0);
      transform: translate3d(0, 25px, 0);
   }

   75% {
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0);
   }

   90% {
      -webkit-transform: translate3d(0, 5px, 0);
      transform: translate3d(0, 5px, 0);
   }

   to {
      -webkit-transform: none;
      transform: none;
   }
}

@keyframes bounceInDown {
   from, 60%, 75%, 90%, to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
   }

   0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -3000px, 0);
      transform: translate3d(0, -3000px, 0);
   }

   60% {
      opacity: 1;
      -webkit-transform: translate3d(0, 25px, 0);
      transform: translate3d(0, 25px, 0);
   }

   75% {
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0);
   }

   90% {
      -webkit-transform: translate3d(0, 5px, 0);
      transform: translate3d(0, 5px, 0);
   }

   to {
      -webkit-transform: none;
      transform: none;
   }
}

.bounceInDown {
   -webkit-animation-name: bounceInDown;
   animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
   from, 60%, 75%, 90%, to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
   }

   0% {
      opacity: 0;
      -webkit-transform: translate3d(-3000px, 0, 0);
      transform: translate3d(-3000px, 0, 0);
   }

   60% {
      opacity: 1;
      -webkit-transform: translate3d(25px, 0, 0);
      transform: translate3d(25px, 0, 0);
   }

   75% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0);
   }

   90% {
      -webkit-transform: translate3d(5px, 0, 0);
      transform: translate3d(5px, 0, 0);
   }

   to {
      -webkit-transform: none;
      transform: none;
   }
}

@keyframes bounceInLeft {
   from, 60%, 75%, 90%, to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
   }

   0% {
      opacity: 0;
      -webkit-transform: translate3d(-3000px, 0, 0);
      transform: translate3d(-3000px, 0, 0);
   }

   60% {
      opacity: 1;
      -webkit-transform: translate3d(25px, 0, 0);
      transform: translate3d(25px, 0, 0);
   }

   75% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0);
   }

   90% {
      -webkit-transform: translate3d(5px, 0, 0);
      transform: translate3d(5px, 0, 0);
   }

   to {
      -webkit-transform: none;
      transform: none;
   }
}

.bounceInLeft {
   -webkit-animation-name: bounceInLeft;
   animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
   from, 60%, 75%, 90%, to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
   }

   from {
      opacity: 0;
      -webkit-transform: translate3d(3000px, 0, 0);
      transform: translate3d(3000px, 0, 0);
   }

   60% {
      opacity: 1;
      -webkit-transform: translate3d(-25px, 0, 0);
      transform: translate3d(-25px, 0, 0);
   }

   75% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0);
   }

   90% {
      -webkit-transform: translate3d(-5px, 0, 0);
      transform: translate3d(-5px, 0, 0);
   }

   to {
      -webkit-transform: none;
      transform: none;
   }
}

@keyframes bounceInRight {
   from, 60%, 75%, 90%, to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
   }

   from {
      opacity: 0;
      -webkit-transform: translate3d(3000px, 0, 0);
      transform: translate3d(3000px, 0, 0);
   }

   60% {
      opacity: 1;
      -webkit-transform: translate3d(-25px, 0, 0);
      transform: translate3d(-25px, 0, 0);
   }

   75% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0);
   }

   90% {
      -webkit-transform: translate3d(-5px, 0, 0);
      transform: translate3d(-5px, 0, 0);
   }

   to {
      -webkit-transform: none;
      transform: none;
   }
}

.bounceInRight {
   -webkit-animation-name: bounceInRight;
   animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
   from, 60%, 75%, 90%, to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
   }

   from {
      opacity: 0;
      -webkit-transform: translate3d(0, 3000px, 0);
      transform: translate3d(0, 3000px, 0);
   }

   60% {
      opacity: 1;
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0);
   }

   75% {
      -webkit-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0);
   }

   90% {
      -webkit-transform: translate3d(0, -5px, 0);
      transform: translate3d(0, -5px, 0);
   }

   to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
   }
}

@keyframes bounceInUp {
   from, 60%, 75%, 90%, to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
   }

   from {
      opacity: 0;
      -webkit-transform: translate3d(0, 3000px, 0);
      transform: translate3d(0, 3000px, 0);
   }

   60% {
      opacity: 1;
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0);
   }

   75% {
      -webkit-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0);
   }

   90% {
      -webkit-transform: translate3d(0, -5px, 0);
      transform: translate3d(0, -5px, 0);
   }

   to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
   }
}

.bounceInUp {
   -webkit-animation-name: bounceInUp;
   animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
   20% {
      -webkit-transform: scale3d(.9, .9, .9);
      transform: scale3d(.9, .9, .9);
   }

   50%, 55% {
      opacity: 1;
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
   }

   to {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3);
   }
}

@keyframes bounceOut {
   20% {
      -webkit-transform: scale3d(.9, .9, .9);
      transform: scale3d(.9, .9, .9);
   }

   50%, 55% {
      opacity: 1;
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
   }

   to {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3);
   }
}

.bounceOut {
   -webkit-animation-name: bounceOut;
   animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
   20% {
      -webkit-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0);
   }

   40%, 45% {
      opacity: 1;
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0);
   }

   to {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
   }
}

@keyframes bounceOutDown {
   20% {
      -webkit-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0);
   }

   40%, 45% {
      opacity: 1;
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0);
   }

   to {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
   }
}

.bounceOutDown {
   -webkit-animation-name: bounceOutDown;
   animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
   20% {
      opacity: 1;
      -webkit-transform: translate3d(20px, 0, 0);
      transform: translate3d(20px, 0, 0);
   }

   to {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
   }
}

@keyframes bounceOutLeft {
   20% {
      opacity: 1;
      -webkit-transform: translate3d(20px, 0, 0);
      transform: translate3d(20px, 0, 0);
   }

   to {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
   }
}

.bounceOutLeft {
   -webkit-animation-name: bounceOutLeft;
   animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
   20% {
      opacity: 1;
      -webkit-transform: translate3d(-20px, 0, 0);
      transform: translate3d(-20px, 0, 0);
   }

   to {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
   }
}

@keyframes bounceOutRight {
   20% {
      opacity: 1;
      -webkit-transform: translate3d(-20px, 0, 0);
      transform: translate3d(-20px, 0, 0);
   }

   to {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
   }
}

.bounceOutRight {
   -webkit-animation-name: bounceOutRight;
   animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
   20% {
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0);
   }

   40%, 45% {
      opacity: 1;
      -webkit-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0);
   }

   to {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
   }
}

@keyframes bounceOutUp {
   20% {
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0);
   }

   40%, 45% {
      opacity: 1;
      -webkit-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0);
   }

   to {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
   }
}

.bounceOutUp {
   -webkit-animation-name: bounceOutUp;
   animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
   from {
      opacity: 0;
   }

   to {
      opacity: 1;
   }
}

@keyframes fadeIn {
   from {
      opacity: 0;
   }

   to {
      opacity: 1;
   }
}

.fadeIn {
   -webkit-animation-name: fadeIn;
   animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
   from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
   }

   to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
   }
}

@keyframes fadeInDown {
   from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
   }

   to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
   }
}

.fadeInDown {
   -webkit-animation-name: fadeInDown;
   animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
   from {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
   }

   to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
   }
}

@keyframes fadeInDownBig {
   from {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
   }

   to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
   }
}

.fadeInDownBig {
   -webkit-animation-name: fadeInDownBig;
   animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
   from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
   }

   to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
   }
}

@keyframes fadeInLeft {
   from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
   }

   to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
   }
}

.fadeInLeft {
   -webkit-animation-name: fadeInLeft;
   animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
   from {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
   }

   to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
   }
}

@keyframes fadeInLeftBig {
   from {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
   }

   to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
   }
}

.fadeInLeftBig {
   -webkit-animation-name: fadeInLeftBig;
   animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
   from {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
   }

   to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
   }
}

@keyframes fadeInRight {
   from {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
   }

   to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
   }
}

.fadeInRight {
   -webkit-animation-name: fadeInRight;
   animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
   from {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
   }

   to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
   }
}

@keyframes fadeInRightBig {
   from {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
   }

   to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
   }
}

.fadeInRightBig {
   -webkit-animation-name: fadeInRightBig;
   animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
   from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
   }

   to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
   }
}

@keyframes fadeInUp {
   from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
   }

   to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
   }
}

.fadeInUp {
   -webkit-animation-name: fadeInUp;
   animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
   from {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
   }

   to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
   }
}

@keyframes fadeInUpBig {
   from {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
   }

   to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
   }
}

.fadeInUpBig {
   -webkit-animation-name: fadeInUpBig;
   animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
   from {
      opacity: 1;
   }

   to {
      opacity: 0;
   }
}

@keyframes fadeOut {
   from {
      opacity: 1;
   }

   to {
      opacity: 0;
   }
}

.fadeOut {
   -webkit-animation-name: fadeOut;
   animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
   from {
      opacity: 1;
   }

   to {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
   }
}

@keyframes fadeOutDown {
   from {
      opacity: 1;
   }

   to {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
   }
}

.fadeOutDown {
   -webkit-animation-name: fadeOutDown;
   animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
   from {
      opacity: 1;
   }

   to {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
   }
}

@keyframes fadeOutDownBig {
   from {
      opacity: 1;
   }

   to {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
   }
}

.fadeOutDownBig {
   -webkit-animation-name: fadeOutDownBig;
   animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
   from {
      opacity: 1;
   }

   to {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
   }
}

@keyframes fadeOutLeft {
   from {
      opacity: 1;
   }

   to {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
   }
}

.fadeOutLeft {
   -webkit-animation-name: fadeOutLeft;
   animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
   from {
      opacity: 1;
   }

   to {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
   }
}

@keyframes fadeOutLeftBig {
   from {
      opacity: 1;
   }

   to {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
   }
}

.fadeOutLeftBig {
   -webkit-animation-name: fadeOutLeftBig;
   animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
   from {
      opacity: 1;
   }

   to {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
   }
}

@keyframes fadeOutRight {
   from {
      opacity: 1;
   }

   to {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
   }
}

.fadeOutRight {
   -webkit-animation-name: fadeOutRight;
   animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
   from {
      opacity: 1;
   }

   to {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
   }
}

@keyframes fadeOutRightBig {
   from {
      opacity: 1;
   }

   to {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
   }
}

.fadeOutRightBig {
   -webkit-animation-name: fadeOutRightBig;
   animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
   from {
      opacity: 1;
   }

   to {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
   }
}

@keyframes fadeOutUp {
   from {
      opacity: 1;
   }

   to {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
   }
}

.fadeOutUp {
   -webkit-animation-name: fadeOutUp;
   animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
   from {
      opacity: 1;
   }

   to {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
   }
}

@keyframes fadeOutUpBig {
   from {
      opacity: 1;
   }

   to {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
   }
}

.fadeOutUpBig {
   -webkit-animation-name: fadeOutUpBig;
   animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
   from {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
   }

   40% {
      -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
      transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
   }

   50% {
      -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
      transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
   }

   80% {
      -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
      transform: perspective(400px) scale3d(.95, .95, .95);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
   }

   to {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
   }
}

@keyframes flip {
   from {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
   }

   40% {
      -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
      transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
   }

   50% {
      -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
      transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
   }

   80% {
      -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
      transform: perspective(400px) scale3d(.95, .95, .95);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
   }

   to {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
   }
}

.animated.flip {
   -webkit-backface-visibility: visible;
   backface-visibility: visible;
   -webkit-animation-name: flip;
   animation-name: flip;
}

@-webkit-keyframes flipInX {
   from {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0;
   }

   40% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
   }

   60% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
      opacity: 1;
   }

   80% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
   }

   to {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
   }
}

@keyframes flipInX {
   from {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0;
   }

   40% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
   }

   60% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
      opacity: 1;
   }

   80% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
   }

   to {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
   }
}

.flipInX {
   -webkit-backface-visibility: visible !important;
   backface-visibility: visible !important;
   -webkit-animation-name: flipInX;
   animation-name: flipInX;
}

@-webkit-keyframes flipInY {
   from {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0;
   }

   40% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
   }

   60% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      opacity: 1;
   }

   80% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
   }

   to {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
   }
}

@keyframes flipInY {
   from {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0;
   }

   40% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
   }

   60% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      opacity: 1;
   }

   80% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
   }

   to {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
   }
}

.flipInY {
   -webkit-backface-visibility: visible !important;
   backface-visibility: visible !important;
   -webkit-animation-name: flipInY;
   animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
   from {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
   }

   30% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      opacity: 1;
   }

   to {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      opacity: 0;
   }
}

@keyframes flipOutX {
   from {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
   }

   30% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      opacity: 1;
   }

   to {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      opacity: 0;
   }
}

.flipOutX {
   -webkit-animation-name: flipOutX;
   animation-name: flipOutX;
   -webkit-backface-visibility: visible !important;
   backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
   from {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
   }

   30% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
      opacity: 1;
   }

   to {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      opacity: 0;
   }
}

@keyframes flipOutY {
   from {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
   }

   30% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
      opacity: 1;
   }

   to {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      opacity: 0;
   }
}

.flipOutY {
   -webkit-backface-visibility: visible !important;
   backface-visibility: visible !important;
   -webkit-animation-name: flipOutY;
   animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
   from {
      -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
      transform: translate3d(100%, 0, 0) skewX(-30deg);
      opacity: 0;
   }

   60% {
      -webkit-transform: skewX(20deg);
      transform: skewX(20deg);
      opacity: 1;
   }

   80% {
      -webkit-transform: skewX(-5deg);
      transform: skewX(-5deg);
      opacity: 1;
   }

   to {
      -webkit-transform: none;
      transform: none;
      opacity: 1;
   }
}

@keyframes lightSpeedIn {
   from {
      -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
      transform: translate3d(100%, 0, 0) skewX(-30deg);
      opacity: 0;
   }

   60% {
      -webkit-transform: skewX(20deg);
      transform: skewX(20deg);
      opacity: 1;
   }

   80% {
      -webkit-transform: skewX(-5deg);
      transform: skewX(-5deg);
      opacity: 1;
   }

   to {
      -webkit-transform: none;
      transform: none;
      opacity: 1;
   }
}

.lightSpeedIn {
   -webkit-animation-name: lightSpeedIn;
   animation-name: lightSpeedIn;
   -webkit-animation-timing-function: ease-out;
   animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
   from {
      opacity: 1;
   }

   to {
      -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
      transform: translate3d(100%, 0, 0) skewX(30deg);
      opacity: 0;
   }
}

@keyframes lightSpeedOut {
   from {
      opacity: 1;
   }

   to {
      -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
      transform: translate3d(100%, 0, 0) skewX(30deg);
      opacity: 0;
   }
}

.lightSpeedOut {
   -webkit-animation-name: lightSpeedOut;
   animation-name: lightSpeedOut;
   -webkit-animation-timing-function: ease-in;
   animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
   from {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: rotate3d(0, 0, 1, -200deg);
      transform: rotate3d(0, 0, 1, -200deg);
      opacity: 0;
   }

   to {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: none;
      transform: none;
      opacity: 1;
   }
}

@keyframes rotateIn {
   from {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: rotate3d(0, 0, 1, -200deg);
      transform: rotate3d(0, 0, 1, -200deg);
      opacity: 0;
   }

   to {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: none;
      transform: none;
      opacity: 1;
   }
}

.rotateIn {
   -webkit-animation-name: rotateIn;
   animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
   from {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0;
   }

   to {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: none;
      transform: none;
      opacity: 1;
   }
}

@keyframes rotateInDownLeft {
   from {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0;
   }

   to {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: none;
      transform: none;
      opacity: 1;
   }
}

.rotateInDownLeft {
   -webkit-animation-name: rotateInDownLeft;
   animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
   from {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0;
   }

   to {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: none;
      transform: none;
      opacity: 1;
   }
}

@keyframes rotateInDownRight {
   from {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0;
   }

   to {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: none;
      transform: none;
      opacity: 1;
   }
}

.rotateInDownRight {
   -webkit-animation-name: rotateInDownRight;
   animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
   from {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0;
   }

   to {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: none;
      transform: none;
      opacity: 1;
   }
}

@keyframes rotateInUpLeft {
   from {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0;
   }

   to {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: none;
      transform: none;
      opacity: 1;
   }
}

.rotateInUpLeft {
   -webkit-animation-name: rotateInUpLeft;
   animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
   from {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate3d(0, 0, 1, -90deg);
      transform: rotate3d(0, 0, 1, -90deg);
      opacity: 0;
   }

   to {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: none;
      transform: none;
      opacity: 1;
   }
}

@keyframes rotateInUpRight {
   from {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate3d(0, 0, 1, -90deg);
      transform: rotate3d(0, 0, 1, -90deg);
      opacity: 0;
   }

   to {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: none;
      transform: none;
      opacity: 1;
   }
}

.rotateInUpRight {
   -webkit-animation-name: rotateInUpRight;
   animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
   from {
      -webkit-transform-origin: center;
      transform-origin: center;
      opacity: 1;
   }

   to {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: rotate3d(0, 0, 1, 200deg);
      transform: rotate3d(0, 0, 1, 200deg);
      opacity: 0;
   }
}

@keyframes rotateOut {
   from {
      -webkit-transform-origin: center;
      transform-origin: center;
      opacity: 1;
   }

   to {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: rotate3d(0, 0, 1, 200deg);
      transform: rotate3d(0, 0, 1, 200deg);
      opacity: 0;
   }
}

.rotateOut {
   -webkit-animation-name: rotateOut;
   animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
   from {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      opacity: 1;
   }

   to {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0;
   }
}

@keyframes rotateOutDownLeft {
   from {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      opacity: 1;
   }

   to {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0;
   }
}

.rotateOutDownLeft {
   -webkit-animation-name: rotateOutDownLeft;
   animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
   from {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      opacity: 1;
   }

   to {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0;
   }
}

@keyframes rotateOutDownRight {
   from {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      opacity: 1;
   }

   to {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0;
   }
}

.rotateOutDownRight {
   -webkit-animation-name: rotateOutDownRight;
   animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
   from {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      opacity: 1;
   }

   to {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0;
   }
}

@keyframes rotateOutUpLeft {
   from {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      opacity: 1;
   }

   to {
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0;
   }
}

.rotateOutUpLeft {
   -webkit-animation-name: rotateOutUpLeft;
   animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
   from {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      opacity: 1;
   }

   to {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate3d(0, 0, 1, 90deg);
      transform: rotate3d(0, 0, 1, 90deg);
      opacity: 0;
   }
}

@keyframes rotateOutUpRight {
   from {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      opacity: 1;
   }

   to {
      -webkit-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: rotate3d(0, 0, 1, 90deg);
      transform: rotate3d(0, 0, 1, 90deg);
      opacity: 0;
   }
}

.rotateOutUpRight {
   -webkit-animation-name: rotateOutUpRight;
   animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
   0% {
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
   }

   20%, 60% {
      -webkit-transform: rotate3d(0, 0, 1, 80deg);
      transform: rotate3d(0, 0, 1, 80deg);
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
   }

   40%, 80% {
      -webkit-transform: rotate3d(0, 0, 1, 60deg);
      transform: rotate3d(0, 0, 1, 60deg);
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      opacity: 1;
   }

   to {
      -webkit-transform: translate3d(0, 700px, 0);
      transform: translate3d(0, 700px, 0);
      opacity: 0;
   }
}

@keyframes hinge {
   0% {
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
   }

   20%, 60% {
      -webkit-transform: rotate3d(0, 0, 1, 80deg);
      transform: rotate3d(0, 0, 1, 80deg);
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
   }

   40%, 80% {
      -webkit-transform: rotate3d(0, 0, 1, 60deg);
      transform: rotate3d(0, 0, 1, 60deg);
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      opacity: 1;
   }

   to {
      -webkit-transform: translate3d(0, 700px, 0);
      transform: translate3d(0, 700px, 0);
      opacity: 0;
   }
}

.hinge {
   -webkit-animation-name: hinge;
   animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
   from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
      transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
   }

   to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
   }
}

@keyframes rollIn {
   from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
      transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
   }

   to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
   }
}

.rollIn {
   -webkit-animation-name: rollIn;
   animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
   from {
      opacity: 1;
   }

   to {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
      transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
   }
}

@keyframes rollOut {
   from {
      opacity: 1;
   }

   to {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
      transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
   }
}

.rollOut {
   -webkit-animation-name: rollOut;
   animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
   from {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3);
   }

   50% {
      opacity: 1;
   }
}

@keyframes zoomIn {
   from {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3);
   }

   50% {
      opacity: 1;
   }
}

.zoomIn {
   -webkit-animation-name: zoomIn;
   animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
   from {
      opacity: 0;
      -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
      transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
      animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
   }

   60% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
      transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
   }
}

@keyframes zoomInDown {
   from {
      opacity: 0;
      -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
      transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
      animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
   }

   60% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
      transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
   }
}

.zoomInDown {
   -webkit-animation-name: zoomInDown;
   animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
   from {
      opacity: 0;
      -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
      transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
      animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
   }

   60% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
      transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
   }
}

@keyframes zoomInLeft {
   from {
      opacity: 0;
      -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
      transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
      animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
   }

   60% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
      transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
   }
}

.zoomInLeft {
   -webkit-animation-name: zoomInLeft;
   animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
   from {
      opacity: 0;
      -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
      transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
      animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
   }

   60% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
      transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
   }
}

@keyframes zoomInRight {
   from {
      opacity: 0;
      -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
      transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
      animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
   }

   60% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
      transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
   }
}

.zoomInRight {
   -webkit-animation-name: zoomInRight;
   animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
   from {
      opacity: 0;
      -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
      transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
      animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
   }

   60% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
      transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
   }
}

@keyframes zoomInUp {
   from {
      opacity: 0;
      -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
      transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
      animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
   }

   60% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
      transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
   }
}

.zoomInUp {
   -webkit-animation-name: zoomInUp;
   animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
   from {
      opacity: 1;
   }

   50% {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3);
   }

   to {
      opacity: 0;
   }
}

@keyframes zoomOut {
   from {
      opacity: 1;
   }

   50% {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3);
   }

   to {
      opacity: 0;
   }
}

.zoomOut {
   -webkit-animation-name: zoomOut;
   animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
   40% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
      transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
      animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
   }

   to {
      opacity: 0;
      -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
      transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom;
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
   }
}

@keyframes zoomOutDown {
   40% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
      transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
      animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
   }

   to {
      opacity: 0;
      -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
      transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom;
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
   }
}

.zoomOutDown {
   -webkit-animation-name: zoomOutDown;
   animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
   40% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
      transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
   }

   to {
      opacity: 0;
      -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
      transform: scale(.1) translate3d(-2000px, 0, 0);
      -webkit-transform-origin: left center;
      transform-origin: left center;
   }
}

@keyframes zoomOutLeft {
   40% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
      transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
   }

   to {
      opacity: 0;
      -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
      transform: scale(.1) translate3d(-2000px, 0, 0);
      -webkit-transform-origin: left center;
      transform-origin: left center;
   }
}

.zoomOutLeft {
   -webkit-animation-name: zoomOutLeft;
   animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
   40% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
      transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
   }

   to {
      opacity: 0;
      -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
      transform: scale(.1) translate3d(2000px, 0, 0);
      -webkit-transform-origin: right center;
      transform-origin: right center;
   }
}

@keyframes zoomOutRight {
   40% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
      transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
   }

   to {
      opacity: 0;
      -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
      transform: scale(.1) translate3d(2000px, 0, 0);
      -webkit-transform-origin: right center;
      transform-origin: right center;
   }
}

.zoomOutRight {
   -webkit-animation-name: zoomOutRight;
   animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
   40% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
      transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
      animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
   }

   to {
      opacity: 0;
      -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
      transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom;
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
   }
}

@keyframes zoomOutUp {
   40% {
      opacity: 1;
      -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
      transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
      animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
   }

   to {
      opacity: 0;
      -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
      transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom;
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
   }
}

.zoomOutUp {
   -webkit-animation-name: zoomOutUp;
   animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
   from {
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
      visibility: visible;
   }

   to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
   }
}

@keyframes slideInDown {
   from {
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
      visibility: visible;
   }

   to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
   }
}

.slideInDown {
   -webkit-animation-name: slideInDown;
   animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
   from {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      visibility: visible;
   }

   to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
   }
}

@keyframes slideInLeft {
   from {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      visibility: visible;
   }

   to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
   }
}

.slideInLeft {
   -webkit-animation-name: slideInLeft;
   animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
   from {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      visibility: visible;
   }

   to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
   }
}

@keyframes slideInRight {
   from {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      visibility: visible;
   }

   to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
   }
}

.slideInRight {
   -webkit-animation-name: slideInRight;
   animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
   from {
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
      visibility: visible;
   }

   to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
   }
}

@keyframes slideInUp {
   from {
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
      visibility: visible;
   }

   to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
   }
}

.slideInUp {
   -webkit-animation-name: slideInUp;
   animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
   from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
   }

   to {
      visibility: hidden;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
   }
}

@keyframes slideOutDown {
   from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
   }

   to {
      visibility: hidden;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
   }
}

.slideOutDown {
   -webkit-animation-name: slideOutDown;
   animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
   from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
   }

   to {
      visibility: hidden;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
   }
}

@keyframes slideOutLeft {
   from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
   }

   to {
      visibility: hidden;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
   }
}

.slideOutLeft {
   -webkit-animation-name: slideOutLeft;
   animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
   from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
   }

   to {
      visibility: hidden;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
   }
}

@keyframes slideOutRight {
   from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
   }

   to {
      visibility: hidden;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
   }
}

.slideOutRight {
   -webkit-animation-name: slideOutRight;
   animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
   from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
   }

   to {
      visibility: hidden;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
   }
}

@keyframes slideOutUp {
   from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
   }

   to {
      visibility: hidden;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
   }
}

.slideOutUp {
   -webkit-animation-name: slideOutUp;
   animation-name: slideOutUp;
}/* info: https://www.lucaprofumo.com/wp-content/themes/motors/style.css */
/*
	Theme Name: Motors
	Theme URI: http://motors.stylemixthemes.com/
	Author: StylemixThemes
	Author URI: https://stylemixthemes.com/
	Description: Automotive, Cars, Vehicle, Boat Dealership, Classifieds WordPress Theme by StylemixThemes.
	Version: 5.6.102
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: blue, black, red, dark, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, flexible-header, custom-background, custom-colors, custom-header, custom-menu, editor-style, sticky-post, theme-options
	Text Domain: motors
*/.stm-template-boats .car-listing-row .car-meta-bottom ul li{display:inline-block;margin-top:4px;margin-bottom:0;margin-right:14px;color:#041c3b;vertical-align:middle}.stm-template-boats .car-listing-row .car-meta-bottom ul li i{margin-right:-1px;font-size:13px;color:#041c3b;vertical-align:middle}.stm-button,input[type=submit],button,.button,.load-more-btn{display:block;text-align:center;padding:17px 28px 15px;font-size:14px;line-height:14px;font-weight:700;letter-spacing:.3px;text-transform:uppercase;color:#041c3b!important;border-radius:3px;background-color:#ceac61;text-decoration:none!important;outline:none!important;visibility:visible;border:none;white-space:normal;box-shadow:0 2px 0 rgb(206 172 97 / .75)}.stm-layout-header-boats .stm-boats-mobile-menu #top-bar-mobile .stm-boats-top-bar-centered .top-bar-info{padding:50px 0;color:#fff}.bloglogo img{position:relative;left:0}.stm-template-boats .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list{background-color:#eee!important;border-color:#211132!important;overflow:visible}:root{--motors-default-base-color:#31a3c6;--motors-default-secondary-color:#ceac61;--motors-base-color:#ceac61;--motors-secondary-color:#ceac61;--hma_background_color:#eaedf0;--hma_item_bg_color:#eaedf0;--hma_hover_bg_color:;--hma_hover_active_bg_color:;--hma_hover_text_color:;--hma_underline:;--hma_underline_2:;--hma_hover_underline:;--hma_hover_underline_2:}/* info: https://www.lucaprofumo.com/wp-content/uploads/stm_uploads/wpcfto-generate.css */
body{background-color:#F7F7F7 ;}#wrapper #top-bar,.top-bar-wrap,#wrapper #header .top-bar-wrap,body.page-template-home-service-layout #top-bar,.stm-template-listing #top-bar,.stm-layout-header-listing #wrapper #top-bar,.stm-layout-header-ev_dealer .top-bar-wrap,.stm-template-car_dealer_two.no_margin #wrapper #stm-boats-header #top-bar:after,.stm-template-aircrafts #wrapper #top-bar,.stm-template-listing_three #top-bar,#wrapper #stm-boats-header #top-bar:after,.stm-template-listing_five .top-bar-wrap {background-color:#041c3b;}#wrapper #top-bar .container,#wrapper .top-bar-wrap,.stm-layout-header-listing #wrapper #top-bar .container,#wrapper #top-bar .container .language-switcher-unit .stm_current_language,.stm-layout-header-car_dealer_two.no_margin #wrapper #stm-boats-header #top-bar .container .top-bar-wrapper .language-switcher-unit .stm_current_language,#wrapper #top-bar .container .top-bar-wrapper .pull-left .stm-multiple-currency-wrap .select2-container--default .select2-selection--single .select2-selection__rendered,.stm-layout-header-car_dealer_two.no_margin #wrapper #stm-boats-header #top-bar .container .top-bar-wrapper .pull-left .stm-multiple-currency-wrap .select2-container--default .select2-selection--single .select2-selection__rendered,#wrapper #stm-boats-header #top-bar .container .top-bar-info li,#wrapper #top-bar .container .header-login-url a,#wrapper #top-bar .container .select2-container--default .select2-selection--single .select2-selection__arrow b,.stm-layout-header-car_dealer_two.no_margin #wrapper #stm-boats-header #top-bar .container .top-bar-wrapper .pull-left .stm-multiple-currency-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b,.stm-layout-header-aircrafts #wrapper #top-bar .container .top-bar-wrapper .pull-left .stm-multiple-currency-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b,.stm-layout-header-car_dealer_two.no_margin #wrapper #stm-boats-header #top-bar .container .header-login-url a,#wrapper #header .top-bar-wrap .stm-c-f-top-bar .stm-top-address-wrap,#wrapper #header .top-bar-wrap .stm-c-f-top-bar .language-switcher-unit .stm_current_language,#wrapper #header .top-bar-wrap .stm-c-f-top-bar .stm-multiple-currency-wrap .select2-container--default .select2-selection--single .select2-selection__rendered,#wrapper #header .top-bar-wrap .stm-c-f-top-bar .select2-container--default .select2-selection--single .select2-selection__arrow b,.stm-layout-header-car_dealer #wrapper #top-bar .container .top-bar-wrapper .pull-left .stm-multiple-currency-wrap .select2-container--default .select2-selection--single .select2-selection__rendered,.stm-layout-header-car_dealer_two #wrapper #top-bar .container .top-bar-wrapper .pull-left .stm-multiple-currency-wrap .select2-container--default .select2-selection--single .select2-selection__rendered,.stm-layout-header-listing #wrapper #top-bar .container .top-bar-wrapper .pull-left .stm-multiple-currency-wrap .select2-container--default .select2-selection--single .select2-selection__rendered,.stm-layout-header-listing_five #wrapper #top-bar .container .top-bar-wrapper .pull-left .stm-multiple-currency-wrap .select2-container--default .select2-selection--single .select2-selection__rendered,.stm-layout-header-listing_five .top-bar-wrap .stm-c-f-top-bar .currency-switcher .stm-multiple-currency-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b,.stm-layout-header-motorcycle #wrapper #top-bar .container .top-bar-wrapper .pull-left .stm-multiple-currency-wrap .select2-container--default .select2-selection--single .select2-selection__rendered,.stm-layout-header-car_rental #wrapper #top-bar .container .top-bar-wrapper .pull-left .stm-multiple-currency-wrap .select2-container--default .select2-selection--single .select2-selection__rendered,.stm-layout-header-car_magazine #wrapper #top-bar .container .top-bar-wrapper .pull-left .stm-multiple-currency-wrap .select2-container--default .select2-selection--single .select2-selection__rendered,.stm-layout-header-aircrafts #wrapper #top-bar .container .top-bar-wrapper .pull-left .stm-multiple-currency-wrap .select2-container--default .select2-selection--single .select2-selection__rendered,.stm-layout-header-equipment #wrapper #top-bar .container .top-bar-wrapper .pull-left .stm-multiple-currency-wrap .select2-container--default .select2-selection--single .select2-selection__rendered,.stm-layout-header-boats #wrapper #top-bar .container .top-bar-wrapper .pull-left .stm-multiple-currency-wrap .select2-container--default .select2-selection--single .select2-selection__rendered{color:#ffffff;}#wrapper #top-bar .container .pull-right i,#wrapper #top-bar .container .stm-boats-top-bar-centered i,#wrapper #header .stm-c-f-top-bar i {color:rgba(77,242,118,1);}body #wrapper #top-bar .container a,body #wrapper .top-bar-wrap a,body #wrapper #stm-boats-header #top-bar .container .top-bar-info li a,body #wrapper #top-bar .container .top_bar_menu ul li a,body #wrapper #top-bar .container .header-login-url a,.stm-layout-header-car_dealer_two.no_margin #wrapper #stm-boats-header #top-bar .container .header-login-url a,body #wrapper #header .top-bar-wrap .stm-c-f-top-bar .stm-top-address-wrap a,.stm-layout-header-car_dealer #wrapper #top-bar .container a,.stm-layout-header-car_dealer_two #wrapper #top-bar .container a,.stm-layout-header-listing #wrapper #top-bar .container a,.stm-layout-header-listing_five #wrapper #top-bar .container a,.stm-layout-header-boats #wrapper #top-bar .container a,.stm-layout-header-motorcycle #wrapper #top-bar .container a,.stm-layout-header-car_rental #wrapper #top-bar .container a,.stm-layout-header-car_magazine #wrapper #top-bar .container a,.stm-layout-header-aircrafts #wrapper #top-bar .container a,.stm-layout-header-equipment #wrapper #top-bar .container a{color:#ffffff;}#wrapper #top-bar .top_bar_menu ul li a, #wrapper .stm-c-f-top-bar .top_bar_menu ul li a,#top-bar .container .top-bar-wrapper .top-bar-left .top-bar-menu .pull-left .stm_top-menu li a{font-size:14px;}body #wrapper #top-bar .container .top-bar-wrapper .pull-right .top_bar_menu ul li a,body #wrapper #top-bar .container .top-bar-wrapper .stm-boats-top-bar-right .top_bar_menu ul li a,#wrapper .stm-c-f-top-bar .top_bar_menu ul li a,#top-bar .container .top-bar-wrapper .top-bar-left .top-bar-menu .pull-left .stm_top-menu li a{color:#ffff1;}body #wrapper #top-bar .container .top-bar-wrapper .pull-right .top_bar_menu ul li a:hover,body #wrapper #top-bar .container .top-bar-wrapper .stm-boats-top-bar-right .top_bar_menu ul li a:hover,#wrapper .stm-c-f-top-bar .top_bar_menu ul li a:hover,#top-bar .container .top-bar-wrapper .top-bar-left .top-bar-menu .pull-left .stm_top-menu li a:hover {color:rgba(0,0,0,0);}#header .header-main,#header .stm_motorcycle-header .stm_mc-main.header-main,.home #header .header-main-listing-five.stm-fixed,#header .header-listing.stm-fixed,.header-service.service-notransparent-header,.stm-template-boats .header-listing.stm-fixed,.stm-template-car_dealer_two.no_margin #wrapper #stm-boats-header #header:after,.stm-template-aircrafts:not(.transparent-header) #wrapper #header,.stm-template-ev_dealer.stm-layout-header-car_dealer_two #wrapper #stm-boats-header #header,.stm-layout-header-ev_dealer #wrapper #header .header-main,.stm-layout-header-listing #wrapper #header .header-listing.listing-nontransparent-header,.stm-layout-header-listing #wrapper #header .header-listing:after,.stm-layout-header-equipment #header .header-listing,.stm-layout-header-car_dealer_two.no_margin #wrapper #stm-boats-header #header:after,.stm-layout-header-boats #stm-boats-header #header:after,.stm-template-rental_two #wrapper .header-main,.stm-template-auto_parts #header .header-wrapper .header-inner{background-color:#009FE3 !important;}#header .header-main.header-main-mobile,#header .header-main.header-main-mobile .mobile-menu-holder,#header .stm_motorcycle-header.header-main-mobile .stm_mc-main.header-main,#header .stm_motorcycle-header.header-main-mobile .stm_mc-nav,.stm-layout-header-car_rental .header-main-mobile .stm-opened-menu-listing,.stm-layout-header-car_rental .header-main-mobile .stm-opened-menu-listing #top-bar,.stm-layout-header-equipment #header .header-listing.header-main-mobile,.stm-layout-header-equipment #header .header-listing.header-main-mobile .header-inner-content .mobile-menu-holder .header-menu,.stm-layout-header-listing #wrapper #header .header-listing.header-main-mobile.listing-nontransparent-header,.stm-layout-header-listing #wrapper #header .header-main-mobile.header-listing:after,.stm-layout-header-listing #wrapper #header .header-main-mobile.header-listing .stm-opened-menu-listing,.stm-layout-header-listing #wrapper #header .header-main-mobile.header-listing .stm-opened-menu-listing #top-bar,#header .header-listing.stm-fixed.header-main-mobile,.header-service.service-notransparent-header.header-main-mobile,.stm-boats-mobile-header,.stm-boats-mobile-menu,.stm-template-aircrafts:not(.home):not(.stm-inventory-page):not(.single-listings) #wrapper #header .header-main-mobile,.stm-layout-header-aircrafts #header .header-listing.header-main-mobile,.stm-template-rental_two #wrapper .header-main.header-main-mobile,.header-magazine.header-main-mobile,.header-magazine.header-main-mobile .stm-opened-menu-magazine,.stm-layout-header-motorcycle .stm_motorcycle-header.header-main-mobile .stm_mc-nav .main-menu .container .inner .header-menu,.stm-template-auto_parts .mobile-header .mobile-header-main{background-color:#009FE3 !important;}#wrapper #header .header-main .heading-font,#wrapper #header .header-main .heading-font a,#wrapper #stm-boats-header #header .header-inner-content .listing-right-actions .heading-font,#wrapper #header .header-inner-content .listing-right-actions .head-phone-wrap .heading-font,#wrapper #header .header-magazine .container .magazine-service-right .magazine-right-actions .pull-right a.lOffer-compare,#wrapper #header .stm_motorcycle-header .stm_mc-main.header-main .header-main-phone a,.stm-layout-header-listing_five #wrapper .lOffer-compare,.stm-layout-header-listing_five #wrapper .header-main .stm-header-right .head-phone-wrap .ph-title,.stm-layout-header-listing_five #wrapper .header-main .stm-header-right .head-phone-wrap .phone{color:#232628;}.header-service.header-service-fixed.header-service-sticky.service-notransparent-header,.header-service.header-service-fixed.header-service-sticky,.stm-layout-header-listing_five #wrapper #header .header-main.stm-fixed,.header-nav-fixed.header-nav-sticky,.stm-layout-header-car_dealer_two.no_margin #stm-boats-header #header .stm-fixed,.stm-layout-header-ev_dealer #wrapper #header .header-main-ev_dealer.header-listing-fixed.stm-fixed,#wrapper #header .header-listing.stm-fixed,.stm-layout-header-car_magazine #wrapper #header .header-magazine.header-magazine-fixed.stm-fixed{ }#header .blogname h1{font-family:Montserrat, Arial; color:#041c3b ;; font-size:24px; line-height:22px; font-weight:500; font-style:normal; text-align:left; text-transform:none; letter-spacing:0px; word-spacing:0px; }body #wrapper .main-menu .header-menu > li > a,#wrapper #header .header-menu > li > a,#wrapper #header .listing-menu > li > a,#wrapper #header .header-listing .listing-menu > li > a,#wrapper #header .header-inner-content .listing-service-right .listing-menu > li > a,#wrapper #stm-boats-header #header .header-inner-content .listing-service-right .listing-menu > li > a,#wrapper #header .header-magazine .container .magazine-service-right ul.magazine-menu > li > a,.stm-layout-header-listing_five .header-menu > li > a,.stm-layout-header-aircrafts #wrapper #header .header-inner-content .listing-service-right .listing-menu > li > a,.stm-template-rental_two #wrapper .header-main .header-menu > li > a,body .stm-boats-mobile-menu .listing-menu li a{font-family:Montserrat, Arial; color:#041c3b ;; font-size:13px; line-height:19px; font-weight:700; font-style:normal; text-align:center; text-transform:none; letter-spacing:0px; word-spacing:0px; }.main-menu .header-menu > li:not(.stm_megamenu) .sub-menu a,.header-menu > li:not(.stm_megamenu) .sub-menu a,.listing-menu > li:not(.stm_megamenu) .sub-menu a,.header-listing .listing-menu> li:not(.stm_megamenu) .sub-menu a,.header-inner-content .listing-service-right .listing-menu > li:not(.stm_megamenu) .sub-menu a,#stm-boats-header #header .header-inner-content .listing-service-right .listing-menu > li:not(.stm_megamenu) .sub-menu a,.header-magazine .container .magazine-service-right ul.magazine-menu > li:not(.stm_megamenu) .sub-menu a,.stm-layout-header-listing #wrapper #header .header-listing .listing-menu > li:not(.stm_megamenu) .sub-menu a,.stm-layout-header-listing_five .header-menu > li:not(.stm_megamenu) .sub-menu a,.stm-layout-header-aircrafts .header-inner-content .listing-service-right .listing-menu > li:not(.stm_megamenu) .sub-menu a,.stm-layout-header-motorcycle .stm_motorcycle-header .stm_mc-nav .main-menu .inner .header-menu > li:not(.stm_megamenu) > .sub-menu li a,.stm-layout-header-car_rental #wrapper #header .header-rental .stm-opened-menu-listing .listing-menu-mobile > li:not(.stm_megamenu) .sub-menu li a,.stm-template-rental_two #wrapper .header-main .header-menu > li:not(.stm_megamenu) .sub-menu li a,body .stm-boats-mobile-menu .listing-menu > li:not(.stm_megamenu) .sub-menu li a{font-family:Montserrat, Arial; color:#041c3b ;; }#wrapper #header .main-menu .header-menu > li > a,#wrapper #header .header-listing .listing-menu > li > a,#wrapper #header .header-magazine .container .magazine-service-right ul.magazine-menu li > a,.stm-layout-header-car_dealer_two.no_margin #stm-boats-header #header .header-inner-content .listing-service-right .listing-menu > li > a,.stm-layout-header-boats #stm-boats-header #header .header-inner-content .listing-service-right .listing-menu > li > a,.stm-template-rental_two .main-menu .header-menu > li > a,.stm-layout-header-aircrafts #wrapper #header .header-inner-content .listing-service-right .listing-menu > li > a,#header .header-service .header-menu > li > a,.stm-template-auto_parts #header .header-wrapper .header-menu-wrapper ul.header-menu li a{padding-top: 10px ;padding-bottom: 10px ; }body, .normal_font{font-family:Open Sans, Arial; color:#041c3b ;; font-size:14px; line-height:22px; text-transform:none; }h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,.heading-font,.button,.event-head,.load-more-btn,.vc_tta-panel-title,.page-numbers li > a,.page-numbers li > span,.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a span,.stm_auto_loan_calculator input,.post-content blockquote,.contact-us-label,.stm-shop-sidebar-area .widget.widget_product_categories > ul,#main .stm-shop-sidebar-area .widget .product_list_widget li .product-title,#main .stm-shop-sidebar-area .widget .product_list_widget li a,.woocommerce ul.products li.product .onsale,.woocommerce div.product p.price, .woocommerce div.product span.price,.woocommerce div.product .woocommerce-tabs ul.tabs li a,.woocommerce table.shop_attributes td,.woocommerce table.shop_table td.product-name > a,.woocommerce-cart table.cart td.product-price,.woocommerce-cart table.cart td.product-subtotal,.stm-shop-sidebar-area .widget button,.stm-list-style-counter li:before,.ab-booking-form .ab-nav-steps .ab-btn,body.stm-template-motorcycle .stm_motorcycle-header .stm_mc-main.header-main .stm_top-menu li .sub-menu a,.wpb_tour_tabs_wrapper.ui-tabs ul.wpb_tabs_nav > li > a,.stm_post_comments .form-submit input[type="submit"],.review-comment-form .form-submit input[type=submit]{font-family:Montserrat, Arial; text-transform:none; }h1, .h1, h1.heading-font{, Arial; color:#041c3b ;; font-size:50px; line-height:56px; font-weight:700; font-style:normal; text-align:left; text-transform:none; letter-spacing:0px; word-spacing:0px; }h2, .h2, h2.heading-font{, Arial; color:#041c3b ;; font-size:36px; line-height:42px; font-weight:700; font-style:normal; text-align:left; text-transform:none; letter-spacing:0px; word-spacing:0px; }h3, .h3, h3.heading-font{, Arial; color:#041c3b ;; font-size:24px; line-height:30px; font-weight:700; font-style:normal; text-align:left; text-transform:none; letter-spacing:0px; word-spacing:0px; }h4, .h4, h4.heading-font{, Arial; color:#041c3b ;; font-size:16px; line-height:22px; font-weight:700; font-style:normal; text-align:left; text-transform:none; letter-spacing:0px; word-spacing:0px; }h5, .h5, h5.heading-font{, Arial; color:#041c3b ;; font-size:14px; line-height:20px; font-weight:400; font-style:normal; text-align:left; text-transform:none; letter-spacing:0px; word-spacing:0px; }h6, .h6, h6.heading-font{, Arial; color:#041c3b ;; font-size:12px; line-height:18px; font-weight:400; font-style:normal; text-align:left; text-transform:none; letter-spacing:0px; word-spacing:0px; }#footer-main, body.page-template-home-service-layout #footer #footer-main{background-color:#232628 !important;}#footer-copyright, body.page-template-home-service-layout #footer #footer-copyright{background-color:#041c3b !important;}/* info: https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/js_composer.min.css */
/*!
* WPBakery Page Builder v8.3 (https://wpbakery.com)
* Copyright 2011-2026 WPBakery
* License: Commercial. More details: http://go.wpbakery.com/licensing
*/.vc_row:after,.vc_row:before{content:" ";display:table}.vc_row:after{clear:both}@media (max-width:767px){.vc_hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.vc_hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.vc_hidden-md{display:none!important}}@media (min-width:1200px) and (max-width:1399px){.vc_hidden-lg{display:none!important}}@media (min-width:1400px){.vc_hidden-xl{display:none!important}}.vc_non_responsive .vc_row .vc_col-sm-1{width:8.33333333%}.vc_non_responsive .vc_row .vc_col-sm-1,.vc_non_responsive .vc_row .vc_col-sm-2{float:left;min-height:1px;padding-left:15px;padding-right:15px;position:relative}.vc_non_responsive .vc_row .vc_col-sm-2{width:16.66666667%}.vc_non_responsive .vc_row .vc_col-sm-3{width:25%}.vc_non_responsive .vc_row .vc_col-sm-3,.vc_non_responsive .vc_row .vc_col-sm-4{float:left;min-height:1px;padding-left:15px;padding-right:15px;position:relative}.vc_non_responsive .vc_row .vc_col-sm-4{width:33.33333333%}.vc_non_responsive .vc_row .vc_col-sm-5{width:41.66666667%}.vc_non_responsive .vc_row .vc_col-sm-5,.vc_non_responsive .vc_row .vc_col-sm-6{float:left;min-height:1px;padding-left:15px;padding-right:15px;position:relative}.vc_non_responsive .vc_row .vc_col-sm-6{width:50%}.vc_non_responsive .vc_row .vc_col-sm-7{width:58.33333333%}.vc_non_responsive .vc_row .vc_col-sm-7,.vc_non_responsive .vc_row .vc_col-sm-8{float:left;min-height:1px;padding-left:15px;padding-right:15px;position:relative}.vc_non_responsive .vc_row .vc_col-sm-8{width:66.66666667%}.vc_non_responsive .vc_row .vc_col-sm-9{float:left;min-height:1px;padding-left:15px;padding-right:15px;position:relative;width:75%}.vc_non_responsive .vc_row .vc_col-sm-10{float:left;min-height:1px;padding-left:15px;padding-right:15px;position:relative;width:83.33333333%}.vc_non_responsive .vc_row .vc_col-sm-11{float:left;min-height:1px;padding-left:15px;padding-right:15px;position:relative;width:91.66666667%}.vc_non_responsive .vc_row .vc_col-sm-12{float:left;min-height:1px;padding-left:15px;padding-right:15px;position:relative;width:100%}.vc_non_responsive .vc_row .vc_col-sm-offset-12{margin-left:100%}.vc_non_responsive .vc_row .vc_col-sm-offset-11{margin-left:91.66666667%}.vc_non_responsive .vc_row .vc_col-sm-offset-10{margin-left:83.33333333%}.vc_non_responsive .vc_row .vc_col-sm-offset-9{margin-left:75%}.vc_non_responsive .vc_row .vc_col-sm-offset-8{margin-left:66.66666667%}.vc_non_responsive .vc_row .vc_col-sm-offset-7{margin-left:58.33333333%}.vc_non_responsive .vc_row .vc_col-sm-offset-6{margin-left:50%}.vc_non_responsive .vc_row .vc_col-sm-offset-5{margin-left:41.66666667%}.vc_non_responsive .vc_row .vc_col-sm-offset-4{margin-left:33.33333333%}.vc_non_responsive .vc_row .vc_col-sm-offset-3{margin-left:25%}.vc_non_responsive .vc_row .vc_col-sm-offset-2{margin-left:16.66666667%}.vc_non_responsive .vc_row .vc_col-sm-offset-1{margin-left:8.33333333%}.vc_non_responsive .vc_row .vc_col-sm-offset-0{margin-left:0}.vc_non_responsive .vc_row .vc_hidden-sm{display:none!important}.vc_non_responsive .vc_row .vc_col-sm-1\/5{float:left;min-height:1px;padding-left:15px;padding-right:15px;position:relative;width:20%}.vc_non_responsive .vc_row .vc_col-sm-2\/5{float:left;min-height:1px;padding-left:15px;padding-right:15px;position:relative;width:40%}.vc_non_responsive .vc_row .vc_col-sm-3\/5{float:left;min-height:1px;padding-left:15px;padding-right:15px;position:relative;width:60%}.vc_non_responsive .vc_row .vc_col-sm-4\/5{float:left;min-height:1px;padding-left:15px;padding-right:15px;position:relative;width:80%}.vc_non_responsive .vc_row .vc_col-sm-5\/5{float:left;min-height:1px;padding-left:15px;padding-right:15px;position:relative;width:100%}.vc_non_responsive .vc_row .vc_col-sm-offset-5\/5{margin-left:100%}.vc_non_responsive .vc_row .vc_col-sm-offset-4\/5{margin-left:80%}.vc_non_responsive .vc_row .vc_col-sm-offset-3\/5{margin-left:60%}.vc_non_responsive .vc_row .vc_col-sm-offset-2\/5{margin-left:40%}.vc_non_responsive .vc_row .vc_col-sm-offset-1\/5{margin-left:20%}.vc_non_responsive .vc_row .vc_col-sm-offset-0\/5{margin-left:0}.vc_column_container{width:100%}.vc_row{margin-left:-15px;margin-right:-15px}.vc_col-lg-1,.vc_col-lg-10,.vc_col-lg-11,.vc_col-lg-12,.vc_col-lg-2,.vc_col-lg-3,.vc_col-lg-4,.vc_col-lg-5,.vc_col-lg-6,.vc_col-lg-7,.vc_col-lg-8,.vc_col-lg-9,.vc_col-md-1,.vc_col-md-10,.vc_col-md-11,.vc_col-md-12,.vc_col-md-2,.vc_col-md-3,.vc_col-md-4,.vc_col-md-5,.vc_col-md-6,.vc_col-md-7,.vc_col-md-8,.vc_col-md-9,.vc_col-sm-1,.vc_col-sm-10,.vc_col-sm-11,.vc_col-sm-12,.vc_col-sm-2,.vc_col-sm-3,.vc_col-sm-4,.vc_col-sm-5,.vc_col-sm-6,.vc_col-sm-7,.vc_col-sm-8,.vc_col-sm-9,.vc_col-xl-1,.vc_col-xl-10,.vc_col-xl-11,.vc_col-xl-12,.vc_col-xl-2,.vc_col-xl-3,.vc_col-xl-4,.vc_col-xl-5,.vc_col-xl-6,.vc_col-xl-7,.vc_col-xl-8,.vc_col-xl-9,.vc_col-xs-1,.vc_col-xs-10,.vc_col-xs-11,.vc_col-xs-12,.vc_col-xs-2,.vc_col-xs-3,.vc_col-xs-4,.vc_col-xs-5,.vc_col-xs-6,.vc_col-xs-7,.vc_col-xs-8,.vc_col-xs-9{box-sizing:border-box;min-height:1px;padding-left:15px;padding-right:15px;position:relative}.vc_col-xs-1,.vc_col-xs-10,.vc_col-xs-11,.vc_col-xs-12,.vc_col-xs-2,.vc_col-xs-3,.vc_col-xs-4,.vc_col-xs-5,.vc_col-xs-6,.vc_col-xs-7,.vc_col-xs-8,.vc_col-xs-9{float:left}[dir=rtl] .vc_rtl-columns-reverse :is(.vc_col-xs-1,.vc_col-xs-10,.vc_col-xs-11,.vc_col-xs-12,.vc_col-xs-2,.vc_col-xs-3,.vc_col-xs-4,.vc_col-xs-5,.vc_col-xs-6,.vc_col-xs-7,.vc_col-xs-8,.vc_col-xs-9){float:right}.vc_col-xs-12{width:100%}.vc_col-xs-11{width:91.66666667%}.vc_col-xs-10{width:83.33333333%}.vc_col-xs-9{width:75%}.vc_col-xs-8{width:66.66666667%}.vc_col-xs-7{width:58.33333333%}.vc_col-xs-6{width:50%}.vc_col-xs-5{width:41.66666667%}.vc_col-xs-4{width:33.33333333%}.vc_col-xs-3{width:25%}.vc_col-xs-2{width:16.66666667%}.vc_col-xs-1{width:8.33333333%}.vc_col-xs-pull-12{right:100%}.vc_col-xs-pull-11{right:91.66666667%}.vc_col-xs-pull-10{right:83.33333333%}.vc_col-xs-pull-9{right:75%}.vc_col-xs-pull-8{right:66.66666667%}.vc_col-xs-pull-7{right:58.33333333%}.vc_col-xs-pull-6{right:50%}.vc_col-xs-pull-5{right:41.66666667%}.vc_col-xs-pull-4{right:33.33333333%}.vc_col-xs-pull-3{right:25%}.vc_col-xs-pull-2{right:16.66666667%}.vc_col-xs-pull-1{right:8.33333333%}.vc_col-xs-pull-0{right:auto}.vc_col-xs-push-12{left:100%}.vc_col-xs-push-11{left:91.66666667%}.vc_col-xs-push-10{left:83.33333333%}.vc_col-xs-push-9{left:75%}.vc_col-xs-push-8{left:66.66666667%}.vc_col-xs-push-7{left:58.33333333%}.vc_col-xs-push-6{left:50%}.vc_col-xs-push-5{left:41.66666667%}.vc_col-xs-push-4{left:33.33333333%}.vc_col-xs-push-3{left:25%}.vc_col-xs-push-2{left:16.66666667%}.vc_col-xs-push-1{left:8.33333333%}.vc_col-xs-push-0{left:auto}.vc_col-xs-offset-12{margin-left:100%}.vc_col-xs-offset-11{margin-left:91.66666667%}.vc_col-xs-offset-10{margin-left:83.33333333%}.vc_col-xs-offset-9{margin-left:75%}.vc_col-xs-offset-8{margin-left:66.66666667%}.vc_col-xs-offset-7{margin-left:58.33333333%}.vc_col-xs-offset-6{margin-left:50%}.vc_col-xs-offset-5{margin-left:41.66666667%}.vc_col-xs-offset-4{margin-left:33.33333333%}.vc_col-xs-offset-3{margin-left:25%}.vc_col-xs-offset-2{margin-left:16.66666667%}.vc_col-xs-offset-1{margin-left:8.33333333%}.vc_col-xs-offset-0{margin-left:0}.vc_col-lg-1\/5,.vc_col-lg-2\/5,.vc_col-lg-3\/5,.vc_col-lg-4\/5,.vc_col-lg-5\/5,.vc_col-md-1\/5,.vc_col-md-2\/5,.vc_col-md-3\/5,.vc_col-md-4\/5,.vc_col-md-5\/5,.vc_col-sm-1\/5,.vc_col-sm-2\/5,.vc_col-sm-3\/5,.vc_col-sm-4\/5,.vc_col-sm-5\/5,.vc_col-xs-1\/5,.vc_col-xs-2\/5,.vc_col-xs-3\/5,.vc_col-xs-4\/5,.vc_col-xs-5\/5{box-sizing:border-box;min-height:1px;padding-left:15px;padding-right:15px;position:relative}.vc_col-xs-1\/5,.vc_col-xs-2\/5,.vc_col-xs-3\/5,.vc_col-xs-4\/5,.vc_col-xs-5\/5{float:left}.vc_col-xs-5\/5{width:100%}.vc_col-xs-4\/5{width:80%}.vc_col-xs-3\/5{width:60%}.vc_col-xs-2\/5{width:40%}.vc_col-xs-1\/5{width:20%}.vc_col-xs-pull-5\/5{right:100%}.vc_col-xs-pull-4\/5{right:80%}.vc_col-xs-pull-3\/5{right:60%}.vc_col-xs-pull-2\/5{right:40%}.vc_col-xs-pull-1\/5{right:20%}.vc_col-xs-pull-0\/5{right:auto}.vc_col-xs-push-5\/5{left:100%}.vc_col-xs-push-4\/5{left:80%}.vc_col-xs-push-3\/5{left:60%}.vc_col-xs-push-2\/5{left:40%}.vc_col-xs-push-1\/5{left:20%}.vc_col-xs-push-0\/5{left:auto}.vc_col-xs-offset-5\/5{margin-left:100%}.vc_col-xs-offset-4\/5{margin-left:80%}.vc_col-xs-offset-3\/5{margin-left:60%}.vc_col-xs-offset-2\/5{margin-left:40%}.vc_col-xs-offset-1\/5{margin-left:20%}.vc_col-xs-offset-0\/5{margin-left:0}[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-1\/5,[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-2\/5,[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-3\/5,[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-4\/5,[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-5\/5,[dir=rtl] .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-1\/5,[dir=rtl] .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-2\/5,[dir=rtl] .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-3\/5,[dir=rtl] .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-4\/5,[dir=rtl] .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-5\/5{float:right}@media (min-width:768px){.vc_col-sm-1,.vc_col-sm-10,.vc_col-sm-11,.vc_col-sm-12,.vc_col-sm-2,.vc_col-sm-3,.vc_col-sm-4,.vc_col-sm-5,.vc_col-sm-6,.vc_col-sm-7,.vc_col-sm-8,.vc_col-sm-9{float:left}[dir=rtl] .vc_rtl-columns-reverse :is(.vc_col-sm-1,.vc_col-sm-10,.vc_col-sm-11,.vc_col-sm-12,.vc_col-sm-2,.vc_col-sm-3,.vc_col-sm-4,.vc_col-sm-5,.vc_col-sm-6,.vc_col-sm-7,.vc_col-sm-8,.vc_col-sm-9){float:right}.vc_col-sm-12{width:100%}.vc_col-sm-11{width:91.66666667%}.vc_col-sm-10{width:83.33333333%}.vc_col-sm-9{width:75%}.vc_col-sm-8{width:66.66666667%}.vc_col-sm-7{width:58.33333333%}.vc_col-sm-6{width:50%}.vc_col-sm-5{width:41.66666667%}.vc_col-sm-4{width:33.33333333%}.vc_col-sm-3{width:25%}.vc_col-sm-2{width:16.66666667%}.vc_col-sm-1{width:8.33333333%}.vc_col-sm-pull-12{right:100%}.vc_col-sm-pull-11{right:91.66666667%}.vc_col-sm-pull-10{right:83.33333333%}.vc_col-sm-pull-9{right:75%}.vc_col-sm-pull-8{right:66.66666667%}.vc_col-sm-pull-7{right:58.33333333%}.vc_col-sm-pull-6{right:50%}.vc_col-sm-pull-5{right:41.66666667%}.vc_col-sm-pull-4{right:33.33333333%}.vc_col-sm-pull-3{right:25%}.vc_col-sm-pull-2{right:16.66666667%}.vc_col-sm-pull-1{right:8.33333333%}.vc_col-sm-pull-0{right:auto}.vc_col-sm-push-12{left:100%}.vc_col-sm-push-11{left:91.66666667%}.vc_col-sm-push-10{left:83.33333333%}.vc_col-sm-push-9{left:75%}.vc_col-sm-push-8{left:66.66666667%}.vc_col-sm-push-7{left:58.33333333%}.vc_col-sm-push-6{left:50%}.vc_col-sm-push-5{left:41.66666667%}.vc_col-sm-push-4{left:33.33333333%}.vc_col-sm-push-3{left:25%}.vc_col-sm-push-2{left:16.66666667%}.vc_col-sm-push-1{left:8.33333333%}.vc_col-sm-push-0{left:auto}.vc_col-sm-offset-12{margin-left:100%}.vc_col-sm-offset-11{margin-left:91.66666667%}.vc_col-sm-offset-10{margin-left:83.33333333%}.vc_col-sm-offset-9{margin-left:75%}.vc_col-sm-offset-8{margin-left:66.66666667%}.vc_col-sm-offset-7{margin-left:58.33333333%}.vc_col-sm-offset-6{margin-left:50%}.vc_col-sm-offset-5{margin-left:41.66666667%}.vc_col-sm-offset-4{margin-left:33.33333333%}.vc_col-sm-offset-3{margin-left:25%}.vc_col-sm-offset-2{margin-left:16.66666667%}.vc_col-sm-offset-1{margin-left:8.33333333%}.vc_col-sm-offset-0{margin-left:0}.vc_col-sm-1\/5,.vc_col-sm-2\/5,.vc_col-sm-3\/5,.vc_col-sm-4\/5,.vc_col-sm-5\/5{float:left}[dir=rtl] .vc_rtl-columns-reverse :is(.vc_col-sm-1\/5,.vc_col-sm-2\/5,.vc_col-sm-3\/5,.vc_col-sm-4\/5,.vc_col-sm-5\/5){float:right}.vc_col-sm-5\/5{width:100%}.vc_col-sm-4\/5{width:80%}.vc_col-sm-3\/5{width:60%}.vc_col-sm-2\/5{width:40%}.vc_col-sm-1\/5{width:20%}.vc_col-sm-pull-5\/5{right:100%}.vc_col-sm-pull-4\/5{right:80%}.vc_col-sm-pull-3\/5{right:60%}.vc_col-sm-pull-2\/5{right:40%}.vc_col-sm-pull-1\/5{right:20%}.vc_col-sm-pull-0\/5{right:auto}.vc_col-sm-push-5\/5{left:100%}.vc_col-sm-push-4\/5{left:80%}.vc_col-sm-push-3\/5{left:60%}.vc_col-sm-push-2\/5{left:40%}.vc_col-sm-push-1\/5{left:20%}.vc_col-sm-push-0\/5{left:auto}.vc_col-sm-offset-5\/5{margin-left:100%}.vc_col-sm-offset-4\/5{margin-left:80%}.vc_col-sm-offset-3\/5{margin-left:60%}.vc_col-sm-offset-2\/5{margin-left:40%}.vc_col-sm-offset-1\/5{margin-left:20%}.vc_col-sm-offset-0\/5{margin-left:0}}@media (min-width:992px){.vc_col-md-1,.vc_col-md-10,.vc_col-md-11,.vc_col-md-12,.vc_col-md-2,.vc_col-md-3,.vc_col-md-4,.vc_col-md-5,.vc_col-md-6,.vc_col-md-7,.vc_col-md-8,.vc_col-md-9{float:left}[dir=rtl] .vc_rtl-columns-reverse :is(.vc_col-md-1,.vc_col-md-10,.vc_col-md-11,.vc_col-md-12,.vc_col-md-2,.vc_col-md-3,.vc_col-md-4,.vc_col-md-5,.vc_col-md-6,.vc_col-md-7,.vc_col-md-8,.vc_col-md-9){float:right}.vc_col-md-12{width:100%}.vc_col-md-11{width:91.66666667%}.vc_col-md-10{width:83.33333333%}.vc_col-md-9{width:75%}.vc_col-md-8{width:66.66666667%}.vc_col-md-7{width:58.33333333%}.vc_col-md-6{width:50%}.vc_col-md-5{width:41.66666667%}.vc_col-md-4{width:33.33333333%}.vc_col-md-3{width:25%}.vc_col-md-2{width:16.66666667%}.vc_col-md-1{width:8.33333333%}.vc_col-md-pull-12{right:100%}.vc_col-md-pull-11{right:91.66666667%}.vc_col-md-pull-10{right:83.33333333%}.vc_col-md-pull-9{right:75%}.vc_col-md-pull-8{right:66.66666667%}.vc_col-md-pull-7{right:58.33333333%}.vc_col-md-pull-6{right:50%}.vc_col-md-pull-5{right:41.66666667%}.vc_col-md-pull-4{right:33.33333333%}.vc_col-md-pull-3{right:25%}.vc_col-md-pull-2{right:16.66666667%}.vc_col-md-pull-1{right:8.33333333%}.vc_col-md-pull-0{right:auto}.vc_col-md-push-12{left:100%}.vc_col-md-push-11{left:91.66666667%}.vc_col-md-push-10{left:83.33333333%}.vc_col-md-push-9{left:75%}.vc_col-md-push-8{left:66.66666667%}.vc_col-md-push-7{left:58.33333333%}.vc_col-md-push-6{left:50%}.vc_col-md-push-5{left:41.66666667%}.vc_col-md-push-4{left:33.33333333%}.vc_col-md-push-3{left:25%}.vc_col-md-push-2{left:16.66666667%}.vc_col-md-push-1{left:8.33333333%}.vc_col-md-push-0{left:auto}.vc_col-md-offset-12{margin-left:100%}.vc_col-md-offset-11{margin-left:91.66666667%}.vc_col-md-offset-10{margin-left:83.33333333%}.vc_col-md-offset-9{margin-left:75%}.vc_col-md-offset-8{margin-left:66.66666667%}.vc_col-md-offset-7{margin-left:58.33333333%}.vc_col-md-offset-6{margin-left:50%}.vc_col-md-offset-5{margin-left:41.66666667%}.vc_col-md-offset-4{margin-left:33.33333333%}.vc_col-md-offset-3{margin-left:25%}.vc_col-md-offset-2{margin-left:16.66666667%}.vc_col-md-offset-1{margin-left:8.33333333%}.vc_col-md-offset-0{margin-left:0}.vc_col-md-1\/5,.vc_col-md-2\/5,.vc_col-md-3\/5,.vc_col-md-4\/5,.vc_col-md-5\/5{float:left}[dir=rtl] .vc_rtl-columns-reverse :is(.vc_col-sm-1\/5,.vc_col-sm-2\/5,.vc_col-sm-3\/5,.vc_col-sm-4\/5,.vc_col-sm-5\/5){float:right}.vc_col-md-5\/5{width:100%}.vc_col-md-4\/5{width:80%}.vc_col-md-3\/5{width:60%}.vc_col-md-2\/5{width:40%}.vc_col-md-1\/5{width:20%}.vc_col-md-pull-5\/5{right:100%}.vc_col-md-pull-4\/5{right:80%}.vc_col-md-pull-3\/5{right:60%}.vc_col-md-pull-2\/5{right:40%}.vc_col-md-pull-1\/5{right:20%}.vc_col-md-pull-0\/5{right:auto}.vc_col-md-push-5\/5{left:100%}.vc_col-md-push-4\/5{left:80%}.vc_col-md-push-3\/5{left:60%}.vc_col-md-push-2\/5{left:40%}.vc_col-md-push-1\/5{left:20%}.vc_col-md-push-0\/5{left:auto}.vc_col-md-offset-5\/5{margin-left:100%}.vc_col-md-offset-4\/5{margin-left:80%}.vc_col-md-offset-3\/5{margin-left:60%}.vc_col-md-offset-2\/5{margin-left:40%}.vc_col-md-offset-1\/5{margin-left:20%}.vc_col-md-offset-0\/5{margin-left:0}}@media (min-width:1200px){.vc_col-lg-1,.vc_col-lg-10,.vc_col-lg-11,.vc_col-lg-12,.vc_col-lg-2,.vc_col-lg-3,.vc_col-lg-4,.vc_col-lg-5,.vc_col-lg-6,.vc_col-lg-7,.vc_col-lg-8,.vc_col-lg-9{float:left}[dir=rtl] .vc_rtl-columns-reverse :is(.vc_col-lg-1,.vc_col-lg-10,.vc_col-lg-11,.vc_col-lg-12,.vc_col-lg-2,.vc_col-lg-3,.vc_col-lg-4,.vc_col-lg-5,.vc_col-lg-6,.vc_col-lg-7,.vc_col-lg-8,.vc_col-lg-9){float:right}.vc_col-lg-12{width:100%}.vc_col-lg-11{width:91.66666667%}.vc_col-lg-10{width:83.33333333%}.vc_col-lg-9{width:75%}.vc_col-lg-8{width:66.66666667%}.vc_col-lg-7{width:58.33333333%}.vc_col-lg-6{width:50%}.vc_col-lg-5{width:41.66666667%}.vc_col-lg-4{width:33.33333333%}.vc_col-lg-3{width:25%}.vc_col-lg-2{width:16.66666667%}.vc_col-lg-1{width:8.33333333%}.vc_col-lg-pull-12{right:100%}.vc_col-lg-pull-11{right:91.66666667%}.vc_col-lg-pull-10{right:83.33333333%}.vc_col-lg-pull-9{right:75%}.vc_col-lg-pull-8{right:66.66666667%}.vc_col-lg-pull-7{right:58.33333333%}.vc_col-lg-pull-6{right:50%}.vc_col-lg-pull-5{right:41.66666667%}.vc_col-lg-pull-4{right:33.33333333%}.vc_col-lg-pull-3{right:25%}.vc_col-lg-pull-2{right:16.66666667%}.vc_col-lg-pull-1{right:8.33333333%}.vc_col-lg-pull-0{right:auto}.vc_col-lg-push-12{left:100%}.vc_col-lg-push-11{left:91.66666667%}.vc_col-lg-push-10{left:83.33333333%}.vc_col-lg-push-9{left:75%}.vc_col-lg-push-8{left:66.66666667%}.vc_col-lg-push-7{left:58.33333333%}.vc_col-lg-push-6{left:50%}.vc_col-lg-push-5{left:41.66666667%}.vc_col-lg-push-4{left:33.33333333%}.vc_col-lg-push-3{left:25%}.vc_col-lg-push-2{left:16.66666667%}.vc_col-lg-push-1{left:8.33333333%}.vc_col-lg-push-0{left:auto}.vc_col-lg-offset-12{margin-left:100%}.vc_col-lg-offset-11{margin-left:91.66666667%}.vc_col-lg-offset-10{margin-left:83.33333333%}.vc_col-lg-offset-9{margin-left:75%}.vc_col-lg-offset-8{margin-left:66.66666667%}.vc_col-lg-offset-7{margin-left:58.33333333%}.vc_col-lg-offset-6{margin-left:50%}.vc_col-lg-offset-5{margin-left:41.66666667%}.vc_col-lg-offset-4{margin-left:33.33333333%}.vc_col-lg-offset-3{margin-left:25%}.vc_col-lg-offset-2{margin-left:16.66666667%}.vc_col-lg-offset-1{margin-left:8.33333333%}.vc_col-lg-offset-0{margin-left:0}.vc_col-lg-1\/5,.vc_col-lg-2\/5,.vc_col-lg-3\/5,.vc_col-lg-4\/5,.vc_col-lg-5\/5{float:left}[dir=rtl] .vc_rtl-columns-reverse :is(.vc_col-sm-1\/5,.vc_col-sm-2\/5,.vc_col-sm-3\/5,.vc_col-sm-4\/5,.vc_col-sm-5\/5){float:right}.vc_col-lg-5\/5{width:100%}.vc_col-lg-4\/5{width:80%}.vc_col-lg-3\/5{width:60%}.vc_col-lg-2\/5{width:40%}.vc_col-lg-1\/5{width:20%}.vc_col-lg-pull-5\/5{right:100%}.vc_col-lg-pull-4\/5{right:80%}.vc_col-lg-pull-3\/5{right:60%}.vc_col-lg-pull-2\/5{right:40%}.vc_col-lg-pull-1\/5{right:20%}.vc_col-lg-pull-0\/5{right:auto}.vc_col-lg-push-5\/5{left:100%}.vc_col-lg-push-4\/5{left:80%}.vc_col-lg-push-3\/5{left:60%}.vc_col-lg-push-2\/5{left:40%}.vc_col-lg-push-1\/5{left:20%}.vc_col-lg-push-0\/5{left:auto}.vc_col-lg-offset-5\/5{margin-left:100%}.vc_col-lg-offset-4\/5{margin-left:80%}.vc_col-lg-offset-3\/5{margin-left:60%}.vc_col-lg-offset-2\/5{margin-left:40%}.vc_col-lg-offset-1\/5{margin-left:20%}.vc_col-lg-offset-0\/5{margin-left:0}}@media (min-width:1400px){.vc_col-xl-1,.vc_col-xl-10,.vc_col-xl-11,.vc_col-xl-12,.vc_col-xl-2,.vc_col-xl-3,.vc_col-xl-4,.vc_col-xl-5,.vc_col-xl-6,.vc_col-xl-7,.vc_col-xl-8,.vc_col-xl-9{float:left}[dir=rtl] .vc_rtl-columns-reverse :is(.vc_col-xl-1,.vc_col-xl-10,.vc_col-xl-11,.vc_col-xl-12,.vc_col-xl-2,.vc_col-xl-3,.vc_col-xl-4,.vc_col-xl-5,.vc_col-xl-6,.vc_col-xl-7,.vc_col-xl-8,.vc_col-xl-9){float:right}.vc_col-xl-12{width:100%}.vc_col-xl-11{width:91.66666667%}.vc_col-xl-10{width:83.33333333%}.vc_col-xl-9{width:75%}.vc_col-xl-8{width:66.66666667%}.vc_col-xl-7{width:58.33333333%}.vc_col-xl-6{width:50%}.vc_col-xl-5{width:41.66666667%}.vc_col-xl-4{width:33.33333333%}.vc_col-xl-3{width:25%}.vc_col-xl-2{width:16.66666667%}.vc_col-xl-1{width:8.33333333%}.vc_col-xl-pull-12{right:100%}.vc_col-xl-pull-11{right:91.66666667%}.vc_col-xl-pull-10{right:83.33333333%}.vc_col-xl-pull-9{right:75%}.vc_col-xl-pull-8{right:66.66666667%}.vc_col-xl-pull-7{right:58.33333333%}.vc_col-xl-pull-6{right:50%}.vc_col-xl-pull-5{right:41.66666667%}.vc_col-xl-pull-4{right:33.33333333%}.vc_col-xl-pull-3{right:25%}.vc_col-xl-pull-2{right:16.66666667%}.vc_col-xl-pull-1{right:8.33333333%}.vc_col-xl-pull-0{right:auto}.vc_col-xl-push-12{left:100%}.vc_col-xl-push-11{left:91.66666667%}.vc_col-xl-push-10{left:83.33333333%}.vc_col-xl-push-9{left:75%}.vc_col-xl-push-8{left:66.66666667%}.vc_col-xl-push-7{left:58.33333333%}.vc_col-xl-push-6{left:50%}.vc_col-xl-push-5{left:41.66666667%}.vc_col-xl-push-4{left:33.33333333%}.vc_col-xl-push-3{left:25%}.vc_col-xl-push-2{left:16.66666667%}.vc_col-xl-push-1{left:8.33333333%}.vc_col-xl-push-0{left:auto}.vc_col-xl-offset-12{margin-left:100%}.vc_col-xl-offset-11{margin-left:91.66666667%}.vc_col-xl-offset-10{margin-left:83.33333333%}.vc_col-xl-offset-9{margin-left:75%}.vc_col-xl-offset-8{margin-left:66.66666667%}.vc_col-xl-offset-7{margin-left:58.33333333%}.vc_col-xl-offset-6{margin-left:50%}.vc_col-xl-offset-5{margin-left:41.66666667%}.vc_col-xl-offset-4{margin-left:33.33333333%}.vc_col-xl-offset-3{margin-left:25%}.vc_col-xl-offset-2{margin-left:16.66666667%}.vc_col-xl-offset-1{margin-left:8.33333333%}.vc_col-xl-offset-0{margin-left:0}.vc_col-xl-1\/5,.vc_col-xl-2\/5,.vc_col-xl-3\/5,.vc_col-xl-4\/5,.vc_col-xl-5\/5{float:left}[dir=rtl] .vc_rtl-columns-reverse :is(.vc_col-xl-1\/5,.vc_col-xl-2\/5,.vc_col-xl-3\/5,.vc_col-xl-4\/5,.vc_col-xl-5\/5){float:right}.vc_col-xl-5\/5{width:100%}.vc_col-xl-4\/5{width:80%}.vc_col-xl-3\/5{width:60%}.vc_col-xl-2\/5{width:40%}.vc_col-xl-1\/5{width:20%}.vc_col-xl-pull-5\/5{right:100%}.vc_col-xl-pull-4\/5{right:80%}.vc_col-xl-pull-3\/5{right:60%}.vc_col-xl-pull-2\/5{right:40%}.vc_col-xl-pull-1\/5{right:20%}.vc_col-xl-pull-0\/5{right:auto}.vc_col-xl-push-5\/5{left:100%}.vc_col-xl-push-4\/5{left:80%}.vc_col-xl-push-3\/5{left:60%}.vc_col-xl-push-2\/5{left:40%}.vc_col-xl-push-1\/5{left:20%}.vc_col-xl-push-0\/5{left:auto}.vc_col-xl-offset-5\/5{margin-left:100%}.vc_col-xl-offset-4\/5{margin-left:80%}.vc_col-xl-offset-3\/5{margin-left:60%}.vc_col-xl-offset-2\/5{margin-left:40%}.vc_col-xl-offset-1\/5{margin-left:20%}.vc_col-xl-offset-0\/5{margin-left:0}}.vc_pull-right{float:right!important}.vc_pull-left{float:left!important}.vc_clearfix:after,.vc_clearfix:before{content:" ";display:table}.vc_clearfix:after,.vc_el-clearfix{clear:both}@media (max-width:767px){.vc_el-clearfix-xs{clear:both}}@media (min-width:768px) and (max-width:991px){.vc_el-clearfix-sm{clear:both}}@media (min-width:992px) and (max-width:1199px){.vc_el-clearfix-md{clear:both}}@media (min-width:1200px) and (max-width:1399px){.vc_el-clearfix-lg{clear:both}}@media (min-width:1400px){.vc_el-clearfix-xl{clear:both}}.vc_visible{display:block}.vc_table{border-collapse:collapse;margin-bottom:20px;max-width:100%;width:100%}.vc_table>:is(tbody>tr>td,tbody>tr>th,tfoot>tr>td,tfoot>tr>th,thead>tr>td,thead>tr>th){border-top:1px solid #ddd;line-height:1.42857143;padding:8px;vertical-align:top}.vc_table>thead>tr>th{border-bottom:2px solid #ddd;vertical-align:bottom}.vc_table>caption+thead>tr:first-child>td,.vc_table>caption+thead>tr:first-child>th,.vc_table>colgroup+thead>tr:first-child>td,.vc_table>colgroup+thead>tr:first-child>th,.vc_table>thead:first-child>tr:first-child>td,.vc_table>thead:first-child>tr:first-child>th{border-top:0}.vc_table>tbody+tbody{border-top:2px solid #ddd}.vc_table .table{background-color:#fff}.vc_table-bordered,.vc_table-bordered>:is(tbody>tr>td,tbody>tr>th,tfoot>tr>td,tfoot>tr>th,thead>tr>td,thead>tr>th){border:1px solid #ddd}.vc_table-bordered>thead>tr>:is(td,th){border-bottom-width:2px}.vc_pixel_icon{background-position:0 0;background-repeat:no-repeat;display:inline-block;height:16px;vertical-align:middle;width:16px}.vc_pixel_icon-alert{background-image:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../vc/alert.png)}.vc_pixel_icon-info{background-image:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../vc/info.png)}.vc_pixel_icon-tick{background-image:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../vc/tick.png)}.vc_pixel_icon-explanation{background-image:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../vc/exclamation.png)}.vc_pixel_icon-address_book{background-image:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/address-book.png)}.vc_pixel_icon-alarm_clock{background-image:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/alarm-clock.png)}.vc_pixel_icon-anchor{background-image:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/anchor.png)}.vc_pixel_icon-application_image{background-image:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/application-image.png)}.vc_pixel_icon-arrow{background-image:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/arrow.png)}.vc_pixel_icon-asterisk{background-image:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/asterisk.png)}.vc_pixel_icon-hammer{background-image:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/auction-hammer.png)}.vc_pixel_icon-balloon{background-image:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/balloon.png)}.vc_pixel_icon-balloon_buzz{background-image:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/balloon-buzz.png)}.vc_pixel_icon-balloon_facebook{background-image:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/balloon-facebook.png)}.vc_pixel_icon-balloon_twitter{background-image:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/balloon-twitter.png)}.vc_pixel_icon-battery{background-image:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/battery-full.png)}.vc_pixel_icon-binocular{background-image:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/binocular.png)}.vc_pixel_icon-document_excel{background-image:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-excel.png)}.vc_pixel_icon-document_image{background-image:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-image.png)}.vc_pixel_icon-document_music{background-image:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-music.png)}.vc_pixel_icon-document_office{background-image:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-office.png)}.vc_pixel_icon-document_pdf{background-image:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-pdf.png)}.vc_pixel_icon-document_powerpoint{background-image:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-powerpoint.png)}.vc_pixel_icon-document_word{background-image:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-word.png)}.vc_pixel_icon-bookmark{background-image:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/bookmark.png)}.vc_pixel_icon-camcorder{background-image:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/camcorder.png)}.vc_pixel_icon-camera{background-image:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/camera.png)}.vc_pixel_icon-chart{background-image:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/chart.png)}.vc_pixel_icon-chart_pie{background-image:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/chart-pie.png)}.vc_pixel_icon-clock{background-image:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/clock.png)}.vc_pixel_icon-play{background-image:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/control.png)}.vc_pixel_icon-fire{background-image:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/fire.png)}.vc_pixel_icon-heart{background-image:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/heart.png)}.vc_pixel_icon-mail{background-image:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/mail.png)}.vc_pixel_icon-shield{background-image:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/plus-shield.png)}.vc_pixel_icon-video{background-image:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/video.png)}@font-face{font-display:block;font-family:vcpb-plugin-icons;font-style:normal;font-weight:400;src:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../fonts/vc_icons/fonts/vcpb-plugin-icons.ttf#1788872945) format("truetype"),url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../fonts/vc_icons/fonts/vcpb-plugin-icons.woff#1788872945) format("woff"),url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../fonts/vc_icons/fonts/vcpb-plugin-icons.svg?jg06m5#vcpb-plugin-icons) format("svg")}.vc-composer-icon{font-family:vcpb-plugin-icons!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.vc-c-warning-triangle:before{content:"\e956"}.vc-c-template-layout:before{content:"\e952"}.vc-c-wpb-logo:before{content:"\e953"}.vc-c-download:before{content:"\e954"}.vc-c-locked:before{content:"\e955"}.vc-c-controls-menu:before{content:"\e94e"}.vc-c-add-circle:before{content:"\e94f"}.vc-c-layout:before{content:"\e950"}.vc-c-trash:before{content:"\e951"}.vc-c-viewport-mobile-portrait:before{content:"\e906"}.vc-c-viewport-mobile-landscape:before{content:"\e907"}.vc-c-viewport-tablet-portrait:before{content:"\e90a"}.vc-c-viewport-tablet-landscape:before{content:"\e90c"}.vc-c-viewport-desktop:before{content:"\e90e"}.vc-c-cog-filled-2:before{content:"\e904"}.vc-c-menu:before{content:"\e94d"}.vc-c-icon-panel-minimize:before{content:"\e94b"}.vc-c-cog-filled:before{content:"\e94c"}.vc-c-images:before{content:"\e947"}.vc-c-image:before{content:"\e948"}.vc-c-edit:before{content:"\e949"}.vc-c-upload:before{content:"\e94a"}.vc-c-param-group-dragndrop:before{content:"\e946"}.vc-c-param-group-add:before{content:"\e943"}.vc-c-param-group-copy:before{content:"\e944"}.vc-c-param-group-delete:before{content:"\e945"}.vc-c-token-close:before{content:"\e942"}.vc-c-justify-vertical-between:before{content:"\e931"}.vc-c-justify-vertical-bottom:before{content:"\e932"}.vc-c-justify-vertical-center:before{content:"\e933"}.vc-c-justify-vertical-top:before{content:"\e934"}.vc-c-arrow-down:before{content:"\e935"}.vc-c-arrow-left:before{content:"\e936"}.vc-c-arrow-right:before{content:"\e937"}.vc-c-arrow-up:before{content:"\e938"}.vc-c-justify-between:before{content:"\e939"}.vc-c-justify-right:before{content:"\e93a"}.vc-c-justify-center:before{content:"\e93b"}.vc-c-justify-left:before{content:"\e93c"}.vc-c-alignment:before{content:"\e93d"}.vc-c-alignment-left:before{content:"\e93e"}.vc-c-alignment-right:before{content:"\e93f"}.vc-c-alignment-center:before{content:"\e940"}.vc-c-chevron-down:before{content:"\e941"}.vc-c-number-arrow-down:before{content:"\e92f"}.vc-c-number-arrow-up:before{content:"\e930"}.vc-c-linked:before{content:"\e91a"}.vc-c-not-linked:before{content:"\e92e"}.vc-c-icon-code:before{content:"\e919"}.vc-c-icon-layout_portrait-tablets:before{content:"\e917"}.vc-c-icon-layout_portrait-smartphones:before{content:"\e918"}.vc-c-icon-layout_landscape-smartphones:before{content:"\e928"}.vc-c-icon-layout_landscape-tablets:before{content:"\e929"}.vc-c-icon-save-draft:before{content:"\e92a"}.vc-c-icon-backend-editor:before{content:"\e92b"}.vc-c-icon-publish:before{content:"\e92c"}.vc-c-icon-preview:before{content:"\e92d"}.vc-c-icon-seo:before{content:"\e927"}.vc-c-icon-clone:before{content:"\e926"}.vc-c-icon-paste:before{content:"\e924"}.vc-c-icon-copy:before{content:"\e925"}.vc-c-icon-layout_default:before{content:"\e91b"}.vc-c-icon-cog:before{content:"\e91f"}.vc-c-icon-add_template:before{content:"\e920"}.vc-c-icon-more:before{content:"\e923"}.vc-c-icon-text-block:before{content:"\e903"}.vc-c-icon-fullscreen_exit:before{content:"\e90d"}.vc-c-icon-fullscreen:before{content:"\e910"}.vc-c-icon-close:before{content:"\e914"}.vc-c-icon-add_element:before{content:"\e915"}.vc-c-icon-redo:before{content:"\e921"}.vc-c-icon-undo:before{content:"\e922"}.vc-c-icon-minimize:before{content:"\e91c"}.vc-c-icon-arrow_back:before{content:"\e5c4"}.vc-c-icon-arrow_drop_down:before{content:"\e5c5"}.vc-c-icon-arrow_drop_up:before{content:"\e5c7"}.vc-c-icon-arrow_forward:before{content:"\e5c8"}.vc-c-icon-check:before{content:"\e5ca"}.vc-c-icon-arrow_upward:before{content:"\e5d8"}.vc-c-icon-arrow_downward:before{content:"\e5db"}.vc-c-icon-sync:before{content:"\e627"}.vc-c-icon-search:before{content:"\e8b6"}.vc-c-icon-1-1:before{content:"\e900"}.vc-c-icon-1-2_1-2:before{content:"\e901"}.vc-c-icon-1-3_1-3_1-3:before{content:"\e902"}.vc-c-icon-1-4_1-4_1-4_1-4:before{content:"\e905"}.vc-c-icon-1-6_1-6_1-6_1-6_1-6_1-6:before{content:"\e908"}.vc-c-icon-l_15_15_15_15_15:before{content:"\e909"}.vc-c-icon-2-3_1-3:before{content:"\e90b"}.vc-c-icon-add:before{content:"\e90f"}.vc-c-icon-content_copy:before{content:"\e911"}.vc-c-icon-delete_empty:before{content:"\e912"}.vc-c-icon-dragndrop:before{content:"\e913"}.vc-c-icon-arrow_drop_right:before{content:"\e916"}.vc-c-icon-mode_edit:before{content:"\e91d"}.vc-c-icon-row_default_fe:before{content:"\e91e"}.vc_txt_align_left{text-align:left}.vc_txt_align_right{text-align:right}.vc_txt_align_center{text-align:center}.vc_txt_align_justify{text-align:justify;text-justify:inter-word}.vc_el_width_50{width:50%}.vc_el_width_50,.vc_el_width_60{margin-left:auto!important;margin-right:auto!important}.vc_el_width_60{width:60%}.vc_el_width_70{width:70%}.vc_el_width_70,.vc_el_width_80{margin-left:auto!important;margin-right:auto!important}.vc_el_width_80{width:80%}.vc_el_width_90{width:90%}.vc_el_width_100,.vc_el_width_90{margin-left:auto!important;margin-right:auto!important}.vc_el_width_100{width:100%}.vc_btn,a.vc_btn,button.vc_btn{border-radius:4px;box-shadow:none;cursor:pointer;display:inline-block;font-size:100%;line-height:20px;padding:9px 12px;text-decoration:none!important}.vc_btn,.vc_btn:focus,.vc_btn:hover,a.vc_btn,a.vc_btn:focus,a.vc_btn:hover,button.vc_btn,button.vc_btn:focus,button.vc_btn:hover{border:1px solid #0000;box-shadow:none}.vc_btn-lg,a.vc_btn-lg,button.vc_btn-lg{border-radius:6px;font-size:18px;line-height:1.3333333;padding:10px 16px}.vc_btn-sm,a.vc_btn-sm,button.vc_btn-sm{border-radius:3px;font-size:12px;line-height:1.5;padding:5px 10px}.vc_btn-xs,a.vc_btn-xs,button.vc_btn-xs{border-radius:3px;font-size:12px;line-height:1.5;padding:1px 5px}.vc_btn_square,a.vc_btn_square,button.vc_btn_square{border-radius:0}.vc_btn_square_outlined,a.vc_btn_square_outlined,button.vc_btn_square_outlined{background:none!important;border-radius:0}.vc_btn_square_outlined,.vc_btn_square_outlined:focus,.vc_btn_square_outlined:hover,a.vc_btn_square_outlined,a.vc_btn_square_outlined:focus,a.vc_btn_square_outlined:hover,button.vc_btn_square_outlined,button.vc_btn_square_outlined:focus,button.vc_btn_square_outlined:hover{border:2px solid}.vc_btn_round,a.vc_btn_round,button.vc_btn_round{border-radius:25px}.vc_btn_outlined,a.vc_btn_outlined,button.vc_btn_outlined{background:none!important}.vc_btn_outlined,.vc_btn_outlined:focus,.vc_btn_outlined:hover,a.vc_btn_outlined,a.vc_btn_outlined:focus,a.vc_btn_outlined:hover,button.vc_btn_outlined,button.vc_btn_outlined:focus,button.vc_btn_outlined:hover{border:2px solid}.vc_btn-blue,a.vc_btn-blue,button.vc_btn-blue{background-color:#5472d2;color:#fff!important;transition:all .5s}.vc_btn-blue:hover,a.vc_btn-blue:hover,button.vc_btn-blue:hover{background-color:#3c5ecc;color:#f7f7f7!important}.vc_btn-blue.vc_btn_outlined,.vc_btn-blue.vc_btn_square_outlined,a.vc_btn-blue.vc_btn_outlined,a.vc_btn-blue.vc_btn_square_outlined,button.vc_btn-blue.vc_btn_outlined,button.vc_btn-blue.vc_btn_square_outlined{color:#5472d2!important}.vc_btn-blue.vc_btn_outlined:hover,.vc_btn-blue.vc_btn_square_outlined:hover,a.vc_btn-blue.vc_btn_outlined:hover,a.vc_btn-blue.vc_btn_square_outlined:hover,button.vc_btn-blue.vc_btn_outlined:hover,button.vc_btn-blue.vc_btn_square_outlined:hover{border-color:#3c5ecc}.vc_btn-blue.vc_btn_3d,a.vc_btn-blue.vc_btn_3d,button.vc_btn-blue.vc_btn_3d{box-shadow:0 5px 0 #3253bc;margin-bottom:5px}.vc_btn-blue.vc_btn_3d.vc_btn_xs,a.vc_btn-blue.vc_btn_3d.vc_btn_xs,button.vc_btn-blue.vc_btn_3d.vc_btn_xs{box-shadow:0 3px 0 #3253bc;margin-bottom:3px}.vc_btn-blue.vc_btn_3d.vc_btn_sm,a.vc_btn-blue.vc_btn_3d.vc_btn_sm,button.vc_btn-blue.vc_btn_3d.vc_btn_sm{box-shadow:0 4px 0 #3253bc;margin-bottom:4px}.vc_btn-turquoise,a.vc_btn-turquoise,button.vc_btn-turquoise{background-color:#00c1cf;color:#fff!important;transition:all .5s}.vc_btn-turquoise:hover,a.vc_btn-turquoise:hover,button.vc_btn-turquoise:hover{background-color:#00a4b0;color:#f7f7f7!important}.vc_btn-turquoise.vc_btn_outlined,.vc_btn-turquoise.vc_btn_square_outlined,a.vc_btn-turquoise.vc_btn_outlined,a.vc_btn-turquoise.vc_btn_square_outlined,button.vc_btn-turquoise.vc_btn_outlined,button.vc_btn-turquoise.vc_btn_square_outlined{color:#00c1cf!important}.vc_btn-turquoise.vc_btn_outlined:hover,.vc_btn-turquoise.vc_btn_square_outlined:hover,a.vc_btn-turquoise.vc_btn_outlined:hover,a.vc_btn-turquoise.vc_btn_square_outlined:hover,button.vc_btn-turquoise.vc_btn_outlined:hover,button.vc_btn-turquoise.vc_btn_square_outlined:hover{border-color:#00a4b0}.vc_btn-turquoise.vc_btn_3d,a.vc_btn-turquoise.vc_btn_3d,button.vc_btn-turquoise.vc_btn_3d{box-shadow:0 5px 0 #008d97;margin-bottom:5px}.vc_btn-turquoise.vc_btn_3d.vc_btn_xs,a.vc_btn-turquoise.vc_btn_3d.vc_btn_xs,button.vc_btn-turquoise.vc_btn_3d.vc_btn_xs{box-shadow:0 3px 0 #008d97;margin-bottom:3px}.vc_btn-turquoise.vc_btn_3d.vc_btn_sm,a.vc_btn-turquoise.vc_btn_3d.vc_btn_sm,button.vc_btn-turquoise.vc_btn_3d.vc_btn_sm{box-shadow:0 4px 0 #008d97;margin-bottom:4px}.vc_btn-pink,a.vc_btn-pink,button.vc_btn-pink{background-color:#fe6c61;color:#fff!important;transition:all .5s}.vc_btn-pink:hover,a.vc_btn-pink:hover,button.vc_btn-pink:hover{background-color:#fe5043;color:#f7f7f7!important}.vc_btn-pink.vc_btn_outlined,.vc_btn-pink.vc_btn_square_outlined,a.vc_btn-pink.vc_btn_outlined,a.vc_btn-pink.vc_btn_square_outlined,button.vc_btn-pink.vc_btn_outlined,button.vc_btn-pink.vc_btn_square_outlined{color:#fe6c61!important}.vc_btn-pink.vc_btn_outlined:hover,.vc_btn-pink.vc_btn_square_outlined:hover,a.vc_btn-pink.vc_btn_outlined:hover,a.vc_btn-pink.vc_btn_square_outlined:hover,button.vc_btn-pink.vc_btn_outlined:hover,button.vc_btn-pink.vc_btn_square_outlined:hover{border-color:#fe5043}.vc_btn-pink.vc_btn_3d,a.vc_btn-pink.vc_btn_3d,button.vc_btn-pink.vc_btn_3d{box-shadow:0 5px 0 #fe3829;margin-bottom:5px}.vc_btn-pink.vc_btn_3d.vc_btn_xs,a.vc_btn-pink.vc_btn_3d.vc_btn_xs,button.vc_btn-pink.vc_btn_3d.vc_btn_xs{box-shadow:0 3px 0 #fe3829;margin-bottom:3px}.vc_btn-pink.vc_btn_3d.vc_btn_sm,a.vc_btn-pink.vc_btn_3d.vc_btn_sm,button.vc_btn-pink.vc_btn_3d.vc_btn_sm{box-shadow:0 4px 0 #fe3829;margin-bottom:4px}.vc_btn-violet,a.vc_btn-violet,button.vc_btn-violet{background-color:#8d6dc4;color:#fff!important;transition:all .5s}.vc_btn-violet:hover,a.vc_btn-violet:hover,button.vc_btn-violet:hover{background-color:#7c57bb;color:#f7f7f7!important}.vc_btn-violet.vc_btn_outlined,.vc_btn-violet.vc_btn_square_outlined,a.vc_btn-violet.vc_btn_outlined,a.vc_btn-violet.vc_btn_square_outlined,button.vc_btn-violet.vc_btn_outlined,button.vc_btn-violet.vc_btn_square_outlined{color:#8d6dc4!important}.vc_btn-violet.vc_btn_outlined:hover,.vc_btn-violet.vc_btn_square_outlined:hover,a.vc_btn-violet.vc_btn_outlined:hover,a.vc_btn-violet.vc_btn_square_outlined:hover,button.vc_btn-violet.vc_btn_outlined:hover,button.vc_btn-violet.vc_btn_square_outlined:hover{border-color:#7c57bb}.vc_btn-violet.vc_btn_3d,a.vc_btn-violet.vc_btn_3d,button.vc_btn-violet.vc_btn_3d{box-shadow:0 5px 0 #6e48b1;margin-bottom:5px}.vc_btn-violet.vc_btn_3d.vc_btn_xs,a.vc_btn-violet.vc_btn_3d.vc_btn_xs,button.vc_btn-violet.vc_btn_3d.vc_btn_xs{box-shadow:0 3px 0 #6e48b1;margin-bottom:3px}.vc_btn-violet.vc_btn_3d.vc_btn_sm,a.vc_btn-violet.vc_btn_3d.vc_btn_sm,button.vc_btn-violet.vc_btn_3d.vc_btn_sm{box-shadow:0 4px 0 #6e48b1;margin-bottom:4px}.vc_btn-peacoc,a.vc_btn-peacoc,button.vc_btn-peacoc{background-color:#4cadc9;color:#fff!important;transition:all .5s}.vc_btn-peacoc:hover,a.vc_btn-peacoc:hover,button.vc_btn-peacoc:hover{background-color:#39a0bd;color:#f7f7f7!important}.vc_btn-peacoc.vc_btn_outlined,.vc_btn-peacoc.vc_btn_square_outlined,a.vc_btn-peacoc.vc_btn_outlined,a.vc_btn-peacoc.vc_btn_square_outlined,button.vc_btn-peacoc.vc_btn_outlined,button.vc_btn-peacoc.vc_btn_square_outlined{color:#4cadc9!important}.vc_btn-peacoc.vc_btn_outlined:hover,.vc_btn-peacoc.vc_btn_square_outlined:hover,a.vc_btn-peacoc.vc_btn_outlined:hover,a.vc_btn-peacoc.vc_btn_square_outlined:hover,button.vc_btn-peacoc.vc_btn_outlined:hover,button.vc_btn-peacoc.vc_btn_square_outlined:hover{border-color:#39a0bd}.vc_btn-peacoc.vc_btn_3d,a.vc_btn-peacoc.vc_btn_3d,button.vc_btn-peacoc.vc_btn_3d{box-shadow:0 5px 0 #338faa;margin-bottom:5px}.vc_btn-peacoc.vc_btn_3d.vc_btn_xs,a.vc_btn-peacoc.vc_btn_3d.vc_btn_xs,button.vc_btn-peacoc.vc_btn_3d.vc_btn_xs{box-shadow:0 3px 0 #338faa;margin-bottom:3px}.vc_btn-peacoc.vc_btn_3d.vc_btn_sm,a.vc_btn-peacoc.vc_btn_3d.vc_btn_sm,button.vc_btn-peacoc.vc_btn_3d.vc_btn_sm{box-shadow:0 4px 0 #338faa;margin-bottom:4px}.vc_btn-chino,a.vc_btn-chino,button.vc_btn-chino{background-color:#cec2ab;color:#fff!important;transition:all .5s}.vc_btn-chino:hover,a.vc_btn-chino:hover,button.vc_btn-chino:hover{background-color:#c3b498;color:#f7f7f7!important}.vc_btn-chino.vc_btn_outlined,.vc_btn-chino.vc_btn_square_outlined,a.vc_btn-chino.vc_btn_outlined,a.vc_btn-chino.vc_btn_square_outlined,button.vc_btn-chino.vc_btn_outlined,button.vc_btn-chino.vc_btn_square_outlined{color:#cec2ab!important}.vc_btn-chino.vc_btn_outlined:hover,.vc_btn-chino.vc_btn_square_outlined:hover,a.vc_btn-chino.vc_btn_outlined:hover,a.vc_btn-chino.vc_btn_square_outlined:hover,button.vc_btn-chino.vc_btn_outlined:hover,button.vc_btn-chino.vc_btn_square_outlined:hover{border-color:#c3b498}.vc_btn-chino.vc_btn_3d,a.vc_btn-chino.vc_btn_3d,button.vc_btn-chino.vc_btn_3d{box-shadow:0 5px 0 #b9a888;margin-bottom:5px}.vc_btn-chino.vc_btn_3d.vc_btn_xs,a.vc_btn-chino.vc_btn_3d.vc_btn_xs,button.vc_btn-chino.vc_btn_3d.vc_btn_xs{box-shadow:0 3px 0 #b9a888;margin-bottom:3px}.vc_btn-chino.vc_btn_3d.vc_btn_sm,a.vc_btn-chino.vc_btn_3d.vc_btn_sm,button.vc_btn-chino.vc_btn_3d.vc_btn_sm{box-shadow:0 4px 0 #b9a888;margin-bottom:4px}.vc_btn-mulled_wine,a.vc_btn-mulled_wine,button.vc_btn-mulled_wine{background-color:#50485b;color:#fff!important;transition:all .5s}.vc_btn-mulled_wine:hover,a.vc_btn-mulled_wine:hover,button.vc_btn-mulled_wine:hover{background-color:#413a4a;color:#f7f7f7!important}.vc_btn-mulled_wine.vc_btn_outlined,.vc_btn-mulled_wine.vc_btn_square_outlined,a.vc_btn-mulled_wine.vc_btn_outlined,a.vc_btn-mulled_wine.vc_btn_square_outlined,button.vc_btn-mulled_wine.vc_btn_outlined,button.vc_btn-mulled_wine.vc_btn_square_outlined{color:#50485b!important}.vc_btn-mulled_wine.vc_btn_outlined:hover,.vc_btn-mulled_wine.vc_btn_square_outlined:hover,a.vc_btn-mulled_wine.vc_btn_outlined:hover,a.vc_btn-mulled_wine.vc_btn_square_outlined:hover,button.vc_btn-mulled_wine.vc_btn_outlined:hover,button.vc_btn-mulled_wine.vc_btn_square_outlined:hover{border-color:#413a4a}.vc_btn-mulled_wine.vc_btn_3d,a.vc_btn-mulled_wine.vc_btn_3d,button.vc_btn-mulled_wine.vc_btn_3d{box-shadow:0 5px 0 #342f3c;margin-bottom:5px}.vc_btn-mulled_wine.vc_btn_3d.vc_btn_xs,a.vc_btn-mulled_wine.vc_btn_3d.vc_btn_xs,button.vc_btn-mulled_wine.vc_btn_3d.vc_btn_xs{box-shadow:0 3px 0 #342f3c;margin-bottom:3px}.vc_btn-mulled_wine.vc_btn_3d.vc_btn_sm,a.vc_btn-mulled_wine.vc_btn_3d.vc_btn_sm,button.vc_btn-mulled_wine.vc_btn_3d.vc_btn_sm{box-shadow:0 4px 0 #342f3c;margin-bottom:4px}.vc_btn-vista_blue,a.vc_btn-vista_blue,button.vc_btn-vista_blue{background-color:#75d69c;color:#fff!important;transition:all .5s}.vc_btn-vista_blue:hover,a.vc_btn-vista_blue:hover,button.vc_btn-vista_blue:hover{background-color:#5dcf8b;color:#f7f7f7!important}.vc_btn-vista_blue.vc_btn_outlined,.vc_btn-vista_blue.vc_btn_square_outlined,a.vc_btn-vista_blue.vc_btn_outlined,a.vc_btn-vista_blue.vc_btn_square_outlined,button.vc_btn-vista_blue.vc_btn_outlined,button.vc_btn-vista_blue.vc_btn_square_outlined{color:#75d69c!important}.vc_btn-vista_blue.vc_btn_outlined:hover,.vc_btn-vista_blue.vc_btn_square_outlined:hover,a.vc_btn-vista_blue.vc_btn_outlined:hover,a.vc_btn-vista_blue.vc_btn_square_outlined:hover,button.vc_btn-vista_blue.vc_btn_outlined:hover,button.vc_btn-vista_blue.vc_btn_square_outlined:hover{border-color:#5dcf8b}.vc_btn-vista_blue.vc_btn_3d,a.vc_btn-vista_blue.vc_btn_3d,button.vc_btn-vista_blue.vc_btn_3d{box-shadow:0 5px 0 #4ac97d;margin-bottom:5px}.vc_btn-vista_blue.vc_btn_3d.vc_btn_xs,a.vc_btn-vista_blue.vc_btn_3d.vc_btn_xs,button.vc_btn-vista_blue.vc_btn_3d.vc_btn_xs{box-shadow:0 3px 0 #4ac97d;margin-bottom:3px}.vc_btn-vista_blue.vc_btn_3d.vc_btn_sm,a.vc_btn-vista_blue.vc_btn_3d.vc_btn_sm,button.vc_btn-vista_blue.vc_btn_3d.vc_btn_sm{box-shadow:0 4px 0 #4ac97d;margin-bottom:4px}.vc_btn-black,a.vc_btn-black,button.vc_btn-black{background-color:#2a2a2a;color:#fff!important;transition:all .5s}.vc_btn-black:hover,a.vc_btn-black:hover,button.vc_btn-black:hover{background-color:#1b1b1b;color:#f7f7f7!important}.vc_btn-black.vc_btn_outlined,.vc_btn-black.vc_btn_square_outlined,a.vc_btn-black.vc_btn_outlined,a.vc_btn-black.vc_btn_square_outlined,button.vc_btn-black.vc_btn_outlined,button.vc_btn-black.vc_btn_square_outlined{color:#2a2a2a!important}.vc_btn-black.vc_btn_outlined:hover,.vc_btn-black.vc_btn_square_outlined:hover,a.vc_btn-black.vc_btn_outlined:hover,a.vc_btn-black.vc_btn_square_outlined:hover,button.vc_btn-black.vc_btn_outlined:hover,button.vc_btn-black.vc_btn_square_outlined:hover{border-color:#1b1b1b}.vc_btn-black.vc_btn_3d,a.vc_btn-black.vc_btn_3d,button.vc_btn-black.vc_btn_3d{box-shadow:0 5px 0 #0e0e0e;margin-bottom:5px}.vc_btn-black.vc_btn_3d.vc_btn_xs,a.vc_btn-black.vc_btn_3d.vc_btn_xs,button.vc_btn-black.vc_btn_3d.vc_btn_xs{box-shadow:0 3px 0 #0e0e0e;margin-bottom:3px}.vc_btn-black.vc_btn_3d.vc_btn_sm,a.vc_btn-black.vc_btn_3d.vc_btn_sm,button.vc_btn-black.vc_btn_3d.vc_btn_sm{box-shadow:0 4px 0 #0e0e0e;margin-bottom:4px}.vc_btn-grey,a.vc_btn-grey,button.vc_btn-grey{background-color:#ebebeb;color:#666!important;transition:all .5s}.vc_btn-grey:hover,a.vc_btn-grey:hover,button.vc_btn-grey:hover{background-color:#dcdcdc;color:#5e5e5e!important}.vc_btn-grey.vc_btn_outlined,.vc_btn-grey.vc_btn_square_outlined,a.vc_btn-grey.vc_btn_outlined,a.vc_btn-grey.vc_btn_square_outlined,button.vc_btn-grey.vc_btn_outlined,button.vc_btn-grey.vc_btn_square_outlined{color:#ebebeb!important}.vc_btn-grey.vc_btn_outlined:hover,.vc_btn-grey.vc_btn_square_outlined:hover,a.vc_btn-grey.vc_btn_outlined:hover,a.vc_btn-grey.vc_btn_square_outlined:hover,button.vc_btn-grey.vc_btn_outlined:hover,button.vc_btn-grey.vc_btn_square_outlined:hover{border-color:#dcdcdc}.vc_btn-grey.vc_btn_3d,a.vc_btn-grey.vc_btn_3d,button.vc_btn-grey.vc_btn_3d{box-shadow:0 5px 0 #cfcfcf;margin-bottom:5px}.vc_btn-grey.vc_btn_3d.vc_btn_xs,a.vc_btn-grey.vc_btn_3d.vc_btn_xs,button.vc_btn-grey.vc_btn_3d.vc_btn_xs{box-shadow:0 3px 0 #cfcfcf;margin-bottom:3px}.vc_btn-grey.vc_btn_3d.vc_btn_sm,a.vc_btn-grey.vc_btn_3d.vc_btn_sm,button.vc_btn-grey.vc_btn_3d.vc_btn_sm{box-shadow:0 4px 0 #cfcfcf;margin-bottom:4px}.vc_btn-orange,a.vc_btn-orange,button.vc_btn-orange{background-color:#f7be68;color:#fff!important;transition:all .5s}.vc_btn-orange:hover,a.vc_btn-orange:hover,button.vc_btn-orange:hover{background-color:#f5b14b;color:#f7f7f7!important}.vc_btn-orange.vc_btn_outlined,.vc_btn-orange.vc_btn_square_outlined,a.vc_btn-orange.vc_btn_outlined,a.vc_btn-orange.vc_btn_square_outlined,button.vc_btn-orange.vc_btn_outlined,button.vc_btn-orange.vc_btn_square_outlined{color:#f7be68!important}.vc_btn-orange.vc_btn_outlined:hover,.vc_btn-orange.vc_btn_square_outlined:hover,a.vc_btn-orange.vc_btn_outlined:hover,a.vc_btn-orange.vc_btn_square_outlined:hover,button.vc_btn-orange.vc_btn_outlined:hover,button.vc_btn-orange.vc_btn_square_outlined:hover{border-color:#f5b14b}.vc_btn-orange.vc_btn_3d,a.vc_btn-orange.vc_btn_3d,button.vc_btn-orange.vc_btn_3d{box-shadow:0 5px 0 #f4a733;margin-bottom:5px}.vc_btn-orange.vc_btn_3d.vc_btn_xs,a.vc_btn-orange.vc_btn_3d.vc_btn_xs,button.vc_btn-orange.vc_btn_3d.vc_btn_xs{box-shadow:0 3px 0 #f4a733;margin-bottom:3px}.vc_btn-orange.vc_btn_3d.vc_btn_sm,a.vc_btn-orange.vc_btn_3d.vc_btn_sm,button.vc_btn-orange.vc_btn_3d.vc_btn_sm{box-shadow:0 4px 0 #f4a733;margin-bottom:4px}.vc_btn-sky,a.vc_btn-sky,button.vc_btn-sky{background-color:#5aa1e3;color:#fff!important;transition:all .5s}.vc_btn-sky:hover,a.vc_btn-sky:hover,button.vc_btn-sky:hover{background-color:#4092df;color:#f7f7f7!important}.vc_btn-sky.vc_btn_outlined,.vc_btn-sky.vc_btn_square_outlined,a.vc_btn-sky.vc_btn_outlined,a.vc_btn-sky.vc_btn_square_outlined,button.vc_btn-sky.vc_btn_outlined,button.vc_btn-sky.vc_btn_square_outlined{color:#5aa1e3!important}.vc_btn-sky.vc_btn_outlined:hover,.vc_btn-sky.vc_btn_square_outlined:hover,a.vc_btn-sky.vc_btn_outlined:hover,a.vc_btn-sky.vc_btn_square_outlined:hover,button.vc_btn-sky.vc_btn_outlined:hover,button.vc_btn-sky.vc_btn_square_outlined:hover{border-color:#4092df}.vc_btn-sky.vc_btn_3d,a.vc_btn-sky.vc_btn_3d,button.vc_btn-sky.vc_btn_3d{box-shadow:0 5px 0 #2a86db;margin-bottom:5px}.vc_btn-sky.vc_btn_3d.vc_btn_xs,a.vc_btn-sky.vc_btn_3d.vc_btn_xs,button.vc_btn-sky.vc_btn_3d.vc_btn_xs{box-shadow:0 3px 0 #2a86db;margin-bottom:3px}.vc_btn-sky.vc_btn_3d.vc_btn_sm,a.vc_btn-sky.vc_btn_3d.vc_btn_sm,button.vc_btn-sky.vc_btn_3d.vc_btn_sm{box-shadow:0 4px 0 #2a86db;margin-bottom:4px}.vc_btn-green,a.vc_btn-green,button.vc_btn-green{background-color:#6dab3c;color:#fff!important;transition:all .5s}.vc_btn-green:hover,a.vc_btn-green:hover,button.vc_btn-green:hover{background-color:#5f9434;color:#f7f7f7!important}.vc_btn-green.vc_btn_outlined,.vc_btn-green.vc_btn_square_outlined,a.vc_btn-green.vc_btn_outlined,a.vc_btn-green.vc_btn_square_outlined,button.vc_btn-green.vc_btn_outlined,button.vc_btn-green.vc_btn_square_outlined{color:#6dab3c!important}.vc_btn-green.vc_btn_outlined:hover,.vc_btn-green.vc_btn_square_outlined:hover,a.vc_btn-green.vc_btn_outlined:hover,a.vc_btn-green.vc_btn_square_outlined:hover,button.vc_btn-green.vc_btn_outlined:hover,button.vc_btn-green.vc_btn_square_outlined:hover{border-color:#5f9434}.vc_btn-green.vc_btn_3d,a.vc_btn-green.vc_btn_3d,button.vc_btn-green.vc_btn_3d{box-shadow:0 5px 0 #53812d;margin-bottom:5px}.vc_btn-green.vc_btn_3d.vc_btn_xs,a.vc_btn-green.vc_btn_3d.vc_btn_xs,button.vc_btn-green.vc_btn_3d.vc_btn_xs{box-shadow:0 3px 0 #53812d;margin-bottom:3px}.vc_btn-green.vc_btn_3d.vc_btn_sm,a.vc_btn-green.vc_btn_3d.vc_btn_sm,button.vc_btn-green.vc_btn_3d.vc_btn_sm{box-shadow:0 4px 0 #53812d;margin-bottom:4px}.vc_btn-juicy_pink,a.vc_btn-juicy_pink,button.vc_btn-juicy_pink{background-color:#f4524d;color:#fff!important;transition:all .5s}.vc_btn-juicy_pink:hover,a.vc_btn-juicy_pink:hover,button.vc_btn-juicy_pink:hover{background-color:#f23630;color:#f7f7f7!important}.vc_btn-juicy_pink.vc_btn_outlined,.vc_btn-juicy_pink.vc_btn_square_outlined,a.vc_btn-juicy_pink.vc_btn_outlined,a.vc_btn-juicy_pink.vc_btn_square_outlined,button.vc_btn-juicy_pink.vc_btn_outlined,button.vc_btn-juicy_pink.vc_btn_square_outlined{color:#f4524d!important}.vc_btn-juicy_pink.vc_btn_outlined:hover,.vc_btn-juicy_pink.vc_btn_square_outlined:hover,a.vc_btn-juicy_pink.vc_btn_outlined:hover,a.vc_btn-juicy_pink.vc_btn_square_outlined:hover,button.vc_btn-juicy_pink.vc_btn_outlined:hover,button.vc_btn-juicy_pink.vc_btn_square_outlined:hover{border-color:#f23630}.vc_btn-juicy_pink.vc_btn_3d,a.vc_btn-juicy_pink.vc_btn_3d,button.vc_btn-juicy_pink.vc_btn_3d{box-shadow:0 5px 0 #f11f18;margin-bottom:5px}.vc_btn-juicy_pink.vc_btn_3d.vc_btn_xs,a.vc_btn-juicy_pink.vc_btn_3d.vc_btn_xs,button.vc_btn-juicy_pink.vc_btn_3d.vc_btn_xs{box-shadow:0 3px 0 #f11f18;margin-bottom:3px}.vc_btn-juicy_pink.vc_btn_3d.vc_btn_sm,a.vc_btn-juicy_pink.vc_btn_3d.vc_btn_sm,button.vc_btn-juicy_pink.vc_btn_3d.vc_btn_sm{box-shadow:0 4px 0 #f11f18;margin-bottom:4px}.vc_btn-sandy_brown,a.vc_btn-sandy_brown,button.vc_btn-sandy_brown{background-color:#f79468;color:#fff!important;transition:all .5s}.vc_btn-sandy_brown:hover,a.vc_btn-sandy_brown:hover,button.vc_btn-sandy_brown:hover{background-color:#f57f4b;color:#f7f7f7!important}.vc_btn-sandy_brown.vc_btn_outlined,.vc_btn-sandy_brown.vc_btn_square_outlined,a.vc_btn-sandy_brown.vc_btn_outlined,a.vc_btn-sandy_brown.vc_btn_square_outlined,button.vc_btn-sandy_brown.vc_btn_outlined,button.vc_btn-sandy_brown.vc_btn_square_outlined{color:#f79468!important}.vc_btn-sandy_brown.vc_btn_outlined:hover,.vc_btn-sandy_brown.vc_btn_square_outlined:hover,a.vc_btn-sandy_brown.vc_btn_outlined:hover,a.vc_btn-sandy_brown.vc_btn_square_outlined:hover,button.vc_btn-sandy_brown.vc_btn_outlined:hover,button.vc_btn-sandy_brown.vc_btn_square_outlined:hover{border-color:#f57f4b}.vc_btn-sandy_brown.vc_btn_3d,a.vc_btn-sandy_brown.vc_btn_3d,button.vc_btn-sandy_brown.vc_btn_3d{box-shadow:0 5px 0 #f46e33;margin-bottom:5px}.vc_btn-sandy_brown.vc_btn_3d.vc_btn_xs,a.vc_btn-sandy_brown.vc_btn_3d.vc_btn_xs,button.vc_btn-sandy_brown.vc_btn_3d.vc_btn_xs{box-shadow:0 3px 0 #f46e33;margin-bottom:3px}.vc_btn-sandy_brown.vc_btn_3d.vc_btn_sm,a.vc_btn-sandy_brown.vc_btn_3d.vc_btn_sm,button.vc_btn-sandy_brown.vc_btn_3d.vc_btn_sm{box-shadow:0 4px 0 #f46e33;margin-bottom:4px}.vc_btn-purple,a.vc_btn-purple,button.vc_btn-purple{background-color:#b97ebb;color:#fff!important;transition:all .5s}.vc_btn-purple:hover,a.vc_btn-purple:hover,button.vc_btn-purple:hover{background-color:#ae6ab0;color:#f7f7f7!important}.vc_btn-purple.vc_btn_outlined,.vc_btn-purple.vc_btn_square_outlined,a.vc_btn-purple.vc_btn_outlined,a.vc_btn-purple.vc_btn_square_outlined,button.vc_btn-purple.vc_btn_outlined,button.vc_btn-purple.vc_btn_square_outlined{color:#b97ebb!important}.vc_btn-purple.vc_btn_outlined:hover,.vc_btn-purple.vc_btn_square_outlined:hover,a.vc_btn-purple.vc_btn_outlined:hover,a.vc_btn-purple.vc_btn_square_outlined:hover,button.vc_btn-purple.vc_btn_outlined:hover,button.vc_btn-purple.vc_btn_square_outlined:hover{border-color:#ae6ab0}.vc_btn-purple.vc_btn_3d,a.vc_btn-purple.vc_btn_3d,button.vc_btn-purple.vc_btn_3d{box-shadow:0 5px 0 #a559a8;margin-bottom:5px}.vc_btn-purple.vc_btn_3d.vc_btn_xs,a.vc_btn-purple.vc_btn_3d.vc_btn_xs,button.vc_btn-purple.vc_btn_3d.vc_btn_xs{box-shadow:0 3px 0 #a559a8;margin-bottom:3px}.vc_btn-purple.vc_btn_3d.vc_btn_sm,a.vc_btn-purple.vc_btn_3d.vc_btn_sm,button.vc_btn-purple.vc_btn_3d.vc_btn_sm{box-shadow:0 4px 0 #a559a8;margin-bottom:4px}.vc_btn-white,a.vc_btn-white,button.vc_btn-white{background-color:#fff;color:#666!important;transition:all .5s}.vc_btn-white:hover,a.vc_btn-white:hover,button.vc_btn-white:hover{background-color:#f0f0f0;color:#5e5e5e!important}.vc_btn-white.vc_btn_outlined,.vc_btn-white.vc_btn_square_outlined,a.vc_btn-white.vc_btn_outlined,a.vc_btn-white.vc_btn_square_outlined,button.vc_btn-white.vc_btn_outlined,button.vc_btn-white.vc_btn_square_outlined{color:#fff!important}.vc_btn-white.vc_btn_outlined:hover,.vc_btn-white.vc_btn_square_outlined:hover,a.vc_btn-white.vc_btn_outlined:hover,a.vc_btn-white.vc_btn_square_outlined:hover,button.vc_btn-white.vc_btn_outlined:hover,button.vc_btn-white.vc_btn_square_outlined:hover{border-color:#f0f0f0}.vc_btn-white.vc_btn_3d,a.vc_btn-white.vc_btn_3d,button.vc_btn-white.vc_btn_3d{box-shadow:0 5px 0 #e3e3e3;margin-bottom:5px}.vc_btn-white.vc_btn_3d.vc_btn_xs,a.vc_btn-white.vc_btn_3d.vc_btn_xs,button.vc_btn-white.vc_btn_3d.vc_btn_xs{box-shadow:0 3px 0 #e3e3e3;margin-bottom:3px}.vc_btn-white.vc_btn_3d.vc_btn_sm,a.vc_btn-white.vc_btn_3d.vc_btn_sm,button.vc_btn-white.vc_btn_3d.vc_btn_sm{box-shadow:0 4px 0 #e3e3e3;margin-bottom:4px}.vc_btn-grace,a.vc_btn-grace,button.vc_btn-grace{background-color:#aed13b;color:#fff!important;transition:all .5s}.vc_btn-grace:hover,a.vc_btn-grace:hover,button.vc_btn-grace:hover{background-color:#9ec02d;color:#f7f7f7!important}.vc_btn-grace.vc_btn_outlined,.vc_btn-grace.vc_btn_square_outlined,a.vc_btn-grace.vc_btn_outlined,a.vc_btn-grace.vc_btn_square_outlined,button.vc_btn-grace.vc_btn_outlined,button.vc_btn-grace.vc_btn_square_outlined{color:#aed13b!important}.vc_btn-grace.vc_btn_outlined:hover,.vc_btn-grace.vc_btn_square_outlined:hover,a.vc_btn-grace.vc_btn_outlined:hover,a.vc_btn-grace.vc_btn_square_outlined:hover,button.vc_btn-grace.vc_btn_outlined:hover,button.vc_btn-grace.vc_btn_square_outlined:hover{border-color:#9ec02d}.vc_btn-grace.vc_btn_3d,a.vc_btn-grace.vc_btn_3d,button.vc_btn-grace.vc_btn_3d{box-shadow:0 5px 0 #8dac28;margin-bottom:5px}.vc_btn-grace.vc_btn_3d.vc_btn_xs,a.vc_btn-grace.vc_btn_3d.vc_btn_xs,button.vc_btn-grace.vc_btn_3d.vc_btn_xs{box-shadow:0 3px 0 #8dac28;margin-bottom:3px}.vc_btn-grace.vc_btn_3d.vc_btn_sm,a.vc_btn-grace.vc_btn_3d.vc_btn_sm,button.vc_btn-grace.vc_btn_3d.vc_btn_sm{box-shadow:0 4px 0 #8dac28;margin-bottom:4px}.vc_btn-default,a.vc_btn-default,button.vc_btn-default{background-color:#fff;border-color:#0000;color:#7d7d7d}.open>.dropdown-toggle.vc_btn-default,.open>.dropdown-togglea.vc_btn-default,.open>.dropdown-togglebutton.vc_btn-default,.vc_btn-default.active,.vc_btn-default.focus,.vc_btn-default:active,.vc_btn-default:focus,.vc_btn-default:hover,a.vc_btn-default.active,a.vc_btn-default.focus,a.vc_btn-default:active,a.vc_btn-default:focus,a.vc_btn-default:hover,button.vc_btn-default.active,button.vc_btn-default.focus,button.vc_btn-default:active,button.vc_btn-default:focus,button.vc_btn-default:hover{background-color:#e6e6e6;border-color:#0000;color:#7d7d7d}.open>.dropdown-toggle.vc_btn-default.focus,.open>.dropdown-toggle.vc_btn-default:focus,.open>.dropdown-toggle.vc_btn-default:hover,.open>.dropdown-togglea.vc_btn-default.focus,.open>.dropdown-togglea.vc_btn-default:focus,.open>.dropdown-togglea.vc_btn-default:hover,.open>.dropdown-togglebutton.vc_btn-default.focus,.open>.dropdown-togglebutton.vc_btn-default:focus,.open>.dropdown-togglebutton.vc_btn-default:hover,.vc_btn-default.active.focus,.vc_btn-default.active:focus,.vc_btn-default.active:hover,.vc_btn-default:active.focus,.vc_btn-default:active:focus,.vc_btn-default:active:hover,a.vc_btn-default.active.focus,a.vc_btn-default.active:focus,a.vc_btn-default.active:hover,a.vc_btn-default:active.focus,a.vc_btn-default:active:focus,a.vc_btn-default:active:hover,button.vc_btn-default.active.focus,button.vc_btn-default.active:focus,button.vc_btn-default.active:hover,button.vc_btn-default:active.focus,button.vc_btn-default:active:focus,button.vc_btn-default:active:hover{background-color:#d4d4d4;border-color:#0000;color:#7d7d7d}.open>.dropdown-toggle.vc_btn-default,.open>.dropdown-togglea.vc_btn-default,.open>.dropdown-togglebutton.vc_btn-default,.vc_btn-default.active,.vc_btn-default:active,a.vc_btn-default.active,a.vc_btn-default:active,button.vc_btn-default.active,button.vc_btn-default:active{background-image:none}.vc_btn-default.disabled,.vc_btn-default.disabled.active,.vc_btn-default.disabled.focus,.vc_btn-default.disabled:active,.vc_btn-default.disabled:focus,.vc_btn-default.disabled:hover,.vc_btn-default[disabled],.vc_btn-default[disabled].active,.vc_btn-default[disabled].focus,.vc_btn-default[disabled]:active,.vc_btn-default[disabled]:focus,.vc_btn-default[disabled]:hover,a.vc_btn-default.disabled,a.vc_btn-default.disabled.active,a.vc_btn-default.disabled.focus,a.vc_btn-default.disabled:active,a.vc_btn-default.disabled:focus,a.vc_btn-default.disabled:hover,a.vc_btn-default[disabled],a.vc_btn-default[disabled].active,a.vc_btn-default[disabled].focus,a.vc_btn-default[disabled]:active,a.vc_btn-default[disabled]:focus,a.vc_btn-default[disabled]:hover,button.vc_btn-default.disabled,button.vc_btn-default.disabled.active,button.vc_btn-default.disabled.focus,button.vc_btn-default.disabled:active,button.vc_btn-default.disabled:focus,button.vc_btn-default.disabled:hover,button.vc_btn-default[disabled],button.vc_btn-default[disabled].active,button.vc_btn-default[disabled].focus,button.vc_btn-default[disabled]:active,button.vc_btn-default[disabled]:focus,button.vc_btn-default[disabled]:hover,fieldset[disabled] .vc_btn-default,fieldset[disabled] .vc_btn-default.active,fieldset[disabled] .vc_btn-default.focus,fieldset[disabled] .vc_btn-default:active,fieldset[disabled] .vc_btn-default:focus,fieldset[disabled] .vc_btn-default:hover,fieldset[disabled] a.vc_btn-default,fieldset[disabled] a.vc_btn-default.active,fieldset[disabled] a.vc_btn-default.focus,fieldset[disabled] a.vc_btn-default:active,fieldset[disabled] a.vc_btn-default:focus,fieldset[disabled] a.vc_btn-default:hover,fieldset[disabled] button.vc_btn-default,fieldset[disabled] button.vc_btn-default.active,fieldset[disabled] button.vc_btn-default.focus,fieldset[disabled] button.vc_btn-default:active,fieldset[disabled] button.vc_btn-default:focus,fieldset[disabled] button.vc_btn-default:hover{background-color:#fff;border-color:#0000}.vc_btn-default .badge,a.vc_btn-default .badge,button.vc_btn-default .badge{background-color:#7d7d7d;color:#fff}.vc_btn-primary,a.vc_btn-primary,button.vc_btn-primary{background-color:#00aef0;border-color:#0000;color:#fff}.open>.dropdown-toggle.vc_btn-primary,.open>.dropdown-togglea.vc_btn-primary,.open>.dropdown-togglebutton.vc_btn-primary,.vc_btn-primary.active,.vc_btn-primary.focus,.vc_btn-primary:active,.vc_btn-primary:focus,.vc_btn-primary:hover,a.vc_btn-primary.active,a.vc_btn-primary.focus,a.vc_btn-primary:active,a.vc_btn-primary:focus,a.vc_btn-primary:hover,button.vc_btn-primary.active,button.vc_btn-primary.focus,button.vc_btn-primary:active,button.vc_btn-primary:focus,button.vc_btn-primary:hover{background-color:#0089bd;border-color:#0000;color:#fff}.open>.dropdown-toggle.vc_btn-primary.focus,.open>.dropdown-toggle.vc_btn-primary:focus,.open>.dropdown-toggle.vc_btn-primary:hover,.open>.dropdown-togglea.vc_btn-primary.focus,.open>.dropdown-togglea.vc_btn-primary:focus,.open>.dropdown-togglea.vc_btn-primary:hover,.open>.dropdown-togglebutton.vc_btn-primary.focus,.open>.dropdown-togglebutton.vc_btn-primary:focus,.open>.dropdown-togglebutton.vc_btn-primary:hover,.vc_btn-primary.active.focus,.vc_btn-primary.active:focus,.vc_btn-primary.active:hover,.vc_btn-primary:active.focus,.vc_btn-primary:active:focus,.vc_btn-primary:active:hover,a.vc_btn-primary.active.focus,a.vc_btn-primary.active:focus,a.vc_btn-primary.active:hover,a.vc_btn-primary:active.focus,a.vc_btn-primary:active:focus,a.vc_btn-primary:active:hover,button.vc_btn-primary.active.focus,button.vc_btn-primary.active:focus,button.vc_btn-primary.active:hover,button.vc_btn-primary:active.focus,button.vc_btn-primary:active:focus,button.vc_btn-primary:active:hover{background-color:#006f99;border-color:#0000;color:#fff}.open>.dropdown-toggle.vc_btn-primary,.open>.dropdown-togglea.vc_btn-primary,.open>.dropdown-togglebutton.vc_btn-primary,.vc_btn-primary.active,.vc_btn-primary:active,a.vc_btn-primary.active,a.vc_btn-primary:active,button.vc_btn-primary.active,button.vc_btn-primary:active{background-image:none}.vc_btn-primary.disabled,.vc_btn-primary.disabled.active,.vc_btn-primary.disabled.focus,.vc_btn-primary.disabled:active,.vc_btn-primary.disabled:focus,.vc_btn-primary.disabled:hover,.vc_btn-primary[disabled],.vc_btn-primary[disabled].active,.vc_btn-primary[disabled].focus,.vc_btn-primary[disabled]:active,.vc_btn-primary[disabled]:focus,.vc_btn-primary[disabled]:hover,a.vc_btn-primary.disabled,a.vc_btn-primary.disabled.active,a.vc_btn-primary.disabled.focus,a.vc_btn-primary.disabled:active,a.vc_btn-primary.disabled:focus,a.vc_btn-primary.disabled:hover,a.vc_btn-primary[disabled],a.vc_btn-primary[disabled].active,a.vc_btn-primary[disabled].focus,a.vc_btn-primary[disabled]:active,a.vc_btn-primary[disabled]:focus,a.vc_btn-primary[disabled]:hover,button.vc_btn-primary.disabled,button.vc_btn-primary.disabled.active,button.vc_btn-primary.disabled.focus,button.vc_btn-primary.disabled:active,button.vc_btn-primary.disabled:focus,button.vc_btn-primary.disabled:hover,button.vc_btn-primary[disabled],button.vc_btn-primary[disabled].active,button.vc_btn-primary[disabled].focus,button.vc_btn-primary[disabled]:active,button.vc_btn-primary[disabled]:focus,button.vc_btn-primary[disabled]:hover,fieldset[disabled] .vc_btn-primary,fieldset[disabled] .vc_btn-primary.active,fieldset[disabled] .vc_btn-primary.focus,fieldset[disabled] .vc_btn-primary:active,fieldset[disabled] .vc_btn-primary:focus,fieldset[disabled] .vc_btn-primary:hover,fieldset[disabled] a.vc_btn-primary,fieldset[disabled] a.vc_btn-primary.active,fieldset[disabled] a.vc_btn-primary.focus,fieldset[disabled] a.vc_btn-primary:active,fieldset[disabled] a.vc_btn-primary:focus,fieldset[disabled] a.vc_btn-primary:hover,fieldset[disabled] button.vc_btn-primary,fieldset[disabled] button.vc_btn-primary.active,fieldset[disabled] button.vc_btn-primary.focus,fieldset[disabled] button.vc_btn-primary:active,fieldset[disabled] button.vc_btn-primary:focus,fieldset[disabled] button.vc_btn-primary:hover{background-color:#00aef0;border-color:#0000}.vc_btn-primary .badge,a.vc_btn-primary .badge,button.vc_btn-primary .badge{background-color:#fff;color:#00aef0}.vc_btn-success,a.vc_btn-success,button.vc_btn-success{background-color:#5cb85c;border-color:#0000;color:#fff}.open>.dropdown-toggle.vc_btn-success,.open>.dropdown-togglea.vc_btn-success,.open>.dropdown-togglebutton.vc_btn-success,.vc_btn-success.active,.vc_btn-success.focus,.vc_btn-success:active,.vc_btn-success:focus,.vc_btn-success:hover,a.vc_btn-success.active,a.vc_btn-success.focus,a.vc_btn-success:active,a.vc_btn-success:focus,a.vc_btn-success:hover,button.vc_btn-success.active,button.vc_btn-success.focus,button.vc_btn-success:active,button.vc_btn-success:focus,button.vc_btn-success:hover{background-color:#449d44;border-color:#0000;color:#fff}.open>.dropdown-toggle.vc_btn-success.focus,.open>.dropdown-toggle.vc_btn-success:focus,.open>.dropdown-toggle.vc_btn-success:hover,.open>.dropdown-togglea.vc_btn-success.focus,.open>.dropdown-togglea.vc_btn-success:focus,.open>.dropdown-togglea.vc_btn-success:hover,.open>.dropdown-togglebutton.vc_btn-success.focus,.open>.dropdown-togglebutton.vc_btn-success:focus,.open>.dropdown-togglebutton.vc_btn-success:hover,.vc_btn-success.active.focus,.vc_btn-success.active:focus,.vc_btn-success.active:hover,.vc_btn-success:active.focus,.vc_btn-success:active:focus,.vc_btn-success:active:hover,a.vc_btn-success.active.focus,a.vc_btn-success.active:focus,a.vc_btn-success.active:hover,a.vc_btn-success:active.focus,a.vc_btn-success:active:focus,a.vc_btn-success:active:hover,button.vc_btn-success.active.focus,button.vc_btn-success.active:focus,button.vc_btn-success.active:hover,button.vc_btn-success:active.focus,button.vc_btn-success:active:focus,button.vc_btn-success:active:hover{background-color:#398439;border-color:#0000;color:#fff}.open>.dropdown-toggle.vc_btn-success,.open>.dropdown-togglea.vc_btn-success,.open>.dropdown-togglebutton.vc_btn-success,.vc_btn-success.active,.vc_btn-success:active,a.vc_btn-success.active,a.vc_btn-success:active,button.vc_btn-success.active,button.vc_btn-success:active{background-image:none}.vc_btn-success.disabled,.vc_btn-success.disabled.active,.vc_btn-success.disabled.focus,.vc_btn-success.disabled:active,.vc_btn-success.disabled:focus,.vc_btn-success.disabled:hover,.vc_btn-success[disabled],.vc_btn-success[disabled].active,.vc_btn-success[disabled].focus,.vc_btn-success[disabled]:active,.vc_btn-success[disabled]:focus,.vc_btn-success[disabled]:hover,a.vc_btn-success.disabled,a.vc_btn-success.disabled.active,a.vc_btn-success.disabled.focus,a.vc_btn-success.disabled:active,a.vc_btn-success.disabled:focus,a.vc_btn-success.disabled:hover,a.vc_btn-success[disabled],a.vc_btn-success[disabled].active,a.vc_btn-success[disabled].focus,a.vc_btn-success[disabled]:active,a.vc_btn-success[disabled]:focus,a.vc_btn-success[disabled]:hover,button.vc_btn-success.disabled,button.vc_btn-success.disabled.active,button.vc_btn-success.disabled.focus,button.vc_btn-success.disabled:active,button.vc_btn-success.disabled:focus,button.vc_btn-success.disabled:hover,button.vc_btn-success[disabled],button.vc_btn-success[disabled].active,button.vc_btn-success[disabled].focus,button.vc_btn-success[disabled]:active,button.vc_btn-success[disabled]:focus,button.vc_btn-success[disabled]:hover,fieldset[disabled] .vc_btn-success,fieldset[disabled] .vc_btn-success.active,fieldset[disabled] .vc_btn-success.focus,fieldset[disabled] .vc_btn-success:active,fieldset[disabled] .vc_btn-success:focus,fieldset[disabled] .vc_btn-success:hover,fieldset[disabled] a.vc_btn-success,fieldset[disabled] a.vc_btn-success.active,fieldset[disabled] a.vc_btn-success.focus,fieldset[disabled] a.vc_btn-success:active,fieldset[disabled] a.vc_btn-success:focus,fieldset[disabled] a.vc_btn-success:hover,fieldset[disabled] button.vc_btn-success,fieldset[disabled] button.vc_btn-success.active,fieldset[disabled] button.vc_btn-success.focus,fieldset[disabled] button.vc_btn-success:active,fieldset[disabled] button.vc_btn-success:focus,fieldset[disabled] button.vc_btn-success:hover{background-color:#5cb85c;border-color:#0000}.vc_btn-success .badge,a.vc_btn-success .badge,button.vc_btn-success .badge{background-color:#fff;color:#5cb85c}.vc_btn-info,a.vc_btn-info,button.vc_btn-info{background-color:#5bc0de;border-color:#0000;color:#fff}.open>.dropdown-toggle.vc_btn-info,.open>.dropdown-togglea.vc_btn-info,.open>.dropdown-togglebutton.vc_btn-info,.vc_btn-info.active,.vc_btn-info.focus,.vc_btn-info:active,.vc_btn-info:focus,.vc_btn-info:hover,a.vc_btn-info.active,a.vc_btn-info.focus,a.vc_btn-info:active,a.vc_btn-info:focus,a.vc_btn-info:hover,button.vc_btn-info.active,button.vc_btn-info.focus,button.vc_btn-info:active,button.vc_btn-info:focus,button.vc_btn-info:hover{background-color:#31b0d5;border-color:#0000;color:#fff}.open>.dropdown-toggle.vc_btn-info.focus,.open>.dropdown-toggle.vc_btn-info:focus,.open>.dropdown-toggle.vc_btn-info:hover,.open>.dropdown-togglea.vc_btn-info.focus,.open>.dropdown-togglea.vc_btn-info:focus,.open>.dropdown-togglea.vc_btn-info:hover,.open>.dropdown-togglebutton.vc_btn-info.focus,.open>.dropdown-togglebutton.vc_btn-info:focus,.open>.dropdown-togglebutton.vc_btn-info:hover,.vc_btn-info.active.focus,.vc_btn-info.active:focus,.vc_btn-info.active:hover,.vc_btn-info:active.focus,.vc_btn-info:active:focus,.vc_btn-info:active:hover,a.vc_btn-info.active.focus,a.vc_btn-info.active:focus,a.vc_btn-info.active:hover,a.vc_btn-info:active.focus,a.vc_btn-info:active:focus,a.vc_btn-info:active:hover,button.vc_btn-info.active.focus,button.vc_btn-info.active:focus,button.vc_btn-info.active:hover,button.vc_btn-info:active.focus,button.vc_btn-info:active:focus,button.vc_btn-info:active:hover{background-color:#269abc;border-color:#0000;color:#fff}.open>.dropdown-toggle.vc_btn-info,.open>.dropdown-togglea.vc_btn-info,.open>.dropdown-togglebutton.vc_btn-info,.vc_btn-info.active,.vc_btn-info:active,a.vc_btn-info.active,a.vc_btn-info:active,button.vc_btn-info.active,button.vc_btn-info:active{background-image:none}.vc_btn-info.disabled,.vc_btn-info.disabled.active,.vc_btn-info.disabled.focus,.vc_btn-info.disabled:active,.vc_btn-info.disabled:focus,.vc_btn-info.disabled:hover,.vc_btn-info[disabled],.vc_btn-info[disabled].active,.vc_btn-info[disabled].focus,.vc_btn-info[disabled]:active,.vc_btn-info[disabled]:focus,.vc_btn-info[disabled]:hover,a.vc_btn-info.disabled,a.vc_btn-info.disabled.active,a.vc_btn-info.disabled.focus,a.vc_btn-info.disabled:active,a.vc_btn-info.disabled:focus,a.vc_btn-info.disabled:hover,a.vc_btn-info[disabled],a.vc_btn-info[disabled].active,a.vc_btn-info[disabled].focus,a.vc_btn-info[disabled]:active,a.vc_btn-info[disabled]:focus,a.vc_btn-info[disabled]:hover,button.vc_btn-info.disabled,button.vc_btn-info.disabled.active,button.vc_btn-info.disabled.focus,button.vc_btn-info.disabled:active,button.vc_btn-info.disabled:focus,button.vc_btn-info.disabled:hover,button.vc_btn-info[disabled],button.vc_btn-info[disabled].active,button.vc_btn-info[disabled].focus,button.vc_btn-info[disabled]:active,button.vc_btn-info[disabled]:focus,button.vc_btn-info[disabled]:hover,fieldset[disabled] .vc_btn-info,fieldset[disabled] .vc_btn-info.active,fieldset[disabled] .vc_btn-info.focus,fieldset[disabled] .vc_btn-info:active,fieldset[disabled] .vc_btn-info:focus,fieldset[disabled] .vc_btn-info:hover,fieldset[disabled] a.vc_btn-info,fieldset[disabled] a.vc_btn-info.active,fieldset[disabled] a.vc_btn-info.focus,fieldset[disabled] a.vc_btn-info:active,fieldset[disabled] a.vc_btn-info:focus,fieldset[disabled] a.vc_btn-info:hover,fieldset[disabled] button.vc_btn-info,fieldset[disabled] button.vc_btn-info.active,fieldset[disabled] button.vc_btn-info.focus,fieldset[disabled] button.vc_btn-info:active,fieldset[disabled] button.vc_btn-info:focus,fieldset[disabled] button.vc_btn-info:hover{background-color:#5bc0de;border-color:#0000}.vc_btn-info .badge,a.vc_btn-info .badge,button.vc_btn-info .badge{background-color:#fff;color:#5bc0de}.vc_btn-warning,a.vc_btn-warning,button.vc_btn-warning{background-color:#f0ad4e;border-color:#0000;color:#fff}.open>.dropdown-toggle.vc_btn-warning,.open>.dropdown-togglea.vc_btn-warning,.open>.dropdown-togglebutton.vc_btn-warning,.vc_btn-warning.active,.vc_btn-warning.focus,.vc_btn-warning:active,.vc_btn-warning:focus,.vc_btn-warning:hover,a.vc_btn-warning.active,a.vc_btn-warning.focus,a.vc_btn-warning:active,a.vc_btn-warning:focus,a.vc_btn-warning:hover,button.vc_btn-warning.active,button.vc_btn-warning.focus,button.vc_btn-warning:active,button.vc_btn-warning:focus,button.vc_btn-warning:hover{background-color:#ec971f;border-color:#0000;color:#fff}.open>.dropdown-toggle.vc_btn-warning.focus,.open>.dropdown-toggle.vc_btn-warning:focus,.open>.dropdown-toggle.vc_btn-warning:hover,.open>.dropdown-togglea.vc_btn-warning.focus,.open>.dropdown-togglea.vc_btn-warning:focus,.open>.dropdown-togglea.vc_btn-warning:hover,.open>.dropdown-togglebutton.vc_btn-warning.focus,.open>.dropdown-togglebutton.vc_btn-warning:focus,.open>.dropdown-togglebutton.vc_btn-warning:hover,.vc_btn-warning.active.focus,.vc_btn-warning.active:focus,.vc_btn-warning.active:hover,.vc_btn-warning:active.focus,.vc_btn-warning:active:focus,.vc_btn-warning:active:hover,a.vc_btn-warning.active.focus,a.vc_btn-warning.active:focus,a.vc_btn-warning.active:hover,a.vc_btn-warning:active.focus,a.vc_btn-warning:active:focus,a.vc_btn-warning:active:hover,button.vc_btn-warning.active.focus,button.vc_btn-warning.active:focus,button.vc_btn-warning.active:hover,button.vc_btn-warning:active.focus,button.vc_btn-warning:active:focus,button.vc_btn-warning:active:hover{background-color:#d58512;border-color:#0000;color:#fff}.open>.dropdown-toggle.vc_btn-warning,.open>.dropdown-togglea.vc_btn-warning,.open>.dropdown-togglebutton.vc_btn-warning,.vc_btn-warning.active,.vc_btn-warning:active,a.vc_btn-warning.active,a.vc_btn-warning:active,button.vc_btn-warning.active,button.vc_btn-warning:active{background-image:none}.vc_btn-warning.disabled,.vc_btn-warning.disabled.active,.vc_btn-warning.disabled.focus,.vc_btn-warning.disabled:active,.vc_btn-warning.disabled:focus,.vc_btn-warning.disabled:hover,.vc_btn-warning[disabled],.vc_btn-warning[disabled].active,.vc_btn-warning[disabled].focus,.vc_btn-warning[disabled]:active,.vc_btn-warning[disabled]:focus,.vc_btn-warning[disabled]:hover,a.vc_btn-warning.disabled,a.vc_btn-warning.disabled.active,a.vc_btn-warning.disabled.focus,a.vc_btn-warning.disabled:active,a.vc_btn-warning.disabled:focus,a.vc_btn-warning.disabled:hover,a.vc_btn-warning[disabled],a.vc_btn-warning[disabled].active,a.vc_btn-warning[disabled].focus,a.vc_btn-warning[disabled]:active,a.vc_btn-warning[disabled]:focus,a.vc_btn-warning[disabled]:hover,button.vc_btn-warning.disabled,button.vc_btn-warning.disabled.active,button.vc_btn-warning.disabled.focus,button.vc_btn-warning.disabled:active,button.vc_btn-warning.disabled:focus,button.vc_btn-warning.disabled:hover,button.vc_btn-warning[disabled],button.vc_btn-warning[disabled].active,button.vc_btn-warning[disabled].focus,button.vc_btn-warning[disabled]:active,button.vc_btn-warning[disabled]:focus,button.vc_btn-warning[disabled]:hover,fieldset[disabled] .vc_btn-warning,fieldset[disabled] .vc_btn-warning.active,fieldset[disabled] .vc_btn-warning.focus,fieldset[disabled] .vc_btn-warning:active,fieldset[disabled] .vc_btn-warning:focus,fieldset[disabled] .vc_btn-warning:hover,fieldset[disabled] a.vc_btn-warning,fieldset[disabled] a.vc_btn-warning.active,fieldset[disabled] a.vc_btn-warning.focus,fieldset[disabled] a.vc_btn-warning:active,fieldset[disabled] a.vc_btn-warning:focus,fieldset[disabled] a.vc_btn-warning:hover,fieldset[disabled] button.vc_btn-warning,fieldset[disabled] button.vc_btn-warning.active,fieldset[disabled] button.vc_btn-warning.focus,fieldset[disabled] button.vc_btn-warning:active,fieldset[disabled] button.vc_btn-warning:focus,fieldset[disabled] button.vc_btn-warning:hover{background-color:#f0ad4e;border-color:#0000}.vc_btn-warning .badge,a.vc_btn-warning .badge,button.vc_btn-warning .badge{background-color:#fff;color:#f0ad4e}.vc_btn-danger,a.vc_btn-danger,button.vc_btn-danger{background-color:#d9534f;border-color:#0000;color:#fff}.open>.dropdown-toggle.vc_btn-danger,.open>.dropdown-togglea.vc_btn-danger,.open>.dropdown-togglebutton.vc_btn-danger,.vc_btn-danger.active,.vc_btn-danger.focus,.vc_btn-danger:active,.vc_btn-danger:focus,.vc_btn-danger:hover,a.vc_btn-danger.active,a.vc_btn-danger.focus,a.vc_btn-danger:active,a.vc_btn-danger:focus,a.vc_btn-danger:hover,button.vc_btn-danger.active,button.vc_btn-danger.focus,button.vc_btn-danger:active,button.vc_btn-danger:focus,button.vc_btn-danger:hover{background-color:#c9302c;border-color:#0000;color:#fff}.open>.dropdown-toggle.vc_btn-danger.focus,.open>.dropdown-toggle.vc_btn-danger:focus,.open>.dropdown-toggle.vc_btn-danger:hover,.open>.dropdown-togglea.vc_btn-danger.focus,.open>.dropdown-togglea.vc_btn-danger:focus,.open>.dropdown-togglea.vc_btn-danger:hover,.open>.dropdown-togglebutton.vc_btn-danger.focus,.open>.dropdown-togglebutton.vc_btn-danger:focus,.open>.dropdown-togglebutton.vc_btn-danger:hover,.vc_btn-danger.active.focus,.vc_btn-danger.active:focus,.vc_btn-danger.active:hover,.vc_btn-danger:active.focus,.vc_btn-danger:active:focus,.vc_btn-danger:active:hover,a.vc_btn-danger.active.focus,a.vc_btn-danger.active:focus,a.vc_btn-danger.active:hover,a.vc_btn-danger:active.focus,a.vc_btn-danger:active:focus,a.vc_btn-danger:active:hover,button.vc_btn-danger.active.focus,button.vc_btn-danger.active:focus,button.vc_btn-danger.active:hover,button.vc_btn-danger:active.focus,button.vc_btn-danger:active:focus,button.vc_btn-danger:active:hover{background-color:#ac2925;border-color:#0000;color:#fff}.open>.dropdown-toggle.vc_btn-danger,.open>.dropdown-togglea.vc_btn-danger,.open>.dropdown-togglebutton.vc_btn-danger,.vc_btn-danger.active,.vc_btn-danger:active,a.vc_btn-danger.active,a.vc_btn-danger:active,button.vc_btn-danger.active,button.vc_btn-danger:active{background-image:none}.vc_btn-danger.disabled,.vc_btn-danger.disabled.active,.vc_btn-danger.disabled.focus,.vc_btn-danger.disabled:active,.vc_btn-danger.disabled:focus,.vc_btn-danger.disabled:hover,.vc_btn-danger[disabled],.vc_btn-danger[disabled].active,.vc_btn-danger[disabled].focus,.vc_btn-danger[disabled]:active,.vc_btn-danger[disabled]:focus,.vc_btn-danger[disabled]:hover,a.vc_btn-danger.disabled,a.vc_btn-danger.disabled.active,a.vc_btn-danger.disabled.focus,a.vc_btn-danger.disabled:active,a.vc_btn-danger.disabled:focus,a.vc_btn-danger.disabled:hover,a.vc_btn-danger[disabled],a.vc_btn-danger[disabled].active,a.vc_btn-danger[disabled].focus,a.vc_btn-danger[disabled]:active,a.vc_btn-danger[disabled]:focus,a.vc_btn-danger[disabled]:hover,button.vc_btn-danger.disabled,button.vc_btn-danger.disabled.active,button.vc_btn-danger.disabled.focus,button.vc_btn-danger.disabled:active,button.vc_btn-danger.disabled:focus,button.vc_btn-danger.disabled:hover,button.vc_btn-danger[disabled],button.vc_btn-danger[disabled].active,button.vc_btn-danger[disabled].focus,button.vc_btn-danger[disabled]:active,button.vc_btn-danger[disabled]:focus,button.vc_btn-danger[disabled]:hover,fieldset[disabled] .vc_btn-danger,fieldset[disabled] .vc_btn-danger.active,fieldset[disabled] .vc_btn-danger.focus,fieldset[disabled] .vc_btn-danger:active,fieldset[disabled] .vc_btn-danger:focus,fieldset[disabled] .vc_btn-danger:hover,fieldset[disabled] a.vc_btn-danger,fieldset[disabled] a.vc_btn-danger.active,fieldset[disabled] a.vc_btn-danger.focus,fieldset[disabled] a.vc_btn-danger:active,fieldset[disabled] a.vc_btn-danger:focus,fieldset[disabled] a.vc_btn-danger:hover,fieldset[disabled] button.vc_btn-danger,fieldset[disabled] button.vc_btn-danger.active,fieldset[disabled] button.vc_btn-danger.focus,fieldset[disabled] button.vc_btn-danger:active,fieldset[disabled] button.vc_btn-danger:focus,fieldset[disabled] button.vc_btn-danger:hover{background-color:#d9534f;border-color:#0000}.vc_btn-danger .badge,a.vc_btn-danger .badge,button.vc_btn-danger .badge{background-color:#fff;color:#d9534f}i.icon{display:inline-block;height:16px;line-height:16px;margin-left:5px;vertical-align:text-top;width:16px}.wpb_btn-large i.icon{height:19px;margin-left:9px}.wpb_btn-small i.icon{height:15px}.wpb_btn-mini i.icon{display:none}.wpb_address_book i.icon,option.wpb_address_book{background:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/address-book.png) no-repeat 100%}.wpb_alarm_clock i.icon,option.wpb_alarm_clock{background:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/alarm-clock.png) no-repeat 100%}.wpb_anchor i.icon,option.wpb_anchor{background:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/anchor.png) no-repeat 100%}.wpb_application_image i.icon,option.wpb_application_image{background:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/application-image.png) no-repeat 100%}.wpb_arrow i.icon,option.wpb_arrow{background:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/arrow.png) no-repeat 100%}.wpb_asterisk i.icon,option.wpb_asterisk{background:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/asterisk.png) no-repeat 100%}.wpb_hammer i.icon,option.wpb_hammer{background:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/auction-hammer.png) no-repeat 100%}.wpb_balloon i.icon,option.wpb_balloon{background:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/balloon.png) no-repeat 100%}.wpb_balloon_buzz i.icon,option.wpb_balloon_buzz{background:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/balloon-buzz.png) no-repeat 100%}.wpb_balloon_facebook i.icon,option.wpb_balloon_facebook{background:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/balloon-facebook.png) no-repeat 100%}.wpb_balloon_twitter i.icon,option.wpb_balloon_twitter{background:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/balloon-twitter.png) no-repeat 100%}.wpb_battery i.icon,option.wpb_battery{background:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/battery-full.png) no-repeat 100%}.wpb_binocular i.icon,option.wpb_binocular{background:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/binocular.png) no-repeat 100%}.wpb_document_excel i.icon,option.wpb_document_excel{background:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-excel.png) no-repeat 100%}.wpb_document_image i.icon,option.wpb_document_image{background:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-image.png) no-repeat 100%}.wpb_document_music i.icon,option.wpb_document_music{background:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-music.png) no-repeat 100%}.wpb_document_office i.icon,option.wpb_document_office{background:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-office.png) no-repeat 100%}.wpb_document_pdf i.icon,option.wpb_document_pdf{background:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-pdf.png) no-repeat 100%}.wpb_document_powerpoint i.icon,option.wpb_document_powerpoint{background:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-powerpoint.png) no-repeat 100%}.wpb_document_word i.icon,option.wpb_document_word{background:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/blue-document-word.png) no-repeat 100%}.wpb_bookmark i.icon,option.wpb_bookmark{background:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/bookmark.png) no-repeat 100%}.wpb_camcorder i.icon,option.wpb_camcorder{background:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/camcorder.png) no-repeat 100%}.wpb_camera i.icon,option.wpb_camera{background:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/camera.png) no-repeat 100%}.wpb_chart i.icon,option.wpb_chart{background:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/chart.png) no-repeat 100%}.wpb_chart_pie i.icon,option.wpb_chart_pie{background:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/chart-pie.png) no-repeat 100%}.wpb_clock i.icon,option.wpb_clock{background:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/clock.png) no-repeat 100%}.wpb_play i.icon,option.wpb_play{background:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/control.png) no-repeat 100%}.wpb_fire i.icon,option.wpb_fire{background:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/fire.png) no-repeat 100%}.wpb_heart i.icon,option.wpb_heart{background:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/heart.png) no-repeat 100%}.wpb_mail i.icon,option.wpb_mail{background:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/mail.png) no-repeat 100%}.wpb_shield i.icon,option.wpb_shield{background:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/plus-shield.png) no-repeat 100%}.wpb_video i.icon,option.wpb_video{background:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/icons/video.png) no-repeat 100%}.vc_column_container :is(.vc_btn,.wpb_button){margin-bottom:5px;margin-top:5px}.vc_message_box{border:1px solid #0000;box-sizing:border-box;display:block;font-size:1em;margin:0 0 21.73913043px;overflow:hidden;padding:1em 1em 1em 4em;position:relative}.vc_message_box>p:first-child{margin-top:0}.vc_message_box>p:last-child{margin-bottom:0}.vc_message_box-icon{bottom:0;font-size:1em;font-style:normal;left:0;position:absolute;top:0;width:4em}.vc_message_box-icon>*{font-style:normal;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vc_message_box-icon>*,.vc_message_box-icon>.fa{font-size:1.7em;line-height:1}.vc_color-blue.vc_message_box{background-color:#edf1fa;border-color:#c5cff0;color:#364a8a}.vc_color-blue.vc_message_box .vc_message_box-icon{color:#5472d2}.vc_color-blue.vc_message_box-solid{background-color:#5472d2;border-color:#0000;color:#fff}.vc_color-blue.vc_message_box-solid .vc_message_box-icon{color:#fff}.vc_color-blue.vc_message_box-outline,.vc_color-blue.vc_message_box-solid-icon{background-color:initial;border-color:#5472d2;color:#364a8a}:is(.vc_color-blue.vc_message_box-outline,.vc_color-blue.vc_message_box-solid-icon) .vc_message_box-icon{color:#5472d2}.vc_color-blue.vc_message_box-solid-icon .vc_message_box-icon{background-color:#5472d2;color:#fff}.vc_color-blue.vc_message_box-3d{box-shadow:0 5px 0 #9daee5}.vc_color-turquoise.vc_message_box{background-color:#ebfcfd;border-color:#c6ecee;color:#085b61}.vc_color-turquoise.vc_message_box .vc_message_box-icon{color:#00c1cf}.vc_color-turquoise.vc_message_box-solid{background-color:#00c1cf;border-color:#0000;color:#fff}.vc_color-turquoise.vc_message_box-solid .vc_message_box-icon{color:#fff}.vc_color-turquoise.vc_message_box-outline,.vc_color-turquoise.vc_message_box-solid-icon{background-color:initial;border-color:#00c1cf;color:#085b61}:is(.vc_color-turquoise.vc_message_box-outline,.vc_color-turquoise.vc_message_box-solid-icon) .vc_message_box-icon{color:#00c1cf}.vc_color-turquoise.vc_message_box-solid-icon .vc_message_box-icon{background-color:#00c1cf;color:#fff}.vc_color-turquoise.vc_message_box-3d{box-shadow:0 5px 0 #9fdee3}.vc_color-pink.vc_message_box{background-color:#fff0ef;border-color:#ffd8d6;color:#d82e21}.vc_color-pink.vc_message_box .vc_message_box-icon{color:#fe6c61}.vc_color-pink.vc_message_box-solid{background-color:#fe6c61;border-color:#0000;color:#fff}.vc_color-pink.vc_message_box-solid .vc_message_box-icon{color:#fff}.vc_color-pink.vc_message_box-outline,.vc_color-pink.vc_message_box-solid-icon{background-color:initial;border-color:#fe6c61;color:#d82e21}:is(.vc_color-pink.vc_message_box-outline,.vc_color-pink.vc_message_box-solid-icon) .vc_message_box-icon{color:#fe6c61}.vc_color-pink.vc_message_box-solid-icon .vc_message_box-icon{background-color:#fe6c61;color:#fff}.vc_color-pink.vc_message_box-3d{box-shadow:0 5px 0 #fea9a3}.vc_color-violet.vc_message_box{background-color:#f0ecf7;border-color:#d4c8e9;color:#5e4a81}.vc_color-violet.vc_message_box .vc_message_box-icon{color:#8d6dc4}.vc_color-violet.vc_message_box-solid{background-color:#8d6dc4;border-color:#0000;color:#fff}.vc_color-violet.vc_message_box-solid .vc_message_box-icon{color:#fff}.vc_color-violet.vc_message_box-outline,.vc_color-violet.vc_message_box-solid-icon{background-color:initial;border-color:#8d6dc4;color:#5e4a81}:is(.vc_color-violet.vc_message_box-outline,.vc_color-violet.vc_message_box-solid-icon) .vc_message_box-icon{color:#8d6dc4}.vc_color-violet.vc_message_box-solid-icon .vc_message_box-icon{background-color:#8d6dc4;color:#fff}.vc_color-violet.vc_message_box-3d{box-shadow:0 5px 0 #b8a3da}.vc_color-peacoc.vc_message_box{background-color:#e9f5f8;border-color:#c2e3ec;color:#366a79}.vc_color-peacoc.vc_message_box .vc_message_box-icon{color:#4cadc9}.vc_color-peacoc.vc_message_box-solid{background-color:#4cadc9;border-color:#0000;color:#fff}.vc_color-peacoc.vc_message_box-solid .vc_message_box-icon{color:#fff}.vc_color-peacoc.vc_message_box-outline,.vc_color-peacoc.vc_message_box-solid-icon{background-color:initial;border-color:#4cadc9;color:#366a79}:is(.vc_color-peacoc.vc_message_box-outline,.vc_color-peacoc.vc_message_box-solid-icon) .vc_message_box-icon{color:#4cadc9}.vc_color-peacoc.vc_message_box-solid-icon .vc_message_box-icon{background-color:#4cadc9;color:#fff}.vc_color-peacoc.vc_message_box-3d{box-shadow:0 5px 0 #9ad1e1}.vc_color-chino.vc_message_box{background-color:#f7f5f2;border-color:#e5ded2;color:#978258}.vc_color-chino.vc_message_box .vc_message_box-icon{color:#cec2ab}.vc_color-chino.vc_message_box-solid{background-color:#cec2ab;border-color:#0000;color:#fff}.vc_color-chino.vc_message_box-solid .vc_message_box-icon{color:#fff}.vc_color-chino.vc_message_box-outline,.vc_color-chino.vc_message_box-solid-icon{background-color:initial;border-color:#cec2ab;color:#978258}:is(.vc_color-chino.vc_message_box-outline,.vc_color-chino.vc_message_box-solid-icon) .vc_message_box-icon{color:#cec2ab}.vc_color-chino.vc_message_box-solid-icon .vc_message_box-icon{background-color:#cec2ab;color:#fff}.vc_color-chino.vc_message_box-3d{box-shadow:0 5px 0 #d2c7b1}.vc_color-mulled_wine.vc_message_box{background-color:#eae8ed;border-color:#d0ccd6;color:#1e1b22}.vc_color-mulled_wine.vc_message_box .vc_message_box-icon{color:#50485b}.vc_color-mulled_wine.vc_message_box-solid{background-color:#50485b;border-color:#0000;color:#fff}.vc_color-mulled_wine.vc_message_box-solid .vc_message_box-icon{color:#fff}.vc_color-mulled_wine.vc_message_box-outline,.vc_color-mulled_wine.vc_message_box-solid-icon{background-color:initial;border-color:#50485b;color:#1e1b22}:is(.vc_color-mulled_wine.vc_message_box-outline,.vc_color-mulled_wine.vc_message_box-solid-icon) .vc_message_box-icon{color:#50485b}.vc_color-mulled_wine.vc_message_box-solid-icon .vc_message_box-icon{background-color:#50485b;color:#fff}.vc_color-mulled_wine.vc_message_box-3d{box-shadow:0 5px 0 #b6afc0}.vc_color-vista_blue.vc_message_box{background-color:#e3f7eb;border-color:#bcebcf;color:#3e8e5e}.vc_color-vista_blue.vc_message_box .vc_message_box-icon{color:#75d69c}.vc_color-vista_blue.vc_message_box-solid{background-color:#75d69c;border-color:#0000;color:#fff}.vc_color-vista_blue.vc_message_box-solid .vc_message_box-icon{color:#fff}.vc_color-vista_blue.vc_message_box-outline,.vc_color-vista_blue.vc_message_box-solid-icon{background-color:initial;border-color:#75d69c;color:#3e8e5e}:is(.vc_color-vista_blue.vc_message_box-outline,.vc_color-vista_blue.vc_message_box-solid-icon) .vc_message_box-icon{color:#75d69c}.vc_color-vista_blue.vc_message_box-solid-icon .vc_message_box-icon{background-color:#75d69c;color:#fff}.vc_color-vista_blue.vc_message_box-3d{box-shadow:0 5px 0 #94dfb3}.vc_color-orange.vc_message_box{background-color:#fef6eb;border-color:#fbe1ba;color:#c3811c}.vc_color-orange.vc_message_box .vc_message_box-icon{color:#f7be68}.vc_color-orange.vc_message_box-solid{background-color:#f7be68;border-color:#0000;color:#fff}.vc_color-orange.vc_message_box-solid .vc_message_box-icon{color:#fff}.vc_color-orange.vc_message_box-outline,.vc_color-orange.vc_message_box-solid-icon{background-color:initial;border-color:#f7be68;color:#c3811c}:is(.vc_color-orange.vc_message_box-outline,.vc_color-orange.vc_message_box-solid-icon) .vc_message_box-icon{color:#f7be68}.vc_color-orange.vc_message_box-solid-icon .vc_message_box-icon{background-color:#f7be68;color:#fff}.vc_color-orange.vc_message_box-3d{box-shadow:0 5px 0 #f9cd8a}.vc_color-sky.vc_message_box{background-color:#eaf3fb;border-color:#bedaf4;color:#2a6194}.vc_color-sky.vc_message_box .vc_message_box-icon{color:#5aa1e3}.vc_color-sky.vc_message_box-solid{background-color:#5aa1e3;border-color:#0000;color:#fff}.vc_color-sky.vc_message_box-solid .vc_message_box-icon{color:#fff}.vc_color-sky.vc_message_box-outline,.vc_color-sky.vc_message_box-solid-icon{background-color:initial;border-color:#5aa1e3;color:#2a6194}:is(.vc_color-sky.vc_message_box-outline,.vc_color-sky.vc_message_box-solid-icon) .vc_message_box-icon{color:#5aa1e3}.vc_color-sky.vc_message_box-solid-icon .vc_message_box-icon{background-color:#5aa1e3;color:#fff}.vc_color-sky.vc_message_box-3d{box-shadow:0 5px 0 #93c1ed}.vc_color-green.vc_message_box{background-color:#eaf5e2;border-color:#c2e1a9;color:#3e562b}.vc_color-green.vc_message_box .vc_message_box-icon{color:#6dab3c}.vc_color-green.vc_message_box-solid{background-color:#6dab3c;border-color:#0000;color:#fff}.vc_color-green.vc_message_box-solid .vc_message_box-icon{color:#fff}.vc_color-green.vc_message_box-outline,.vc_color-green.vc_message_box-solid-icon{background-color:initial;border-color:#6dab3c;color:#3e562b}:is(.vc_color-green.vc_message_box-outline,.vc_color-green.vc_message_box-solid-icon) .vc_message_box-icon{color:#6dab3c}.vc_color-green.vc_message_box-solid-icon .vc_message_box-icon{background-color:#6dab3c;color:#fff}.vc_color-green.vc_message_box-3d{box-shadow:0 5px 0 #a7d484}.vc_color-juicy_pink.vc_message_box{background-color:#fef5f5;border-color:#fbc7c5;color:#a3231f}.vc_color-juicy_pink.vc_message_box .vc_message_box-icon{color:#f4524d}.vc_color-juicy_pink.vc_message_box-solid{background-color:#f4524d;border-color:#0000;color:#fff}.vc_color-juicy_pink.vc_message_box-solid .vc_message_box-icon{color:#fff}.vc_color-juicy_pink.vc_message_box-outline,.vc_color-juicy_pink.vc_message_box-solid-icon{background-color:initial;border-color:#f4524d;color:#a3231f}:is(.vc_color-juicy_pink.vc_message_box-outline,.vc_color-juicy_pink.vc_message_box-solid-icon) .vc_message_box-icon{color:#f4524d}.vc_color-juicy_pink.vc_message_box-solid-icon .vc_message_box-icon{background-color:#f4524d;color:#fff}.vc_color-juicy_pink.vc_message_box-3d{box-shadow:0 5px 0 #f89895}.vc_color-sandy_brown.vc_message_box{background-color:#fef1eb;border-color:#fbceba;color:#c3501c}.vc_color-sandy_brown.vc_message_box .vc_message_box-icon{color:#f79468}.vc_color-sandy_brown.vc_message_box-solid{background-color:#f79468;border-color:#0000;color:#fff}.vc_color-sandy_brown.vc_message_box-solid .vc_message_box-icon{color:#fff}.vc_color-sandy_brown.vc_message_box-outline,.vc_color-sandy_brown.vc_message_box-solid-icon{background-color:initial;border-color:#f79468;color:#c3501c}:is(.vc_color-sandy_brown.vc_message_box-outline,.vc_color-sandy_brown.vc_message_box-solid-icon) .vc_message_box-icon{color:#f79468}.vc_color-sandy_brown.vc_message_box-solid-icon .vc_message_box-icon{background-color:#f79468;color:#fff}.vc_color-sandy_brown.vc_message_box-3d{box-shadow:0 5px 0 #f9ac8a}.vc_color-purple.vc_message_box{background-color:#f5ecf5;border-color:#e3cbe3;color:#886389}.vc_color-purple.vc_message_box .vc_message_box-icon{color:#b97ebb}.vc_color-purple.vc_message_box-solid{background-color:#b97ebb;border-color:#0000;color:#fff}.vc_color-purple.vc_message_box-solid .vc_message_box-icon{color:#fff}.vc_color-purple.vc_message_box-outline,.vc_color-purple.vc_message_box-solid-icon{background-color:initial;border-color:#b97ebb;color:#886389}:is(.vc_color-purple.vc_message_box-outline,.vc_color-purple.vc_message_box-solid-icon) .vc_message_box-icon{color:#b97ebb}.vc_color-purple.vc_message_box-solid-icon .vc_message_box-icon{background-color:#b97ebb;color:#fff}.vc_color-purple.vc_message_box-3d{box-shadow:0 5px 0 #d1a9d2}.vc_color-black.vc_message_box{background-color:#3c3c3c;border-color:#2a2a2a;color:#fff}.vc_color-black.vc_message_box .vc_message_box-icon{color:#2a2a2a}.vc_color-black.vc_message_box-solid{background-color:#2a2a2a;border-color:#0000;color:#fff}.vc_color-black.vc_message_box-solid .vc_message_box-icon{color:#fff}.vc_color-black.vc_message_box-outline,.vc_color-black.vc_message_box-solid-icon{background-color:initial;border-color:#2a2a2a;color:#fff}:is(.vc_color-black.vc_message_box-outline,.vc_color-black.vc_message_box-solid-icon) .vc_message_box-icon{color:#2a2a2a}.vc_color-black.vc_message_box-solid-icon .vc_message_box-icon{background-color:#2a2a2a;color:#fff}.vc_color-black.vc_message_box-3d{box-shadow:0 5px 0 #101010}.vc_color-grey.vc_message_box{background-color:#ebebeb;border-color:#d2d2d2;color:#858585}.vc_color-grey.vc_message_box .vc_message_box-icon{color:#ebebeb}.vc_color-grey.vc_message_box-solid{background-color:#ebebeb;border-color:#0000;color:#858585}.vc_color-grey.vc_message_box-solid .vc_message_box-icon{color:#858585}.vc_color-grey.vc_message_box-outline,.vc_color-grey.vc_message_box-solid-icon{background-color:initial;border-color:#ebebeb;color:#858585}:is(.vc_color-grey.vc_message_box-outline,.vc_color-grey.vc_message_box-solid-icon) .vc_message_box-icon{color:#ebebeb}.vc_color-grey.vc_message_box-solid-icon .vc_message_box-icon{background-color:#ebebeb;color:#858585}.vc_color-grey.vc_message_box-3d{box-shadow:0 5px 0 #b8b8b8}.vc_color-white.vc_message_box{background-color:#fff;border-color:#e6e6e6;color:#b3b3b3}.vc_color-white.vc_message_box .vc_message_box-icon{color:#fff}.vc_color-white.vc_message_box-solid{background-color:#fff;border-color:#0000;color:#b3b3b3}.vc_color-white.vc_message_box-solid .vc_message_box-icon{color:#b3b3b3}.vc_color-white.vc_message_box-outline,.vc_color-white.vc_message_box-solid-icon{background-color:initial;border-color:#fff;color:#b3b3b3}:is(.vc_color-white.vc_message_box-outline,.vc_color-white.vc_message_box-solid-icon) .vc_message_box-icon{color:#fff}.vc_color-white.vc_message_box-solid-icon .vc_message_box-icon{background-color:#fff;color:#b3b3b3}.vc_color-white.vc_message_box-3d{box-shadow:0 5px 0 #ccc}.vc_color-info.vc_message_box{background-color:#dff2fe;border-color:#cfebfe;color:#5e7f96}.vc_color-info.vc_message_box .vc_message_box-icon{color:#56b0ee}.vc_color-info.vc_message_box-solid{background-color:#56b0ee;border-color:#0000;color:#fff}.vc_color-info.vc_message_box-solid .vc_message_box-icon{color:#fff}.vc_color-info.vc_message_box-outline,.vc_color-info.vc_message_box-solid-icon{background-color:initial;border-color:#56b0ee;color:#5e7f96}:is(.vc_color-info.vc_message_box-outline,.vc_color-info.vc_message_box-solid-icon) .vc_message_box-icon{color:#56b0ee}.vc_color-info.vc_message_box-solid-icon .vc_message_box-icon{background-color:#56b0ee;color:#fff}.vc_color-info.vc_message_box-3d{box-shadow:0 5px 0 #9dd6fd}.vc_color-success.vc_message_box{background-color:#e6fdf8;border-color:#cfebfe;color:#5e7f96}.vc_color-success.vc_message_box .vc_message_box-icon{color:#1bbc9b}.vc_color-success.vc_message_box-solid{background-color:#1bbc9b;border-color:#0000;color:#fff}.vc_color-success.vc_message_box-solid .vc_message_box-icon{color:#fff}.vc_color-success.vc_message_box-outline,.vc_color-success.vc_message_box-solid-icon{background-color:initial;border-color:#1bbc9b;color:#5e7f96}:is(.vc_color-success.vc_message_box-outline,.vc_color-success.vc_message_box-solid-icon) .vc_message_box-icon{color:#1bbc9b}.vc_color-success.vc_message_box-solid-icon .vc_message_box-icon{background-color:#1bbc9b;color:#fff}.vc_color-success.vc_message_box-3d{box-shadow:0 5px 0 #9dd6fd}.vc_color-warning.vc_message_box{background-color:#fff4e2;border-color:#ffeccc;color:#9d8967}.vc_color-warning.vc_message_box .vc_message_box-icon{color:#fcb53f}.vc_color-warning.vc_message_box-solid{background-color:#fcb53f;border-color:#0000;color:#fff}.vc_color-warning.vc_message_box-solid .vc_message_box-icon{color:#fff}.vc_color-warning.vc_message_box-outline,.vc_color-warning.vc_message_box-solid-icon{background-color:initial;border-color:#fcb53f;color:#9d8967}:is(.vc_color-warning.vc_message_box-outline,.vc_color-warning.vc_message_box-solid-icon) .vc_message_box-icon{color:#fcb53f}.vc_color-warning.vc_message_box-solid-icon .vc_message_box-icon{background-color:#fcb53f;color:#fff}.vc_color-warning.vc_message_box-3d{box-shadow:0 5px 0 #ffd999}.vc_color-danger.vc_message_box{background-color:#fdeaea;border-color:#fedede;color:#a85959}.vc_color-danger.vc_message_box .vc_message_box-icon{color:#ff7877}.vc_color-danger.vc_message_box-solid{background-color:#ff7877;border-color:#0000;color:#fff}.vc_color-danger.vc_message_box-solid .vc_message_box-icon{color:#fff}.vc_color-danger.vc_message_box-outline,.vc_color-danger.vc_message_box-solid-icon{background-color:initial;border-color:#ff7877;color:#a85959}:is(.vc_color-danger.vc_message_box-outline,.vc_color-danger.vc_message_box-solid-icon) .vc_message_box-icon{color:#ff7877}.vc_color-danger.vc_message_box-solid-icon .vc_message_box-icon{background-color:#ff7877;color:#fff}.vc_color-danger.vc_message_box-3d{box-shadow:0 5px 0 #fdacac}.vc_color-alert-info.vc_message_box{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.vc_color-alert-info.vc_message_box .vc_message_box-icon{color:#67cce0}.vc_color-alert-info.vc_message_box-solid{background-color:#67cce0;border-color:#0000;color:#fff}.vc_color-alert-info.vc_message_box-solid .vc_message_box-icon{color:#fff}.vc_color-alert-info.vc_message_box-outline,.vc_color-alert-info.vc_message_box-solid-icon{background-color:initial;border-color:#67cce0;color:#31708f}:is(.vc_color-alert-info.vc_message_box-outline,.vc_color-alert-info.vc_message_box-solid-icon) .vc_message_box-icon{color:#67cce0}.vc_color-alert-info.vc_message_box-solid-icon .vc_message_box-icon{background-color:#67cce0;color:#fff}.vc_color-alert-info.vc_message_box-3d{box-shadow:0 5px 0 #91d9e8}.vc_color-alert-success.vc_message_box{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.vc_color-alert-success.vc_message_box .vc_message_box-icon{color:#9ad36a}.vc_color-alert-success.vc_message_box-solid{background-color:#9ad36a;border-color:#0000;color:#fff}.vc_color-alert-success.vc_message_box-solid .vc_message_box-icon{color:#fff}.vc_color-alert-success.vc_message_box-outline,.vc_color-alert-success.vc_message_box-solid-icon{background-color:initial;border-color:#9ad36a;color:#3c763d}:is(.vc_color-alert-success.vc_message_box-outline,.vc_color-alert-success.vc_message_box-solid-icon) .vc_message_box-icon{color:#9ad36a}.vc_color-alert-success.vc_message_box-solid-icon .vc_message_box-icon{background-color:#9ad36a;color:#fff}.vc_color-alert-success.vc_message_box-3d{box-shadow:0 5px 0 #bbdba1}.vc_color-alert-warning.vc_message_box{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.vc_color-alert-warning.vc_message_box .vc_message_box-icon{color:#f9cf79}.vc_color-alert-warning.vc_message_box-solid{background-color:#f9cf79;border-color:#0000;color:#fff}.vc_color-alert-warning.vc_message_box-solid .vc_message_box-icon{color:#fff}.vc_color-alert-warning.vc_message_box-outline,.vc_color-alert-warning.vc_message_box-solid-icon{background-color:initial;border-color:#f9cf79;color:#8a6d3b}:is(.vc_color-alert-warning.vc_message_box-outline,.vc_color-alert-warning.vc_message_box-solid-icon) .vc_message_box-icon{color:#f9cf79}.vc_color-alert-warning.vc_message_box-solid-icon .vc_message_box-icon{background-color:#f9cf79;color:#fff}.vc_color-alert-warning.vc_message_box-3d{box-shadow:0 5px 0 #f5d89e}.vc_color-alert-danger.vc_message_box{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.vc_color-alert-danger.vc_message_box .vc_message_box-icon{color:#ef8495}.vc_color-alert-danger.vc_message_box-solid{background-color:#ef8495;border-color:#0000;color:#fff}.vc_color-alert-danger.vc_message_box-solid .vc_message_box-icon{color:#fff}.vc_color-alert-danger.vc_message_box-outline,.vc_color-alert-danger.vc_message_box-solid-icon{background-color:initial;border-color:#ef8495;color:#a94442}:is(.vc_color-alert-danger.vc_message_box-outline,.vc_color-alert-danger.vc_message_box-solid-icon) .vc_message_box-icon{color:#ef8495}.vc_color-alert-danger.vc_message_box-solid-icon .vc_message_box-icon{background-color:#ef8495;color:#fff}.vc_color-alert-danger.vc_message_box-3d{box-shadow:0 5px 0 #dca7b0}.vc_color-black.vc_message_box .vc_message_box-icon{color:#fff}.vc_color-black.vc_message_box-outline,.vc_color-black.vc_message_box-outline .vc_message_box-icon,.vc_color-black.vc_message_box-solid-icon{color:#2a2a2a}.vc_color-grey.vc_message_box .vc_message_box-icon{color:#858585}.vc_color-white.vc_message_box .vc_message_box-icon{color:#b3b3b3}.vc_color-white.vc_message_box-outline,.vc_color-white.vc_message_box-outline .vc_message_box-icon,.vc_color-white.vc_message_box-solid-icon{color:#fff}.vc_message_box-outline,.vc_message_box-solid-icon{border-width:2px}.vc_message_box-solid-icon .vc_message_box-icon{width:3.25em}.vc_message_box-rounded{border-radius:5px}.vc_message_box-round{border-radius:4em}#content .wpb_alert p:last-child,#content .wpb_text_column :last-child,#content .wpb_text_column p:last-child,.wpb_alert p:last-child,.wpb_text_column :last-child,.wpb_text_column p:last-child{margin-bottom:0}.wpb_button,.wpb_content_element,ul.wpb_thumbnails-fluid>li{margin-bottom:35px}.entry-content .twitter-share-button,.fb_like,.twitter-share-button,.wpb_accordion .wpb_content_element,.wpb_googleplus,.wpb_pinterest,.wpb_tab .wpb_content_element{margin-bottom:21.73913043px}.wpb-content-wrapper{border:none;display:block;margin:0;overflow:unset;padding:0}.wpb-content--blank .wpb-content-wrapper{margin:0 auto}@media (min-width:576px){.wpb-content--blank .wpb-content-wrapper{max-width:540px}}@media (min-width:768px){.wpb-content--blank .wpb-content-wrapper{max-width:720px}}@media (min-width:992px){.wpb-content--blank .wpb-content-wrapper{max-width:960px}}@media (min-width:1200px){.wpb-content--blank .wpb-content-wrapper{max-width:1140px}}.vc_parallax{overflow:hidden;position:relative}.vc_parallax>*{position:relative;z-index:1}.vc_parallax .vc_parallax-inner{background-attachment:scroll;background-color:initial;background-image:inherit;background-position:50% 0;background-size:cover;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:0}.vc_parallax-inner iframe{max-width:1000%}.vc_video-bg-container{position:relative}.vc_video-bg{height:100%;left:0;overflow:hidden;pointer-events:none;position:absolute;top:0;width:100%;z-index:0}.vc_video-bg iframe{max-width:1000%}.vc_row.vc_row-no-padding .vc_column-inner{padding-left:0;padding-right:0}.vc_row[data-vc-full-width]{overflow:hidden;transition:opacity .5s ease}.vc_row[data-vc-full-width].vc_hidden{opacity:0}.vc_row[data-vc-full-width-temp]{left:0;margin-left:calc(-50vw + 50%);right:0;width:100vw}.vc_editor .vc_row[data-vc-full-width] .vc_controls-bc{bottom:19px;z-index:1002}.vc_row-no-padding .vc_inner{margin-left:0;margin-right:0}.vc_row.vc_row-o-full-height{min-height:100vh}.vc_row.vc_row-flex{box-sizing:border-box;display:flex;flex-wrap:wrap}.vc_row.vc_row-flex>.vc_column_container{display:flex}.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner{display:flex;flex-direction:column;flex-grow:1;z-index:1}@media (forced-colors:active),(forced-colors:none){.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner>*{min-height:1em}}.vc_row.vc_row-flex:after,.vc_row.vc_row-flex:before{display:none}.vc_row.vc_row-o-columns-stretch{align-content:stretch}.vc_row.vc_row-o-columns-top{align-content:flex-start}.vc_row.vc_row-o-columns-bottom{align-content:flex-end}.vc_row.vc_row-o-columns-middle{align-content:center}.vc_row.vc_row-o-columns-bottom:after,.vc_row.vc_row-o-columns-middle:after,.vc_row.vc_row-o-columns-top:after{content:"";display:block;height:0;overflow:hidden;visibility:hidden;width:100%}.vc_row.vc_row-o-content-top>.vc_column_container>.vc_column-inner{justify-content:flex-start}.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height)>.vc_column_container{align-items:flex-start}.vc_row.vc_row-o-content-bottom>.vc_column_container>.vc_column-inner{justify-content:flex-end}.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height)>.vc_column_container{align-items:flex-end}.vc_row.vc_row-o-content-middle>.vc_column_container>.vc_column-inner{justify-content:center}.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height)>.vc_column_container{align-items:center}.vc_column-inner:after,.vc_column-inner:before{content:" ";display:table}.vc_column-inner:after{clear:both}.vc_ie-flexbox-fixer{display:flex;flex-direction:column}.vc_ie-flexbox-fixer>.vc_row{flex:1 1 auto}.vc_row.vc_column-gap-1{margin-left:-15.5px;margin-right:-15.5px}.vc_row.vc_column-gap-1>.vc_column_container{padding:.5px}.vc_row.vc_column-gap-2{margin-left:-16px;margin-right:-16px}.vc_row.vc_column-gap-2>.vc_column_container{padding:1px}.vc_row.vc_column-gap-3{margin-left:-16.5px;margin-right:-16.5px}.vc_row.vc_column-gap-3>.vc_column_container{padding:1.5px}.vc_row.vc_column-gap-4{margin-left:-17px;margin-right:-17px}.vc_row.vc_column-gap-4>.vc_column_container{padding:2px}.vc_row.vc_column-gap-5{margin-left:-17.5px;margin-right:-17.5px}.vc_row.vc_column-gap-5>.vc_column_container{padding:2.5px}.vc_row.vc_column-gap-10{margin-left:-20px;margin-right:-20px}.vc_row.vc_column-gap-10>.vc_column_container{padding:5px}.vc_row.vc_column-gap-15{margin-left:-22.5px;margin-right:-22.5px}.vc_row.vc_column-gap-15>.vc_column_container{padding:7.5px}.vc_row.vc_column-gap-20{margin-left:-25px;margin-right:-25px}.vc_row.vc_column-gap-20>.vc_column_container{padding:10px}.vc_row.vc_column-gap-25{margin-left:-27.5px;margin-right:-27.5px}.vc_row.vc_column-gap-25>.vc_column_container{padding:12.5px}.vc_row.vc_column-gap-30{margin-left:-30px;margin-right:-30px}.vc_row.vc_column-gap-30>.vc_column_container{padding:15px}.vc_row.vc_column-gap-35{margin-left:-32.5px;margin-right:-32.5px}.vc_row.vc_column-gap-35>.vc_column_container{padding:17.5px}.vc_row.wpb_column-gap{margin-left:calc((30px + var(--wpb-column-gap))*-1/2);margin-right:calc((30px + var(--wpb-column-gap))*-1/2)}.vc_row.wpb_column-gap>.vc_column_container{padding:calc(var(--wpb-column-gap)/2)}.vc_column_container{padding-left:0;padding-right:0}.vc_column_container>.vc_column-inner{box-sizing:border-box;padding-left:15px;padding-right:15px;width:100%}.vc_col-has-fill>.vc_column-inner,.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,.vc_row-has-fill>.vc_column_container>.vc_column-inner{padding-top:35px}.vc_section{margin-left:-15px;margin-right:-15px;padding-left:15px;padding-right:15px}.vc_section[data-vc-full-width]{overflow:hidden;transition:opacity .5s ease}.vc_section[data-vc-full-width].vc_hidden{opacity:0}.vc_section[data-vc-full-width]>.vc_row{margin-left:0;margin-right:0}.vc_section[data-vc-full-width-temp]{left:0;margin-left:calc(-50vw + 50%);right:0;width:100vw}.vc_section[data-vc-stretch-content]{padding-left:0;padding-right:0}.vc_section.vc_row-o-full-height{min-height:100vh}.vc_section.vc_section-flex{box-sizing:border-box;display:flex;flex-flow:column nowrap}.vc_section.vc_section-flex .vc_vc_row{width:100%}.vc_section.vc_section-o-content-top{justify-content:flex-start}.vc_section.vc_section-o-content-bottom{justify-content:flex-end}.vc_section.vc_section-o-content-middle{justify-content:center}.vc_section.vc_section-has-fill,.vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section,.vc_section.vc_section-has-fill+.vc_section{padding-top:35px}.vc_row.vc_column-gap-1>:is(.vc_vc_column,.vc_vc_column_inner)>.vc_column_container{padding-left:.5px;padding-right:.5px}.vc_row.vc_column-gap-2>:is(.vc_vc_column,.vc_vc_column_inner)>.vc_column_container{padding-left:1px;padding-right:1px}.vc_row.vc_column-gap-3>:is(.vc_vc_column,.vc_vc_column_inner)>.vc_column_container{padding-left:1.5px;padding-right:1.5px}.vc_row.vc_column-gap-4>:is(.vc_vc_column,.vc_vc_column_inner)>.vc_column_container{padding-left:2px;padding-right:2px}.vc_row.vc_column-gap-5>:is(.vc_vc_column,.vc_vc_column_inner)>.vc_column_container{padding-left:2.5px;padding-right:2.5px}.vc_row.vc_column-gap-10>:is(.vc_vc_column,.vc_vc_column_inner)>.vc_column_container{padding-left:5px;padding-right:5px}.vc_row.vc_column-gap-15>:is(.vc_vc_column,.vc_vc_column_inner)>.vc_column_container{padding-left:7.5px;padding-right:7.5px}.vc_row.vc_column-gap-20>:is(.vc_vc_column,.vc_vc_column_inner)>.vc_column_container{padding-left:10px;padding-right:10px}.vc_row.vc_column-gap-25>:is(.vc_vc_column,.vc_vc_column_inner)>.vc_column_container{padding-left:12.5px;padding-right:12.5px}.vc_row.vc_column-gap-30>:is(.vc_vc_column,.vc_vc_column_inner)>.vc_column_container{padding-left:15px;padding-right:15px}.vc_row.vc_column-gap-35>:is(.vc_vc_column,.vc_vc_column_inner)>.vc_column_container{padding-left:17.5px;padding-right:17.5px}.vc_row.wpb_column-gap>:is(.vc_vc_column,.vc_vc_column_inner)>.vc_column_container{padding-left:calc(var(--wpb-column-gap)/2);padding-right:calc(var(--wpb-column-gap)/2)}.vc_vc_column,.vc_vc_column_inner{padding-left:0;padding-right:0}.vc_row.vc_row-flex>:is(.vc_vc_column,.vc_vc_column_inner){display:flex}.vc_row.vc_row-flex>:is(.vc_vc_column,.vc_vc_column_inner)>.vc_column_container{display:flex;width:100%}.vc_row.vc_row-flex>:is(.vc_vc_column,.vc_vc_column_inner)>.vc_column_container>.vc_column-inner{display:flex;flex-direction:column;flex-grow:1}.vc_row.vc_row-o-equal-height>.vc_column_container{align-items:stretch}.vc_row.vc_row-o-content-top>:is(.vc_vc_column,.vc_vc_column_inner)>.vc_column_container>.vc_column-inner{justify-content:flex-start}.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height)>:is(.vc_vc_column,.vc_vc_column_inner)>.vc_column_container{align-items:flex-start}.vc_row.vc_row-o-content-bottom>:is(.vc_vc_column,.vc_vc_column_inner)>.vc_column_container>.vc_column-inner{justify-content:flex-end}.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height)>:is(.vc_vc_column,.vc_vc_column_inner)>.vc_column_container{align-items:flex-end}.vc_row.vc_row-o-content-middle>:is(.vc_vc_column,.vc_vc_column_inner)>.vc_column_container>.vc_column-inner{justify-content:center}.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height)>:is(.vc_vc_column,.vc_vc_column_inner)>.vc_column_container{align-items:center}.vc_empty-element>.vc_column-inner{min-height:100px}.vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,.vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,.vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,.vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner{padding-top:35px}.vc_grid_container{--col-width:1fr;column-gap:var(--col-gap);display:grid;grid-template-columns:repeat(var(--grid-cols),minmax(0,var(--col-width)));grid-template-rows:auto;margin-left:-15px;margin-right:-15px;row-gap:var(--row-gap)}.vc_grid_container_item,.vc_grid_container_item-inner,.vc_grid_container_item-inner>.wpb_wrapper,.vc_vc_grid_container_item{height:100%}.vc_vc_grid_container_item .wpb_wrapper{display:flex;flex-direction:column;height:100%}.vc_empty-element>.vc_grid_container_item-inner{min-height:100px}.vc_grid_container_item>.vc_grid_container_item-inner{padding:0 15px}.vc_flexbox_container{--gap:0px;display:flex;flex-wrap:wrap;gap:var(--gap);margin-left:-15px;margin-right:-15px}.vc_flexbox_container_item{flex:1 0 auto;max-width:100%}.vc_flexbox_container_item,.vc_flexbox_container_item-inner,.vc_flexbox_container_item-inner .wpb_wrapper{height:100%}.fb_type_standard,.fb_type_standard iframe{height:25px}.fb_type_button_count,.fb_type_button_count iframe{height:20px}.fb_type_box_count,.fb_type_box_count iframe{height:62px}.wpb_googleplus_type_standard{height:25px}.wpb_googleplus_type_small{height:19px}.wpb_googleplus_type_medium,.wpb_googleplus_type_tall{height:21px}.wpb_googleplus_type_tall.vc_googleplus-annotation-bubble{height:62px}.wpb_pinterest a{border-bottom:0}.wpb_pinterest_type_horizontal{height:21px}.wpb_pinterest_type_vertical{box-sizing:initial;height:21px;padding-top:29px}.wpb_pinterest_type_none{height:21px}iframe.twitter-share-button{margin:0}.vc_toggle{display:block;font-size:1em}.vc_toggle:last-of-type{margin-bottom:35px}.vc_toggle_title{cursor:pointer;display:block;font-weight:400;margin:0;padding:0;position:relative;-webkit-user-select:none;user-select:none}.vc_toggle_title>h4{display:inline}.vc_toggle_icon{display:none;position:relative;vertical-align:middle}.vc_toggle_content{display:none;margin-bottom:21.73913043px;margin-top:1em;overflow:hidden;padding:0}.vc_toggle.vc_toggle_active>.vc_toggle_content{display:block}.vc_toggle_simple .vc_toggle_icon{border:0 solid #0000;border-radius:0;display:inline-block}.vc_toggle_simple .vc_toggle_icon:after,.vc_toggle_simple .vc_toggle_icon:before{box-sizing:border-box;content:"";display:block;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vc_toggle_simple.vc_toggle_active .vc_toggle_icon:after{visibility:hidden}.vc_toggle_simple .vc_toggle_icon{height:22px;width:22px}.vc_toggle_simple .vc_toggle_icon:before{height:2px;width:10px}.vc_toggle_simple .vc_toggle_icon:after{height:10px;width:2px}.vc_toggle_simple .vc_toggle_icon{background-color:#2a2a2a}.vc_toggle_simple .vc_toggle_icon:after,.vc_toggle_simple .vc_toggle_icon:before{background-color:#fff}.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon{border-color:#2a2a2a}.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon:after,.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon:before{background-color:#2a2a2a}.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon{background-color:#444}.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#fff}.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{border-color:#444}.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#444}.vc_toggle_simple .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_simple .vc_toggle_icon:after,.vc_toggle_simple .vc_toggle_icon:before{background-color:#2a2a2a}.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon,.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon:after,.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon:before{background-color:initial}.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#444}.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:before{background-color:initial}.vc_toggle_simple .vc_toggle_icon{margin-left:2px}.vc_toggle_round .vc_toggle_icon{border:2px solid #0000;border-radius:50%;display:inline-block}.vc_toggle_round .vc_toggle_icon:after,.vc_toggle_round .vc_toggle_icon:before{box-sizing:border-box;content:"";display:block;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vc_toggle_round.vc_toggle_active .vc_toggle_icon:after{visibility:hidden}.vc_toggle_round .vc_toggle_icon{height:22px;width:22px}.vc_toggle_round .vc_toggle_icon:before{height:2px;width:10px}.vc_toggle_round .vc_toggle_icon:after{height:10px;width:2px}.vc_toggle_round .vc_toggle_icon{background-color:#2a2a2a;border-color:#0000}.vc_toggle_round .vc_toggle_icon:after,.vc_toggle_round .vc_toggle_icon:before{background-color:#fff}.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_icon{background-color:initial;border-color:#2a2a2a}.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_icon:after,.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_icon:before{background-color:#2a2a2a}.vc_toggle_round .vc_toggle_title:hover .vc_toggle_icon{background-color:#444}.vc_toggle_round .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_round .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#fff}.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:initial;border-color:#444}.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#444}.vc_toggle_rounded .vc_toggle_icon{border:2px solid #0000;border-radius:20%;display:inline-block}.vc_toggle_rounded .vc_toggle_icon:after,.vc_toggle_rounded .vc_toggle_icon:before{box-sizing:border-box;content:"";display:block;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vc_toggle_rounded.vc_toggle_active .vc_toggle_icon:after{visibility:hidden}.vc_toggle_rounded .vc_toggle_icon{height:22px;width:22px}.vc_toggle_rounded .vc_toggle_icon:before{height:2px;width:10px}.vc_toggle_rounded .vc_toggle_icon:after{height:10px;width:2px}.vc_toggle_rounded .vc_toggle_icon{background-color:#2a2a2a;border-color:#0000}.vc_toggle_rounded .vc_toggle_icon:after,.vc_toggle_rounded .vc_toggle_icon:before{background-color:#fff}.vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_icon{background-color:initial;border-color:#2a2a2a}.vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_icon:after,.vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_icon:before{background-color:#2a2a2a}.vc_toggle_rounded .vc_toggle_title:hover .vc_toggle_icon{background-color:#444}.vc_toggle_rounded .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_rounded .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#fff}.vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:initial;border-color:#444}.vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_rounded.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#444}.vc_toggle_square .vc_toggle_icon{border:2px solid #0000;border-radius:0;display:inline-block}.vc_toggle_square .vc_toggle_icon:after,.vc_toggle_square .vc_toggle_icon:before{box-sizing:border-box;content:"";display:block;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vc_toggle_square.vc_toggle_active .vc_toggle_icon:after{visibility:hidden}.vc_toggle_square .vc_toggle_icon{height:22px;width:22px}.vc_toggle_square .vc_toggle_icon:before{height:2px;width:10px}.vc_toggle_square .vc_toggle_icon:after{height:10px;width:2px}.vc_toggle_square .vc_toggle_icon{background-color:#2a2a2a;border-color:#0000}.vc_toggle_square .vc_toggle_icon:after,.vc_toggle_square .vc_toggle_icon:before{background-color:#fff}.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_icon{background-color:initial;border-color:#2a2a2a}.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_icon:after,.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_icon:before{background-color:#2a2a2a}.vc_toggle_square .vc_toggle_title:hover .vc_toggle_icon{background-color:#444}.vc_toggle_square .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_square .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#fff}.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:initial;border-color:#444}.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#444}.vc_toggle_text_only .vc_toggle_icon{display:none}.vc_toggle_arrow .vc_toggle_icon{display:inline-block}.vc_toggle_arrow .vc_toggle_icon:after,.vc_toggle_arrow .vc_toggle_icon:before{border-style:solid;box-sizing:border-box;content:"";display:block;left:50%;position:absolute;top:50%;transform:rotate(45deg)}.vc_toggle_arrow .vc_toggle_icon:before{border-left:none;border-top:none}.vc_toggle_arrow .vc_toggle_icon:after{border-bottom:none;border-right:none;visibility:hidden}.vc_toggle_arrow.vc_toggle_active .vc_toggle_icon:before{visibility:hidden}.vc_toggle_arrow.vc_toggle_active .vc_toggle_icon:after{visibility:visible}.vc_toggle.vc_toggle_arrow .vc_toggle_icon{height:22px;width:22px}.vc_toggle.vc_toggle_arrow .vc_toggle_icon:after,.vc_toggle.vc_toggle_arrow .vc_toggle_icon:before{border-width:2px;height:10px;margin-left:-5px;width:10px}.vc_toggle.vc_toggle_arrow .vc_toggle_icon:before{margin-top:-10px}.vc_toggle.vc_toggle_arrow .vc_toggle_icon:after{margin-top:-5px}.vc_toggle.vc_toggle_arrow .vc_toggle_icon{background:#0000}.vc_toggle.vc_toggle_arrow .vc_toggle_icon:after,.vc_toggle.vc_toggle_arrow .vc_toggle_icon:before{background:#0000;border-color:#2a2a2a}.vc_toggle.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon{background:#0000}.vc_toggle.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon:before{background:#0000;border-color:#444}.vc_toggle_default .vc_toggle_icon{background:#bababa;border:1px solid #acacac;box-sizing:border-box;transform:translateY(-50%)}.vc_toggle_default .vc_toggle_icon:after,.vc_toggle_default .vc_toggle_icon:before{background:#bababa;box-sizing:border-box;content:"";display:block;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.vc_toggle_default .vc_toggle_icon:before{border:1px solid #acacac}.vc_toggle_default.vc_toggle_active .vc_toggle_icon:after,.vc_toggle_default.vc_toggle_active .vc_toggle_icon:before{visibility:hidden}.vc_toggle.vc_toggle_default .vc_toggle_icon{display:inline-block;height:4px;margin-left:5px;width:10px}.vc_toggle.vc_toggle_default .vc_toggle_icon:before{height:10px;width:4px}.vc_toggle.vc_toggle_default .vc_toggle_icon:after{height:2px;width:8px}.vc_toggle_color_blue.vc_toggle_simple .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_color_blue.vc_toggle_simple .vc_toggle_icon:after,.vc_toggle_color_blue.vc_toggle_simple .vc_toggle_icon:before{background-color:#5472d2}.vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_color_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon,.vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon:after,.vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon:before{background-color:initial}.vc_toggle_color_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#7c93dd}.vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:before{background-color:initial}.vc_toggle_color_blue .vc_toggle_icon{background-color:#5472d2;border-color:#0000}.vc_toggle_color_blue .vc_toggle_icon:after,.vc_toggle_color_blue .vc_toggle_icon:before{background-color:#fff}.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_icon{background-color:initial;border-color:#5472d2}.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_icon:after,.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_icon:before{background-color:#5472d2}.vc_toggle_color_blue .vc_toggle_title:hover .vc_toggle_icon{background-color:#7c93dd}.vc_toggle_color_blue .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_blue .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#fff}.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:initial;border-color:#7c93dd}.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#7c93dd}.vc_toggle_color_blue.vc_toggle_default .vc_toggle_icon,.vc_toggle_color_blue.vc_toggle_default .vc_toggle_icon:before{background:#5472d2;border-color:#3354c0}.vc_toggle_color_blue.vc_toggle_default .vc_toggle_icon:after{background:#5472d2}.vc_toggle_color_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon,.vc_toggle_color_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon:before{background:#7c93dd;border-color:#5472d2}.vc_toggle_color_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon:after{background:#7c93dd}.vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_icon{background:#0000}.vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_icon:after,.vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_icon:before{background:#0000;border-color:#5472d2}.vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon{background:#0000}.vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon:before{background:#0000;border-color:#7c93dd}.vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_icon:after,.vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_icon:before{background-color:#00c1cf}.vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon,.vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon:after,.vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon:before{background-color:initial}.vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_turquoise.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#00919c}.vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_turquoise.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:before{background-color:initial}.vc_toggle_color_turquoise .vc_toggle_icon{background-color:#00c1cf;border-color:#0000}.vc_toggle_color_turquoise .vc_toggle_icon:after,.vc_toggle_color_turquoise .vc_toggle_icon:before{background-color:#fff}.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_icon{background-color:initial;border-color:#00c1cf}.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_icon:after,.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_icon:before{background-color:#00c1cf}.vc_toggle_color_turquoise .vc_toggle_title:hover .vc_toggle_icon{background-color:#00919c}.vc_toggle_color_turquoise .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_turquoise .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#fff}.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:initial;border-color:#00919c}.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#00919c}.vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_icon,.vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_icon:before{background:#00c1cf;border-color:#00919c}.vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_icon:after{background:#00c1cf}.vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon,.vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon:before{background:#00919c;border-color:#006269}.vc_toggle_color_turquoise.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon:after{background:#00919c}.vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_icon{background:#0000}.vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_icon:after,.vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_icon:before{background:#0000;border-color:#00c1cf}.vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon{background:#0000}.vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_turquoise.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon:before{background:#0000;border-color:#00919c}.vc_toggle_color_pink.vc_toggle_simple .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_color_pink.vc_toggle_simple .vc_toggle_icon:after,.vc_toggle_color_pink.vc_toggle_simple .vc_toggle_icon:before{background-color:#fe6c61}.vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_color_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon,.vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon:after,.vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon:before{background-color:initial}.vc_toggle_color_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#fe9b94}.vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:before{background-color:initial}.vc_toggle_color_pink .vc_toggle_icon{background-color:#fe6c61;border-color:#0000}.vc_toggle_color_pink .vc_toggle_icon:after,.vc_toggle_color_pink .vc_toggle_icon:before{background-color:#fff}.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_icon{background-color:initial;border-color:#fe6c61}.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_icon:after,.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_icon:before{background-color:#fe6c61}.vc_toggle_color_pink .vc_toggle_title:hover .vc_toggle_icon{background-color:#fe9b94}.vc_toggle_color_pink .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_pink .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#fff}.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:initial;border-color:#fe9b94}.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#fe9b94}.vc_toggle_color_pink.vc_toggle_default .vc_toggle_icon,.vc_toggle_color_pink.vc_toggle_default .vc_toggle_icon:before{background:#fe6c61;border-color:#fe3d2e}.vc_toggle_color_pink.vc_toggle_default .vc_toggle_icon:after{background:#fe6c61}.vc_toggle_color_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon,.vc_toggle_color_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon:before{background:#fe9b94;border-color:#fe6c61}.vc_toggle_color_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon:after{background:#fe9b94}.vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_icon{background:#0000}.vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_icon:after,.vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_icon:before{background:#0000;border-color:#fe6c61}.vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon{background:#0000}.vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon:before{background:#0000;border-color:#fe9b94}.vc_toggle_color_violet.vc_toggle_simple .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_color_violet.vc_toggle_simple .vc_toggle_icon:after,.vc_toggle_color_violet.vc_toggle_simple .vc_toggle_icon:before{background-color:#8d6dc4}.vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_color_violet.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon,.vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon:after,.vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon:before{background-color:initial}.vc_toggle_color_violet.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_violet.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#a991d3}.vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_violet.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:before{background-color:initial}.vc_toggle_color_violet .vc_toggle_icon{background-color:#8d6dc4;border-color:#0000}.vc_toggle_color_violet .vc_toggle_icon:after,.vc_toggle_color_violet .vc_toggle_icon:before{background-color:#fff}.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_icon{background-color:initial;border-color:#8d6dc4}.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_icon:after,.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_icon:before{background-color:#8d6dc4}.vc_toggle_color_violet .vc_toggle_title:hover .vc_toggle_icon{background-color:#a991d3}.vc_toggle_color_violet .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_violet .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#fff}.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:initial;border-color:#a991d3}.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#a991d3}.vc_toggle_color_violet.vc_toggle_default .vc_toggle_icon,.vc_toggle_color_violet.vc_toggle_default .vc_toggle_icon:before{background:#8d6dc4;border-color:#7149b5}.vc_toggle_color_violet.vc_toggle_default .vc_toggle_icon:after{background:#8d6dc4}.vc_toggle_color_violet.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon,.vc_toggle_color_violet.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon:before{background:#a991d3;border-color:#8d6dc4}.vc_toggle_color_violet.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon:after{background:#a991d3}.vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_icon{background:#0000}.vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_icon:after,.vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_icon:before{background:#0000;border-color:#8d6dc4}.vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon{background:#0000}.vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_violet.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon:before{background:#0000;border-color:#a991d3}.vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_icon:after,.vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_icon:before{background-color:#4cadc9}.vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon,.vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon:after,.vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon:before{background-color:initial}.vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_peacoc.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#73bfd5}.vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_peacoc.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:before{background-color:initial}.vc_toggle_color_peacoc .vc_toggle_icon{background-color:#4cadc9;border-color:#0000}.vc_toggle_color_peacoc .vc_toggle_icon:after,.vc_toggle_color_peacoc .vc_toggle_icon:before{background-color:#fff}.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_icon{background-color:initial;border-color:#4cadc9}.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_icon:after,.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_icon:before{background-color:#4cadc9}.vc_toggle_color_peacoc .vc_toggle_title:hover .vc_toggle_icon{background-color:#73bfd5}.vc_toggle_color_peacoc .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_peacoc .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#fff}.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:initial;border-color:#73bfd5}.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#73bfd5}.vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_icon,.vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_icon:before{background:#4cadc9;border-color:#3492ae}.vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_icon:after{background:#4cadc9}.vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon,.vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon:before{background:#73bfd5;border-color:#4cadc9}.vc_toggle_color_peacoc.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon:after{background:#73bfd5}.vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_icon{background:#0000}.vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_icon:after,.vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_icon:before{background:#0000;border-color:#4cadc9}.vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon{background:#0000}.vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_peacoc.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon:before{background:#0000;border-color:#73bfd5}.vc_toggle_color_chino.vc_toggle_simple .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_color_chino.vc_toggle_simple .vc_toggle_icon:after,.vc_toggle_color_chino.vc_toggle_simple .vc_toggle_icon:before{background-color:#cec2ab}.vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_color_chino.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon,.vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon:after,.vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon:before{background-color:initial}.vc_toggle_color_chino.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_chino.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#e1d9cb}.vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_chino.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:before{background-color:initial}.vc_toggle_color_chino .vc_toggle_icon{background-color:#cec2ab;border-color:#0000}.vc_toggle_color_chino .vc_toggle_icon:after,.vc_toggle_color_chino .vc_toggle_icon:before{background-color:#fff}.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_icon{background-color:initial;border-color:#cec2ab}.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_icon:after,.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_icon:before{background-color:#cec2ab}.vc_toggle_color_chino .vc_toggle_title:hover .vc_toggle_icon{background-color:#e1d9cb}.vc_toggle_color_chino .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_chino .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#fff}.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:initial;border-color:#e1d9cb}.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#e1d9cb}.vc_toggle_color_chino.vc_toggle_default .vc_toggle_icon,.vc_toggle_color_chino.vc_toggle_default .vc_toggle_icon:before{background:#cec2ab;border-color:#bbab8b}.vc_toggle_color_chino.vc_toggle_default .vc_toggle_icon:after{background:#cec2ab}.vc_toggle_color_chino.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon,.vc_toggle_color_chino.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon:before{background:#e1d9cb;border-color:#cec2ab}.vc_toggle_color_chino.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon:after{background:#e1d9cb}.vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_icon{background:#0000}.vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_icon:after,.vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_icon:before{background:#0000;border-color:#cec2ab}.vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon{background:#0000}.vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_chino.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon:before{background:#0000;border-color:#e1d9cb}.vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_icon:after,.vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_icon:before{background-color:#50485b}.vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon,.vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon:after,.vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon:before{background-color:initial}.vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_mulled_wine.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#695f77}.vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_mulled_wine.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:before{background-color:initial}.vc_toggle_color_mulled_wine .vc_toggle_icon{background-color:#50485b;border-color:#0000}.vc_toggle_color_mulled_wine .vc_toggle_icon:after,.vc_toggle_color_mulled_wine .vc_toggle_icon:before{background-color:#fff}.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_icon{background-color:initial;border-color:#50485b}.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_icon:after,.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_icon:before{background-color:#50485b}.vc_toggle_color_mulled_wine .vc_toggle_title:hover .vc_toggle_icon{background-color:#695f77}.vc_toggle_color_mulled_wine .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_mulled_wine .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#fff}.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:initial;border-color:#695f77}.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#695f77}.vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_icon,.vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_icon:before{background:#50485b;border-color:#37313f}.vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_icon:after{background:#50485b}.vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon,.vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon:before{background:#695f77;border-color:#50485b}.vc_toggle_color_mulled_wine.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon:after{background:#695f77}.vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_icon{background:#0000}.vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_icon:after,.vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_icon:before{background:#0000;border-color:#50485b}.vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon{background:#0000}.vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_mulled_wine.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon:before{background:#0000;border-color:#695f77}.vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_icon:after,.vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_icon:before{background-color:#75d69c}.vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon,.vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon:after,.vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon:before{background-color:initial}.vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_vista_blue.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#9ce2b8}.vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_vista_blue.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:before{background-color:initial}.vc_toggle_color_vista_blue .vc_toggle_icon{background-color:#75d69c;border-color:#0000}.vc_toggle_color_vista_blue .vc_toggle_icon:after,.vc_toggle_color_vista_blue .vc_toggle_icon:before{background-color:#fff}.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_icon{background-color:initial;border-color:#75d69c}.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_icon:after,.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_icon:before{background-color:#75d69c}.vc_toggle_color_vista_blue .vc_toggle_title:hover .vc_toggle_icon{background-color:#9ce2b8}.vc_toggle_color_vista_blue .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_vista_blue .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#fff}.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:initial;border-color:#9ce2b8}.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#9ce2b8}.vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_icon,.vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_icon:before{background:#75d69c;border-color:#4eca80}.vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_icon:after{background:#75d69c}.vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon,.vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon:before{background:#9ce2b8;border-color:#75d69c}.vc_toggle_color_vista_blue.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon:after{background:#9ce2b8}.vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_icon{background:#0000}.vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_icon:after,.vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_icon:before{background:#0000;border-color:#75d69c}.vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon{background:#0000}.vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_vista_blue.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon:before{background:#0000;border-color:#9ce2b8}.vc_toggle_color_black.vc_toggle_simple .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_color_black.vc_toggle_simple .vc_toggle_icon:after,.vc_toggle_color_black.vc_toggle_simple .vc_toggle_icon:before{background-color:#2a2a2a}.vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_color_black.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon,.vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon:after,.vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon:before{background-color:initial}.vc_toggle_color_black.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_black.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#444}.vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_black.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:before{background-color:initial}.vc_toggle_color_black .vc_toggle_icon{background-color:#2a2a2a;border-color:#0000}.vc_toggle_color_black .vc_toggle_icon:after,.vc_toggle_color_black .vc_toggle_icon:before{background-color:#fff}.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_icon{background-color:initial;border-color:#2a2a2a}.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_icon:after,.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_icon:before{background-color:#2a2a2a}.vc_toggle_color_black .vc_toggle_title:hover .vc_toggle_icon{background-color:#444}.vc_toggle_color_black .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_black .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#fff}.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:initial;border-color:#444}.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#444}.vc_toggle_color_black.vc_toggle_default .vc_toggle_icon,.vc_toggle_color_black.vc_toggle_default .vc_toggle_icon:before{background:#2a2a2a;border-color:#101010}.vc_toggle_color_black.vc_toggle_default .vc_toggle_icon:after{background:#2a2a2a}.vc_toggle_color_black.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon,.vc_toggle_color_black.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon:before{background:#444;border-color:#2a2a2a}.vc_toggle_color_black.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon:after{background:#444}.vc_toggle_color_black.vc_toggle_arrow .vc_toggle_icon{background:#0000}.vc_toggle_color_black.vc_toggle_arrow .vc_toggle_icon:after,.vc_toggle_color_black.vc_toggle_arrow .vc_toggle_icon:before{background:#0000;border-color:#2a2a2a}.vc_toggle_color_black.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon{background:#0000}.vc_toggle_color_black.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_black.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon:before{background:#0000;border-color:#444}.vc_toggle_color_grey.vc_toggle_simple .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_color_grey.vc_toggle_simple .vc_toggle_icon:after,.vc_toggle_color_grey.vc_toggle_simple .vc_toggle_icon:before{background-color:#ebebeb}.vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_color_grey.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon,.vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon:after,.vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon:before{background-color:initial}.vc_toggle_color_grey.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_grey.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#d2d2d2}.vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_grey.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:before{background-color:initial}.vc_toggle_color_grey .vc_toggle_icon{background-color:#ebebeb;border-color:#0000}.vc_toggle_color_grey .vc_toggle_icon:after,.vc_toggle_color_grey .vc_toggle_icon:before{background-color:#fff}.vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_icon{background-color:initial;border-color:#ebebeb}.vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_icon:after,.vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_icon:before{background-color:#ebebeb}.vc_toggle_color_grey .vc_toggle_title:hover .vc_toggle_icon{background-color:#d2d2d2}.vc_toggle_color_grey .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_grey .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#fff}.vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:initial;border-color:#d2d2d2}.vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#d2d2d2}.vc_toggle_color_grey.vc_toggle_default .vc_toggle_icon,.vc_toggle_color_grey.vc_toggle_default .vc_toggle_icon:before{background:#ebebeb;border-color:#d2d2d2}.vc_toggle_color_grey.vc_toggle_default .vc_toggle_icon:after{background:#ebebeb}.vc_toggle_color_grey.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon,.vc_toggle_color_grey.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon:before{background:#d2d2d2;border-color:#b8b8b8}.vc_toggle_color_grey.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon:after{background:#d2d2d2}.vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_icon{background:#0000}.vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_icon:after,.vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_icon:before{background:#0000;border-color:#ebebeb}.vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon{background:#0000}.vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_grey.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon:before{background:#0000;border-color:#d2d2d2}.vc_toggle_color_orange.vc_toggle_simple .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_color_orange.vc_toggle_simple .vc_toggle_icon:after,.vc_toggle_color_orange.vc_toggle_simple .vc_toggle_icon:before{background-color:#f7be68}.vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_color_orange.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon,.vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon:after,.vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon:before{background-color:initial}.vc_toggle_color_orange.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_orange.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#fad398}.vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_orange.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:before{background-color:initial}.vc_toggle_color_orange .vc_toggle_icon{background-color:#f7be68;border-color:#0000}.vc_toggle_color_orange .vc_toggle_icon:after,.vc_toggle_color_orange .vc_toggle_icon:before{background-color:#fff}.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_icon{background-color:initial;border-color:#f7be68}.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_icon:after,.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_icon:before{background-color:#f7be68}.vc_toggle_color_orange .vc_toggle_title:hover .vc_toggle_icon{background-color:#fad398}.vc_toggle_color_orange .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_orange .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#fff}.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:initial;border-color:#fad398}.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#fad398}.vc_toggle_color_orange.vc_toggle_default .vc_toggle_icon,.vc_toggle_color_orange.vc_toggle_default .vc_toggle_icon:before{background:#f7be68;border-color:#f4a938}.vc_toggle_color_orange.vc_toggle_default .vc_toggle_icon:after{background:#f7be68}.vc_toggle_color_orange.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon,.vc_toggle_color_orange.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon:before{background:#fad398;border-color:#f7be68}.vc_toggle_color_orange.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon:after{background:#fad398}.vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_icon{background:#0000}.vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_icon:after,.vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_icon:before{background:#0000;border-color:#f7be68}.vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon{background:#0000}.vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_orange.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon:before{background:#0000;border-color:#fad398}.vc_toggle_color_sky.vc_toggle_simple .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_color_sky.vc_toggle_simple .vc_toggle_icon:after,.vc_toggle_color_sky.vc_toggle_simple .vc_toggle_icon:before{background-color:#5aa1e3}.vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_color_sky.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon,.vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon:after,.vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon:before{background-color:initial}.vc_toggle_color_sky.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_sky.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#86baea}.vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_sky.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:before{background-color:initial}.vc_toggle_color_sky .vc_toggle_icon{background-color:#5aa1e3;border-color:#0000}.vc_toggle_color_sky .vc_toggle_icon:after,.vc_toggle_color_sky .vc_toggle_icon:before{background-color:#fff}.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_icon{background-color:initial;border-color:#5aa1e3}.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_icon:after,.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_icon:before{background-color:#5aa1e3}.vc_toggle_color_sky .vc_toggle_title:hover .vc_toggle_icon{background-color:#86baea}.vc_toggle_color_sky .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_sky .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#fff}.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:initial;border-color:#86baea}.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#86baea}.vc_toggle_color_sky.vc_toggle_default .vc_toggle_icon,.vc_toggle_color_sky.vc_toggle_default .vc_toggle_icon:before{background:#5aa1e3;border-color:#2e88dc}.vc_toggle_color_sky.vc_toggle_default .vc_toggle_icon:after{background:#5aa1e3}.vc_toggle_color_sky.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon,.vc_toggle_color_sky.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon:before{background:#86baea;border-color:#5aa1e3}.vc_toggle_color_sky.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon:after{background:#86baea}.vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_icon{background:#0000}.vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_icon:after,.vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_icon:before{background:#0000;border-color:#5aa1e3}.vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon{background:#0000}.vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_sky.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon:before{background:#0000;border-color:#86baea}.vc_toggle_color_green.vc_toggle_simple .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_color_green.vc_toggle_simple .vc_toggle_icon:after,.vc_toggle_color_green.vc_toggle_simple .vc_toggle_icon:before{background-color:#6dab3c}.vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_color_green.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon,.vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon:after,.vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon:before{background-color:initial}.vc_toggle_color_green.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_green.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#87c456}.vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_green.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:before{background-color:initial}.vc_toggle_color_green .vc_toggle_icon{background-color:#6dab3c;border-color:#0000}.vc_toggle_color_green .vc_toggle_icon:after,.vc_toggle_color_green .vc_toggle_icon:before{background-color:#fff}.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_icon{background-color:initial;border-color:#6dab3c}.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_icon:after,.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_icon:before{background-color:#6dab3c}.vc_toggle_color_green .vc_toggle_title:hover .vc_toggle_icon{background-color:#87c456}.vc_toggle_color_green .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_green .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#fff}.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:initial;border-color:#87c456}.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#87c456}.vc_toggle_color_green.vc_toggle_default .vc_toggle_icon,.vc_toggle_color_green.vc_toggle_default .vc_toggle_icon:before{background:#6dab3c;border-color:#55852f}.vc_toggle_color_green.vc_toggle_default .vc_toggle_icon:after{background:#6dab3c}.vc_toggle_color_green.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon,.vc_toggle_color_green.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon:before{background:#87c456;border-color:#6dab3c}.vc_toggle_color_green.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon:after{background:#87c456}.vc_toggle_color_green.vc_toggle_arrow .vc_toggle_icon{background:#0000}.vc_toggle_color_green.vc_toggle_arrow .vc_toggle_icon:after,.vc_toggle_color_green.vc_toggle_arrow .vc_toggle_icon:before{background:#0000;border-color:#6dab3c}.vc_toggle_color_green.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon{background:#0000}.vc_toggle_color_green.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_green.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon:before{background:#0000;border-color:#87c456}.vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_icon:after,.vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_icon:before{background-color:#f4524d}.vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon,.vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon:after,.vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon:before{background-color:initial}.vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#f7817d}.vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_juicy_pink.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:before{background-color:initial}.vc_toggle_color_juicy_pink .vc_toggle_icon{background-color:#f4524d;border-color:#0000}.vc_toggle_color_juicy_pink .vc_toggle_icon:after,.vc_toggle_color_juicy_pink .vc_toggle_icon:before{background-color:#fff}.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_icon{background-color:initial;border-color:#f4524d}.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_icon:after,.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_icon:before{background-color:#f4524d}.vc_toggle_color_juicy_pink .vc_toggle_title:hover .vc_toggle_icon{background-color:#f7817d}.vc_toggle_color_juicy_pink .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_juicy_pink .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#fff}.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:initial;border-color:#f7817d}.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#f7817d}.vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_icon,.vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_icon:before{background:#f4524d;border-color:#f1231d}.vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_icon:after{background:#f4524d}.vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon,.vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon:before{background:#f7817d;border-color:#f4524d}.vc_toggle_color_juicy_pink.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon:after{background:#f7817d}.vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_icon{background:#0000}.vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_icon:after,.vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_icon:before{background:#0000;border-color:#f4524d}.vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon{background:#0000}.vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_juicy_pink.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon:before{background:#0000;border-color:#f7817d}.vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_icon:after,.vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_icon:before{background-color:#f79468}.vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon,.vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon:after,.vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon:before{background-color:initial}.vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_sandy_brown.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#fab698}.vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_sandy_brown.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:before{background-color:initial}.vc_toggle_color_sandy_brown .vc_toggle_icon{background-color:#f79468;border-color:#0000}.vc_toggle_color_sandy_brown .vc_toggle_icon:after,.vc_toggle_color_sandy_brown .vc_toggle_icon:before{background-color:#fff}.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_icon{background-color:initial;border-color:#f79468}.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_icon:after,.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_icon:before{background-color:#f79468}.vc_toggle_color_sandy_brown .vc_toggle_title:hover .vc_toggle_icon{background-color:#fab698}.vc_toggle_color_sandy_brown .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_sandy_brown .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#fff}.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:initial;border-color:#fab698}.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#fab698}.vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_icon,.vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_icon:before{background:#f79468;border-color:#f47238}.vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_icon:after{background:#f79468}.vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon,.vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon:before{background:#fab698;border-color:#f79468}.vc_toggle_color_sandy_brown.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon:after{background:#fab698}.vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_icon{background:#0000}.vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_icon:after,.vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_icon:before{background:#0000;border-color:#f79468}.vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon{background:#0000}.vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_sandy_brown.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon:before{background:#0000;border-color:#fab698}.vc_toggle_color_purple.vc_toggle_simple .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_color_purple.vc_toggle_simple .vc_toggle_icon:after,.vc_toggle_color_purple.vc_toggle_simple .vc_toggle_icon:before{background-color:#b97ebb}.vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_color_purple.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon,.vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon:after,.vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon:before{background-color:initial}.vc_toggle_color_purple.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_purple.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#cb9fcd}.vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_purple.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:before{background-color:initial}.vc_toggle_color_purple .vc_toggle_icon{background-color:#b97ebb;border-color:#0000}.vc_toggle_color_purple .vc_toggle_icon:after,.vc_toggle_color_purple .vc_toggle_icon:before{background-color:#fff}.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_icon{background-color:initial;border-color:#b97ebb}.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_icon:after,.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_icon:before{background-color:#b97ebb}.vc_toggle_color_purple .vc_toggle_title:hover .vc_toggle_icon{background-color:#cb9fcd}.vc_toggle_color_purple .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_purple .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#fff}.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:initial;border-color:#cb9fcd}.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#cb9fcd}.vc_toggle_color_purple.vc_toggle_default .vc_toggle_icon,.vc_toggle_color_purple.vc_toggle_default .vc_toggle_icon:before{background:#b97ebb;border-color:#a75da9}.vc_toggle_color_purple.vc_toggle_default .vc_toggle_icon:after{background:#b97ebb}.vc_toggle_color_purple.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon,.vc_toggle_color_purple.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon:before{background:#cb9fcd;border-color:#b97ebb}.vc_toggle_color_purple.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon:after{background:#cb9fcd}.vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_icon{background:#0000}.vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_icon:after,.vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_icon:before{background:#0000;border-color:#b97ebb}.vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon{background:#0000}.vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_purple.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon:before{background:#0000;border-color:#cb9fcd}.vc_toggle_color_white.vc_toggle_simple .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_color_white.vc_toggle_simple .vc_toggle_icon:after,.vc_toggle_color_white.vc_toggle_simple .vc_toggle_icon:before{background-color:#fff}.vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_color_white.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon,.vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon:after,.vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_icon:before{background-color:initial}.vc_toggle_color_white.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_white.vc_toggle_simple .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#e6e6e6}.vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:initial;border-color:#0000}.vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_white.vc_toggle_simple.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:before{background-color:initial}.vc_toggle_color_white .vc_toggle_icon{background-color:#fff;border-color:#0000}.vc_toggle_color_white .vc_toggle_icon:after,.vc_toggle_color_white .vc_toggle_icon:before{background-color:#2a2a2a}.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_icon{background-color:initial;border-color:#fff}.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_icon:after,.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_icon:before{background-color:#fff}.vc_toggle_color_white .vc_toggle_title:hover .vc_toggle_icon{background-color:#e6e6e6}.vc_toggle_color_white .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_white .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#2a2a2a}.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon{background-color:initial;border-color:#e6e6e6}.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:before{background-color:#e6e6e6}.vc_toggle_color_white.vc_toggle_default .vc_toggle_icon,.vc_toggle_color_white.vc_toggle_default .vc_toggle_icon:before{background:#fff;border-color:#e6e6e6}.vc_toggle_color_white.vc_toggle_default .vc_toggle_icon:after{background:#fff}.vc_toggle_color_white.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon,.vc_toggle_color_white.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon:before{background:#e6e6e6;border-color:#ccc}.vc_toggle_color_white.vc_toggle_default .vc_toggle_title:hover .vc_toggle_icon:after{background:#e6e6e6}.vc_toggle_color_white.vc_toggle_arrow .vc_toggle_icon{background:#0000}.vc_toggle_color_white.vc_toggle_arrow .vc_toggle_icon:after,.vc_toggle_color_white.vc_toggle_arrow .vc_toggle_icon:before{background:#0000;border-color:#fff}.vc_toggle_color_white.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon{background:#0000}.vc_toggle_color_white.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon:after,.vc_toggle_color_white.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon:before{background:#0000;border-color:#e6e6e6}.vc_toggle_size_sm .vc_toggle_icon{height:16px;width:16px}.vc_toggle_size_sm .vc_toggle_icon:before{height:2px;width:8px}.vc_toggle_size_sm .vc_toggle_icon:after{height:8px;width:2px}.vc_toggle_size_sm.vc_toggle_default .vc_toggle_icon{display:inline-block;height:2px;margin-left:4px;width:8px}.vc_toggle_size_sm.vc_toggle_default .vc_toggle_icon:before{height:8px;width:2px}.vc_toggle_size_sm.vc_toggle_default .vc_toggle_icon:after{height:0;width:6px}.vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon{height:16px;width:16px}.vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon:after,.vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon:before{border-width:2px;height:8px;margin-left:-4px;width:8px}.vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon:before{margin-top:-8px}.vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon:after{margin-top:-4px}.vc_toggle_size_sm.vc_toggle_default .vc_toggle_content,.vc_toggle_size_sm.vc_toggle_default .vc_toggle_title,.vc_toggle_size_sm.vc_toggle_round .vc_toggle_content,.vc_toggle_size_sm.vc_toggle_round .vc_toggle_title,.vc_toggle_size_sm.vc_toggle_rounded .vc_toggle_content,.vc_toggle_size_sm.vc_toggle_rounded .vc_toggle_title,.vc_toggle_size_sm.vc_toggle_simple .vc_toggle_content,.vc_toggle_size_sm.vc_toggle_simple .vc_toggle_title,.vc_toggle_size_sm.vc_toggle_square .vc_toggle_content,.vc_toggle_size_sm.vc_toggle_square .vc_toggle_title{padding-left:24px}:is(.vc_toggle_size_sm.vc_toggle_default .vc_toggle_content,.vc_toggle_size_sm.vc_toggle_default .vc_toggle_title,.vc_toggle_size_sm.vc_toggle_round .vc_toggle_content,.vc_toggle_size_sm.vc_toggle_round .vc_toggle_title,.vc_toggle_size_sm.vc_toggle_rounded .vc_toggle_content,.vc_toggle_size_sm.vc_toggle_rounded .vc_toggle_title,.vc_toggle_size_sm.vc_toggle_simple .vc_toggle_content,.vc_toggle_size_sm.vc_toggle_simple .vc_toggle_title,.vc_toggle_size_sm.vc_toggle_square .vc_toggle_content,.vc_toggle_size_sm.vc_toggle_square .vc_toggle_title) .vc_toggle_icon{left:0;position:absolute;top:50%;transform:translateY(-50%)}.vc_toggle_size_sm.vc_toggle_default :is(.vc_toggle_content,.vc_toggle_title){padding-left:17.6px}.vc_toggle_size_sm.vc_toggle_arrow .vc_toggle_icon{margin-left:8px}.vc_toggle_size_md .vc_toggle_icon{height:22px;width:22px}.vc_toggle_size_md .vc_toggle_icon:before{height:2px;width:10px}.vc_toggle_size_md .vc_toggle_icon:after{height:10px;width:2px}.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon{display:inline-block;height:4px;margin-left:5px;width:10px}.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon:before{height:10px;width:4px}.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon:after{height:2px;width:8px}.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon{height:22px;width:22px}.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon:after,.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon:before{border-width:2px;height:10px;margin-left:-5px;width:10px}.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon:before{margin-top:-10px}.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon:after{margin-top:-5px}.vc_toggle_size_md.vc_toggle_default .vc_toggle_content,.vc_toggle_size_md.vc_toggle_default .vc_toggle_title,.vc_toggle_size_md.vc_toggle_round .vc_toggle_content,.vc_toggle_size_md.vc_toggle_round .vc_toggle_title,.vc_toggle_size_md.vc_toggle_rounded .vc_toggle_content,.vc_toggle_size_md.vc_toggle_rounded .vc_toggle_title,.vc_toggle_size_md.vc_toggle_simple .vc_toggle_content,.vc_toggle_size_md.vc_toggle_simple .vc_toggle_title,.vc_toggle_size_md.vc_toggle_square .vc_toggle_content,.vc_toggle_size_md.vc_toggle_square .vc_toggle_title{padding-left:33px}:is(.vc_toggle_size_md.vc_toggle_default .vc_toggle_content,.vc_toggle_size_md.vc_toggle_default .vc_toggle_title,.vc_toggle_size_md.vc_toggle_round .vc_toggle_content,.vc_toggle_size_md.vc_toggle_round .vc_toggle_title,.vc_toggle_size_md.vc_toggle_rounded .vc_toggle_content,.vc_toggle_size_md.vc_toggle_rounded .vc_toggle_title,.vc_toggle_size_md.vc_toggle_simple .vc_toggle_content,.vc_toggle_size_md.vc_toggle_simple .vc_toggle_title,.vc_toggle_size_md.vc_toggle_square .vc_toggle_content,.vc_toggle_size_md.vc_toggle_square .vc_toggle_title) .vc_toggle_icon{left:0;position:absolute;top:50%;transform:translateY(-50%)}.vc_toggle_size_md.vc_toggle_default :is(.vc_toggle_content,.vc_toggle_title){padding-left:24.2px}.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon{margin-left:11px}.vc_toggle_size_lg .vc_toggle_icon{height:28px;width:28px}.vc_toggle_size_lg .vc_toggle_icon:before{height:2px;width:14px}.vc_toggle_size_lg .vc_toggle_icon:after{height:14px;width:2px}.vc_toggle_size_lg.vc_toggle_default .vc_toggle_icon{display:inline-block;height:4px;margin-left:7px;width:14px}.vc_toggle_size_lg.vc_toggle_default .vc_toggle_icon:before{height:14px;width:4px}.vc_toggle_size_lg.vc_toggle_default .vc_toggle_icon:after{height:2px;width:12px}.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon{height:28px;width:28px}.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon:after,.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon:before{border-width:2px;height:14px;margin-left:-7px;width:14px}.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon:before{margin-top:-14px}.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon:after{margin-top:-7px}.vc_toggle_size_lg.vc_toggle_default .vc_toggle_content,.vc_toggle_size_lg.vc_toggle_default .vc_toggle_title,.vc_toggle_size_lg.vc_toggle_round .vc_toggle_content,.vc_toggle_size_lg.vc_toggle_round .vc_toggle_title,.vc_toggle_size_lg.vc_toggle_rounded .vc_toggle_content,.vc_toggle_size_lg.vc_toggle_rounded .vc_toggle_title,.vc_toggle_size_lg.vc_toggle_simple .vc_toggle_content,.vc_toggle_size_lg.vc_toggle_simple .vc_toggle_title,.vc_toggle_size_lg.vc_toggle_square .vc_toggle_content,.vc_toggle_size_lg.vc_toggle_square .vc_toggle_title{padding-left:42px}:is(.vc_toggle_size_lg.vc_toggle_default .vc_toggle_content,.vc_toggle_size_lg.vc_toggle_default .vc_toggle_title,.vc_toggle_size_lg.vc_toggle_round .vc_toggle_content,.vc_toggle_size_lg.vc_toggle_round .vc_toggle_title,.vc_toggle_size_lg.vc_toggle_rounded .vc_toggle_content,.vc_toggle_size_lg.vc_toggle_rounded .vc_toggle_title,.vc_toggle_size_lg.vc_toggle_simple .vc_toggle_content,.vc_toggle_size_lg.vc_toggle_simple .vc_toggle_title,.vc_toggle_size_lg.vc_toggle_square .vc_toggle_content,.vc_toggle_size_lg.vc_toggle_square .vc_toggle_title) .vc_toggle_icon{left:0;position:absolute;top:50%;transform:translateY(-50%)}.vc_toggle_size_lg.vc_toggle_default :is(.vc_toggle_content,.vc_toggle_title){padding-left:30.8px}.vc_toggle_size_lg.vc_toggle_arrow .vc_toggle_icon{margin-left:14px}.vc_toggle_default .vc_toggle_content,.vc_toggle_default .vc_toggle_title,.vc_toggle_round .vc_toggle_content,.vc_toggle_round .vc_toggle_title,.vc_toggle_rounded .vc_toggle_content,.vc_toggle_rounded .vc_toggle_title,.vc_toggle_simple .vc_toggle_content,.vc_toggle_simple .vc_toggle_title,.vc_toggle_square .vc_toggle_content,.vc_toggle_square .vc_toggle_title{padding-left:33px}:is(.vc_toggle_default .vc_toggle_content,.vc_toggle_default .vc_toggle_title,.vc_toggle_round .vc_toggle_content,.vc_toggle_round .vc_toggle_title,.vc_toggle_rounded .vc_toggle_content,.vc_toggle_rounded .vc_toggle_title,.vc_toggle_simple .vc_toggle_content,.vc_toggle_simple .vc_toggle_title,.vc_toggle_square .vc_toggle_content,.vc_toggle_square .vc_toggle_title) .vc_toggle_icon{left:0;position:absolute;top:50%;transform:translateY(-50%)}.vc_toggle_default :is(.vc_toggle_content,.vc_toggle_title){padding-left:24.2px}.vc_toggle_arrow .vc_toggle_icon{margin-left:11px}.wpb-tta-toggle{appearance:none;border:none;border-radius:3em;cursor:pointer;display:inline-block;height:30px;margin:0 15px;position:relative;transition:background .2s ease-in-out,border-color .25s ease-in-out;width:60px}.wpb-tta-toggle:before{background:#fff;border-radius:inherit;content:"";height:22px;left:4px;position:absolute;top:4px;transition:left .25s ease-in-out;width:22px}.wpb-tta-toggle.wpb-tta-toggle-active:before{left:34px}.wpb-wrapper-tta-toggle .vc_pagination.vc_pagination-style-outline.vc_pagination-shape-square{height:0;margin:0;overflow:hidden;padding:0;text-align:left;width:0}.wpb-tta-toggle-wrapper{align-items:center;display:flex;justify-content:center}.wpb-tta-toggle-wrapper .vc_custom_heading{display:inline}.wpb-wrapper-tta-toggle .vc_tta-tabs.vc_tta-has-pagination.vc_tta-tabs-position-bottom{padding-top:10px}.compose-mode .wpb-wrapper-tta-toggle.wpb-toggle-position-top .vc_controls>.vc_controls-out-tr{top:-70px}.wpb_widgetised_column .wpb_wrapper>ul{margin:0}.wpb_widgetised_column .wpb_wrapper>ul>li{background-image:none;list-style:none!important;margin-left:0}.wpb_widgetised_column .wpb_wrapper>ul>li:after,.wpb_widgetised_column .wpb_wrapper>ul>li:before{display:none!important}.wpb_button{background-color:#f7f7f7;border:1px solid;border-color:#ccc #ccc #b3b3b3;border-radius:2px;box-shadow:none;color:#333;cursor:pointer;display:inline-block;font-size:13px;line-height:18px;margin-bottom:0;margin-top:0;padding:4px 10px;text-align:center;text-shadow:0 1px 1px #ffffffbf;vertical-align:middle}.wpb_button.active,.wpb_button.disabled,.wpb_button:active,.wpb_button:hover,.wpb_button[disabled]{background-color:#eaeaea}.vc_vc_button .vc_btn{margin-bottom:5px;margin-top:5px}.wpb_button:hover{background-color:#e6e6e6;color:#333;text-decoration:none;transition:background-color .1s linear}.wpb_button:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.wpb_button.active,.wpb_button:active{background-color:#e6e6e6;background-image:none;box-shadow:inset 0 2px 4px #00000026,0 1px 2px #0000000d;outline:0}button.wpb_btn-large,span.wpb_btn-large{border-radius:2px;font-size:15px;line-height:normal;padding:9px 14px}:is(button.wpb_btn-large,span.wpb_btn-large) [class^=icon-]{margin-top:1px}button.wpb_btn-small,span.wpb_btn-small{font-size:11px;line-height:16px;padding:5px 9px}:is(button.wpb_btn-small,span.wpb_btn-small) [class^=icon-]{margin-top:-1px}button.wpb_btn-mini,span.wpb_btn-mini{font-size:11px;line-height:14px;padding:2px 6px}.wpb_btn-danger,.wpb_btn-danger:hover,.wpb_btn-info,.wpb_btn-info:hover,.wpb_btn-inverse,.wpb_btn-inverse:hover,.wpb_btn-primary,.wpb_btn-primary:hover,.wpb_btn-success,.wpb_btn-success:hover,.wpb_btn-warning,.wpb_btn-warning:hover{color:#fff;text-shadow:0 -1px 0 #00000040}.wpb_btn-danger.active,.wpb_btn-info.active,.wpb_btn-inverse.active,.wpb_btn-primary.active,.wpb_btn-success.active,.wpb_btn-warning.active{color:#ffffffbf}.wpb_button{border-color:#0000001a}.wpb_btn-primary{background-color:#08c}.wpb_btn-primary.active,.wpb_btn-primary.disabled,.wpb_btn-primary:active,.wpb_btn-primary:hover,.wpb_btn-primary[disabled]{background-color:#0077b3}.wpb_btn-warning{background-color:#f90}.wpb_btn-warning.active,.wpb_btn-warning.disabled,.wpb_btn-warning:active,.wpb_btn-warning:hover,.wpb_btn-warning[disabled]{background-color:#e68a00}.wpb_btn-danger{background-color:#ff675b}.wpb_btn-danger.active,.wpb_btn-danger.disabled,.wpb_btn-danger:active,.wpb_btn-danger:hover,.wpb_btn-danger[disabled]{background-color:#ff4f42}.wpb_btn-success{background-color:#6ab165}.wpb_btn-success.active,.wpb_btn-success.disabled,.wpb_btn-success:active,.wpb_btn-success:hover,.wpb_btn-success[disabled]{background-color:#5aa855}.wpb_btn-info{background-color:#58b9da}.wpb_btn-info.active,.wpb_btn-info.disabled,.wpb_btn-info:active,.wpb_btn-info:hover,.wpb_btn-info[disabled]{background-color:#43b0d5}.wpb_btn-inverse{background-color:#555}.wpb_btn-inverse.active,.wpb_btn-inverse.disabled,.wpb_btn-inverse:active,.wpb_btn-inverse:hover,.wpb_btn-inverse[disabled]{background-color:#484848}button.wpb_button::-moz-focus-inner,input[type=submit].wpb_button::-moz-focus-inner{border:0;padding:0}a.wpb_button_a{border:none}a.wpb_button_a,a.wpb_button_a:hover{text-decoration:none}.wpb_button:hover{background-image:none}.vc_btn3-container{display:block;margin-bottom:21.73913043px;max-width:100%}.vc_btn3-container.vc_btn3-inline{display:inline-block;vertical-align:top}.vc_general.vc_btn3{background-color:initial;background-image:none;border:1px solid #0000;box-sizing:border-box;color:#5472d2;cursor:pointer;display:inline-block;margin-bottom:0;text-align:center;vertical-align:middle;word-wrap:break-word;box-shadow:none;font-size:14px;line-height:normal;padding:14px 20px;position:relative;text-decoration:none;top:0;transition:all .2s ease-in-out;-webkit-user-select:none;user-select:none}.vc_general.vc_btn3.vc_btn3-style-outline,.vc_general.vc_btn3.vc_btn3-style-outline-custom{padding:13px 19px}.vc_general.vc_btn3.active,.vc_general.vc_btn3:active,.vc_general.vc_btn3:focus{outline:0}.vc_general.vc_btn3:focus,.vc_general.vc_btn3:hover{border:1px solid #0000;color:#4868cf;text-decoration:none}.vc_general.vc_btn3 .vc_btn3-icon{font-size:16px;height:14px;line-height:1;vertical-align:top}.vc_general.vc_btn3 .vc_btn3-icon-inner{display:block;left:0;position:absolute;top:50%;transform:translateY(-50%)}.vc_general.vc_btn3 .vc_btn3-placeholder{display:inline-block;vertical-align:top;width:0}.vc_btn3.vc_btn3-icon-left,.vc_btn3.vc_btn3-icon-right{position:relative}:is(.vc_btn3.vc_btn3-icon-left,.vc_btn3.vc_btn3-icon-right) .vc_btn3-icon{display:block;position:absolute;top:50%;transform:translateY(-50%)}.vc_btn3.vc_btn3-icon-left{text-align:left}.vc_btn3.vc_btn3-icon-right{text-align:right}.vc_btn3.vc_btn3-icon-right:not(.vc_btn3-block) .vc_btn3-icon-inner{transform:translate(-75%,-50%)}.vc_btn3.vc_btn3-o-empty .vc_btn3-icon,.vc_btn3.vc_btn3-o-empty:not(.vc_btn3-block) .vc_btn3-icon-inner{transform:translate(-50%,-50%)}.vc_btn3.vc_btn3-style-classic{border-color:#0000001a}.vc_btn3.vc_btn3-style-modern{background-image:linear-gradient(180deg,#fff3 0,#ffffff03);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#33ffffff",endColorstr="#03ffffff",GradientType=0)}.vc_btn3.vc_btn3-style-outline,.vc_btn3.vc_btn3-style-outline-custom,.vc_btn3.vc_btn3-style-outline-custom:focus,.vc_btn3.vc_btn3-style-outline-custom:hover,.vc_btn3.vc_btn3-style-outline:focus,.vc_btn3.vc_btn3-style-outline:hover{border-width:2px}.vc_btn3.vc_btn3-style-custom{background-image:linear-gradient(#0000,#0000001a 50%,#0000001a);background-position:0 -100%;background-repeat:no-repeat;background-repeat:repeat-x;background-size:200%;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#1a000000",GradientType=0)}.vc_btn3.vc_btn3-style-custom:focus,.vc_btn3.vc_btn3-style-custom:hover{background-position:0 100%}.vc_btn3.vc_btn3-block{display:block;text-align:inherit;width:100%}.vc_btn3.vc_btn3-shape-square{border-radius:0}.vc_btn3.vc_btn3-shape-rounded{border-radius:5px}.vc_btn3.vc_btn3-shape-round{border-radius:2em}.vc_btn3.vc_btn3-size-xs{font-size:11px;padding:8px 12px}.vc_btn3.vc_btn3-size-xs.vc_btn3-style-outline,.vc_btn3.vc_btn3-size-xs.vc_btn3-style-outline-custom{padding:7px 11px}.vc_btn3.vc_btn3-size-xs .vc_btn3-icon{font-size:14px;height:11px;line-height:11px}.vc_btn3.vc_btn3-size-xs.vc_btn3-icon-left:not(.vc_btn3-o-empty){padding-left:31px}.vc_btn3.vc_btn3-size-xs.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon{left:12px}.vc_btn3.vc_btn3-size-xs.vc_btn3-icon-right:not(.vc_btn3-o-empty){padding-right:31px}.vc_btn3.vc_btn3-size-xs.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon{right:12px}.vc_btn3.vc_btn3-size-sm{font-size:12px;padding:11px 16px}.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline,.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline-custom{padding:10px 15px}.vc_btn3.vc_btn3-size-sm .vc_btn3-icon{font-size:14px;height:12px;line-height:12px}.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left:not(.vc_btn3-o-empty){padding-left:39px}.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon{left:16px}.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-right:not(.vc_btn3-o-empty){padding-right:39px}.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon{right:16px}.vc_btn3.vc_btn3-size-md{font-size:14px;padding:14px 20px}.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline,.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline-custom{padding:13px 19px}.vc_btn3.vc_btn3-size-md .vc_btn3-icon{font-size:16px;height:14px;line-height:14px}.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty){padding-left:48px}.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon{left:20px}.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty){padding-right:48px}.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon{right:20px}.vc_btn3.vc_btn3-size-lg{font-size:16px;padding:18px 25px}.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline,.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline-custom{padding:17px 24px}.vc_btn3.vc_btn3-size-lg .vc_btn3-icon{font-size:20px;height:16px;line-height:16px}.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty){padding-left:60px}.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon{left:25px}.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty){padding-right:60px}.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon{right:25px}.vc_btn3.vc_btn3-color-blue,.vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat{background-color:#5472d2;color:#fff}.vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:focus,.vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:hover,.vc_btn3.vc_btn3-color-blue:focus,.vc_btn3.vc_btn3-color-blue:hover{background-color:#3c5ecc;color:#f7f7f7}.vc_btn3.vc_btn3-color-blue.active,.vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat.active,.vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:active,.vc_btn3.vc_btn3-color-blue:active{background-color:#3558c8;color:#f2f2f2}.vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline{background-color:initial;border-color:#5472d2;color:#5472d2}.vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline.active,.vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline:active,.vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline:focus,.vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline:hover{background-color:#5472d2;border-color:#5472d2;color:#fff}.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d{background-color:#5472d2;box-shadow:0 5px 0 #3253bc;color:#fff}.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d:hover{background-color:#5472d2;color:#f7f7f7}.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.active,.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d:active{background-color:#5472d2;color:#f2f2f2}.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d:hover{box-shadow:0 2px 0 #3253bc;top:3px}.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-xs{box-shadow:0 3px 0 #3253bc}.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-xs:focus,.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-xs:hover{box-shadow:0 2px 0 #3253bc;top:1px}.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-sm{box-shadow:0 4px 0 #3253bc}.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-sm:focus,.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-sm:hover{box-shadow:0 2px 0 #3253bc;top:2px}.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-lg{box-shadow:0 5px 0 #3253bc}.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-lg:focus,.vc_btn3.vc_btn3-color-blue.vc_btn3-style-3d.vc_btn3-size-lg:hover{box-shadow:0 2px 0 #3253bc;top:3px}.vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern{background-color:#5472d2;border-color:#5472d2;color:#fff}.vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern:focus,.vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern:hover{background-color:#3c5ecc;border-color:#3c5ecc;color:#f7f7f7}.vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern.active,.vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern:active{background-color:#3558c8;border-color:#3558c8;color:#f2f2f2}.vc_btn3.vc_btn3-color-turquoise,.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat{background-color:#00c1cf;color:#fff}.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat:focus,.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat:hover,.vc_btn3.vc_btn3-color-turquoise:focus,.vc_btn3.vc_btn3-color-turquoise:hover{background-color:#00a4b0;color:#f7f7f7}.vc_btn3.vc_btn3-color-turquoise.active,.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat.active,.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-flat:active,.vc_btn3.vc_btn3-color-turquoise:active{background-color:#009ba6;color:#f2f2f2}.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline{background-color:initial;border-color:#00c1cf;color:#00c1cf}.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline.active,.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline:active,.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline:focus,.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-outline:hover{background-color:#00c1cf;border-color:#00c1cf;color:#fff}.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d{background-color:#00c1cf;box-shadow:0 5px 0 #008d97;color:#fff}.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d:hover{background-color:#00c1cf;color:#f7f7f7}.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.active,.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d:active{background-color:#00c1cf;color:#f2f2f2}.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d:hover{box-shadow:0 2px 0 #008d97;top:3px}.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-xs{box-shadow:0 3px 0 #008d97}.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-xs:focus,.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-xs:hover{box-shadow:0 2px 0 #008d97;top:1px}.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-sm{box-shadow:0 4px 0 #008d97}.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-sm:focus,.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-sm:hover{box-shadow:0 2px 0 #008d97;top:2px}.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-lg{box-shadow:0 5px 0 #008d97}.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-lg:focus,.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-3d.vc_btn3-size-lg:hover{box-shadow:0 2px 0 #008d97;top:3px}.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern{background-color:#00c1cf;border-color:#00c1cf;color:#fff}.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern:focus,.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern:hover{background-color:#00a4b0;border-color:#00a4b0;color:#f7f7f7}.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern.active,.vc_btn3.vc_btn3-color-turquoise.vc_btn3-style-modern:active{background-color:#009ba6;border-color:#009ba6;color:#f2f2f2}.vc_btn3.vc_btn3-color-pink,.vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat{background-color:#fe6c61;color:#fff}.vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat:focus,.vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat:hover,.vc_btn3.vc_btn3-color-pink:focus,.vc_btn3.vc_btn3-color-pink:hover{background-color:#fe5043;color:#f7f7f7}.vc_btn3.vc_btn3-color-pink.active,.vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat.active,.vc_btn3.vc_btn3-color-pink.vc_btn3-style-flat:active,.vc_btn3.vc_btn3-color-pink:active{background-color:#fe4638;color:#f2f2f2}.vc_btn3.vc_btn3-color-pink.vc_btn3-style-outline{background-color:initial;border-color:#fe6c61;color:#fe6c61}.vc_btn3.vc_btn3-color-pink.vc_btn3-style-outline.active,.vc_btn3.vc_btn3-color-pink.vc_btn3-style-outline:active,.vc_btn3.vc_btn3-color-pink.vc_btn3-style-outline:focus,.vc_btn3.vc_btn3-color-pink.vc_btn3-style-outline:hover{background-color:#fe6c61;border-color:#fe6c61;color:#fff}.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d{background-color:#fe6c61;box-shadow:0 5px 0 #fe3829;color:#fff}.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d:hover{background-color:#fe6c61;color:#f7f7f7}.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.active,.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d:active{background-color:#fe6c61;color:#f2f2f2}.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d:hover{box-shadow:0 2px 0 #fe3829;top:3px}.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-xs{box-shadow:0 3px 0 #fe3829}.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-xs:focus,.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-xs:hover{box-shadow:0 2px 0 #fe3829;top:1px}.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-sm{box-shadow:0 4px 0 #fe3829}.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-sm:focus,.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-sm:hover{box-shadow:0 2px 0 #fe3829;top:2px}.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-lg{box-shadow:0 5px 0 #fe3829}.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-lg:focus,.vc_btn3.vc_btn3-color-pink.vc_btn3-style-3d.vc_btn3-size-lg:hover{box-shadow:0 2px 0 #fe3829;top:3px}.vc_btn3.vc_btn3-color-pink.vc_btn3-style-modern{background-color:#fe6c61;border-color:#fe6c61;color:#fff}.vc_btn3.vc_btn3-color-pink.vc_btn3-style-modern:focus,.vc_btn3.vc_btn3-color-pink.vc_btn3-style-modern:hover{background-color:#fe5043;border-color:#fe5043;color:#f7f7f7}.vc_btn3.vc_btn3-color-pink.vc_btn3-style-modern.active,.vc_btn3.vc_btn3-color-pink.vc_btn3-style-modern:active{background-color:#fe4638;border-color:#fe4638;color:#f2f2f2}.vc_btn3.vc_btn3-color-violet,.vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat{background-color:#8d6dc4;color:#fff}.vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat:focus,.vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat:hover,.vc_btn3.vc_btn3-color-violet:focus,.vc_btn3.vc_btn3-color-violet:hover{background-color:#7c57bb;color:#f7f7f7}.vc_btn3.vc_btn3-color-violet.active,.vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat.active,.vc_btn3.vc_btn3-color-violet.vc_btn3-style-flat:active,.vc_btn3.vc_btn3-color-violet:active{background-color:#7650b8;color:#f2f2f2}.vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline{background-color:initial;border-color:#8d6dc4;color:#8d6dc4}.vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline.active,.vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline:active,.vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline:focus,.vc_btn3.vc_btn3-color-violet.vc_btn3-style-outline:hover{background-color:#8d6dc4;border-color:#8d6dc4;color:#fff}.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d{background-color:#8d6dc4;box-shadow:0 5px 0 #6e48b1;color:#fff}.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d:hover{background-color:#8d6dc4;color:#f7f7f7}.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.active,.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d:active{background-color:#8d6dc4;color:#f2f2f2}.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d:hover{box-shadow:0 2px 0 #6e48b1;top:3px}.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-xs{box-shadow:0 3px 0 #6e48b1}.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-xs:focus,.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-xs:hover{box-shadow:0 2px 0 #6e48b1;top:1px}.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-sm{box-shadow:0 4px 0 #6e48b1}.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-sm:focus,.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-sm:hover{box-shadow:0 2px 0 #6e48b1;top:2px}.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-lg{box-shadow:0 5px 0 #6e48b1}.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-lg:focus,.vc_btn3.vc_btn3-color-violet.vc_btn3-style-3d.vc_btn3-size-lg:hover{box-shadow:0 2px 0 #6e48b1;top:3px}.vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern{background-color:#8d6dc4;border-color:#8d6dc4;color:#fff}.vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern:focus,.vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern:hover{background-color:#7c57bb;border-color:#7c57bb;color:#f7f7f7}.vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern.active,.vc_btn3.vc_btn3-color-violet.vc_btn3-style-modern:active{background-color:#7650b8;border-color:#7650b8;color:#f2f2f2}.vc_btn3.vc_btn3-color-peacoc,.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat{background-color:#4cadc9;color:#fff}.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat:focus,.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat:hover,.vc_btn3.vc_btn3-color-peacoc:focus,.vc_btn3.vc_btn3-color-peacoc:hover{background-color:#39a0bd;color:#f7f7f7}.vc_btn3.vc_btn3-color-peacoc.active,.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat.active,.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat:active,.vc_btn3.vc_btn3-color-peacoc:active{background-color:#3799b5;color:#f2f2f2}.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-outline{background-color:initial;border-color:#4cadc9;color:#4cadc9}.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-outline.active,.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-outline:active,.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-outline:focus,.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-outline:hover{background-color:#4cadc9;border-color:#4cadc9;color:#fff}.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d{background-color:#4cadc9;box-shadow:0 5px 0 #338faa;color:#fff}.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d:hover{background-color:#4cadc9;color:#f7f7f7}.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.active,.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d:active{background-color:#4cadc9;color:#f2f2f2}.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d:hover{box-shadow:0 2px 0 #338faa;top:3px}.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-xs{box-shadow:0 3px 0 #338faa}.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-xs:focus,.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-xs:hover{box-shadow:0 2px 0 #338faa;top:1px}.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-sm{box-shadow:0 4px 0 #338faa}.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-sm:focus,.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-sm:hover{box-shadow:0 2px 0 #338faa;top:2px}.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-lg{box-shadow:0 5px 0 #338faa}.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-lg:focus,.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-3d.vc_btn3-size-lg:hover{box-shadow:0 2px 0 #338faa;top:3px}.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-modern{background-color:#4cadc9;border-color:#4cadc9;color:#fff}.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-modern:focus,.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-modern:hover{background-color:#39a0bd;border-color:#39a0bd;color:#f7f7f7}.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-modern.active,.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-modern:active{background-color:#3799b5;border-color:#3799b5;color:#f2f2f2}.vc_btn3.vc_btn3-color-chino,.vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat{background-color:#cec2ab;color:#fff}.vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat:focus,.vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat:hover,.vc_btn3.vc_btn3-color-chino:focus,.vc_btn3.vc_btn3-color-chino:hover{background-color:#c3b498;color:#f7f7f7}.vc_btn3.vc_btn3-color-chino.active,.vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat.active,.vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat:active,.vc_btn3.vc_btn3-color-chino:active{background-color:#bfaf91;color:#f2f2f2}.vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline{background-color:initial;border-color:#cec2ab;color:#cec2ab}.vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline.active,.vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline:active,.vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline:focus,.vc_btn3.vc_btn3-color-chino.vc_btn3-style-outline:hover{background-color:#cec2ab;border-color:#cec2ab;color:#fff}.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d{background-color:#cec2ab;box-shadow:0 5px 0 #b9a888;color:#fff}.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d:hover{background-color:#cec2ab;color:#f7f7f7}.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.active,.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d:active{background-color:#cec2ab;color:#f2f2f2}.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d:hover{box-shadow:0 2px 0 #b9a888;top:3px}.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-xs{box-shadow:0 3px 0 #b9a888}.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-xs:focus,.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-xs:hover{box-shadow:0 2px 0 #b9a888;top:1px}.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-sm{box-shadow:0 4px 0 #b9a888}.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-sm:focus,.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-sm:hover{box-shadow:0 2px 0 #b9a888;top:2px}.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-lg{box-shadow:0 5px 0 #b9a888}.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-lg:focus,.vc_btn3.vc_btn3-color-chino.vc_btn3-style-3d.vc_btn3-size-lg:hover{box-shadow:0 2px 0 #b9a888;top:3px}.vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern{background-color:#cec2ab;border-color:#cec2ab;color:#fff}.vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern:focus,.vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern:hover{background-color:#c3b498;border-color:#c3b498;color:#f7f7f7}.vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern.active,.vc_btn3.vc_btn3-color-chino.vc_btn3-style-modern:active{background-color:#bfaf91;border-color:#bfaf91;color:#f2f2f2}.vc_btn3.vc_btn3-color-mulled-wine,.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat{background-color:#50485b;color:#fff}.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat:focus,.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat:hover,.vc_btn3.vc_btn3-color-mulled-wine:focus,.vc_btn3.vc_btn3-color-mulled-wine:hover{background-color:#413a4a;color:#f7f7f7}.vc_btn3.vc_btn3-color-mulled-wine.active,.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat.active,.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat:active,.vc_btn3.vc_btn3-color-mulled-wine:active{background-color:#3c3644;color:#f2f2f2}.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-outline{background-color:initial;border-color:#50485b;color:#50485b}.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-outline.active,.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-outline:active,.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-outline:focus,.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-outline:hover{background-color:#50485b;border-color:#50485b;color:#fff}.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d{background-color:#50485b;box-shadow:0 5px 0 #342f3c;color:#fff}.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d:hover{background-color:#50485b;color:#f7f7f7}.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.active,.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d:active{background-color:#50485b;color:#f2f2f2}.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d:hover{box-shadow:0 2px 0 #342f3c;top:3px}.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-xs{box-shadow:0 3px 0 #342f3c}.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-xs:focus,.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-xs:hover{box-shadow:0 2px 0 #342f3c;top:1px}.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-sm{box-shadow:0 4px 0 #342f3c}.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-sm:focus,.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-sm:hover{box-shadow:0 2px 0 #342f3c;top:2px}.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-lg{box-shadow:0 5px 0 #342f3c}.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-lg:focus,.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-3d.vc_btn3-size-lg:hover{box-shadow:0 2px 0 #342f3c;top:3px}.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern{background-color:#50485b;border-color:#50485b;color:#fff}.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern:focus,.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern:hover{background-color:#413a4a;border-color:#413a4a;color:#f7f7f7}.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern.active,.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-modern:active{background-color:#3c3644;border-color:#3c3644;color:#f2f2f2}.vc_btn3.vc_btn3-color-vista-blue,.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat{background-color:#75d69c;color:#fff}.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat:focus,.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat:hover,.vc_btn3.vc_btn3-color-vista-blue:focus,.vc_btn3.vc_btn3-color-vista-blue:hover{background-color:#5dcf8b;color:#f7f7f7}.vc_btn3.vc_btn3-color-vista-blue.active,.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat.active,.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-flat:active,.vc_btn3.vc_btn3-color-vista-blue:active{background-color:#56cd85;color:#f2f2f2}.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-outline{background-color:initial;border-color:#75d69c;color:#75d69c}.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-outline.active,.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-outline:active,.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-outline:focus,.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-outline:hover{background-color:#75d69c;border-color:#75d69c;color:#fff}.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d{background-color:#75d69c;box-shadow:0 5px 0 #4ac97d;color:#fff}.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d:hover{background-color:#75d69c;color:#f7f7f7}.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.active,.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d:active{background-color:#75d69c;color:#f2f2f2}.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d:hover{box-shadow:0 2px 0 #4ac97d;top:3px}.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-xs{box-shadow:0 3px 0 #4ac97d}.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-xs:focus,.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-xs:hover{box-shadow:0 2px 0 #4ac97d;top:1px}.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-sm{box-shadow:0 4px 0 #4ac97d}.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-sm:focus,.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-sm:hover{box-shadow:0 2px 0 #4ac97d;top:2px}.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-lg{box-shadow:0 5px 0 #4ac97d}.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-lg:focus,.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-3d.vc_btn3-size-lg:hover{box-shadow:0 2px 0 #4ac97d;top:3px}.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern{background-color:#75d69c;border-color:#75d69c;color:#fff}.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern:focus,.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern:hover{background-color:#5dcf8b;border-color:#5dcf8b;color:#f7f7f7}.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern.active,.vc_btn3.vc_btn3-color-vista-blue.vc_btn3-style-modern:active{background-color:#56cd85;border-color:#56cd85;color:#f2f2f2}.vc_btn3.vc_btn3-color-orange,.vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat{background-color:#f7be68;color:#fff}.vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat:focus,.vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat:hover,.vc_btn3.vc_btn3-color-orange:focus,.vc_btn3.vc_btn3-color-orange:hover{background-color:#f5b14b;color:#f7f7f7}.vc_btn3.vc_btn3-color-orange.active,.vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat.active,.vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat:active,.vc_btn3.vc_btn3-color-orange:active{background-color:#f5ad41;color:#f2f2f2}.vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline{background-color:initial;border-color:#f7be68;color:#f7be68}.vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline.active,.vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline:active,.vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline:focus,.vc_btn3.vc_btn3-color-orange.vc_btn3-style-outline:hover{background-color:#f7be68;border-color:#f7be68;color:#fff}.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d{background-color:#f7be68;box-shadow:0 5px 0 #f4a733;color:#fff}.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d:hover{background-color:#f7be68;color:#f7f7f7}.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.active,.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d:active{background-color:#f7be68;color:#f2f2f2}.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d:hover{box-shadow:0 2px 0 #f4a733;top:3px}.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-xs{box-shadow:0 3px 0 #f4a733}.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-xs:focus,.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-xs:hover{box-shadow:0 2px 0 #f4a733;top:1px}.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-sm{box-shadow:0 4px 0 #f4a733}.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-sm:focus,.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-sm:hover{box-shadow:0 2px 0 #f4a733;top:2px}.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-lg{box-shadow:0 5px 0 #f4a733}.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-lg:focus,.vc_btn3.vc_btn3-color-orange.vc_btn3-style-3d.vc_btn3-size-lg:hover{box-shadow:0 2px 0 #f4a733;top:3px}.vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern{background-color:#f7be68;border-color:#f7be68;color:#fff}.vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern:focus,.vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern:hover{background-color:#f5b14b;border-color:#f5b14b;color:#f7f7f7}.vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern.active,.vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern:active{background-color:#f5ad41;border-color:#f5ad41;color:#f2f2f2}.vc_btn3.vc_btn3-color-sky,.vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat{background-color:#5aa1e3;color:#fff}.vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat:focus,.vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat:hover,.vc_btn3.vc_btn3-color-sky:focus,.vc_btn3.vc_btn3-color-sky:hover{background-color:#4092df;color:#f7f7f7}.vc_btn3.vc_btn3-color-sky.active,.vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat.active,.vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat:active,.vc_btn3.vc_btn3-color-sky:active{background-color:#378ddd;color:#f2f2f2}.vc_btn3.vc_btn3-color-sky.vc_btn3-style-outline{background-color:initial;border-color:#5aa1e3;color:#5aa1e3}.vc_btn3.vc_btn3-color-sky.vc_btn3-style-outline.active,.vc_btn3.vc_btn3-color-sky.vc_btn3-style-outline:active,.vc_btn3.vc_btn3-color-sky.vc_btn3-style-outline:focus,.vc_btn3.vc_btn3-color-sky.vc_btn3-style-outline:hover{background-color:#5aa1e3;border-color:#5aa1e3;color:#fff}.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d{background-color:#5aa1e3;box-shadow:0 5px 0 #2a86db;color:#fff}.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d:hover{background-color:#5aa1e3;color:#f7f7f7}.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.active,.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d:active{background-color:#5aa1e3;color:#f2f2f2}.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d:hover{box-shadow:0 2px 0 #2a86db;top:3px}.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-xs{box-shadow:0 3px 0 #2a86db}.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-xs:focus,.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-xs:hover{box-shadow:0 2px 0 #2a86db;top:1px}.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-sm{box-shadow:0 4px 0 #2a86db}.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-sm:focus,.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-sm:hover{box-shadow:0 2px 0 #2a86db;top:2px}.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-lg{box-shadow:0 5px 0 #2a86db}.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-lg:focus,.vc_btn3.vc_btn3-color-sky.vc_btn3-style-3d.vc_btn3-size-lg:hover{box-shadow:0 2px 0 #2a86db;top:3px}.vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern{background-color:#5aa1e3;border-color:#5aa1e3;color:#fff}.vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern:focus,.vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern:hover{background-color:#4092df;border-color:#4092df;color:#f7f7f7}.vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern.active,.vc_btn3.vc_btn3-color-sky.vc_btn3-style-modern:active{background-color:#378ddd;border-color:#378ddd;color:#f2f2f2}.vc_btn3.vc_btn3-color-green,.vc_btn3.vc_btn3-color-green.vc_btn3-style-flat{background-color:#6dab3c;color:#fff}.vc_btn3.vc_btn3-color-green.vc_btn3-style-flat:focus,.vc_btn3.vc_btn3-color-green.vc_btn3-style-flat:hover,.vc_btn3.vc_btn3-color-green:focus,.vc_btn3.vc_btn3-color-green:hover{background-color:#5f9434;color:#f7f7f7}.vc_btn3.vc_btn3-color-green.active,.vc_btn3.vc_btn3-color-green.vc_btn3-style-flat.active,.vc_btn3.vc_btn3-color-green.vc_btn3-style-flat:active,.vc_btn3.vc_btn3-color-green:active{background-color:#5a8d31;color:#f2f2f2}.vc_btn3.vc_btn3-color-green.vc_btn3-style-outline{background-color:initial;border-color:#6dab3c;color:#6dab3c}.vc_btn3.vc_btn3-color-green.vc_btn3-style-outline.active,.vc_btn3.vc_btn3-color-green.vc_btn3-style-outline:active,.vc_btn3.vc_btn3-color-green.vc_btn3-style-outline:focus,.vc_btn3.vc_btn3-color-green.vc_btn3-style-outline:hover{background-color:#6dab3c;border-color:#6dab3c;color:#fff}.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d{background-color:#6dab3c;box-shadow:0 5px 0 #53812d;color:#fff}.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d:hover{background-color:#6dab3c;color:#f7f7f7}.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.active,.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d:active{background-color:#6dab3c;color:#f2f2f2}.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d:hover{box-shadow:0 2px 0 #53812d;top:3px}.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-xs{box-shadow:0 3px 0 #53812d}.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-xs:focus,.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-xs:hover{box-shadow:0 2px 0 #53812d;top:1px}.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-sm{box-shadow:0 4px 0 #53812d}.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-sm:focus,.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-sm:hover{box-shadow:0 2px 0 #53812d;top:2px}.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-lg{box-shadow:0 5px 0 #53812d}.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-lg:focus,.vc_btn3.vc_btn3-color-green.vc_btn3-style-3d.vc_btn3-size-lg:hover{box-shadow:0 2px 0 #53812d;top:3px}.vc_btn3.vc_btn3-color-green.vc_btn3-style-modern{background-color:#6dab3c;border-color:#6dab3c;color:#fff}.vc_btn3.vc_btn3-color-green.vc_btn3-style-modern:focus,.vc_btn3.vc_btn3-color-green.vc_btn3-style-modern:hover{background-color:#5f9434;border-color:#5f9434;color:#f7f7f7}.vc_btn3.vc_btn3-color-green.vc_btn3-style-modern.active,.vc_btn3.vc_btn3-color-green.vc_btn3-style-modern:active{background-color:#5a8d31;border-color:#5a8d31;color:#f2f2f2}.vc_btn3.vc_btn3-color-juicy-pink,.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat{background-color:#f4524d;color:#fff}.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:focus,.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover,.vc_btn3.vc_btn3-color-juicy-pink:focus,.vc_btn3.vc_btn3-color-juicy-pink:hover{background-color:#f23630;color:#f7f7f7}.vc_btn3.vc_btn3-color-juicy-pink.active,.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat.active,.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:active,.vc_btn3.vc_btn3-color-juicy-pink:active{background-color:#f22d27;color:#f2f2f2}.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline{background-color:initial;border-color:#f4524d;color:#f4524d}.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline.active,.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline:active,.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline:focus,.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-outline:hover{background-color:#f4524d;border-color:#f4524d;color:#fff}.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d{background-color:#f4524d;box-shadow:0 5px 0 #f11f18;color:#fff}.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d:hover{background-color:#f4524d;color:#f7f7f7}.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.active,.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d:active{background-color:#f4524d;color:#f2f2f2}.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d:hover{box-shadow:0 2px 0 #f11f18;top:3px}.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-xs{box-shadow:0 3px 0 #f11f18}.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-xs:focus,.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-xs:hover{box-shadow:0 2px 0 #f11f18;top:1px}.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-sm{box-shadow:0 4px 0 #f11f18}.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-sm:focus,.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-sm:hover{box-shadow:0 2px 0 #f11f18;top:2px}.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-lg{box-shadow:0 5px 0 #f11f18}.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-lg:focus,.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-3d.vc_btn3-size-lg:hover{box-shadow:0 2px 0 #f11f18;top:3px}.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern{background-color:#f4524d;border-color:#f4524d;color:#fff}.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern:focus,.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern:hover{background-color:#f23630;border-color:#f23630;color:#f7f7f7}.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern.active,.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern:active{background-color:#f22d27;border-color:#f22d27;color:#f2f2f2}.vc_btn3.vc_btn3-color-sandy-brown,.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat{background-color:#f79468;color:#fff}.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat:focus,.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat:hover,.vc_btn3.vc_btn3-color-sandy-brown:focus,.vc_btn3.vc_btn3-color-sandy-brown:hover{background-color:#f57f4b;color:#f7f7f7}.vc_btn3.vc_btn3-color-sandy-brown.active,.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat.active,.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat:active,.vc_btn3.vc_btn3-color-sandy-brown:active{background-color:#f57941;color:#f2f2f2}.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline{background-color:initial;border-color:#f79468;color:#f79468}.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline.active,.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline:active,.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline:focus,.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-outline:hover{background-color:#f79468;border-color:#f79468;color:#fff}.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d{background-color:#f79468;box-shadow:0 5px 0 #f46e33;color:#fff}.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d:hover{background-color:#f79468;color:#f7f7f7}.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.active,.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d:active{background-color:#f79468;color:#f2f2f2}.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d:hover{box-shadow:0 2px 0 #f46e33;top:3px}.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-xs{box-shadow:0 3px 0 #f46e33}.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-xs:focus,.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-xs:hover{box-shadow:0 2px 0 #f46e33;top:1px}.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-sm{box-shadow:0 4px 0 #f46e33}.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-sm:focus,.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-sm:hover{box-shadow:0 2px 0 #f46e33;top:2px}.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-lg{box-shadow:0 5px 0 #f46e33}.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-lg:focus,.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-3d.vc_btn3-size-lg:hover{box-shadow:0 2px 0 #f46e33;top:3px}.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-modern{background-color:#f79468;border-color:#f79468;color:#fff}.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-modern:focus,.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-modern:hover{background-color:#f57f4b;border-color:#f57f4b;color:#f7f7f7}.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-modern.active,.vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-modern:active{background-color:#f57941;border-color:#f57941;color:#f2f2f2}.vc_btn3.vc_btn3-color-purple,.vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat{background-color:#b97ebb;color:#fff}.vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat:focus,.vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat:hover,.vc_btn3.vc_btn3-color-purple:focus,.vc_btn3.vc_btn3-color-purple:hover{background-color:#ae6ab0;color:#f7f7f7}.vc_btn3.vc_btn3-color-purple.active,.vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat.active,.vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat:active,.vc_btn3.vc_btn3-color-purple:active{background-color:#ab63ad;color:#f2f2f2}.vc_btn3.vc_btn3-color-purple.vc_btn3-style-outline{background-color:initial;border-color:#b97ebb;color:#b97ebb}.vc_btn3.vc_btn3-color-purple.vc_btn3-style-outline.active,.vc_btn3.vc_btn3-color-purple.vc_btn3-style-outline:active,.vc_btn3.vc_btn3-color-purple.vc_btn3-style-outline:focus,.vc_btn3.vc_btn3-color-purple.vc_btn3-style-outline:hover{background-color:#b97ebb;border-color:#b97ebb;color:#fff}.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d{background-color:#b97ebb;box-shadow:0 5px 0 #a559a8;color:#fff}.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d:hover{background-color:#b97ebb;color:#f7f7f7}.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.active,.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d:active{background-color:#b97ebb;color:#f2f2f2}.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d:hover{box-shadow:0 2px 0 #a559a8;top:3px}.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-xs{box-shadow:0 3px 0 #a559a8}.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-xs:focus,.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-xs:hover{box-shadow:0 2px 0 #a559a8;top:1px}.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-sm{box-shadow:0 4px 0 #a559a8}.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-sm:focus,.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-sm:hover{box-shadow:0 2px 0 #a559a8;top:2px}.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-lg{box-shadow:0 5px 0 #a559a8}.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-lg:focus,.vc_btn3.vc_btn3-color-purple.vc_btn3-style-3d.vc_btn3-size-lg:hover{box-shadow:0 2px 0 #a559a8;top:3px}.vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern{background-color:#b97ebb;border-color:#b97ebb;color:#fff}.vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern:focus,.vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern:hover{background-color:#ae6ab0;border-color:#ae6ab0;color:#f7f7f7}.vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern.active,.vc_btn3.vc_btn3-color-purple.vc_btn3-style-modern:active{background-color:#ab63ad;border-color:#ab63ad;color:#f2f2f2}.vc_btn3.vc_btn3-color-black,.vc_btn3.vc_btn3-color-black.vc_btn3-style-flat{background-color:#2a2a2a;color:#fff}.vc_btn3.vc_btn3-color-black.vc_btn3-style-flat:focus,.vc_btn3.vc_btn3-color-black.vc_btn3-style-flat:hover,.vc_btn3.vc_btn3-color-black:focus,.vc_btn3.vc_btn3-color-black:hover{background-color:#1b1b1b;color:#f7f7f7}.vc_btn3.vc_btn3-color-black.active,.vc_btn3.vc_btn3-color-black.vc_btn3-style-flat.active,.vc_btn3.vc_btn3-color-black.vc_btn3-style-flat:active,.vc_btn3.vc_btn3-color-black:active{background-color:#161616;color:#f2f2f2}.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline{background-color:initial;border-color:#2a2a2a;color:#fff}.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline.active,.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:active,.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:focus,.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:hover{background-color:#2a2a2a;border-color:#2a2a2a;color:#fff}.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d{background-color:#2a2a2a;box-shadow:0 5px 0 #0e0e0e;color:#fff}.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:hover{background-color:#2a2a2a;color:#f7f7f7}.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.active,.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:active{background-color:#2a2a2a;color:#f2f2f2}.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d:hover{box-shadow:0 2px 0 #0e0e0e;top:3px}.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-xs{box-shadow:0 3px 0 #0e0e0e}.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-xs:focus,.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-xs:hover{box-shadow:0 2px 0 #0e0e0e;top:1px}.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-sm{box-shadow:0 4px 0 #0e0e0e}.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-sm:focus,.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-sm:hover{box-shadow:0 2px 0 #0e0e0e;top:2px}.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-lg{box-shadow:0 5px 0 #0e0e0e}.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-lg:focus,.vc_btn3.vc_btn3-color-black.vc_btn3-style-3d.vc_btn3-size-lg:hover{box-shadow:0 2px 0 #0e0e0e;top:3px}.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern{background-color:#2a2a2a;border-color:#2a2a2a;color:#fff}.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern:focus,.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern:hover{background-color:#1b1b1b;border-color:#1b1b1b;color:#f7f7f7}.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern.active,.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern:active{background-color:#161616;border-color:#161616;color:#f2f2f2}.vc_btn3.vc_btn3-color-grey,.vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat{background-color:#ebebeb;color:#666}.vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:focus,.vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover,.vc_btn3.vc_btn3-color-grey:focus,.vc_btn3.vc_btn3-color-grey:hover{background-color:#dcdcdc;color:#5e5e5e}.vc_btn3.vc_btn3-color-grey.active,.vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat.active,.vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:active,.vc_btn3.vc_btn3-color-grey:active{background-color:#d7d7d7;color:#595959}.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline{background-color:initial;border-color:#ebebeb;color:#666}.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline.active,.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:active,.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:focus,.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:hover{background-color:#ebebeb;border-color:#ebebeb;color:#666}.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d{background-color:#ebebeb;box-shadow:0 5px 0 #cfcfcf;color:#666}.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d:hover{background-color:#ebebeb;color:#5e5e5e}.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.active,.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d:active{background-color:#ebebeb;color:#595959}.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d:hover{box-shadow:0 2px 0 #cfcfcf;top:3px}.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-xs{box-shadow:0 3px 0 #cfcfcf}.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-xs:focus,.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-xs:hover{box-shadow:0 2px 0 #cfcfcf;top:1px}.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-sm{box-shadow:0 4px 0 #cfcfcf}.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-sm:focus,.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-sm:hover{box-shadow:0 2px 0 #cfcfcf;top:2px}.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-lg{box-shadow:0 5px 0 #cfcfcf}.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-lg:focus,.vc_btn3.vc_btn3-color-grey.vc_btn3-style-3d.vc_btn3-size-lg:hover{box-shadow:0 2px 0 #cfcfcf;top:3px}.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern{background-color:#ebebeb;border-color:#ebebeb;color:#666}.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus,.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover{background-color:#dcdcdc;border-color:#dcdcdc;color:#5e5e5e}.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.active,.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:active{background-color:#d7d7d7;border-color:#d7d7d7;color:#595959}.vc_btn3.vc_btn3-color-white,.vc_btn3.vc_btn3-color-white.vc_btn3-style-flat{background-color:#fff;color:#666}.vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:focus,.vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:hover,.vc_btn3.vc_btn3-color-white:focus,.vc_btn3.vc_btn3-color-white:hover{background-color:#f0f0f0;color:#5e5e5e}.vc_btn3.vc_btn3-color-white.active,.vc_btn3.vc_btn3-color-white.vc_btn3-style-flat.active,.vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:active,.vc_btn3.vc_btn3-color-white:active{background-color:#ebebeb;color:#595959}.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline{background-color:initial;border-color:#fff;color:#666}.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline.active,.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:active,.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:focus,.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:hover{background-color:#fff;border-color:#fff;color:#666}.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d{background-color:#fff;box-shadow:0 5px 0 #e3e3e3;color:#666}.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d:hover{background-color:#fff;color:#5e5e5e}.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.active,.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d:active{background-color:#fff;color:#595959}.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d:hover{box-shadow:0 2px 0 #e3e3e3;top:3px}.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-xs{box-shadow:0 3px 0 #e3e3e3}.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-xs:focus,.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-xs:hover{box-shadow:0 2px 0 #e3e3e3;top:1px}.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-sm{box-shadow:0 4px 0 #e3e3e3}.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-sm:focus,.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-sm:hover{box-shadow:0 2px 0 #e3e3e3;top:2px}.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-lg{box-shadow:0 5px 0 #e3e3e3}.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-lg:focus,.vc_btn3.vc_btn3-color-white.vc_btn3-style-3d.vc_btn3-size-lg:hover{box-shadow:0 2px 0 #e3e3e3;top:3px}.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern{background-color:#fff;border-color:#fff;color:#666}.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:focus,.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:hover{background-color:#f0f0f0;border-color:#f0f0f0;color:#5e5e5e}.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern.active,.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:active{background-color:#ebebeb;border-color:#ebebeb;color:#595959}.vc_btn3.vc_btn3-color-default,.vc_btn3.vc_btn3-color-default.vc_btn3-style-flat{background-color:#f7f7f7;color:#333}.vc_btn3.vc_btn3-color-default.vc_btn3-style-flat:focus,.vc_btn3.vc_btn3-color-default.vc_btn3-style-flat:hover,.vc_btn3.vc_btn3-color-default:focus,.vc_btn3.vc_btn3-color-default:hover{background-color:#e8e8e8;color:#2b2b2b}.vc_btn3.vc_btn3-color-default.active,.vc_btn3.vc_btn3-color-default.vc_btn3-style-flat.active,.vc_btn3.vc_btn3-color-default.vc_btn3-style-flat:active,.vc_btn3.vc_btn3-color-default:active{background-color:#e3e3e3;color:#262626}.vc_btn3.vc_btn3-color-default.vc_btn3-style-outline{background-color:initial;border-color:#f7f7f7;color:#f7f7f7}.vc_btn3.vc_btn3-color-default.vc_btn3-style-outline.active,.vc_btn3.vc_btn3-color-default.vc_btn3-style-outline:active,.vc_btn3.vc_btn3-color-default.vc_btn3-style-outline:focus,.vc_btn3.vc_btn3-color-default.vc_btn3-style-outline:hover{background-color:#f7f7f7;border-color:#f7f7f7;color:#333}.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d{background-color:#f7f7f7;box-shadow:0 5px 0 #dbdbdb;color:#333}.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d:hover{background-color:#f7f7f7;color:#2b2b2b}.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.active,.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d:active{background-color:#f7f7f7;color:#262626}.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d:hover{box-shadow:0 2px 0 #dbdbdb;top:3px}.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-xs{box-shadow:0 3px 0 #dbdbdb}.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-xs:focus,.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-xs:hover{box-shadow:0 2px 0 #dbdbdb;top:1px}.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-sm{box-shadow:0 4px 0 #dbdbdb}.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-sm:focus,.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-sm:hover{box-shadow:0 2px 0 #dbdbdb;top:2px}.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-lg{box-shadow:0 5px 0 #dbdbdb}.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-lg:focus,.vc_btn3.vc_btn3-color-default.vc_btn3-style-3d.vc_btn3-size-lg:hover{box-shadow:0 2px 0 #dbdbdb;top:3px}.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern{background-color:#f7f7f7;border-color:#f7f7f7;color:#333}.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:focus,.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:hover{background-color:#e8e8e8;border-color:#e8e8e8;color:#2b2b2b}.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern.active,.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:active{background-color:#e3e3e3;border-color:#e3e3e3;color:#262626}.vc_btn3.vc_btn3-color-primary,.vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat{background-color:#08c;color:#fff}.vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:focus,.vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:hover,.vc_btn3.vc_btn3-color-primary:focus,.vc_btn3.vc_btn3-color-primary:hover{background-color:#0074ad;color:#f7f7f7}.vc_btn3.vc_btn3-color-primary.active,.vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat.active,.vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:active,.vc_btn3.vc_btn3-color-primary:active{background-color:#006da3;color:#f2f2f2}.vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline{background-color:initial;border-color:#08c;color:#08c}.vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline.active,.vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline:active,.vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline:focus,.vc_btn3.vc_btn3-color-primary.vc_btn3-style-outline:hover{background-color:#08c;border-color:#08c;color:#fff}.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d{background-color:#08c;box-shadow:0 5px 0 #006394;color:#fff}.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d:hover{background-color:#08c;color:#f7f7f7}.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.active,.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d:active{background-color:#08c;color:#f2f2f2}.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d:hover{box-shadow:0 2px 0 #006394;top:3px}.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-xs{box-shadow:0 3px 0 #006394}.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-xs:focus,.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-xs:hover{box-shadow:0 2px 0 #006394;top:1px}.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-sm{box-shadow:0 4px 0 #006394}.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-sm:focus,.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-sm:hover{box-shadow:0 2px 0 #006394;top:2px}.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-lg{box-shadow:0 5px 0 #006394}.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-lg:focus,.vc_btn3.vc_btn3-color-primary.vc_btn3-style-3d.vc_btn3-size-lg:hover{box-shadow:0 2px 0 #006394;top:3px}.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern{background-color:#08c;border-color:#08c;color:#fff}.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern:focus,.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern:hover{background-color:#0074ad;border-color:#0074ad;color:#f7f7f7}.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern.active,.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern:active{background-color:#006da3;border-color:#006da3;color:#f2f2f2}.vc_btn3.vc_btn3-color-info,.vc_btn3.vc_btn3-color-info.vc_btn3-style-flat{background-color:#58b9da;color:#fff}.vc_btn3.vc_btn3-color-info.vc_btn3-style-flat:focus,.vc_btn3.vc_btn3-color-info.vc_btn3-style-flat:hover,.vc_btn3.vc_btn3-color-info:focus,.vc_btn3.vc_btn3-color-info:hover{background-color:#3fafd4;color:#f7f7f7}.vc_btn3.vc_btn3-color-info.active,.vc_btn3.vc_btn3-color-info.vc_btn3-style-flat.active,.vc_btn3.vc_btn3-color-info.vc_btn3-style-flat:active,.vc_btn3.vc_btn3-color-info:active{background-color:#37abd3;color:#f2f2f2}.vc_btn3.vc_btn3-color-info.vc_btn3-style-outline{background-color:initial;border-color:#58b9da;color:#58b9da}.vc_btn3.vc_btn3-color-info.vc_btn3-style-outline.active,.vc_btn3.vc_btn3-color-info.vc_btn3-style-outline:active,.vc_btn3.vc_btn3-color-info.vc_btn3-style-outline:focus,.vc_btn3.vc_btn3-color-info.vc_btn3-style-outline:hover{background-color:#58b9da;border-color:#58b9da;color:#fff}.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d{background-color:#58b9da;box-shadow:0 5px 0 #2da4cd;color:#fff}.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d:hover{background-color:#58b9da;color:#f7f7f7}.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.active,.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d:active{background-color:#58b9da;color:#f2f2f2}.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d:hover{box-shadow:0 2px 0 #2da4cd;top:3px}.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-xs{box-shadow:0 3px 0 #2da4cd}.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-xs:focus,.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-xs:hover{box-shadow:0 2px 0 #2da4cd;top:1px}.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-sm{box-shadow:0 4px 0 #2da4cd}.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-sm:focus,.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-sm:hover{box-shadow:0 2px 0 #2da4cd;top:2px}.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-lg{box-shadow:0 5px 0 #2da4cd}.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-lg:focus,.vc_btn3.vc_btn3-color-info.vc_btn3-style-3d.vc_btn3-size-lg:hover{box-shadow:0 2px 0 #2da4cd;top:3px}.vc_btn3.vc_btn3-color-info.vc_btn3-style-modern{background-color:#58b9da;border-color:#58b9da;color:#fff}.vc_btn3.vc_btn3-color-info.vc_btn3-style-modern:focus,.vc_btn3.vc_btn3-color-info.vc_btn3-style-modern:hover{background-color:#3fafd4;border-color:#3fafd4;color:#f7f7f7}.vc_btn3.vc_btn3-color-info.vc_btn3-style-modern.active,.vc_btn3.vc_btn3-color-info.vc_btn3-style-modern:active{background-color:#37abd3;border-color:#37abd3;color:#f2f2f2}.vc_btn3.vc_btn3-color-success,.vc_btn3.vc_btn3-color-success.vc_btn3-style-flat{background-color:#6ab165;color:#fff}.vc_btn3.vc_btn3-color-success.vc_btn3-style-flat:focus,.vc_btn3.vc_btn3-color-success.vc_btn3-style-flat:hover,.vc_btn3.vc_btn3-color-success:focus,.vc_btn3.vc_btn3-color-success:hover{background-color:#59a453;color:#f7f7f7}.vc_btn3.vc_btn3-color-success.active,.vc_btn3.vc_btn3-color-success.vc_btn3-style-flat.active,.vc_btn3.vc_btn3-color-success.vc_btn3-style-flat:active,.vc_btn3.vc_btn3-color-success:active{background-color:#559d50;color:#f2f2f2}.vc_btn3.vc_btn3-color-success.vc_btn3-style-outline{background-color:initial;border-color:#6ab165;color:#6ab165}.vc_btn3.vc_btn3-color-success.vc_btn3-style-outline.active,.vc_btn3.vc_btn3-color-success.vc_btn3-style-outline:active,.vc_btn3.vc_btn3-color-success.vc_btn3-style-outline:focus,.vc_btn3.vc_btn3-color-success.vc_btn3-style-outline:hover{background-color:#6ab165;border-color:#6ab165;color:#fff}.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d{background-color:#6ab165;box-shadow:0 5px 0 #4f934b;color:#fff}.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d:hover{background-color:#6ab165;color:#f7f7f7}.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.active,.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d:active{background-color:#6ab165;color:#f2f2f2}.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d:hover{box-shadow:0 2px 0 #4f934b;top:3px}.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-xs{box-shadow:0 3px 0 #4f934b}.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-xs:focus,.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-xs:hover{box-shadow:0 2px 0 #4f934b;top:1px}.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-sm{box-shadow:0 4px 0 #4f934b}.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-sm:focus,.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-sm:hover{box-shadow:0 2px 0 #4f934b;top:2px}.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-lg{box-shadow:0 5px 0 #4f934b}.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-lg:focus,.vc_btn3.vc_btn3-color-success.vc_btn3-style-3d.vc_btn3-size-lg:hover{box-shadow:0 2px 0 #4f934b;top:3px}.vc_btn3.vc_btn3-color-success.vc_btn3-style-modern{background-color:#6ab165;border-color:#6ab165;color:#fff}.vc_btn3.vc_btn3-color-success.vc_btn3-style-modern:focus,.vc_btn3.vc_btn3-color-success.vc_btn3-style-modern:hover{background-color:#59a453;border-color:#59a453;color:#f7f7f7}.vc_btn3.vc_btn3-color-success.vc_btn3-style-modern.active,.vc_btn3.vc_btn3-color-success.vc_btn3-style-modern:active{background-color:#559d50;border-color:#559d50;color:#f2f2f2}.vc_btn3.vc_btn3-color-warning,.vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat{background-color:#f90;color:#fff}.vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat:focus,.vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat:hover,.vc_btn3.vc_btn3-color-warning:focus,.vc_btn3.vc_btn3-color-warning:hover{background-color:#e08700;color:#f7f7f7}.vc_btn3.vc_btn3-color-warning.active,.vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat.active,.vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat:active,.vc_btn3.vc_btn3-color-warning:active{background-color:#d68100;color:#f2f2f2}.vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline{background-color:initial;border-color:#f90;color:#f90}.vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline.active,.vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:active,.vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:focus,.vc_btn3.vc_btn3-color-warning.vc_btn3-style-outline:hover{background-color:#f90;border-color:#f90;color:#fff}.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d{background-color:#f90;box-shadow:0 5px 0 #c77700;color:#fff}.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d:hover{background-color:#f90;color:#f7f7f7}.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.active,.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d:active{background-color:#f90;color:#f2f2f2}.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d:hover{box-shadow:0 2px 0 #c77700;top:3px}.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-xs{box-shadow:0 3px 0 #c77700}.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-xs:focus,.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-xs:hover{box-shadow:0 2px 0 #c77700;top:1px}.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-sm{box-shadow:0 4px 0 #c77700}.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-sm:focus,.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-sm:hover{box-shadow:0 2px 0 #c77700;top:2px}.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-lg{box-shadow:0 5px 0 #c77700}.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-lg:focus,.vc_btn3.vc_btn3-color-warning.vc_btn3-style-3d.vc_btn3-size-lg:hover{box-shadow:0 2px 0 #c77700;top:3px}.vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern{background-color:#f90;border-color:#f90;color:#fff}.vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern:focus,.vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern:hover{background-color:#e08700;border-color:#e08700;color:#f7f7f7}.vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern.active,.vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern:active{background-color:#d68100;border-color:#d68100;color:#f2f2f2}.vc_btn3.vc_btn3-color-danger,.vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat{background-color:#ff675b;color:#fff}.vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat:focus,.vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat:hover,.vc_btn3.vc_btn3-color-danger:focus,.vc_btn3.vc_btn3-color-danger:hover{background-color:#ff4b3c;color:#f7f7f7}.vc_btn3.vc_btn3-color-danger.active,.vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat.active,.vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat:active,.vc_btn3.vc_btn3-color-danger:active{background-color:#ff4132;color:#f2f2f2}.vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline{background-color:initial;border-color:#ff675b;color:#ff675b}.vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline.active,.vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline:active,.vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline:focus,.vc_btn3.vc_btn3-color-danger.vc_btn3-style-outline:hover{background-color:#ff675b;border-color:#ff675b;color:#fff}.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d{background-color:#ff675b;box-shadow:0 5px 0 #ff3323;color:#fff}.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d:hover{background-color:#ff675b;color:#f7f7f7}.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.active,.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d:active{background-color:#ff675b;color:#f2f2f2}.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d:hover{box-shadow:0 2px 0 #ff3323;top:3px}.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-xs{box-shadow:0 3px 0 #ff3323}.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-xs:focus,.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-xs:hover{box-shadow:0 2px 0 #ff3323;top:1px}.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-sm{box-shadow:0 4px 0 #ff3323}.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-sm:focus,.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-sm:hover{box-shadow:0 2px 0 #ff3323;top:2px}.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-lg{box-shadow:0 5px 0 #ff3323}.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-lg:focus,.vc_btn3.vc_btn3-color-danger.vc_btn3-style-3d.vc_btn3-size-lg:hover{box-shadow:0 2px 0 #ff3323;top:3px}.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern{background-color:#ff675b;border-color:#ff675b;color:#fff}.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:focus,.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:hover{background-color:#ff4b3c;border-color:#ff4b3c;color:#f7f7f7}.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern.active,.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:active{background-color:#ff4132;border-color:#ff4132;color:#f2f2f2}.vc_btn3.vc_btn3-color-inverse,.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat{background-color:#555;color:#fff}.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat:focus,.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat:hover,.vc_btn3.vc_btn3-color-inverse:focus,.vc_btn3.vc_btn3-color-inverse:hover{background-color:#464646;color:#f7f7f7}.vc_btn3.vc_btn3-color-inverse.active,.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat.active,.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-flat:active,.vc_btn3.vc_btn3-color-inverse:active{background-color:#414141;color:#f2f2f2}.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline{background-color:initial;border-color:#555;color:#555}.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline.active,.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline:active,.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline:focus,.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-outline:hover{background-color:#555;border-color:#555;color:#fff}.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d{background-color:#555;box-shadow:0 5px 0 #393939;color:#fff}.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d:hover{background-color:#555;color:#f7f7f7}.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.active,.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d:active{background-color:#555;color:#f2f2f2}.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d:focus,.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d:hover{box-shadow:0 2px 0 #393939;top:3px}.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-xs{box-shadow:0 3px 0 #393939}.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-xs:focus,.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-xs:hover{box-shadow:0 2px 0 #393939;top:1px}.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-sm{box-shadow:0 4px 0 #393939}.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-sm:focus,.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-sm:hover{box-shadow:0 2px 0 #393939;top:2px}.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-lg{box-shadow:0 5px 0 #393939}.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-lg:focus,.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-3d.vc_btn3-size-lg:hover{box-shadow:0 2px 0 #393939;top:3px}.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern{background-color:#555;border-color:#555;color:#fff}.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern:focus,.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern:hover{background-color:#464646;border-color:#464646;color:#f7f7f7}.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern.active,.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern:active{background-color:#414141;border-color:#414141;color:#f2f2f2}.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline{color:#2a2a2a}.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline{color:#ebebeb}.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline{color:#fff}.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern{background-image:linear-gradient(180deg,#00000003 0,#00000005);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#03000000",endColorstr="#05000000",GradientType=0)}.vc_btn3-container.vc_btn3-center{text-align:center}.vc_btn3-container.vc_btn3-left{text-align:left}.vc_btn3-container.vc_btn3-right{text-align:right}.vc_btn3-container.vc_btn3-center :is(.vc_btn3-block.vc_btn3-icon-left,.vc_btn3-block.vc_btn3-icon-right) .vc_btn3-icon{display:inline-block;min-width:1em;position:static;transform:translate(0)}.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon{margin-right:.5em}.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon{margin-left:.5em}.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-xs{font-size:11px;padding:8px 12px}.vc_btn3-container.vc_btn3-center :is(.vc_btn3-block.vc_btn3-size-xs.vc_btn3-style-outline,.vc_btn3-block.vc_btn3-size-xs.vc_btn3-style-outline-custom){padding:7px 11px}.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-sm{font-size:12px;padding:11px 16px}.vc_btn3-container.vc_btn3-center :is(.vc_btn3-block.vc_btn3-size-sm.vc_btn3-style-outline,.vc_btn3-block.vc_btn3-size-sm.vc_btn3-style-outline-custom){padding:10px 15px}.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md{font-size:14px;padding:14px 20px}.vc_btn3-container.vc_btn3-center :is(.vc_btn3-block.vc_btn3-size-md.vc_btn3-style-outline,.vc_btn3-block.vc_btn3-size-md.vc_btn3-style-outline-custom){padding:13px 19px}.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg{font-size:16px;padding:18px 25px}.vc_btn3-container.vc_btn3-center :is(.vc_btn3-block.vc_btn3-size-lg.vc_btn3-style-outline,.vc_btn3-block.vc_btn3-size-lg.vc_btn3-style-outline-custom){padding:17px 24px}.vc_btn3-container :is(.vc_btn3-block.vc_btn3-icon-left,.vc_btn3-block.vc_btn3-icon-right){text-align:inherit}.vc_custom_heading{overflow-wrap:break-word}.vc_custom_heading a,.vc_custom_heading a:focus,.vc_custom_heading a:hover,.vc_custom_heading a:visited{border:none;color:inherit;text-decoration:inherit}.vc_custom_heading a{opacity:1;transition:all .2s ease-in-out}.vc_custom_heading a:hover{opacity:.85}.wpb-pricing-table{word-wrap:break-word}.wpb-plan-title{margin:0 0 10px;text-align:center}.wpb-plan-description{margin:0;text-align:center}.wpb-price-container{color:#333;padding:15px 0;text-align:center}.wpb-currency{font-size:13px;position:relative;top:-20px}.wpb-price{font-size:52px;font-weight:700;margin:0 5px}.wpb-period{bottom:3px;font-size:13px;position:relative}.wpb-plan-features{margin:20px 0 0;padding:0}.wpb-plan-features li{list-style:none}.vc_call_to_action{background-color:#ebebeb;border:2px solid #ebebeb;border-radius:5px;padding:2em}.vc_call_to_action :last-child{margin-bottom:0}.vc_call_to_action.vc_cta_square{border-radius:0}.vc_call_to_action.vc_cta_square_outlined{background:none!important;border-radius:0}.vc_call_to_action.vc_cta_round{border-radius:50px}.vc_call_to_action.vc_cta_outlined{background:none!important}.vc_call_to_action hgroup :is(h2,h4){clear:none;margin:0}.vc_call_to_action hgroup+p{margin-top:1em}.vc_call_to_action.vc_cta_btn_pos_right .vc_cta_btn{float:right;margin-left:2em}.vc_call_to_action.vc_cta_btn_pos_left .vc_cta_btn{float:left;margin-right:2em}.wpb_call_to_action{background-color:#f7f7f7;border:1px solid #f0f0f0;box-sizing:border-box;padding:35px;position:relative}.wpb_call_to_action .wpb_button{box-sizing:border-box;margin:0}.cta_align_left .wpb_button{float:left}.cta_align_right .wpb_button{float:right}:is(.cta_align_left,.cta_align_right) .wpb_button{max-width:27.5%}:is(.cta_align_left,.cta_align_right) .wpb_call_text{clear:none;float:left;width:70%}.cta_align_left .wpb_call_text{float:right}#content .wpb_call_to_action .wpb_call_text,.wpb_call_to_action .wpb_call_text{margin:0;padding-top:0}.cta_align_bottom{text-align:center}.cta_align_bottom .wpb_button{display:inline-block;margin-top:21.73913043px;position:static}.cta_no_button .wpb_call_text{float:none;width:auto}@media (max-width:600px){.vc_responsive :is(.cta_align_left,.cta_align_right) .wpb_button{display:block;float:none;margin:3% auto;max-width:70%;width:70%}.vc_responsive :is(.cta_align_left,.cta_align_right) .wpb_call_text{max-width:none;text-align:center;width:auto}}.vc_cta3-container{margin-left:auto;margin-right:auto}.vc_cta3-container:after,.vc_cta3-container:before{content:" ";display:table}.vc_cta3-container.vc_cta3-size-xs{width:50%}.vc_cta3-container.vc_cta3-size-sm{width:60%}.vc_cta3-container.vc_cta3-size-md{width:70%}.vc_cta3-container.vc_cta3-size-lg{width:80%}.vc_cta3-container.vc_cta3-size-xl{width:90%}.vc_general.vc_cta3{border:1px solid #0000;font-size:1em;word-wrap:break-word}.vc_general.vc_cta3 .vc_cta3-content{vertical-align:top}.vc_general.vc_cta3 :is(.vc_cta3-content,.vc_cta3-icons)>:last-child{margin-bottom:0}.vc_general.vc_cta3 .vc_cta3-actions{vertical-align:middle;white-space:nowrap}@media (min-width:768px){.vc_general.vc_cta3 .vc_cta3-actions .vc_btn3-container{margin:0}}.vc_general.vc_cta3 .vc_cta3-icons{vertical-align:middle}.vc_general.vc_cta3 :is(h2,h4){margin-left:0;margin-right:0;margin-top:0}.vc_general.vc_cta3.vc_cta3-align-left .vc_cta3-content{text-align:left}.vc_general.vc_cta3.vc_cta3-align-right .vc_cta3-content{text-align:right}.vc_general.vc_cta3.vc_cta3-align-center .vc_cta3-content{text-align:center}.vc_general.vc_cta3.vc_cta3-align-justify .vc_cta3-content{text-align:justify}.vc_general.vc_cta3.vc_cta3-icons-top .vc_cta3_content-container{padding-top:1em}.vc_general.vc_cta3.vc_cta3-icons-top .vc_cta3-icons{text-align:center}.vc_general.vc_cta3.vc_cta3-icons-top .vc_cta3-icons .vc_icon_element{display:inline-block}.vc_general.vc_cta3.vc_cta3-icons-bottom .vc_cta3_content-container{padding-bottom:1em}.vc_general.vc_cta3.vc_cta3-icons-bottom .vc_cta3-icons{text-align:center}.vc_general.vc_cta3.vc_cta3-icons-bottom .vc_cta3-icons .vc_icon_element{display:inline-block}.vc_general.vc_cta3.vc_cta3-icons-left .vc_cta3-icons{display:table-cell}.vc_general.vc_cta3.vc_cta3-icons-left .vc_cta3_content-container{display:table-cell;padding-left:1em}.vc_general.vc_cta3.vc_cta3-icons-right .vc_cta3-icons{display:table-cell}.vc_general.vc_cta3.vc_cta3-icons-right .vc_cta3_content-container{display:table-cell;padding-right:1em}.vc_general.vc_cta3.vc_cta3-icons-on-border{position:relative}.vc_general.vc_cta3.vc_cta3-icons-on-border .vc_cta3-icons{position:absolute}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right .vc_cta3-icons{right:0;top:50%;transform:translate(50%,-50%)}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xs{margin-right:17px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xs .vc_cta3_content-container{padding-right:0}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xs.vc_cta3-icons-in-box .vc_cta3_content-container{padding-right:7px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-sm{margin-right:22px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-sm .vc_cta3_content-container{padding-right:7px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-sm.vc_cta3-icons-in-box .vc_cta3_content-container{padding-right:14px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-md{margin-right:28px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-md .vc_cta3_content-container{padding-right:14px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-md.vc_cta3-icons-in-box .vc_cta3_content-container{padding-right:21px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-lg{margin-right:35px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-lg .vc_cta3_content-container{padding-right:21px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-lg.vc_cta3-icons-in-box .vc_cta3_content-container{padding-right:28px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xl{margin-right:50px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xl .vc_cta3_content-container{padding-right:28px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-right.vc_cta3-icon-size-xl.vc_cta3-icons-in-box .vc_cta3_content-container{padding-right:35px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left .vc_cta3-icons{left:0;top:50%;transform:translate(-50%,-50%)}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xs{margin-left:17px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xs .vc_cta3_content-container{padding-left:0}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xs.vc_cta3-icons-in-box .vc_cta3_content-container{padding-left:7px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-sm{margin-left:22px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-sm .vc_cta3_content-container{padding-left:7px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-sm.vc_cta3-icons-in-box .vc_cta3_content-container{padding-left:14px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-md{margin-left:28px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-md .vc_cta3_content-container{padding-left:14px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-md.vc_cta3-icons-in-box .vc_cta3_content-container{padding-left:21px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-lg{margin-left:35px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-lg .vc_cta3_content-container{padding-left:21px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-lg.vc_cta3-icons-in-box .vc_cta3_content-container{padding-left:28px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xl{margin-left:50px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xl .vc_cta3_content-container{padding-left:28px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-left.vc_cta3-icon-size-xl.vc_cta3-icons-in-box .vc_cta3_content-container{padding-left:35px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top .vc_cta3-icons{left:50%;top:0;transform:translate(-50%,-50%)}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xs{margin-top:17px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xs .vc_cta3_content-container{padding-top:0}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xs.vc_cta3-icons-in-box .vc_cta3_content-container{padding-top:7px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-sm{margin-top:22px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-sm .vc_cta3_content-container{padding-top:7px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-sm.vc_cta3-icons-in-box .vc_cta3_content-container{padding-top:14px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-md{margin-top:28px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-md .vc_cta3_content-container{padding-top:14px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-md.vc_cta3-icons-in-box .vc_cta3_content-container{padding-top:21px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-lg{margin-top:35px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-lg .vc_cta3_content-container{padding-top:21px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-lg.vc_cta3-icons-in-box .vc_cta3_content-container{padding-top:28px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xl{margin-top:50px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xl .vc_cta3_content-container{padding-top:28px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xl.vc_cta3-icons-in-box .vc_cta3_content-container{padding-top:35px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom .vc_cta3-icons{bottom:0;left:50%;transform:translate(-50%,50%)}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xs{margin-bottom:17px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xs .vc_cta3_content-container{padding-bottom:0}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xs.vc_cta3-icons-in-box .vc_cta3_content-container{padding-bottom:7px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-sm{margin-bottom:22px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-sm .vc_cta3_content-container{padding-bottom:7px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-sm.vc_cta3-icons-in-box .vc_cta3_content-container{padding-bottom:14px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-md{margin-bottom:28px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-md .vc_cta3_content-container{padding-bottom:14px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-md.vc_cta3-icons-in-box .vc_cta3_content-container{padding-bottom:21px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-lg{margin-bottom:35px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-lg .vc_cta3_content-container{padding-bottom:21px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-lg.vc_cta3-icons-in-box .vc_cta3_content-container{padding-bottom:28px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xl{margin-bottom:50px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xl .vc_cta3_content-container{padding-bottom:28px}.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-bottom.vc_cta3-icon-size-xl.vc_cta3-icons-in-box .vc_cta3_content-container{padding-bottom:35px}.vc_general.vc_cta3.vc_cta3-actions-top .vc_cta3-content{margin-top:1em}.vc_general.vc_cta3.vc_cta3-actions-bottom .vc_cta3-content{margin-bottom:1em}@media (min-width:768px){.vc_general.vc_cta3.vc_cta3-actions-left .vc_cta3-actions{display:table-cell;max-width:30%}.vc_general.vc_cta3.vc_cta3-actions-left .vc_cta3-content{display:table-cell;padding-left:28px}.vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-actions{display:table-cell;max-width:30%}.vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-content{display:table-cell;padding-right:28px;width:100%}}.vc_general.vc_cta3.vc_cta3-style-classic{background-color:#f7f7f7;border-color:#f0f0f0}.vc_general.vc_cta3.vc_cta3-style-classic:not(.vc_cta3-color-classic) .vc_cta3-content-header :is(h2,h4),.vc_general.vc_cta3.vc_cta3-style-flat .vc_cta3-content-header :is(h2,h4){color:inherit}.vc_general.vc_cta3.vc_cta3-style-outline{border-width:3px}.vc_general.vc_cta3.vc_cta3-style-3d .vc_cta3-content-header :is(h2,h4),.vc_general.vc_cta3.vc_cta3-style-outline:not(.vc_cta3-color-classic) .vc_cta3-content-header :is(h2,h4){color:inherit}.vc_general.vc_cta3.vc_cta3-style-custom{background-color:#f7f7f7;border-color:#f0f0f0}.vc_general.vc_cta3.vc_cta3-shape-square{border-radius:0}.vc_general.vc_cta3.vc_cta3-shape-rounded{border-radius:5px}.vc_general.vc_cta3.vc_cta3-shape-round{border-radius:4em}.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-classic .vc_cta3-content-header{color:#5472d2}.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-flat{background-color:#5472d2;border-color:#0000;color:#c9d2f0}.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-flat .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-3d{background-color:#5472d2;border-color:#0000;box-shadow:0 5px 0 #3253bc;color:#c9d2f0}.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-3d .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-outline{background-color:initial;border-color:#5472d2}.vc_general.vc_cta3.vc_cta3-color-blue.vc_cta3-style-outline .vc_cta3-content-header{color:#5472d2}.vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-classic .vc_cta3-content-header{color:#00c1cf}.vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-flat{background-color:#00c1cf;border-color:#0000;color:#d3f5f1}.vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-flat .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-3d{background-color:#00c1cf;border-color:#0000;box-shadow:0 5px 0 #008d97;color:#d3f5f1}.vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-3d .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-outline{background-color:initial;border-color:#00c1cf}.vc_general.vc_cta3.vc_cta3-color-turquoise.vc_cta3-style-outline .vc_cta3-content-header{color:#00c1cf}.vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-classic .vc_cta3-content-header{color:#fe6c61}.vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-flat{background-color:#fe6c61;border-color:#0000;color:#fcdbd7}.vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-flat .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-3d{background-color:#fe6c61;border-color:#0000;box-shadow:0 5px 0 #fe3829;color:#fcdbd7}.vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-3d .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-outline{background-color:initial;border-color:#fe6c61}.vc_general.vc_cta3.vc_cta3-color-pink.vc_cta3-style-outline .vc_cta3-content-header{color:#fe6c61}.vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-classic .vc_cta3-content-header{color:#8d6dc4}.vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-flat{background-color:#8d6dc4;border-color:#0000;color:#e1d5f5}.vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-flat .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-3d{background-color:#8d6dc4;border-color:#0000;box-shadow:0 5px 0 #6e48b1;color:#e1d5f5}.vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-3d .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-outline{background-color:initial;border-color:#8d6dc4}.vc_general.vc_cta3.vc_cta3-color-violet.vc_cta3-style-outline .vc_cta3-content-header{color:#8d6dc4}.vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-classic .vc_cta3-content-header{color:#4cadc9}.vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-flat{background-color:#4cadc9;border-color:#0000;color:#d0edf5}.vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-flat .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-3d{background-color:#4cadc9;border-color:#0000;box-shadow:0 5px 0 #338faa;color:#d0edf5}.vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-3d .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-outline{background-color:initial;border-color:#4cadc9}.vc_general.vc_cta3.vc_cta3-color-peacoc.vc_cta3-style-outline .vc_cta3-content-header{color:#4cadc9}.vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-classic .vc_cta3-content-header{color:#cec2ab}.vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-flat{background-color:#cec2ab;border-color:#0000;color:#f7f3eb}.vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-flat .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-3d{background-color:#cec2ab;border-color:#0000;box-shadow:0 5px 0 #b9a888;color:#f7f3eb}.vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-3d .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-outline{background-color:initial;border-color:#cec2ab}.vc_general.vc_cta3.vc_cta3-color-chino.vc_cta3-style-outline .vc_cta3-content-header{color:#cec2ab}.vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-classic .vc_cta3-content-header{color:#50485b}.vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-flat{background-color:#50485b;border-color:#0000;color:#e2ddeb}.vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-flat .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-3d{background-color:#50485b;border-color:#0000;box-shadow:0 5px 0 #342f3c;color:#e2ddeb}.vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-3d .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-outline{background-color:initial;border-color:#50485b}.vc_general.vc_cta3.vc_cta3-color-mulled-wine.vc_cta3-style-outline .vc_cta3-content-header{color:#50485b}.vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-classic .vc_cta3-content-header{color:#75d69c}.vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-flat{background-color:#75d69c;border-color:#0000;color:#e1f5e9}.vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-flat .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-3d{background-color:#75d69c;border-color:#0000;box-shadow:0 5px 0 #4ac97d;color:#e1f5e9}.vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-3d .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-outline{background-color:initial;border-color:#75d69c}.vc_general.vc_cta3.vc_cta3-color-vista-blue.vc_cta3-style-outline .vc_cta3-content-header{color:#75d69c}.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-classic .vc_cta3-content-header{color:#f7be68}.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-flat{background-color:#f7be68;border-color:#0000;color:#faf0e1}.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-flat .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-3d{background-color:#f7be68;border-color:#0000;box-shadow:0 5px 0 #f4a733;color:#faf0e1}.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-3d .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-outline{background-color:initial;border-color:#f7be68}.vc_general.vc_cta3.vc_cta3-color-orange.vc_cta3-style-outline .vc_cta3-content-header{color:#f7be68}.vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-classic .vc_cta3-content-header{color:#5aa1e3}.vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-flat{background-color:#5aa1e3;border-color:#0000;color:#dce9f5}.vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-flat .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-3d{background-color:#5aa1e3;border-color:#0000;box-shadow:0 5px 0 #2a86db;color:#dce9f5}.vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-3d .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-outline{background-color:initial;border-color:#5aa1e3}.vc_general.vc_cta3.vc_cta3-color-sky.vc_cta3-style-outline .vc_cta3-content-header{color:#5aa1e3}.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-classic .vc_cta3-content-header{color:#6dab3c}.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-flat{background-color:#6dab3c;border-color:#0000;color:#e5f2da}.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-flat .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-3d{background-color:#6dab3c;border-color:#0000;box-shadow:0 5px 0 #53812d;color:#e5f2da}.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-3d .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-outline{background-color:initial;border-color:#6dab3c}.vc_general.vc_cta3.vc_cta3-color-green.vc_cta3-style-outline .vc_cta3-content-header{color:#6dab3c}.vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-classic .vc_cta3-content-header{color:#f4524d}.vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-flat{background-color:#f4524d;border-color:#0000;color:#fce2e1}.vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-flat .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-3d{background-color:#f4524d;border-color:#0000;box-shadow:0 5px 0 #f11f18;color:#fce2e1}.vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-3d .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-outline{background-color:initial;border-color:#f4524d}.vc_general.vc_cta3.vc_cta3-color-juicy-pink.vc_cta3-style-outline .vc_cta3-content-header{color:#f4524d}.vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-classic .vc_cta3-content-header{color:#f79468}.vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-flat{background-color:#f79468;border-color:#0000;color:#f7e1d7}.vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-flat .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-3d{background-color:#f79468;border-color:#0000;box-shadow:0 5px 0 #f46e33;color:#f7e1d7}.vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-3d .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-outline{background-color:initial;border-color:#f79468}.vc_general.vc_cta3.vc_cta3-color-sandy-brown.vc_cta3-style-outline .vc_cta3-content-header{color:#f79468}.vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-classic .vc_cta3-content-header{color:#b97ebb}.vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-flat{background-color:#b97ebb;border-color:#0000;color:#f4dff5}.vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-flat .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-3d{background-color:#b97ebb;border-color:#0000;box-shadow:0 5px 0 #a559a8;color:#f4dff5}.vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-3d .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-outline{background-color:initial;border-color:#b97ebb}.vc_general.vc_cta3.vc_cta3-color-purple.vc_cta3-style-outline .vc_cta3-content-header{color:#b97ebb}.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-classic .vc_cta3-content-header{color:#2a2a2a}.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-flat{background-color:#2a2a2a;border-color:#0000;color:#d9d9d9}.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-flat .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-3d{background-color:#2a2a2a;border-color:#0000;box-shadow:0 5px 0 #0e0e0e;color:#d9d9d9}.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-3d .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-outline{background-color:initial;border-color:#2a2a2a}.vc_general.vc_cta3.vc_cta3-color-black.vc_cta3-style-outline .vc_cta3-content-header{color:#2a2a2a}.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-classic .vc_cta3-content-header{color:#ebebeb}.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-flat{background-color:#ebebeb;border-color:#0000;color:#9d9d9e}.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-flat .vc_cta3-content-header{color:#666}.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-3d{background-color:#ebebeb;border-color:#0000;box-shadow:0 5px 0 #cfcfcf;color:#9d9d9e}.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-3d .vc_cta3-content-header{color:#666}.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-outline{background-color:initial;border-color:#ebebeb}.vc_general.vc_cta3.vc_cta3-color-grey.vc_cta3-style-outline .vc_cta3-content-header{color:#ebebeb}.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-classic .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-flat{background-color:#fff;border-color:#0000;color:#9d9d9e}.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-flat .vc_cta3-content-header{color:#666}.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-3d{background-color:#fff;border-color:#0000;box-shadow:0 5px 0 #e3e3e3;color:#9d9d9e}.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-3d .vc_cta3-content-header{color:#666}.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-outline{background-color:initial;border-color:#fff}.vc_general.vc_cta3.vc_cta3-color-white.vc_cta3-style-outline .vc_cta3-content-header{color:#fff}.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-flat{background-color:#f0f0f0;border-color:#0000;color:#9d9d9e}.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-flat .vc_cta3-content-header{color:#666}.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-3d{background-color:#f0f0f0;border-color:#0000;box-shadow:0 5px 0 #d4d4d4;color:#9d9d9e}.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-3d .vc_cta3-content-header{color:#666}.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-outline{background-color:initial;border-color:#f0f0f0}.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-outline .vc_cta3-content-header{color:#f0f0f0}.vc_cta3.vc_cta3-icon-size-xs .vc_icon_element .vc_icon_element-inner{height:1em;width:1em}.vc_cta3.vc_cta3-icon-size-sm .vc_icon_element .vc_icon_element-inner{height:2em;width:2em}.vc_cta3.vc_cta3-icon-size-md .vc_icon_element .vc_icon_element-inner{height:3em;width:3em}.vc_cta3.vc_cta3-icon-size-lg .vc_icon_element .vc_icon_element-inner{height:4em;width:4em}.vc_cta3.vc_cta3-icon-size-xl .vc_icon_element .vc_icon_element-inner{height:5em;width:5em}.wpb_gmaps_widget .wpb_wrapper{background-color:#f7f7f7;padding:5px}.wpb_gmaps_widget .wpb_map_wraper iframe{border:none;display:block;margin-bottom:0;padding:0;width:100%}.wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper{height:0;padding-bottom:56.25%;position:relative}.wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper iframe{height:100%;left:0;position:absolute;top:0}.wpb_accordion_section .wpb_accordion_header a:focus,.wpb_content_element .wpb_tabs_nav li a:focus,.wpb_tour_next_prev_nav a:focus{outline:none}.wpb_content_element :is(.wpb_tabs_nav,.wpb_tour_tabs_wrapper){padding:0}.wpb_content_element .wpb_tabs_nav{margin:0;padding-left:0!important;text-indent:inherit!important}#content .wpb_content_element .wpb_tabs_nav{margin:0}.wpb_content_element .wpb_tabs_nav li{background-color:#fff;background-image:none;list-style:none!important;padding:0;white-space:nowrap}.wpb_content_element .wpb_tabs_nav li:after,.wpb_content_element .wpb_tabs_nav li:before{display:none!important}.wpb_content_element .wpb_tabs_nav :is(li.ui-tabs-active,li:hover){background-color:#f7f7f7}.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a{cursor:default}.wpb_content_element .wpb_tour_tabs_wrapper .wpb_ui-tabs-hide{display:none}.wpb_content_element .wpb_accordion_header a,.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a{border-bottom:none;display:block;padding:.5em 1em;text-decoration:none}.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab{background-color:#f7f7f7}.wpb_content_element :is(.wpb_accordion_wrapper .wpb_accordion_content,.wpb_tour_tabs_wrapper .wpb_tab){padding:1em}.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content .wpb_row:last-child>div>div.wpb_wrapper .wpb_content_element:last-child,.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content>.wpb_content_element:last-child,.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab .wpb_row:last-child>div>div.wpb_wrapper .wpb_content_element:last-child,.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab>.wpb_content_element:last-child{margin-bottom:0}.wpb_tabs .wpb_tabs_nav li{float:left;margin:0 1px 0 0}.wpb_tour .wpb_tabs_nav{float:left;width:31.66666667%}.wpb_tour .wpb_tabs_nav li{clear:left;margin:0 0 1px;width:100%}.wpb_tour .wpb_tabs_nav a{width:100%}.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab{border:none;box-sizing:border-box;float:left;padding:0 0 0 21.73913043px;width:68.33333333%}.wpb_tour_next_prev_nav{font-size:80%;margin-left:31.66666667%;padding-left:21.73913043px}.wpb_tour_next_prev_nav a{border-bottom:1px dotted;text-decoration:none}.wpb_tour_next_prev_nav a:hover{border-bottom:none;text-decoration:none}.wpb_tour_next_prev_nav span{display:inline-block;float:left;padding-top:1em;width:48%}.wpb_tour_next_prev_nav span.wpb_next_slide{float:right;text-align:right}.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header{font-family:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0 0 1px;padding-top:0;position:relative;text-transform:none}.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a{padding-left:1em}.wpb_accordion .wpb_accordion_wrapper :is(.ui-state-active,.ui-state-default) .ui-icon{background-image:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/toggle_open.png);background-repeat:no-repeat;display:block;height:16px;position:absolute;right:.7em;top:.7em;width:16px}.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon{background-image:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/toggle_close.png)}@media (max-width:480px){.vc_responsive .wpb_tour .wpb_tab,.vc_responsive .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav,.vc_responsive .wpb_tour_next_prev_nav{float:none;margin-left:0;width:100%}.vc_responsive .wpb_tour_next_prev_nav{padding:0 1em;width:auto}.vc_responsive #content .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav{margin-bottom:1em}.vc_responsive .wpb_tour .wpb_tab{padding-left:1em;padding-right:1em}}.wpb_column .wpb_wrapper .wpb_teaser_grid{float:none}body ul.wpb_thumbnails-fluid li{background-image:none;list-style:none!important;margin-left:0;padding:0}body ul.wpb_thumbnails-fluid li:after,body ul.wpb_thumbnails-fluid li:before{display:none!important}body ul.wpb_thumbnails-fluid li .entry-content :last-child{margin-bottom:0}.wpb_row :is(.wpb_filtered_grid,.wpb_grid) ul.wpb_thumbnails-fluid{overflow:visible!important;padding:0}.wpb_teaser_grid .entry-content{margin:0;padding:0;width:100%}.grid_layout-thumbnail .post-thumb{margin-bottom:0}.grid_layout-thumbnail .post-thumb img{max-width:100%}.wpb_carousel .wpb_wrapper{position:relative}.wpb_carousel :is(.next,.prev){background-color:#f7f7f7;font-size:12px;padding:0 6px;position:absolute;text-decoration:none;top:3px;transition:all .2s linear;transition:all .15s ease;z-index:10}.wpb_carousel :is(.next:hover,.prev:hover){background-color:#f0f0f0}.wpb_carousel :is(.next:focus,.prev:focus){outline:none;text-decoration:none}.wpb_carousel .prev{right:30px}.wpb_carousel .next{right:0}.wpb_carousel .wpb_thumbnails-fluid{width:100%}.wpb_carousel .wpb_thumbnails-fluid>[class*=vc_span]{height:auto!important}.wpb_categories_filter,.wpb_teaser_grid .categories_filter{list-style:none;list-style-type:none;margin:0 0 10px;padding:0}.wpb_categories_filter li,.wpb_teaser_grid .categories_filter li{background-image:none;display:block;float:left;list-style:none!important;margin:0 10px 10px 0}.wpb_categories_filter li:after,.wpb_categories_filter li:before,.wpb_teaser_grid .categories_filter li:after,.wpb_teaser_grid .categories_filter li:before{display:none!important}.wpb_categories_filter li a,.wpb_teaser_grid .categories_filter li a{border:none;text-decoration:none}.wpb_categories_filter li a:hover,.wpb_categories_filter li.active a,.wpb_teaser_grid .categories_filter li a:hover,.wpb_teaser_grid .categories_filter li.active a{border-bottom:1px dotted}@media (max-width:480px){.vc_responsive .wpb_row ul.wpb_thumbnails-fluid{margin-left:0;width:auto}.vc_responsive .wpb_row .wpb_teaser_grid ul.wpb_thumbnails-fluid [class*=vc_col-]{display:block;float:none;margin-left:0;margin-right:0;width:100%}}.wpb_image_grid .wpb_image_grid_ul{margin:0;padding:0}.wpb_image_grid .wpb_image_grid_ul>li{background-image:none;list-style:none!important}.wpb_image_grid .wpb_image_grid_ul>li:after,.wpb_image_grid .wpb_image_grid_ul>li:before{display:none!important}.wpb_image_grid .wpb_image_grid_ul .isotope-item{float:left;list-style:none;margin:0 1px 1px 0;max-width:100%}.wpb_image_grid .wpb_image_grid_ul a{display:block}.wpb_image_grid .wpb_image_grid_ul img{display:block;height:auto;max-width:100%}.wpb_gallery .theme-default .nivoSlider{margin-bottom:0}.wpb_gallery .theme-default .nivoSlider img{height:auto}.wpb_gallery .theme-default .nivo-controlNav{padding:10px 0 3px}.wpb_gallery .wpb_flexslider .flex-control-nav{bottom:auto;margin-top:15px;top:100%}.wpb_gallery .wpb_flexslider .flex-caption{cursor:default}.wpb_gallery .wpb_flexslider .flex-direction-nav a{border:none;box-shadow:none}.wpb_gallery .wpb_flexslider .flex-direction-nav a:hover{box-shadow:none}.wpb_gallery .wpb_flexslider .flex-direction-nav a:before{line-height:1}.wpb_gallery .wpb_flexslider .flex-control-paging{z-index:10}#content .wpb_gallery_slides ul.flex-direction-nav,#content .wpb_gallery_slides ul.slides,.content .wpb_gallery_slides ul.flex-direction-nav,.content .wpb_gallery_slides ul.slides,.wpb_content_element .wpb_gallery_slides ul li,.wpb_gallery_slides ul.flex-direction-nav,.wpb_gallery_slides ul.slides,body .wpb_gallery_slides ul li{background-image:none;list-style:none;margin:0;padding:0}.flickr_badge_image{background:none;float:left;height:72px;margin:0 10px 10px 0;padding:0;width:72px}.flickr_badge_image a{border:none}.flickr_badge_image img{height:100%;margin:0;max-height:100%;max-width:100%;object-fit:cover;overflow:hidden;position:relative;width:100%}.wpb_flickr_widget p.flickr_stream_wrap{clear:both;font-size:80%;margin-bottom:0}.wpb_flickr_widget p.flickr_stream_wrap a{background-image:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/flickr.png);background-position:0;background-repeat:no-repeat;display:inline-block;padding-left:25px}.wpb_video_widget .wpb_video_wrapper{padding-top:56.25%;position:relative;width:100%}.wpb_video_widget .wpb_video_wrapper>div{padding-top:0!important;position:static}.wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper{padding-top:56.25%}.wpb_video_widget.vc_video-aspect-ratio-43 .wpb_video_wrapper{padding-top:75%}.wpb_video_widget.vc_video-aspect-ratio-235 .wpb_video_wrapper{padding-top:42.55319149%}.wpb_video_widget.vc_video-aspect-ratio-916 .wpb_video_wrapper{padding-top:177.77777778%}.wpb_video_widget.vc_video-aspect-ratio-34 .wpb_video_wrapper{padding-top:133.33333333%}.wpb_video_widget.vc_video-aspect-ratio-1235 .wpb_video_wrapper{padding-top:235%}.wpb_video_widget.vc_video-align-left .wpb_wrapper{float:left}.wpb_video_widget.vc_video-align-center .wpb_wrapper{margin:0 auto}.wpb_video_widget.vc_video-align-right .wpb_wrapper{float:right}.wpb_video_widget .wpb_wrapper{position:relative}.wpb_video_widget .wpb_wrapper iframe{box-sizing:border-box;display:block;height:100%;left:0;margin:0;position:absolute;top:0;width:100%}.wpb_video_wrapper .fluid-width-video-wrapper{padding-top:0!important;position:static}.wpb_posts_slider :is(.flex-caption,.nivo-caption){background-color:#f7f7f7;color:inherit;filter:alpha(opacity=100);opacity:1;padding:10px 15px;position:static}.wpb_posts_slider .wpb_gallery_slides>ul>li{background-image:none;list-style:none!important}.wpb_posts_slider .wpb_gallery_slides>ul>li:after,.wpb_posts_slider .wpb_gallery_slides>ul>li:before{display:none!important}.vc_progress_bar .vc_single_bar{background:#f7f7f7;border-radius:3px;box-shadow:inset 0 1px 2px #0000001a;margin-bottom:11.66666667px;position:relative}.vc_progress_bar .vc_single_bar:last-child{margin-bottom:0}.vc_progress_bar .vc_single_bar .vc_label{display:block;padding:.5em 1em;position:relative;z-index:1}.vc_progress_bar .vc_single_bar .vc_bar{background-color:#e0e0e0;border-radius:3px;display:block;height:100%;left:0;position:absolute;top:0;transition:width 1s linear;-moz-transition:width 1s linear;-webkit-transition:width 1s linear;-o-transition:width 1s linear;width:0}.vc_progress_bar .vc_single_bar .vc_bar.striped{background-image:linear-gradient(45deg,#ffffff26 25%,#0000 0,#0000 50%,#ffffff26 0,#ffffff26 75%,#0000 0,#0000);background-size:40px 40px}.vc_progress_bar .vc_single_bar .vc_bar.animated{animation:progress-bar-stripes 2s linear infinite}@keyframes progress-bar-stripes{0%{background-position:40px 0}to{background-position:0 0}}.vc_pie_chart{filter:alpha(opacity=0);opacity:0;text-align:center;z-index:0}.vc_pie_chart.vc_ready{filter:alpha(opacity=100);opacity:1}.vc_pie_chart .vc_pie_wrapper{margin:0 auto;position:relative}.vc_pie_chart canvas{position:relative;z-index:1}.vc_pie_chart .vc_pie_chart_value{font-size:200%;text-align:center}.vc_pie_chart .vc_pie_chart_value,.vc_pie_chart_back{display:block;height:100%;left:0;position:absolute;top:0;width:100%}.vc_pie_chart_back{border:6px solid #f7f7f7;border-radius:999px;border-radius:50%;box-sizing:border-box;filter:alpha(opacity=30);opacity:.3}.vc_images_carousel .vc_carousel-control{border:none}.vc_carousel .vc_carousel-control{border:none;text-shadow:none;transition:all .2s linear;transition:all .15s ease}.vc_carousel :is(.vc_carousel-control:active,.vc_carousel-control:focus){outline:none}.vc_carousel .vc_carousel-indicators li{border-color:#f7f7f7;height:5px;margin:0;transition:all .2s linear;transition:all .15s ease;width:5px}.vc_separator{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap}.vc_separator h4{font-size:100%;line-height:1em;margin:0;word-wrap:break-word;flex:0 1 auto}.vc_separator h4 .normal{font-size:12px;font-weight:400}.vc_separator .vc_sep_holder{flex:1 1 auto;height:1px;min-width:10%;position:relative}.vc_separator .vc_sep_holder .vc_sep_line{border-top:1px solid #ebebeb;display:block;height:1px;position:relative;top:1px;width:100%}.vc_separator.vc_separator_align_center h4{padding:0 .8em}.vc_separator.vc_separator_align_left h4{padding:0 .8em 0 0}.vc_separator.vc_separator_align_left .vc_sep_holder.vc_sep_holder_l{display:none}.vc_separator.vc_separator_align_right h4{margin:0!important;padding:0 0 0 .8em}.vc_separator.vc_separator_align_right .vc_sep_holder.vc_sep_holder_r{display:none}.vc_separator.vc_sep_double{height:3px}.vc_separator.vc_sep_double .vc_sep_line{border-bottom:1px solid #ebebeb;border-top:1px solid #ebebeb;height:3px}.vc_separator.vc_sep_dashed .vc_sep_line{border-top-style:dashed}.vc_separator.vc_sep_dotted .vc_sep_line{border-top-style:dotted}.vc_separator.vc_sep_shadow .vc_sep_line{border:none;height:20px;overflow:hidden;position:relative;top:0}.vc_separator.vc_sep_shadow .vc_sep_line:after{border-radius:100%;content:"";display:block;height:10px;left:0;position:absolute;right:0;top:-20px}.vc_separator.vc_sep_shadow .vc_sep_holder_l .vc_sep_line:after{box-shadow:10px 10px 10px 1px;right:-100%}.vc_separator.vc_sep_shadow .vc_sep_holder_r .vc_sep_line:after{box-shadow:-10px 10px 10px 1px;left:-100%}.vc_separator.vc_separator_no_text:not(.vc_sep_shadow) .vc_sep_holder_l{width:100%}.vc_separator.vc_separator_no_text:not(.vc_sep_shadow) .vc_sep_holder_r{display:none}.vc_separator .vc_icon_element{margin-bottom:0}.vc_separator .vc_icon_element:not(.vc_icon_element-have-style)+h4{padding-left:0}.vc_separator .vc_icon_element:not(.vc_icon_element-have-style) .vc_icon_element-size-xl{margin-left:.8em;margin-right:.8em}:is(.vc_separator.vc_separator-has-text.vc_separator_align_center,.vc_separator.vc_separator-has-text.vc_separator_align_right) .vc_icon_element.vc_icon_element-have-style{margin-left:.8em}.vc_separator.vc_separator_align_left .vc_icon_element.vc_icon_element-have-style+h4{padding-left:.8em}.vc_separator.vc_sep_border_width_1 .vc_sep_holder .vc_sep_line{border-top-width:1px}.vc_separator.vc_sep_border_width_1.vc_sep_double .vc_sep_holder .vc_sep_line{border-bottom-width:1px;top:0}.vc_separator.vc_sep_border_width_1.vc_sep_shadow .vc_sep_line{top:0}.vc_separator.vc_sep_border_width_1.vc_sep_shadow .vc_sep_holder_l .vc_sep_line:after{box-shadow:10px 10px 10px 1px}.vc_separator.vc_sep_border_width_1.vc_sep_shadow .vc_sep_holder_r .vc_sep_line:after{box-shadow:-10px 10px 10px 1px}.vc_separator.vc_sep_border_width_2 .vc_sep_holder .vc_sep_line{border-top-width:2px}.vc_separator.vc_sep_border_width_2.vc_sep_double .vc_sep_holder .vc_sep_line{border-bottom-width:2px;top:-1px}.vc_separator.vc_sep_border_width_2.vc_sep_shadow .vc_sep_line{top:-1px}.vc_separator.vc_sep_border_width_2.vc_sep_shadow .vc_sep_holder_l .vc_sep_line:after{box-shadow:10px 10px 10px 2px}.vc_separator.vc_sep_border_width_2.vc_sep_shadow .vc_sep_holder_r .vc_sep_line:after{box-shadow:-10px 10px 10px 2px}.vc_separator.vc_sep_border_width_3 .vc_sep_holder .vc_sep_line{border-top-width:3px}.vc_separator.vc_sep_border_width_3.vc_sep_double .vc_sep_holder .vc_sep_line{border-bottom-width:3px;top:-1px}.vc_separator.vc_sep_border_width_3.vc_sep_shadow .vc_sep_line{top:-1px}.vc_separator.vc_sep_border_width_3.vc_sep_shadow .vc_sep_holder_l .vc_sep_line:after{box-shadow:10px 10px 10px 3px}.vc_separator.vc_sep_border_width_3.vc_sep_shadow .vc_sep_holder_r .vc_sep_line:after{box-shadow:-10px 10px 10px 3px}.vc_separator.vc_sep_border_width_4 .vc_sep_holder .vc_sep_line{border-top-width:4px}.vc_separator.vc_sep_border_width_4.vc_sep_double .vc_sep_holder .vc_sep_line{border-bottom-width:4px;top:-2px}.vc_separator.vc_sep_border_width_4.vc_sep_shadow .vc_sep_line{top:-2px}.vc_separator.vc_sep_border_width_4.vc_sep_shadow .vc_sep_holder_l .vc_sep_line:after{box-shadow:10px 10px 10px 4px}.vc_separator.vc_sep_border_width_4.vc_sep_shadow .vc_sep_holder_r .vc_sep_line:after{box-shadow:-10px 10px 10px 4px}.vc_separator.vc_sep_border_width_5 .vc_sep_holder .vc_sep_line{border-top-width:5px}.vc_separator.vc_sep_border_width_5.vc_sep_double .vc_sep_holder .vc_sep_line{border-bottom-width:5px;top:-2px}.vc_separator.vc_sep_border_width_5.vc_sep_shadow .vc_sep_line{top:-2px}.vc_separator.vc_sep_border_width_5.vc_sep_shadow .vc_sep_holder_l .vc_sep_line:after{box-shadow:10px 10px 10px 5px}.vc_separator.vc_sep_border_width_5.vc_sep_shadow .vc_sep_holder_r .vc_sep_line:after{box-shadow:-10px 10px 10px 5px}.vc_separator.vc_sep_border_width_6 .vc_sep_holder .vc_sep_line{border-top-width:6px}.vc_separator.vc_sep_border_width_6.vc_sep_double .vc_sep_holder .vc_sep_line{border-bottom-width:6px;top:-3px}.vc_separator.vc_sep_border_width_6.vc_sep_shadow .vc_sep_line{top:-3px}.vc_separator.vc_sep_border_width_6.vc_sep_shadow .vc_sep_holder_l .vc_sep_line:after{box-shadow:10px 10px 10px 6px}.vc_separator.vc_sep_border_width_6.vc_sep_shadow .vc_sep_holder_r .vc_sep_line:after{box-shadow:-10px 10px 10px 6px}.vc_separator.vc_sep_border_width_7 .vc_sep_holder .vc_sep_line{border-top-width:7px}.vc_separator.vc_sep_border_width_7.vc_sep_double .vc_sep_holder .vc_sep_line{border-bottom-width:7px;top:-3px}.vc_separator.vc_sep_border_width_7.vc_sep_shadow .vc_sep_line{top:-3px}.vc_separator.vc_sep_border_width_7.vc_sep_shadow .vc_sep_holder_l .vc_sep_line:after{box-shadow:10px 10px 10px 7px}.vc_separator.vc_sep_border_width_7.vc_sep_shadow .vc_sep_holder_r .vc_sep_line:after{box-shadow:-10px 10px 10px 7px}.vc_separator.vc_sep_border_width_8 .vc_sep_holder .vc_sep_line{border-top-width:8px}.vc_separator.vc_sep_border_width_8.vc_sep_double .vc_sep_holder .vc_sep_line{border-bottom-width:8px;top:-4px}.vc_separator.vc_sep_border_width_8.vc_sep_shadow .vc_sep_line{top:-4px}.vc_separator.vc_sep_border_width_8.vc_sep_shadow .vc_sep_holder_l .vc_sep_line:after{box-shadow:10px 10px 10px 8px}.vc_separator.vc_sep_border_width_8.vc_sep_shadow .vc_sep_holder_r .vc_sep_line:after{box-shadow:-10px 10px 10px 8px}.vc_separator.vc_sep_border_width_9 .vc_sep_holder .vc_sep_line{border-top-width:9px}.vc_separator.vc_sep_border_width_9.vc_sep_double .vc_sep_holder .vc_sep_line{border-bottom-width:9px;top:-4px}.vc_separator.vc_sep_border_width_9.vc_sep_shadow .vc_sep_line{top:-4px}.vc_separator.vc_sep_border_width_9.vc_sep_shadow .vc_sep_holder_l .vc_sep_line:after{box-shadow:10px 10px 10px 9px}.vc_separator.vc_sep_border_width_9.vc_sep_shadow .vc_sep_holder_r .vc_sep_line:after{box-shadow:-10px 10px 10px 9px}.vc_separator.vc_sep_border_width_10 .vc_sep_holder .vc_sep_line{border-top-width:10px}.vc_separator.vc_sep_border_width_10.vc_sep_double .vc_sep_holder .vc_sep_line{border-bottom-width:10px;top:-5px}.vc_separator.vc_sep_border_width_10.vc_sep_shadow .vc_sep_line{top:-5px}.vc_separator.vc_sep_border_width_10.vc_sep_shadow .vc_sep_holder_l .vc_sep_line:after{box-shadow:10px 10px 10px 10px}.vc_separator.vc_sep_border_width_10.vc_sep_shadow .vc_sep_holder_r .vc_sep_line:after{box-shadow:-10px 10px 10px 10px}.vc_separator.vc_sep_color_blue .vc_sep_line{border-color:#5472d2}.vc_separator.vc_sep_color_blue.vc_sep_shadow .vc_sep_holder{color:#5472d2}.vc_separator.vc_sep_color_turquoise .vc_sep_line{border-color:#00c1cf}.vc_separator.vc_sep_color_turquoise.vc_sep_shadow .vc_sep_holder{color:#00c1cf}.vc_separator.vc_sep_color_pink .vc_sep_line{border-color:#fe6c61}.vc_separator.vc_sep_color_pink.vc_sep_shadow .vc_sep_holder{color:#fe6c61}.vc_separator.vc_sep_color_violet .vc_sep_line{border-color:#8d6dc4}.vc_separator.vc_sep_color_violet.vc_sep_shadow .vc_sep_holder{color:#8d6dc4}.vc_separator.vc_sep_color_peacoc .vc_sep_line{border-color:#4cadc9}.vc_separator.vc_sep_color_peacoc.vc_sep_shadow .vc_sep_holder{color:#4cadc9}.vc_separator.vc_sep_color_chino .vc_sep_line{border-color:#cec2ab}.vc_separator.vc_sep_color_chino.vc_sep_shadow .vc_sep_holder{color:#cec2ab}.vc_separator.vc_sep_color_mulled_wine .vc_sep_line{border-color:#50485b}.vc_separator.vc_sep_color_mulled_wine.vc_sep_shadow .vc_sep_holder{color:#50485b}.vc_separator.vc_sep_color_vista_blue .vc_sep_line{border-color:#75d69c}.vc_separator.vc_sep_color_vista_blue.vc_sep_shadow .vc_sep_holder{color:#75d69c}.vc_separator.vc_sep_color_black .vc_sep_line{border-color:#2a2a2a}.vc_separator.vc_sep_color_black.vc_sep_shadow .vc_sep_holder{color:#2a2a2a}.vc_separator.vc_sep_color_grey .vc_sep_line{border-color:#ebebeb}.vc_separator.vc_sep_color_grey.vc_sep_shadow .vc_sep_holder{color:#ebebeb}.vc_separator.vc_sep_color_orange .vc_sep_line{border-color:#f7be68}.vc_separator.vc_sep_color_orange.vc_sep_shadow .vc_sep_holder{color:#f7be68}.vc_separator.vc_sep_color_sky .vc_sep_line{border-color:#5aa1e3}.vc_separator.vc_sep_color_sky.vc_sep_shadow .vc_sep_holder{color:#5aa1e3}.vc_separator.vc_sep_color_green .vc_sep_line{border-color:#6dab3c}.vc_separator.vc_sep_color_green.vc_sep_shadow .vc_sep_holder{color:#6dab3c}.vc_separator.vc_sep_color_juicy_pink .vc_sep_line{border-color:#f4524d}.vc_separator.vc_sep_color_juicy_pink.vc_sep_shadow .vc_sep_holder{color:#f4524d}.vc_separator.vc_sep_color_sandy_brown .vc_sep_line{border-color:#f79468}.vc_separator.vc_sep_color_sandy_brown.vc_sep_shadow .vc_sep_holder{color:#f79468}.vc_separator.vc_sep_color_purple .vc_sep_line{border-color:#b97ebb}.vc_separator.vc_sep_color_purple.vc_sep_shadow .vc_sep_holder{color:#b97ebb}.vc_separator.vc_sep_color_white .vc_sep_line{border-color:#fff}.vc_separator.vc_sep_color_white.vc_sep_shadow .vc_sep_holder{color:#fff}.vc_text_separator,.wpb_separator{border-bottom:1px solid #ebebeb}.vc_sep_pos_align_center{margin-left:auto;margin-right:auto}.vc_sep_pos_align_left{margin-left:0;margin-right:auto}.vc_sep_pos_align_right{margin-left:auto;margin-right:0}.vc_text_separator,.wpb_separator{clear:both;height:1px}.vc_text_separator div{background-color:#fff;display:inline-block;padding:1px 1em;position:relative;top:-9px}.separator_align_center{text-align:center}.separator_align_left{text-align:left}.separator_align_right{text-align:right}.vc-zigzag-wrapper{text-align:center}.vc-zigzag-wrapper.vc-zigzag-align-left{text-align:left}.vc-zigzag-wrapper.vc-zigzag-align-right{text-align:right}.vc-zigzag-inner{display:inline-block}.wpb_single_image a{border:none;outline:none}.wpb_single_image img{height:auto;max-width:100%;vertical-align:top}.wpb_single_image img.vc_img-placeholder{width:100%}.wpb_single_image .vc_single_image-wrapper{display:inline-block;max-width:100%;vertical-align:top}.wpb_single_image .vc_single_image-wrapper.vc_box_rounded,.wpb_single_image .vc_single_image-wrapper.vc_box_rounded img{border-radius:4px;box-shadow:none}.wpb_single_image :is(.vc_single_image-wrapper.vc_box_outline,.vc_single_image-wrapper.vc_box_outline_circle){border:1px solid #ebebeb;border-radius:0;box-shadow:none;padding:6px}.wpb_single_image :is(.vc_single_image-wrapper.vc_box_outline,.vc_single_image-wrapper.vc_box_outline_circle) img{border:1px solid #ebebeb;border-radius:0;box-shadow:none}.wpb_single_image :is(.vc_single_image-wrapper.vc_box_border,.vc_single_image-wrapper.vc_box_border_circle){border:none;border-radius:0;box-shadow:none;padding:6px}.wpb_single_image :is(.vc_single_image-wrapper.vc_box_border,.vc_single_image-wrapper.vc_box_border_circle) img{border:none;border-radius:0;box-shadow:none}.wpb_single_image :is(.vc_single_image-wrapper.vc_box_shadow,.vc_single_image-wrapper.vc_box_shadow_border,.vc_single_image-wrapper.vc_box_shadow_border_circle,.vc_single_image-wrapper.vc_box_shadow_circle),.wpb_single_image :is(.vc_single_image-wrapper.vc_box_shadow,.vc_single_image-wrapper.vc_box_shadow_border,.vc_single_image-wrapper.vc_box_shadow_border_circle,.vc_single_image-wrapper.vc_box_shadow_circle) img{border-radius:0;box-shadow:0 0 5px #0000001a}.wpb_single_image :is(.vc_single_image-wrapper.vc_box_shadow_border,.vc_single_image-wrapper.vc_box_shadow_border_circle){padding:6px}.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_3d{border-radius:0;box-shadow:none;margin-bottom:15px}.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_3d img{border-radius:0;box-shadow:none}.wpb_single_image :is(.vc_single_image-wrapper.vc_box_border_circle,.vc_single_image-wrapper.vc_box_circle,.vc_single_image-wrapper.vc_box_outline_circle,.vc_single_image-wrapper.vc_box_shadow_border_circle,.vc_single_image-wrapper.vc_box_shadow_circle),.wpb_single_image :is(.vc_single_image-wrapper.vc_box_border_circle,.vc_single_image-wrapper.vc_box_circle,.vc_single_image-wrapper.vc_box_outline_circle,.vc_single_image-wrapper.vc_box_shadow_border_circle,.vc_single_image-wrapper.vc_box_shadow_circle) img{border-radius:50%;box-shadow:none;overflow:hidden}.wpb_single_image :is(.vc_single_image-wrapper.vc_box_shadow_border_circle,.vc_single_image-wrapper.vc_box_shadow_circle),.wpb_single_image :is(.vc_single_image-wrapper.vc_box_shadow_border_circle,.vc_single_image-wrapper.vc_box_shadow_circle) img{box-shadow:0 0 5px #0000001a}.wpb_single_image.vc_align_center{text-align:center}.wpb_single_image.vc_align_right{text-align:right}.wpb_single_image.vc_align_left{text-align:left}.wpb_single_image .vc_box_shadow_3d{display:inline-block;max-width:100%;position:relative;z-index:0}.wpb_single_image .vc_box_shadow_3d:after,.wpb_single_image .vc_box_shadow_3d:before{border-radius:inherit;bottom:8px;box-shadow:0 15px 10px #0009;content:"";height:30%;left:5px;position:absolute;right:50%;transform:skewY(-6deg);transform-origin:0 0;z-index:-1}.wpb_single_image .vc_box_shadow_3d:after{left:50%;right:5px;transform:skewY(6deg);transform-origin:100% 0}.wpb_single_image .vc_figure{display:inline-block;margin:0;max-width:100%;vertical-align:top}.wpb_single_image .vc_figure-caption{font-size:.8em;margin-top:.2em}.wpb_single_image :is(.vc_box_outline.vc_box_border_blue,.vc_box_outline_circle.vc_box_border_blue){border-color:#5472d2}.wpb_single_image :is(.vc_box_border.vc_box_border_blue,.vc_box_border_circle.vc_box_border_blue){background-color:#5472d2}.wpb_single_image :is(.vc_box_outline.vc_box_border_turquoise,.vc_box_outline_circle.vc_box_border_turquoise){border-color:#00c1cf}.wpb_single_image :is(.vc_box_border.vc_box_border_turquoise,.vc_box_border_circle.vc_box_border_turquoise){background-color:#00c1cf}.wpb_single_image :is(.vc_box_outline.vc_box_border_pink,.vc_box_outline_circle.vc_box_border_pink){border-color:#fe6c61}.wpb_single_image :is(.vc_box_border.vc_box_border_pink,.vc_box_border_circle.vc_box_border_pink){background-color:#fe6c61}.wpb_single_image :is(.vc_box_outline.vc_box_border_violet,.vc_box_outline_circle.vc_box_border_violet){border-color:#8d6dc4}.wpb_single_image :is(.vc_box_border.vc_box_border_violet,.vc_box_border_circle.vc_box_border_violet){background-color:#8d6dc4}.wpb_single_image :is(.vc_box_outline.vc_box_border_peacoc,.vc_box_outline_circle.vc_box_border_peacoc){border-color:#4cadc9}.wpb_single_image :is(.vc_box_border.vc_box_border_peacoc,.vc_box_border_circle.vc_box_border_peacoc){background-color:#4cadc9}.wpb_single_image :is(.vc_box_outline.vc_box_border_chino,.vc_box_outline_circle.vc_box_border_chino){border-color:#cec2ab}.wpb_single_image :is(.vc_box_border.vc_box_border_chino,.vc_box_border_circle.vc_box_border_chino){background-color:#cec2ab}.wpb_single_image :is(.vc_box_outline.vc_box_border_mulled_wine,.vc_box_outline_circle.vc_box_border_mulled_wine){border-color:#50485b}.wpb_single_image :is(.vc_box_border.vc_box_border_mulled_wine,.vc_box_border_circle.vc_box_border_mulled_wine){background-color:#50485b}.wpb_single_image :is(.vc_box_outline.vc_box_border_vista_blue,.vc_box_outline_circle.vc_box_border_vista_blue){border-color:#75d69c}.wpb_single_image :is(.vc_box_border.vc_box_border_vista_blue,.vc_box_border_circle.vc_box_border_vista_blue){background-color:#75d69c}.wpb_single_image :is(.vc_box_outline.vc_box_border_black,.vc_box_outline_circle.vc_box_border_black){border-color:#2a2a2a}.wpb_single_image :is(.vc_box_border.vc_box_border_black,.vc_box_border_circle.vc_box_border_black){background-color:#2a2a2a}.wpb_single_image :is(.vc_box_outline.vc_box_border_grey,.vc_box_outline_circle.vc_box_border_grey){border-color:#ebebeb}.wpb_single_image :is(.vc_box_border.vc_box_border_grey,.vc_box_border_circle.vc_box_border_grey){background-color:#ebebeb}.wpb_single_image :is(.vc_box_outline.vc_box_border_orange,.vc_box_outline_circle.vc_box_border_orange){border-color:#f7be68}.wpb_single_image :is(.vc_box_border.vc_box_border_orange,.vc_box_border_circle.vc_box_border_orange){background-color:#f7be68}.wpb_single_image :is(.vc_box_outline.vc_box_border_sky,.vc_box_outline_circle.vc_box_border_sky){border-color:#5aa1e3}.wpb_single_image :is(.vc_box_border.vc_box_border_sky,.vc_box_border_circle.vc_box_border_sky){background-color:#5aa1e3}.wpb_single_image :is(.vc_box_outline.vc_box_border_green,.vc_box_outline_circle.vc_box_border_green){border-color:#6dab3c}.wpb_single_image :is(.vc_box_border.vc_box_border_green,.vc_box_border_circle.vc_box_border_green){background-color:#6dab3c}.wpb_single_image :is(.vc_box_outline.vc_box_border_juicy_pink,.vc_box_outline_circle.vc_box_border_juicy_pink){border-color:#f4524d}.wpb_single_image :is(.vc_box_border.vc_box_border_juicy_pink,.vc_box_border_circle.vc_box_border_juicy_pink){background-color:#f4524d}.wpb_single_image :is(.vc_box_outline.vc_box_border_sandy_brown,.vc_box_outline_circle.vc_box_border_sandy_brown){border-color:#f79468}.wpb_single_image :is(.vc_box_border.vc_box_border_sandy_brown,.vc_box_border_circle.vc_box_border_sandy_brown){background-color:#f79468}.wpb_single_image :is(.vc_box_outline.vc_box_border_purple,.vc_box_outline_circle.vc_box_border_purple){border-color:#b97ebb}.wpb_single_image :is(.vc_box_border.vc_box_border_purple,.vc_box_border_circle.vc_box_border_purple){background-color:#b97ebb}.wpb_single_image :is(.vc_box_outline.vc_box_border_white,.vc_box_outline_circle.vc_box_border_white){border-color:#fff}.wpb_single_image :is(.vc_box_border.vc_box_border_white,.vc_box_border_circle.vc_box_border_white){background-color:#fff}.vc_icon_element{font-size:14px;line-height:0;margin-bottom:35px}.vc_icon_element.vc_icon_element-outer{box-sizing:border-box;text-align:center}.vc_icon_element.vc_icon_element-outer.vc_icon_element-align-left{text-align:left}.vc_icon_element.vc_icon_element-outer.vc_icon_element-align-center{text-align:center}.vc_icon_element.vc_icon_element-outer.vc_icon_element-align-right{text-align:right}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner{border:2px solid #0000;box-sizing:initial;display:inline-block;height:4em;position:relative;text-align:center;width:4em}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon{display:inline-block;font-feature-settings:normal;font-kerning:auto;font-language-override:normal;font-size:2.15em;font-size-adjust:none;font-stretch:normal;font-style:normal;font-synthesis:weight style;font-variant:normal;left:50%;line-height:1!important;position:absolute;text-rendering:auto;top:50%;transform:translate(-50%,-50%)}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before{display:inline-block;font-size:1em;font-style:normal;height:inherit;text-align:center;text-decoration:inherit;text-rendering:optimizelegibility;width:inherit}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner :is(.vc_gitem-link,.vc_icon_element-link){border:none;box-sizing:initial;display:block;height:100%;position:absolute;top:0;width:100%}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs{line-height:1.2em!important;max-width:100%!important}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs.vc_icon_element-have-style-inner{height:2.5em!important;width:2.5em!important}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs .vc_icon_element-icon{font-size:1.2em!important}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm{line-height:1.6em!important;max-width:100%!important}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm.vc_icon_element-have-style-inner{height:3.15em!important;width:3.15em!important}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm .vc_icon_element-icon{font-size:1.6em!important}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md{line-height:2.15em!important;max-width:100%!important}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md.vc_icon_element-have-style-inner{height:4em!important;width:4em!important}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon{font-size:2.15em!important}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg{line-height:2.85em!important;max-width:100%!important}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg.vc_icon_element-have-style-inner{height:5em!important;width:5em!important}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg .vc_icon_element-icon{font-size:2.85em!important}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl{line-height:5em!important;max-width:100%!important}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl.vc_icon_element-have-style-inner{height:7.15em!important;width:7.15em!important}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl .vc_icon_element-icon{font-size:5em!important}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded,.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded :is(.vc_gitem-link,.vc_icon_element-link),.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-outline,.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-outline :is(.vc_gitem-link,.vc_icon_element-link){border-radius:50%}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less,.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less :is(.vc_gitem-link,.vc_icon_element-link),.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less-outline,.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-style-rounded-less-outline :is(.vc_gitem-link,.vc_icon_element-link){border-radius:5px}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-blue .vc_icon_element-icon{color:#5472d2}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-turquoise .vc_icon_element-icon{color:#00c1cf}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-pink .vc_icon_element-icon{color:#fe6c61}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-violet .vc_icon_element-icon{color:#8d6dc4}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-peacoc .vc_icon_element-icon{color:#4cadc9}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-chino .vc_icon_element-icon{color:#cec2ab}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-mulled_wine .vc_icon_element-icon{color:#50485b}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-vista_blue .vc_icon_element-icon{color:#75d69c}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-black .vc_icon_element-icon{color:#2a2a2a}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-grey .vc_icon_element-icon{color:#ebebeb}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-orange .vc_icon_element-icon{color:#f7be68}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-sky .vc_icon_element-icon{color:#5aa1e3}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-green .vc_icon_element-icon{color:#6dab3c}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-juicy_pink .vc_icon_element-icon{color:#f4524d}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-sandy_brown .vc_icon_element-icon{color:#f79468}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-purple .vc_icon_element-icon{color:#b97ebb}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-white .vc_icon_element-icon{color:#fff}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-blue.vc_icon_element-outline{border-color:#5472d2}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-blue.vc_icon_element-background{background-color:#5472d2}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-turquoise.vc_icon_element-outline{border-color:#00c1cf}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-turquoise.vc_icon_element-background{background-color:#00c1cf}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-pink.vc_icon_element-outline{border-color:#fe6c61}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-pink.vc_icon_element-background{background-color:#fe6c61}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-violet.vc_icon_element-outline{border-color:#8d6dc4}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-violet.vc_icon_element-background{background-color:#8d6dc4}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-peacoc.vc_icon_element-outline{border-color:#4cadc9}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-peacoc.vc_icon_element-background{background-color:#4cadc9}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-chino.vc_icon_element-outline{border-color:#cec2ab}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-chino.vc_icon_element-background{background-color:#cec2ab}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-mulled_wine.vc_icon_element-outline{border-color:#50485b}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-mulled_wine.vc_icon_element-background{background-color:#50485b}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-vista_blue.vc_icon_element-outline{border-color:#75d69c}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-vista_blue.vc_icon_element-background{background-color:#75d69c}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-black.vc_icon_element-outline{border-color:#2a2a2a}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-black.vc_icon_element-background{background-color:#2a2a2a}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-grey.vc_icon_element-outline{border-color:#ebebeb}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-grey.vc_icon_element-background{background-color:#ebebeb}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-orange.vc_icon_element-outline{border-color:#f7be68}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-orange.vc_icon_element-background{background-color:#f7be68}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sky.vc_icon_element-outline{border-color:#5aa1e3}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sky.vc_icon_element-background{background-color:#5aa1e3}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-green.vc_icon_element-outline{border-color:#6dab3c}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-green.vc_icon_element-background{background-color:#6dab3c}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-juicy_pink.vc_icon_element-outline{border-color:#f4524d}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-juicy_pink.vc_icon_element-background{background-color:#f4524d}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sandy_brown.vc_icon_element-outline{border-color:#f79468}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-sandy_brown.vc_icon_element-background{background-color:#f79468}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-purple.vc_icon_element-outline{border-color:#b97ebb}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-purple.vc_icon_element-background{background-color:#b97ebb}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-white.vc_icon_element-outline{border-color:#fff}.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-white.vc_icon_element-background{background-color:#fff}.wpb_single_image .wpb_wrapper .vc_single_image-wrapper .zoomImg{border-radius:0}.wpb_single_image [class*=_circle] .vc-zoom-wrapper{border-radius:50%}.wpb_single_image [class*=_rounded] .vc-zoom-wrapper{border-radius:4px}.vc_general.vc_pagination{display:block;margin:0;padding:0;text-align:center}.vc_general.vc_pagination .vc_pagination-item{display:inline-block;margin:0;padding:0;vertical-align:middle}.vc_general.vc_pagination .vc_pagination-trigger{background:#0000;border:none;cursor:pointer;display:block;height:10px;margin:5px 7px;text-decoration:none;transition:all .2s ease-in-out;width:10px}.vc_general.vc_pagination .vc_pagination-trigger:focus{outline:none}.vc_general.vc_pagination .vc_active .vc_pagination-trigger{cursor:default}.vc_pagination.vc_pagination-style-outline .vc_pagination-trigger{border:3px solid #0000}.vc_pagination.vc_pagination-style-flat .vc_pagination-trigger{opacity:.6}.vc_pagination.vc_pagination-style-flat .vc_active .vc_pagination-trigger,.vc_pagination.vc_pagination-style-flat .vc_pagination-trigger:hover{opacity:1}.vc_pagination.vc_pagination-shape-round .vc_pagination-trigger{border-radius:50%}.vc_pagination.vc_pagination-shape-rounded .vc_pagination-trigger{border-radius:3px}.vc_pagination-color-blue.vc_pagination-style-outline .vc_pagination-trigger{border-color:#5472d2}.vc_pagination-color-blue.vc_pagination-style-flat .vc_pagination-trigger,.vc_pagination-color-blue.vc_pagination-style-outline .vc_active .vc_pagination-trigger,.vc_pagination-color-blue.vc_pagination-style-outline .vc_pagination-trigger:hover{background-color:#5472d2}.vc_pagination-color-turquoise.vc_pagination-style-outline .vc_pagination-trigger{border-color:#00c1cf}.vc_pagination-color-turquoise.vc_pagination-style-flat .vc_pagination-trigger,.vc_pagination-color-turquoise.vc_pagination-style-outline .vc_active .vc_pagination-trigger,.vc_pagination-color-turquoise.vc_pagination-style-outline .vc_pagination-trigger:hover{background-color:#00c1cf}.vc_pagination-color-pink.vc_pagination-style-outline .vc_pagination-trigger{border-color:#fe6c61}.vc_pagination-color-pink.vc_pagination-style-flat .vc_pagination-trigger,.vc_pagination-color-pink.vc_pagination-style-outline .vc_active .vc_pagination-trigger,.vc_pagination-color-pink.vc_pagination-style-outline .vc_pagination-trigger:hover{background-color:#fe6c61}.vc_pagination-color-violet.vc_pagination-style-outline .vc_pagination-trigger{border-color:#8d6dc4}.vc_pagination-color-violet.vc_pagination-style-flat .vc_pagination-trigger,.vc_pagination-color-violet.vc_pagination-style-outline .vc_active .vc_pagination-trigger,.vc_pagination-color-violet.vc_pagination-style-outline .vc_pagination-trigger:hover{background-color:#8d6dc4}.vc_pagination-color-peacoc.vc_pagination-style-outline .vc_pagination-trigger{border-color:#4cadc9}.vc_pagination-color-peacoc.vc_pagination-style-flat .vc_pagination-trigger,.vc_pagination-color-peacoc.vc_pagination-style-outline .vc_active .vc_pagination-trigger,.vc_pagination-color-peacoc.vc_pagination-style-outline .vc_pagination-trigger:hover{background-color:#4cadc9}.vc_pagination-color-chino.vc_pagination-style-outline .vc_pagination-trigger{border-color:#cec2ab}.vc_pagination-color-chino.vc_pagination-style-flat .vc_pagination-trigger,.vc_pagination-color-chino.vc_pagination-style-outline .vc_active .vc_pagination-trigger,.vc_pagination-color-chino.vc_pagination-style-outline .vc_pagination-trigger:hover{background-color:#cec2ab}.vc_pagination-color-mulled-wine.vc_pagination-style-outline .vc_pagination-trigger{border-color:#50485b}.vc_pagination-color-mulled-wine.vc_pagination-style-flat .vc_pagination-trigger,.vc_pagination-color-mulled-wine.vc_pagination-style-outline .vc_active .vc_pagination-trigger,.vc_pagination-color-mulled-wine.vc_pagination-style-outline .vc_pagination-trigger:hover{background-color:#50485b}.vc_pagination-color-vista-blue.vc_pagination-style-outline .vc_pagination-trigger{border-color:#75d69c}.vc_pagination-color-vista-blue.vc_pagination-style-flat .vc_pagination-trigger,.vc_pagination-color-vista-blue.vc_pagination-style-outline .vc_active .vc_pagination-trigger,.vc_pagination-color-vista-blue.vc_pagination-style-outline .vc_pagination-trigger:hover{background-color:#75d69c}.vc_pagination-color-orange.vc_pagination-style-outline .vc_pagination-trigger{border-color:#f7be68}.vc_pagination-color-orange.vc_pagination-style-flat .vc_pagination-trigger,.vc_pagination-color-orange.vc_pagination-style-outline .vc_active .vc_pagination-trigger,.vc_pagination-color-orange.vc_pagination-style-outline .vc_pagination-trigger:hover{background-color:#f7be68}.vc_pagination-color-sky.vc_pagination-style-outline .vc_pagination-trigger{border-color:#5aa1e3}.vc_pagination-color-sky.vc_pagination-style-flat .vc_pagination-trigger,.vc_pagination-color-sky.vc_pagination-style-outline .vc_active .vc_pagination-trigger,.vc_pagination-color-sky.vc_pagination-style-outline .vc_pagination-trigger:hover{background-color:#5aa1e3}.vc_pagination-color-green.vc_pagination-style-outline .vc_pagination-trigger{border-color:#6dab3c}.vc_pagination-color-green.vc_pagination-style-flat .vc_pagination-trigger,.vc_pagination-color-green.vc_pagination-style-outline .vc_active .vc_pagination-trigger,.vc_pagination-color-green.vc_pagination-style-outline .vc_pagination-trigger:hover{background-color:#6dab3c}.vc_pagination-color-juicy-pink.vc_pagination-style-outline .vc_pagination-trigger{border-color:#f4524d}.vc_pagination-color-juicy-pink.vc_pagination-style-flat .vc_pagination-trigger,.vc_pagination-color-juicy-pink.vc_pagination-style-outline .vc_active .vc_pagination-trigger,.vc_pagination-color-juicy-pink.vc_pagination-style-outline .vc_pagination-trigger:hover{background-color:#f4524d}.vc_pagination-color-sandy-brown.vc_pagination-style-outline .vc_pagination-trigger{border-color:#f79468}.vc_pagination-color-sandy-brown.vc_pagination-style-flat .vc_pagination-trigger,.vc_pagination-color-sandy-brown.vc_pagination-style-outline .vc_active .vc_pagination-trigger,.vc_pagination-color-sandy-brown.vc_pagination-style-outline .vc_pagination-trigger:hover{background-color:#f79468}.vc_pagination-color-purple.vc_pagination-style-outline .vc_pagination-trigger{border-color:#b97ebb}.vc_pagination-color-purple.vc_pagination-style-flat .vc_pagination-trigger,.vc_pagination-color-purple.vc_pagination-style-outline .vc_active .vc_pagination-trigger,.vc_pagination-color-purple.vc_pagination-style-outline .vc_pagination-trigger:hover{background-color:#b97ebb}.vc_pagination-color-black.vc_pagination-style-outline .vc_pagination-trigger{border-color:#2a2a2a}.vc_pagination-color-black.vc_pagination-style-flat .vc_pagination-trigger,.vc_pagination-color-black.vc_pagination-style-outline .vc_active .vc_pagination-trigger,.vc_pagination-color-black.vc_pagination-style-outline .vc_pagination-trigger:hover{background-color:#2a2a2a}.vc_pagination-color-grey.vc_pagination-style-outline .vc_pagination-trigger{border-color:#ebebeb}.vc_pagination-color-grey.vc_pagination-style-flat .vc_pagination-trigger,.vc_pagination-color-grey.vc_pagination-style-outline .vc_active .vc_pagination-trigger,.vc_pagination-color-grey.vc_pagination-style-outline .vc_pagination-trigger:hover{background-color:#ebebeb}.vc_pagination-color-white.vc_pagination-style-outline .vc_pagination-trigger{border-color:#fff}.vc_pagination-color-white.vc_pagination-style-flat .vc_pagination-trigger,.vc_pagination-color-white.vc_pagination-style-outline .vc_active .vc_pagination-trigger,.vc_pagination-color-white.vc_pagination-style-outline .vc_pagination-trigger:hover{background-color:#fff}.vc_pagination.vc_pagination-color-custom.vc_pagination-style-outline .vc_pagination-trigger{border-color:var(--vc-pagination-color)}.vc_pagination.vc_pagination-color-custom.vc_pagination-style-flat .vc_pagination-trigger,.vc_pagination.vc_pagination-color-custom.vc_pagination-style-outline .vc_active .vc_pagination-trigger,.vc_pagination.vc_pagination-color-custom.vc_pagination-style-outline .vc_pagination-trigger:hover{background-color:var(--vc-pagination-color)}.vc_grid.vc_row{margin-left:0;margin-right:0;padding-left:0;padding-right:0}.vc-row[data-vc-full-width] .vc_grid.vc_row{overflow:hidden}.vc_grid.vc_row.vc_grid-gutter-1px{margin-bottom:-1px}.vc_grid.vc_row.vc_grid-gutter-1px .vc_pageable-slide-wrapper{margin-right:-1px}.vc_grid.vc_row.vc_grid-gutter-1px .vc_grid-item{padding-bottom:1px;padding-right:1px}.vc_grid.vc_row.vc_grid-gutter-2px{margin-bottom:-2px}.vc_grid.vc_row.vc_grid-gutter-2px .vc_pageable-slide-wrapper{margin-right:-2px}.vc_grid.vc_row.vc_grid-gutter-2px .vc_grid-item{padding-bottom:2px;padding-right:2px}.vc_grid.vc_row.vc_grid-gutter-3px{margin-bottom:-3px}.vc_grid.vc_row.vc_grid-gutter-3px .vc_pageable-slide-wrapper{margin-right:-3px}.vc_grid.vc_row.vc_grid-gutter-3px .vc_grid-item{padding-bottom:3px;padding-right:3px}.vc_grid.vc_row.vc_grid-gutter-4px{margin-bottom:-4px}.vc_grid.vc_row.vc_grid-gutter-4px .vc_pageable-slide-wrapper{margin-right:-4px}.vc_grid.vc_row.vc_grid-gutter-4px .vc_grid-item{padding-bottom:4px;padding-right:4px}.vc_grid.vc_row.vc_grid-gutter-5px{margin-bottom:-5px}.vc_grid.vc_row.vc_grid-gutter-5px .vc_pageable-slide-wrapper{margin-right:-5px}.vc_grid.vc_row.vc_grid-gutter-5px .vc_grid-item{padding-bottom:5px;padding-right:5px}.vc_grid.vc_row.vc_grid-gutter-10px{margin-bottom:-10px}.vc_grid.vc_row.vc_grid-gutter-10px .vc_pageable-slide-wrapper{margin-right:-10px}.vc_grid.vc_row.vc_grid-gutter-10px .vc_grid-item{padding-bottom:10px;padding-right:10px}.vc_grid.vc_row.vc_grid-gutter-15px{margin-bottom:-15px}.vc_grid.vc_row.vc_grid-gutter-15px .vc_pageable-slide-wrapper{margin-right:-15px}.vc_grid.vc_row.vc_grid-gutter-15px .vc_grid-item{padding-bottom:15px;padding-right:15px}.vc_grid.vc_row.vc_grid-gutter-20px{margin-bottom:-20px}.vc_grid.vc_row.vc_grid-gutter-20px .vc_pageable-slide-wrapper{margin-right:-20px}.vc_grid.vc_row.vc_grid-gutter-20px .vc_grid-item{padding-bottom:20px;padding-right:20px}.vc_grid.vc_row.vc_grid-gutter-25px{margin-bottom:-25px}.vc_grid.vc_row.vc_grid-gutter-25px .vc_pageable-slide-wrapper{margin-right:-25px}.vc_grid.vc_row.vc_grid-gutter-25px .vc_grid-item{padding-bottom:25px;padding-right:25px}.vc_grid.vc_row.vc_grid-gutter-30px{margin-bottom:-30px}.vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper{margin-right:-30px}.vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item{padding-bottom:30px;padding-right:30px}.vc_grid.vc_row.vc_grid-gutter-35px{margin-bottom:-35px}.vc_grid.vc_row.vc_grid-gutter-35px .vc_pageable-slide-wrapper{margin-right:-35px}.vc_grid.vc_row.vc_grid-gutter-35px .vc_grid-item{padding-bottom:35px;padding-right:35px}.vc_grid.vc_row.vc_grid-gutter{margin-bottom:calc(var(--vc-grid-gap, 0px)*-1)}.vc_grid.vc_row.vc_grid-gutter .vc_pageable-slide-wrapper{margin-right:calc(var(--vc-grid-gap, 0px)*-1)}.vc_grid.vc_row.vc_grid-gutter .vc_grid-item{padding-bottom:var(--vc-grid-gap,0);padding-right:var(--vc-grid-gap,0)}.vc_grid.vc_row .vc_pageable-slide-wrapper .vc_grid-item.vc_visible-item:hover{z-index:3}.vc_grid.vc_row .vc_grid-item{box-sizing:border-box;display:none;float:none;padding:0;vertical-align:top;z-index:1}.vc_grid.vc_row .vc_grid-item .vc_grid-item-mini .vc_grid-item-content{overflow:hidden}.vc_grid.vc_row .vc_grid-item :is(.vc_btn,.vc_icon_element,.wpb_content_element){margin-bottom:15px}.vc_grid.vc_row .vc_grid-item :is(.vc_btn,.vc_icon_element,.wpb_content_element) a{border-bottom:0;text-decoration:none}.vc_grid-animation-none .vc_grid.vc_row .vc_grid-item{transition:none!important}.vc_grid .vc_gitem-link{border-bottom:none;box-shadow:none;outline:none}:is(.vc_masonry_grid,.vc_masonry_media_grid) .vc_grid.vc_row .vc_grid-item{position:static}:is(.vc_basic_grid,.vc_media_grid) .vc_grid.vc_row .vc_grid-item.vc_visible-item,:is(.vc_masonry_grid,.vc_masonry_media_grid) .vc_grid.vc_row .vc_grid-item.vc_visible-item{display:block}@media (min-width:768px){:is(.vc_basic_grid,.vc_media_grid) .vc_grid.vc_row .vc_grid-item.vc_visible-item{display:inline-block}}@-moz-document url-prefix(){:is(.vc_masonry_grid,.vc_masonry_media_grid) .vc_grid-item{margin-left:-.01px}}.vc_gitem-zone-b{display:none}.vc_gitem-float-none{float:none}.vc_gitem-float-left{float:left}.vc_gitem-float-right{float:right}.vc_gitem-align-center{text-align:center}.vc_gitem-align-right{text-align:right}.vc_gitem-align-justify{text-align:justify}.vc_gitem-block{overflow:hidden;position:relative}.vc_gitem-is-link{cursor:pointer}.vc_gitem-link{text-decoration:none}.vc_gitem_row{box-sizing:border-box;margin-left:0;margin-right:0;padding:inherit}.vc_gitem_row,.vc_gitem_row .vc_gitem_row{margin-bottom:0}:is(.vc_gitem-zone-a,.vc_gitem-zone-b) .vc_gitem-row-position-top{left:0;position:absolute;right:0;top:0}:is(.vc_gitem-zone-a,.vc_gitem-zone-b) .vc_gitem-row-position-middle{left:0;position:absolute;right:0;top:50%;transform:translateY(-50%)}:is(.vc_gitem-zone-a,.vc_gitem-zone-b) .vc_gitem-row-position-bottom{bottom:0;left:0;position:absolute;right:0}.vc_gitem_row .vc_gitem-col{padding:10px}.vc_gitem-zone,.vc_gitem_row .vc_gitem-col{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;box-sizing:border-box}.vc_gitem-zone{background-clip:initial;overflow:hidden;position:relative}.vc_gitem-zone .vc-zone-link{bottom:0;display:block;left:0;position:absolute;right:0;top:0;z-index:5}.vc_gitem-zone-img{display:block;height:auto;visibility:hidden;width:100%}.vc_gitem-zone-a .vc_gitem-zone-mini{bottom:0;box-sizing:border-box;left:0;padding:inherit;position:static;right:0;top:0}.vc_gitem-zone-b{overflow:hidden}.vc_gitem-zone-b .vc_gitem-zone-mini{bottom:0;left:0;margin:0;padding:inherit;position:static;right:0;top:0}.vc_grid-item-zone-c-left .vc_gitem-animated-block{float:right;width:50%}.vc_grid-item-zone-c-left .vc_gitem-zone-c,.vc_grid-item-zone-c-right .vc_gitem-animated-block{float:left;width:50%}.vc_grid-item-zone-c-right .vc_gitem-zone-c{float:right;width:50%}.vc-gitem-zone-height-mode-auto .vc_gitem-zone-img{display:none!important}.vc-gitem-zone-height-mode-auto:before{content:"";display:block;padding-top:100%}.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-4-3:before{padding-top:75%}.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-3-4:before{padding-top:133.33333333%}.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-16-9:before{padding-top:56.25%}.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-9-16:before{padding-top:177.77777778%}.vc_gitem-animated-block{position:relative}.vc_gitem-animate .vc_btn{transition:all 0s ease}.vc_gitem-animate .vc_gitem-zone-b{z-index:199}.vc_gitem-animate-none .vc_gitem-zone-b{bottom:0;box-sizing:border-box;display:block;filter:alpha(opacity=0);left:0;margin:0;opacity:0;position:absolute;right:0;top:0}.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-none .vc_gitem-zone-b{filter:alpha(opacity=100);opacity:1}:is(.vc_gitem-animate-blurOut,.vc_gitem-animate-blurScaleOut,.vc_gitem-animate-fadeIn,.vc_gitem-animate-scaleIn,.vc_gitem-animate-scaleRotateIn) .vc_gitem-zone-b{bottom:0;box-sizing:border-box;display:block;filter:alpha(opacity=0);left:0;margin:0;opacity:0;position:absolute;right:0;top:0;transition:all 1s ease}:is(.vc_gitem-animate-blurOut,.vc_gitem-animate-blurScaleOut,.vc_gitem-animate-fadeIn,.vc_gitem-animate-scaleIn,.vc_gitem-animate-scaleRotateIn) .vc_gitem-zone-b .vc_separator{transition:all 1s ease;width:0}:is(.vc_gitem-animate-blurOut,.vc_gitem-animate-blurScaleOut,.vc_gitem-animate-fadeIn,.vc_gitem-animate-scaleIn,.vc_gitem-animate-scaleRotateIn) .vc_gitem-zone-b .vc_btn{transform:scale(0);transition:all 1s ease}:is(.vc_gitem-animate-blurOut,.vc_gitem-animate-blurScaleOut,.vc_gitem-animate-fadeIn,.vc_gitem-animate-scaleIn,.vc_gitem-animate-scaleRotateIn) .vc_gitem-zone-b .vc_post-title{-webkit-backface-visibility:hidden;display:inline-block;filter:alpha(opacity=0);opacity:0;-webkit-perspective:1000;transform:translate3d(0,-100%,0);transition:transform 1s cubic-bezier(0,.275,.125,1),opacity .5s cubic-bezier(0,.275,.125,1)}.vc_grid-item-mini.vc_is-hover :is(.vc_gitem-animate-blurOut,.vc_gitem-animate-blurScaleOut,.vc_gitem-animate-fadeIn,.vc_gitem-animate-scaleIn,.vc_gitem-animate-scaleRotateIn) .vc_gitem-zone-b .vc_post-title .vc_separator{transition:all 1s ease;width:50%}.vc_grid-item-mini.vc_is-hover :is(.vc_gitem-animate-blurOut,.vc_gitem-animate-blurScaleOut,.vc_gitem-animate-fadeIn,.vc_gitem-animate-scaleIn,.vc_gitem-animate-scaleRotateIn) .vc_gitem-zone-b .vc_post-title .vc_btn{transform:scale(1);transition:all 1s ease}.vc_grid-item-mini.vc_is-hover :is(.vc_gitem-animate-blurOut,.vc_gitem-animate-blurScaleOut,.vc_gitem-animate-fadeIn,.vc_gitem-animate-scaleIn,.vc_gitem-animate-scaleRotateIn) .vc_gitem-zone-b .vc_post-title .vc_post-title{filter:alpha(opacity=100);opacity:1;transform:translateZ(0)}.vc_grid-item-mini.vc_is-hover :is(.vc_gitem-animate-blurOut,.vc_gitem-animate-blurScaleOut,.vc_gitem-animate-fadeIn,.vc_gitem-animate-scaleIn,.vc_gitem-animate-scaleRotateIn) .vc_gitem-zone-b{filter:alpha(opacity=100);opacity:1}.vc_grid-item-mini.vc_is-hover :is(.vc_gitem-animate-blurOut,.vc_gitem-animate-blurScaleOut,.vc_gitem-animate-fadeIn,.vc_gitem-animate-scaleIn,.vc_gitem-animate-scaleRotateIn) .vc_gitem-zone-b .vc_separator{transition:all 1s ease;width:50%}.vc_grid-item-mini.vc_is-hover :is(.vc_gitem-animate-blurOut,.vc_gitem-animate-blurScaleOut,.vc_gitem-animate-fadeIn,.vc_gitem-animate-scaleIn,.vc_gitem-animate-scaleRotateIn) .vc_gitem-zone-b .vc_btn{transform:scale(1);transition:all 1s ease}.vc_grid-item-mini.vc_is-hover :is(.vc_gitem-animate-blurOut,.vc_gitem-animate-blurScaleOut,.vc_gitem-animate-fadeIn,.vc_gitem-animate-scaleIn,.vc_gitem-animate-scaleRotateIn) .vc_gitem-zone-b .vc_post-title{filter:alpha(opacity=100);opacity:1;transform:translateZ(0)}.vc_gitem-animate-scaleIn{overflow:hidden}.vc_gitem-animate-scaleIn .vc_gitem-zone-a{transform:scale(1);transition:transform .3s ease-in-out}.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-a{transform:scale(1.1)}.vc_gitem-animate-scaleRotateIn{overflow:hidden}.vc_gitem-animate-scaleRotateIn .vc_gitem-zone-a{transform:scale(1);transition:transform .3s ease-in-out}.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-a{transform:scale(1.5) rotate(10deg)}:is(.vc_gitem-animate-blurOut,.vc_gitem-animate-blurScaleOut) .vc_gitem-zone-a{-webkit-backface-visibility:hidden;filter:blur(0);-moz-filter:blur(0);-ms-filter:blur(0);filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius="0");-webkit-perspective:1000;transform-origin:50% 50%;webkit-transition:filter .5s cubic-bezier(0,.275,.125,1),-webkit-transform .5s cubic-bezier(0,.275,.125,1);transition:filter .5s cubic-bezier(0,.275,.125,1),transform .5s cubic-bezier(0,.275,.125,1)}.vc_grid-item-mini.vc_is-hover :is(.vc_gitem-animate-blurOut,.vc_gitem-animate-blurScaleOut) .vc_gitem-zone-a{filter:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../vc/blur.svg#blur);-moz-filter:blur(2px);-ms-filter:blur(2px);filter:blur(2px);filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius="0")}.vc_gitem-animate-blurScaleOut{overflow:hidden}.vc_gitem-animate-blurScaleOut .vc_gitem-zone-a{transform:scale(1.1)}.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-a{transform:scale(1)}.vc_gitem-animate-slideInRight{overflow:hidden}.vc_gitem-animate-slideInRight .vc_gitem-zone-b{bottom:0;display:block;filter:alpha(opacity=0);left:0;margin:0;opacity:0;position:absolute;right:0;top:0;transform:translateX(-100%);transition:all 1s ease}.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-slideInRight .vc_gitem-zone-b{filter:alpha(opacity=100);opacity:1;transform:translateX(0)}.vc_gitem-animate-slideInLeft{overflow:hidden}.vc_gitem-animate-slideInLeft .vc_gitem-zone-b{bottom:0;display:block;filter:alpha(opacity=0);left:0;margin:0;opacity:0;position:absolute;right:0;top:0;transform:translateX(-100%);transition:all 1s ease}.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-slideInLeft .vc_gitem-zone-b{filter:alpha(opacity=100);opacity:1;transform:translateX(0)}.vc_gitem-animate-slideBottom{overflow:hidden;position:relative}.vc_gitem-animate-slideBottom .vc_gitem-zone-b{display:block;height:100%;left:0;margin:0;position:absolute;right:0;top:100%;transition:all 1s ease;z-index:1000}.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-slideBottom .vc_gitem-zone-b{top:0}.vc_gitem-animate-slideTop{overflow:hidden;position:relative}.vc_gitem-animate-slideTop .vc_gitem-zone-b{display:block;height:100%;left:0;margin:0;position:absolute;right:0;top:-100%;transition:all 1s ease;z-index:1000}.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-slideTop .vc_gitem-zone-b{top:0}.vc_gitem-animate-flipFadeIn{overflow:hidden}.vc_gitem-animate-flipFadeIn .vc_gitem-zone-a{backface-visibility:hidden;transform-style:preserve-3d;transition:transform 1s}.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-flipFadeIn .vc_gitem-zone-a{transform:rotateX(180deg)}.vc_gitem-animate-flipFadeIn .vc_gitem-zone-b{backface-visibility:hidden;bottom:0;display:block;filter:alpha(opacity=0);left:0;opacity:0;position:absolute;right:0;top:0;transform:rotateX(180deg);transform-style:preserve-3d;transition:all .6s ease}.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-flipFadeIn .vc_gitem-zone-b{filter:alpha(opacity=100);opacity:1;transform:rotateX(0deg)}.vc_gitem-animate-flipHorizontalFadeIn{overflow:hidden}.vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone-a{backface-visibility:hidden;transform-style:preserve-3d;transition:transform 1s}.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone-a{transform:rotateY(180deg)}.vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone-b{backface-visibility:hidden;bottom:0;display:block;filter:alpha(opacity=0);left:0;opacity:0;position:absolute;right:0;top:0;transform:rotateY(180deg);transform-style:preserve-3d;transition:all .6s ease}.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone-b{filter:alpha(opacity=100);opacity:1;transform:rotateY(0deg)}.vc_gitem-animate-goTop20{overflow:hidden}.vc_gitem-animate-goTop20 .vc_gitem-zone-a{position:relative;transform:translateY(0);transition:transform .5s ease}.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-goTop20 .vc_gitem-zone-a{transform:translateY(-20%)}.vc_gitem-animate-goTop20 .vc_gitem-zone-b{bottom:-100%;display:block;margin:0;position:absolute;transition:bottom .5s ease;width:100%;z-index:1000}.vc_gitem-animate-goTop20 .vc_gitem-zone-b .vc_gitem-zone-mini{position:static;transform:none}.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-goTop20 .vc_gitem-zone-b{bottom:0}.vc_gitem-animate-goBottom20{overflow:hidden}.vc_gitem-animate-goBottom20 .vc_gitem-zone-a{position:relative;transform:translateY(0);transition:transform .5s ease}.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-goBottom20 .vc_gitem-zone-a{transform:translateY(20%)}.vc_gitem-animate-goBottom20 .vc_gitem-zone-b{display:block;margin:0;position:absolute;top:-100%;transition:top .5s ease;width:100%;z-index:1000}.vc_gitem-animate-goBottom20 .vc_gitem-zone-b .vc_gitem-zone-mini{position:static;transform:none}.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-goBottom20 .vc_gitem-zone-b{top:0}.vc_gitem-post-data{margin-bottom:15px}.vc_gitem-post-data h2{margin:0}.vc_gitem-post-category-name .vc_gitem-link{color:inherit}.vc_grid .vc_pageable-load-more-btn{margin-top:25px;text-align:center}.vc_grid .vc_pageable-load-more-btn>.vc_btn{outline:none}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots{display:none;margin-top:20px;text-align:center;-webkit-tap-highlight-color:transparent}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots .vc_grid-owl-dot{cursor:pointer;display:inline-block}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots .vc_grid-owl-dot span{-webkit-backface-visibility:visible;display:block;height:10px;margin:5px 7px;transition:opacity .2s ease;width:10px}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots{display:block}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots .vc_grid-owl-dot span{border:3px solid;transition:background-color .2s ease}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots{display:block}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots .vc_grid-owl-dot span{border:3px solid;border-radius:10px;transition:background-color .2s ease}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots{display:block}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots .vc_grid-owl-dot span{border-radius:30px;filter:alpha(opacity=60);opacity:.6}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots :is(.vc_grid-owl-dot.active,.vc_grid-owl-dot:hover) span{filter:alpha(opacity=100);opacity:1}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots{display:block}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots .vc_grid-owl-dot span{-webkit-backface-visibility:visible;display:block;filter:alpha(opacity=60);height:10px;margin:5px 7px;opacity:.6;transition:opacity .2s ease;width:10px}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots :is(.vc_grid-owl-dot.active,.vc_grid-owl-dot:hover) span{filter:alpha(opacity=100);opacity:1}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots{display:block}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots .vc_grid-owl-dot span{-webkit-backface-visibility:visible;border-radius:3px;display:block;filter:alpha(opacity=60);height:10px;margin:5px 7px;opacity:.6;transition:opacity .2s ease;width:10px}.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots :is(.vc_grid-owl-dot.active,.vc_grid-owl-dot:hover) span{filter:alpha(opacity=100);opacity:1}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-blue,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-blue) .vc_grid-owl-dot span{border-color:#5472d2!important}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot.active,.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot:hover,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot.active,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot:hover) span{background-color:#5472d2!important;border-color:#5472d2!important}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-turquoise,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-turquoise) .vc_grid-owl-dot span{border-color:#00c1cf!important}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot.active,.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot:hover,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot.active,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot:hover) span{background-color:#00c1cf!important;border-color:#00c1cf!important}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-pink,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-pink) .vc_grid-owl-dot span{border-color:#fe6c61!important}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot.active,.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot:hover,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot.active,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot:hover) span{background-color:#fe6c61!important;border-color:#fe6c61!important}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-violet,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-violet) .vc_grid-owl-dot span{border-color:#8d6dc4!important}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot.active,.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot:hover,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot.active,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot:hover) span{background-color:#8d6dc4!important;border-color:#8d6dc4!important}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-peacoc,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-peacoc) .vc_grid-owl-dot span{border-color:#4cadc9!important}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot.active,.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot:hover,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot.active,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot:hover) span{background-color:#4cadc9!important;border-color:#4cadc9!important}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-chino,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-chino) .vc_grid-owl-dot span{border-color:#cec2ab!important}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot.active,.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot:hover,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot.active,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot:hover) span{background-color:#cec2ab!important;border-color:#cec2ab!important}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-mulled_wine,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-mulled_wine) .vc_grid-owl-dot span{border-color:#50485b!important}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot.active,.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot:hover,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot.active,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot:hover) span{background-color:#50485b!important;border-color:#50485b!important}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-vista_blue,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-vista_blue) .vc_grid-owl-dot span{border-color:#75d69c!important}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot.active,.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot:hover,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot.active,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot:hover) span{background-color:#75d69c!important;border-color:#75d69c!important}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-black,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-black) .vc_grid-owl-dot span{border-color:#2a2a2a!important}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot.active,.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot:hover,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot.active,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot:hover) span{background-color:#2a2a2a!important;border-color:#2a2a2a!important}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-grey,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey) .vc_grid-owl-dot span{border-color:#ebebeb!important}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot.active,.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot:hover,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot.active,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot:hover) span{background-color:#ebebeb!important;border-color:#ebebeb!important}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-orange,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-orange) .vc_grid-owl-dot span{border-color:#f7be68!important}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot.active,.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot:hover,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot.active,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot:hover) span{background-color:#f7be68!important;border-color:#f7be68!important}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sky,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sky) .vc_grid-owl-dot span{border-color:#5aa1e3!important}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot.active,.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot:hover,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot.active,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot:hover) span{background-color:#5aa1e3!important;border-color:#5aa1e3!important}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-green,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-green) .vc_grid-owl-dot span{border-color:#6dab3c!important}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot.active,.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot:hover,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot.active,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot:hover) span{background-color:#6dab3c!important;border-color:#6dab3c!important}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-juicy_pink,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-juicy_pink) .vc_grid-owl-dot span{border-color:#f4524d!important}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot.active,.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot:hover,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot.active,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot:hover) span{background-color:#f4524d!important;border-color:#f4524d!important}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sandy_brown,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sandy_brown) .vc_grid-owl-dot span{border-color:#f79468!important}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot.active,.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot:hover,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot.active,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot:hover) span{background-color:#f79468!important;border-color:#f79468!important}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-purple,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-purple) .vc_grid-owl-dot span{border-color:#b97ebb!important}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot.active,.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot:hover,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot.active,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot:hover) span{background-color:#b97ebb!important;border-color:#b97ebb!important}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-white,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-white) .vc_grid-owl-dot span{border-color:#fff!important}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot.active,.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot:hover,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot.active,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot:hover) span{background-color:#fff!important;border-color:#fff!important}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-custom,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-custom) .vc_grid-owl-dot span{border-color:var(--vc-grid-paging-color)}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-custom .vc_grid-owl-dot.active,.vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-custom .vc_grid-owl-dot:hover,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-custom .vc_grid-owl-dot.active,.vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-custom .vc_grid-owl-dot:hover) span{background-color:var(--vc-grid-paging-color);border-color:var(--vc-grid-paging-color)}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-blue,.vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-blue,.vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-blue) .vc_grid-owl-dot span{background-color:#5472d2!important}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-turquoise,.vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-turquoise,.vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-turquoise) .vc_grid-owl-dot span{background-color:#00c1cf!important}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-pink,.vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-pink,.vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-pink) .vc_grid-owl-dot span{background-color:#fe6c61!important}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-violet,.vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-violet,.vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-violet) .vc_grid-owl-dot span{background-color:#8d6dc4!important}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-peacoc,.vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-peacoc,.vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-peacoc) .vc_grid-owl-dot span{background-color:#4cadc9!important}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-chino,.vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-chino,.vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-chino) .vc_grid-owl-dot span{background-color:#cec2ab!important}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-mulled_wine,.vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-mulled_wine,.vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-mulled_wine) .vc_grid-owl-dot span{background-color:#50485b!important}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-vista_blue,.vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-vista_blue,.vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-vista_blue) .vc_grid-owl-dot span{background-color:#75d69c!important}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-black,.vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-black,.vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-black) .vc_grid-owl-dot span{background-color:#2a2a2a!important}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-grey,.vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-grey,.vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-grey) .vc_grid-owl-dot span{background-color:#ebebeb!important}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-orange,.vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-orange,.vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-orange) .vc_grid-owl-dot span{background-color:#f7be68!important}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-sky,.vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-sky,.vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-sky) .vc_grid-owl-dot span{background-color:#5aa1e3!important}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-green,.vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-green,.vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-green) .vc_grid-owl-dot span{background-color:#6dab3c!important}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-juicy_pink,.vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-juicy_pink,.vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-juicy_pink) .vc_grid-owl-dot span{background-color:#f4524d!important}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-sandy_brown,.vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-sandy_brown,.vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-sandy_brown) .vc_grid-owl-dot span{background-color:#f79468!important}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-purple,.vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-purple,.vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-purple) .vc_grid-owl-dot span{background-color:#b97ebb!important}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-white,.vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-white,.vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-white) .vc_grid-owl-dot span{background-color:#fff!important}.vc_grid.vc_grid-owl-theme :is(.vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-custom,.vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-custom,.vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-custom) .vc_grid-owl-dot span{background-color:var(--vc-grid-paging-color)}.vc_grid.vc_grid-owl-theme:hover .vc_grid-owl-nav{filter:alpha(opacity=100);opacity:1}.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav{cursor:pointer;filter:alpha(opacity=0);opacity:0;transition:opacity .3s ease-in 0s;-webkit-tap-highlight-color:transparent}.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .disabled{display:none!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav :is(.vc_grid-owl-next,.vc_grid-owl-prev){cursor:pointer;display:inline-block;filter:alpha(opacity=50);font-size:25px;height:25px;line-height:25px;margin-top:-12.5px;opacity:.5;position:absolute;text-decoration:none;top:50%;transition:opacity .3s ease-in 0s}.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav :is(.vc_grid-owl-next:hover,.vc_grid-owl-prev:hover){filter:alpha(opacity=100);opacity:1}.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev{left:5px}.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev.vc_grid-nav-prev-outside{left:-30px}.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next{right:5px}.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next.vc_grid-nav-next-outside{right:-30px}.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-blue{color:#5472d2!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-turquoise{color:#00c1cf!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-pink{color:#fe6c61!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-violet{color:#8d6dc4!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-peacoc{color:#4cadc9!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-chino{color:#cec2ab!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-mulled_wine{color:#50485b!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-vista_blue{color:#75d69c!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-black{color:#2a2a2a!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-grey{color:#ebebeb!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-orange{color:#f7be68!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-sky{color:#5aa1e3!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-green{color:#6dab3c!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-juicy_pink{color:#f4524d!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-sandy_brown{color:#f79468!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-purple{color:#b97ebb!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-white{color:#fff!important}.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-custom{color:var(--vc-grid-arrows-color)!important}.vc_grid.vc_grid-owl-theme.vc_grid-gutter-1px .vc_grid-owl-nav :is(.vc_grid-owl-next,.vc_grid-owl-prev){margin-top:-13px}.vc_grid.vc_grid-owl-theme.vc_grid-gutter-2px .vc_grid-owl-nav :is(.vc_grid-owl-next,.vc_grid-owl-prev){margin-top:-13.5px}.vc_grid.vc_grid-owl-theme.vc_grid-gutter-3px .vc_grid-owl-nav :is(.vc_grid-owl-next,.vc_grid-owl-prev){margin-top:-14px}.vc_grid.vc_grid-owl-theme.vc_grid-gutter-4px .vc_grid-owl-nav :is(.vc_grid-owl-next,.vc_grid-owl-prev){margin-top:-14.5px}.vc_grid.vc_grid-owl-theme.vc_grid-gutter-5px .vc_grid-owl-nav :is(.vc_grid-owl-next,.vc_grid-owl-prev){margin-top:-15px}.vc_grid.vc_grid-owl-theme.vc_grid-gutter-10px .vc_grid-owl-nav :is(.vc_grid-owl-next,.vc_grid-owl-prev){margin-top:-17.5px}.vc_grid.vc_grid-owl-theme.vc_grid-gutter-15px .vc_grid-owl-nav :is(.vc_grid-owl-next,.vc_grid-owl-prev){margin-top:-20px}.vc_grid.vc_grid-owl-theme.vc_grid-gutter-20px .vc_grid-owl-nav :is(.vc_grid-owl-next,.vc_grid-owl-prev){margin-top:-22.5px}.vc_grid.vc_grid-owl-theme.vc_grid-gutter-25px .vc_grid-owl-nav :is(.vc_grid-owl-next,.vc_grid-owl-prev){margin-top:-25px}.vc_grid.vc_grid-owl-theme.vc_grid-gutter-30px .vc_grid-owl-nav :is(.vc_grid-owl-next,.vc_grid-owl-prev){margin-top:-27.5px}.vc_grid.vc_grid-owl-theme.vc_grid-gutter-35px .vc_grid-owl-nav :is(.vc_grid-owl-next,.vc_grid-owl-prev){margin-top:-30px}.vc_grid.vc_grid-owl-theme.vc_grid-gutter .vc_grid-owl-nav :is(.vc_grid-owl-next,.vc_grid-owl-prev){margin-top:calc(-12.5px + var(--vc-grid-gap, 0px)/2*-1)}.vc_grid-pagination .vc_grid-pagination-list{border-radius:2px;display:block;margin:20px 0 0!important;outline:none;padding-left:0;text-align:center}.vc_grid-pagination .vc_grid-pagination-list>li{border:0 solid #0000;display:inline-block;margin:0}.vc_grid-pagination .vc_grid-pagination-list>li>:is(a,span){background-color:#337ab7;border:1px solid #337ab7;color:#fff;filter:alpha(opacity=50);float:left;font-size:10px;line-height:1.42857143;margin-left:-1px;opacity:.5;padding:3px 10px;position:relative;text-decoration:none;transition:opacity .3s ease-in 0s}.vc_grid-pagination .vc_grid-pagination-list>li:first-child>:is(a,span){margin-left:0}.vc_grid-pagination .vc_grid-pagination-list>:is(li:focus a,li:focus span,li:hover a,li:hover span){filter:alpha(opacity=100);opacity:1}.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-prev>a:after{content:"\e61b";display:inline-block;font-family:vc_grid_v1}.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-next>a:after{content:"\e61a";display:inline-block;font-family:vc_grid_v1}.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-first>a:after{content:"\e618";display:inline-block;font-family:vc_grid_v1}.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-last>a:after{content:"\e619";display:inline-block;font-family:vc_grid_v1}.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-active>a,.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-active>a:focus,.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-active>a:hover,.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-active>span,.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-active>span:focus,.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-active>span:hover{cursor:default;filter:alpha(opacity=100);opacity:1;z-index:2}.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-disabled>a,.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-disabled>a:focus,.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-disabled>a:hover,.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-disabled>span,.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-disabled>span:focus,.vc_grid-pagination .vc_grid-pagination-list>.vc_grid-disabled>span:hover{display:none}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-blue>li{border-color:#5472d2!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-blue>li>:is(a,span){background-color:#5472d2!important;border-color:#5472d2!important;color:#fff!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-turquoise>li{border-color:#00c1cf!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-turquoise>li>:is(a,span){background-color:#00c1cf!important;border-color:#00c1cf!important;color:#fff!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-pink>li{border-color:#fe6c61!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-pink>li>:is(a,span){background-color:#fe6c61!important;border-color:#fe6c61!important;color:#fff!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-violet>li{border-color:#8d6dc4!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-violet>li>:is(a,span){background-color:#8d6dc4!important;border-color:#8d6dc4!important;color:#fff!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-peacoc>li{border-color:#4cadc9!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-peacoc>li>:is(a,span){background-color:#4cadc9!important;border-color:#4cadc9!important;color:#fff!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-chino>li{border-color:#cec2ab!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-chino>li>:is(a,span){background-color:#cec2ab!important;border-color:#cec2ab!important;color:#fff!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-mulled_wine>li{border-color:#50485b!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-mulled_wine>li>:is(a,span){background-color:#50485b!important;border-color:#50485b!important;color:#fff!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-vista_blue>li{border-color:#75d69c!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-vista_blue>li>:is(a,span){background-color:#75d69c!important;border-color:#75d69c!important;color:#fff!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-black>li{border-color:#2a2a2a!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-black>li>:is(a,span){background-color:#2a2a2a!important;border-color:#2a2a2a!important;color:#fff!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-grey>li{border-color:#ebebeb!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-grey>li>:is(a,span){background-color:#ebebeb!important;border-color:#ebebeb!important;color:#fff!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-orange>li{border-color:#f7be68!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-orange>li>:is(a,span){background-color:#f7be68!important;border-color:#f7be68!important;color:#fff!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sky>li{border-color:#5aa1e3!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sky>li>:is(a,span){background-color:#5aa1e3!important;border-color:#5aa1e3!important;color:#fff!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-green>li{border-color:#6dab3c!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-green>li>:is(a,span){background-color:#6dab3c!important;border-color:#6dab3c!important;color:#fff!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-juicy_pink>li{border-color:#f4524d!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-juicy_pink>li>:is(a,span){background-color:#f4524d!important;border-color:#f4524d!important;color:#fff!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sandy_brown>li{border-color:#f79468!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sandy_brown>li>:is(a,span){background-color:#f79468!important;border-color:#f79468!important;color:#fff!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-purple>li{border-color:#b97ebb!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-purple>li>:is(a,span){background-color:#b97ebb!important;border-color:#b97ebb!important;color:#fff!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-white>li{border-color:#fff!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-white>li>:is(a,span){background-color:#fff!important;border-color:#fff!important;color:#2a2a2a!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-custom>li{border-color:var(--vc-grid-paging-color)}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-custom>li>:is(a,span){background-color:var(--vc-grid-paging-color);border-color:var(--vc-grid-paging-color);color:var(--vc-grid-paging-color-contrast)}.vc_grid-pagination :is(.vc_grid-pagination-list.vc_grid-pagination_default>li>a,.vc_grid-pagination-list.vc_grid-pagination_default>li>span,.vc_grid-pagination-list.vc_grid-pagination_default_dark>li>a,.vc_grid-pagination-list.vc_grid-pagination_default_dark>li>span,.vc_grid-pagination-list.vc_grid-pagination_default_light>li>a,.vc_grid-pagination-list.vc_grid-pagination_default_light>li>span){box-sizing:border-box;min-height:22px;min-width:28px}.vc_grid-pagination :is(.vc_grid-pagination-list.vc_grid-pagination_default>li:first-child>a,.vc_grid-pagination-list.vc_grid-pagination_default>li:first-child>span,.vc_grid-pagination-list.vc_grid-pagination_default_dark>li:first-child>a,.vc_grid-pagination-list.vc_grid-pagination_default_dark>li:first-child>span,.vc_grid-pagination-list.vc_grid-pagination_default_light>li:first-child>a,.vc_grid-pagination-list.vc_grid-pagination_default_light>li:first-child>span){border-bottom-left-radius:2px;border-top-left-radius:2px}.vc_grid-pagination :is(.vc_grid-pagination-list.vc_grid-pagination_default>li:last-child>a,.vc_grid-pagination-list.vc_grid-pagination_default>li:last-child>span,.vc_grid-pagination-list.vc_grid-pagination_default_dark>li:last-child>a,.vc_grid-pagination-list.vc_grid-pagination_default_dark>li:last-child>span,.vc_grid-pagination-list.vc_grid-pagination_default_light>li:last-child>a,.vc_grid-pagination-list.vc_grid-pagination_default_light>li:last-child>span){border-bottom-right-radius:2px;border-top-right-radius:2px}.vc_grid-pagination :is(.vc_grid-pagination-list.vc_grid-pagination_square>li>a,.vc_grid-pagination-list.vc_grid-pagination_square>li>span,.vc_grid-pagination-list.vc_grid-pagination_square_dark>li>a,.vc_grid-pagination-list.vc_grid-pagination_square_dark>li>span,.vc_grid-pagination-list.vc_grid-pagination_square_light>li>a,.vc_grid-pagination-list.vc_grid-pagination_square_light>li>span){box-sizing:border-box;margin-left:5px;min-height:22px;min-width:22px;padding:3px}.vc_grid-pagination :is(.vc_grid-pagination-list.vc_grid-pagination_rounded>li>a,.vc_grid-pagination-list.vc_grid-pagination_rounded>li>span,.vc_grid-pagination-list.vc_grid-pagination_rounded_dark>li>a,.vc_grid-pagination-list.vc_grid-pagination_rounded_dark>li>span,.vc_grid-pagination-list.vc_grid-pagination_rounded_light>li>a,.vc_grid-pagination-list.vc_grid-pagination_rounded_light>li>span,.vc_grid-pagination-list.vc_grid-pagination_rounded_square>li>a,.vc_grid-pagination-list.vc_grid-pagination_rounded_square>li>span,.vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark>li>a,.vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark>li>span,.vc_grid-pagination-list.vc_grid-pagination_rounded_square_light>li>a,.vc_grid-pagination-list.vc_grid-pagination_rounded_square_light>li>span){border-radius:30px;box-sizing:border-box;margin-left:5px;min-height:22px;min-width:22px;padding:3px}.vc_grid-pagination :is(.vc_grid-pagination-list.vc_grid-pagination_rounded_square>li>a,.vc_grid-pagination-list.vc_grid-pagination_rounded_square>li>span,.vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark>li>a,.vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark>li>span,.vc_grid-pagination-list.vc_grid-pagination_rounded_square_light>li>a,.vc_grid-pagination-list.vc_grid-pagination_rounded_square_light>li>span){border-radius:5px;box-sizing:border-box;min-height:22px;min-width:22px;padding:3px}.vc_grid-pagination :is(.vc_grid-pagination-list.vc_grid-pagination_default_dark>li>a,.vc_grid-pagination-list.vc_grid-pagination_default_dark>li>span,.vc_grid-pagination-list.vc_grid-pagination_rounded_dark>li>a,.vc_grid-pagination-list.vc_grid-pagination_rounded_dark>li>span,.vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark>li>a,.vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark>li>span,.vc_grid-pagination-list.vc_grid-pagination_square_dark>li>a,.vc_grid-pagination-list.vc_grid-pagination_square_dark>li>span){background-color:initial!important;color:#000!important}.vc_grid-pagination :is(.vc_grid-pagination-list.vc_grid-pagination_default_light>li>a,.vc_grid-pagination-list.vc_grid-pagination_default_light>li>span,.vc_grid-pagination-list.vc_grid-pagination_rounded_light>li>a,.vc_grid-pagination-list.vc_grid-pagination_rounded_light>li>span,.vc_grid-pagination-list.vc_grid-pagination_rounded_square_light>li>a,.vc_grid-pagination-list.vc_grid-pagination_rounded_square_light>li>span,.vc_grid-pagination-list.vc_grid-pagination_square_light>li>a,.vc_grid-pagination-list.vc_grid-pagination_square_light>li>span){background-color:initial!important;color:#fff!important}.vc_grid-pagination :is(.vc_grid-pagination-list.vc_grid-pagination_stripes_dark,.vc_grid-pagination-list.vc_grid-pagination_stripes_light)>li{border-left-width:1px!important}.vc_grid-pagination :is(.vc_grid-pagination-list.vc_grid-pagination_stripes_dark,.vc_grid-pagination-list.vc_grid-pagination_stripes_light)>li>a{background:none repeat scroll 0 0 #0000!important;border-width:0}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark li.vc_grid-disabled+li,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark>li:first-child,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light li.vc_grid-disabled+li,.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light>li:first-child{border-width:0!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark>li>a{color:#000!important}.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light>li>a{color:#fff!important}.vc_grid-loading{animation-delay:.16s;font-size:10px;height:20px;margin:2em auto;position:relative;text-indent:-9999em}.vc_grid-loading,.vc_grid-loading:after,.vc_grid-loading:before{animation-fill-mode:both;animation:load7 1.8s ease-in-out infinite;border-radius:50%;height:12px;width:12px}.vc_grid-loading:before{left:-20px}.vc_grid-loading:after{animation-delay:.32s;left:20px}.vc_grid-loading:after,.vc_grid-loading:before{content:"";position:absolute;top:0}@keyframes load7{0%,80%,to{box-shadow:0 2.5em 0 -1.3em #ebebebbf}40%{box-shadow:0 2.5em 0 0 #ebebebbf}}.vc_grid-filter{list-style:none;margin-bottom:20px;margin-left:0;padding:0}.vc_grid-filter.vc_grid-filter-center{text-align:center}.vc_grid-filter.vc_grid-filter-right{text-align:right}.vc_grid-filter.vc_grid-filter-left{text-align:left}.vc_grid-filter.vc_grid-filter-color-blue>:is(.vc_grid-filter-item.vc_active,.vc_grid-filter-item:hover){background-color:#5472d2}.vc_grid-filter.vc_grid-filter-color-blue>:is(.vc_grid-filter-item.vc_active,.vc_grid-filter-item:hover)>span{color:#fff}.vc_grid-filter.vc_grid-filter-color-turquoise>:is(.vc_grid-filter-item.vc_active,.vc_grid-filter-item:hover){background-color:#00c1cf}.vc_grid-filter.vc_grid-filter-color-turquoise>:is(.vc_grid-filter-item.vc_active,.vc_grid-filter-item:hover)>span{color:#fff}.vc_grid-filter.vc_grid-filter-color-pink>:is(.vc_grid-filter-item.vc_active,.vc_grid-filter-item:hover){background-color:#fe6c61}.vc_grid-filter.vc_grid-filter-color-pink>:is(.vc_grid-filter-item.vc_active,.vc_grid-filter-item:hover)>span{color:#fff}.vc_grid-filter.vc_grid-filter-color-violet>:is(.vc_grid-filter-item.vc_active,.vc_grid-filter-item:hover){background-color:#8d6dc4}.vc_grid-filter.vc_grid-filter-color-violet>:is(.vc_grid-filter-item.vc_active,.vc_grid-filter-item:hover)>span{color:#fff}.vc_grid-filter.vc_grid-filter-color-peacoc>:is(.vc_grid-filter-item.vc_active,.vc_grid-filter-item:hover){background-color:#4cadc9}.vc_grid-filter.vc_grid-filter-color-peacoc>:is(.vc_grid-filter-item.vc_active,.vc_grid-filter-item:hover)>span{color:#fff}.vc_grid-filter.vc_grid-filter-color-chino>:is(.vc_grid-filter-item.vc_active,.vc_grid-filter-item:hover){background-color:#cec2ab}.vc_grid-filter.vc_grid-filter-color-chino>:is(.vc_grid-filter-item.vc_active,.vc_grid-filter-item:hover)>span{color:#fff}.vc_grid-filter.vc_grid-filter-color-mulled_wine>:is(.vc_grid-filter-item.vc_active,.vc_grid-filter-item:hover){background-color:#50485b}.vc_grid-filter.vc_grid-filter-color-mulled_wine>:is(.vc_grid-filter-item.vc_active,.vc_grid-filter-item:hover)>span{color:#fff}.vc_grid-filter.vc_grid-filter-color-vista_blue>:is(.vc_grid-filter-item.vc_active,.vc_grid-filter-item:hover){background-color:#75d69c}.vc_grid-filter.vc_grid-filter-color-vista_blue>:is(.vc_grid-filter-item.vc_active,.vc_grid-filter-item:hover)>span{color:#fff}.vc_grid-filter.vc_grid-filter-color-black>:is(.vc_grid-filter-item.vc_active,.vc_grid-filter-item:hover){background-color:#2a2a2a}.vc_grid-filter.vc_grid-filter-color-black>:is(.vc_grid-filter-item.vc_active,.vc_grid-filter-item:hover)>span{color:#fff}.vc_grid-filter.vc_grid-filter-color-grey>:is(.vc_grid-filter-item.vc_active,.vc_grid-filter-item:hover){background-color:#ebebeb}.vc_grid-filter.vc_grid-filter-color-grey>:is(.vc_grid-filter-item.vc_active,.vc_grid-filter-item:hover)>span{color:#666}.vc_grid-filter.vc_grid-filter-color-orange>:is(.vc_grid-filter-item.vc_active,.vc_grid-filter-item:hover){background-color:#f7be68}.vc_grid-filter.vc_grid-filter-color-orange>:is(.vc_grid-filter-item.vc_active,.vc_grid-filter-item:hover)>span{color:#fff}.vc_grid-filter.vc_grid-filter-color-sky>:is(.vc_grid-filter-item.vc_active,.vc_grid-filter-item:hover){background-color:#5aa1e3}.vc_grid-filter.vc_grid-filter-color-sky>:is(.vc_grid-filter-item.vc_active,.vc_grid-filter-item:hover)>span{color:#fff}.vc_grid-filter.vc_grid-filter-color-green>:is(.vc_grid-filter-item.vc_active,.vc_grid-filter-item:hover){background-color:#6dab3c}.vc_grid-filter.vc_grid-filter-color-green>:is(.vc_grid-filter-item.vc_active,.vc_grid-filter-item:hover)>span{color:#fff}.vc_grid-filter.vc_grid-filter-color-juicy_pink>:is(.vc_grid-filter-item.vc_active,.vc_grid-filter-item:hover){background-color:#f4524d}.vc_grid-filter.vc_grid-filter-color-juicy_pink>:is(.vc_grid-filter-item.vc_active,.vc_grid-filter-item:hover)>span{color:#fff}.vc_grid-filter.vc_grid-filter-color-sandy_brown>:is(.vc_grid-filter-item.vc_active,.vc_grid-filter-item:hover){background-color:#f79468}.vc_grid-filter.vc_grid-filter-color-sandy_brown>:is(.vc_grid-filter-item.vc_active,.vc_grid-filter-item:hover)>span{color:#fff}.vc_grid-filter.vc_grid-filter-color-purple>:is(.vc_grid-filter-item.vc_active,.vc_grid-filter-item:hover){background-color:#b97ebb}.vc_grid-filter.vc_grid-filter-color-purple>:is(.vc_grid-filter-item.vc_active,.vc_grid-filter-item:hover)>span{color:#fff}.vc_grid-filter.vc_grid-filter-color-white>:is(.vc_grid-filter-item.vc_active,.vc_grid-filter-item:hover){background-color:#fff}.vc_grid-filter.vc_grid-filter-color-white>:is(.vc_grid-filter-item.vc_active,.vc_grid-filter-item:hover)>span{color:#666}.vc_grid-filter.vc_grid-filter-color-custom>:is(.vc_grid-filter-item.vc_active,.vc_grid-filter-item:hover){background-color:var(--vc-filter-bg)}.vc_grid-filter.vc_grid-filter-color-custom>:is(.vc_grid-filter-item.vc_active,.vc_grid-filter-item:hover)>span{color:var(--vc-filter-bg-contrast)}.vc_grid-filter>.vc_grid-filter-item{background:#0000;cursor:pointer;display:inline-block;padding:4px 10px;transition:background-color .1s linear}.vc_grid-filter>.vc_grid-filter-item:first-child{margin-left:0!important}.vc_grid-filter>.vc_grid-filter-item>span{outline:none;padding:0;text-decoration:none;transition:color .1s linear}.vc_grid-filter>:is(.vc_grid-filter-item.vc_active,.vc_grid-filter-item:hover)>span{text-decoration:none}.vc_grid-filter.vc_grid-filter-default>.vc_grid-filter-item{border-radius:30px;margin:0 5px 5px 0}:is(.vc_grid-filter.vc_grid-filter-,.vc_grid-filter.vc_grid-filter-comma) .vc_grid-filter-item{padding:0!important}.vc_grid-filter.vc_grid-filter-default-less-rounded>.vc_grid-filter-item{border-radius:5px;margin:0 5px 5px 0}:is(.vc_grid-filter.vc_grid-filter-bordered-rounded-less,.vc_grid-filter.vc_grid-filter-bordered-rounded,.vc_grid-filter.vc_grid-filter-bordered)>.vc_grid-filter-item{border:1px solid #ebebebcc;border-collapse:collapse;margin:0}:is(.vc_grid-filter.vc_grid-filter-bordered-rounded-less,.vc_grid-filter.vc_grid-filter-bordered-rounded,.vc_grid-filter.vc_grid-filter-bordered)>.vc_grid-filter-item:nth-child(n+2){margin-left:-1px;margin-top:-1px}.vc_grid-filter.vc_grid-filter-bordered-rounded-less>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-bordered-rounded-less>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-bordered-rounded>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-bordered-rounded>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-bordered>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-bordered>.vc_grid-filter-item:hover{border-color:#0000;position:relative;z-index:1}:is(.vc_grid-filter.vc_grid-filter-bordered-rounded-less>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-bordered-rounded-less>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-bordered-rounded>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-bordered-rounded>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-bordered>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-bordered>.vc_grid-filter-item:hover)>a{text-decoration:none}.vc_grid-filter.vc_grid-filter-bordered-rounded>.vc_grid-filter-item:first-child{border-bottom-left-radius:30px;border-top-left-radius:30px}.vc_grid-filter.vc_grid-filter-bordered-rounded>.vc_grid-filter-item:last-child{border-bottom-right-radius:30px;border-top-right-radius:30px}.vc_grid-filter.vc_grid-filter-bordered-rounded-less>.vc_grid-filter-item:first-child{border-bottom-left-radius:3px;border-top-left-radius:3px}.vc_grid-filter.vc_grid-filter-bordered-rounded-less>.vc_grid-filter-item:last-child{border-bottom-right-radius:3px;border-top-right-radius:3px}:is(.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue)>.vc_grid-filter-item{background-color:#7c93dd}:is(.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue)>.vc_grid-filter-item>span{color:#fff}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue>.vc_grid-filter-item:hover{background-color:#5472d2}:is(.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue>.vc_grid-filter-item:hover)>span{color:#fff}:is(.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise)>.vc_grid-filter-item{background-color:#00919c}:is(.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise)>.vc_grid-filter-item>span{color:#fff}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise>.vc_grid-filter-item:hover{background-color:#00c1cf}:is(.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise>.vc_grid-filter-item:hover)>span{color:#fff}:is(.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink)>.vc_grid-filter-item{background-color:#fe9b94}:is(.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink)>.vc_grid-filter-item>span{color:#fff}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink>.vc_grid-filter-item:hover{background-color:#fe6c61}:is(.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink>.vc_grid-filter-item:hover)>span{color:#fff}:is(.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet)>.vc_grid-filter-item{background-color:#a991d3}:is(.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet)>.vc_grid-filter-item>span{color:#fff}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet>.vc_grid-filter-item:hover{background-color:#8d6dc4}:is(.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet>.vc_grid-filter-item:hover)>span{color:#fff}:is(.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc)>.vc_grid-filter-item{background-color:#73bfd5}:is(.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc)>.vc_grid-filter-item>span{color:#fff}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc>.vc_grid-filter-item:hover{background-color:#4cadc9}:is(.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc>.vc_grid-filter-item:hover)>span{color:#fff}:is(.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino)>.vc_grid-filter-item{background-color:#e1d9cb}:is(.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino)>.vc_grid-filter-item>span{color:#fff}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino>.vc_grid-filter-item:hover{background-color:#cec2ab}:is(.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino>.vc_grid-filter-item:hover)>span{color:#fff}:is(.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine)>.vc_grid-filter-item{background-color:#695f77}:is(.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine)>.vc_grid-filter-item>span{color:#fff}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item:hover{background-color:#50485b}:is(.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine>.vc_grid-filter-item:hover)>span{color:#fff}:is(.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue)>.vc_grid-filter-item{background-color:#9ce2b8}:is(.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue)>.vc_grid-filter-item>span{color:#fff}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue>.vc_grid-filter-item:hover{background-color:#75d69c}:is(.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue>.vc_grid-filter-item:hover)>span{color:#fff}:is(.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black)>.vc_grid-filter-item{background-color:#444}:is(.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black)>.vc_grid-filter-item>span{color:#fff}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black>.vc_grid-filter-item:hover{background-color:#2a2a2a}:is(.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black>.vc_grid-filter-item:hover)>span{color:#fff}:is(.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey)>.vc_grid-filter-item{background-color:#d2d2d2}:is(.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey)>.vc_grid-filter-item>span{color:#666}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey>.vc_grid-filter-item:hover{background-color:#ebebeb}:is(.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey>.vc_grid-filter-item:hover)>span{color:#666}:is(.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange)>.vc_grid-filter-item{background-color:#fad398}:is(.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange)>.vc_grid-filter-item>span{color:#fff}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange>.vc_grid-filter-item:hover{background-color:#f7be68}:is(.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange>.vc_grid-filter-item:hover)>span{color:#fff}:is(.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky)>.vc_grid-filter-item{background-color:#86baea}:is(.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky)>.vc_grid-filter-item>span{color:#fff}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky>.vc_grid-filter-item:hover{background-color:#5aa1e3}:is(.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky>.vc_grid-filter-item:hover)>span{color:#fff}:is(.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green)>.vc_grid-filter-item{background-color:#87c456}:is(.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green)>.vc_grid-filter-item>span{color:#fff}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green>.vc_grid-filter-item:hover{background-color:#6dab3c}:is(.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green>.vc_grid-filter-item:hover)>span{color:#fff}:is(.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink)>.vc_grid-filter-item{background-color:#f7817d}:is(.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink)>.vc_grid-filter-item>span{color:#fff}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item:hover{background-color:#f4524d}:is(.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink>.vc_grid-filter-item:hover)>span{color:#fff}:is(.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown)>.vc_grid-filter-item{background-color:#fab698}:is(.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown)>.vc_grid-filter-item>span{color:#fff}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item:hover{background-color:#f79468}:is(.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown>.vc_grid-filter-item:hover)>span{color:#fff}:is(.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple)>.vc_grid-filter-item{background-color:#cb9fcd}:is(.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple)>.vc_grid-filter-item>span{color:#fff}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple>.vc_grid-filter-item:hover{background-color:#b97ebb}:is(.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple>.vc_grid-filter-item:hover)>span{color:#fff}:is(.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white)>.vc_grid-filter-item{background-color:#e6e6e6}:is(.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white)>.vc_grid-filter-item>span{color:#666}.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white>.vc_grid-filter-item:hover{background-color:#fff}:is(.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white>.vc_grid-filter-item:hover)>span{color:#666}:is(.vc_grid-filter.vc_grid-filter-filled-rounded,.vc_grid-filter.vc_grid-filter-filled)>.vc_grid-filter-item{background-color:var(--vc-filter-bg);border:1px solid #0000;border-collapse:collapse;margin:0;padding:3px 7px;transition:background-color .2s ease}:is(.vc_grid-filter.vc_grid-filter-filled-rounded,.vc_grid-filter.vc_grid-filter-filled)>.vc_grid-filter-item>span{color:var(--vc-filter-bg-contrast)}.vc_grid-filter.vc_grid-filter-filled-rounded>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled-rounded>.vc_grid-filter-item:hover,.vc_grid-filter.vc_grid-filter-filled>.vc_grid-filter-item.vc_active,.vc_grid-filter.vc_grid-filter-filled>.vc_grid-filter-item:hover{background-color:color-mix(in srgb,var(--vc-filter-bg),#000 12%)}:is(.vc_grid-filter.vc_grid-filter-filled-rounded,.vc_grid-filter.vc_grid-filter-filled)>.vc_grid-filter-item:nth-child(n+2){border-left:none;border-top:none;margin-left:1px;margin-top:1px}:is(.vc_grid-filter.vc_grid-filter-filled-rounded,.vc_grid-filter.vc_grid-filter-filled)>.vc_grid-filter-item:first-child{border-bottom-left-radius:3px;border-top:0;border-top-left-radius:3px}:is(.vc_grid-filter.vc_grid-filter-filled-rounded,.vc_grid-filter.vc_grid-filter-filled)>.vc_grid-filter-item:last-child{border-bottom-right-radius:3px;border-top-right-radius:3px}.vc_grid-filter.vc_grid-filter-filled-rounded>.vc_grid-filter-item:first-child{border-bottom-left-radius:30px;border-top:0;border-top-left-radius:30px}.vc_grid-filter.vc_grid-filter-filled-rounded>.vc_grid-filter-item:last-child{border-bottom-right-radius:30px;border-top-right-radius:30px}.vc_grid-filter.vc_grid-filter-filled-rounded-all>.vc_grid-filter-item{border-radius:3px!important}.vc_grid-filter.vc_grid-filter-filled-round-all>.vc_grid-filter-item{border-radius:30px!important}.vc_grid-filter.vc_grid-filter-size-xs .vc_grid-filter-item{font-size:12px;padding:1px 5px}.vc_grid-filter.vc_grid-filter-size-sm .vc_grid-filter-item{font-size:13px;padding:2px 7px}.vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item{font-size:100%;padding:2px 10px}.vc_grid-filter.vc_grid-filter-size-lg .vc_grid-filter-item{font-size:18px;padding:4px 10px}.vc_grid-filter-select{display:none}.vc_grid-filter-dropdown,.vc_grid-filter-select{font-size:12px;margin-bottom:20px}.vc_grid-filter-dropdown.vc_grid-filter-center,.vc_grid-filter-select.vc_grid-filter-center{text-align:center}.vc_grid-filter-dropdown.vc_grid-filter-right,.vc_grid-filter-select.vc_grid-filter-right{text-align:right}.vc_grid-filter-dropdown.vc_grid-filter-left,.vc_grid-filter-select.vc_grid-filter-left{text-align:left}:is(.vc_grid-filter-dropdown,.vc_grid-filter-select) .vc_grid-styled-select .vc_arrow-icon-navicon{display:none}:is(.vc_grid-filter-dropdown,.vc_grid-filter-select) .vc_grid-styled-select select{display:inline-block;outline:none}@media (min-width:768px){:is(.vc_grid-filter-dropdown.vc_grid-filter-color-blue,.vc_grid-filter-select.vc_grid-filter-color-blue) .vc_arrow-icon-navicon{color:#5472d2}:is(.vc_grid-filter-dropdown.vc_grid-filter-color-turquoise,.vc_grid-filter-select.vc_grid-filter-color-turquoise) .vc_arrow-icon-navicon{color:#00c1cf}:is(.vc_grid-filter-dropdown.vc_grid-filter-color-pink,.vc_grid-filter-select.vc_grid-filter-color-pink) .vc_arrow-icon-navicon{color:#fe6c61}:is(.vc_grid-filter-dropdown.vc_grid-filter-color-violet,.vc_grid-filter-select.vc_grid-filter-color-violet) .vc_arrow-icon-navicon{color:#8d6dc4}:is(.vc_grid-filter-dropdown.vc_grid-filter-color-peacoc,.vc_grid-filter-select.vc_grid-filter-color-peacoc) .vc_arrow-icon-navicon{color:#4cadc9}:is(.vc_grid-filter-dropdown.vc_grid-filter-color-chino,.vc_grid-filter-select.vc_grid-filter-color-chino) .vc_arrow-icon-navicon{color:#cec2ab}:is(.vc_grid-filter-dropdown.vc_grid-filter-color-mulled_wine,.vc_grid-filter-select.vc_grid-filter-color-mulled_wine) .vc_arrow-icon-navicon{color:#50485b}:is(.vc_grid-filter-dropdown.vc_grid-filter-color-vista_blue,.vc_grid-filter-select.vc_grid-filter-color-vista_blue) .vc_arrow-icon-navicon{color:#75d69c}:is(.vc_grid-filter-dropdown.vc_grid-filter-color-black,.vc_grid-filter-select.vc_grid-filter-color-black) .vc_arrow-icon-navicon{color:#2a2a2a}:is(.vc_grid-filter-dropdown.vc_grid-filter-color-grey,.vc_grid-filter-select.vc_grid-filter-color-grey) .vc_arrow-icon-navicon{color:#ebebeb}:is(.vc_grid-filter-dropdown.vc_grid-filter-color-orange,.vc_grid-filter-select.vc_grid-filter-color-orange) .vc_arrow-icon-navicon{color:#f7be68}:is(.vc_grid-filter-dropdown.vc_grid-filter-color-sky,.vc_grid-filter-select.vc_grid-filter-color-sky) .vc_arrow-icon-navicon{color:#5aa1e3}:is(.vc_grid-filter-dropdown.vc_grid-filter-color-green,.vc_grid-filter-select.vc_grid-filter-color-green) .vc_arrow-icon-navicon{color:#6dab3c}:is(.vc_grid-filter-dropdown.vc_grid-filter-color-juicy_pink,.vc_grid-filter-select.vc_grid-filter-color-juicy_pink) .vc_arrow-icon-navicon{color:#f4524d}:is(.vc_grid-filter-dropdown.vc_grid-filter-color-sandy_brown,.vc_grid-filter-select.vc_grid-filter-color-sandy_brown) .vc_arrow-icon-navicon{color:#f79468}:is(.vc_grid-filter-dropdown.vc_grid-filter-color-purple,.vc_grid-filter-select.vc_grid-filter-color-purple) .vc_arrow-icon-navicon{color:#b97ebb}:is(.vc_grid-filter-dropdown.vc_grid-filter-color-white,.vc_grid-filter-select.vc_grid-filter-color-white) .vc_arrow-icon-navicon{color:#fff}:is(.vc_grid-filter-dropdown.vc_grid-filter-color-custom,.vc_grid-filter-select.vc_grid-filter-color-custom) .vc_arrow-icon-navicon{color:var(--vc-filter-bg)}:is(.vc_grid-filter-dropdown,.vc_grid-filter-select) .vc_grid-styled-select{border:1px solid #ccc;display:inline-block;height:30px;overflow:hidden;padding-right:5px;text-align:left;vertical-align:middle;width:auto}:is(.vc_grid-filter-dropdown,.vc_grid-filter-select) .vc_grid-styled-select .vc_arrow-icon-navicon{display:inline;font-size:17px;vertical-align:middle}:is(.vc_grid-filter-dropdown,.vc_grid-filter-select) .vc_grid-styled-select select{background:none repeat scroll 0 0 #0000;border:0;border-radius:0;cursor:pointer;font-size:12px;height:30px;line-height:1;margin-right:-50px;max-width:inherit!important;padding:5px;position:relative;z-index:0}}@media (max-width:768px){.vc_responsive .vc_grid-filter-select{display:block}.vc_responsive .vc_grid-filter:not(.vc_gitem-post-data){display:none!important}}.owl-carousel .owl-item .vc_grid-item{transform:translateZ(0)}.owl-carousel .owl-animated-out{z-index:0}.owl-carousel .owl-animated-in{z-index:1}.vc-hoverbox-wrapper,.vc-hoverbox-wrapper *{box-sizing:border-box}.vc-hoverbox-wrapper.vc-hoverbox-shape--rounded :is(.vc-hoverbox-back,.vc-hoverbox-front){border-radius:10px}.vc-hoverbox-wrapper.vc-hoverbox-shape--round :is(.vc-hoverbox-back,.vc-hoverbox-front){border-radius:50px}.vc-hoverbox-wrapper.vc-hoverbox-align--center{text-align:center}.vc-hoverbox-wrapper.vc-hoverbox-align--left{text-align:left}.vc-hoverbox-wrapper.vc-hoverbox-align--right{text-align:right}.vc-hoverbox-wrapper .vc-hoverbox{display:inline-block;position:relative;text-align:center;width:100%}.vc-hoverbox-inner{display:inline-block;min-height:250px;width:100%}.vc-hoverbox-inner :last-child{margin-bottom:0}.vc-hoverbox-block{backface-visibility:hidden;background-position:50%;background-size:cover;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:absolute;top:0;transform-style:preserve-3d;transition:transform .5s ease-in-out;width:100%}.vc-hoverbox-block-inner{flex-shrink:0;padding:20px}.vc-hoverbox-front{transform:rotateY(0deg)}.vc-hoverbox-back{transform:rotateY(180deg)}.vc-hoverbox:hover .vc-hoverbox-front{transform:rotateY(-180deg)}.vc-hoverbox:hover .vc-hoverbox-back{transform:rotateY(0deg)}.vc-hoverbox-wrapper.vc-hoverbox-direction--reverse .vc-hoverbox-front{transform:rotateY(180deg)}.vc-hoverbox-wrapper.vc-hoverbox-direction--reverse .vc-hoverbox-back{transform:rotateY(0deg);z-index:2}.vc-hoverbox-wrapper.vc-hoverbox-direction--reverse .vc-hoverbox:hover .vc-hoverbox-front{transform:rotateY(0deg)}.vc-hoverbox-wrapper.vc-hoverbox-direction--reverse .vc-hoverbox:hover .vc-hoverbox-back{transform:rotateY(-180deg)}.wpb_copyright_element{display:flex;word-break:break-word}.wpb_copyright_element.wpb_copyright_element-align-left{justify-content:flex-start}.wpb_copyright_element.wpb_copyright_element-align-center{justify-content:center}.wpb_copyright_element.wpb_copyright_element-align-right{justify-content:flex-end}@font-face{font-family:vc_grid_v1;font-style:normal;font-weight:400;src:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../fonts/vc_grid/vc_grid_v1.eot#1788872945);src:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../fonts/vc_grid/vc_grid_v1.eot#1788872945) format("embedded-opentype"),url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../fonts/vc_grid/vc_grid_v1.woff#1788872945) format("woff"),url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../fonts/vc_grid/vc_grid_v1.ttf#1788872945) format("truetype"),url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../fonts/vc_grid/vc_grid_v1.svg?-9hbgac#vc_grid_v1) format("svg")}[class*=" vc_arrow-icon-"],[class^=vc_arrow-icon-]{font-family:vc_grid_v1;speak:none;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.vc_arrow-icon-minus:before{content:"\e61c"}.vc_arrow-icon-plus:before{content:"\e61d"}.vc_arrow-icon-arrow_down:before{content:"\e61e"}.vc_arrow-icon-arrow_up:before{content:"\e61f"}.vc_arrow-icon-arrow_01_left:before{content:"\e600"}.vc_arrow-icon-arrow_01_right:before{content:"\e601"}.vc_arrow-icon-arrow_02_left:before{content:"\e602"}.vc_arrow-icon-arrow_02_right:before{content:"\e603"}.vc_arrow-icon-arrow_03_left:before{content:"\e604"}.vc_arrow-icon-arrow_03_right:before{content:"\e605"}.vc_arrow-icon-arrow_04_left:before{content:"\e606"}.vc_arrow-icon-arrow_04_right:before{content:"\e607"}.vc_arrow-icon-arrow_05_left:before{content:"\e608"}.vc_arrow-icon-arrow_05_right:before{content:"\e609"}.vc_arrow-icon-arrow_06_left:before{content:"\e60a"}.vc_arrow-icon-arrow_06_right:before{content:"\e60b"}.vc_arrow-icon-arrow_07_left:before{content:"\e60c"}.vc_arrow-icon-arrow_07_right:before{content:"\e60d"}.vc_arrow-icon-arrow_08_left:before{content:"\e60e"}.vc_arrow-icon-arrow_08_right:before{content:"\e60f"}.vc_arrow-icon-arrow_09_left:before{content:"\e610"}.vc_arrow-icon-arrow_09_right:before{content:"\e611"}.vc_arrow-icon-arrow_10_left:before{content:"\e612"}.vc_arrow-icon-arrow_10_right:before{content:"\e613"}.vc_arrow-icon-arrow_11_left:before{content:"\e614"}.vc_arrow-icon-arrow_11_right:before{content:"\e615"}.vc_arrow-icon-arrow_12_left:before{content:"\e616"}.vc_arrow-icon-arrow_12_right:before{content:"\e617"}.vc_arrow-icon-navicon:before{content:"\f0c9"}.wpb_animate_when_almost_visible{filter:alpha(opacity=0);opacity:0}.wpb_animate_when_almost_visible:not(.wpb_start_animation){animation:none}.top-to-bottom,.wpb_top-to-bottom{animation:wpb_ttb .7s cubic-bezier(.175,.885,.32,1.275) 1}.bottom-to-top,.wpb_bottom-to-top{animation:wpb_btt .7s cubic-bezier(.175,.885,.32,1.275) 1}.left-to-right,.wpb_left-to-right{animation:wpb_ltr .7s cubic-bezier(.175,.885,.32,1.275) 1}.right-to-left,.wpb_right-to-left{animation:wpb_rtl .7s cubic-bezier(.175,.885,.32,1.275) 1}.appear,.wpb_appear{animation:wpb_appear .7s cubic-bezier(.175,.885,.32,1.275) 1;transform:scale(1)}.wpb_start_animation{filter:alpha(opacity=100);opacity:1}@keyframes wpb_ttb{0%{filter:alpha(opacity=0);opacity:0;transform:translateY(-10%)}to{filter:alpha(opacity=100);opacity:1;transform:translate(0)}}@keyframes wpb_btt{0%{filter:alpha(opacity=0);opacity:0;transform:translateY(10%)}to{filter:alpha(opacity=100);opacity:1;transform:translate(0)}}@keyframes wpb_ltr{0%{filter:alpha(opacity=0);opacity:0;transform:translate(-10%)}to{filter:alpha(opacity=100);opacity:1;transform:translate(0)}}@keyframes wpb_rtl{0%{filter:alpha(opacity=0);opacity:0;transform:translate(10%)}to{filter:alpha(opacity=100);opacity:1;transform:translate(0)}}@keyframes wpb_appear{0%{filter:alpha(opacity=10);opacity:.1;transform:scale(.5)}to{filter:alpha(opacity=100);opacity:1;transform:scale(1)}}.vc-spinner:before{background:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../images/spinner.gif) no-repeat;background-position-x:center;background-position-y:center;content:"";display:inline-block;height:16px;margin-top:6px;pointer-events:none;width:16px}.vc-spinner.vc-spinner-complete:before{background-image:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../vc/tick.png)}.vc-spinner.vc-spinner-failed:before{background-image:url(https://www.lucaprofumo.com/wp-content/plugins/js_composer/assets/css/../vc/remove.png)}.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini{position:relative}.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_gitem-zone{filter:alpha(opacity=0)!important;opacity:0!important;transform:none!important;transition:none!important}.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader-wrapper{left:0;margin-top:-50px;position:absolute;right:0;top:50%}.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader{animation-delay:.16s;font-size:10px;height:50px;margin:2em auto;position:relative;text-indent:-9999em}.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader,.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:after,.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:before{animation-fill-mode:both;animation:vc_woo-add-cart-load 1.8s ease-in-out infinite;border-radius:50%;height:12px;width:12px}.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:before{left:-20px}.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:after{animation-delay:.32s;left:20px}.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:after,.vc-woocommerce-add-to-cart-loading.vc_grid-item-mini .vc_wc-load-add-to-loader:before{content:"";position:absolute;top:0}@keyframes vc_woo-add-cart-load{0%,80%,to{box-shadow:0 2.5em 0 -1.3em #ebebebbf}40%{box-shadow:0 2.5em 0 0 #ebebebbf}}.vc_grid-item-mini .added_to_cart.wc-forward{display:none}