vihtml, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: bilo, sans-serif;
	vertical-align: baseline;
	line-height: 1.1;
}

div.block {
display: none;
}

.pin-spacer, .orangeWrapper{
	display: none !important;
}

.disclaimer{
	width: 80%;
	margin: 0 auto;
	display: flex;
	text-align: center;
}
.mobile-text{
	font-size: 1.2em !important;
}

table { border-collapse: collapse !important;}
td{font-weight: 500;}
a{text-decoration: none;}
img{max-width: 100%;}

.sidebar{
	display: none !important;
}
.brands img{
	opacity: 0.6;
	transition: transform .2s;
	transition-delay: 0s;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%); 
    -o-filter: grayscale(100%); 
}
/* Brand Hover Images */
.brands img:hover{
	transform: scale(1.2);
	opacity: 1;
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}

.fixed-action-btn{
	display: inline-block;
	position: fixed;
	bottom: 25px;
	right: 25px;
}

.banner{
	height: 100%;
	min-height: 220px;
	position: relative;
	width: 100%;
	margin: 0.5% 0;
}

.half.banner{
	width: 99%;
	margin: 1% 1% 1% 1%;
	float: left;
}

.silence-banner-two{
	background: url('../msx-1.jpeg');
	background-size: cover;
	background-position: center;
	margin:0;
}

.silence-banner-one{
	background: url('/media/images/motorcycles/honda-banner.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin:0;
}

.banner-one{
	background: url('../media/images/homepage/duty-free-landscape.jpg');
	background-size: cover;
	background-position: center;
}

.banner-two{
	background: url('../media/images/homepage/t-roc-1080-780.jpg');
	background-size: cover;
	background-position: center;
}
.banner-three{
	background: url('../media/images/homepage/levante-1080-780.jpg');
	background-size: cover;
	background-position: center;
}

.banner-four{
	background: url('../media/images/homepage/Tiguan-1080-780.jpg');
	background-size: cover;
	background-position: center;
}
.banner-five{
	background: url('../media/images/homepage/Vitara-1080-780.jpg');
	background-size: cover;
	background-position: center;
}

/* .bike-banner-one{
	background: url('../media/images/homepage/showroom-1080-780-1.jpg');
	background-size: cover;
	background-position: center;
} */

.bike-banner-two{
	background: url('../media/images/motorcycles/pcx-1080-780.jpg');
	background-size: cover;
	background-position: center;
}
.bike-banner-three{
	background: url('../media/images/motorcycles/NX500-1080-780.jpg');
	background-size: cover;
	background-position: center;
}

.bike-banner-four{
	background: url('../media/images/motorcycles/CB650R-1080-780.jpg');
	background-size: cover;
	background-position: center;
}

.top-left h2{
	font-size: 0.2em;
	top: 40px;
	left: 20px;
}
.top-left p{
	top: 20px;
	left: 20px;
}

.top-right h2{
	top: 40px;
	right: 30px;
}
.top-right p{
	top: 20px;
	right: 30px;
}

.bottom-left h2{
	bottom: 40px;
	left: 30px;
}

.bottom-right h2{
	bottom: 40px;
	right: 30px;
}

.bottom-right p{
	bottom: 10px;
	right: 30px;
	text-align: right
}
.bottom-left p{
	bottom:20px;
	left: 30px;
}

.banner h2.banner-title {
	position: absolute;
	font-weight: 700;
	font-size: 1.5em;
	color: #fff;
}
.banner p.banner-tagline{
	position: absolute;
	font-size: 1.3em;
	font-weight: 400;
	color: #fff;
}


.team-individual{
	display: flex;
	flex-flow: column;
	width: 100%;
	background: #484848;
	padding: 2%;
	color: #fff;
}


body {
	font-family: bilo, sans-serif;
	font-weight: 300;
	font-style: normal;
	overflow-x: hidden !important;
	width: 100%;
	max-width: 100%;
}


* {
  box-sizing: border-box;
}

.header-container{
	height: 65px;
	z-index:99999;
	position: relative;
}

header{
	margin: 0 auto 0;
	padding: 15px 20px 0;
	width: 100%;
	position: fixed;
	background: white;
}


.logo{
	width: 200px;
	height: 50px;
	overflow: hidden;
	display: block;
	float: left;
}


.logo img{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
}

/* .testimonials-grid-container {
	padding: 5% 7.5%;
	grid-gap: 25px 135px;
} */

.testimonial-text {
	position: relative;
	font-weight: 400;
}

.testimonial-text::before {
	content: " \201D";
	position: absolute;
	width: 2.5rem;
	height: 0.39rem;
	font-size: 90px;
	font-weight: 500;
	color: #002E6D;
	border: none;
	margin-left: -43px;
	top: -35px;
}

.grid-container {
  display: grid;
  padding: 5%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: minmax(20px, auto);
  grid-gap: 50px 30px;
}

.testimonials-grid-container {
	display: grid;
	padding: 5% 10%;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	grid-auto-rows: minmax(20px, auto);
	grid-gap: 30px 50px;
  }

.mc-grid-container {
  display: grid;
  padding: 5% 10%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-rows: minmax(20px, auto);
  grid-gap: 30px 50px;
}

.uc-grid-container {
  display: grid;
  padding: 5% 10%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-rows: minmax(20px, auto);
  grid-gap: 30px 50px;
}
.team-container {
  display: grid;
  padding: 2.5%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: minmax(20px, auto);
  grid-gap: 30px 15px;
}
.valeting-container {
	display: grid;
	padding: 5%;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	grid-auto-rows: minmax(20px, auto);
	grid-gap: 50px 30px;
  }

.team-container .team{
	display: flex;
	flex-flow: column;
	overflow: hidden;
}

.team-container .team-image img{
	width: 100%;
}

.team-container .team-individual{
	padding: 5%;
	text-align: center;
	flex-flow: column;
}
.team-container .team-individual h3{
	font-weight: 700;
	line-height: 2;
	letter-spacing: 1px;
	font-size: 16px;
	text-transform: capitalize;
}

.team-container .team-individual p{
	line-height: 2;
	font-size: 16px;
	font-weight: 400;
}

.team-container .team-individual button{
	margin-top: 15px;
	font-weight: 700;
	background: #F78119;
	color: #fff;
	font-size: 14px;
    padding: 10px 30px;
    text-align: center;
    outline: 0;
    border: 0;
    border-radius: 25px;
    width: fit-content;
    text-transform: uppercase;
    cursor: pointer;
}

/* Valeting Colours */

.valeting.express{
	background-color: #0093E9;
	background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
}

.valeting.bronze{
	background:#CD7F32;
	background-color: #CD7F32;
	background-image: linear-gradient(160deg, #CD7F32 0%, #DEAB78 100%);
}

.valeting.silver{
	background:#c0c0c0;
	background-image: linear-gradient(160deg, #c0c0c0 0%, #D4D4D4 100%);
}

.valeting.gold{
	background-color: #d4af37;
	background-image: linear-gradient(160deg, #d4af37 0%, #E2C874 100%);
}

.valeting.extras{

	background:#484848;
	background-image: linear-gradient(160deg, #484848 0%, #757575 100%);
}

.valeting{
	position: relative;
	border-radius: 5px;
	padding: 25px;
}

.valeting h2{
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 25px;
	color: #fff;
}

.valeting p{
	padding: 15px;
	text-align: center;
	background: #484848;
	color: #fff;
	width: 65%;
	border-radius: 5px;
	bottom: 5px;
	border: 5px solid #dadada;	
	letter-spacing: 2px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: 600;
}

.valeting ul{
	margin-bottom: 85px;
}

.valeting ul li {
	text-align: left;
	font-weight: 400;
	margin-bottom: 10px;
	list-style-type: none;
	color: #fff;
}

/* mobile footer */


.footer-container{
	padding: 50px 0;
	align-items: center;
	text-align: center;
	justify-content: center;
	width: 100%;
	display: flex;
	flex-flow: column;
	background: #DADADA;
}

.footer-box{
	margin: 2.5%;
}

.footer-box ul{
	list-style-type: none;
	display: flex;
	flex-flow: column;
}

.footer-box ul.social{
	margin-top: 20px;
	list-style-type: none;
	display: flex;
	flex-flow: row;
}

.footer-box ul li{
	margin: 10px;
	font-weight: 600;
	list-style-type: none;
}

.footer-box ul li:hover{
text-decoration: underline;
}

.footer-box ul li a{
	color: #000;
}

.footer-box p{
	margin: 15px 0;
	font-weight: 600;
	font-size: 16px;
	color: #000;
}

.footer-box h3{
	margin: 25px 0 0;
	font-weight: 600;
	font-size: 20px;
	color: #000;
}

.copyright-text h3{
	background: #484848;
	color:#dadada;
	padding: 25px;
	text-align:center;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.3;
	font-weight: 400;
}

/* End Mobile Footer Styles */


/* Mobile Navigation Styles */


  .nav-container {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: #002E6D;
    opacity: 0;
    transition: all 0.2s ease;
  }
  .nav-container ul {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  .nav-container ul li {
  	position: relative;
    display: block;
    float: none;
    width: 100%;
    text-align: right;
    margin-bottom: 15px;
  }

  .nav-container ul li:nth-child(1) a {
    transition-delay: 0.4s;
  }
  .nav-container ul li:nth-child(2) a {
    transition-delay: 0.5s;
  }
  .nav-container ul li:nth-child(3) a {
    transition-delay: 0.6s;
  }
  .nav-container ul li:nth-child(4) a {
    transition-delay: 0.7s;
  }
  .nav-container ul li:nth-child(5) a {
    transition-delay: 0.9s;
  }
    .nav-container ul li:nth-child(6) a {
    transition-delay: 1.1s;
  }
    .nav-container ul li:nth-child(7) a {
    transition-delay: 1.3s;
  }
  .nav-container ul li:not(:first-child) {
    margin-left: 0;
  }
  .nav-container ul li a {
    padding: 10px 25px;
    opacity: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
    transform: translateY(-20px);
    transition: all 0.2s ease;
    font-family: bilo, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
  }

	.nav-container ul li ul {
		position: absolute;
		top: 100%;
		visibility: hidden;
		opacity: 0;
		height: auto;
		left: -15px;
		width: 270px;
		padding: 10px 20px;
		margin-top: 0;
	}

		.nav-container ul li ul li{
			margin-left: 0 !important;
			height: auto;
			margin-top: 10px;
			margin-bottom: 10px;
			text-align: left;
		}

			.nav-container ul li ul li a{
			transition-delay: none !important;
			}

			  .nav-container ul li ul li:nth-child(1) a {
			    transition-delay: 0s;
			  }
			  .nav-container ul li ul li:nth-child(2) a {
			    transition-delay: 0s;;
			  }
			  .nav-container ul li ul li:nth-child(3) a {
			    transition-delay: 0s;
			  }
			  .nav-container ul li ul li:nth-child(4) a {
			    transition-delay: 0s;
			  }

			.nav-container ul li ul li:hover, .nav-container li:hover li {
		}
	
		.nav-container ul li ul li:hover, .nav-container li li:hover li {
		}
	
		.nav-container ul li ul li:hover {
		}
	
		.nav-container ul li:hover > ul {
			visibility: visible;
			z-index: 1000;
			opacity: 1;
		}

  .nav-open {
    position: fixed;
    right: 10px;
    top: 10px;
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 9999;
    border-radius: 50%;
  }
  .nav-open i {
    display: block;
    width: 20px;
    height: 2px;
    background: #1f2227;
    border-radius: 2px;
    margin-left: 14px;
  }
  .nav-open i:nth-child(1) {
    margin-top: 16px;
  }
  .nav-open i:nth-child(2) {
    margin-top: 4px;
    opacity: 1;
  }
  .nav-open i:nth-child(3) {
    margin-top: 4px;
  }

#nav:checked + .nav-open {
  transform: rotate(45deg);
}
#nav:checked + .nav-open i {
  background: #fff;
  transition: transform 0.2s ease;
}
#nav:checked + .nav-open i:nth-child(1) {
  transform: translateY(6px) rotate(180deg);
}
#nav:checked + .nav-open i:nth-child(2) {
  opacity: 0;
}
#nav:checked + .nav-open i:nth-child(3) {
  transform: translateY(-6px) rotate(90deg);
}

#nav:not(:checked) ~ .nav-container {
  z-index: 9990;
  margin-left: -1999px;
}
#nav:not(:checked) ~ .nav-container ul li a {
  margin-left: -1999px;
  transform: translateY(0);
}

#nav:checked ~ .nav-container {
  z-index: 9990;
  opacity: 1;
}
#nav:checked ~ .nav-container ul li a {
  opacity: 1;
  transform: translateY(0);
}
 .nav-container ul li a:hover {
  color: #808080;
  text-decoration: none;
}

.hidden {
  display: none;
}

/*Slider Arrows Mobile */


.slick-prev::before {
	content: unset;
	color: #000;

}

.slick-next::before {
	content: unset;
	color: #000;
}
.brand .slick-next,
.model .slick-next{
	display:block !important;
    line-height: 0;
    background: #fff;
    position: absolute;
    bottom: -60px;
    left: 250px;
    width: 50px;
    height: 50px;
    padding: 25px 2px;
    left: 60px;
    text-align: center;
    -webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    cursor: pointer;
    color: #000;
    border: 2px solid #000;
    outline: none;
    z-index: 10;
}
.brand .slick-prev,
.model .slick-prev{
	display:block !important;
    line-height: 0;
    background: #fff;
    position: absolute;
    bottom: -60px;
    left: 50px;
    width: 50px;
    height: 50px;
    padding: 25px 2px;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #000;
    border: 2px solid #000;
    outline: none;
    z-index: 10;
}
.home .slick-prev{
	position: absolute;
    top: 50%;
    display: block;
    left: 0px;
    width: 24px;
    height: 34px;
    padding-top: 8px; 
	z-index: 1;
	background-color: rgba(255,255,255,0.5);
	background: url('/media/images/left-arrow.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.home .slick-prev img{
	width: 20px;
	height: 20px;
}


.home .slick-next{
	position: absolute;
    top: 50%;
    display: block;
    right:0px;
    left: auto;
    width: 24px;
    height: 34px;
    padding-top: 8px; 
	background-color: rgba(255,255,255,0.5);
	z-index: 1;
	background: url('/media/images/right-arrow.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.home .slick-next img{
	width: 20px;
	height: 20px;
}

.slider {
    width: auto;
    box-sizing: border-box;
}

.slick-slide {
    color: white;
      width: 70vw;
    /*padding: 20px 0;*/
    font-size: 30px;
    text-align: center;}
 .slick-slide   
	img { display: inline-block; }
	
.model .slick-list{
	width: 1000% !important;
}

.home.slick-slide {
    color: white;
    padding: 20px 0;
    font-size: 30px;
    text-align: center;}

.home.slick-slide   
    img { display: inline-block;
}


/* 
@-webkit-keyframes downarrow {
	0% { -webkit-transform: translateY(0); opacity: 0.4 }
	100% { -webkit-transform: translateY(0.4em); opacity: 0.9 }
  }

.arrow{
	position: relative;
    bottom: 250px;
	left: 50%;
	margin-left: -32px;
	transform: translate(-50%, -50%);
	-webkit-animation: downarrow 0.6s infinite alternate ease-in-out;
	animation: downarrow 0.6s infinite alternate ease-in-out;
}

@-webkit-keyframes downarrow {
	0% { -webkit-transform: translateY(0); opacity: 0.4 }
	100% { -webkit-transform: translateY(0.4em); opacity: 0.9 }
  } */

/* End of Slider Styles */ 



  .container{
	width: 100%;
	display: block;
	padding: 0 1%;
	overflow: hidden;
	position: relative;
	}

.brands-container:first-of-type,
.brands-container:last-of-type{
	background: #DADADA;
}

.brands-container{
	padding: 100px 0 0;
}

.brands div{
padding: 5%;
}

.brands img{
	margin: 0 auto;
	display: block;
	overflow: hidden;
	width: 100%;
	padding: 10%;
}
.brands-title h3{
	text-align: center;
	text-transform: uppercase;
	color: #484848;
	letter-spacing: 8px;
	font-size: 24px;
	font-weight: 700;
}

.mc-container,
.uc-container,
.model-container{
	padding: 0 25px 50px;
	background: #DADADA;
	width: 100%;
}
.mc-title h3,
.uc-title h3,
.model-title h3{
	padding: 50px 0;
	text-align: center;
	text-transform: uppercase;
	color: #484848;
	letter-spacing: 8px;
	font-size: 24px;
	font-weight: 700;
}

.hero-container .hero-image img{
	width: 100%;
}

.mc-title p{
	font-size: 24px;
	text-align: center;
}

.model-details{
	display: flex;
	flex-flow: column;
	margin: 15px auto;
	overflow: hidden;
}

.model-details .model-image{
	width: 100%;
	display: flex;

}
.model-details .model-image img{
	margin: 0 auto;
	display: block;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	align-self: flex-start;
}

.model-details .model-specs{
	background: #484848;
	padding: 5%;
	width: 100%;
	display: inline-flex;
	flex-flow: column;
}

 .model-specs .hybrid{ 
	padding: 5px 10px;
	width: fit-content;
	font-weight: 500;
	font-size: 12px;
	border-radius: 3px;
	background: #00af00;
	border:1px solid #00af00;
	text-transform: uppercase;
	letter-spacing: 1px;
	color:#fff;
	display: inline-flex;
}
.model-specs .electric{ 
	padding: 5px 10px;
	width: fit-content;
	font-weight: 500;
	font-size: 12px;
	border-radius: 3px;
	background: #7DF9FF ;
	border:1px solid #7DF9FF ;
	text-transform: uppercase;
	letter-spacing: 1px;
	color:#000;
	display: inline-flex;
}

.detail-label{
	justify-content: center;
	display: flex;
	margin: 30px auto 0;
}

.model-specs .offer{ 
	margin-top: 10px;
	padding: 5px 10px;
	width: fit-content;
	font-weight: 500;
	font-size: 12px;
	border-radius: 3px;
	background: #FF0000 ;
	border:1px solid #FF0000 ;
	text-transform: uppercase;
	letter-spacing: 1px;
	color:#fff;
	display: inline-flex;
	text-align: center;
}

.model-specs .comingsoon{ 
	margin-top: 10px;
	padding: 5px 10px;
	width: fit-content;
	font-weight: 500;
	font-size: 12px;
	border-radius: 3px;
	background: yellow;
	border:1px solid yellow ;
	text-transform: uppercase;
	letter-spacing: 1px;
	color:#000;
	display: inline-flex;
	text-align: center;
}

.model-comingsoon{ 
	padding: 5px 10px;
	font-weight: 500;
	font-size: 12px;
	border-radius: 3px;
	background: yellow ;
	border:1px solid yellow ;
	text-transform: uppercase;
	letter-spacing: 1px;
	color:#000;
}

.model-offer{ 
	padding: 5px 10px;
	font-weight: 500;
	font-size: 12px;
	border-radius: 3px;
	background: #FF0000 ;
	border:1px solid #FF0000 ;
	text-transform: uppercase;
	letter-spacing: 1px;
	color:#fff;
}

.model-hybrid{
	padding: 5px 10px;
	font-weight: 500;
	font-size: 12px;
	border-radius: 3px;
	background: #00af00;
	border:1px solid #00af00;
	text-transform: uppercase;
	letter-spacing: 1px;
	color:#fff;
}

.model-electric{
	padding: 5px 10px;
	font-weight: 500;
	font-size: 12px;
	border-radius: 3px;
	background: #7DF9FF ;
	border:1px solid #7DF9FF ;
	text-transform: uppercase;
	letter-spacing: 1px;
	color:#000;
}

.model-details .model-specs h3{
	padding: 0px;
	text-align: left;
	color: #fff;
	letter-spacing: 8px;
	font-size: 28px;
	font-weight: 700;
}

.model-details .model-specs .tagline{
	padding: 0 0 20px;
	text-align: left;
	color: #fff;
	font-size: 18px;
	font-weight: 200;
}
.model-details .model-specs .price{
	padding: 0 0 20px;
	text-align: left;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}
#send_message_btn{
	background: #F78119;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	padding: 10px 30px;
	text-align: center;
	outline: 0;
	border: 0;
	border-radius: 25px;
	width: fit-content;
	text-transform: uppercase;
	cursor: pointer;
}
.model-container .model-specs button,
.model-details .model-specs button{
	margin-top: 50px;
	background: #F78119;
    font-weight: 600;
    font-family: 'bilo';
    letter-spacing: 1px;
	font-size: 14px;
	color: #fff;
	padding: 10px 30px;
	text-align: center;
	outline: 0;
	border: 0;
	border-radius: 25px;
	width: fit-content;
	text-transform: uppercase;
	cursor: pointer;
}
.mc-button-container,
.model-button-container{
	display: flex;
	flex-flow: column;
	justify-content: center;
	margin: 0 auto;
	overflow: hidden;
	align-items: center;
	text-align: center;
}

.model-container .model-specs button{
	margin-top: 0;
}

.model-container .price{
	font-size: 24px;
	text-align: center;
	font-weight: 700;
	letter-spacing: 8px;
	color: #484848;
	margin-top: 50px;
	text-transform: uppercase;
}

.model-slider{
	display: flex;
	width: 100%;
	flex-flow: column;
	margin: 0 auto;
}

.video {
	min-height: 180px;
	position: relative;
  }

  .video img {
	position: absolute;
	z-index: 1000;
	left: 50px;
	bottom: 50px;
	width: 190px;
  } 



.maserati-box {
	float: left;
	padding: 0;
	position: relative;
	width: 100%;
	box-sizing: border-box;
  }

  .maserati-box img.title {
	bottom: 55px;
	left: 50px;
	width: 50%;
	position: absolute;
  }

  .maserati-box h2.title {
	  padding: 0;
	  margin: 0;
	bottom: 25px;
	left: 20px;
	width: 50%;
	position: absolute;
	font-weight: 700;
	color: #fff;
  }

	
.maserati-box h2{
	padding: 25px 50px;
	margin-top:30px;
	margin-bottom:50px;
	font-size: 45px;
	font-weight:300;
	line-height: 1.3;
  }
	.maserati-box h2 span{
		font-weight: 700;
	}


/*.model-gallery{
	min-width: 100%;
	padding: 10px;
}

.model-gallery img{ width: 100%; }

.model-gallery-item{
	width: 25%;
	float: left;
	padding: 10px;
}

.model-gallery-item img{
	width: 100%;
}*/

video{
	width: 100%;
	margin-top: 0;
}
.video{
	overflow: hidden;
}

.home .video h2{
	color:white; z-index: 10000; top: 20px;left:20px;font-weight: 700;font-size: 30px;
}
.home .video h2.thin{
	color:white; z-index: 10000; top: 50px;left:20px;font-weight: 300;font-size: 30px;
}

.home .video p{
	color:white; z-index: 10000; top: 70px;left:20px;font-weight: 300;font-size: 14px;
}

.video-container{
	clear: both;
	display: block;
	width: 70%;
	max-width: 1100px;
	margin: 50px auto 0;
    position: relative;
    padding-bottom: 39.25%;
    height: 0;
}
.video-container iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mc-container p.contact-text,
.uc-container p.contact-text,
.model-container p.contact-text{
	max-width: 1024px;
	text-align: center;
	margin: 0 auto 40px;
	width: 80%;
	color: #484848;
	position: relative;
	overflow: hidden;
	font-weight: 500;
}
h5.terms{
	max-width: 1024px;
	text-align: left;
	margin: 40px auto;
	width: 80%;
	font-size: 18px;
	color: #484848;
	position: relative;
	overflow: hidden;
	font-weight: 700;
}
p.terms-text{
	max-width: 1024px;
	text-align: left;
	margin: 0 auto 40px;
	width: 80%;
	color: #484848;
	position: relative;
	overflow: hidden;
	font-weight: 500;
}
p.contact-text{
	max-width: 1024px;
}

/* Used Cars Overview*/

.uc-container select{
    background: #F2B705;
    border-radius: 3px;
    outline: 0;
    border: 0;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    color: #484848;

}

.uc-select option{
    background: #F2B705;
    border-radius: 3px;
    outline: 0;
    border: 0;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: #484848;
}

.uc-entry{
	border: 1px solid #484848;
	padding: 0;
}

.uc-details{
	padding: 5%;
	line-height: 2;
}

.uc-details p{
	font-weight: 400;
	line-height: 1.4;
}

.uc-details h3{
	line-height: 2;
	font-weight: 600;
	font-size: 22px;
	text-transform: capitalize;
}

/* Used Cars Model */

.uc-header{
	display: flex;
	flex-flow: column;
	width: 100%;
}
.uc-model-details{
	background: #484848;
	display: flex;
	width: 100%;
	flex-flow: column;
}

.uc-model-details h3{
	color: #fff;
	font-size: 32px;
	text-decoration: underline;
	font-weight: 600;
	letter-spacing: 2px;
}

.uc-model-details p{
	font-size: 20px;
	line-height: 2.3;
	color: #484848;
	font-weight: 300;
	letter-spacing: 1px;
}

.uc-model-details p span{
	font-size: 20px;
	font-weight: 700;
	line-height: 2.3;
	color: #484848;
	letter-spacing: 1px;
}

.mc-slider,
.uc-slider{
	display: flex;
	width: 100%;
	flex-flow: column;
}


#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] { font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; }

#contact {
	display: flex;
	flex-flow: column;
	width: 100%;
	padding:25px;
	margin:50px 0 25px;
}

fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact select, #contact textarea {
	width:100%;
	border:1px solid #CCC;
	background:#FFF;
	margin:5px 0 5px;
	padding:10px;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}

#contact textarea {
	height:100px;
	max-width:100%;
  resize:none;
}

#contact #send_message_btn button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background:#0CF;
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	font-size:15px;
}

#contact #send_message_btn button[type="submit"]:hover {
	background:#09C;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

#contact #send_message_btn button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus, #contact textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}



.tabs {
  position: relative;
  margin: 0px auto 40px;
  width: 1024px;
  max-width: 100%;
  overflow: hidden;
  padding-top: 40px;
}
.tabs input {
  position: absolute;
  z-index: 1000;
  width: 33.3%;
  height: 50px;
  left: 0;
  top: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
  margin: 0;
}
.tabs input#tab-2 {
  left: 33.3%;
}
.tabs input#tab-3 {
  left: 66.6%;
}

.tabs label {
  background: #3f6b9d;
  color: #fefefe;
  font-size: 15px;
  line-height: 50px;
  height: 60px;
  position: relative;
  top: 0;
  padding: 0 20px;
  float: left;
  display: block;
  width: 33.3%;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1), -2px 0 2px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  -webkit-transition: all 150ms ease 0s;
  transition: all 150ms ease 0s;
}
.tabs label:hover {
  cursor: pointer;
}

.tabs label:after {
  content: "";
  background: #fefefe;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  display: block;
}

.tabs input:hover + label {
  background: #2F4E75;
}

.tabs label:first-of-type {
  z-index: 4;
}

.tab-label-2 {
  z-index: 4;
}

.tab-label-3 {
  z-index: 3;
}
.tab-label-4 {
  z-index: 5;
}

.tabs input:checked + label {
  background: #fefefe;
  color: #1a1a1a;
  z-index: 6;
}

.clear-shadow {
  clear: both;
}

.content {
  height: auto;
  width: 100%;
  float: left;
  position: relative;
  z-index: 5;
  background: #fefefe;
  top: -10px;
  box-sizing: border-box;
}
.content .content-container {
	display: flex;
	justify-content: space-around;
	flex-flow: row;
  position: relative;
  float: left;
  width: 0;
  height: 0;
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  background: #fefefe;
}
.content div h2 {
  margin-top: 0;
}

.tabs .tab-selector-1:checked ~ .content .content-1,
.tabs .tab-selector-2:checked ~ .content .content-2,
.tabs .tab-selector-3:checked ~ .content .content-3,
.tabs .tab-selector-4:checked ~ .content .content-4{
  z-index: 100;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  width: 100%;
  height: auto;
  width: 100%;
  height: auto;
  padding: 5%;
}

.content div h3 {
  color: #484848;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.content div p {
  font-size: 14px;
  line-height: 22px;
  font-weight:500;
  text-align: left;
  margin: 0;
  color: #484848;
  padding-left: 15px;
}

.content div span {
	font-weight:600;
  }

/* Motorbikes */

.mc-entry{
	padding: 25px 25px 10px 25px;
	border-bottom: 1px solid #dadada;
	transition: all 0.7s ease-in;
	color: #000;
}

.mc-entry:hover{
	padding: 0;
	color: #cc0000;
	border-bottom: 1px solid #cc0000;
}

.mc-entry h3{
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
.mc-button-container button{
	margin-top: 50px;
	background: #cc0000;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	padding: 10px 20px;
	text-align: center;
	outline: 0;
	border: 0;
	border-radius: 5px;
	width: fit-content;
	text-transform: uppercase;
	cursor: pointer;
}

/* Accessories Menu */

#myBtnContainer{
			list-style-type: none;
			text-align: center;
			display: block;
			margin: 0 auto;
		}

		#myBtnContainer li{
			margin: 20px;
			font-size: 18px;
			font-weight: 600;
			text-transform: uppercase;
			cursor: pointer;
			color: #484848;
		}


@media screen and (min-width: 768px) {
  .tabs input:checked + label {
    top: -5px;
  }
}
@media screen and (max-width: 767px) {
  .tabs {
    height: auto;
    background: #fefefe;
    padding-bottom: 200px;
    width: 95%;
  }
  .tabs label {
    text-align: left;
  }
  .tabs input:checked + label {
    padding-left: 30px;
  }
  .tabs label, .tabs input {
    width: 100%;
    position: absolute;
  }
  .tabs label.tab-label-1, .tabs label#tab-1, .tabs input.tab-label-1, .tabs input#tab-1 {
    width: 100%;
    top: 0px;
    left: 0;
    height: 50px;
    z-index: 1 !important;
  }
  .tabs label.tab-label-2, .tabs label#tab-2, .tabs input.tab-label-2, .tabs input#tab-2 {
    width: 100%;
    top: 50px;
    left: 0;
    height: 60px;
    z-index: 2 !important;
  }
  .tabs label.tab-label-3, .tabs label#tab-3, .tabs input.tab-label-3, .tabs input#tab-3 {
    width: 100%;
    top: 100px;
    left: 0;
    height: 60px;
    z-index: 3 !important;
  }
    .tabs label.tab-label-4, .tabs label#tab-4, .tabs input.tab-label-4, .tabs input#tab-4 {
    width: 100%;
    top: 150px;
    left: 0;
    height: 50px;
    z-index: 4 !important;
  }
  .tabs .content {
    top: 200px;
  }

  .content .content-container {

  	flex-flow: column;
}

}

#map{
	width: 100%;
	height: 500px;
}


@media only screen and (min-width: 751px) and (max-width:1020px){

	.sidebar{
		display: flex !important;
	}
	.grid-container.motorcycle-brands{
		grid-template-columns: repeat(4, minmax(0, 1fr))
	}
	.grid-container.motorcycle-brands a:first-child{
		grid-column-start: 2;
	}

  .grid-container {
	  display: grid;
	  padding: 5%;
	grid-template-columns: repeat(5, minmax(0, 1fr));
  	grid-auto-rows: minmax(20px, auto);
	  grid-gap: 50px 30px
}

.uc-grid-container{
	  display: grid;
	  padding: 2.5%;
	grid-template-columns: repeat(2, minmax(0, 1fr));
  	grid-auto-rows: minmax(20px, auto);
	  grid-gap: 25px 30px
}
.mc-grid-container{
	  display: grid;
	  padding: 5% 10%;
	  grid-template-columns: repeat(3, minmax(0, 1fr));
  	grid-auto-rows: minmax(20px, auto);
	  grid-gap: 25px 30px
}

.testimonials-grid-container{
	display: grid;
	padding: 5% 10%;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	grid-auto-rows: minmax(20px, auto);
	grid-gap: 25px 30px
}

.team-container{
	  display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
  	grid-auto-rows: minmax(20px, auto);
	  grid-gap: 25px 30px
}

.valeting-container{
	display: grid;
  	grid-template-columns: repeat(5, minmax(0, 1fr));
	grid-auto-rows: minmax(20px, auto);
	grid-gap: 25px 30px
}

#myBtnContainer{
	list-style-type: none;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
}

#myBtnContainer li{
	display: inline;
	margin: 15px;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
	color: #484848;
}

 .maserati-box h2{
	padding: 25px 100px;
	margin-top:30px;
	margin-bottom:50px;
	font-size: 65px;
	font-weight:300;
	line-height: 1.3;
  } 

}


@media only screen and (min-width:1021px){
	
	.sidebar{
		display: flex !important;
	}
	
	.grid-container.motorcycle-brands{
		grid-template-columns: repeat(4, minmax(0, 1fr))
	}
	.grid-container.motorcycle-brands a:first-child{
		grid-column-start: 2;
	}

  .grid-container {
	  display: grid;
	  padding: 5%;
  		grid-template-columns: repeat(5, minmax(0, 1fr));
  	grid-auto-rows: minmax(20px, auto);
	  grid-gap: 25px 50px;
}

  .uc-grid-container {
	  display: grid;
	  padding: 2.5%;
  		grid-template-columns: repeat(4, minmax(0, 1fr));
  	grid-auto-rows: minmax(20px, auto);
	  grid-gap: 25px 30px;
}

.testimonials-grid-container {
	display: grid;
	padding: 5% 5%;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-auto-rows: minmax(20px, auto);
	grid-gap: 25px 85px;
	max-width: 1250px;
	margin: 0 auto;
}

  .mc-grid-container {
	  display: grid;
	  padding: 5% 10%;
	  grid-template-columns: repeat(3, minmax(0, 1fr));
  	grid-auto-rows: minmax(20px, auto);
	  grid-gap: 25px 30px;
}

  .team-container {
	  display: grid;
  		grid-template-columns: repeat(4, minmax(0, 1fr));
  	grid-auto-rows: minmax(20px, auto);
	  grid-gap: 25px 30px;
	  max-width: 1250px;
	  margin: 0 auto;
}

.valeting-container{
	display: grid;
  	grid-template-columns: repeat(5, minmax(0, 1fr));
	grid-auto-rows: minmax(20px, auto);
	grid-gap: 25px 30px
}


}
@media only screen and (min-width: 980px) and (max-width:1450px){

	
	.maserati-box h2{
		padding: 25px 30px;
		margin-top:30px;
		font-size: 45px;
		font-weight:300;
		line-height: 1.3;
	  }

	}


@media only screen and (min-width: 1451px) {

	.maserati-box h2{
		padding: 25px 60px;
		margin-top:30px;
		font-size: 65px;
		font-weight:300;
		line-height: 1.3;
	  }

}


@media only screen and (min-width: 1055px) {

	.banner{
		height: 100%;
		min-height: 550px;
		position: relative;
		width: 100%;
		margin: 0.5% 0;
	}

	.top-left h2{
		font-size: 0.2em;
		top: 20px;
		left: 20px;
	}
	.top-left p{
		top: 80px;
		left: 20px;
	}
	
	.top-right h2{
		top: 20px;
		right: 30px;
	}
	.top-right p{
		top: 80px;
		right: 30px;
	}
	
	.bottom-left h2{
		bottom: 80px;
		left: 30px;
	}
	
	.bottom-right h2{
		bottom: 80px;
		right: 30px;
	}
	
	.bottom-right p{
		bottom: 40px;
		right: 30px;
		text-align: right
	}
	.bottom-left p{
		bottom:40px;
		left: 30px;
	}


	.pin-spacer, .orangeWrapper{
		display: flex !important;
	}

	.disclaimer{
		width: 60%;
	}

	.half.banner{
		width: 49%;
		margin: 0.5%;
		float: left;
	}
	

	.fixed-action-btn{
		display: none;
	}

	.video{
		overflow: hidden;
	}

	.home .video h2{
		color:white; z-index: 10000; top: 50px;left:50px;font-weight: 700;font-size: 60px;
	}
	.home .video h2.thin{
		color:white; z-index: 10000; top: 120px;left:50px;font-weight: 300;font-size: 60px;
	}

	.home .video p{
		color:white; z-index: 10000; top: 120px;left:50px;font-weight: 300;font-size: 30px;
	}

	
    .maserati-box {
		float: left;
		padding: 3px 5px;
		position: relative;
		width: 33.3%;
		box-sizing: border-box;
	  }
  
	  .maserati-box img.title {
		bottom: 70px;
		left: 50px;
		width: 50%;
		position: absolute;
	  }

	  .maserati-box h2.title {
		bottom: 25px;
		left: 25px;
		width: 50%;
		position: absolute;
		font-weight: 700;
		color: #fff;
	  }

		
	.maserati-box h2 span{
			font-weight: 700;
		}
	
		.video {
		  position: relative;
		}
	
		.video img {
		  position: absolute;
		  z-index: 1000;
		  left: 50px;
		  bottom: 50px;
		  width: 300px;
		}
	
		.panel.align-top {
		  align-items: flex-start;
		}
	
		.panel {
		  width: 100%;
		  height: 100%;
		  display: flex;
		  justify-content: center;
		  align-items: center;
		  font-weight: 600;
		  font-size: 1.5em;
		  text-align: center;
		  color: white;
		  position: relative;
		  box-sizing: border-box;
		  padding: 10px;
		}
	
		.container {
		  position: relative;
		}
	
		.carousel-cell {
		  width: 66%;
		}
	
		.cell__wrap {
		  width: 75%;
		  margin: 0 auto;
		}
	
		.cell__inner {
		  position: relative;
		  width: 100%;
		  height: 0;
		  padding-bottom: 56.25%;
		}
	
		.cell__title {
		  position: absolute;
		  z-index: 1;
		  top: 50%;
		  left: 0;
		  margin: 0;
		  transform: translateY(-50%) translateX(-20%);
		}
	
		.text-split__inner {
		  transform: translateY(100%);
		  display: inline-block;
		  transition: transform 0.3s ease;
		}
	
		.is-selected .text-split__inner {
		  transform: translateY(0);
		}
	
		.text-split__inner.whitespace {
		  display: initial;
		}
	
		.cell__thumb {
		  position: absolute;
		  width: 100%;
		  height: 100%;
		  z-index: 0;
		  top: 0;
		  right: 0;
		  bottom: 0;
		  left: 0;
		  background-size: cover;
		  background-position: center;
		  background-repeat: no-repeat;
		} 

	.banner-one{
		background: url('../media/images/homepage/blackfridayimage-1080x780.jpg');
		background-size: cover;
		background-position: center;
	}
	
	.banner-two{
		background: url('../media/images/homepage/t-roc-1280-600.jpg');
		background-size: cover;
		background-position: center;
	}
	.banner-three{
		background: url('../media/images/homepage/levante-1280-600.jpg');
		background-size: cover;
		background-position: center;

	}

	.banner-four{
		background: url('../media/images/homepage/Tiguan-1920-650.jpg');
		background-size: cover;
		background-position: center;

	}

	.banner-five{
		background: url('../media/images/homepage/Vitara-1280-600.jpg');
		background-size: cover;
		background-position: center;

	}

	/* .bike-banner-one{
		background: url('../media/images/homepage/showroom-1920-650-1.jpg');
		background-size: cover;
		background-position: center;
	} */
	
	.bike-banner-two{
		background: url('../media/images/motorcycles/pcx-1920-650.jpg');
		background-size: cover;
		background-position: center;
	}
	.bike-banner-three{
		background: url('../media/images/motorcycles/NX500-1080-780.jpg');
		background-size: cover;
		background-position: center;

	}

	.bike-banner-four{
		background: url('../media/images/motorcycles/CB650R-1280-600.jpg');
		background-size: cover;
		background-position: center;

	}

	.banner h2.banner-title {
		position: absolute;
		font-weight: 700;
		font-size: 50px;
		color: #fff;
	}
	.banner p.banner-tagline{
		position: absolute;
		font-size: 30px;
		font-weight: 400;
		color: #fff;
	}


  .container{
	width: 100%;
	display: block;
	padding: 0 1%;
	overflow: hidden;
	position: relative;
	}

#nav:not(:checked) ~ .nav-container {
  z-index: 9990;
  opacity: 1;
  margin-left: 0;
  display: block;
}
#nav:not(:checked) ~ .nav-container ul li a {
  opacity: 1;
  display: block;
  margin-left: 0;
  transform: translateY(0);
}

.nav-open {
    display: none;
}

.nav-container{
	position: relative;
	background: none;
	height: none;
	width: none;
	transition: 0;
	top: unset;
	left: unset;
}
 .nav-container ul {
  float: right;
  margin-top: 10px;
  position: relative;
  width: unset;
  top: unset;
  transform: unset;
}
 .nav-container ul li{
  margin-bottom: 0;
  height: 47px;
  display: inline-block;
  width: unset;
  float: left;
}
 .nav-container ul li:not(:first-child) {
  margin-left: 28px;
}
 .nav-container ul li a {
  display: inline-block;
  padding: 5px 0;
  outline: none;
  color: #002E6D;
  font-size: 16px;
  text-decoration: none;
}

.nav-container ul li:nth-child(1) a {
    transition-delay: unset;
  }
  .nav-container ul li:nth-child(2) a {
   transition-delay: unset;
  }
  .nav-container ul li:nth-child(3) a {
	transition-delay: unset;
  }
  .nav-container ul li:nth-child(4) a {
    transition-delay: unset;
  }
  .nav-container ul li:nth-child(5) a {
    transition-delay: unset;
}
  .nav-container ul li:nth-child(6) a {
    transition-delay: unset;
}

  .nav-container ul li:nth-child(7) a {
    transition-delay: unset;
	background: #002E6D;
	color: #fff;
	padding: 5px 10px;
}
 .nav-container ul li a:hover {
  color: #808080;
  text-decoration: none;
}

	.nav-container ul li ul {
		position: absolute;
		background: #fff;
		top: 100%;
		visibility: hidden;
		opacity: 0;
		left: -15px;
		width: 160px;
		padding: 10px 20px;
		margin-top: 0;
	}



.home .slick-prev{
	position: absolute;
    top: 50%;
    display: block;
    left: 0px;
    width: 44px;
    height: 74px;
    padding-top: 16px; 
	z-index: 1;
	background-color: rgba(255,255,255,0.5);
}

.home .slick-prev img{
	width: 44px;
	height: 44px;
}


.home .slick-next{
	position: absolute;
    top: 50%;
    display: block;
    right:0px;
    left: auto;
    width: 44px;
    height: 74px;
    padding-top: 16px; 
	background-color: rgba(255,255,255,0.5);
	z-index: 1;
}

.home .slick-next img{
	width: 44px;
	height: 44px;
}

.contact-container{
	flex-flow: row;
}
#contact {
	width: 70%;
	padding:25px;
	margin:0 auto;
}

.mc-container,
.uc-container,
.model-container{
	padding: 0 0 50px;
	background: #DADADA;
}
.mc-title h3,
.uc-title h3,
.model-title h3{
	padding: 50px 0;
	text-align: center;
	text-transform: uppercase;
	color: #484848;
	letter-spacing: 8px;
	font-size: 24px;
	font-weight: 700;
}

.model-slider{
	width: 60%;
}

.model-details{
	max-width: 1200px;
	display: flex;
	flex-flow: row;
}

.model-details .model-image{
	z-index: 2;
	width: 50%;
	display: flex;
	-webkit-box-shadow: 14px 0px 40px -8px rgba(72,72,72,0.25);
	-moz-box-shadow: 14px 0px 40px -8px rgba(72,72,72,0.25);
	box-shadow: 14px 0px 40px -8px rgba(72,72,72,0.25);

}
.model-details .model-image img{
}


.model-details .model-specs{
	z-index: 1;
	position: relative;
	width: 50%;
	display: inline-flex;
}

.model-details .model-specs h3{
	font-size: 34px;

}


.model-details .model-specs p{

}
.model-details .model-specs button{
	position: absolute;
	bottom: 45px;
}
.uc-button-container,
.mc-button-container,
.model-button-container{
	justify-content: center;
	display: flex;
    margin: 0 auto;
    flex-flow: row;
    align-items: center;
}
.mc-container .contact-text,
.uc-container .contact-text,
.model-container .contact-text{
	width: 60%;
}

.uc-model-details p{
	font-size: 20px;
	line-height: 2.3;
	color: #fff;
	font-weight: 300;
	letter-spacing: 1px;
}

.uc-model-details p span{
	font-size: 20px;
	font-weight: 700;
	line-height: 2.3;
	color: #dadada;
	letter-spacing: 1px;
}


.uc-header{
	flex-flow: row;
}
.uc-model-details{
	display: flex;
	width: 39%;
	margin-right: 1%;
}

.mc-slider{
	display: flex;
	width: 60%;
}

.uc-slider{
	display: flex;
	width: 60%;
}

.team-container .team-individual h3{
	font-size: 24px;
}

video{
	width: 100%;
}


.footer-container{
	padding: 50px auto 20px;
	margin: 0;
}

.footer-box{
	margin: 1%;
}

.footer-box ul{
	list-style-type: none;
	display: flex;
	flex-flow: row;
}

.footer-box ul.social{
	margin-top: 0px;
	list-style-type: none;
	display: flex;
	flex-flow: row;
}

.footer-box ul li{
	margin: 10px;
	font-weight: 600;
	list-style-type: none;
}

.footer-box ul li:hover{
	text-decoration: underline;
}

.footer-box ul li a{
	color: #000;
}

.footer-box p{
	margin: 15px 0;
	font-weight: 600;
	font-size: 16px;
	color: #000;
}

.footer-box h3{
	margin: 25px 0 0;
	font-weight: 600;
	font-size: 20px;
	color: #000;
}

.mobile-text{
	font-size: 1.6em !important;
}




/* End Mobile Footer Styles */

#myBtnContainer{
	list-style-type: none;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
}

#myBtnContainer li{
	display: inline;
	margin: 15px;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
	color: #484848;
}

div.block {
	background: #DADADA;
	display: flex;
	flex-flow: column;
	width: 185px;
	top: 50%;
	position: fixed;
	right: 0;
	margin-right: -120px;
	transform: translate(0px, -50%);
	z-index: 1000;

	transition: transform 0.5s ease-in-out;
}

div.block:hover {
	transform: translate(-50%, -50%);

}

.icon {
	display: flex;
	flex-flow: row;
	overflow-x: visible;
}

.icon img {
	float: left;
	display: block;
	font-size: 12px;
}

.icon p {
	color: #484848;
	font-weight: 600;
	transform: translate(0%, 35%);
}

}





.whatapp-btn{
    width: 56px;
    height: 56px;
    display: inline-block;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    line-height: 40px;
    padding: 0;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    vertical-align: middle;
}



.brand-section{
	background:#fff;
	padding: 50px;
	overflow: hidden;
}

.brand-section img{
	margin: 0 auto;
	display: block;
	width: 30%;
	padding: 20px;
}

.brand-logo-container {
    position: relative;
    display: inline-block;
    transition: transform 0.2s ease;
    overflow: hidden;
}

.brand-name {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    color: rgb(72, 72, 72);
	letter-spacing: 7px;
	text-transform: uppercase;
	font-weight: 600;
    padding: 8px 16px;
    font-size: 1.2em;
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
    text-align: center;
    transform: translateY(100%);
    width: 100%;
}

.brand-logo-container:hover .brand-name,
.brand-logo-container:focus .brand-name {
    opacity: 1;
    transform: translateY(0);
    bottom: 0;
}

/* Optional: Add a subtle scale effect on hover */
.brand-logo-container:hover {
    transform: scale(1.02);
}

/* Make sure the hover effect works on touch devices */
@media (hover: none) {
    .brand-logo-container:active .brand-name {
        opacity: 1;
        transform: translateY(0);
        bottom: 0;
    }
}

/* Cookie Consent Styles */
.fixed {
  position: fixed !important;
}

.bottom-8 {
  bottom: 32px !important;
}

.right-8 {
  right: 32px !important;
}


.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.z-50 {
  z-index: 5000;
}

/* Cookie Consent Modal Styles */
.cookie-consent-content {
    padding: 15px;
    position: relative;
}

.cookie-text {
    font-size: 16px;
}

@media (max-width: 640px) {
    .cookie-buttons {
        flex-direction: row;
    }

    .cookie-text {
        font-size: 14px;
    }

    #cookie-consent {
        padding: 15px;
        right: 15px !important;
        bottom: 15px !important;
        max-width: calc(100% - 30px) !important;
    }

    #cookie-consent h2 {
        font-size: 18px;
    }
}

/* Fade in animation */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

#cookie-overlay, #cookie-consent {
    animation: fadeIn 0.5s ease-in-out;
    background: white;
}

/* Close button hover animation */
#close-consent {
    transition: transform 0.2s ease, color 0.2s ease;
}

#close-consent:hover {
    transform: scale(1.2);
}


