@charset "utf-8";

/*
*******************************************
[Main Stylesheet]
Project Name    : Bikerface - Transport 
*******************************************
*/

/*-------------- Google Font ------------------*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');  /*font-family: 'Roboto', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Sarpanch:400,500,600,700&display=swap'); /*font-family: 'Sarpanch', sans-serif;*/
@font-face {
	font-family: 'LANENAR';
	src: url('assets/fonts/lane/LANENAR.eot');
	src: url('assets/fonts/lane/LANENAR.eot') format('embedded-opentype'),  url('assets/fonts/lane/LANENAR.woff2') format('woff2'),  url('assets/fonts/lane/LANENAR.woff') format('woff'),  url('assets/fonts/lane/LANENAR.ttf') format('truetype'),  url('assets/fonts/lane/LANENAR.svg#LANENAR') format('svg');
}
@font-face {
	font-family: 'LANEUP';
	src: url('assets/fonts/lane/LANEUP.eot');
	src: url('assets/fonts/lane/LANEUP.eot') format('embedded-opentype'),  url('assets/fonts/lane/LANEUP.woff2') format('woff2'),  url('assets/fonts/lane/LANEUP.woff') format('woff'),  url('assets/fonts/lane/LANEUP.ttf') format('truetype'),  url('assets/fonts/lane/LANEUP.svg#LANEUP') format('svg');
}
/*-------------- Defalts Css ------------------*/

body {
	font-family: 'LANENAR';
	font-size: 22px;
	line-height: 28px;
	color: #4e5456;
	width:100%;
	height:100%;
}
#indexBody {
    font-size: 23px;
    line-height: 33px;
}

a {outline: none;}
button:active, button:focus, input[type="button"] {outline: none !important;}
a, .motorbike-cat-block, .scrollup, label.label-bike-redio, .howMuch, span.process-percent, .form-wizard-step:before, .process-block, .process-block span.process-icon, .process-block h6, .btn-next, .btn-previous, .btn-submit, .btn-back{
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
img {max-width: 100%;}
h2.red-underline-center, h2.red-underline-left, h2.white-underline-center {
	position: relative;
	padding-bottom: 40px;
}
h2.red-underline-center:before, h2.red-underline-left:before, h2.white-underline-center:before, h2.white-underline-left:before {
	position: absolute;
	background-color: #ba0001;
	content: "";
	bottom: 15px;
	left: 30%;
	width: 40%;
	height: 1px;
}
h2.red-underline-left:before, h2.white-underline-left:before {bottom: 20px;left: 0px;}
h2.white-underline-center:before, h2.white-underline-left:before {background-color: #fff;}
/*-------------- important Css ------------------*/
.pt0 {padding-top: 0px !important;}
.pb0 {padding-bottom: 0px !important;}
.ptb-80 {padding-bottom: 80px !important;padding-top: 80px;}
.ptb-180 {padding-bottom: 180px !important;padding-top: 180px;}
.bgnone {background: none !important;}
.space40 {height: 40px;}
.space60 {height: 60px;}
.separetor {height: 1px;background-color: #d6d6d6;margin: 15px 0px;}
/*-------------- Background Css ------------------*/
.banner-bg1 {background-image: url(assets/images/banner-bg-1.jpg);}
.banner-bg2 {background-image: url(assets/images/banner-bg-2.jpg);}
.banner-bg3 {background-image: url(assets/images/banner-bg-3.jpg);}
.banner-bg4 {background-image: url(assets/images/banner-bg-4.jpg);}
.banner-bg5 {background-image: url(assets/images/banner-bg-5.jpg);}
.banner-bg6 {background-image: url(assets/images/banner-bg-6.jpg);}
.banner-bg7 {background-image: url(assets/images/banner-bg-7.jpg);}
.banner-bg8 {background-image: url(assets/images/banner-bg-8.jpg);}
.banner-bg9 {background-image: url(assets/images/banner-bg-1.jpg);}
.banner-bg10 {background-image: url(assets/images/banner-bg-10.jpg);background-position: center center;}
/*-------------- Preloader Css ------------------*/
.site-preloader-wrapper {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.preloader-block {
	width: 200px;
	position: absolute;
	left: 50%;
	margin-left: -100px;
	text-align: center;
	top: 50%;
	z-index: 10001;
	-webkit-transition: all 2s ease 0s;
	transition: all 2s ease 0s;
}
.loading-title {
	color: #fff;
	text-align: center;
	font-family: sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	position: relative;
}
.loading-title:after {
	position: absolute;
	content: "";
	-webkit-animation: Dots 2s cubic-bezier(0, .39, 1, .68) infinite;
	animation: Dots 2s cubic-bezier(0, .39, 1, .68) infinite;
}
.site-preloader-wrapper:before, .site-preloader-wrapper:after {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	width: 100%;
	height: 50%;
	background: #4D4D4D;
	z-index: 10000;
	-webkit-transform: translateY(0);  /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: translateY(0);  /* IE 9 */
	transform: translateY(0);  /* Firefox 16+, IE 10+, Opera */
}
.site-preloader-wrapper:before {top: 0;}
.site-preloader-wrapper:after {bottom: 0;}
.loaded .site-preloader-wrapper:before {
	-webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: translateY(-100%);  /* IE 9 */
	transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */
	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded .site-preloader-wrapper:after {
	-webkit-transform: translateY(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: translateY(100%);  /* IE 9 */
	transform: translateY(100%);  /* Firefox 16+, IE 10+, Opera */
	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded .preloader-block {
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	top: -100%;
}
.loaded .site-preloader-wrapper {
	visibility: hidden;
	-webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: translateX(-100%);  /* IE 9 */
	transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */
	-webkit-transition: all 0.3s 1s ease-out;
	transition: all 0.3s 1s ease-out;
}
.preloader-block .bar {
	animation: loadingJ 2s cubic-bezier(.17, .37, .43, .67) infinite;
	float: left;
	width: 15px;
	height: 6px;
	border-radius: 2px;
	background-color: #f2ffdc;
}
@keyframes loadingJ {
	0%, 100% {
		transform: translate(0, 0);
	}
	50% {
		transform: translate(150px, 0);
		background-color: #94c93d;
		width:30px;
	}
}
/*-------------- Scroll Top Css ------------------*/

.scrollup {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 60px;
	right: 50px;
	display: none;
	color: #fff;
	z-index: 3;
	background-color: rgba(0,0,0,0.8);
	border-radius: 100%;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	cursor: pointer;
}
.scrollup:hover {
	background-color: rgba(137,188,52,0.9);
	color: #fff;
}
/*-------------- Header Css ------------------*/
header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 2;
}
header:before {
	content: "";
	display: block;
	top: 0;
	height: 100%;
	transform: translateY(-144px);
	left: 0;
	width: 100%;
	position: absolute;
	background-color: #ba0001;
	opacity: 0;
	transition: transform .4s, opacity .4s;
}
header:after {
	content: "";
	display: block;
	clear: both;
}
.header-block {
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
}
.logo {padding: 0 15px;position: absolute;left: 0px;top: 0px;}
.logo a {
	display: inline-block;
	width: 224px;
	height: 215px;
	background: url(assets/images/logo.svg) no-repeat left top;
	text-indent: -9999px;
	background-size: auto 215px;
}
.logo a:hover {opacity: 0.8;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";}
.header-top-button {
	padding: 15px 0px;
	position: relative;
	z-index: 1;
}
.header-top-button ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
}
.header-top-button a {
	display: block;
	padding: 12px 20px;
	color: #fff;
	font-size: 28px;
	margin-left: 2px;
	background-color: transparent;
}
.header-top-button a:hover {text-decoration: none;background-color: #ba0001;}
.header-top-button a.phone-btn, .header-top-button a.whatsapp-btn, .header-top-button a.email-btn {
	padding-left: 60px;
	background-position: 15px center;
	background-repeat: no-repeat;
}
.header-top-button a.trasp-btn {
	padding-left: 75px;
	background-position: 15px center;
	background-repeat: no-repeat;
}
.header-top-button a.phone-btn {background-image: url(assets/images/phone-icon.svg);}
.header-top-button a.whatsapp-btn {background-image: url(assets/images/whatsapp-icon.svg);}
.header-top-button a.email-btn {background-image: url(assets/images/email-icon.svg);}
.header-top-button a.trasp-btn {background-image: url(assets/images/logo.svg);}
/*-------------- Main Menu Css ------------------*/
.mainmenu {margin-left: auto;}
.mainmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: right;
}
.mainmenu ul li {display: inline-block;position: relative;}
.mainmenu ul li a {
	display: block;
	color: #f5f5f5;
	font-weight: 500;
	font-size: 15px;
	padding: 23px 12px;
	font-family: 'Open Sans', sans-serif;
	position: relative;
}
.mainmenu ul li:last-child a {border-bottom: 0px;}
.mainmenu > ul > li > a:before {
	position: absolute;
	left: 12px;
	bottom: 15px;
	height: 2px;
	width: 0px;
	content: "";
	background-color: #a8e249;
}
.mainmenu > ul > li:hover > a {
	text-decoration: none;
	color: #a8e249;
}
.mainmenu > ul > li:hover > a:before {width: 34px;}
.mainmenu ul li ul {
	position: absolute;
	left: 0px;
	top: 112px;
	background-color: #fff;
	width: 230px;
	text-align: left;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	z-index: -1;
	box-shadow: 2px 2px 6px 0px rgba(94,94,94,0.80);
	border-radius: 0px 0px 5px 5px;
}
.mainmenu ul li ul li {display: block;}
.mainmenu ul li ul li a {
	font-size: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #222;
}
.mainmenu ul li ul li:last-child a {
	border-radius: 0px 0px 5px 5px;
}
.mainmenu ul li ul > li:hover > a {
	text-decoration: none;
	color: #fff;
	background-color: #94c93d;
}
.mainmenu ul li:hover > ul, .mainmenu ul li ul li:hover > ul {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
	z-index: 999;
	visibility: visible;
	top: 100%;
}
.mainmenu ul li ul li > ul {left: 100%;top: 80px;}
.mainmenu ul li ul li:hover > ul {top: 0px;}
.mainmenu > ul > li:last-child > ul, .mainmenu > ul > li:nth-last-child(2) > ul {left: inherit;right: 0px;}
.mainmenu > ul > li:last-child > ul li ul, .mainmenu > ul > li:nth-last-child(2) > ul li ul {left: inherit;right: 100%;}
.mainmenu ul li.nav-active > a {color: #a8e249;text-decoration: none;}
.mainmenu > ul > li.nav-active > a:before {width: 34px;}
.mainmenu ul li.nav-active > ul li.chaild-active a {background-color: #88bd30;color: #fff;}
.header-search-bar {
	float: right;
	padding: 40px 0px;
	margin-left: 20px;
	width: 40px;
}
.mobile-menu-wrapper {display: none;margin-left: auto;}
.slicknav_menu {background: none;font-size: 14px;margin: auto;}
.slicknav_btn {margin: 0px;padding: 12px 10px;display: block;}
.slicknav_menu .slicknav_menutxt {text-shadow: 0px 1px 1px #94c93d;display: none;}
.slicknav_menu .slicknav_icon-bar {
	height: 5px;
	width: 50px;
	border-radius: 2px;
	display: block;
}
.slicknav_menu .slicknav_icon {
	margin: 0px;
	width: auto;
	height: auto;
}
.slicknav_menu .slicknav_icon-bar {background-color: #fff;box-shadow: none;}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {margin-top: 8px;}
.slicknav_nav {
	background: #ba0001;
	border-radius: 4px;
	width: 260px;
	position: absolute;
	right: 0px;
	top: 100%;
	z-index: 99;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	box-shadow: 1px 1px 6px 0px rgba(166,166,166,0.6);
}
.slicknav_nav a {
	margin: 0px;
	border-radius: 0px;
	padding: 7px 10px;
	color: #fff;
	text-align: left;
	display: block;
	position: relative;
	font-size: 20px;
}
.slicknav_nav li:hover a, .slicknav_nav li:hover .slicknav_row {
	border-radius: 0px;
	background: #870111;
	color: #fff;
	text-decoration: none;
}
.slicknav_nav li.nav-active > a {
	border-radius: 0px;
	background: #870111;
	color: #fff;
}
.slicknav_menu .slicknav_arrow {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -7px;
	line-height: 12px;
}
.slicknav_nav .slicknav_row {margin: 0px;padding: 0px;}
.slicknav_nav .slicknav_open {background-color: #94c93d;}
.slicknav_nav ul {margin: 0px;padding: 0px;list-style-type: none;}
.slicknav_nav .slicknav_open ul li a {color: #fff;}
.slicknav_nav .slicknav_open ul li:hover a {color: #fff;text-decoration: none;background-color: #72a124;}
.slicknav_nav .slicknav_open ul li.nav-active a {background-color: #c60122;}
.slicknav_nav ul {margin: 0px;}
.slicknav_nav ul li a {padding-left: 25px;}
/*================= Page Content ====================*/
.page-content-block {position: relative;}
.bg-gray {background-color: #eceded;}
/*-------------- Banner section Css ------------------*/
.homepage-banner-wrapper {position: relative;}
.banner-section {background-color: #48030b;}
.banner-block {}
.banner-bottom-wrapper {position: relative;}
.banner-bottom-wrapper:before {
	position: absolute;
	left: 0px;
	top: -113px;
	width: 100%;
	height: 115px;
	background: url(assets/images/banner-bottom-curve.png) no-repeat center bottom;
	z-index: 1;
	content: "";
	background-size: 100% auto;
}
.banner-bootm-curv-none:before {display:none;}
.single-banner-item {
	background-size: cover;
	background-position: right top;
	min-height: 800px;
	position: relative;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 100px 0px 120px;
}
.step-banner-item-wrapper {display: -webkit-flex;display: -webkit-box;display:flex;width: 100%;}
.step-banner-item-block {
	margin: auto 0px;
	width: 100%;
	padding:100px 0px 150px;
	position:relative;
	z-index:1;
}
.complete-page{padding:100px 0px 80px;}
.single-banner-item-content {width: 100%;color: #fff;}
.single-banner-item-content h2 {
	color: #fff;
	font-size: 62px;
	margin-top: 0px;
	font-family: 'Sarpanch', sans-serif;
	line-height: 56px;
	padding-bottom: 60px;
}
.single-banner-item-content h3 {
	/*font-size: 52px;*/
	font-size: 46px;
	margin-bottom: 15px;
	line-height: 52px;
}
.single-banner-item-content p {font-size: 16px;color: #fff;}
.product-step{position: relative;}
.product-step .banner-bottom-wrapper {
	width: 100%;
	left: 0px;
	bottom: 0px;
	z-index: 1;
}
.product-step .single-banner-item {padding: 80px 0px 240px;}
.product-step-background{
	background-size: cover;
	background-position: center center;
	position: fixed;
	background-repeat: no-repeat;
	background-attachment: fixed;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
}
.item-table {display: table;width: 100%;height: 100%;}
.item-tablecell {display: table-cell;vertical-align: middle;}
.banner-bottom {background-color: #ba0001;position: relative;}
.first-scroll-btn {text-align: center;padding: 15px 0px 10px;}
.first-scroll-btn a {
	display: inline-block;
	background: url(assets/images/scroll-down-arrow.png) no-repeat center bottom;
	padding-bottom: 65px;
	color: #fff;
	font-size: 56px;
}
.first-scroll-btn a:hover {
	text-decoration: none;
}
.motorbike-cat {
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	justify-content: center;
	-webkit-box-pack: center;
}
.motorbike-cat-block {padding: 8px 9px;position: relative;}
.motorbike-cat-block img{max-width:90px;}
.motorbike-cat-block img.triciclo{max-width:90px;max-height: 66px;}
input[type=checkbox].select-bike-check{
	position: absolute;
	left: 10px;
	top: 10px;
	opacity: 0;
}
input[type=checkbox].select-bike-check + .checkbox-block {
	height: auto;
	min-height: 120px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	width: 130px;
	background-color: #4e5456;
	border: 1px solid #fff;
	border-radius: 20px;
	font-weight: 300;
	padding: 10px;
	padding-bottom:3px;
    min-height: 130px;
}
input[type=checkbox].select-bike-check + .checkbox-block label.label-bike-check {
	display:block;
	vertical-align: middle;
	cursor: pointer;
	font-weight: 300;
}

input[type=checkbox].select-bike-check:checked + .checkbox-block {background-color: #ba0001;}
label.label-bike-check {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
input[type=checkbox].select-bike-check:checked + .checkbox-block .howMuch {
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
}
.motorbike-cat-block:hover label.label-bike-redio {background-color: #ba0001;}
.howMuch {
	padding-top: 6px;
	border-top: 1px solid #fff;
	justify-content: center;
	-webkit-box-pack: center;
	margin-top: 8px;
	display: none;
}
.howMuch span {
	padding: 0px 8px;
	font-size: 16px;
	line-height: 24px;
	font-weight:500;
}
.increase-input {
	width:24px;
	text-align:center;
	font-size:14px;
	height:24px;
	border:0px;
	background:none;
	color:#fff;
	line-height: 1em;
}
input[type=radio].select-bike-redio:checked + label .howMuch {
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
}
.motorbike-cat-block h5 {
	font-family: 'Roboto', sans-serif;
	margin-bottom: 0px;
	margin-top: 5px;
	font-weight: 300;
	font-size: 22px;
}
.banner-main-btn {
	justify-content: center;
	-webkit-box-pack: center;
	padding: 30px 15px 0px;
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
}
.btn-next, .btn-previous, .btn-submit, .btn-back {
	border: 0px;
	cursor: pointer;
	color: #fff;
	font-size: 42px;
	min-width: 230px;
	background-repeat: no-repeat;
	background-size: auto 65px;
	background-color: inherit;
	line-height:64px;
}
.btn-previous, .btn-back {
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 40%;
    background: #00000029;
    padding: 30px;
    display: block;
    height: auto;
    font-size: 30px;
    min-width: 10px;
	color: hsla(0,0%,100%,.5);
}
.btn-next, .btn-submit {
    background-position: right top;
    margin-left: 0px;
    background: #ba0001;
    width: 730px;
	color: white;
	line-height: 64px;
    font-weight: bold;
    letter-spacing: 3px;
}
.btn-next:hover, .btn-submit:hover {
/*	background-image: url(assets/images/banner-hover-next.png); */
	text-decoration:none;
	background: #ea1d1e;
	transition-duration: 1s;
}
.indietro {display: none;}
.btn-back:hover .indietro {display: inline-block; margin-left: 10px; transition-duration: 2s;}
.btn-previous:hover, .btn-back:hover {
/*	background-image: url(assets/images/banner-hover-prev.png); */
	text-decoration:none;
	color:#fff;
	transition-duration: 2s;
}
/*-------------------- How does we work css ----------------*/
.parallax-effect, .how-work-step-1, .how-work-step-2, .how-work-step-3 {overflow: hidden;}
.step-image {text-align: center;}
.how-work-step-1 .step-image {
	position: absolute;
	height: 100%;
	width: 120%;
	left: -20%;
	bottom: 0px;
}
.how-work-step-2 .step-image {position: absolute;height: 100%;width: 100%;}
.how-work-step-1 .step-image img, .how-work-step-2 .step-image img {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.mb50minus {margin-bottom: -50px;}
.section-content {text-align: center;padding: 60px 30px;}
.parallax-block {padding: 0px 30px;position: absolute;}
.step-number {
	background: url(assets/images/step-number-bg.png) no-repeat left top;
	width: 134px;
	height: 134px;
	line-height: 134px;
	color: #ba0001;
	font-size: 90px;
	display: inline-block;
}
.section-content h1 {
	color: #ba0001;
	font-size: 62px;
	line-height: 58px;
	font-family: 'Sarpanch', sans-serif;
	font-weight: 500;
	margin: 15px 0px 50px;
}
.section-content h2 {
	color: #ba0001;
	font-size: 48px;
	line-height: 52px;
	margin: 15px 0px 20px;
}
.section-content p {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
.apps-download {
	padding-top: 20px;
}
.apps-download h5 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin-bottom: 12px;
}
.apps-btn-group {
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	justify-content: center;
	-webkit-box-pack: center;
}
.apps-download a {
	display: inline-block;
	width: 158px;
	height: 58px;
	margin: 0px 7px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #ba0001;
	border-radius: 3px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
    font-weight: 400;
	color: white;
	padding: 12px 25px 12px 25px;
	text-decoration: none;
	-webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
}
.apps-download a:hover {color: #000;text-decoration: none;}
.safe-transport {margin-bottom: 40px;}
.max-width870 {max-width: 870px;margin: 0 auto;}
.content-left {text-align: left;}
.content-left h2 {color: #4e5456;}
/*-------------------- counter css ----------------*/
.counter-content {
	background-color: #ba0001;
	position: relative;
	padding:40px 0px;
}
.counter-content:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	background: url(assets/images/red-curve-top.png) no-repeat center bottom;
	height: 156px;
	left: 0px;
	top: -155px;
	background-size: cover;
	z-index: 1;
}
.counter-content:after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	background: url(assets/images/red-curve-bottom.png) no-repeat center top;
	height: 160px;
	left: 0px;
	bottom: -156px;
		background-size: cover;
	z-index: 1;
}
.counter-holder {
	color: #fff;
	text-align: center;
	position: relative;
	padding:30px 0px;
}
.counter-holder span {display: inline-block;font-size: 44px;}
.counter-holder h5 {
	margin-top: 0px;
	font-size: 32px;
	margin-bottom:0px;
}
/*-------------------- bickerface quick contact css ----------------*/
.bickerface-join {
	background: url(assets/images/bickerface-bg.jpg) no-repeat center center;
	position: relative;
	padding: 50px 0px;
	text-align: center;
	color: #fff;
	background-size: cover;
	font-family: 'Roboto', sans-serif;
}
.bickerface-join:before {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(21,28,28,0.78);
}
.bickerface-join .container {position: relative;}
.bickerface-join-block {padding-bottom: 20px;}
.bickerface-join-block img {margin-bottom: 20px;}
.bickerface-join-block h4 {font-size: 27px;font-weight: 300;margin-bottom: 0px;}
.bickerface-join-block h5 {font-size: 27px;font-weight: 400;}
/*-------------------- Advantages css ----------------*/
.main-advantages {padding: 50px 0px 70px;}
.main-advantages h2 {
	text-align: center;
	color: #ba0001;
	font-size: 58px;
	margin-bottom: 15px;
}
.main-advantages-block {
	background-color: #eceded;
	margin-top: 18px;
	padding: 30px 15px;
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
}
.main-advantages-image {
	-webkit-box-pack: center;
	justify-content: center;
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	width: 30%;
}
.main-advantages-image img {
	margin: auto;
	max-width:130px;
}
.main-advantages-image img.icon-supervision {
	max-width:90px;
}
.main-advantages-text {
	width: 70%;
	border-left: 1px solid #ba0001;
	padding-left: 30px;
	font-size: 22px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
.main-advantages-text h3 {
	color: #ba0001;
	font-size: 32px;
	font-weight: 400;
	margin-bottom: 15px;
}
.main-advantages-text p:last-child {
	margin-bottom: 0px;
}
/*================== Page Footer Css =====================*/
.site-footer {clear: both;}
.footer-bottom-area {
	background-color: #ba0001;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	padding: 60px 0px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
.footer-bottom-area p a {color: #fff;display: inline-block;padding: 0px 3px;}
.footer-bottom-area p a:hover {text-decoration: underline;}
.footer-bottom-area p:last-child {margin-bottom: 0px;}
.footer-bottom-area p .fa-copyright {font-size: 16px;font-weight: 400;}
/*==================== Banner Step css =====================*/
.banner-main-btn a {display: inline-block;}
form.steps {z-index: inherit !important;position: inherit !important;}
.steps fieldset {width: 100%;position: relative;}
.form-wizard fieldset:not(:first-of-type) {display: none;}
span.error1 {
	display: none;
	position: absolute;
	top: 100%;
	color: #F1070B;
	right: 0px;
	padding-right: 5px;
	z-index: 1;
	font-size: 13px;
	background-color: #fff;
	padding: 0px 5px;
	margin-top: 5px;
}
span.error1 i {font-size: 11px;}
.process-sec .container {position: relative;padding: 0px;}
.process-sec .container:before {
	content: "";
	position: absolute;
	left: -100%;
	bottom: 24px;
	border-bottom: 3px solid #fff;
	background: url(assets/images/process-bg.png) repeat-x;
	background-position: left 0px;
	height: 84px;
	width:100%;
}
.process-sec:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	border-bottom: 1px solid #fff;
	height: 1px;
	width: 100%;
}
.form-wizard-steps {
	overflow: hidden;
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	padding-bottom: 0px;
}
.form-wizard-step {
	font-size: 16px;
	width: 11.1%;
	position: relative;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	overflow: hidden;
	padding: 15px 0px 0px;
}
.form-wizard-step:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	border-top: 3px solid #fff;
	z-index: 1;
	background: url(assets/images/process-bg.png) repeat-x left top;
	height: 100%;
	width: 0px;
}
.form-wizard-step.activated{cursor:pointer;}
.form-wizard-step.active:before, .form-wizard-step.activated:before {width: 100%;}
.process-block {color: #6a0002;position: relative;}
.form-wizard-step.active .process-block {z-index: 1;}
.process-block h6 {font-weight: 300;font-size: 16px;padding-bottom: 6px;}
.process-block span.process-percent {
	color: #fff;
	font-weight: 500;
	position: absolute;
	width: 100%;
	left: 0px;
	top: -44px;
	opacity: 0;
	font-size:32px;
}
span.process-icon {
	width: 66px;
	height: 50px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 66px auto;
	margin: 0px auto;
}
.process-block span.icon-home {
	background-image: url(assets/images/icon-home-white.svg);
	background-size: auto 87px;
    filter: invert(1);
    opacity: 0.4;
}
.process-block span.icon-dove {
	background-image: url(assets/images/icon-dove-white.svg);
	background-size: auto 87px;
    filter: invert(1);
    opacity: 0.4;
}
.process-block span.icon-quando {
	background-image: url(assets/images/icon-quando-white.svg);
	background-size: auto 87px;
    filter: invert(1);
    opacity: 0.4;
}
.process-block span.icon-modello {
	background-image: url(assets/images/icon-modello-white.svg);
	background-size: auto 87px;
    filter: invert(1);
    opacity: 0.4;
}
.process-block span.icon-quotazione {
	background-image: url(assets/images/icon-quotazione-white.svg);
	background-size: auto 87px;
    filter: invert(1);
    opacity: 0.4;
}
.process-block span.icon-imballaggio {
	background-image: url(assets/images/icon-imballaggio-white.svg);
	background-size: auto 87px;
    filter: invert(1);
    opacity: 0.4;
}
.process-block span.icon-accessori {
	background-image: url(assets/images/icon-accessori-white.svg);
	background-size: auto 87px;
    filter: invert(1);
    opacity: 0.4;
}
.process-block span.icon-accessori-extra {
	background-image: url(assets/images/icon-accessori-extra-white.svg);
	background-size: auto 87px;
    filter: invert(1);
    opacity: 0.4;
}
.process-block span.icon-scatola {
	background-image: url(assets/images/icon-scatola-white.svg);
	background-size: auto 87px;
    filter: invert(1);
    opacity: 0.4;
}
.process-block span.icon-traguardo {
	background-image: url(assets/images/icon-traguardo-white.svg);
	background-size: auto 87px;
    filter: invert(1);
    opacity: 0.4;
}
.form-wizard-step.active .process-block span.icon-home, .form-wizard-step.activated .process-block span.icon-home {
	background-image: url(assets/images/icon-home-white.svg);
	background-size: auto 87px;	
	filter: invert(0);
    opacity: 1;
}
.form-wizard-step.active .process-block span.icon-dove, .form-wizard-step.activated .process-block span.icon-dove {
	background-image: url(assets/images/icon-dove-white.svg);
	background-size: auto 87px;
	filter: invert(0);
    opacity: 1;
}
.form-wizard-step.active .process-block span.icon-quando, .form-wizard-step.activated .process-block span.icon-quando {
	background-image: url(assets/images/icon-quando-white.svg);
	background-size: auto 87px;
	filter: invert(0);
    opacity: 1;
}
.form-wizard-step.active .process-block span.icon-modello, .form-wizard-step.activated .process-block span.icon-modello {
	background-image: url(assets/images/icon-modello-white.svg);
	background-size: auto 87px;
	filter: invert(0);
    opacity: 1;
}
.form-wizard-step.active .process-block span.icon-quotazione, .form-wizard-step.activated .process-block span.icon-quotazione {
	background-image: url(assets/images/icon-quotazione-white.svg);
	background-size: auto 87px;
	filter: invert(0);
    opacity: 1;
}
.form-wizard-step.active .process-block span.icon-imballaggio, .form-wizard-step.activated .process-block span.icon-imballaggio {
	background-image: url(assets/images/icon-imballaggio-white.svg);
	background-size: auto 87px;
	filter: invert(0);
    opacity: 1;
}
.form-wizard-step.active .process-block span.icon-accessori, .form-wizard-step.activated .process-block span.icon-accessori {
	background-image: url(assets/images/icon-accessori-white.svg);
	background-size: auto 87px;
	filter: invert(0);
    opacity: 1;
}
.form-wizard-step.active .process-block span.icon-accessori-extra, .form-wizard-step.activated .process-block span.icon-accessori-extra {
	background-image: url(assets/images/icon-accessori-extra-white.svg);
	background-size: auto 87px;
	filter: invert(0);
    opacity: 1;
}
.form-wizard-step.active .process-block span.icon-scatola, .form-wizard-step.activated .process-block span.icon-scatola {
	background-image: url(assets/images/icon-scatola-white.svg);
	background-size: auto 87px;
	filter: invert(0);
    opacity: 1;
}
.form-wizard-step.active .process-block span.icon-traguardo, .form-wizard-step.activated .process-block span.icon-traguardo {
	background-image: url(assets/images/icon-traguardo-white.svg);
	background-size: auto 87px;
	filter: invert(0);
    opacity: 1;
}
.form-wizard-step.activated .process-block span.icon-home {opacity: 0.4;}
.form-wizard-step.activated .process-block span.icon-dove {opacity: 0.4;}
.form-wizard-step.activated .process-block span.icon-quando {opacity: 0.4;}
.form-wizard-step.activated .process-block span.icon-modello {opacity: 0.4;}
.form-wizard-step.activated .process-block span.icon-quotazione {opacity: 0.4;}
.form-wizard-step.activated .process-block span.icon-imballaggio {opacity: 0.4;}
.form-wizard-step.activated .process-block span.icon-accessori {opacity: 0.4;}
.form-wizard-step.activated .process-block span.icon-accessori-extra {opacity: 0.4;}
.form-wizard-step.activated .process-block span.icon-scatola {opacity: 0.4;}
.form-wizard-step.activated .process-block span.icon-traguardo {opacity: 0.4;}
.form-wizard-step.active .process-block {color: #fff;}
.form-wizard-step.active .process-block span.process-percent {opacity: 1;}
.form-wizard-step.activated .process-block {color: #fff;opacity: 0.7;}
.form-wizard-step.activated .process-block .process-icon {opacity: 0.4;}
.error1 {color: #FF0004;}
/*------------------- Banner Step css ------------------*/
.banner-content-box {
	background-color: rgba(23,28,31,0.35);
	margin-top: 15px;
	padding: 15px 30px;
	text-align: left;
	position: relative;
}
.banner-form {
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
}
.form-flex-50 {width: 48%;}
.banner-form-block {
	background-color: #ba0001;
	color: #fff;
	padding: 20px 20px 10px;
}
.banner-content-box .input-group-text {
	border-radius: 0px;
	background-color: #fff;
	border: 0px;
	padding: 11px 2px 8px 10px;
}
.banner-content-box .form-control {
	border-radius: 0px;
	background-color: #fff;
	border: 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
}
.banner-content-box .form-control::placeholder {color:#939696;}
.input-error, .banner-content-box .input-error::placeholder {color:#E70000;background-color:#FFF0F0 !important;}
.banner-content-box .form-control:focus {box-shadow: none;}
.banner-form-block label {font-size: 32px;padding-bottom: 8px;}
.form-bottom {
	padding-top: 20px;
	font-family: 'Roboto', sans-serif;
	padding-bottom: 15px;
}
.form-bottom h5 {
	font-size: 24px;
	margin-bottom: 0px;
	font-weight: 300;
}
.form-bottom p {
	font-size: 14px;
	margin-bottom: 8px;
	font-weight: 300;
	line-height: 18px;
	font-family: 'Roboto', sans-serif;
}
.banner-form-block .custom-select {
	font-size: 18px;
	border: 0px;
	border-radius: 0px;
	font-family: 'LANENAR';
}
.custom-select option {font-family: 'LANENAR';}
.engine {
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	justify-content: center;
	-webkit-box-pack: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.engine-block {
	padding: 6px;
	text-align: center;
	position: relative;
}
.engine-block h6 {
	margin-bottom: 0px;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	margin-top: 5px;
}
.size-1 img {max-width: 88px;}
.size-2 img {max-width: 76px;}
.size-3 img {max-width: 62px;}
.size-4 img {max-width: 50px;}
input[type=radio].select-size-redio, input[type=radio].redio-yesNo, input[type=checkbox].checkbox-input,input[type=radio].checkbox-input {
	position: absolute;
	left: 10px;
	top: 10px;
	opacity: 0;
	width: 84%; 
	height: 77%;
	cursor: pointer;
}
#data_ritiro_flex,#data_consegna_flex{width:initial;height:initial;}
input[type=radio].select-size-redio + label.label-size-redio {
	height: 104px;
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	vertical-align: middle;
	cursor: pointer;
	width: 114px;
	border: 1px solid transparent;
	padding: 10px;
}
input[type=radio].select-size-redio:checked + label.label-size-redio {
	background-color: #ba0001;
	border-color: #fff;
	border-radius: 20px;
}
label.label-size-redio, label.redio-yesNo-label, label.checkbox-label {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
label.label-size-redio .label-holder {margin: auto;}
.yes-no-group {
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	justify-content: center;
	-webkit-box-pack: center;
}
.yes-no-group-title {
	padding-right: 20px;
	font-family: 'Roboto', sans-serif;
	line-height: 40px;
}
.yes-group {
	padding-right: 15px;
	position: relative;
}
.yes-group h6 {
	font-family: 'Roboto', sans-serif;
	margin-top: 5px;
	text-align: center;
	font-weight: 400;
}
.yes-group h5 {
	line-height: 62px;
	font-size: 72px;
	margin: 0px;
}
.yes-group label.grazie h5 {
	padding-top: 5px;
	line-height: 24px;
}
input[type=radio].redio-yesNo + label.redio-yesNo-label {
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	font-size: 24px;
	width: 40px;
	border: 1px solid #c1c1c0;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 0px;
	border-radius: 2px;
	text-align: center;
	line-height: 36px;
}
input[type=radio].redio-yesNo:checked + label.redio-yesNo-label {
	background-color: #ba0001;
	border-color: #fff;
}
input[type=radio].redio-yesNo:checked + label.redio-yesNo-label .howMuch {
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
}
.checkbox-group {
	padding-right: 30px;
}
input[type=checkbox].checkbox-input + label.checkbox-label,input[type=radio].checkbox-input + label.checkbox-label {
	height: auto;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	font-size: 18px;
	padding: 0px 40px 0px 0px;
	color: #fff;
	width: 100%;
	border: 0px;
	/* font-family: 'Roboto', sans-serif; */
	margin-bottom: 0px;
	background-image: url(assets/images/check-bg.png);
	background-repeat: no-repeat;
	background-position: right center;
}
input[type=checkbox].checkbox-input:checked + label.checkbox-label, input[type=radio].checkbox-input:checked + label.checkbox-label {
	background-image: url(assets/images/check-bg2.png);
}
.price-block {
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}
.price {
	background-color: #89b633;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 58px;
	line-height: normal;
	display: inline-block;
	margin-bottom: 10px;
	padding: 0px 30px;
	width: 80%;
}
.summery-block {
	padding-top: 0px;
	text-align: left;
	padding-bottom: 20px;
}
.summery-block h3 {
	font-size: 34px;
	margin-bottom: 0px;
}
.summery-holder {
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
}
.summery-content {
	font-family: 'Roboto', sans-serif;
	width: 48%;
}
.summery-content h5 {
	font-weight: 600;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 2px;
}
.summery-content ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none
}
.summery-content ul li {
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
}
.summery-content ul li strong {
	font-weight: 500;
}
.service-block {
	padding: 15px 0px 30px;
}
h4.box-h4-title {
	font-size: 30px;
	margin-bottom: 15px;
}
.service-block input[type=radio].redio-yesNo + label.redio-yesNo-label {
	height: auto;
	min-height: 100px;
	font-size: 72px;
	width: 100px;
	border: 1px solid #ffffff;
	padding: 15px;
	font-family: 'LANENAR';
	border-radius: 20px;
	text-align: center;
}
.service-block input[type=radio].redio-yesNo:checked + label.redio-yesNo-label {
	background-color: #ba0001;
	border-color: #fff;
}
.service-block input[type=radio].redio-yesNo + label.redio-yesNo-label strong {
	font-size: 24px;
	font-weight: 300;
}
.free-add {
	position: absolute;
	font-size: 42px;
	background: url(assets/images/free.png) no-repeat left top;
	right: -15px;
	bottom: -52px;
	width: 243px;
	height: 121px;
	padding: 28px 15px 30px 20px;
	z-index: 1;
}
.free-add span {
	text-align: center;
	display: block;
	transform: rotate(-9deg);
	line-height: normal;
}
.accessories-cat {
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	justify-content: center;
	-webkit-box-pack: center;
}
.accessories-block {
	padding: 8px 9px;
	position: relative;
	font-family: 'Roboto', sans-serif;
	text-align: center;
}
.accessories-block h5 {
	font-weight: 500;
	font-size: 20px;
	margin-bottom:0px;
	margin-top:10px;
}
.accessories-block h6 {
	font-weight: 500;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 0px;
}
input[type=checkbox].select-accessories-check {
	position: absolute;
	left: 10px;
	top: 10px;
	opacity: 0;
}
input[type=checkbox].select-accessories-check + .checkbox-block {
	height: auto;
	min-height: 120px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	width: 130px;
	background-color: #4e5456;
	border: 1px solid #fff;
	border-radius: 20px;
	font-weight: 300;
	padding: 10px;
	padding-bottom:3px;
	min-height: 155px;
}
input[type=checkbox].select-accessories-check + .checkbox-block label.label-accessories {
	display:block;
	vertical-align: middle;
	cursor: pointer;
	font-weight: 300;
}
input[type=checkbox].select-accessories-check:checked + .checkbox-block {
	background-color: #ba0001;
}
label.label-accessories {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
input[type=checkbox].select-accessories-check:checked + .checkbox-block .howMuch {
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
}
label.label-accessories .label-holder {margin: auto;}
.accessories-summery {
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	padding-top: 10px;
}
.accessories-summery h3 {font-family: 'LANENAR';font-size: 34px;}
.accessories-summery .summery-content {width: 33%;}
.accessories-price {width: 30%;}
.accessories-price h5 {
	font-size: 20px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
}
.accessories-price .price {
	font-size: 24px;
	width: 100%;
	padding: 0px 15px;
	text-align: center;
}
.Other-input-group {
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	padding-bottom: 15px;
}
.Other-input-group h4 {
	font-size: 24px;
	padding-right: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
.other-input {width: 100%;}
.offers-box {
	width: 100%;
	margin-top: 15px;
	padding: 15px;
	background-color: #82ac31;
	color: #fff;
}
.offter-details {
	margin-top: 10px;
	padding-top: 15px;
	position: relative;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	line-height: normal;
}
.offter-details h4 {
	font-size: 22px;
	margin-top: 0px;
}
.offter-details:before {
	position: absolute;
	width: 80%;
	left: 10%;
	top: 0px;
	height: 1px;
	background-color: #fff;
	content: "";
}
.offer-icon {height: 60px;text-align:center;}
.offer-icon img {height: 100%;}
.offer-gadget {padding: 30px;}
.offer-gadget img {max-width: 190px;}
.pb100 {padding-bottom: 100px !important;}
.custom-control-input.is-invalid ~ .label-bike-redio, .was-validated .select-bike-redio:invalid ~ .label-bike-redio{border:2px solid #FF0004;}
.star {color: lightgrey;}
.starFilled {color: #dc9c28;}
.dettaglioRichiesta{font-size:14px;}
.notBikeLink{font-size: 13px;color: white;text-align: center;cursor: pointer;}
.marca_moto_hidden, .modello_moto_hidden{width: 100%;}
.select2-selection{
	font-size: 18px!important;
    border: 0px!important;
    border-radius: 0px!important;
    font-family: 'LANENAR';
    display: inline-block!important;
    width: 100%;
    height: calc(2.25rem + 2px)!important;
    padding: .375rem 1.75rem .375rem .75rem!important;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: white;
    background-size: 8px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
body {zoom: 100%!important;  }
.homepage-banner-wrapper .banner-bottom-wrapper:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    background: url(assets/images/red-curve-top.png) no-repeat center bottom;
    height: 156px;
    left: 0px;
    top: -156px;
	background-size: cover;
    z-index: 1;
}
.homepage-banner-wrapper .banner-bottom-wrapper:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    background: url(assets/images/red-curve-bottom.png) no-repeat center top;
    height: 175px;
    left: 0px;
    bottom: -173px;
	background-size: cover;
    z-index: 1;
}
body {padding-right: 0px!important;}
#divPercentuale {
    position: absolute;
    top: -30px;
    font-size: 30px;
    color: white;
	font-weight: bold;
	left: 49.8%;
	margin-left: -20px;
}

@media (min-width:768px) {
	.banner-bottom-wrapper2 {width: 100%;bottom: 0;}
	.bodyc {height: 100vh;position: relative;}
	.bodyc .form-wizard {padding-top: 10%;}
	#divPercentuale {left: 16.6%;}
}

@media (min-width: 768px) AND (min-height: 960px){
	.bodyc .form-wizard {padding-top: 10%;height: 100%;}
}
@media (min-width: 1200px){
	.bodyc .form-wizard {padding-top: 5%;}
}
@media (min-width: 992px) AND (max-width: 1238px) {
	.banner-bottom-wrapper:before {height: 100px;top: -99px;}
}
@media (min-width: 1239px) AND (max-width: 1500px) {
	.banner-bottom-wrapper:before {height: 125px;top: -124px;}
}

.btn-next, .btn-previous, .btn-submit, .btn-back {z-index: 3;}
.accessories-summery .summery-content {width: auto;}
.form-wizard-step.active:after {
    animation: shine 4s ease-in-out infinite;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100% );
}

@keyframes shine{
  10% {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
  }
  100% {
    opacity: 0;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
  }
}
.bg-offerte-top {min-height: 350px;}
.pagina-offerte .header {background-color: transparent;}
.testo-offerte-top {
	color: white;
	padding: 170px 0;
	text-align: center;
}
.testo-offerte-top h2 {
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 3rem;
    text-decoration: underline;
}
.risultato-principale {background-color: #fff;padding: 30px 0;}
.risultato-principale {font-family: 'Roboto', sans-serif;}
.risultato-principale h6 {
    margin-top: -10px;
    margin-bottom: 20px;
    text-decoration: underline;
}
.risultato-principale h5 {font-size: 1.6rem;}	
.dettaglioRichiesta {font-size: 16px;}
.icona-migliore {
		width: 150px;
		height: auto;
		margin: 0 auto;
		display: block;
}
.altre-offerte  h3 {
    margin-top: 10px;
    font-weight: bold;
    letter-spacing: 2px;
	color: white;
	text-align: center;
	width: 100%;
	font-size: 45px;
	font-weight: 400;
	font-family: 'LANENAR';
}

.text-center {text-align: center;}
.elenco-offerte {padding: 15px 0;padding-top: 150px;}
.elenco-offerte.offerta-mappa {
    padding: 15px 0;
    padding-top: 15px;
}
.btn-indietroContainer{
	position: absolute;
	left: 0;
	top: 40%;
	display: flex;
	pointer-events: all;
   	transform: translateX(-107px);
   	transition: transform .75s cubic-bezier(.785,.135,.15,.86);
    cursor: pointer;
}
.btn-indietroContainer a{
	background: #171c1fb3;
	padding: 30px;
	display: block;
	height: auto;
	font-size: 30px;
	min-width: 10px;
	color: hsla(0,0%,100%,.5)!important;
}
.btn-indietroContainer a, .btn-infoContainer a{
	background: #171c1fb3;
	padding: 30px;
	display: block;
	height: auto;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: bold;
	min-width: 10px;
	color: hsla(0,0%,100%,.5);
	text-decoration: none;
}
.btn-indietroContainer a:hover, .btn-infoContainer a:hover {text-decoration: none;}
.btn-indietroContainer span.process-icon {width: 46px;height: 38px;}
.backButton-left{background: #00000059!important;}
.back-icon-home {background-image: url(assets/images/icon-home-white.svg);background-size: auto 50px;}
.back-icon-dove {background-image: url(assets/images/icon-dove-white.svg);background-size: auto 50px;}
.back-icon-quando {background-image: url(assets/images/icon-quando-white.png);background-size: auto 34px!important;}
.back-icon-modello {background-image: url(assets/images/icon-modello-white.svg);background-size: auto 50px;}
.back-icon-quotazione {background-image: url(assets/images/icon-quotazione-white.svg);background-size: auto 50px;}
.back-icon-imballaggio {background-image: url(assets/images/icon-imballaggio-white.svg);background-size: auto 50px;}
.back-icon-accessori {background-image: url(assets/images/icon-accessori-white.svg);background-size: auto 50px;}
.back-icon-accessori-extra {background-image: url(assets/images/icon-accessori-extra-white.svg);background-size: auto 50px;}
.back-icon-scatola {background-image: url(assets/images/icon-scatola-white.svg);background-size: auto 50px;}
.back-icon-traguardo {background-image: url(assets/images/icon-scatola-white.svg);background-size: auto 50px;}
.btn-infoContainer {
   position: absolute;
   right: 0;
   top: 40%;
   display: flex;
   pointer-events: all;
   transform: translateX(0px);
   transition: transform .75s cubic-bezier(.785,.135,.15,.86);
   cursor: pointer;
}
.invio-msg {font-size: 13px;color: white!important;}
.float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 152px;
	right: 40px;
	background-color: #0C9;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 9999;
    border: 1px solid #757575;
}
.my-float {margin-top: 10px;width: 41px;margin-bottom: 5px;}
.float .btn {
	margin-top: 5px;
    text-align: center;
    margin-left: -11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 12px;
}
.btn-indietroContainer.btb-2 {transform: translateX(-126px);}
.btn-indietroContainer.btb-3 {transform: translateX(-153px);}
.btn-indietroContainer.btb-4 {transform: translateX(-160px);}
.btn-indietroContainer.btb-5 {transform: translateX(-141px);}
.btn-indietroContainer.btb-6 {transform: translateX(-187px);}
.btback {font-size: 27px;padding-top: 21px;margin-right: 4px;}
.btinfo {font-size: 44px;padding-top: 0;}
.backButton-right {padding: 30px 20px;}
.form-bottom  a {color: white!important;}

@media (min-width: 768px) AND (max-width: 991px) {
	.float {bottom: 62px;left: 40px}
	.btn-indietroContainer, .btn-infoContainer {top: 0;transform: translateX(0);}
	.btn-indietroContainer.btb-2 {transform: translateX(0);}
	.btn-indietroContainer.btb-3 {transform: translateX(0);}
	.btn-indietroContainer.btb-4 {transform: translateX(0);}
	.btn-indietroContainer.btb-5 {transform: translateX(0);}
	.btn-indietroContainer.btb-6 {transform: translateX(0);}
	.btback {font-size: 17px;padding-top: 0;margin-right: 0px;padding: 10px;}
	.btn-indietroContainer a, .btn-infoContainer a {padding: 10px;background: #171c1fb3;}
	.backButton-left {display: none!important;}
	.btinfo {font-size: 24px;padding-top: 0;padding: 7px 5px;}
}
@media (min-width: 1px) AND (max-width: 767px) {
	.float {bottom: 62px;left: 40px}
	.float .btn {display: none;}
	.btn-indietroContainer, .btn-infoContainer {top: 25px;transform: translateX(0);}
	.btn-indietroContainer.btb-2 {transform: translateX(0);}
	.btn-indietroContainer.btb-3 {transform: translateX(0);}
	.btn-indietroContainer.btb-4 {transform: translateX(0);}
	.btn-indietroContainer.btb-5 {transform: translateX(0);}
	.btn-indietroContainer.btb-6 {transform: translateX(0);}
	.btback {font-size: 17px;padding-top: 0;margin-right: 0px;padding: 10px;}
	.btn-indietroContainer a, .btn-infoContainer a {padding: 10px;background: #171c1fb3;}
	.backButton-left {display: none!important;}
	.btinfo {font-size: 24px;padding-top: 0;padding: 7px 5px;}
	.form-wizard-step {padding: 28px 0px 0px;}
}
@media (min-width: 992px) {
	.btn-indietroContainer:hover {transform: translateX(0)!important;}
}

.moto_detail_accordion_header {cursor: pointer;margin: 0;overflow: auto;}
.moto_detail_accordion_header i.fa-sort-up {margin-bottom: 16px;}
.popover-header {background-color: #ba0001;color: white;}
.lab-acc-1 img {margin-top: -25px;margin-bottom: -15px;}
.lab-acc-2 img {margin-top: -25px;margin-bottom: -15px;}
.lab-acc-3 img {margin-top: -25px;margin-bottom: -15px;}
.lab-acc-4 img {margin-top: -25px;margin-bottom: -15px;}
.lab-acce-1 img {margin-top: -25px;margin-bottom: -15px;}
.lab-acce-2 img {margin-top: -25px;margin-bottom: -15px;}
.lab-acce-3 img {margin-top: -25px;margin-bottom: -15px;}
.home-aff-1 img {
    filter: invert(92%) sepia(87%) saturate(6689%) hue-rotate(354deg) brightness(100%) contrast(111%);
    width: 200px;
    max-width: 160px!important;
}
.home-aff-2 img {
    filter: invert(92%) sepia(87%) saturate(6689%) hue-rotate(354deg) brightness(100%) contrast(111%);
    width: 200px;
    max-width: 160px!important;
}
.home-aff-3 img {
    filter: invert(92%) sepia(87%) saturate(6689%) hue-rotate(354deg) brightness(100%) contrast(111%);
    width: 200px;
    max-width: 160px!important;
}
.testo-grazie {padding: 60px 0;text-align: center;}
.testo-grazie h3 {text-align: center!important;}
.bickerface-join-block img {margin-bottom: 20px;width: 20%;}

@media (max-width: 767px) {
	.bickerface-join-block img {width: 40%;}
}

#packaging2-yes {height: 0;}
#offerte_token_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
	padding: 30px;
	font-size: 23px;
    line-height: 33px;
	background: #87b12b;
	z-index: 999;
	-webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media (min-width: 320px) and (max-width: 480px) {
	#offerte_token_link {font-size: 1rem;}
}

#offerte_token_link:hover {background: #87b12bc7;}
#offerte_token_link a, #offerte_token_link a:hover {
	display: block;
	color: white!important;
	text-decoration:none!important;
}

@media (max-width: 767px) and (min-width: 1px) {
	.free-add {background: url(assets/images/free2.png) no-repeat left top;}
}

.offerta-scelta {padding: 40px 0 10px 0;position: relative;}
.blocchi-risultato-principale {
	padding: 40px;
	background: white;
	position: relative;
	font-family: 'Roboto', sans-serif;
}
.blocchi-risultato-principale .col-6 {
    color: white;
    padding: 10px 50px;
    letter-spacing: 0.5px;
    line-height: 22px;
    font-size: 14px;
	min-height: 220px;
	overflow: hidden;
}
.blocchi-risultato-principale .col-4 {
    color: white;
    padding: 10px 10px;
    letter-spacing: 0.5px;
    line-height: 22px;
    font-size: 14px;
	min-height: 220px;
	overflow: hidden;
}
.blocchi-risultato-principale .div-int {
    background-color: #4e5456;
    border: 1px solid #b40001;
    border-radius: 5px;
    height: 100%;
    padding: 10px 30px;
    overflow: hidden;
}
.offerte-dove .process-icon, .offerte-cosa .process-icon, .offerte-ac .process-icon, .offerte-top .process-icon {
    width: 150px;
    height: 90px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 66px auto;
    margin: 0px auto;
}
.offerte-dove .icon-dove {
    background-image: url(assets/images/icon-dove-white.svg);
    background-size: auto 100px;
    filter: invert(0);
    opacity: 1;
}
.offerte-cosa .icon-modello {background-image: url(assets/images/icon-modello-white.svg);background-size: auto 100px;filter: invert(0);opacity: 1;}
.offerte-ac .icon-accessori {background-image: url(assets/images/icon-accessori-white.svg);background-size: auto 100px;filter: invert(0);opacity: 1;}
.offerte-top .icon-quotazione {background-image: url(assets/images/icon-quotazione-white.svg);background-size: auto 100px;filter: invert(0);opacity: 1;}
.int2 {background-color: #ba0001!important;}
.div-int:after {
	animation: shine 4s ease-in-out infinite;
	animation-fill-mode: forwards;
	content: "";
	position: absolute;
	top: -110%;
	left: -210%;
	width: 200%;
	height: 200%;
	opacity: 0;
	transform: rotate(30deg);
	background: rgba(255, 255, 255, 0.13);
	background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100% );
}
.offerte-top .text-success {font-size: 35px;}
.bg-offerte-top {min-height: 150px;}
.testo-offerte-top {padding: 70px 0;}
.blocchi-risultato-principale {padding: 40px 40px 100px 40px;}
.brp2.blocchi-risultato-principale {padding: 40px;}
.offerta-mappa .colOfferta1 {min-height: 200px;}
.offerta-mappa .colOfferta2 {min-height: 200px;}
.offerta-mappa .colOfferta3 {min-height: 200px;}
.pagina-offerte header {background: #ba0001;position: relative;}
.pagina-offerte .header {margin: 0 -15px;padding: 10px;}
.pagina-offerte .header img {height: 50px;margin-top: 0px;}
.to-h2 {
    margin-bottom: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
    font-size: 45px;
    font-weight: 400;
    font-family: 'LANENAR';
}	
.testo-grazie h3{text-align: center!important;     width: 100%;}	
.testo-grazie {padding: 30vh 0;text-align: center;}
.tit-riep-grigio {font-weight: 400;font-family: 'LANENAR';margin-bottom: 20px;}
.ellipsis3{
	text-align: justify;
	display: block;
	display: -webkit-box;
	/*height: 202px;*/
	margin: 0 auto;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: auto;
	max-width: 100%;
}
input#azienda, input#privato,input#motivo_del_trasporto_compravendita_concessionario,input#motivo_del_trasporto_compravendita_privati,input#motivo_del_trasporto_trasferimento,input#motivo_del_trasporto_info {width: auto;}
.btn-submit-green {background: #87b12b!important;}
.btn-submit-green:hover {background: #87b12bc7!important;}
.riepilogo-icon-dove {
	background-image: url(assets/images/icon-dove-white.svg);
	background-size: auto 30px;
    filter: invert(0);
    opacity: 1;
    width: 30px;
    height: 21px;
	display: inline-block;
	margin-left: -8px;
}
.riepilogo-icon-accessori {
    background-image: url(assets/images/icon-accessori-white.svg);
    background-size: auto 30px;
    filter: invert(0);
    opacity: 1;
    width: 30px;
    height: 21px;
	display: inline-block;
	margin-left: -8px;
}
.riepilogo-icon-modello {
    background-image: url(assets/images/icon-modello-white.svg);
    background-size: auto 30px;
    filter: invert(0);
    opacity: 1;
    width: 30px;
    height: 21px;
	display: inline-block;
	margin-left: -8px;
}
/** CHAT **/
.chat .messages {background: #e6eaea;overflow-y: scroll;overflow-x: hidden;}
.chat .messages ul {list-style: none;padding: 0;}
.chat .messages ul li {
    display: inline-block;
    clear: both;
    float: left;
    margin: 15px 15px 5px 15px;
    width: calc(100% - 20px);
    font-size: 0.9em;
}
.chat .messages ul li p {display: inline-block;padding: 10px 15px;border-radius: 5px;max-width: 205px;line-height: 130%;}
.chat .messages ul li p {max-width: 205px;position: relative;}
.chat .messages ul li img {width: 40px;border-radius: 50%;float: left;}
.chat .messages ul li.replies img {margin: 6px 8px 0 0;width: 40px;border-radius: 50%;float: left;}
.chat .messages ul li.replies p {background: #435f7a;color: #f5f5f5;}
.chat .messages ul li.replies p:before{
    display: block;
    width: 0;
    height: 0;
    content: "";
    top: 0px;
    left: -10px;
    position: absolute;
    border-style: solid;
    border-width: 0 13px 13px 0;
    border-color: transparent #435f7a transparent transparent;
}
.chat .messages ul li.sent img {float: right;margin: 6px 0 0 8px;}
.chat .messages ul li.sent p {background: #f5f5f5;float: right;}
.chat .messages ul li.sent p:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    top: 0px;
    right: -10px;
    position: absolute;
    border-style: solid;
    border-width: 13px 13px 0 0;
    border-color: #f5f5f5 transparent transparent transparent;
}
.chat .messages ul li img {width: 40px;border-radius: 50%;float: left;}
.chat .message-input {
    padding: 5px;
    box-sizing: border-box;
    background: #e6eaea;
    overflow: auto;
}
.chat .message-input input {
    float: left;
    border: none;
    width: calc(100% - 60px);
    padding: 10px 15px;
    border-radius: 20px;
    font-size: 0.8em;
    color: #32465a;
    margin-top: 6px;
    outline: none;
}
.chat .message-input button {
    float: right;
    border: none;
    width: 50px;
    padding: 12px 0;
    cursor: pointer;
    background: #32465a;
    color: #f5f5f5;
    border-radius: 25px;
    outline: none;
}
.chat .messages ul li p small.date {
    display: block;
    text-align: right;
    margin-top: 5px;
    color: silver;
}
.chat .messages ul li p small.user {
    display: block;
    text-align: left;
    color: silver;
    font-weight: 600;
}
.chat #nocomments {
    background: #FFE69A;
    max-width: 91%;
    width: 91%;
    text-align: center;
}
.chat #nocomments p {margin-bottom: 0;}
.chat .message-input .commentField {
    float: left;
    border: none;
    width: calc(100% - 60px);
    height: 45px;
    min-height: 39px;
    padding: 10px 15px;
    border-radius: 20px;
    font-size: 0.8em;
    color: #32465a;
    margin-top: 6px;
    outline: none;
}
.bg-bikerface{
    background-color: #4E5456;
	border-color:#4E5456;
	cursor: pointer;
}
.fixed-bottom {
	position: fixed;
	left:unset;
    right: 0;
    bottom: 0;
	z-index: 1030;
	min-width: 350px;
}

.header-bikerface{background-color: rgba(0,0,0,.0);border-bottom: 1px solid rgba(0,0,0,0);}
.first-chat{right: 0px;}
.second-chat{right: 500px;}
.third-chat{right: 1000px;}
.fourth-chat{right: 1500px;}

@media only screen and (max-width: 1130px) {
    .fixed-bottom{position: relative;width:100%;}
}
@media only screen and (max-width: 1670px) {
    .second-chat{right: 450px;}
	.third-chat{right: 900px;}
}
@media only screen and (max-width: 1536px) {
    .second-chat{right: 400px;}
	.third-chat{right: 800px;}
}
@media only screen and (max-width: 1406px) {
    .second-chat{right: 350px;}
	.third-chat{right: 700px;}
}
@media only screen and (max-width: 1270px) {
    .second-chat{right: 0px;}
	.third-chat{right: 0px;}
	.fixed-bottom{position: relative;width:100%;min-width: 100%!important;}
	.bottone-chat-desktop{display:none;}
}
/** FINE CHAT **/
.color-golden{color: #BB8B41;}
.hover-index:hover{color:white !important;}
.btn-bikerface{color:#fff;background-color: #BA0001;border-color: #BA0001;}
.btn-bikerface:hover{color:#fff;background-color: #ff2e2e;border-color: #ff2e2e;}

/**NAVBAR **/
.navbar {transition: all 0.4s;}
.navbar .nav-link {color: #fff;}
.navbar .nav-link:hover,
.navbar .nav-link:focus {color: #fff;text-decoration: none;}
.navbar .navbar-brand {color: #fff;}
/* Change navbar styling on scroll */
.navbar.active {background: #fff;box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);}
.navbar.active .nav-link {color: #fff;}
.navbar.active .nav-link:hover,
.navbar.active .nav-link:focus {color: #fff;text-decoration: none;}
.navbar.active .navbar-brand {color: #555;}

/* Change navbar styling on small viewports */
@media (max-width: 991px) {
    #navbarSupportedContent {background: #BA0001;}
    .navbar .navbar-brand, .navbar .nav-link {color: #555;}
	.nav-item{color: red;}
	.nav-item:hover{color: white;}
	.header-top-button a:hover {text-decoration: none;background-color: rgb(223, 2, 2)001;}
	.w-xs-100{width: 100%;}
}
/** FINE NAVBAR **/
.dropdown-link-a{
	color: #BA0001 !important;
}
.dropdown-link-a:hover{
	color: white !important;
	background: #BA0001 !important;
}
.dropdown-item{
	color: #ba0001 !important;
}
.dropdown-item:hover{
	color: #fff !important;
}
.dropdown.show {background: #ba0001;}
.btn-bikerface {
    color: #fff;
    background-color: #BA0001;
    border-color: #BA0001;
    width: 100%;
	font-size: 24px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: bold;
	border-radius: 0;
}
.input-br {margin-bottom: 10px;}
.header-top-button a:hover {text-decoration: none;background-color: #ba0001;border-radius: 0;}
.dropdown-menu.show a {padding: 8px 20px;}
@media (max-width: 1200px) AND (min-width: 1051px) {
	.header-top-button a {font-size: 22px;}
	.dropdown-menu .h3 {font-size: 22px;}
}
@media (max-width: 1050px) AND (min-width: 992px) {
	.header-top-button a {font-size: 22px;}
	.dropdown-menu .h3 {font-size: 22px;}
	.header-top-button a {padding: 12px 8px;}
}
@media (min-width:1px) and (max-width: 991px) {
	.header-top-button a.trasp-btn {background-image: url(assets/images/menu.svg);}
}
.email-mobile {display: none;}
.icon-peace {
	background-image: url("assets/images/peace-fingers-icon.png");
	background-position: center center;
	background-size:cover;
	width:40px;
	height:40px;
	display: inline-block;
	vertical-align: middle;
}
#logoBmwPartnerHeaderParent{color:white;}
#divInfoPartnerBmw{position: absolute;width: 100%;color: white;z-index: 5;font-size:28px;top: 22%;text-align:center;}
#divInfoPartnerBmw > div{background: rgba(0,0,0,0.8);padding:90px 15px;position: relative;}
#divInfoPartnerBmw > div > .fa-info-circle{position: absolute;top:15px;left:15px;font-size: 15px;}
#divInfoPartnerBmw > div > .fa-times{position: absolute;top:15px;right:15px;font-size: 15px;}
#infoIconPartnerBMWHeader{font-size:15px;}

@media (min-width:1px) and (max-width: 991px) {
	#logoBmwPartnerHeaderParent{margin-top:35px;padding: 0px 15px;}
	#logoBmwPartnerHeaderParent p{font-size:15px;margin-bottom:0px;}
	#logoBmwPartnerHeaderMobile{height:35px;display: block !important;}
}

@media (min-width:992px){
	#logoBmwPartnerHeader{height:45px;display: block !important;}
	#logoBmwPartnerHeaderParent{margin-left: 250px;margin-top: -25px;margin-bottom: 25px;}
}

@media (min-width:991px) and (max-width: 1151px) {
	#logoBmwPartnerHeaderParent{margin-left: 200px;}
}

.text-red {
	color: red;	
}


#yt-blocker {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 9999;
	background-color: transparent;
	width: 100%;
	height: 100%;
}