
* {
	outline: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-tap-highlight-color: transparent;
}
body {
	background: #fff;
	color: #333;
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 100%;
	overflow-x: hidden;
}
a.anchor {
	display: block;
	position: relative;
	top: -8em;
	visibility: hidden;
}
a.ranchor {
	display: block;
	position: relative;
	top: -3.4em;
	visibility: hidden;
}

.margin {
	margin-top: 4.8125em !important;
}
.mmargin {
	padding-top: 4.8125em !important;
}
.fixed {
	top: -4em !important;
	height: 8em !important;
	z-index: 10000 !important;
	width: 100%;
	background: #fff;
}

#header {
	top: 0px;
	position: fixed;
	background: #fff;
	width: 100%;
	height: 9.375em;
	-webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 4px 7px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 4px 7px 0px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	z-index: 1;
}
#header #social {
	position: absolute;
	top: 1em;
	left: 0.625em;
}
#header #social img {
	margin: 0 0.3125em;
}
#header #logo {
	position: absolute;
	left: 6.5em;
	top: 4.9em;
	width: 15.25em;
	height: 1.67932em;
	background: url(../images/logo.svg) no-repeat;
	background-size: 100% 100%;
}
#header #menu {
	position: absolute;
	top: 4em;
	right: 9em;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 1em;
	list-style: none;
}
#header #menu li {
	margin: 0 0.5em;
	float: left;
	position: relative;
	padding: 0; /*0.5em 0.5em 0.3em 0.5em;*/
}
#header #menu li a:before {
	position: absolute;
	content: ' ';
	background: #999999;
	width: 0.5em;
	height: 1px;
	bottom: 0.2em;
	left: 0.8em;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#header #menu li a:hover:before {
	left: calc(100% - 0.5em - 0.65em);
}
#header #menu li a {
	text-decoration: none;
	color: #333333;
	display: block;
	padding: 0.5em 0.5em 0.3em 0.5em;
}
#header #menu .-over {
	/*border-radius: 3px;*/
	color: #fff;
	text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
	background: #000;
}
#header #menu .-over a {
	color: #fff;
}
#header #menu li.-over:before {
	position: absolute;
	content: ' ';
	height: 100%;
	width: 0;
	height: 0;
	top: 0;
	left: -0.5em;
	border-style: solid;
	border-width: 0 0 2em 0.5em;
	border-color: transparent transparent #000 transparent;
}
#header #menu li.-over:after {
	position: absolute;
	content: ' ';
	height: 100%;
	width: 0;
	height: 0;
	top: 0;
	right: -0.5em;
	border-style: solid;
	border-width: 0 0 2em 0.5em;
	border-color: transparent transparent transparent #000;
}
#header #order {
	/*border-radius: 3px;*/
	color: #fff;
	position: absolute;
	right: 1.5em;
	top: 5em;
	/*height: 2em;
	line-height: 2em;*/
	text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
	padding: 0.5em 1.25em 0.3em 2.6em;
	background: url(../images/basket.png) no-repeat #000;
	background-position: 1.1em 0.65em;
	text-transform: uppercase;
}
#header #order:before {
	position: absolute;
	content: ' ';
	height: 100%;
	width: 0;
	height: 0;
	top: 0;
	left: -0.5em;
	border-style: solid;
	border-width: 0 0 2em 0.5em;
	border-color: transparent transparent #000 transparent;
}
#header #order:after {
	position: absolute;
	content: ' ';
	height: 100%;
	width: 0;
	height: 0;
	top: 0;
	right: -0.5em;
	border-style: solid;
	border-width: 0 0 2em 0.5em;
	border-color: transparent transparent transparent #000;
}
#header #lang {
	position: absolute;
	top: 1.2em;
	right: 5em;
	font-family: 'Roboto Condensed', sans-serif;
	color: #000;
}
#header #lang ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#header #lang li {
	float: left;
	margin: 0 0.3em;
}
#header #lang .sep {
	color: #999999;
	font-size: 0.7em;
	margin-top: 0.15em;
}
#header #lang a {
	color: #999;
	text-decoration: none;
}
#header #searchm {
	position: absolute;
	top: 1em;
	right: 1.2em;
	cursor: pointer;
	height: 1.8em;
	width: 1.8em;
	border: 1px solid #000;
	border-radius: 100%;
	line-height: 1.8em;
	text-align: center;
}
#header #searchm i {
	font-size: 1em;
	line-height: 1.6em;
}
#header #mobile {
	display: none;
	position: absolute;
	top: 5em;
	right: 1.5em;
	font-size: 1em;
	list-style: none;
	cursor: pointer;
	z-index: 2;
}
#header #mobile i {
	font-size: 2.2em;
}

#page {
	margin-top: 9.375em;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	display: block;
	width: 100%;
}

#big_slider {
	width: 100%;
	height: 40.625em;
	max-height: 40.625em;
}
#big_slider .swiper-slide h1 {
	position: absolute;
	bottom: 3em;
	left: 0;
	right: 0;
	margin: auto;
	width: 20%;
	font-size: 100%;
	font-weight: 300;
	background-color: rgba(0, 0, 0, 0.6);
	line-height: 48px;
	height: 48px;
	z-index: 1003;
	text-align: center;
	color: #eee;
	cursor: pointer;
	font-family: 'Roboto Condensed', sans-serif;
}
#big_slider .swiper-slide h1 a {
	font-size: 2em;
	color: #eee;
	text-decoration: none;
}
#big_slider .swiper-slide h1:before {
	position: absolute;
	content: ' ';
	height: 100%;
	width: 0;
	height: 0;
	left: -16px;
	border-style: solid;
	border-width: 0 0 48px 16px;
	border-color: transparent transparent rgba(0, 0, 0, 0.6) transparent;
}
#big_slider .swiper-slide h1:after {
	position: absolute;
	content: ' ';
	height: 100%;
	width: 0;
	height: 0;
	right: -16px;
	border-style: solid;
	border-width: 0 0 48px 16px;
	border-color: transparent transparent transparent rgba(0, 0, 0, 0.6);
}
#big_slider .swiper-content {
	display: flex;
	justify-content: center;
	overflow: hidden;
}
#big_slider .swiper-content img {
	flex: none;
}
#big_slider .swiper-content-background {
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
}
#big_slider #big_slider_pages {
	position: absolute;
	bottom: 1em;
	left: 0;
	right: 0;
	margin: auto;
	height: 1em;
	width: 100%;
	z-index: 1003;
	text-align: center;
	max-width: 940px;
}
#big_slider .swiper-pagination {
	width: 100%;
	display: block;
	text-align: center;
}
#big_slider_pages .swiper-pagination-bullet {
	opacity: 0.6;
	width: 1em;
	height: 1em;
	background: #fff;
	margin: 0 0.3em;
	border: none;
	border-radius: 100%;
	position: relative;
}
.bikepage #big_slider_pages .swiper-pagination-bullet,
.accessoirespage #big_slider_pages .swiper-pagination-bullet {
	opacity: 0.4 !important;
	background: #333 !important;
}
#big_slider_pages .swiper-pagination-bullet-active {
	opacity: 1;
	background-color: transparent;
}
.bikepage #big_slider_pages .swiper-pagination-bullet-active,
.accessoirespage #big_slider_pages .swiper-pagination-bullet-active {
	opacity: 1 !important;
	background-color: transparent !important;
}
#big_slider_pages .swiper-pagination-bullet-active:before {
	position: absolute;
	content: '\f192';
	font-family: FontAwesome;
	font-size: 1.5em;
	left: -0.1em;
	top: -0.25em;
	opacity: 1;
	color: #eee;
	background-color: transparent;
}
.bikepage #big_slider_pages .swiper-pagination-bullet-active:before,
.accessoirespage #big_slider_pages .swiper-pagination-bullet-active:before {
	opacity: 1 !important;
	color: #aaa !important;
}
#big_slider #big_slider_buttons {
	position: absolute;
	height: 5em;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 940px;
	width: 100%;
	z-index: 1001;
	text-align: center;
	line-height: 5em;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 0;
}
#big_slider #big_slider_buttons i {
	font-size: 20.8px;
	line-height: 90px;
}
#big_slider #big_slider_buttons .swiper-prev-button {
	position: absolute;
	height: 90px;
	width: 32px;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	color: #eee;
	cursor: pointer;
}
#big_slider #big_slider_buttons .swiper-prev-button:before {
	position: absolute;
	content: ' ';
	height: 100%;
	width: 0;
	height: 0;
	top: -8px;
	left: 0;
	border-style: solid;
	border-width: 0 0 8px 32px;
	border-color: transparent transparent rgba(0, 0, 0, 0.6) transparent;
}
#big_slider #big_slider_buttons .swiper-prev-button:after {
	position: absolute;
	content: ' ';
	height: 100%;
	width: 0;
	height: 0;
	bottom: -8px;
	left: 0;
	border-style: solid;
	border-width: 0 0 8px 32px;
	border-color: transparent transparent transparent rgba(0, 0, 0, 0.6);
}
#big_slider #big_slider_buttons .swiper-next-button {
	position: absolute;
	height: 90px;
	width: 32px;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.6);
	color: #eee;
	cursor: pointer;
}
#big_slider #big_slider_buttons .swiper-next-button:before {
	position: absolute;
	content: ' ';
	height: 100%;
	width: 0;
	height: 0;
	top: -8px;
	left: 0;
	border-style: solid;
	border-width: 0 0 8px 32px;
	border-color: transparent transparent rgba(0, 0, 0, 0.6) transparent;
}
#big_slider #big_slider_buttons .swiper-next-button:after {
	position: absolute;
	content: ' ';
	height: 100%;
	width: 0;
	height: 0;
	bottom: -8px;
	left: 0;
	border-style: solid;
	border-width: 0 0 8px 32px;
	border-color: transparent transparent transparent rgba(0, 0, 0, 0.6);
}

#homepage {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	box-sizing: border-box;
}
#homepage .item {
	padding: 2em 0 3em 0;
	margin-bottom: 1em;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 1px solid #e3e3e3;
}
#homepage .item h1 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 1.6em;
	margin-top: 2em;
	margin-bottom: 2em;
}
#homepage .item a {
	color: #000;
	text-decoration: none;
	font-weight: 400;
}
#homepage .pitem {
	width: 50%;
	box-sizing: border-box;
	float: left;
}
#homepage .pitem.title {
	width: 100%;
}
#homepage .item.one .pitem {
	width: 100%;
}
#homepage .item.two .pitem.content {
	width: 45%;
}
#homepage .item.two .pitem.image {
	width: 55%;
}
#homepage .item.two .pitem.image img {
	width: 100%;
	height: auto;
}
#homepage .item:first-child {
	border-top: none;
}
#homepage .item.two:nth-child(odd) .pitem.content {
	order: 3;
	padding-right: 0;
	padding-left: 4em;
}
#homepage .item.two:nth-child(odd) .pitem.image {
	order: 2;
}
#homepage .item.two:nth-child(even) .pitem.content {
	order: 2;
	padding-left: 0;
	padding-right: 4em;
}
#homepage .item.two:nth-child(even) .pitem.image {
	order: 3;
}

#category {
	box-sizing: border-box;
}
#catcontent {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	padding: 2em 0;
	margin-bottom: 1em;
}
/*#catcontent {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 1px solid #e3e3e3;
}*/
#catcontent h1 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 1.6em;
	margin-top: 2em;
	margin-bottom: 2em;
}
#catcontent .slides {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 2em;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
#catcontent .slides .pitem {
	/*float: left;*/
	box-sizing: border-box;
}
#catcontent .slides .pitem  h1 {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0 1em;
}
#catcontent .slides .pitem a {
	color: #000;
	text-decoration: none;
}
#items {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
#items .item {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	padding: 2em 0 3em 0;
	margin-bottom: 1em;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 1px solid #e3e3e3;
	box-sizing: border-box;
	position: relative;
}
#items .item h1 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 1.6em;
	margin-top: 2em;
	margin-bottom: 2em;
}
#items .item a {
	color: #000;
	text-decoration: none;
	font-weight: 400;
}
#items .pitem {
	width: 50%;
	box-sizing: border-box;
	float: left;
}
#items .pitem.title {
	width: 100%;
	order: 0;
}
#items .wide {
	order: 1;
	height: 24.375em;
	overflow: hidden;
	position: relative;
	background-position: center center;
	background-size: cover;
}
#items .wide img {
	display: none;
}
#items .wide + .item .title {
	position: absolute;
	top: -3em;
}
#items .wide + .item .title h1 {
	margin: 0;
	padding: 0;
	color: #eee;
}
#items .wide .slideswrap {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 100;
	position: absolute;
	bottom: 1.1em;
}
#items .wide .slides {
	width: 100%;
	max-width: 940px;
	position: absolute;
	bottom: 1.1em;
	left: 0;
	right: 0;
	z-index: 100;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 2em auto 0 auto;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
#items .wide .slides .pitem {
	float: left;
	box-sizing: border-box;
	width: auto;
	/*margin-left: auto;*/
}
#items .wide .slides .pitem  h1 {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	margin: 0 1em;
}
#items .wide .slides .pitem a {
	color: #eee;
	text-decoration: none;
}
#items .wide .order1 .pitem:nth-child(1) h1 {
	font-weight: 400;
}
#items .wide .order2 .pitem:nth-child(2) h1 {
	font-weight: 400;
}
#items .wide .order3 .pitem:nth-child(3) h1 {
	font-weight: 400;
}
#items .wide .order4 .pitem:nth-child(4) h1 {
	font-weight: 400;
}
#items .wide .order5 .pitem:nth-child(5) h1 {
	font-weight: 400;
}
#items .pitem.content {
	order: 3;
}
#items .pitem.image,
#items .pitem.images {
	order: 4;
}
#items .pitem.youtube {
	order: 5;
}
#items .item.one .pitem {
	width: 100%;
}
#items .item.two .pitem.image img {
	width: 100%;
	height: auto;
}
#items .item.two:nth-child(even) .pitem.content {
	order: 4;
	padding-right: 0;
	padding-left: 4em;
}
#items .item.two:nth-child(even) .pitem.image {
	order: 3;
}
#items .item.two:nth-child(even) .pitem.content {
	order: 3;
	padding-left: 0;
	padding-right: 4em;
}
#items .item.two:nth-child(even) .pitem.image {
	order: 4;
}
#items .item.one .pitem.images img {
	width: 49%;
	margin: 0 0.5%;
}
.Technologies, .Technologien, .Технологии {
	background: #000;
	color: #eee;
	overflow: hidden;
}
.Technologies .item, .Technologien .item, .Технологии .item {
	border-top: 1px solid #666 !important;
}
.Technologies .slides .pitem a, .Technologien .slides .pitem a, .Технологии .slides .pitem a {
	color: #eee !important;
}

#items .bikes,
#items .accessoires {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#items .bikes .category,
#items .accessoires .category {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 1em;
	width: 100%;
	box-sizing: border-box;
}
#items .bikes .category h1,
#items .accessoires .category h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	width: 100%;
	margin: 1em 0 1em 0;
}
#items .bikes .category a,
#items .accessoires .category a {
	text-decoration: none;
	color: #333;
}
#items .bikes .content,
#items .accessoires .content {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 1em;
	width: 33%;
	box-sizing: border-box;
	text-align: center;
	margin: 0 0 2em 0;
}
#items .bikes .content h1,
#items .accessoires .content h1 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 1.6em;
	width: 100%;
	margin: 1em 0 1em 0;
}
#items .bikes .content a,
#items .accessoires .content a {
	text-decoration: none;
	color: #333;
}
#items .bikes .content img,
#items .accessoires .content img {
	width: 100%;
	height: auto;
}

#bike,
#accessoires {
	width: 100%;
	max-width: 940px;
	margin: 2em auto;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 1em;
	box-sizing: border-box;
}
#bike h1,
#accessoires h1 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	font-size: 1.6em;
	width: 100%;
	margin: 1em 0 1em 0;
}
#bike h2,
#accessoires h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	width: 100%;
	margin: 1em 0 1em 0;
}
#bike p,
#accessoires p {
	margin: 0.2em;
}

#adlermapwrap,
#dealerLaufwrap {
	width: 100%;
	height: 30em;
	position: relative;
}
#adlermap,
#dealerLauf {
	width: 100%;
	height: 30em;
}

#prefooter {
	min-height: 5em;
	background: #f6f6f6;
	padding: 2em 0;
	font-family: 'Roboto Condensed', sans-serif;
}
#prefooter #links {
	list-style: none;
	overflow: hidden;
	max-width: 940px;
	width: 100%;
	margin: 0 auto;
	color: #333;
}
#prefooter #links li {
	width: 25%;
	float: left;
	position: relative;
	line-height: 1.9em;
}
#prefooter #links li:nth-child(3):before {
	content: '\f095';
	font-family: FontAwesome;
	font-size: 1.3em;
	left: -1.7em;
	top: 0em;
	position: absolute;
	border: 1px solid #000;
	border-radius: 1.3em;
	width: 1.3em;
	height: 1.3em;
	text-align: center;
	line-height: 1.5em;

}
#prefooter #links li:nth-child(4):before {
	content: '\f0e0';
	font-family: FontAwesome;
	font-size: 1.1em;
	left: -2em;
	top: 0em;
	position: absolute;
	border: 1px solid #000;
	border-radius: 1.6em;
	width: 1.6em;
	height: 1.6em;
	text-align: center;
	line-height: 1.6em;

}
#prefooter #links a {
	color: #333;
	text-decoration: none;
}
#prefooter hr {
	border: 0;
	margin: 1em auto;
	padding: 0;
	background: #e3e3e3;
	height: 1px;
	max-width: 940px;
	width: 100%;
}
#prefooter #bmenu {
	height: auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	max-width: 940px;
	width: 100%;
	margin: 0 auto;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #333;
}
#prefooter #bmenu div {
	width: 25%;
	box-sizing: border-box;
	padding: 1em 1.6em;
	font-size: 0.9em;
	line-height: 1.6em;
}
#prefooter #bmenu div h1 {
	font-weight: bold;
	font-size: 1em;
}
#prefooter #bmenu a {
	color: #333;
	text-decoration: none;
}
#footer {
	height: 10em;
	background: #000;
	color: #ccc;
	padding: 0 1em;
	width: 100%;
	box-sizing: border-box;
}
#footer ul {
	max-width: 940px;
	width: 100%;
	margin: 0 auto;
	list-style: none;
	padding: 0;
}
#footer li:nth-child(1) {
	float: left;
}
#footer li:nth-child(2) {
	float: right;
}

#main_block {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	display: none;
}
#mobile_menu_panel {
	overflow: hidden;
	position: fixed;
	width: 15em;
	height: 100%;
	left: -15em;
	top: 0px;
	padding-top: 9em;
	background: #eeeef0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#mobile_menu_panel ul {
	list-style: none;
	margin: 1.7em 0;
}
#mobile_menu_panel li {
	margin: 0.7em 0;
	font-size: 1.3em;
	font-weight: 300;
}
#mobile_menu_panel a {
	color: #6e7482;
	text-decoration: none;
}
#mobile_menu_panel a:hover {
	color: #000;
}
.open_mobile_menu {
	left: 0em !important;
}
.open_content {
	margin-left: 15em;
}

form {
    width: 50%;
    margin: 0 auto;
}
form img {
    float: left;
    margin-top: 1em;
}
.full {
    width: 100%;
    background: #ececec;
    margin: 1em auto;
    font-family: 'Roboto', sans-serif;
    font-size: 100%;
    border: 0;
    padding: 0.7em;
    box-sizing: border-box;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.fullbox {
    width: 100%;
    height: 12em;
    background: #ececec;
    margin: 1em auto;
    font-family: 'Roboto', sans-serif;
    font-size: 100%;
    border: 0;
    padding: 0.7em;
    box-sizing: border-box;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.half {
    width: 50%;
    background: #ececec;
    margin: 1em auto;
    font-family: 'Roboto', sans-serif;
    font-size: 100%;
    border: 0;
    padding: 0.7em;
    box-sizing: border-box;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.submit {
    width: 100%;
    background: #ececec;
    margin: 2em 0 0 0;
    font-family: 'Roboto', sans-serif;
    font-size: 100%;
    border: 0;
    padding: 0.7em;
    background: #000;
    color: #fff;
    box-sizing: border-box;
}
.highlight {
    background: red;
}

@media (min-width: 0px) and (max-width: 450px) {
	body {
		font-size: 80%;
	}
	#header #logo {
		width: 50%;
	}
	#header #order {
		display: none;
	}
	#header #menu {
		display: none;
	}
	#header #mobile {
		display: block;
		top: 4.7em;
	}
	#big_slider #big_slider_buttons i {
		line-height: 60px;
	}
	#homepage {
		padding: 0 1em;
	}
	#homepage .pitem {
		width: 100% !important;
		margin-bottom: 1em;
		padding: 0 !important;
	}
	#big_slider {
	    height: 400px !important;
	}
	#big_slider .swiper-content img {
	    height: 400px;
	}
	#big_slider {
		height: 25em;
	}
	#big_slider .swiper-slide h1 {
		width: 60%;
	}
	#big_slider #big_slider_buttons .swiper-prev-button {
		height: 90px;
	}
	#big_slider #big_slider_buttons .swiper-prev-button {
		height: 60px;
		width: 25px;
	}
	#big_slider #big_slider_buttons .swiper-prev-button:before {
		border-width: 0 0 8px 25px;
	}
	#big_slider #big_slider_buttons .swiper-prev-button:after {
		border-width: 0 0 8px 25px;
	}
	#big_slider #big_slider_buttons .swiper-next-button {
		height: 60px;
		width: 25px;
	}
	#big_slider #big_slider_buttons .swiper-next-button:before {
		border-width: 0 0 8px 25px;
	}
	#big_slider #big_slider_buttons .swiper-next-button:after {
		border-width: 0 0 8px 25px;
	}
	#category {
		padding: 0 1em;
	}
	#category #items .pitem {
		width: 100%;
		margin-bottom: 1em;
	}
	#category #items .pitem.images img {
		width: 100%;
	}
	#items .wide .slides .pitem {
		text-align: right;
	}
	#items .wide .slides {
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
	}
	#items .wide .slides .pitem h1 {
		display: inline-block;
	}
	/*#prefooter #links li:first-child {
		display: none;
	}*/
	#items .bikes .content,
	#items .accessoires .content {
		width: 50%;
	}
	#items .item .title {
		margin-left: 1em;
	}
	#bike,
	#accessoires {
		padding: 0 1em;
	}
	#prefooter #links li {
		width: 100%;
		margin-bottom: 1em;
	}
	#prefooter #bmenu div {
		width: 50%;
		font-size: 90%;
	}
	#footer li {
		text-align: center;
	}
	#footer li:nth-child(1) {
		float: none;
	}
	#footer li:nth-child(2) {
		float: none;
		margin-top: 1em;
	}
}
@media (min-width: 450px) and (max-width: 800px) {
	body {
		font-size: 90%;
	}
	#header #order {
		display: none;
	}
	#header #menu {
		display: none;
	}
	#header #mobile {
		display: block;
		top: 4.7em;
	}
	#big_slider {
	    height: 500px !important;
	}
	#big_slider .swiper-content img {
	    height: 500px;
	}
	#big_slider #big_slider_buttons i {
		line-height: 60px;
	}
	#big_slider #big_slider_buttons .swiper-prev-button {
		height: 90px;
	}
	#big_slider #big_slider_buttons .swiper-prev-button {
		height: 60px;
		width: 25px;
	}
	#big_slider #big_slider_buttons .swiper-prev-button:before {
		border-width: 0 0 8px 25px;
	}
	#big_slider #big_slider_buttons .swiper-prev-button:after {
		border-width: 0 0 8px 25px;
	}
	#big_slider #big_slider_buttons .swiper-next-button {
		height: 60px;
		width: 25px;
	}
	#big_slider #big_slider_buttons .swiper-next-button:before {
		border-width: 0 0 8px 25px;
	}
	#big_slider #big_slider_buttons .swiper-next-button:after {
		border-width: 0 0 8px 25px;
	}
	#homepage {
		padding: 0 1em;
	}
	#homepage .pitem {
		width: 100% !important;
		margin-bottom: 1em;
		padding: 0 !important;
	}
	#big_slider .swiper-slide h1 {
		width: 30%;
	}
	#category {
		padding: 0 1em;
	}
	#category .item {
		padding-left: 1em;
		padding-right: 1em;
	}
	#category .item .pitem {
		width: 100%;
		margin-bottom: 1em;
	}
	#bike,
	#accessoires {
		padding: 0 1em;
	}
	/*#prefooter #links li:first-child {
		display: none;
	}*/
	#prefooter #links li {
		width: 50%;
	}
	#prefooter #bmenu div {
		width: 50%;
	}
}
@media (min-width: 800px) and (max-width: 900px) {
	body {
		font-size: 90%;
	}
	#header #order {
		display: none;
	}
	#header #menu {
		right: 1em;
	}
	#homepage {
		padding: 0 1em;
	}
	#big_slider .swiper-slide h1 {
		width: 25%;
	}
	#category .item {
		padding-left: 1em;
		padding-right: 1em;
	}
	/*#prefooter #links li:first-child {
		display: none;
	}*/
	#prefooter #links li {
		width: 33%;
	}
	#prefooter #bmenu div {
		width: 50%;
	}
}
@media (min-width: 900px) and (max-width: 940px) {
	#header #order {
		display: none;
	}
	#header #menu {
		right: 1em;
	}
	#homepage {
		padding: 0 1em;
	}
	#category {
		padding: 0 1em;
	}
}
@media (min-width: 940px) and (max-width: 1000px) {
	#header #order {
		display: none;
	}
	#header #menu {
		right: 1em;
	}
}
