body { margin: 0;padding: 0;font-family: 'Montserrat',arial,tahoma,verdana;font-size: 16px;line-height: 1.4;background: #fff;color: #000;overflow-x: hidden; }

strong { font-weight: 700; }

.footer_spacer {
	margin-bottom: 40px;
}

a { outline: none;color: #000;text-decoration: none; }

.clear:after { content: ".";display: block;height: 0;clear: both;visibility: hidden; }

* { -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; }

.page_width {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 26px;
	padding-right: 26px;
}


.inventory {
	max-width: 1800px !important;
}

input, textarea { border-radius: 0; }

h1,h2,h3,h4,h5,h6 {  }

p {
	margin-bottom: 22px;
	font-size: 14px;
	line-height: 22px;
}

.mb_small { margin-bottom: 10px; }
.mb_med { margin-bottom: 20px; }
.mb_large { margin-bottom: 30px; }
.mb_vlarge { margin-bottom: 60px; }

.mt_small { margin-top: 10px; }
.mt_med { margin-top: 20px; }
.mt_large { margin-top: 30px; }
.mt_vlarge { margin-top: 60px; }

.tac { text-align: center; }
.un { text-decoration: underline; }

.ptop {
    padding-top: 44px;
}

.relative {
    position: relative;
}

.caps {
    text-transform: uppercase;
}

img,svg { max-width: 100%;height: auto; }

::-webkit-input-placeholder {
   color: #888;opacity: 1;
}

:-moz-placeholder { /* Firefox 18- */
   color: #888;opacity: 1;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #888;opacity: 1;
}

:-ms-input-placeholder {
   color: #888;opacity: 1;
}


/* layouts */



/* headers */

h1 {
	font-size: 24px;
	line-height: 1.4;
	/* font-weight: 300; */
	letter-spacing: 4px;
	font-weight: 100;
	text-align: center;
}

h2 {
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: 4px;
	text-align: center;
	font-weight: 100;
}

h3 {
	font-size: 19px;
	line-height: 1.4;
	letter-spacing: 1px;
	font-weight: bold;
	font-weight: 500;
	font-weight: 100;
}

h4 {
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 1px;
}

.underlined {
	border-bottom: 5px solid #ffffff;
	padding-bottom: 10px;
	/* box-shadow: 0px 4px 0px; */
	font-size: 30px;
	/* background-color: #f0f0f0; */
	padding-top: 12px;
	/* border-top: 1px solid #000; */
	/* font-weight: bold; */
	background-color: #000;
	color: #fff;
	border-radius: 10px;
}

.foficon {
    font-size: 100px;color: #ccc;
}

/* top */
#top_wrapper {
    position: relative;z-index: 10000;
}

#logo_nav {
    background-color: rgba(0,0,0,0.9);color: #fff;position: relative;z-index: 10;
}
.top_full #logo_nav {
    background-color: rgba(0,0,0,0.3);
}

#logo_nav_inner {
    display: flex;align-items: end;
}
#logo_nav_inner #logo {
    width: 20%;padding: 20px 0 20px;
}
#logo_nav_inner #logo img {
    display: block;
}

#logo_nav_inner #nav_outer {
    width: 80%;
}

.top_full {
    height: 100vh;overflow: hidden;
}

.top_flexi {
    height: 450px;overflow: hidden;
}

.top_video {
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	animation: hero_anim 30s infinite;
	background-image: url('../img/home_hero.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #000;
	animation-name: FadeIn;
  animation-duration: 5s;
  transition-timing-function: linear;
  animation-iteration-count: 1
}

@keyframes FadeIn {
  0% {
    filter: grayscale(100%);
    filter: brightness(0%);
  }
  100% {
    filter: grayscale(0%);
    filter: brightness(100%);
  }
}

.header_sub_caption {
	font-size: 20px;
	text-align: center;
	margin-top: 10px;
}

.sale_options {
	width: 96%;
	height: auto;
	margin: auto;
	width: 100%;
	display: block;
	margin-bottom: 20px;
}

.top_video video {
    object-fit: cover;width: 100%;height: 100%;
}
.top_video_overlay {
    width: 100%;height: 100%;z-index: 2;position: absolute;top: 0;left: 0;background-color: rgba(0,0,0,0.4);
}

#translate_top {
    margin-bottom: 20px;width: 100%;
}
#translate_top ul {
    display: flex;justify-content: flex-end;padding-top: 10px;
}
#translate_top ul li {
    display: flex;justify-content: flex-end;align-items: center;
}
#translate_top ul li a {
	display: flex;align-items: center;justify-content: flex-end;color: #fff;font-size: 12px;text-transform: uppercase;font-weight: 400;letter-spacing: 2px;
}
#translate_top ul li a * {
    margin-right: 10px;
}
#translate_top ul li a img {
    width: 22px;height: auto;
}

#translate_top ul li a *:last-child {
    margin-right: 0px;
}

#translate_upper_container {
    height: 0;overflow: hidden;transition: height 0.3s ease;
}
#translate_inner_container {
    padding-bottom: 16px;display: flex;justify-content: flex-end;align-items: center;
}
#translate_inner_container .goog-te-gadget .goog-te-combo {
    margin: 0;
}
.ogoogle_translate_element {
    margin-bottom: 15px;
}

.fft_overlay_outer {
    position: absolute;display: flex;align-items: center;flex-wrap: wrap;z-index: 8;left: 0;bottom: 0;width: 100%;
}

.fft_left {
    width: 50%;opacity: 0.05;
}

.vip_main .fft_left {
    opacity: 0.5;
}

.fft_right {
    width: 50%;padding: 0 5% 0 0;color: #fff;
}
.fft_right h1 {
	font-size: 50px;font-weight: 100;text-transform: uppercase;line-height: 1;letter-spacing: 10px;
}

.fft_right h2 {
	font-size: 22px;font-weight: 100;text-transform: uppercase;line-height: 1;letter-spacing: 10px;margin-top: 10px;
}

@-webkit-keyframes hero_anim {
    0% { -webkit-filter: blur(0px);}
    24% { -webkit-filter: grayscale(0%);}
    25% { -webkit-filter: grayscale(100%);}
    26% { -webkit-filter: grayscale(0%);}


    50% { -webkit-filter: blur(0px); }
    100% { -webkit-filter: blur(0px); }
}
@-webkit-keyframes image_blur {
    0% { -webkit-filter: blur(0px);opacity: 1;}
    20% { -webkit-filter: blur(5px);opacity: 0.9;}
    22% { -webkit-filter: blur(2px);opacity: 1;}
    40% { -webkit-filter: blur(4px);opacity: 0.9;}
    50% { -webkit-filter: blur(2px);opacity: 1;}
    60% { -webkit-filter: blur(0px);opacity: 0.9;}
    65% { -webkit-filter: blur(4px);opacity: 1;}
    80% { -webkit-filter: blur(0px);opacity: 1;}
    85% { -webkit-filter: blur(5px);opacity: 0;}
    95% { -webkit-filter: blur(0px);opacity: 0;}

    100% { -webkit-filter: blur(0px);opacity: 1;}
}

/* buttons */

.standard_dark {
	border-radius: 6px;
	display: inline-block;
	position: relative;
	color: #fff;
	padding: 12px 36px 12px 17px;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-size: 14px;
	transition: all 0.3s ease;
	background: #222;
	line-height: 1.3;
	cursor: pointer;
	border: 0;
	border-radius: 6px;
	box-shadow: 3px 3px 6px #aaa;
	border: 1px solid #fff;
}

.standard_dark:hover {
	color: #fff;
	background-color: #000;
	box-shadow: 1px 1px 1px #aaa;
	border-color: #ffffff;
}

.standard_dark i {
    font-size: 14px;position: absolute;right: 11px;top: 50%;margin-top: -8px;transition: all 0.3s ease;z-index: 8;
}
.standard_dark:hover i {
    border-radius: 4px;right: 6px;opacity: 0.8;
}


.standard_light {
    border-radius: 6px;display: inline-block;position: relative;color: #222;padding: 14px 40px 14px 20px;font-weight: 500;letter-spacing: 3px;text-transform: uppercase;font-size: 18px;transition: all 0.3s ease;background: #eee;line-height: 1.3;cursor: pointer;border: 0;
}
.standard_light:hover {
    color: #eee;
}
.standard_light i {
    font-size: 16px;position: absolute;right: 11px;top: 50%;margin-top: -8px;z-index: 8;transition: all 0.3s ease;
}
.standard_light:hover i {
    right: 6px;opacity: 0.2;
}
.standard_light:before {
    border-radius: 4px;position: absolute;width: 0;left: 0;top: 0;right: 0;bottom: 0;height: 100%;background: #222;transition: all 0.4s ease;content: '';z-index: 1;
}
.standard_light:hover:before {
    width: 100%;
}

/* vip */

.top_vip {
    width: 100%;height: 100%;z-index: 1;position: absolute;top: 0;left: 0;animation: hero_anim 30s infinite;background-image: url('../img/vip_hero.jpg');background-position: center;background-size: cover;background-repeat: no-repeat;
}


.top_bodyshop {
    background-image: url('../img/workshop_bodyshop_2022.jpg') !important;
    }

.top_senzati {
    background-image: url('../img/senzati_2022.jpg') !important;
    }
    
.top_flexidrive {
    background-image: url('../img/flexidrive.jpg') !important;
    }

.top_vip video {
    object-fit: cover;width: 100%;height: 100%;
}
.top_vip_overlay {
    width: 100%;height: 100%;z-index: 2;position: absolute;top: 0;left: 0;background-color: rgba(0,0,0,0.7);
}

.vip_hero {
    padding: 0 10% 40px;text-align: center;width: 100%;color: #fff;
}
.vip_hero h1 {
    font-size: 64px;
}
.vip_hero i {
    font-size: 80px;
}

#vip_intro .cms p {
	text-align: center;
	font-size: 20px;
	line-height: 30px;
}

.vip_service {
	display: flex;
	flex-wrap: wrap;
	height: 400px;
	min-height: 400px;
	align-items: center;
	background-color: #eee;
	margin-bottom: 40px;
	border-radius: 10px;
	overflow: hidden;
}
.vip_service .photo {
	width: 56%;
	height: 100%;
	background-size: cover;
	background-position: top;
}
.vip_service .details {
	padding: 50px;
	width: 44%;
}

.vip_service:nth-child(even){
    flex-direction: row-reverse;
}

.vip_contact_options {
    display: flex;align-items: center;flex-wrap: wrap;
}

.vip_contact_options li {
    display: flex;align-items: center;margin-bottom: 14px;margin-right: 24px;
}
.vip_contact_options li:last-child {
    margin-right: 0px;
}
.vip_contact_options li a {
    display: flex;align-items: center;color: #222;
}

.vip_contact_options li a i {
    font-size: 24px;margin-right: 8px;
}

.vip_form {
    background: #eee;padding: 40px 50px;
}

.vip_form_top {
    display: flex;gap: 2%;flex-wrap: wrap;
}

.vip_form_top div.form_block {
    width: 32%;
}

.vip_form label {
    display: block;letter-spacing: 2px;margin-bottom: 5px;
}

/* home */

.home_links {
    padding: 20px 0 0;display: flex;gap: 10px;
}
.home_links a {
    border-radius: 6px;display: block;position: relative;color: #fff;padding: 50px 40px 20px 20px;margin-bottom: 20px;font-weight: 300;letter-spacing: 3px;text-transform: uppercase;width: 33.33%;font-size: 20px;transition: all 0.3s ease;background: #111;line-height: 1.3;z-index: 1;
}
a .link_inner {
    position: relative;z-index: 10;
}

.home_links a:hover {
	color: #ffffff;
}
.home_links a i {
    font-size: 16px;margin-left: 8px;
}
.home_links a::before {
	position: absolute;
	border-radius: 4px;
	width: 0;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	background: #000;
	transition: all 0.4s ease;
	content: '';
	z-index: 1;
}
.home_links a:hover:before {
    width: 100%;
}
.home_links a strong {
    display: flex;align-items: center;font-size: 32px;font-weight: 600;transition: all 0.3s ease;
}
.home_links a:hover strong {
	color: #ffffff;
}

#home_left_ {
	position: relative;
	z-index: 10;
}


#home_intro_video {
    width: 100%;height: 100%;z-index: 2;position: absolute;top: 0;left: 0;opacity: 0.3;
}
#home_intro_video video {
    object-fit: cover;width: 100%;height: 100%;
}
#home_intro {
    padding: 60px 0 60px;background: #000;position: relative;color: #fff;overflow: hidden;
}

#home_intro_extended {
    padding: 260px 0 260px;background: #000;position: relative;color: #fff;overflow: hidden;
}

.home_left_cap { 
	
	
	}

#home_intro_inner {
	position: relative;
	z-index: 10;
	margin: auto;
	text-align: center;
	max-width: 80%;
}

#reg_plate {
	background-color: #ffef00 !important;
	font-weight: bold;
	color: #000;
	/* font-size: 30px; */
	/* font-family: arial; */
	/* letter-spacing: 0px; */
	border: 2px solid #000;
}

#home_intro_inner #home_left {
	width: 46%;
	float: left;
	background-color: #0f0e0e;
	/* padding: 30px; */
	opacity: 1;
	border-radius: 10px;
	margin: 0 2%;
	overflow: hidden;
}

#home_intro_inner #home_right {
	width: 46%;
	float: left;
	background-color: #0f0e0e;
	opacity: 1;
	border-radius: 10px;
	margin: 0 2%;
	overflow: hidden;
}

#home_intro_inner #home_left p {
	padding: 0px 30px;
}

#home_intro_inner #home_right p {
	padding: 0px 30px;
}

.sell_intro_title {
    font-size: 16px;
    letter-spacing: 2px;
    text-align: center;
    border-bottom: 1px solid #333;
    padding-bottom: 20px;
}

.faded_a_bit {
    opacity: 0.6;
}

#featured_outer {
    padding: 50px 0;
}


#vip_outer {
    height: 100vh;background-image: url('../img/vip_hero.jpg');background-position: center;background-repeat: no-repeat;background-attachment: fixed;
}

#vip_inner {
    height: 100%;padding-top: 80px;position: relative;background-color: rgba(0,0,0,0.6);
}

#vip_content { display: flex;justify-content: flex-end;flex-wrap: wrap;position: absolute;bottom: 7%;left: 0;width: 100%; }

#vip_content .left {
    width: 38%;margin-right: 2%;
}
#vip_content .left svg {
    opacity: 0.1;display: block;
}

#vip_content .right {
	width: 60%;color: #fff;padding-right: 5%;
}

#vip_content .right h3 {
    font-size: 48px;letter-spacing: 8px;font-weight: 300;margin-bottom: 20px;
}

/* contact */

.contact_wrapper {
    display: flex;flex-wrap: wrap;
}

.contact_wrapper .left {
    width: 70%;padding-right: 60px;
}

.contact_wrapper .right {
    width: 30%;
}

ul.errors {
    list-style: disc;color: #900;font-weight: 600;margin: 0 0 30px 22px;
}
ul.errors li {
    margin-bottom: 6px;
}

.sitemap_list ul {
    list-style: disc;margin: 0 0 0 20px;
}
.sitemap_list ul li {
    margin-bottom: 10px;
}
.sitemap_list ul li a {
    text-decoration: underline;
}


/* sell */

#sell_container {
    position: relative;
}

#sell_processing {
    background-color: rgba(255,255,255,0.8);position: absolute;top:0;left: 0;width: 100%;z-index: 2000;overflow: hidden;height: 0;transition: height 0.3s ease;
}

#sell_loading {
    display: flex;height: 100%;justify-content: center;align-items: center;
}

.sell_form_wrapper {
    display: flex;flex-wrap: wrap;transition: all 0.2s ease;
}

.fade_a_bit {
    opacity: 0.6;
}

.sell_form_wrapper .col {
    width: 49%;margin-right: 2%;
}
.sell_form_wrapper .col:last-child {
    margin-right: 0;
}

.sell_block {
	background: #eee;margin-bottom: 20px;border-radius: 6px;overflow: hidden;
}

.sell_block h3 {
    display: flex;align-items: center;text-transform: uppercase;font-size: 16px;background: #ddd;
}
.sell_block h3 span {
    display: block;padding: 5px 12px;
}

.sell_block h3 .count {
    width: 32px;height: 32px;background: #222;color: #fff;text-align: center;line-height: 32px;
}

.sell_inner {
    padding: 24px;
}

.sell_inner label {
    display: block;margin-bottom: 4px;
}

.sell_field_row {
    display: flex;flex-wrap: wrap;margin-bottom: 14px;
}


.sell_field_row > * {
    flex-grow: 1;
}

.stb {
    border: 1px solid #ccc;background: #fff;font-family: inherit;padding: 16px;font-size: inherit;
}

button.sellbutton {
	border: 0;cursor: pointer;background: #666;font-family: inherit;color: #fff;padding: 16px;font-size: inherit;margin-left: 10px;border-radius: 6px;transition: all 0.3s ease;
}

button.sellbutton:hover {
		background: #333;
	}

.req {
    color: #c00;margin-left: 8px;
}

.half_field_row {
    display: flex;flex-wrap: wrap;margin-bottom: 14px;
}

.fw {
    width: 100%;
}

.sell_half {
    width: 49%;margin-right: 2%;
}
.sell_half:last-child {
    margin-right: 0;margin-bottom: 0;
}

/* slider */

#slider_arrows {
    position: absolute;top: 5px;right: 20px;display: flex;
}
#slider_arrows i {
    margin-right: 16px;font-size: 32px;cursor: pointer;
}
#slider_arrows i:last-child {
    margin-right: 0px;
}
#slider_arrows i.slick-disabled {
    opacity:0.2;cursor: not-allowed;
}

.slider .slick-dots {
    display: flex;justify-content: center;padding-top: 18px;
}
.slider .slick-dots li {
    margin: 0 5px;
}
.slider .slick-dots li button {
    width: 14px;height: 14px;background: #ddd;border: 0;cursor: pointer;text-indent: -9999px;font-size: 0;border-radius: 7px;
}
.slider .slick-dots li.slick-active button {
    background: #222;
}

/* cms */

.cms ul { margin: 0 0 25px 20px;list-style: disc; }

.cms h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
    text-underline-offset: 6px;
}

.cms h3 {
    text-transform: uppercase;margin-bottom: 18px;
}
.cms h4 {
    margin-bottom: 18px;
}

/* showroom */


.slider .stock_item {
	width: 96% !important;overflow: hidden;margin-bottom: 30px;background-color: #e8e8e8;border-radius: 10px;box-shadow: 3px 3px 3px #b0b0b0;
}

.vehicle_box {
    padding: 2px 20px 20px 20px;
    text-align: center;
}

.vehicle_box p {
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 19px;
    /* font-weight: bold; */
}

.stock_item .thumb {
	padding-top: 55%;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	transition: all 0.3s ease-in-out;
	filter: grayscale(10%);
	opacity: 1;
	border-bottom: 1px solid #000;
}


.stock_item:hover .thumb {
	filter: grayscale(0%);
	opacity: 0.9;
	background-size: 110%;
}
.stock_item .thumb ul {
    position: absolute;top: 15px;right: 15px;width: 100%;display: flex;justify-content: flex-end;
}
.stock_item .thumb ul li {
    margin-right: 16px;
}
.stock_item .thumb ul li:last-child {
    margin-right: 0;
}
.stock_item .thumb ul li div {
    background: #222;color: #fff;padding: 8px 16px;text-transform: uppercase;font-size: 14px;font-weight: 500;border-radius: 6px;display: none;
}
.stock_item .thumb ul li div.sold {
    background: #750000;
}
.stock_item h4 {
    color: #888;
}

/* showroom */

.showroom_header h2 {
    color: #aaa;font-weight: 300;font-size: 24px;
}

.showroom_filter_wrapper {
	/* border-top: 1px solid #ccc; */
	/* border-bottom: 1px solid #ccc; */
	padding: 12px 0;
	margin-bottom: 30px;
	background-color: #000;
	border-top: 4px solid #ffffff;
}
.showroom_filter_inner {
    display: flex;align-items: center;flex-wrap: wrap;
}

.showroom_filter_inner select {
	border: 1px solid #fff;
	background-color: #eeeeee;
	color: #5c5c5c;
	font-family: inherit;
	padding: 5px;
	margin-right: 12px;
	border-radius: 5px;
}

.showroom_filter_inner select option {
    background: #333;font-family: inherit;color: #fff;
}

.price {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
}

.small_info_table {
	padding: 1px 10px;
	margin-bottom: 0;
	border-bottom: 1px solid #999;
	margin-bottom: 4px;
	font-size: 12px;
	text-align: left;
	background-color: #dfdfdf;
	text-transform: uppercase;
	line-height: 18px;
}

.table_listing_container { margin-bottom: 10px; }


.table_listing_container strong {
    font-weight: 700;
    padding-left: 10px;
    text-align: left;
    font-weight: 600;
    display: inline-block;
    float: right;
    width: 50%;
}



.showroom_stock {
    display: flex;flex-wrap: wrap;gap: 2%;
}

.showroom_stock .stock_item { width: 32%;overflow: hidden;margin-bottom: 30px;background-color: #e8e8e8;border-radius: 10px;box-shadow: 3px 3px 3px #b0b0b0; }

.large_slider a.slide {
    display: block;background-color: #ddd;background-size: cover;background-repeat: no-repeat;padding-top: 65%;background-position: center;
}

.large_slide_outer {
    padding: 0 1px;opacity: 1;transition: all 0.3s ease;filter: grayscale(100%);display: block !important;
}
.slick-center .large_slide_outer {
    opacity: 1;filter: grayscale(0%);
}

.large_nav {
	display: block;width: 50px;height: 50px;text-align: center;background: #fff;color: #222;line-height: 50px;position: absolute;top: 50%;z-index: 888;transition: all 0.3s ease;cursor: pointer;margin-top: -25px;border-radius: 10px;
}


.large_nav:hover {
    background: #ddd;color: #222;
}

.large_prev {
    left: 30px;
}
.large_next {
    right: 30px;
}

.large_slider ul.slick-dots {
    display: flex;justify-content: center;padding-top: 15px;
}
.large_slider ul.slick-dots li {
    margin: 0 8px;
}
.large_slider .slick-dots li button {
    width: 14px;height: 14px;background: #ddd;border: 0;cursor: pointer;text-indent: -9999px;font-size: 0;border-radius: 7px;
}
.large_slider .slick-dots li.slick-active button {
    background: #222;
}

.nav_for_large_slider_wrapper {
    background: #222;
}
.nav_for_large_slider_wrapper .slide {
    display: block;background-color: #222;background-size: cover;background-repeat: no-repeat;padding-top: 65%;background-position: center;
}

.nav_for_large_slider .slick-track {
    margin-left: 0;margin-right: 0;
}

.nav_for_large_slider .slide {
    cursor: pointer;transition: all 0.3s ease;opacity: 0.8;
}
.nav_for_large_slider .slide:hover {
    opacity: 1;
}

.nav_slide_thumb {
    display: block !important;padding: 2px 1px;
}

.small_nav {
    display: block;position: absolute;background-color: rgba(255,255,255,0.5);z-index: 999;width: 40px;height: 40px;top: 50%;margin-top: -20px;text-align: center;line-height: 40px; }
}
.small_prev {
    left: 0;
}
.small_next {
    right: 0;
}

.vehicle_sold {
    background: #555;color: #fff;padding: 10px 20px;text-transform: uppercase;
}

.price_container {
	display: flex;
	letter-spacing: 2px;
	margin-top: 8px;
	align-items: center;
	justify-content: center;
}

.price_container .left {
    background: #000;color: #fff;padding: 10px 7px 10px 16px;position: relative;border-radius: 6px 0 0 6px;font-size: 22px;
}
.price_container .left:after {
    left: 100%;top: 50%;border: solid transparent;content: "";height: 0;width: 0;position: absolute;pointer-events: none;border-color: rgba(0, 0, 0, 0);
    border-left-color: #000;border-width: 10px;margin-top: -10px;z-index: 99;
}
.price_container .right {
	background: #ffffff;
	color: #fff;
	padding: 10px 10px 10px 16px;
	border-radius: 0 6px 6px 0;
	color: #000;
	/* font-weight: bold; */
	font-size: 22px;
}
.view_container {
    padding: 20px 0;
}
.view_container h3 {
	padding: 26px 15px 10px 0;letter-spacing: 1px;font-size: 14px;border-bottom: 1px solid #aaa;
}

.view_left {
    width: 65%;padding-right: 50px;float: left;
}
.view_right {
    width: 35%;float: right;position: sticky;top:0;
}

ul.details_list {
    display: flex;flex-wrap: wrap;
}
ul.details_list li {
    width: 25%;padding: 0 5px 12px;border-bottom: 1px solid #aaa;margin-bottom: 12px;
}
ul.details_list li h5 {
    font-size: 14px;font-weight: 600;margin-bottom: 5px;letter-spacing: 3px;
}

ul.main_details {
    display: flex;flex-wrap: wrap;gap: 12px;
}

ul.main_details li {
	background: #e6e6e6;
	border: 2px solid #e6e6e6;
	transition: all 0.3s ease;
	/* box-shadow: 3px 3px 3px #b0b0b0; */
	/* padding: 16px 20px; */
	flex-grow: 1;
	border-radius: 6px;
	background-repeat: no-repeat;
	padding-top: 80px;
	text-align: center;
	background-size: 54px;
	background-position: center 15px;
}

ul.main_details li:hover {
	background-color: #ffffff;
	color: #000;
	border: 2px solid #000;
	box-shadow: 2px 2px 2px #bbb;
}



ul.main_details li div {
    font-weight: 600;font-size: 14px;color: #555;margin-bottom: 5px;text-transform: uppercase;letter-spacing: 4px;
}

.spec_wrapper {
    display: flex;flex-wrap: wrap;;
}
.spec_wrapper .spec_block {
    width: 50%;padding-right: 50px;margin-bottom: 20px;
}
.spec_wrapper .spec_block:nth-child(even){
    padding-right: 0;
}

.spec_wrapper .spec_block .specrow {
    display: flex;
}
.spec_wrapper .spec_block .specrow .left {
    width: 60%;
}
.spec_wrapper .spec_block .specrow .right {
    width: 40%;text-align: right;font-weight: 600;
}


ol.extras {
    display: flex;flex-wrap: wrap;gap: 2%;
}

ol.extras li {
	width: 49%;position: relative;margin-bottom: 5px;padding: 7px 10px 0 50px;min-height: 38px;border-top: 1px solid #ccc;margin-bottom: 30px;font-size: 16px;line-height: 28px;
}

ol.extras li span {
    position: absolute;left: 0;top: 0;background: #eee;border-right: 1px solid #bbb;width: 38px;height: 38px;line-height: 38px;text-align: center;
}

/* about */

#about_wrapper {
	min-height: 100vh;
	max-width: 1380px;
	margin: auto;
}

.about_split_wrapper {
    display: flex;flex-wrap: wrap;align-items: stretch;
}

.about_split_left {
	width: 50%;
	padding-top: 30px;
	padding-left: 30px;
}

.about_split_right {
    width: 50%;background-image: url('../img/about_hero.jpg');background-size: cover;background-position: center;min-height: 100vh;
}

.asl_inner {
    width: 100%;
}

.asl_content {
    padding-right: 50px;float: right;
}

.about p {
    text-align: justify;
}

/* contact */

.contact_option_row {
	display: flex;
	align-items: center;
	transition: all 0.3s ease;
	margin-bottom: 14px;
	background-color: #000;
	color: #fff;
	border: 1px solid #000;
	padding: 10px;
	border-radius: 6px;
	box-shadow: -2px -2px 2px #bbb;
}


.contact_option_row:hover {
	display: flex;
	align-items: center;
	margin-bottom: 14px;
	background-color: #ffffff;
	color: #000;
	padding: 10px 10px 10px 20px;
	border: 1px solid #000;
	border-radius: 6px;
	box-shadow: 2px 2px 2px #bbb;
}

.contact_option_row i {
    font-size: 32px;margin-right: 10px;width: 32px;text-align: center;

}

/* form */

#enq_form_outer {
	padding: 26px 26px;
	background: #d5d5d5;
	border-radius: 6px;
	margin-top: 20px;
	box-shadow: 3px 3px 3px #b0b0b0;
}

.tb {
    width: 100%;border: 1px solid #ccc;background: #fff;font-family: inherit;padding: 16px;font-size: inherit;
}

p.recaptcha {
    font-size: 14px;
}
p.recaptcha a {
    text-decoration: underline;color: #000;
}

.form_button {
	border: 1px solid #5b5b5b;
	background-color: #222;
	color: #fff;
	font-family: inherit;
	padding: 5px 24px;
	cursor: pointer;
	transition: all 0.3s ease;
	letter-spacing: 1px;
	font-size: 14px;
	border-radius: 6px;
	text-transform: uppercase;
	font-weight: 200px;
}

.form_button:hover {
	background-color: #ffffff;
	color: #000;
	border: 1px solid #ffffff;
}

.highlight_green {
	color: #000;
	border-bottom: 2px solid;
	/* border-radius: 6px; */
	background-color: #ffffff;
	border-color: #ffffff;
	margin-top: 10px;
	padding: 8px 0px;
	border-radius: 10px;
	box-shadow: 1px -2px 3px #c6c3c3;
	padding: 10px 5px;
}

/* footer */

#footer_wrapper {
    padding: 0px 0 0 0;
}
#footer_wrapper_np {
    padding: 0;
}

#footer_inner {
	background-color: #111;
	color: #fff;
	padding: 50px 0 100px;
	border-top: 1px solid #ffffff;
}

#footer_inner a {
    color: #aaa;transition: all 0.3s ease;
}

#footer_inner a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.authorised_retailers {
	display: block;
	background-color: #000;
	margin: auto;
	text-align: center;
	padding: 50px 10px;
}

.authorised_retailers h2 {
	letter-spacing: 6px;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.authorised_retailers img {
	max-width: 200px;
	padding: 0px 14px;
}

.footer_blocks {
    display: flex;margin-bottom: 30px;flex-wrap: wrap;
}

.footer_block {
    width: 23.5%;margin-right: 2%;padding-right: 2%;border-right:1px solid #444;margin-bottom: 30px;
}
.footer_block:last-child {
    margin-right: 0;padding-right: 0;border-right: 0;display: flex;justify-content: flex-end;
}

.footer_block h5 {
    font-size: 16px;letter-spacing: 6px;margin-bottom: 16px;
}
.footer_block ul {
    padding-left: 10px;
}

.footer_block ul li {
    margin-bottom: 5px;font-size: 14px;letter-spacing: 1px;font-weight: 500;
}

.ogoog-te-gadget > div {
    display: block !important;
}
.goog-te-gadget select.goog-te-combo {
    font-family: 'Montserrat';font-size: 12px;border: 1px solid #aaa;background: #ddd;padding: 12px;
}

.footer_more {
    text-align: center;font-size: 14px;color: #aaa;line-height:  1.5;
}
.footer_logo {
    display: flex;justify-content: flex-end;align-items: flex-start;
}

.footer_logo svg {
    max-width: 40%;
}

a.back_to_top {
    display: flex;width: 100%;align-items: center;height: 50px;padding-left: 65px;color: #fff;position: relative;
}
a.back_to_top .arrow {
    position: absolute;left: 0;top: 0;width: 50px;height: 50px;border-radius: 25px;text-align: center;transition: all 0.3s ease;background: #eee;color: #111;line-height: 50px;font-size: 24px;
}
a.back_to_top:hover .arrow {
    top: -20px;
}

/* cookie */

#cookie_wrapper { background: rgba(0,0,0,0.6);color: #fff;padding: 12px 0;position: fixed;bottom: -300px;width: 100%;left: 0;z-index: 55555;transition: all 0.2s ease; }

.show_cw { bottom: 0 !important; }

.cookie_inner { display: flex;align-items: center;flex-wrap: wrap;font-size: 14px; }
.cookie_left { width: 75%;padding-right: 40px; }
.cookie_left a { color: #fff;text-decoration: underline; }

.cookie_right { width: 25%; }
.cookie_right a { display: block;text-align: center;background: #fff;border-radius: 4px;padding: 10px;text-decoration: none;color: #000;font-weight: 500; }

/* navigation */

ul.pagenav {
    display: flex;align-items: center;
}
ul.pagenav li {
    margin-right: 10px;
}
ul.pagenav li:last-child {
    margin-right: 0px;
}
ul.pagenav li a {
    display: block;width: 36px;height: 36px;text-align: center;line-height: 36px;background: #ddd;color: #333;
}
ul.pagenav li a.on {
    background: #333;color: #fff;
}

ul#navigation { display: flex;justify-content: right; }
ul#navigation li { position: relative;margin: 0 5px; }

ul#navigation li a {
	display: block;
	padding: 20px 4px 20px;
	color: #ddd;
	transition: all 0.3s ease;
	font-family: 'Montserrat',arial,tahoma,verdana;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.66px;
}

ul#navigation li ul li a {
	display: block;
	padding: 20px 20px 20px;
	color: #ddd;
	transition: all 0.3s ease;
	font-family: 'Montserrat',arial,tahoma,verdana;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.66px;
}



ul#navigation li a:hover { text-decoration: underline;color: #ffffff; }

ul#navigation li a.on { text-decoration: underline;color: #ffffff; }

ul#navigation li:hover > a {
	text-decoration: underline;
	color: #ffffff;
}


ul#navigation li ul { position: absolute;left: 0;display: none;z-index: 6999;background: #fff;min-width: 300px; }
ul#navigation li ul li { display: block;margin: 0; }
ul#navigation li ul li a { background: #000;color: #fff; }
ul#navigation li ul li a:hover { background: #222;color: #ffffff }

a#mobile_menu { display: none; }

.close_mobile_menu { display: none;position: absolute;right: 15px;top: 15px;color: #fff;font-size: 40px;text-decoration: none; }

.fw_open { margin-left: 0 !important; }


.crumb_wrapper {
	background-color: #e5e5e5;
	padding: 6px 0 0 0;
}

ul.breadcrumb {
    display: flex;flex-wrap: wrap;align-items: center;
}
ul.breadcrumb li {
	margin: 0 10px 6px 0;
	font-size: 14px;
	color: #444;
}
ul.breadcrumb li a {
    color: #444;
}
ul.breadcrumb li i {
    font-size: 12px;
}
.grecaptcha-badge { visibility: hidden; }

.spinner {
    margin: 0 auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner > div {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;

    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
    20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }  20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active {
	display: none !important;font-size: 12px;font-weight: bold;color: #444;text-decoration: none;display: none;
}

.goog-te-gadget {
	font-family: arial;font-size: 11px;color: #666;white-space: nowrap;font-size: 0 !important;display: block;
}

input { 
	border-radius: 6px;
}
textarea {
	border-radius: 6px;
}


.details .cms p a {
	display: inline-block;background-color: #cecece;padding: 10px 20px;border-radius: 10px;transition: all 0.3s ease;
}

.details .cms p a:hover {
	display: inline-block;background-color: #2d2d2d;padding: 10px 20px;border-radius: 10px;color: #fff;
}


.new_login { width: 500px;margin: 0 auto;border: 1px solid #ddd;background: #f5f5f5;padding: 20px;text-align: center; }
.new_login_error { color: #c00;font-weight: 500; }

.jcc { justify-content: center; }


.price_split { display: flex;align-items: center;margin-bottom: 10px; }
.price_split .block { width: 50%;padding: 0 6px; }
.price_split .block a { color: #000;text-decoration: underline; }
.price_split .block .price { margin: 0;text-align: left; }
.price_split .block .monthlyprice { font-size: 16px;text-align: right; }
