
/*
 *   Background
 */

body 
{
	background: #f8f9fb;
	padding: 0;
	margin: 0;
	color: #6D6D6D;

}

/*  Landing continue  */

.landing-continue
{
	width: 100%;
	text-align: center;
	position: relative;
	color: #7c8388;
	font-size: 12px;
	line-height: 17px;
	cursor: pointer;
	display: table;
padding-top: 20px;
}

.landing-continue-arrow
{
	display: inline-block;
	margin-top: 10px;
	margin-left: -10px;
}

.arrow {
  position: relative;
  bottom: 0;
  left: 0;
  margin-left:0px;
}

.bounce {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
}
.animated{-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;

            animation-iteration-count: infinite;
       -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;

animation-fill-mode:both;
-webkit-animation-duration:2s;
-moz-animation-duration:2s;
-ms-animation-duration:2s;
-o-animation-duration:2s;
animation-duration:2s;
}


@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}


/*
 *   General styles
 */

a 
{
	cursor: pointer;
}


/*
 *   Layout
 */

.bikeid-pagewrapper
{
	width: 100%;
	min-height: 100%;
	position: relative;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
}

.bikeid-contentwrapper
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
/*	min-height: 100%;*/
}

.helpercontent
{
  display: none;
}




/** text-area-s **/

.landing-content-text-area
{
	padding: 0;
	margin: 0;
	height:450px;
}

.text-vert-center
{
	position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.text-vert-center-short
{
	position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.text-left-padding
{
  padding-left:50px;
}

.text-right-padding
{
  padding-right:50px;
}

.margin-top
{
  margin-top:50px;
}

@media (min-width: 1024px) and (max-width: 1366px) {

.landing-content-text-area
{
	padding: 0;
	margin: 0;
	height:400px;
}

.text-vert-center
{
	position: relative;
  top: 30%;
  transform: translateY(-30%);
}

.text-vert-center-short
{
	position: relative;
  top: 30%;
  transform: translateY(-30%);
}

  
}

@media (min-width: 769px) and (max-width: 1023px) {

.landing-content-text-area
{
	padding: 0;
	margin: 0;
	height:350px;
}

.text-vert-center
{
	position: relative;
  top: 35%;
  transform: translateY(-35%);
}

.text-vert-center-short
{
	position: relative;
  top: 30%;
  transform: translateY(-30%);
}

  
}

@media (max-width: 768px) {
  
.landing-content-text-area
{
	padding: 0;
	margin: 0;
	height:100%;
}

.text-vert-center
{
	position: relative;
  top: 0%;
  transform: translateY(0%);
}

.text-vert-center-short
{
	position: relative;
  top: 0%;
  transform: translateY(0%);
}

.text-left-padding
{
  padding-left:0px;
}

.text-right-padding
{
  padding-right:0px;
}
  
}





/*
 *   Buttons
 */

.text-link
{
margin:0 auto;
display:table;
}

.text-link a
{
color:#515b62;
text-decoration:none;
border-bottom:1px solid #515b62;
padding-top:0px;
padding-bottom:5px;
padding-left:0px;
padding-right:0px;
-webkit-transition: padding-bottom 0.5s; /* For Safari 3.1 to 6.0 */
    transition: padding-bottom 0.5s;
}

.text-link a:hover
{
color:#278dd2;
text-decoration:none;
border-bottom:1px solid #278dd2;
padding-top:0px;
padding-bottom:8px;
padding-left:0px;
padding-right:0px;
-webkit-transition: padding-bottom 0.5s; /* For Safari 3.1 to 6.0 */
    transition: padding-bottom 0.5s;
}

.text-link-left
{

}

.text-link-left a
{
color:#515b62;
text-decoration:none;
border-bottom:1px solid #515b62;
padding-top:0px;
padding-bottom:5px;
padding-left:0px;
padding-right:0px;
-webkit-transition: padding-bottom 0.5s; /* For Safari 3.1 to 6.0 */
    transition: padding-bottom 0.5s;
}

.text-link-left a:hover
{
color:#278dd2;
text-decoration:none;
border-bottom:1px solid #278dd2;
padding-top:0px;
padding-bottom:8px;
padding-left:0px;
padding-right:0px;
-webkit-transition: padding-bottom 0.5s; /* For Safari 3.1 to 6.0 */
    transition: padding-bottom 0.5s;
}




.bikeid-button, .bikeid-button:visited 
{
	display: inline-block;
	background: #278dd2;
	color: #ffffff;
	text-decoration: none;
	border: 1px #278dd2 solid;
	outline: none;
	padding: 15px 24px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.bikeid-button:hover 
{
	background: #2179b4;
	border: 1px #2179b4 solid;
	color: #ffffff;
	text-decoration: none;
}

.bikeid-button-secondary, .bikeid-button-secondary:visited 
{
	display: inline-block;
	background: #ffffff;
	color: #278dd2;
	text-decoration: none;
	border: 1px #278dd2 solid;
	outline: none;
	padding: 15px 24px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.bikeid-button-secondary:hover 
{
	background: #278dd2;
	border: 1px #278dd2 solid;
	color: #ffffff;
	text-decoration: none;
}

.bikeid-button-langsel, .bikeid-button-langsel:visited
{
	display: inline-block;
	padding: 0px;
	color: #515b61;
	text-decoration: none;
	text-transform: uppercase;
	font-size:13px;
}
.bikeid-button-langsel:hover
{
	color: #278dd2;
	text-decoration: none;
}

.bikeid-button-langsel span
{
	display: inline-block;
	font-size: 6px;
	vertical-align: top;
	margin-left: 5px;
}

/*  new button medium  */
.bikeid-button-medium, .bikeid-button-medium:visited 
{
	display: inline-block;
	background: #278dd2;
	color: #ffffff;
	text-decoration: none;
	border: none;
	outline: none;
	padding: 12px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
		transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	min-width: 110px;
text-align: center;
}

.bikeid-button-medium:hover 
{
	background: #fff;
	border: none;
	color: #278dd2;
	text-decoration: none;
			transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
    -webkit-box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.20);
-moz-box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.20);
box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.20);
min-width: 110px;
text-align: center;
}

.bikeid-button-medium-secondary, .bikeid-button-medium-secondary:visited 
{
	display: inline-block;
	color: #278dd2;
	text-decoration: none;
	border: 1px #278dd2 solid;
	outline: none;
	padding: 11px 18px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
		transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
}

.bikeid-button-medium-secondary:hover 
{
	background: #fff;
	border: 1px #fff solid;
	color: #278dd2;
	text-decoration: none;
		transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
    -webkit-box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.20);
-moz-box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.20);
box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.20);
}

/*  app bt  */

.app-buttons-area
{
  padding: 0;
  margin: 40px auto 0px auto;
  /*width: 100%;
  max-width: 450px;*/
  display: table;
  text-align: center;
}

.app-buttons-area > div
{
  width: 100%;
  text-align: center;
}

.app-buttons
{
	display: inline-block;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 100%;
  color: #515b62;
  text-decoration: none;
  border: none;
  outline: none;
  padding: 0px 20px;
  font-size: 13px;
  margin-top: 20px;
  width: 150px;
  height: 50px;
}

.app-buttons-a-eng-coming 
{
  background-image: url(/assets/app-store-eng-coming.svg);
  cursor:default;

}

.app-buttons-a-eng, .app-buttons-a-eng:visited 
{
  background-image: url(/assets/app-store-eng.svg);

}

.app-buttons-a-eng:hover 
{
  background-image: url(/assets/app-store-eng-hover.svg);
    -webkit-box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.20);
-moz-box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.20);
box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.20);
}

.app-buttons-g-eng, .app-buttons-g-eng:visited 
{
  background-image: url(/assets/goolge-play-eng.svg);
}

.app-buttons-g-eng:hover 
{
  background-image: url(/assets/goolge-play-eng-hover.svg);
    -webkit-box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.20);
-moz-box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.20);
box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.20);
}

.app-buttons-to-left
{
	display: inline-block;
	margin-right:10px;
}

.app-buttons-to-center
{
	display: inline-block;
	margin: 10px 10px 0px 10px;
}


@media (max-width: 480px) {
 
 .app-buttons-to-left
{
	float:none;
	margin:0px auto 10px auto;
	display:table;
}
 
 .app-buttons-to-center
{
	float:none;
	margin:0px auto 10px auto;
	display:table;
}

  
}  


/*  video bt  */

.bikeid-button-video, .bikeid-button-video:visited 
{
	display: inline-block;
	background-image: url(/assets/play.svg);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 13px;
	color: #515b62;
	text-decoration: none;
	border: none;
	outline: none;
		padding-top:0px;
		padding-bottom:0px;
		padding-left:0px;
		padding-right:20px;
	font-size:13px;
	margin-top:40px;
		-webkit-transition: padding-right 0.5s; /* For Safari 3.1 to 6.0 */
    transition: padding-right 0.5s;
}

.bikeid-button-video:hover 
{
	display: inline-block;
	background-image: url(/assets/play-hover.svg);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 13px;
	color: #278dd2;
	text-decoration: none;
	border: none;
	outline: none;
	padding-top:0px;
		padding-bottom:0px;
		padding-left:0px;
		padding-right:25px;
	font-size:13px;
	margin-top:40px;
		-webkit-transition: padding-right 0.5s; /* For Safari 3.1 to 6.0 */
    transition: padding-right 0.5s;
}



/*  header bt-s  */

.bikeid-button-login, .bikeid-button-login:visited 
{
	display: inline-block;
	background-image: url(/assets/dummy.svg);
	background-repeat: no-repeat;
	background-position: left;
	background-size:13px;
	color: #515b62;
	text-decoration: none;
	border: none;
	outline: none;
		padding: 0px 5px 0px 20px;
	font-size:13px;
	margin-top:0px;
}

.bikeid-button-login:hover 
{
	display: inline-block;
	background-image: url(/assets/dummy_hover.svg);
	background-repeat: no-repeat;
	background-position: left;
	background-size:13px;
	color: #278dd2;
	text-decoration: none;
	border: none;
	outline: none;
	padding: 0px 5px 0px 20px;
	font-size:13px;
	margin-top:0px;
}

.bikeid-button-signup, .bikeid-button-signup:visited 
{
	display: inline-block;
	color: #515b62;
	text-decoration: none;
	border: none;
	outline: none;
		padding: 0px 0px 0px 2px;
	font-size:13px;
	margin-top:0px;
}

.bikeid-button-signup:hover 
{
	display: inline-block;
	color: #278dd2;
	text-decoration: none;
	border: none;
	outline: none;
	padding: 0px 0px 0px 2px;
	font-size:13px;
	margin-top:0px;
}

.bikeid-button-language, .bikeid-button-language:visited 
{
	display: inline-block;
	color: #515b62;
	text-decoration: none;
	border: none;
	outline: none;
		padding: 0px 0px 0px 2px;
	font-size:13px;
	margin-top:0px;
	margin-left: 15px;
}

.bikeid-button-language:hover 
{
	display: inline-block;
	color: #278dd2;
	text-decoration: none;
	border: none;
	outline: none;
	padding: 0px 0px 0px 2px;
	font-size:13px;
	margin-top:0px;
}



.bikeid-search-area-en 
{
	display: inline-block;
	text-decoration: none;
	border: none;
	outline: none;
		padding: 0px 20px 0px 20px;
	font-size:13px;
	margin-top:0px;
}


.bikeid-search-area-en input
{
	border: none;
	background: none;
	padding: 0px 0px 0px 20px;
	color: #515b62;
	width: 125px;
	-webkit-transition: width 1s; /* For Safari 3.1 to 6.0 */
    transition: width 1s;
        background-image: url(/assets/search.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 14px;
}

.bikeid-search-area-en input:hover
{
	border: none;
	background: none;
	padding: 0px 0px 0px 20px;
	color: #278dd2;
	width: 125px;
	-webkit-transition: width 1s; /* For Safari 3.1 to 6.0 */
    transition: width 1s;
        background-image: url(/assets/search_hover.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 14px;
}

.bikeid-search-area-en input:hover::-webkit-input-placeholder
{
	
	color: #278dd2;

}

.bikeid-search-area-en input:hover::-moz-placeholder
{
	
	color: #278dd2;
	opacity:1;

}
.bikeid-search-area-en input:hover:-ms-input-placeholder
{
	
	color: #278dd2;

}
.bikeid-search-area-en input:hover:-moz-placeholder
{
	
	color: #278dd2;

}

.bikeid-search-area-en input:focus
{
	border: none;
	background: none;
	padding: 0px 0px 0px 20px;
	color: #515b62;
	width: 220px;
	-webkit-transition: width 1s; /* For Safari 3.1 to 6.0 */
    transition: width 1s;
    background-image: url(/assets/search_hover.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 14px;
}

.bikeid-search-area-et 
{
	display: inline-block;
	text-decoration: none;
	border: none;
	outline: none;
		padding: 0px 20px 0px 20px;
	font-size:13px;
	margin-top:0px;
}

.bikeid-search-area-et input
{
	border: none;
	background: none;
	padding: 0px 0px 0px 20px;
	color: #515b62;
	width: 160px;
	-webkit-transition: width 1s; /* For Safari 3.1 to 6.0 */
    transition: width 1s;
        background-image: url(/assets/search.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 14px;
}

.bikeid-search-area-et input:hover
{
	border: none;
	background: none;
	padding: 0px 0px 0px 20px;
	color: #278dd2;
	width: 160px;
	-webkit-transition: width 1s; /* For Safari 3.1 to 6.0 */
    transition: width 1s;
        background-image: url(/assets/search_hover.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 14px;
}

.bikeid-search-area-et input:hover::-webkit-input-placeholder
{
	
	color: #278dd2;

}

.bikeid-search-area-et input:hover::-moz-placeholder
{
	
	color: #278dd2;
	opacity:1;

}
.bikeid-search-area-et input:hover:-ms-input-placeholder
{
	
	color: #278dd2;

}
.bikeid-search-area-et input:hover:-moz-placeholder
{
	
	color: #278dd2;

}

.bikeid-search-area-et input:focus
{
	border: none;
	background: none;
	padding: 0px 0px 0px 20px;
	color: #515b62;
	width: 230px;
	-webkit-transition: width 1s; /* For Safari 3.1 to 6.0 */
    transition: width 1s;
    background-image: url(/assets/search_hover.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 14px;
}





.bikeid-search-area-de 
{
	display: inline-block;
	text-decoration: none;
	border: none;
	outline: none;
		padding: 0px 20px 0px 20px;
	font-size:13px;
	margin-top:0px;
}

.bikeid-search-area-de input
{
	border: none;
	background: none;
	padding: 0px 0px 0px 20px;
	color: #515b62;
	width: 134px;
	-webkit-transition: width 1s; /* For Safari 3.1 to 6.0 */
    transition: width 1s;
        background-image: url(/assets/search.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 14px;
}

.bikeid-search-area-de input:hover
{
	border: none;
	background: none;
	padding: 0px 0px 0px 20px;
	color: #278dd2;
	width: 134px;
	-webkit-transition: width 1s; /* For Safari 3.1 to 6.0 */
    transition: width 1s;
        background-image: url(/assets/search_hover.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 14px;
}

.bikeid-search-area-de input:hover::-webkit-input-placeholder
{
	
	color: #278dd2;

}

.bikeid-search-area-de input:hover::-moz-placeholder
{
	
	color: #278dd2;
	opacity:1;

}
.bikeid-search-area-de input:hover:-ms-input-placeholder
{
	
	color: #278dd2;

}
.bikeid-search-area-de input:hover:-moz-placeholder
{
	
	color: #278dd2;

}

.bikeid-search-area-de input:focus
{
	border: none;
	background: none;
	padding: 0px 0px 0px 20px;
	color: #515b62;
	width: 230px;
	-webkit-transition: width 1s; /* For Safari 3.1 to 6.0 */
    transition: width 1s;
    background-image: url(/assets/search_hover.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 14px;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #515b62;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #515b62;
   opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #515b62;
}
:-moz-placeholder { /* Firefox 18- */
  color: #515b62;
}

.bikeid-button-search, .bikeid-button-search:visited {
    display: inline-block;
    background-image: url(/assets/search.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 14px;
    color: #515b62;
    text-decoration: none;
    border: none;
    outline: none;
    padding: 0px 0px 0px 20px;
    font-size: 13px;
    margin-top: 4px;
    background-color: #f8f9fa;
    width: 14px;
    height: 14px;
    float: left;
}

.bikeid-button-search:hover 
{
	display: inline-block;
	background-image: url(/assets/search_hover.svg);
	background-repeat: no-repeat;
	background-position: left;
	background-size:14px;
	color: #278dd2;
	text-decoration: none;
	border: none;
	outline: none;
	  padding: 0px 0px 0px 20px;
    font-size: 13px;
    margin-top: 4px;
    background-color: #f8f9fa;
    width: 14px;
    height: 14px;
    float: left;
}

.bikeid-button-search-white, .bikeid-button-search-white:visited {
    display: inline-block;
    background-image: url(/assets/search.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 14px;
    color: #515b62;
    text-decoration: none;
    border: none;
    outline: none;
    padding: 0px 0px 0px 20px;
    font-size: 13px;
    margin-top: 4px;
    background-color: #fff;
    width: 14px;
    height: 14px;
    float: left;
}

.bikeid-button-search-white:hover 
{
	display: inline-block;
	background-image: url(/assets/search_hover.svg);
	background-repeat: no-repeat;
	background-position: left;
	background-size:14px;
	color: #278dd2;
	text-decoration: none;
	border: none;
	outline: none;
	  padding: 0px 0px 0px 20px;
    font-size: 13px;
    margin-top: 4px;
    background-color: #fff;
    width: 14px;
    height: 14px;
    float: left;
}

@media (max-width: 480px) {

.bikeid-button-medium, .bikeid-button-medium:visited 
{
	display: inline-block;
	background: #278dd2;
	color: #ffffff;
	text-decoration: none;
	border: none;
	outline: none;
	padding: 8px 16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: background-color .2s ease-in;
    transition: background-color .2s;
    font-size:13px;
}

.bikeid-button-medium:hover 
{
	background: #fff;
	border: none;
	color: #278dd2;
	text-decoration: none;
	-webkit-transition: background-color .2s ease-in;
    transition: background-color .2s;
    -webkit-box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.20);
-moz-box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.20);
box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.20);
}

.bikeid-button-medium-secondary, .bikeid-button-medium-secondary:visited 
{
	display: inline-block;
	color: #278dd2;
	text-decoration: none;
	border: 1px #278dd2 solid;
	outline: none;
	padding: 7px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
		-webkit-transition: background-color .2s ease-in;
    transition: background-color .2s;
}

.bikeid-button-medium-secondary:hover 
{
	background: #fff;
	border: 1px #fff solid;
	color: #278dd2;
	text-decoration: none;
	-webkit-transition: background-color .2s ease-in;
    transition: background-color .2s;
    -webkit-box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.20);
-moz-box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.20);
box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.20);
}

.bikeid-button-video, .bikeid-button-video:visited 
{
	display: inline-block;
	background-image: url(/assets/play.svg);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 13px;
	color: #515b62;
	text-decoration: none;
	border: none;
	outline: none;
		padding: 0px 20px 0 0;
	font-size:13px;
	margin-top:20px;
-webkit-transition: padding 0.5s; /* For Safari 3.1 to 6.0 */
    transition: padding 0.5s;
}

.bikeid-button-video:hover 
{
	display: inline-block;
	background-image: url(/assets/play-hover.svg);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 13px;
	color: #278dd2;
	text-decoration: none;
	border: none;
	outline: none;
	padding: 0px 25px 0 0;
	font-size:13px;
	margin-top:20px;
-webkit-transition: padding 0.5s; /* For Safari 3.1 to 6.0 */
    transition: padding 0.5s;
}

}


.bikeid-languagepopup
{
  position: fixed;
  font-size: 13px;
  z-index: 9999;
  top: 70px;
  right: 130px;
  padding: 10px 30px 10px 15px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.20);
  -moz-box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.20);
  box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.20);
}

.bikeid-languagepopup a, .bikeid-languagepopup a:visited
{
  display: block;
  color: #515b62;
  text-decoration: none;
  width: 100%;
  padding: 3px 0px;
}
.bikeid-languagepopup a:hover
{
  color: #278dd2;
  text-decoration: none;
}


/*
 *   Desktop header
 */

.desktop-header
{
	z-index: 20;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 60px;
	background: #ffffff;
	overflow: hidden;
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}

.desktop-header-logo
{
	float: left;
	padding: 15px 0px 15px 45px;
}

.desktop-header-logo img
{
	width: 60px;
	height: 30px;
}

.desktop-header-actions
{
	float: right;
	padding: 10px 45px 0px 0px;
}

.desktop-header-actions a
{
	display: inline-block;
	margin-left: 10px;
	padding: 8px 16px;
	font-size: 14px;
}

.desktop-header-actions a.bikeid-button-langsel
{
	background: #ffffff !important;
}
.desktop-header-actions a.bikeid-button-langsel span
{
	padding-top: 6px;
	font-size: 7px;
}

.desktop-header-dynamic
{
	display: none;
}



/*
 *    Mobile header
 */

.mobile-header
{
	z-index: 20;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 60px;
	background: #f7f8f8;
	overflow: hidden;
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}

.mobile-header-menutoggle
{
	z-index: 22;
	display: block;
	float: right;
	font-size: 30px;
	color: #515b62;
	padding: 8px 15px;
	cursor: pointer;
}

.mobile-header-menutoggle:hover
{
	color: #278dd2;

}


.mobile-header-menutoggle
{
	z-index: 22;
	display: block;
	float: right;
	font-size: 30px;
	color: #515b62;
	padding: 8px 15px;
	cursor: pointer;
}

.mobile-header-menutoggle:hover
{
	color: #278dd2;

}


.mobile-header-logo
{
	z-index: 21;
	position: absolute;
	width: 100px;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding: 15px 0px;
}

.mobile-header-logo img
{
	width: 60px;
	height: 30px;
}

.mobile-header-search
{
	z-index: 22;
	display: block;
	float: right;
	padding: 8px 0px;
	cursor: pointer;
}

.mobile-header-search a
{
	font-size: 30px;
	color: #515b62 !important;

}

.mobile-header-search a:hover
{
	font-size: 30px;
	color: #278dd2 !important;

}

.mobile-header-searchbox
{
	display: none;
	z-index: 19;
	position: absolute;
	top: 0;
	right: 0px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	width:100%;
}

.mobile-header-searchbox input
{
	border: none;
	background: #ffffff;
	padding: 17px;
	font-size: 18px;
	color: #6D6D6D;
	width: 100%;
}

@media (min-width: 769px) {
	
	.mobile-header
	{
		display: none;
	}

.mobile-header-menutoggle
{
	display: block;
	float: right;
	font-size: 13px;
	color: #515b62;
	padding: 2px 15px;
	cursor: pointer;
	
}

.mobile-header-menutoggle:hover
{

	color: #278dd2;
	
}

.bikeidicon-menu:before
{

font-size: 18px;
padding: 0px 10px 0px 0px !important;
margin-right: 5px !important;
margin-left: 10px !important;
	
}

.mobile-header-logo
{
  display:none;
}

.mobile-header-search
{
 display:none;
}
	
} 


/*
 *   Mobile navi
 */

.mobile-navi
{
	display: none;
	position: absolute;
	top: 0px;
	right: 0;
	bottom: 0;
	left: 0;
}

.mobile-navi-language
{
	display: none;
	position: absolute;
	top: 0px;
	right: 0;
	bottom: 0;
	left: 0;
}


.mobile-navi-overlay
{
	z-index: 999999;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #272d37;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.mobile-navi-content
{
	z-index: 9999999;
	position: absolute;
	right: 0;
	top: 0px;
	bottom: 0;
	width: 240px;
	background: #ffffff;
}

.mobile-navi-content-top
{
	position: absolute;
	left: 0;
	top: 0px;
	width: 180px;
	padding: 25px 15px 15px 15px;
}

@media (max-width: 768px) {

.mobile-navi-content-top
{
	position: absolute;
	left: 0;
	top: 0px;
	width: 180px;
	padding: 12px 15px 15px 15px;
}

}
.mobile-navi-content-top a, .mobile-navi-content-top a:visited
{
	display: block;
	width: 100%;
	padding: 10px 10px;
	text-align: left;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	color: #515b62;
	border-top: 1px #f4f4f4 solid;
}
.mobile-navi-content-top a:hover
{
	color: #278dd2;
	text-decoration: none;
}

.mobile-navi-content-top a:first-child
{
	border-top: none;
}

.mobile-navi-content-top a span
{
	display: inline-block;
	font-size: 7px;
	padding-top: 7px;
	vertical-align: top;
	margin-left: 5px;
}

.mobile-navi-content-bottom
{
z-index: 9999999;
position: absolute;
right: 0px;
bottom: 10px;
width: 240px;
padding: 8px;
color: #ffffff;
font-size: 15px;
}

.mobile-navi-content-bottom-button
{
	width: 100%;
	padding: 0px 15px 10px 15px;
}

.mobile-navi-content-bottom-button a
{
	width: 100%;
	text-align: center;
	padding: 10px 10px;
}

@media (max-width: 374px) {
	
.mobile-navi-content-bottom
{
z-index: 999999;
position: absolute;
bottom: 20px;
right: 220px;
padding: 13px;
color: #ffffff;
font-size: 15px;
width: 100px;
line-height: 18px;
text-align: center;
}

.mobile-navi-content-bottom-button
{
	width: 100%;
padding: 0px;
}

.mobile-navi-content-bottom-button a
{
	width: 100%;
	text-align: center;
	padding: 10px 15px;
}

}

.mobile-navi-close
{
z-index: 9999999;
position: absolute;
right: 10px;
top: 22px;
width: 50px;
padding: 8px;
color: #000;
font-size: 21px;
}

@media (max-width: 768px) {

.mobile-navi-close
{
z-index: 9999999;
position: absolute;
right: 9px;
top: 0px;
width: 50px;
padding: 8px;
color: #000;
font-size: 30px;
}
}

.mobile-navi-close a, .mobile-navi-close a:visited
{
	color: #515b62;
	text-decoration: none;
}
.mobile-navi-close a:hover
{
	color: #278dd2;
	text-decoration: none;
}


/*
 *   Second level navi
 */

.content-subnavi
{
	display: block;
	width: 100%;
	background: #272d37;
	color: #ffffff;
	padding: 0px 150px;
}

.content-subnavi a, .content-subnavi a:visited
{
	display: inline-block;
	padding: 20px 25px;
	border-right: 1px #3d424b solid;
	color: #ffffff;
	text-decoration: none;
}
.content-subnavi a:hover
{
	color: #278dd2;
	text-decoration: none;
}

.content-subnavi a:first-child
{
	border-left: 1px #3d424b solid;
}

.content-subnavi a.active, .content-subnavi a.active:visited
{
	color: #278dd2;
}
.content-subnavi a.active:hover
{
	color: #ffffff;
}


/*
 *   Subscribe to newsletter
 */

.footer-newsletter
{
	overflow: hidden;
    background: #278dd2;
    color: #ffffff;
    padding: 40px 35px 60px 35px;
    width:100%;
}

.footer-newsletter h2
{
	font-weight: 300;
	text-align: center;
    color: #fff;
}

.footer-newsletter a, .footer-newsletter a:visited
{
	color: #ffffff;
}

.footer-newsletter-subscribe
{
margin: 0 auto;
display: table;
}

.footer-newsletter-subscribe-form
{
margin: 0 auto;
display: table;
}

.footer-newsletter-subscribe-info
{
	display: block;
	max-width: 500px;
	margin-bottom:10px;
	text-align: center;
}
.footer-newsletter-subscribe-submit {
   display: inline-block;
   margin-left:10px;
}


.footer-newsletter-subscribe-input
{
	display: inline-block;
	margin-left: 0px;
}

.footer-newsletter-subscribe-input input
{
	border: 1px solid #fff;
	padding: 10px;
	color: #6D6D6D;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 220px;
	-webkit-transition: background-color .2s ease-in;
    transition: background-color .2s;
    
}

.footer-newsletter-subscribe-input input:hover
{
	border: 1px solid #fff;
	padding: 10px;
	color: #6D6D6D;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 220px;
	  -webkit-transition: background-color .2s ease-in;
    transition: background-color .2s;
    -webkit-box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.20);
-moz-box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.20);
box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.20);
}


.footer-newsletter-subscribe-input select
{
	border: 1px solid #fff;
	padding: 10px;
	color: #6D6D6D;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 220px;
	-webkit-transition: background-color .2s ease-in;
    transition: background-color .2s;
    
}

.footer-newsletter-subscribe-input select:hover
{
	border: 1px solid #fff;
	padding: 10px;
	color: #6D6D6D;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 220px;
	  -webkit-transition: background-color .2s ease-in;
    transition: background-color .2s;
    -webkit-box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.20);
-moz-box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.20);
box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.20);
}

.footer-newsletter-subscribe-submit input[type="submit"]
{
	display: inline-block;
	background: #278dd2;
	color: #ffffff;
	text-decoration: none;
	border: 1px #ffffff solid;
	outline: none;
	padding: 10px 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: background-color .2s ease-in;
    transition: background-color .2s;
    margin-bottom:10px;
}

.footer-newsletter-subscribe-submit input[type="submit"]:hover
{
	display: inline-block;
	background: #fff;
	color: #278dd2;
	text-decoration: none;
	border: 1px #ffffff solid;
	outline: none;
	padding: 10px 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: background-color .2s ease-in;
    transition: background-color .2s;
    -webkit-box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.20);
-moz-box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.20);
box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.20);
}

.footer-newsletter-subscribe-submit button
{
	display: inline-block;
	background: #278dd2;
	color: #ffffff;
	text-decoration: none;
	border: 1px #ffffff solid;
	outline: none;
	padding: 10px 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: background-color .2s ease-in;
    transition: background-color .2s;
}

.footer-newsletter-subscribe-submit button:hover
{
	display: inline-block;
	background: #fff;
	color: #278dd2;
	text-decoration: none;
	border: 1px #ffffff solid;
	outline: none;
	padding: 10px 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: background-color .2s ease-in;
    transition: background-color .2s;
    -webkit-box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.20);
-moz-box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.20);
box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.20);
}

.footer-newsletter-socialicons
{
	margin: 40px auto 0px auto;
display: table;
}

.footer-newsletter-socialicons a
{
	margin: 5px 10px;
}


/*
 *   Footer
 */

.footer-bottom
{
	padding: 0px 150px 30px 150px;
	margin: 0px auto;
	color: #b7b7b7;
}
@media (max-width: 1024px) {
	
.footer-bottom
{
	padding: 30px 40px;
	margin: 0px auto;
	color: #b7b7b7;
}

}

.footer-bottom-navi
{
	margin-bottom: 30px;
	float: left;
width: 100%;
}

.footer-bottom-navi ul
{
	margin: 0 auto;
padding: 0;
list-style-type: none;
display: table;
text-align: center;
}

.footer-bottom-navi ul li
{
	display: inline-block;
	margin: 0 15px;
}
@media (max-width: 600px) {
.footer-bottom-navi ul li {
    display: inline-block;
    margin: 9px;
}
.footer-bottom-navi {
    margin-bottom: 30px;
    margin-left: -9px;
}

}
.footer-bottom-navi a, .footer-bottom-navi a:visited
{
	color: #939da4;
	text-decoration: none;
}
.footer-bottom-navi a:hover
{
	color: #515b62;
	text-decoration: none;
}

.footer-bottom-copyright
{
color: #939da4;
font-size: 13px;
font-weight: 300;
margin: 0px auto 10px auto;
display: table;
text-align:center;
}

.footer-bottom-copyright-last
{
color: #939da4;
font-size: 11px;
font-weight: 300;
margin: 0px auto 0px auto;
display: table;
}


/*
 *   Landing content
 */

.landing-wrapper {
    position: static;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
   
}

.landing-wrapper-bike
{
	background-image: url(/images/bike-id-main-bg-img.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: #f8f9fb;
}

.landing-header
{
	padding: 15px 40px 35px 40px;
	overflow: hidden;
	font-family: "Open Sans", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #515b61;
}

.landing-header-desktop
{
	padding: 0px 40px 35px 40px;
	overflow: hidden;
	font-family: "Open Sans", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #515b61;
}
.landing-header-first-site
{
	padding: 35px 40px 35px 40px;
	overflow: hidden;
	font-family: "Open Sans", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #515b61;
}

.landing-header-logo
{
	position: relative;
	float: left;
}

.landing-header-logo img
{
	width: 90px;
	height: 45px;
	margin-top: 10px;
}

.landing-header-rightnavi
{
	position: relative;
	float: right;
	text-align: right;
	font-weight:400;
	margin-top:25px;
}

.landing-header-rightnavi-desktop
{
	position: relative;
	float: right;
	text-align: right;
	font-weight:400;
	margin-top:18px;
}

.landing-content {
    margin: 35px auto;
    font-family: "Open Sans", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height:23px;
    color: #748189;
    max-width:1180px;
}


h1
{
  line-height:46px;
  font-size:36px;
max-width:100%;
color:#515b62;
margin-bottom:20px;
margin: 0;
	padding: 0;
	letter-spacing: -0.7px;
}

h2
{
font-size:30px;
 line-height:36px;
max-width:100%;
color:#515b62;
		font-weight: 300;
	padding: 0px;
	margin: 0px;
}

.landing-content-left-area h2
{
	padding: 0 0 20px 0;
}
.landing-content-right-area h2
{
	padding: 0 0 20px 0;
}

h3
{
font-size:18px;
 line-height:27px;
max-width:100%;
color:#515b62;
		font-weight: 300;
	padding: 0;
	letter-spacing: 0.15px;
	margin:0px 0px 10px 0px;
}

h4
{
font-size:15px;
 line-height:22px;
max-width:100%;
color:#515b62;
		font-weight: 300;
	padding: 0;
	letter-spacing: 0.15px;
}

h5
{
font-size:24px;
 line-height:27px;
max-width:100%;
color:#aebbc3;
		font-weight: 300;
	padding: 0;
	letter-spacing: 0.15px;
	margin:0px 0px 20px 0px;
}

@media (min-width: 992px) and (max-width: 1100px) {

	.landing-content
{
	margin: 35px 40px 35px 40px;
	
}

	.landing-content h1
	{
		margin: 60px 0 0;
	}
}


@media (min-width: 1024px) and (max-width: 1366px) {

	.landing-content
{
	margin: 35px auto 35px auto;
	max-width:960px;
	
}

	.landing-content h1
	{
		margin: 0px;
	}
}

@media (min-width: 769px) and (max-width: 1023px) {

		.landing-content
{
	margin: 40px 40px 0px 40px;
}

	.landing-content h1
	{
		margin: 0px;
	}

.landing-wrapper-bike {
    background-image: url(/images/bike-id-main-bg-img.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #f8f9fb;
    background-position:0 100px;
}

}

@media (max-width: 768px) {
	.landing-content {
	margin: 20px 40px 20px 40px;
}

	.landing-content h1 {
		margin: 0px 0 0;
	}

.landing-wrapper-bike {
    background-image: none;
}
.landing-header
{
	display:none;
}

}

@media (max-width: 480px) {

	.landing-content h1 {
		margin: 0px 0 0;
		line-height:40px;
	}
	
		h3 {
    font-size: 18px;
    line-height: 24px;
    max-width: 100%;
    color: #515b62;
    font-weight: 300;
    padding: 0;
    letter-spacing: 0.15px;
    margin: 0px 0px 10px 0px;
}

.footer-newsletter-subscribe-input
{
	display: table;
margin: 0px auto;
}

.footer-newsletter-subscribe-input input
{
	border: 1px solid #fff;
	padding: 10px;
	color: #6D6D6D;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 220px;
	-webkit-transition: background-color .2s ease-in;
    transition: background-color .2s;
    
}

.footer-newsletter-subscribe-input input:hover
{
	border: 1px solid #fff;
	padding: 10px;
	color: #6D6D6D;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 220px;
	  -webkit-transition: background-color .2s ease-in;
    transition: background-color .2s;
    -webkit-box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.20);
-moz-box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.20);
box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.20);
}

.footer-newsletter-subscribe-submit
{
	display: table;
margin: 10px auto;
}

.footer-newsletter-subscribe-submit button
{
	display: inline-block;
	background: #278dd2;
	color: #ffffff;
	text-decoration: none;
	border: 1px #ffffff solid;
	outline: none;
	padding: 10px 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: background-color .2s ease-in;
    transition: background-color .2s
}

.footer-newsletter-subscribe-submit button:hover
{
	display: inline-block;
	background: #fff;
	color: #278dd2;
	text-decoration: none;
	border: 1px #ffffff solid;
	outline: none;
	padding: 10px 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: background-color .2s ease-in;
    transition: background-color .2s;
    -webkit-box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.20);
-moz-box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.20);
box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.20);
}

}

@media (max-width: 374px) {
	.landing-content {
	margin: 20px 20px 20px 20px;
}

	.landing-content h1 {
		margin: 0px 0 0;
		font-size:26px;
		line-height:30px;
	}
	
		h2 {
    font-size: 21px;
    line-height: 28px;
}
	
	h3 {
    font-size: 15px;
    line-height: 23px;
    max-width: 100%;
    color: #515b62;
    font-weight: 300;
    padding: 0;
    letter-spacing: 0.15px;
    margin: 0px 0px 10px 0px;
}
.landing-header
{
	display:none;
}




}

/**
 *   Search result
 */

.bike_search
{
	position: relative;
}

.bike-search-icon
{
	font-size: 75px;
	margin-bottom: 20px;
}

.bike-search-info-big-text
{
	margin: 5px 0px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;
}

.bike-search-info-big-searchvalue
{
	margin: 5px 0px;
}
.bike-search-info-big-searchvalue.bikeid
{
	font-size: 48px;
	line-height: 54px;
	font-weight: 300;
}
.bike-search-info-big-searchvalue.serial
{
	font-size: 30px;
	line-height: 36px;
	font-weight: 300;
}

.bike-search-noresult
{
	background: #ff530d;
	color: #ffffff;
	padding: 60px 20px;
	text-align: center;
	width:100%;
display: block;
}



@media (max-width: 899px)
{

	.bike-search-bikewrapper
	{
		display: block;
		margin-right: 0px;
	}

	.bike-search-biginfo
	{
		display: block;
    color: #ffffff;
    padding: 60px 20px;
    text-align: center;
    width: 100%;
	}

	.bike-search-images
	{
		display: block;
		position: relative;
		height: 500px;
		text-align: center;
		vertical-align: middle;
		background: #e0e0e0;
		color: #ffffff;
	}

	.bike-search-bikeinfo
	{
		display: block;
		padding: 20px 20px;
		font-size: 15px;
		line-height: 20px;
		font-weight: normal;
	}

}

@media (min-width: 900px)
{

	.bike-search-bikewrapper
	{
		display: table-row;
	}

	.bike-search-biginfo
	{
		display: table-cell;
		width: 30%;
		color: #ffffff;
		padding: 20px;
		text-align: center;
		vertical-align: middle;
	}

	.bike-search-images
	{
		position: relative;
		display: table-cell;
		width: 50%;
		text-align: center;
		vertical-align: middle;
		background: #e0e0e0;
		color: #ffffff;
	}

	.bike-search-bikeinfo
	{
		display: table-cell;
		width: 20%;
		min-width: 250px;
		padding: 20px 40px;
		font-size: 15px;
		line-height: 20px;
		font-weight: normal;
	}

}

@media (max-width: 768px)
{


	.bike-search-images
	{
		
		height: 400px;

	}
}

@media (max-width: 540px)
{


	.bike-search-images
	{
		
		height: 300px;

	}
}

@media (max-width: 320px)
{


	.bike-search-images
	{
		
		height: 200px;

	}
}

.bike-search-biginfo-registered
{
	background: #A9C73A;
}
.bike-search-biginfo-lost
{
	background: #FFAC00;
}
.bike-search-biginfo-stolen
{
	background: #F7444D;
}

.bike-search-images-image
{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.bike-search-images-noimage
{
	font-size: 20px;
	line-height: 24px;
}

.bike-search-images-noimage .icon
{
	font-size: 60px;
	margin-bottom: 10px;
}

.bike-search-bikeinfo label
{
	display: block;
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
}

.bike-search-bikeinfo .description
{
	font-size: 14px;
	line-height: 18px;
	user-select: none;
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;  
	    max-width: 200px;
}


.bike-search-images-image-bullet
{
		    width: 100%;
    bottom: 0;
    position: absolute;
    margin-bottom: 20px;
	
	}
	
.bike-search-images-image-bullet span
{
	color: rgba(255, 255, 255, 0.6);
	
	}
	
.bike-search-images-image-bullet span.active span
{
	color: #278dd2;
	
	}
	
.bike-search-images-image-action-next
{
	color: #278dd2;
	    right: 0;
    position: absolute;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #ffF;
    line-height: 40px;
	    top: 50%;
    margin-top: -20px;
	}
	
	.bike-search-images-image-action-next:hover
{
		color: #ffffff;
	    right: 0;
    position: absolute;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #2179b4;
    line-height: 40px;
	    top: 50%;
    margin-top: -20px;
	}
	
	.bike-search-images-image-action-prev
{
	color: #278dd2;
	    left: 0;
    position: absolute;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #ffF;
    line-height: 40px;
	    top: 50%;
    margin-top: -20px;
	}
	
	.bike-search-images-image-action-prev:hover
{
	color: #ffffff;
	    left: 0;
    position: absolute;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #2179b4;
    line-height: 40px;
	    top: 50%;
    margin-top: -20px;
	}
	
.bike-search-images-image
{
	display:none !important;
}
.bike-search-images-image.active
{
	display:block !important;
}

.bikelist-bike-maindata-item
{
	margin: 15px 0px;
}


/*
 *   Choose language
 */

.choose-language-wrapper
{
	margin-top: 10px;
}

.choose-language
{
	display: table-row;
}

.choose-language-select
{
	display: table-cell;
	width: 100%;
	padding-right: 10px;
}

.choose-language-submit
{
	display: table-cell;
}


/*
 *   Modal dialogs
 */

.modal-body-content
{
	font-family: "Open Sans", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 24px;
	color: #515b61;
	font-weight:300;
	height: 100% !important;
}

.modal-body-content h1 /*(muudetud)*/
{
	font-size: 48px;
	line-height: 56px;
	font-weight: 300;
	padding: 0px;
	margin: 0px;
}

@media (max-width: 768px)
{
	.modal-body-content h1 /*(muudetud)*/
{
	font-size: 30px;
	line-height: 36px;
	font-weight: 300;
	padding: 0px;
	margin: 0px;
}
.modal-body-content {
    height: 100% !important;
	overflow: scroll;
	padding-right: 0px !important;
}
}

.modal-body-content h2
{
	font-size: 24px;
	line-height: 28px;
	font-weight: 300;
	padding: 0px;
	margin: 10px 0px 0px 0px;
}


.modal-body-content h3
{
	font-size: 24px;
	line-height: 28px;
	font-weight: 300;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.modal-body-content h4
{
	font-family: "Open Sans", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	color: #6D6D6D;
	margin: 10px 0px 20px 0px;
}

.modal-body-content .bikeid-secondary-actions
{
	margin-bottom: 0;
}


/*
 *   Form elements
 */
 
.modal-body-content .form-element-wrapper
{
	position: relative;
	margin: 15px 0px;
	background: #ffffff;
	border: 1px #ffffff solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 15px;
}

.modal-body-content .form-element-wrapper.focus
{
	-moz-box-shadow: 0px 0px 15px #000000;
	-webkit-box-shadow: 0px 0px 15px #000000;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.modal-body-content .form-select-wrapper
{
	width: 100%;
	overflow: hidden;
	background: #ffffff url(/images/select.png) no-repeat 100% 50%;
	padding: 2px 0px;
}

.modal-body-content .form-select-wrapper select
{
	background: #ffffff;
	border: none;
	outline: none;
	font-family: "Open Sans", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #515b61;
	font-weight:300;
	width: 130%;
	border: none;
	box-shadow: none;
	background: transparent;
	background-image: none;
	-webkit-appearance: none;
}

.modal-body-content .form-select-wrapper select:focus
{
	outline: none;
}


/*
 *   Fixed search
 */
 
 #fixed-search {
  position: fixed;
  bottom: 112px;
  right: -2px;
  z-index: 1000;
  cursor: pointer;
  background: #515b62;
  height: 56px;
  display: none;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  font-family: "Open Sans", Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #fff;
}
#fixed-search:hover {
  background: #fff;
  color: #515b62;
}
#fixed-search .form-group {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
}
#fixed-search .form-control {
  font-size: 22px;
  display: inline-block;
  width: 105px;
  height: 56px;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  cursor: pointer;
  visibility: hidden;
  position: relative;
  z-index: 1000;
}
#fixed-search .form-control:hover {
  background: #fff;
}
#fixed-search.open .form-control {
  visibility: visible;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  outline: none;
  box-shadow: none;
  padding-left: 15px;
  cursor: text;
  width: 487px;
  background: #fff;
}
#fixed-search .form-text {
position: static;
    top: 14px;
    left: 14px;
    font-size: 15px;
    line-height: 1em;
    font-weight: 400;
    z-index: 0;
    margin-top: -42px;
    /* padding-left: 20px; */
    margin-left: 10px;
    margin-right: 50px;
}
#fixed-search button {
  position: absolute;
  top: 6px;
  right: 20px;
  display: block;
  border: none;
  background: none;
  color: #ffffff;
  font-size: 30px;
  outline: none;
  width: 33px;
  height: 32px;
  z-index: 0;
  pointer-events: none;
}
#fixed-search:hover button {
  color: #515b62;
}
#fixed-search.open button {
  pointer-events: auto;
  z-index: 2000;
  color: #515b62;
}

@media (max-width: 768px) {
.content-subnavi {
    display: block;
    width: 100%;
    background: #272d37;
    color: #ffffff;
    padding: 0px 40px;
}
.supportheader-notfound {
    width: 100% !important;
    text-align: left !important;
    float: left !important;
}

}

@media (max-width: 600px) {
#fixed-search.open .form-control {
  width: 300px;
}
#fixed-search .form-text {
  font-size: 15px;
}
#fixed-search .form-control {
  font-size: 15px;
}
.content-subnavi {
    display: block;
    width: 100%;
    background: #272d37;
    color: #ffffff;
    padding: 0px 40px;
}
.content-subnavi a, .content-subnavi a:visited
{
	display: inline-block;
	padding: 20px 0px;
	border-bottom: 1px #3d424b solid;
	color: #ffffff;
	text-decoration: none;
	width:100%;
	border-right: none;
	border-left: 1px #272d37 solid;
}

.supportheader-notfound a {
  display: table;
  margin: 10px 0px !important;
}
}


/*
 *   Cookie notice
 */

.COOKIENOTICE
{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 30px;
	overflow: hidden;
	zoom: 1;
	background: #272d37;
	color: #ffffff;
	z-index: 9999;
}

@media (max-width: 767px)
{
	.COOKIENOTICE .text
	{
		text-align: center;
	}
	.COOKIENOTICE .action
	{
		text-align: center;
		padding-top: 15px;
	}
}

@media (min-width: 768px)
{
	.COOKIENOTICE .text
	{
		float: left;
		width: 80%;
		padding: 5px 30px 5px 0px;
	}
	.COOKIENOTICE .action
	{
		float: right;
		width: 20%;
		text-align: right;
	}
}

/*
 *   Lightbox
 */


.lightbox {
	/** Default lightbox to hidden */
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;


	/** Position and style */
	position: fixed;
	z-index: 99;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(39,45,55,0.9);
}
.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}

.padding-top-video
{
	padding-top: 80px;
}
	@media (max-width: 768px){
.padding-top-video iframe {
max-width: 100%;
max-height: 330px;
margin: 0 auto;
display: table;
padding: 0px 20px;
}
	}
	
	@media (max-width: 480px){

	.padding-top-video iframe {
   width: 100%;
   max-height: 250px;
margin: 0 auto;
display: table;
}

	}
	
	#videopopup {


  }

/** videoModal **/
#videoModal {
  border-radius: 0;
  width: 870px;
  margin: auto;
  }
  #videoModal .modal-header {
    background: #515b62;
    border: 0;
    color: #fff;
    position: relative;
		  height:35px; }
    #videoModal .modal-header h3 {
      font-size: 18px;
      line-height: 22px;
	  font-family:Arial, Helvetica, sans-serif;
	  padding:5px;}
  #videoModal .modal-body {
    height: 489px;
    padding: 0;
    max-height: none;
    overflow: hidden; }
  #videoModal .modal-footer:empty {
    display: none !important; }
  #videoModal .close {
    background: #515b62;
    color: #fff;
    font-size: 24px;
    margin: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    text-shadow: none;
    top: 0;
    width: 38px; 
    
    }
    
   /** fourth & sixed column **/ 
    
    .overview-fourthcolumn-content
{
	width: 100%;
	padding: 10px 0 0 0;
	margin: 0px;
	float:left;
	min-height:300px;
}

    .overview-fourthcolumn-content-long
{
	width: 100%;
	padding: 10px 0 0 0;
	margin: 0px;
	float:left;
	min-height:360px;
}

.overview-fourthcolumn-column
{

}

.overview-fourthcolumn-column_empty
{
width: 25%;
min-height: 290px;
float: left;
}

.overview-fourthcolumn-column a
{
	width: 25%;
	padding: 50px 30px 30px 30px;
	margin: 15px 0px 0px 0px;
	float:left;
	text-align:center;
	font-weight:600;
	color:#515b62;
	text-decoration:none;
		transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	min-height:270px;
	cursor:default;
}

.overview-fourthcolumn-column a:hover
{
	width: 25%;
	padding: 50px 30px 30px 30px;
	margin: 0px 0px 0px 0px;
	float:left;
	text-align:center;
	font-weight:600;
	color:#515b62;
	text-decoration:none;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
        -webkit-box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.20);
-moz-box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.20);
box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.20);
min-height:270px;
	cursor:default;
}

.overview-fourthcolumn-column p
{

	margin: 20px 0px;
}

@media (max-width: 768px) {

.overview-fourthcolumn-content {
    width: 100%;
    padding: 0;
    margin: 0px !important;
    float: left;
    min-height:0px;
}

.overview-fourthcolumn-content-long {
    width: 100%;
    padding: 0;
    margin: 0px !important;
    float: left;
    min-height:0px;
}

.overview-fourthcolumn-column
{

}

.overview-fourthcolumn-column a
{
	width: 100%;
	padding: 20px 30px 0px 30px;
	margin: 15px 0px 0px 0px;
	float:left;
	text-align:center;
	font-weight:600;
	color:#515b62;
	text-decoration:none;
		transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	min-height:200px;
	cursor:default;
}

.overview-fourthcolumn-column a:hover
{
	width: 100%;
	padding: 20px 30px 0px 30px;
	margin: 15px 0px 0px 0px;
	float:left;
	text-align:center;
	font-weight:600;
	color:#515b62;
	text-decoration:none;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
        -webkit-box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.20);
-moz-box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.20);
box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.20);
min-height:200px;
	cursor:default;
}
  
}



a.popup-link-en {
		padding:12px 30px 12px 20px;
		text-align: left;
		margin:0 -10px 0 0;
		position: fixed;
		color: #fff;
		text-decoration: none;
		background-color: #278dd2;
		border-radius: 3px;
		display: block;
		z-index:999;
		right:0;
		bottom:30px;
		font-size:13px;
		line-height:16px;		    
		-webkit-box-shadow: 0px 0px 30px -8px rgba(0,0,0,0.20);
-moz-box-shadow: 0px 0px 30px -8px rgba(0,0,0,0.20);
box-shadow: 0px 0px 30px -8px rgba(0,0,0,0.20);
font-weight:600;
display:none;
	}
	a.popup-link-en:hover {
		background-color: #fff;
		-webkit-transition:all 0.5s;
		-moz-transition:all 0.5s;
		transition:all 0.5s;
		color: #237ab3;
				    -webkit-box-shadow: 0px 0px 30px -8px rgba(0,0,0,0.20);
-moz-box-shadow: 0px 0px 30px -8px rgba(0,0,0,0.20);
box-shadow: 0px 0px 30px -8px rgba(0,0,0,0.20);
	}
	
	a.popup-link-et {
		padding:12px 30px 12px 20px;
		text-align: left;
		margin:0 -10px 0 0;
		position: fixed;
		color: #fff;
		text-decoration: none;
		background-color: #278dd2;
		border-radius: 3px;
		display: block;
		z-index:999;
		right:0;
		bottom:30px;
		font-size:13px;
		line-height:16px;		    
		-webkit-box-shadow: 0px 0px 30px -8px rgba(0,0,0,0.20);
-moz-box-shadow: 0px 0px 30px -8px rgba(0,0,0,0.20);
box-shadow: 0px 0px 30px -8px rgba(0,0,0,0.20);
font-weight:600;
	}
	a.popup-link-et:hover {
		background-color: #fff;
		-webkit-transition:all 0.5s;
		-moz-transition:all 0.5s;
		transition:all 0.5s;
		color: #237ab3;
				    -webkit-box-shadow: 0px 0px 30px -8px rgba(0,0,0,0.20);
-moz-box-shadow: 0px 0px 30px -8px rgba(0,0,0,0.20);
box-shadow: 0px 0px 30px -8px rgba(0,0,0,0.20);
	}
	
	a.popup-link-de {
		padding:12px 30px 12px 20px;
		text-align: left;
		margin:0 -10px 0 0;
		position: fixed;
		color: #fff;
		text-decoration: none;
		background-color: #278dd2;
		border-radius: 3px;
		display: block;
		z-index:999;
		right:0;
		bottom:30px;
		font-size:13px;
		line-height:16px;		    
		-webkit-box-shadow: 0px 0px 30px -8px rgba(0,0,0,0.20);
-moz-box-shadow: 0px 0px 30px -8px rgba(0,0,0,0.20);
box-shadow: 0px 0px 30px -8px rgba(0,0,0,0.20);
font-weight:600;
display:none;
	}
	a.popup-link-de:hover {
		background-color: #fff;
		-webkit-transition:all 0.5s;
		-moz-transition:all 0.5s;
		transition:all 0.5s;
		color: #237ab3;
				    -webkit-box-shadow: 0px 0px 30px -8px rgba(0,0,0,0.20);
-moz-box-shadow: 0px 0px 30px -8px rgba(0,0,0,0.20);
box-shadow: 0px 0px 30px -8px rgba(0,0,0,0.20);
	}
	
		@media (max-width: 767px){
		a.popup-link-en {
		padding:8px 20px 8px 10px;
		text-align: left;
		margin:0 -10px 0 0;
		position: fixed;
		color: #fff;
		text-decoration: none;
		background-color: #278dd2;
		border-radius: 3px;
		display: block;
		z-index:999;
		right:0;
		bottom:30px;
		font-size:13px;
		line-height:16px;		    
		-webkit-box-shadow: 0px 0px 30px -8px rgba(0,0,0,0.20);
-moz-box-shadow: 0px 0px 30px -8px rgba(0,0,0,0.20);
box-shadow: 0px 0px 30px -8px rgba(0,0,0,0.20);
font-weight:600;
display:none;
	}
	a.popup-link-en:hover {
		background-color: #fff;
		-webkit-transition:all 0.5s;
		-moz-transition:all 0.5s;
		transition:all 0.5s;
		color: #237ab3;
				    -webkit-box-shadow: 0px 0px 30px -8px rgba(0,0,0,0.20);
-moz-box-shadow: 0px 0px 30px -8px rgba(0,0,0,0.20);
box-shadow: 0px 0px 30px -8px rgba(0,0,0,0.20);
	}
	
	a.popup-link-et {
		padding:8px 20px 8px 10px;
		text-align: left;
		margin:0 -10px 0 0;
		position: fixed;
		color: #fff;
		text-decoration: none;
		background-color: #278dd2;
		border-radius: 3px;
		display: block;
		z-index:999;
		right:0;
		bottom:30px;
		font-size:13px;
		line-height:16px;		    
		-webkit-box-shadow: 0px 0px 30px -8px rgba(0,0,0,0.20);
-moz-box-shadow: 0px 0px 30px -8px rgba(0,0,0,0.20);
box-shadow: 0px 0px 30px -8px rgba(0,0,0,0.20);
font-weight:600;
	}
	a.popup-link-et:hover {
		background-color: #fff;
		-webkit-transition:all 0.5s;
		-moz-transition:all 0.5s;
		transition:all 0.5s;
		color: #237ab3;
				    -webkit-box-shadow: 0px 0px 30px -8px rgba(0,0,0,0.20);
-moz-box-shadow: 0px 0px 30px -8px rgba(0,0,0,0.20);
box-shadow: 0px 0px 30px -8px rgba(0,0,0,0.20);
	}
	
			a.popup-link-de {
		padding:8px 20px 8px 10px;
		text-align: left;
		margin:0 -10px 0 0;
		position: fixed;
		color: #fff;
		text-decoration: none;
		background-color: #278dd2;
		border-radius: 3px;
		display: block;
		z-index:999;
		right:0;
		bottom:30px;
		font-size:13px;
		line-height:16px;		    
		-webkit-box-shadow: 0px 0px 30px -8px rgba(0,0,0,0.20);
-moz-box-shadow: 0px 0px 30px -8px rgba(0,0,0,0.20);
box-shadow: 0px 0px 30px -8px rgba(0,0,0,0.20);
font-weight:600;
display:none;
	}
	a.popup-link-de:hover {
		background-color: #fff;
		-webkit-transition:all 0.5s;
		-moz-transition:all 0.5s;
		transition:all 0.5s;
		color: #237ab3;
				    -webkit-box-shadow: 0px 0px 30px -8px rgba(0,0,0,0.20);
-moz-box-shadow: 0px 0px 30px -8px rgba(0,0,0,0.20);
box-shadow: 0px 0px 30px -8px rgba(0,0,0,0.20);
	}
		
	}
	/* end link popup*/

	/*style untuk popup */	
	#getaquote-popup {
	  display: none;
	  visibility: visible;
		opacity: 1;
		position: absolute;
		top:0;
		left:0;
		right:0;
		bottom:0;
		margin:0;
		z-index: 999;
	}

	

	@media (min-width: 768px){
		.popup-container {
		
		}
	}
	@media (max-width: 767px){
		.popup-container {
			width:100%;
			height:300px;
			bottom:0 !important;
		}
		a.popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 7px 10px;
    text-decoration: none;
    line-height: 1;
    color: #5c676e;
    font-size: 30px;
}
	}
	.popup-container {
		position: fixed;
		padding:30px 40px;
		background-color: #fff;
		color:#515b62;
		float:right;
		bottom:20%;
		right:0;
		    -webkit-box-shadow: 0px 0px 30px -8px rgba(0,0,0,0.20);
-moz-box-shadow: 0px 0px 30px -8px rgba(0,0,0,0.20);
box-shadow: 0px 0px 30px -8px rgba(0,0,0,0.20);
	}

	a.popup-close {
	position: absolute;
top: 3px;
right: 3px;
padding: 7px 10px;
text-decoration: none;
line-height: 1;
color: #5c676e;
font-size:18px;
	}

	/* style untuk isi popup */


	.popup-form {
		margin:10px auto;
	}
		.popup-form h2 {
			margin-bottom: 15px;
		}
		.popup-form .input-group {
			margin:10px auto;
			width:100%;
		}
			.popup-form .input-group input {
				font-size: 13px;
font-weight: 400;
display: block;
overflow: hidden;
box-sizing: border-box;
padding: 10px 0 12px 0 !important;
color: #4b4d4f;
border-bottom: 1px solid rgba(211, 212, 213, .4) !important;
			}
			.popup-form .input-group input:focus {
				outline-color:#237ab3; 
			}
			.popup-form .input-group input {
				border:0px;
				position: relative;
				width: 100%;
			}
			.popup-form .input-group button {
				background-color: #278dd2;
				padding: 10px 22px !important;
				border-radius:3px;
				color: #fff;
				border: 0 !important;
				cursor: pointer;
				-webkit-transition: background-color .1s ease-in;
    transition: background-color .1s;
    margin-top:20px;
			}
			
			.popup-form .input-group button:hover {
				background-color: #fff;
				border-radius:3px;
				color: #278dd2;
				border: 0 !important;
				cursor: pointer;
					-webkit-transition: background-color .1s ease-in;
    transition: background-color .1s;
    -webkit-box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.20);
-moz-box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.20);
box-shadow: 0px 0px 20px -8px rgba(0,0,0,0.20);
			}
			
			.popup-form .input-group input[type="submit"]:focus {
				box-shadow: inset 0 3px 7px 3px #237ab3;
			}
			
			
			
			.partners-logo-area
{
  margin:10px auto;
  display:table;
}

.partners-logo-area img
{
  margin: 5px 10px;
  height:25px;
}

.bigger
{
  margin: 5px 10px;
  height:40px !important;
}

.smaller
{
  margin: 5px 10px;
  height:20px !important;
}

@media (max-width: 767px){
		.partners-logo-area img
{
  margin: 5px 5px;
  height:10px;
}

.bigger
{
  margin: 5px 5px;
  height:15px !important;
}

.smaller
{
  margin: 5px 5px;
  height:10px !important;
}

	.video-container iframe {
    max-width: 500px;
max-height: 300px;
}

	}
	
	@media (max-width: 480px){

	.video-container iframe {
   width: 100%;
height: 100%;
}

	}
