/*  GENERAL
	--------------------------------------------- */

	html {
		overflow-y: scroll;
	}
	
	html, body { 
		width: 100%;
		min-width: 320px;
		height: 100vh;
		margin: 0; 
		padding: 0; 
		font-family: 'redhat';
		font-size: 16px;
		line-height: 24px; 
		color: #475166;
		background: #fff;
		-webkit-text-size-adjust: 100%
	}

	strong {
		font-weight: 500;
	}

	a {
		color: #475166;
	}

	::-webkit-scrollbar {
		width: 20px;
	}

	::-webkit-scrollbar-track {
		background-color: transparent;
	}

	::-webkit-scrollbar-thumb {
		background-color: #cfdce1;
		border-radius: 20px;
		border: 6px solid transparent;
		background-clip: content-box;
	}

	::-webkit-scrollbar-thumb:hover {
		background-color: #a8bbbf;
	}

/*	GENERAL
	--------------------------------------------- */	

	.content__section {
		padding: 60px 0;
	}
	
	.content__contain {
		max-width: 1280px;
		margin: 0 auto;
		padding: 0 20px;
		position: relative;
	}
	
	.content__left {
		width: 50%;
		padding-right: 30px;
		max-width: 520px;
	}		
	
	.content__contain p {
		line-height: 26px;
	}
	
	.content__contain h1 {
		width: 100%;
		color: #0860b8;
		display: inline-block;
		font: 700 34px / 42px redhat, sans-serif;
	}
	
	.content__contain h2 {
		margin: 20px 0 5px;
		color: #00374e;
		font: 400 28px / 40px redhat, sans-serif;
	}
	
	.content__contain h3 {
		width: 100%;
		margin: 20px 0;
		display: inline-block;
		font: 400 28px / 36px redhat, sans-serif;
		font-weight: 400;
		font-size: 30px;
		color: #00374e;
	}
	
	.content__contain h4 {
		margin: 50px 0 20px;
		font: 400 28px / 32px redhat, sans-serif;
		color: #00374e;
	}
	
/*	HEADER
	--------------------------------------------- */

	.notification {
		max-width: 1280px;
		margin: 0 auto 30px;
		background: #f2e8cc;
		padding: 30px;
	}
	
	.notification p {
		margin-bottom: 0;
		font: 400 16px / 24px redhat, sans-serif;
	}

	.header {
		width: 100%;
		padding: 15px 0;
		z-index: 5;
		font-size: 0;
		background: #fff;
		-webkit-animation: fadeInHeader 1.5s;
		animation: fadeInHeader 1.5s;
	}
	
	.header__contain {
		max-width: 1280px;
		margin: 0 auto;
		padding: 0 20px;
	}

	@keyframes fadeInHeader {

		from { opacity: 0; }
		to   { opacity: 1; }

	}

	.header .logo {
		width: 100%;
		max-width: 213px;
		height: 46px;	
		display: inline-block;
		vertical-align: middle;
		background: url('/assets/img/logo-nlboot.svg') no-repeat center left / 100% auto;   
	}
	
	.header .navigation {
		width: calc(100% - 213px);
		display: inline-block;
		vertical-align: middle;
		text-align: right;
	}
	
	.header .navigation a {
		padding: 11px 12px;
		display: inline-block;
		font: 400 16px / 24px redhat, sans-serif;
		border-radius: 3px;
	}
	
	.header .navigation .cta {
		margin: 0 0 0 20px;
		padding: 11px 25px;
		display: inline-block;
		background: #ebac15 no-repeat calc(100% - 15px) center / 24px;
		color: #fff;
		font: 400 18px / 24px redhat, sans-serif;
		text-decoration: none;
		-webkit-border-radius: 300px;
		border-radius: 300px;
		-webkit-transition: all 100ms ease-in-out;
		transition: all 100ms ease-in-out;
	}

/*	CONTENT - BREADCRUMB
	--------------------------------------------- */ 

	.breadcrumb {
		width: 100%;
		margin: 0 0 10px;
		padding: 0;
		text-align: left;
		position: relative;
		z-index: 65;
	}

	.breadcrumb ol {
		width: 100%;
		margin: 0;
		padding-left: 0;
	}

	.breadcrumb ol,
	.breadcrumb ol li,
	.breadcrumb ol span {
		display: inline-block;
		vertical-align: middle;
	}

	.breadcrumb ol li,
	.breadcrumb ol li a,
	.breadcrumb ol span {
		font: 400 12px / 12px redhat, sans-serif;
	}

	.breadcrumb ol > span {
		margin: 0 5px;
	}
	
/*	CONTENT
	--------------------------------------------- */
	.content.presentation {
		font-size: 0;
	}
	
	.content__section.categories,
	.content__section.users {
		background: #f9f9f9;
	}
	
/*	CONTENT - CAROUSEL
	--------------------------------------------- */

	.carousel {
		padding: 10px 0;
		position: relative;
		z-index: 56;
		font-size: 0;
		
	}
		
	.carousel__title {
		width: 100%;
		margin: 0 0 20px;
		display: inline-block;
		font: 400 28px / 40px redhat, sans-serif;
	}
	
	.carousel__items {
		width: calc(25% - 23px);
		margin: 10px 10px 15px;
		padding: 15px;
		display: inline-block;
		vertical-align: top;
		background: #fff;
		-webkit-border-radius: 6px;
		transition: 100ms all ease;
		-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .055), 0 -2px 10px 0 rgba(255, 255, 255, 1);
	}

	
	.carousel__items:hover {
		box-shadow: 0 0.5rem 1rem -0.375rem rgba(0, 0, 0, .2);
		text-decoration: none;
	}
	
	.carousel__items > img {
		width: 100%;
		height: 77px;
		padding: 0;
		display: inline-block;
		vertical-align: top;
		object-fit: contain;
	}
	
	.carousel__users .slick-slide {
		padding: 10px 0;
		overflow: hidden;
		-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .055), 0 -2px 10px 0 rgba(255, 255, 255, 1);
	}
	
/*	CONTENT - FRONT - CATEGORIES
	--------------------------------------------- */

	.categories {
		padding: 60px 0;
		position: relative;
		z-index: 56;
		font-size: 0;
	}
	
	.categories h2 {
		margin: 0 0 30px;
		font: 400 28px / 40px redhat, sans-serif;
	}

	.categories a {
		width: calc(25% - 24px);
		margin: 10px 10px 0 0;
		padding: 0;
		display: inline-block;
		vertical-align: top;
		color: #2a2a2a;
		overflow: hidden;
		opacity: 0;
		text-align: left;
		text-decoration: none;
		-webkit-animation: fadeInUSP 1s;
		-webkit-animation-fill-mode: forwards;
		animation: fadeInUSP 1s;
		animation-fill-mode: forwards;
	}

	@keyframes fadeInUSP {

		100% {
			opacity: 1;
		}

	}

	.categories a:nth-of-type(1),
	.categories a:nth-of-type(2),
	.categories a:nth-of-type(3),
	.categories a:nth-of-type(4) {
		animation-delay: .1s;
	}

	.categories a:nth-of-type(5),
	.categories a:nth-of-type(6),
	.categories a:nth-of-type(7),
	.categories a:nth-of-type(8) {
		animation-delay: .2s;
	}

	.categories a:nth-of-type(-n+4) {
		margin-top: 0;
	}

	.categories a:nth-of-type(4n+4) {
		margin-right: 0;
	}

	.categories a .contain {
		width: 100%;
		padding: 5px 0;
		display: inline-block;
		vertical-align: middle;
		-webkit-transition: all 200ms ease;
		transition: all 200ms ease;
	}

	.categories a .contain p {
		margin: 0;
		font: 400 16px / 24px redhat, sans-serif;
		color: #2a2a2a;
		white-space: nowrap;
		overflow: hidden;
	}
	
	.categories a .total {
		color: #00374e;
		margin-left: 5px;
		padding: 5px 20px 3px 0;
		font-size: 16px;
		background: url('/assets/img/icons/icon-arrow-right-42b3cf.svg') no-repeat center right / 12px; 
	}
	
/*	CONTENT - FRONT - CAROUSEL
	--------------------------------------------- */
	
	.boats {
		background: #fff;
	}
		
	.boats .carousel-front .slick-next {
		right: -40px;
	}

	.boats .carousel-front .slick-prev {
		left: -40px;
	}	
	
	.boats a {
		width: 293px;
		height: auto;
		margin: 5px 10px;
		padding: 0;
		display: inline-block;
		vertical-align: top;
		position: relative;
		background: #fff;
		overflow: hidden;
		cursor: pointer;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		-webkit-transition: background 100ms ease;
		transition: background 100ms ease;
		-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .055), 0 -2px 10px 0 rgba(255, 255, 255, 1);
	}

	.boats a .thumb {	
		width: 100%;
		height: 220px;
		display: inline-block;
		vertical-align: middle;
		background: #fbfbfb no-repeat center / cover;
	}
	
	.boats a .thumb.not-found {
		background-color: #f7f7f7;
	}
	
	.boats a div.contain {
		width: 100%;
		padding: 30px;
		display: inline-block;
	}
	
	.boats a div.contain .title {
		width: 100%;
		height: 60px;
		margin-bottom: 5px;
		display: inline-block;
		color: #0860b8;
		font: 400 22px / 30px redhat, sans-serif;
		overflow: hidden;
	}
	
	.boats a div.contain .category {
		width: 100%;
		display: inline-block;
		font: 400 16px / 20px redhat, sans-serif;
	}
	
	.boats a div.contain .specifications {
		width: 100%;
		display: inline-block;
		font: 400 16px / 20px redhat, sans-serif;
	}
	
	.boats a div.contain .price {
		margin-bottom: 15px;
		display: inline-block;
		color: #000;
		text-align: center;
		font: 700 20px / 28px redhat, sans-serif;
	}
	
	.boats a div.contain p {
		font: 400 14px / 18px redhat, sans-serif;
	}
	
	.boats a div.contain .specification {
		width: 16px;
		height: 16px;
		margin-right: 10px;
		display: inline-block;
		vertical-align: middle;
		background: url('/assets/img/icons/icon-construction.svg') no-repeat center / 16px; 
	}
	
	.boats a .cta {
		position: absolute;
		right: 30px;
		bottom: 30px;
		color: #475166;
		text-decoration: none;
		font-size: 0;
	}
	
	.boats a .cta .arrow {
		width: 17px;
		height: 17px;
		margin-left: 5px;
		display: inline-block;
		vertical-align: middle;
		background: url('/assets/img/icons/icon-arrow-right.svg') no-repeat center / 14px;
	}
		
/*	CONTENT - PRESENTATIONS - FILTERS
	--------------------------------------------- */

	.filters  {
		width: 100%;
		padding: 0;
		background-color: rgba(8, 96, 184, .04);
		-webkit-animation: fadeInFilters 2s;
		animation: fadeInFilters 2s;
	}

	.filters h1,
	.filters span.title {
		width: 100%;
		margin: 70px 0 30px;
		display: inline-block;
		color: #fff;
		letter-spacing: -.025em;
		font: 700 30px / 36px redhat, sans-serif;
	}
	
	.filters h1 {
		margin-top: 50px;
	}

	@keyframes fadeInFilters {

		from { opacity: 0; }
		to   { opacity: 1; }

	}
	
	.filters .filters-contain {
		width: 100%;
		max-width: 100%;
		padding: 0 0 50px 0;
		display: inline-block;
		font-size: 0;
	}
	
	.filters .filters-contain .contain:not(:last-of-type) {
		margin: 0 0 20px 0;
	}

	.filters .filters-contain .contain:last-of-type {
		margin: 0;
	}
	
	.filters .column {
		width: calc(50% - 10px);
		display: inline-block;
		vertical-align: top;
	}
	
	.filters .column.price > .contain {
		width: calc(50% - 10px);
		margin: 0;
	}
	
	.filters .column.price > .contain:nth-child(1) {
		margin-right: 20px;
	}
	
	.filters .column:first-of-type {
		margin-right: 20px;
	}
	
	.column_title {
		width: 100%;
		display: inline-block;
		color: #00374e;
		font: 400 16px / 16px redhat, sans-serif;
	}
	
	.filters .column label {
		width: auto;
		margin: 0 0 8px;
		padding: 0;
		display: inline-block;
		color: #00374e;
		z-index: 20;
		font: 400 16px / 16px redhat, sans-serif;
	}
	
	.filters .column label.placeholder {
		margin: 0 !important;
		position: absolute;
		top: 15px;
		left: 12px;
		color: #00374e;
		font-weight: 400;
		cursor: text;
	}
	
	.filters .column.category {
		width: calc(60% - 20px);
		margin-bottom: 25px;
	}
	
	.filters .column.category .contain {
		padding-bottom: 10px;
	}
	
	.filters .column.submit {
		width: 100%;
	}
	
	.filters .column.submit .contain {
		padding-bottom: 0;
		border: 0;
	}
	
	.filters .column.category span.title-filter {
		margin: 0 0 15px;
		display: inline-block;
		color: #00374e;
		font: 400 15px / 17px redhat, sans-serif;
	}

	.filters .column.category label:first-of-type .radio + .radio-select {
		padding: 13px 10px;
	}
	
	.filters .column.category label {
		width: 18.4%;
		margin: 0;
	}
	
	.filters .column .contain-radio {
		width: 100%;
		display: flex;
		background: #fff;
		overflow: hidden;
		-webkit-border-radius: 2px;
	}
	
	.filters .column.category label {
		flex: 1;
	}
	
	.filters .column.category label[for=everything] {
		flex: 0 0 60px;
	}
	
	.filters .column.category label[for=motorboats] {
		flex: 0 0 17%;
	}
	
	.filters .column .radio {
		display: none;		
	}
	
	.filters .column .radio + .radio-select {
		width: 100%;
		padding: 13px 10px 13px 35px;
		display: inline-block;
		vertical-align: top;
		background: no-repeat 10px center / 24px;
		border-right: 1px solid #e7faff;
		cursor: pointer;
		color: #2a2a2a;
		text-align: center;
		font: 400 16px / 16px redhat, sans-serif;
		-webkit-transition: 100ms background-color ease;
		-webkit-border-radius: 3px;
	}
	
	.filters .column label:last-of-type .radio + .radio-select {
		border-right: 0;
	}
	
	.filters .column .radio:checked + .radio-select {
		background-color: #d6f7ff;		
	}
	
	.filters .column .radio#motorboats + .radio-select {
		background-image: url('/assets/img/icons/icon-category-motorboat.svg');
	}
	
	.filters .column .radio#sailboats + .radio-select {
		background-image: url('/assets/img/icons/icon-category-sailboat.svg');
	}
	
	.filters .column .radio#smallboats + .radio-select {
		background-image: url('/assets/img/icons/icon-category-smallboat.svg');
	}
	
	.filters .column .radio#motors + .radio-select {
		background-image: url('/assets/img/icons/icon-category-engine.svg');
	}
	
	.filters .column .radio#sloops + .radio-select {
		background-image: url('/assets/img/icons/icon-category-sloop.svg');
	}
	
	.filters .column .radio#trailers + .radio-select {
		background-image: url('/assets/img/icons/icon-category-trailer.svg');
	}
	
	.filters .advanced-filters {
		width: 100%;
		display: none;
	}
	
	.filters .advanced-filters.open {
		margin-bottom: 20px;
		display: inline-block !important;
	}
	
	.filters .advanced-filters-select {
		width: 100%;
		font: 400 16px / 24px redhat, sans-serif;	
	}
	
	.filters .advanced-filters-select p {
		margin: 0;
		padding-left: 24px;
		display: inline-block;
		cursor: pointer;
		color: #fff;
		background: url('/assets/img/icons/icon-plus.svg') no-repeat left center / 18px;
		-webkit-transition: ease opacity 200ms;
	}
	
	.filters .advanced-filters-select p.open {
		background-image: url('/assets/img/icons/icon-minus.svg');
	}
	
	.filters .advanced-filters-select .active-filters {
		margin-left: 20px;
		padding-left: 30px;
		background: url('/assets/img/icons/icon-filters.svg') no-repeat center left / 20px;
		color: #fff;
	}
	
	.filters .advanced-filters-select .reset-all-filters {
		margin-left: 10px;
		cursor: pointer;
		color: #fff;
	}
	
	.presentation .filters {
		max-width: 320px;
		padding-top: 0;
		display: inline-block;
		vertical-align: top;
		background: #fff;
		-webkit-border-radius: 3px;
		-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .025);
	}
	
	.presentation .filters .advanced-filters-select {
		padding: 0 20px;
	}
	
	.presentation .filters__contain {
		padding: 0 0 20px;
	}
	
	.presentation .filters .filters-contain {
		padding: 0;
	}
	
	.presentation .filter {
		border: 1px solid #ddd;
	}
	
	.presentation .filters:before {
		display: none;
	}
	
	.presentation .filters .contain {
		padding: 0 20px 30px;
		border-bottom: 8px solid #f9f9f9;
	}
	
	.presentation .filters .column.price > .contain {
		width: 100%;
	}
	
	.presentation .filters .column.price > .contain:nth-child(2) {
		margin-top: 20px;
	}

	.presentation .filters span.title {
		margin: 20px 0 10px;
		padding: 0 20px;
		font: 700 22px / 26px redhat,sans-serif;
	}
	
	.presentation .filters .column .contain-radio {
		display: inline-block;
	}
	
	.presentation .filters .column.category label {
		width: 100%;
		margin: 0;
	}
	
	.presentation .filters .column.category label:last-of-type {
		border-bottom: 0;
	}
	
	.presentation .filters .column .radio + .radio-select {
		padding-left: 50px;
		text-align: left;
		border: 0;
	}
			
	.presentation .filters .advanced-filters-select p {
		display: none;
	}
	
	.presentation .filters .advanced-filters-select .active-filters {
		margin-left: 0;
	}
	
	.presentation .filters .advanced-filters {
		margin-bottom: 20px;
		display: inline-block;
	}
	
	.presentation .filters .column {
		width: 100%;
		margin: 0;
	}
	
	.presentation .filters .column.right {
		margin-top: 20px;
	}
	
	.presentation .filters .column label {
		margin-bottom: 10px;
	}

	.presentation-settings {
		position: relative;
		margin: 0 0 20px 0;
	}

	.presentation-settings .setting {
		width: 100%;
		max-width: 240px;
		position: relative;
		display: inline-block;
		vertical-align: top;
		position: relative;
		-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .025);
	}

	.presentation-settings .setting:nth-of-type(1) {
		margin-right: 20px;
	}

	.presentation-settings .setting-active {
		width: auto;
		margin-right: 30px;
		padding: 10px 0;
	}

	.presentation-settings .filter-active .label {
		margin-right: 5px;
	}
	
	.presentation-settings .setting-filter-mode {
		margin: 0 20px 10px 0;
		padding: 10px 25px 10px 40px;
		display: none;
		background: #0860b8 url('/assets/img/icons/icon-filters.svg') no-repeat 10px center / 18px;
		color: #fff;
		font: 400 18px / 24px redhat, sans-serif;
		text-decoration: none;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-webkit-transition: all 100ms ease-in-out;
		transition: all 100ms ease-in-out;
	}
	
	.filter-mobile-close {
		margin: 20px 0 0 20px;
		padding: 10px 25px 10px 40px;
		display: none;
		background: #0860b8 url('/assets/img/icons/icon-filters.svg') no-repeat 10px center / 18px;
		color: #fff;
		font: 400 18px / 24px redhat, sans-serif;
		text-decoration: none;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-webkit-transition: all 100ms ease-in-out;
		transition: all 100ms ease-in-out;
	}

	.presentation-settings .setting-layout {
		width: auto;
		background-color: #fff;
		overflow: hidden;
		-webkit-border-radius: 3px;
	}

	.presentation-settings .setting-layout div.mode {
		width: 44px;
		height: 44px;
		display: inline-block;
		vertical-align: top;
		background: no-repeat center / 16px;
		-webkit-transition: all 100ms ease-in-out;
		transition: all 100ms ease-in-out;
	}

	.presentation-settings .setting-layout div.mode:nth-of-type(2) {
		background-image: url('/assets/img/icons/icon-layout-block-light.svg');
	}

	.presentation-settings .setting-layout div.mode.active:nth-of-type(2) {
		background-image: url('/assets/img/icons/icon-layout-block.svg');
	}

	.presentation-settings .setting-layout div.mode:nth-of-type(1) {
		background-image: url('/assets/img/icons/icon-layout-row-light.svg');
	}

	.presentation-settings .setting-layout div.mode.active:nth-of-type(1) {
		background-image: url('/assets/img/icons/icon-layout-row.svg');
	}

/*	CONTENT - PRESENTATIONS - NAVIGATION
	--------------------------------------------- */
	
	.presentation-found {
		margin-right: 20px;
		display: inline-block;
		vertical-align: middle;
		font: 400 16px / 24px redhat, sans-serif;	
	}
	
	.presentation-navigation {
		width: 100%;
		font-size: 0;
	}

	.presentation-navigation.bottom {
		margin-top: 20px;
	}

	.presentation-navigation div.contain {
		display: inline-block;
		vertical-align: middle;
		font-size: 0;
	}

	.presentation-button {
		width: auto;
		padding: 0 5px;
		display: inline-block;
		vertical-align: middle;
		color: #475166;
		font: 400 16px / 24px redhat, sans-serif;
		text-align: center;
		cursor: pointer;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-webkit-transition: ease opacity 100ms;
		transition: ease opacity 100ms;
		-webkit-user-select: none;
		-moz-user-select: none;
		-khtml-user-select: none;
		-ms-user-select: none;
	}

	.presentation-button.previous {
		padding-left: 0;
	}

	.presentation-button.next {
		padding-right: 0;
	}


	.presentation-button.disabled {
		opacity: .4;
		pointer-events: none;
	}

	.presentation-pagination {
		display: inline-block;
		vertical-align: middle;
		font-size: 0;
	}

	.presentation-pagination .pagination-item {
		margin: 0 5px;
		display: inline-block;
		vertical-align: middle;
		text-align: center;
		cursor: pointer;
		font: 400 16px / 24px redhat, sans-serif;	
		-webkit-user-select: none;
		-moz-user-select: none;
		-khtml-user-select: none;
		-ms-user-select: none;
	}

	.presentation-pagination .pagination-item.active {
		color: #3aadc8;
	}
	
	.presentation-pagination .pagination-seperator {
		margin: 0 5px;
		display: inline-block;
		vertical-align: middle;
		font: 400 14px / 24px redhat, sans-serif;	
	}
	
	.seo-content {
		margin-bottom: 20px;
		font: 400 14px / 24px redhat, sans-serif;
	}
	
	.seo-content h1 {
		margin: 0 0 5px;
		font: 700 24px / 32px redhat, sans-serif;
	}
	
	.seo-content h2 {
		margin-bottom: 5px;
		color: #0860b8;
		font: 700 32px / 40px redhat, sans-serif;
	}
	
	.seo-content h3 {
		margin: 30px 0 0 0;
		font: 700 22px / 32px redhat, sans-serif;
	}
	
	.seo-content p {
		margin-bottom: 0;
		font: 400 14px / 24px redhat, sans-serif;
	}
	
	.seo-content.bottom {
		max-width: 1280px;
		margin: 50px auto 0;
		padding: 50px 0;
	}
	
	.seo-content strong {
		font-weight: 700;
	}
	
/*	CONTENT - PRESENTATIONS - LISTING
	--------------------------------------------- */
	.content__section.presentation-list {
		background: #f9f9f9;	
	}

	.presentation-wrapper {
		width: calc(100% - 350px);
		margin-left: 30px;
		display: inline-block;
		vertical-align: top;
	}

	.presentation-contain {
		width: 100%;
		min-height: 414px;
		margin: 20px 0;
	}
	
	.presentation-contain.loading {
		background: url('/assets/img/icons/icon-loading.svg') no-repeat center / 100px;
	}
	
	.presentation-contain .nothing-found {
		min-height: 320px;
		padding: 220px 0 0 0;
		background: url('/assets/img/icons/icon-nothing-found.svg') no-repeat center / auto 100px; 
		text-align: center;
		font: 400 20px / 28px redhat, sans-serif;
	}
	
	.presentation-contain .nothing-found .reset-all-filters {
		color: #35a9c5;
		cursor: pointer;
		text-decoration: underline;
	}

	.presentation-contain a {
		width: 100%;
		margin: 15px 0 0 0;
		display: inline-block;
		vertical-align: top;
		position: relative;
		background: #fff;
		cursor: pointer;
		overflow: hidden;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		-webkit-transition: ease 200ms background-color;
		transition: ease 200ms background-color;
		-webkit-border-radius: 4px;
		-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .075);
	}
	
	.presentation-contain a:first-of-type {
		margin-top: 0;
	}

	.presentation-contain .thumbnail {
		width: 100%;
		max-width: 300px;
		height: 225px;
		display: inline-block;
		vertical-align: middle;
		background: #f9f9f9 no-repeat center / contain;
		-webkit-border-radius: 4px;
	}

	.presentation-contain .contain {
		width: calc(100% - 300px);
		padding: 15px 30px;
		display: inline-block;
		vertical-align: middle;
		position: relative;
	}
	
	.presentation-contain .contain .title {
		width: 100%;
		padding-right: 165px;
		margin-bottom: 5px;
		display: inline-block;
		vertical-align: top;
		color: #0860b8;
		font: 400 22px / 30px redhat, sans-serif;
	}
	
	.presentation-contain .contain .category {
		width: 100%;
		margin: 0 0 5px;
		display: inline-block;
		font: 400 16px / 24px redhat, sans-serif;
	}
	
	.presentation-contain .contain .company {
		width: calc(100% - 60px);
		margin-top: 10px;
		position: absolute;
		bottom: 30px;
		left: 30px;
		color: #3aadc8;
		font: 700 18px / 24px redhat, sans-serif;
	}
	
	.presentation-contain .contain .company .presentation-by {
		font-weight: 400;
		font-size: 16px;
		color: #475166;
	}

	.presentation-contain .contain .price {
		margin-top: 10px;
		display: inline-block;
		color: #000;
		text-align: center;
		font: 700 20px / 28px redhat, sans-serif;
	}
	
	.presentation-contain .contain .specifications {
		width: 100%;
		margin-top: 20px;
		display: inline-block;
		font: 400 16px / 20px redhat, sans-serif;
	}
	
	.presentation__logo {
		width: 100%;
		max-width: 150px;
		height: 77px;
		background: #fff;
		object-fit: contain;
		position: absolute;
		right: 30px;
		top: 20px;
		font: 400 16px / 20px redhat, sans-serif;
		-webkit-border-radius: 6px;
	}
	
	.presentation__cta {
		padding-right: 24px;
		position: absolute;
		right: 30px;
		bottom: 15px;
		background: url('/assets/img/icons/icon-arrow-right.svg') no-repeat calc(100% - 5px) center / 13px;
		font: 400 16px / 27px redhat, sans-serif;
	}
	
	.presentation__cta:hover {
		text-decoration: underline;
	}
	
/*	CONTENT - PRESENTATIONS - COLUMN
	--------------------------------------------- */
	.presentation-contain.column a {
		width: calc(33.33333333% - 20px);
		margin: 30px 30px 0 0;
	}
	
	.presentation-contain.column a:nth-of-type(-n+3) {
		margin-top: 0;
	}
	
	.presentation-contain.column a:nth-of-type(3n+3) {
		margin-right: 0;
	}
	
	.presentation-contain.column a .thumbnail {
		width: 100%;
		max-width: 100%;
		height: 208px;
	}
	
	.presentation-contain.column a .contain {
		width: 100%;
		padding: 30px;
	}
	
	.presentation-contain.column a .presentation__logo {
		max-width: 100px;
		height: 50px;
		top: -50px;
		-webkit-border-radius: 6px 6px 0 0;
	}
	
	.presentation-contain.column a .title {
		width: 100%;
		padding: 0;
		min-height: 60px;
	}

/*	CONTENT - PRESENTATIONS - DETAIL
	--------------------------------------------- */	
	.detail-header {
		width: 100%;
		min-height: 500px;
		margin: 30px 0;
		position: relative;
		font-size: 0;
		-webkit-border-radius: 3px;
	}
	
	.detail-header .go-back {
		width: 100%;	
		margin: 15px 0 10px 0;
	}
	
	.detail-header .go-back a {
		padding-left: 30px;
		background: url('/assets/img/icons/icon-arrow-left-003366.svg') no-repeat left center / 18px; 
		font: 400 18px / 18px redhat, sans-serif;
	}
	
	.detail-carousel {
		width: 100%;
		max-width: 768px;
		height: auto;
		display: inline-block;
		vertical-align: top;
		text-align: center;
	}
	
	.carousel-detail {
		-webkit-border-radius: 6px;
		-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .055), 0 -2px 10px 0 rgba(255, 255, 255, 1);
		background: #f7f7f7 no-repeat center / 50%;
	}
	
	.detail-carousel.no-images {
		height: 576px;
		background-image: url("/assets/img/icons/icon-no-image.svg");
	}

	.carousel-detail .slick-slide {
		position: relative;
	}
	
	.carousel-detail .slick-slide iframe {
		width: 100%;
		height: 576px;
		display: inline-block;
		vertical-align: top;
		position: relative;
		z-index: 10;
		border: 0;
		filter: blur(1px);
		background-size: cover;
		background-position: center;
	}
	
	.carousel-detail .slick-slide .video-overlay {
		height: 100%;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 11;
		cursor: pointer;
		transition: ease opacity 100ms;
	}
	
	.carousel-detail .slick-slide .video-overlay:before {
		content: "Bekijk video";
		width: 120px;
		height: 20px;
		padding-top: 80px;
		margin: auto;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		text-align: center;
		color: #fff;
		background: url('/assets/img/icons/icon-play-black.svg') no-repeat top center / 80px;
		font: 400 20px / 28px redhat, sans-serif;
	}
	
	.carousel-detail .slick-slide img {
		width: 100%;
		object-fit: contain;
		object-position: center;	
		-webkit-border-radius: 6px;
	}
	
	.detail-specifications {
		width: calc(100% - 818px);
		min-height: 576px;
		margin-left: 50px;
		padding: 50px;
		display: inline-block;
		vertical-align: top;
		position: relative;
		background: #f9f9f9;
		-webkit-border-radius: 6px;
	}
	
	.detail-specifications h1 {
		width: 100%;
		height: 80px;
		margin: 0 0 10px;
		display: inline-block;
		vertical-align: top;
		color: #0860b8;
		overflow: hidden;
		font: 400 32px / 40px redhat, sans-serif;
	}
	
	.detail-specifications span {
		width: 100%;
		margin-bottom: 5px;
		display: inline-block;
		vertical-align: top;
		font: 400 16px / 20px redhat, sans-serif;
	}
	
	.detail-specifications .price {
		width: 100%;
		margin: 0 0 10px;
		display: inline-block;
		color: #fff;
	}
	
	.detail-specifications .price .value {
		width: auto;
		margin: 0 15px 0 0;
		padding: 0;
		display: inline-block;
		vertical-align: top;
		color: #000;
		text-align: left;
		font: 700 26px / 34px redhat, sans-serif;
	}
	
	.shop__buydirect {
		padding: 0 10px;
		display: inline-block;
		vertical-align: middle;
		background: #ebac15;
		color: #fff;
		font: 400 16px / 34px redhat, sans-serif;
		-webkit-border-radius: 6px;
	}
	
	.detail-specifications .spec {
		width: calc(33.333333333333% - 14px);
		margin-right: 21px;
		padding: 15px 0;
		display: inline-block;
		vertical-align: top;
		color: #00374e;
		font: 400 16px / 24px redhat, sans-serif;
		-webkit-border-radius: 3px;
	}
	
	.detail-specifications .spec:nth-of-type(3n+3) {
		margin-right: 0;
	}

	.detail-specifications .spec.modelmotor { 
		margin-right: 0;
	}
	
	.detail-specifications .spec .label {
		width: 100%;
		margin-bottom: 10px;
		display: inline-block;
		font: 400 14px / 14px redhat, sans-serif;
	}
	
	.detail-specifications .spec .value {
		font: 400 20px / 20px redhat, sans-serif;
	}
	
	.detail-specifications .call-to-action {
		width: 100%;
		display: inline-block;
		margin-top: 15px;		
	}
        
        .detail-specifications .specifications .website {
		width: 100%;
		margin-bottom: 15px;
		display: inline-block;
		vertical-align: top;
		font: 400 16px / 20px redhat, sans-serif;
		cursor: pointer;
		padding: 0 0 0 30px;
		box-sizing:border-box;
		background: no-repeat 0 top / 14px;
		background-image: url(/assets/img/icons/icon-finance.svg);
		background-size: 18px;
	}
	
	.call-to-action > img {
		position: static;
	}
	
	.detail-specifications .call-to-action .dealer .name {
		width: 100%;
		margin: 0 0 5px;
		display: inline-block;
		color: #000;
		font: 400 18px / 26px redhat, sans-serif;
	}
	
	.detail-specifications .call-to-action .dealer .name strong {
		font: 400 20px / 30px redhat, sans-serif;
	}
	
	.detail-specifications .call-to-action .dealer .phonenumber {
		width: 100%;
		margin-bottom: 0;
		display: inline-block;
		vertical-align: top;
		font: 400 16px / 20px redhat, sans-serif;
		cursor: pointer;
	}
	
	.detail-specifications .call-to-action .dealer .website {
		width: 100%;
		margin-bottom: 15px;
		display: inline-block;
		vertical-align: top;
		font: 400 16px / 20px redhat, sans-serif;
		cursor: pointer;
	}
	
	.detail-specifications .call-to-action .button {
		width: 100%;
		margin-right: 0;
		padding: 7px 0 9px 30px;
		display: inline-block;
		background: no-repeat 0 center / 14px;
		text-align: left;
		color: #475166;
		font: 400 16px / 16px redhat, sans-serif;
		text-decoration: none;
		cursor: pointer;
		-webkit-border-radius: 3px;	
		-webkit-transition: 200ms ease background;
	}

	.detail-specifications .call-to-action .button:last-of-type {
		margin-right: 0;
	}
	
	.detail-specifications .call-to-action .button[data-form=trade] {
		background-image: url(/assets/img/icons/icon-cta-trade.svg);
	}
	
	.detail-specifications .call-to-action .button[data-form=trial] {
		background-image: url(/assets/img/icons/icon-cta-trial.svg);
		background-size: 26px;
	}
	
	.detail-specifications .call-to-action .button[data-form=question] {
		background-image: url(/assets/img/icons/icon-cta-question.svg);
	}
	
	.carousel-thumbs {
		max-width: 768px;
		max-height: 113px;
		margin: 20px 0 0;
		overflow: hidden;
	}
	
	.carousel-thumbs .not-slick {
		margin: 0 20px 0 0;
		-webkit-border-radius: 3px;
	}
	
	.carousel-thumbs .not-slick:last-of-type {
		margin-right: 0;
	}
	
	.carousel-thumbs .slick-slide {
		height: 113px;
		margin: 0 20px 0 0;
		cursor: pointer;
	}
	
	.carousel-thumbs.slick-initialized .slick-slide {
		width: 145px;
		height: 113px;
		margin: 0;
		margin: 5px;
		outline: none !important;
		position: relative;
	}

	.carousel-thumbs .image {
		width: 100%;
		height: 106px;
		display: inline-block;
		vertical-align: top;
		object-fit: cover;
		object-position: center;
		-webkit-border-radius: 6px;
		-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .055), 0 -2px 10px 0 rgba(255, 255, 255, 1);
	}
	
	.carousel-thumbs .slick-slide .iframe {
		filter: blur(1px);
	}
	
	.carousel-thumbs .slick-slide .video-overlay {
		height: 100%;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 11;
		cursor: pointer;
		transition: ease opacity 100ms;
	}

	.carousel-thumbs .slick-slide .video-overlay:before {
		content: "";
		width: 80px;
		height: 80px;
		margin: auto;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		text-align: center;
		color: #fff;
		background: url('/assets/img/icons/icon-play-black.svg') no-repeat top center / 80px;
		font: 400 20px / 28px redhat, sans-serif;
	}

	.attributes h2,
	.accessoires h2,
	.description h2 {
		width: 100%;
		display: inline-block;
		margin-bottom: 20px;
		color: #00374e;
		font: 400 34px / 34px redhat, sans-serif;
	}
	
	.attributes {
		margin-top: 50px;
		font-size: 0;
	}
	
	.attributes__group {
		width: 20%;
		margin-bottom: 30px;
		display: inline-block;
		vertical-align: top;
	}
	
	.attributes__category {
		width: 100%;
		margin-bottom: 15px;
		display: inline-block;
		vertical-align: top;
		font: 500 14px / 14px redhat, sans-serif;
	}
	
	.attributes__value {
		width: 100%;
		padding: 0;
		display: inline-block;
		font: 700 20px / 26px redhat, sans-serif;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	.accessoires {
		margin-top: 50px;
		font-size: 0;
	}
	
	.accessoires__group {
		width: 20%;
		margin-bottom: 30px;
		display: inline-block;
		vertical-align: top;
	}
	
	.accessoires__category {
		width: 100%;
		margin-bottom: 15px;
		display: inline-block;
		vertical-align: top;
		font: 500 20px / 20px redhat, sans-serif;
	}
	
	.accessoires__value {
		width: 100%;
		padding: 0 20px 0 24px;
		display: inline-block;
		font: 400 15px / 18px redhat, sans-serif;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		background: url('/assets/img/icons/icon-list.svg') no-repeat left center / 16px;
	}
	
	.description {
		margin: 50px 0;
	}

/*	CONTENT - SUB - GENERAL
	--------------------------------------------- */	

	body:not(.front):not(.offer) div.header {
		position: static;
		background: #f9f9f9;
	}
	
/*	CONTENT - SUB - BECOME MEMBER
	--------------------------------------------- */	
	.content.become-member {
		min-height: 100%;
		position: relative;
		overflow: hidden;
		font-size: 0;
	}
	
	.content.become-member .content__section {
		padding: 0;
	}
	
	.content.become-member .content__section > img {
		width: 100%;
		height: 300px;
		object-fit: cover;
		object-position: bottom;
	}
		
	.become-member__title {
		width: 100%;
		margin: 0 0 20px 0;
		color: #475166;
		text-align: left;
		font: 700 40px / 54px redhat, sans-serif;
	}
	
	.become-member__subslogan {
		width: 100%;
		margin: 0 0 50px;
		color: #475166;
		text-align: left;
		font: 400 26px / 34px redhat, sans-serif;
	}
	
	.become-member__subslogan > span {
		font: 700 36px / 44px redhat, sans-serif;
	}
	
	.become-member__contain {
		position: relative;
		background: #238fcf;
	}
	
	.become-member__contain.white {
		background: #fff;
	}
	
	.become-member__center {
		max-width: 960px;
		margin: 0 auto;
		padding: 100px 20px;
		position: relative;
	}
	
	.part-one .become-member__center {
		max-width: 1280px;
		padding: 20px;
	}
	
	.become-member__left {
		width: 40%;
		display: inline-block;
		vertical-align: top;
		
	}
	
	.become-member__contain .become-member__left h2,
	.become-member__contain .become-member__left p {
		text-align: left;
	}
	
	.become-member__contain .become-member__left p strong {
		font-weight: 700;
	}

	.become-member__right {
		width: 60%;
		padding-left: 60px;
		display: inline-block;
		vertical-align: top;
	}
	
	.become-member__right_block {
		width: 100%;
	}
	
	.become-member__users {
		margin: 30px 0 60px;
	}
	
	.become-member__users .carousel__title {
		text-align: center;		
	}
	
	.become-member__wave {
		display: block;
		position: relative;
		height: 40px;
		width: 100%;
		background: #238fcf;
		transform: scale(1, 1);
	}

	.become-member__wave:before {
		content: "";
		display: block;
		position: absolute;
		border-radius: 100%;
		width: 100%;
		height: 300px;
		background-color: white;
		right: -25%;
		top: 20px
	}
	
	.become-member__wave.bottom:before {
		top: -20px;
		background-color: #238fcf;
	}

	.become-member__wave:after {
		content: "";
		display: block;
		position: absolute;
		border-radius: 100%;
		width: 100%;
		height: 300px;
		background-color: #238fcf;
		left: -25%;
		top: -240px;
		clip-path: ellipse(100% 15% at -15% 100%);
	}
	
	.become-member__wave.bottom:after {
		top: -280px;
		background-color: white;
	}
	
	.become-member__contain h2 {
		margin: 0 0 20px;
		text-align: center;
		font: 400 40px / 54px redhat, sans-serif;
	}
	
	.become-member__contain p {
		margin: 0 0 30px;
		text-align: center;
		font: 400 18px / 28px redhat, sans-serif;
	}
	
	.become-member__contain.part-one .become-member__right_block > img {
		width: 33.333333333%;
		height: 80px;
		padding: 15px 20px;
		display: inline-block;
		vertical-align: middle;
		object-fit: contain;
		
	}
	
	.become-member__contain.part-two ul {
		max-width: 768px;
		margin: 0 auto;
		padding: 0;
	}
	
	.become-member__contain.part-two ul li {
		padding: 10px 10px 10px 65px;
		list-style: none;
		color: #fff;
		font: 400 24px / 38px redhat, sans-serif;
		background: url(/assets/img/icons/icon-usps.svg) no-repeat left center / 60px;
		
	}
	
	.become-member__contain.part-four h2,
	.become-member__contain.part-four p {
		margin: 0;
		text-align: left;
		color: #fff;
		font-weight: 400;
	}
	
	.become-member__contain.part-four h2 > span {
		font-weight: 700;
	}
	
	.become-member__review_stars {
		width: 100%;
		margin-bottom: 30px;
		display: inline-block;
	}
	
	.become-member__review {
		margin-bottom: 30px;
	}
	
	.become-member__review > img {
		width: 200px;
		height: 200px;
		object-fit: cover;
		-webkit-border-radius: 100px;
		display: inline-block;
		vertical-align: middle;
	}
	
	.become-member__review_contain {
		width: calc(100% - 250px);
		margin-left: 50px;
		display: inline-block;
		vertical-align: middle;
	}
	
	.become-member__review_title {
		color: #fff;
		font: 700 24px / 28px redhat, sans-serif;
	}
	
	.become-member__review_star {
		width: 50px;
		height: 50px;
		display: inline-block;
		background: url(/assets/img/icons/icon-star.svg) no-repeat left center / 60px;
	}
	
	.become-member__contain.part-five h2,
	.become-member__contain.part-five p {
		text-align: left;	
	}
	
/*	CONTENT - SUB - BECOME MEMBER
	--------------------------------------------- */	
	.content.contact {
		min-height: 100%;
		position: relative;
		overflow: hidden;
	}
	
	.content.contact:before  {
		content: "";
		width: 50%;
		height: 1080px;
		position: absolute;
		right: 0;
		top: -50px;
		bottom: 0;
		background: url(/assets/img/contact.jpg) no-repeat center right / auto 100%;
	}
	
	.content.contact.open:before {
		top: 0;
	}

/*  CONTENT - SUB - FORM
	--------------------------------------------- */

	.content__section form.sub {
		margin-top: 0;
		padding: 0;
	}
	
	.content__section form.sub .contain {
		margin-bottom: 20px;
	}
	
	.content__section form.sub label {
		font-weight: 400;
	}
	
	.content__section form.sub input[type=text],
	.content__section form.sub textarea {
		border: 1px solid #bdbab8;
	}
	
	.content__section form.sub input[type=text].error,
	.content__section form.sub textarea.error { 
		background: url(/assets/img/icons/icon-alert.svg) no-repeat calc(100% - 10px) center / 20px;
	}
	
/*  BRAND LISTING
	--------------------------------------------- */
	.carousel__brands a {
		width: 160px;
	}

	.brand-list {
		font-size: 0;
	}
	
	.brand-list .content__section {
		padding-top: 0;
		background: #f9f9f9;
	}
	
	.brand-list .content__section_header {
		width: 100%;
		height: auto;
	}
	
	.brand__detail_back {
		width: 100%;
		margin: 20px 0;
	}

	.brand__detail_back a {
		width: auto;
		padding-left: 20px;
		display: inline-block;
		color: #000;
		font: 400 16px / 24px redhat, sans-serif;
		background: url(/assets/img/icons/icon-arrow-left.svg) no-repeat left center / 14px;
	}
	
	.brand-list .content__section p {
		font: 400 16px / 24px 'redhat', sans-serif;
	}

	.brand-list .brands {
		margin-top: 20px;
		display: inline-block;
	}
	
	.brand-list a {
		width: calc(33.333333333% - 20px);
		margin: 30px 30px 0 0;
		display: inline-block;
		vertical-align: top;
		background: #fff;
		border-radius: 6px;
		transition: 100ms all ease;
		box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0, 0, 0, .1), 0 -2px 10px 0 rgba(255, 255, 255, 1);
	}
	
	.brand-list a:nth-of-type(3n+3) {
		margin-right: 0;
	}	
	
	.brand-list a:nth-of-type(-n+3) {
		margin-top: 0;
	}	
	
	.brand-list a:hover {
		box-shadow: 0 0.5rem 1.525rem -0.375rem rgba(0, 0, 0, .2);
		text-decoration: none;
	}
	
	.brand-list a img {
		width: 100%;
		height: 160px;
		padding: 30px;
		display: inline-block;
		vertical-align: top;
		border-bottom: 1px solid #eee;
		object-fit: contain;
		border-radius: 6px 6px 0 0;
		filter: grayscale(50%) saturate(150%);
	}
	
	.brand-list a .content {
		padding: 30px;
	}
	
	.brand-list a .content h2 {
		margin: 0 0 10px;
		line-height: 30px;
		font: 400 24px / 32px 'redhat', sans-serif;
		color: #000;
	}
	
	.brand-list a .content p {
		min-height: 200px;
		margin: 0;
		font: 400 16px / 26px 'redhat', sans-serif;
	}
	
	.brand-list a .content .read-more {
		width: 100%;
		display: inline-block;	
		margin-top: 15px;
		padding: 8px 10px;
		text-align: center;
		background: #0860b8;
		color: #fff; 
		font: 700 16px / 24px 'redhat', sans-serif;
		transition: 200ms ease all;
		border-radius: 30px;
	}
	
	.brand-list a:hover .content .read-more {
		background-color: #ebac15;
		color: #fff;
	}
	
	.brand-detail h1 {
		width: 100%;
		margin-bottom: 40px;
	}
	
	.brand-detail p {
		margin-bottom: 30px;
		display: inline-block;
		text-align: justify;
		font: 400 16px / 34px 'redhat', sans-serif;
	}
	
	.brand-detail p strong {
		font-weight: 700;
	}
	
	.brand-detail img {
		width: 100%;
		max-width: 260px;
		margin-right: 30px;
		float: left;
		border-radius: 3px;
	}
	
	.brand-detail img.right {
		float: right;
		margin: 0 0 0 30px;
	}
	
	.brand-detail img.logo {
		position: absolute;
		top: 40px;
		right: 0;
	}
	
	.brand-detail .cta-all {
		margin: 30px 0;
		padding: 11px 25px;
		display: inline-block;
		background: #ebac15 no-repeat calc(100% - 15px) center / 24px;
		color: #fff;
		font: 400 18px / 24px redhat,sans-serif;
		text-decoration: none;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-webkit-transition: all 100ms ease-in-out;
		transition: all 100ms ease-in-out;
	}
	
	.brand-detail .cta-all:hover {
		background-color: #efa53d;
	}

/*  FORM
	--------------------------------------------- */
	
	form { 
		width: 100%;
		max-width: 640px;
		display: inline-block;
		position: relative;
	}
		
	.select2-container--default.select2-container--disabled .select2-selection--single {
		background-color: #fff !important;
	}

	form div.contain {
		width: 100%;
		margin: 5px 0;
		padding: 0;
		display: inline-block;
		vertical-align: top;
		position: relative;
	}
	
	form div.contain.search_taillength {
		display: none;
	}

	form div.contain:first-of-type {
		margin-top: 0;
	}
	
	form div.contain div.multiple {
		width: calc(50% - 5px);
		display: inline-block;
		vertical-align: top;
		position: relative;
		z-index: 10;
	}
	
	form div.contain div.multiple.full-width {
		width: 100%;
	}
	
	form div.contain div.multiple:nth-of-type(1) {
		margin-right: 10px;
	}
		
	form div.contain.type label {
		width: auto;
		cursor: pointer;
		font: 400 14px / 24px redhat, sans-serif;
	}
	
	form div.contain.type label:nth-of-type(1) {
		margin-right: 15px;
	}
	
	form div.contain.type label input[type='radio'] {
		width: 20px;
		height: 20px;
		padding: 0;
		margin-right: 10px;
		cursor: pointer;
		-webkit-border-radius: 300px;
		border-radius: 300px;
	}
	
	form div.contain.type label input[type='radio']:checked {
		border-color: #3595d2;
		background-color: #3595d2;
	}

	form div.contain.hide {
		display: none;
	}
	
	form div.contain.hide.active {
		display: inline-block;
	}
	
	label {
		width: 100%;
		margin: 0 0 8px;
		display: inline-block;
		font: 400 16px / 24px redhat, sans-serif;
	}

	input,
	textarea,
	select {
		width: 100%;
		margin: 0;
		padding: 10px 12px 10px;
		display: inline-block;
		vertical-align: top;
		background: #fff;
		border: 0;
		font: 400 16px / 24px redhat, sans-serif;
		color: #676767;
		-webkit-border-radius: 1px;
		border-radius: 1px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-appearance: none;
		-webkit-border-radius: 2px;
		border-radius: 2px;
	}
	
	input:focus-visible {
		-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	}
	
	input[type='submit'] {
		width: 100%;
		max-width: 291px;
		margin: 0;
		padding: 10px 25px;
		display: inline-block;
		background: #ebac15 no-repeat center / 22px;
		border: 0;
		color: #fff;
		font: 400 18px / 24px redhat, sans-serif;
		cursor: pointer;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-webkit-transition: all 100ms ease-in-out;
		transition: all 100ms ease-in-out;
	}
	
	input[type='submit'].loading {
		background: #ebac15 url('/assets/img/icons/icon-loading-submit.svg') no-repeat center / 22px; 
	}

	.filter {
		position: relative;
	}
	
	.filter .icon {
		width: 40px;
		height: 100%;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		background: #f1f1f1;
		text-align: center;
		font: 400 18px / 43px redhat, sans-serif;
		-webkit-border-radius: 3px 0 0 3px;
	}
	
	.filter .icon + input {
		padding-left: 50px;
	}
	
	.filter > .reset {
		width: 30px;
		height: calc(100% - 10px);
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 1px;
		background: #fff url('/assets/img/icons/icon-cross.svg') no-repeat center / 8px; 
		border-left: 1px solid #eee;
		cursor: pointer;
		-webkit-transition: ease background 200ms;
		transition: ease background 200ms;
	}
	
	::-webkit-input-placeholder { color: #ddd; font-size: 16px; line-height: 24px; }
	:-moz-placeholder           { color: #00374e; font-size: 16px; opacity: 1; line-height: 24px; }
	::-moz-placeholder          { color: #00374e; font-size: 16px; opacity: 1; line-height: 24px; }
	:-ms-input-placeholder      { color: #00374e; font-size: 16px; line-height: 24px; }  
	
/*  FORM: LOADING
	--------------------------------------------- */

	form.loading #form-loading {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1000;
		background: rgba(255, 255, 255, .5);
	}

	form.loading #form-loading span {
		width: 100px;
		height: 100px;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 1001;
		background: url('/assets/img/icons/icon-loading.svg') no-repeat center / 100px; 
	}

/*  FORM: NOTIFICATION
	--------------------------------------------- */

	.form-notification {
		padding: 20px;
		background: #fbeeca;
		font: 400 12px / 12px redhat, sans-serif;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
	
	.form-notification p {
		margin: 0;
		padding-left: 25px;
		background: url(/assets/img/icons/icon-list.svg) no-repeat left center / 20px;
		font: 400 14px / 24px redhat, sans-serif;
	}
	
	.form-notification.error {
		background: #fbeeca;
	}
	
	.form-notification p.success {
		padding: 20px;
		background: #fbeeca;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
	
	.form-notification p.success span {
		width: 100%;
		margin-bottom: 20px;
		display: inline-block;
		font: 400 24px / 24px redhat, sans-serif;
	}

/*  SIMPLELIGHTBOX
	--------------------------------------------- */

	.slbOverlay {
		-webkit-animation: slbOverlay 0.1s;
		-moz-animation: slbOverlay 0.1s;
		animation: slbOverlay 0.1s;
	}

	.slbCloseBtn {
		width: 30px;
		height: 30px;
		right: 10px;
		top: 10px;
		font: 400 30px / 20px redhat, sans-serif;
		color: #000;
		background: rgba(255, 255, 255, .5);
		animation: none;
		-webkit-border-radius: 300px;
	}

	div.slbContentOuter h2 {
		width: 100%;
		margin: 0 0 30px;
		padding: 60px 60px 0;
		display: inline-block;
		font-size: 20px;
		line-height: 28px;
		font-weight: 500;
	}

	div.slbContentOuter h2 strong {
		font-weight: 700;
	}

	div.slbContentOuter div.contain {
		margin-bottom: 15px;
		position: relative;
	}

	div.slbContentOuter div.contain:last-of-type {
		margin-bottom: 0;
	}

	div.slbContentOuter div.contain div.multiple {
		width: calc(50% - 5px);
		margin-right: 10px;
		display: inline-block;
		position: relative;
	}

	div.slbContentOuter div.contain div.multiple:nth-of-type(2) {
		margin-right: 0;
	}

	div.slbContentOuter div.contain label {
		padding: 0 7px;
		font-size: 12px;
		line-height: 12px;
		background: #fff;
		position: absolute;
		top: -5px;
		left: 10px;
		color: #565656;
	}

	div.slbContentOuter div.contain input,
	div.slbContentOuter div.contain textarea {
		padding: 11px 15px 7px;
	}

	div.popup-confirmation {
		width: 100%;
		background: #fff;
	}
	
	.popup-confirmation .thumbnail {
		width: 100%;
		height: 400px;
		display: inline-block;
		vertical-align: top;
		background: #f7f7f7 no-repeat center / cover;
		-webkit-border-radius: 3px 3px 0 0;
	}

	div.popup-confirmation div.portals {
		width: 100%;
		padding: 0 60px 60px;
	}
	
	div.popup-confirmation div.portals > div {
		width: 50%;
		display: inline-block;
		vertical-align: top;
	}
	
	div.popup-confirmation div.portals > div p {
		color: #3aadc8;
		font: 400 20px / 32px redhat, sans-serif;
	}
	
	div.popup-confirmation div.portals > div a {
		width: 100%;
		display: inline-block;
	}
	
	div.popup-confirmation div.portals > div a .tip {
		color: #ebac15;
	}

	div.popup-confirmation .title {
		width: calc(100% - 120px);
		margin-left: 20px;
		display: inline-block;
		vertical-align: middle;
	}

	div.popup-confirmation div.actions {
		width: 100%;
		margin: 20px 0 0 0;
		padding: 0;
	}

	div.popup-confirmation div.actions .button {
		padding: 0;
		display: inline-block;
		vertical-align: middle;
		cursor: pointer;
		font: 700 16px / 24px redhat, sans-serif;
		-wekbit-border-radius: 3px;
		border-radius: 3px;
	}

	div.popup-confirmation div.actions .button.disabled {
		pointer-events: none;
	}

	div.popup-confirmation div.actions .continue {
		margin-right: 10px;
		background-color: #44bd60;
		color: #fff;
	}

	div.popup-confirmation span.title {
		width: calc(100% - 120px);
		margin-left: 20px;
		display: inline-block;
		vertical-align: middle;
	}

	div.popup-confirmation div.actions {
		width: 100%;
		margin: 20px 0 0 0;
		padding: 0;
	}

	div.popup-confirmation div.actions span.button {
		padding: 8px 15px;
		display: inline-block;
		vertical-align: middle;
		cursor: pointer;
		font: 400 16px / 24px redhat, sans-serif;
		-wekbit-border-radius: 3px;
		border-radius: 3px;
	}

	div.popup-confirmation div.actions span.button.disabled {
		pointer-events: none;
	}

	div.popup-confirmation div.actions span.continue {
		margin-right: 10px;
		background-color: #0860b8;
		color: #fff;
	}
	
	.appointment-popup .slbContentOuter {
		padding: 0;
	}
	
	.appointment-popup .image {
		width: 100%;
		height: 320px;
		display: inline-block;
		vertical-align: top;
		background: #f5f5f5 no-repeat center / cover;
	}
	
	.appointment-popup form {
		max-width: 100%;
		padding: 40px;
	}
	
	.appointment-popup form.loading:after {
		content: "";
		width: 100%;
		height: 100%;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(255, 255, 255, .5)url('/assets/img/icons/icon-loading.svg') no-repeat center / 100px;
	} 
	
	.appointment-popup form input,
	.appointment-popup form textarea {
		background: #f9f9f9;
	}
	
	.appointment-popup form h2 {
		margin: 0 0 10px;
		padding: 0 !important;
	}
	
	.appointment-popup form label { 
		margin-top: 20px;
	}
	
	.appointment-popup .slbCloseBtn {
		background-color: rgba(255, 255, 255, 1);
		-wekbit-border-radius: 300px;
		border-radius: 300px;
	}
	
	.appointment-popup .slbContentOuter .form-sent-succesfull {
		background: #fbeeca;
		padding: 30px;
	}
	
	.appointment-popup .slbContentOuter .form-sent-failed {
		background: #ffb8b8;
		padding: 30px;
	}
	
	.appointment-popup .slbContentOuter .form-sent-succesfull .cancel {
		padding: 0;
	}

/*  404
	--------------------------------------------- */

	.notfound {
		height: calc(100% - 130px);
		padding: 150px 0;
		border-top: 1px solid #eee;
	}

	.notfound p { 
		padding: 120px 20px 10px 40px;
		background: url(/assets/img/icons/icon-404.svg) no-repeat center 30px / 130px;
		text-align: center;
		font: 400 16px / 38px redhat, sans-serif;
	}
	
	.notfound p span {
		width: 100%;
		display: inline-block;
		font-size: 24px;
	}
	
	.notfound p a {
		text-decoration: underline;
	}

/*  FOOTER
	--------------------------------------------- */

	footer {
		width: 100%;
		padding: 15px;
		background: rgba(53, 149, 210, .05);
	}
	
	footer .scroll-top {
		display: inline-block;
	}
	
	footer .scroll-top span {
		padding-left: 30px;
		background: url('/assets/img/icons/icon-arrow-up.svg') left center / 16px no-repeat;
		cursor: pointer;  
		font-size: 14px;
		color: #282828;
	}
	
	footer p.copyright {
		float: right;
		margin: 0;
		text-align: center;
		font-size: 14px;
		line-height: 24px;
		color: #282828;
	}
	
/*  SELECT2 
	--------------------------------------------- */

	.select2 {
		width: 100% !important;
	}
	
	.select2-dropdown {
		border: 0;
		overflow: hidden;
		-webkit-border-radius: 0 0 2px 2px;
		-webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
	}
	
	.select2-dropdown {
		border: 1px solid #ddd;
	}

	.select2-container .select2-selection {
		min-height: 44px;
		background: #fff url('/assets/img/icons/icon-arrow-down.svg') no-repeat calc(100% - 43px) 19px / 10px;
		border: 0 solid #D9D9D9;
		overflow: hidden;
		-webkit-border-radius: 2px;
		border-radius: 2px;
	}

	.select2-container--default .select2-selection .select2-selection__placeholder {
		color: #00374e;
	}
	
	.select2-container .select2-search--inline .select2-search__field {
		margin-top: 12px;
		font: 400 16px / 16px redhat, sans-serif;
		-webkit-border-radius: 0;
		border-radius: 0;
	}
	
	.select2-container--default .select2-selection {
		padding-left: 5px;
	}
	
	.select2-container--default .select2-selection--multiple .select2-selection__choice {
		margin-top: 7px;
		font: 400 16px / 24px redhat, sans-serif;
		background: #f1f1f1;
	}
	
	.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
		padding-top: 2px;
		font: 400 16px / 24px redhat, sans-serif;
	}
	
	.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
		font: 400 16px / 28px redhat, sans-serif;
	}
	
	.select2-container--default.select2-container--focus .select2-selection--multiple {
		border: 1px solid #D9D9D9;
	}
	
	.select2-container--default .select2-selection .select2-selection__arrow b {
		display: none;
	}

	.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
		background-color: #f6f6f6;
		color: #676767;
	}

	.select2-container--default .select2-search--dropdown .select2-search__field {
		border: 1px solid #D9D9D9;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
	
	.select2-container--default .select2-selection--single .select2-selection__rendered {
		line-height: 44px;
		padding-right: 70px;
		font-size: 16px;
	}
	
	.setting.setting-sort .select2-container--default .select2-selection--single .select2-selection__rendered {
		padding-right: 20px;
	}
	
	.setting.setting-sort .select2-container .select2-selection {
		background-position: calc(100% - 20px) center;
	}
	
	@media (hover: hover) {
		
		*:hover {
			outline: none;
		}
		
		a:hover {
			text-decoration: underline;
		}
		
		.filters .advanced-filters-select .reset-all-filters:hover {
			text-decoration: underline;		
		}
		
		.carousel-thumbs .slick-slide .video-overlay:hover {
			opacity: .8;
		}
		
		.detail-carousel .slick-slide .video-overlay:hover {
			opacity: .8;
		}
		
		.header .cta:hover {
			background-color: #efa53d;
		}
		
		.breadcrumb ol li a:hover {
			opacity: .6;
		}
		
		.presentation-contain a:hover {
			background-color: #ecf7fa;
		}
		
		.categories a p:hover {
			text-decoration: underline;
		}
		
		.filters .advanced-filters-select p:hover {
			opacity: .75;
		}
		
		.reset:hover {
			background-image: url('/assets/img/icons/icon-cross-hover.svg');
		}
		
		.filters .column .radio:hover + .radio-select {
			background-color: #d6f7ff;		
		}
		
		.presentation-settings .setting-layout div.mode:hover {
			background-color: #e7e7e7;
			cursor: pointer;
		}
		
		.presentation-button:hover {
			color: #3aadc8;
		}
		
		.presentation-contain .nothing-found .reset-all-filters:hover {
			cursor: pointer;
			text-decoration: underline;
		}

		.select2-container:hover {
			-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
			box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
		}
	
		.popup-confirmation .actions .continue:hover {
			background-color: #ebac15;
		}

		.popup-confirmation .actions .cancel:hover {
			text-decoration: underline; 
		}
		
		input[type='submit']:focus,
		input[type='submit']:focus {
			background-color: #efa53d;
		}
		
		.detail-specifications .call-to-action .dealer .phonenumber:hover {
			text-decoration: underline;
		}
		
		.detail-specifications .call-to-action .button:hover {
			text-decoration: underline;
		}
		
		form div.contain.type label input[type='radio']:hover {
			border-color: #3595d2;
			background-color: #3595d2;
		}
		
		input:hover {
			-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
			box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
		}
		
		footer .scroll-top span:hover {
			text-decoration: underline;
		}
		
	}
	
/*  MEDIA QUERIES
	--------------------------------------------- */

	@media only screen and (min-width: 0) and (max-width: 1280px) {
		
		.filters .column.category {
			width: 100%;
			margin: 0 0 20px;
		}
		
		.filters .column.price {
			width: 100%;
			margin: 0 0 20px;
		}
		
		.filters .column.price .contain {
			max-width: 640px;
		}
		
		.attributes .attribute .spec:nth-of-type(n) {
			width: 33.33333333333%;
		}
		
		.detail-carousel {
			max-width: 40%;
		}
		
		.detail-specifications {
			width: calc(60% - 50px);
		}
				
	}

	@media only screen and (min-width: 0) and (max-width: 1024px) {
		
		.presentation-settings .setting-filter-mode,
		.open-filters-mode .filter-mobile-close {
			display: inline-block;
		}
		
		.presentation .filters {
			width: 100%;
			max-width: 100%;
			padding: 0;
			display: none;
			position: fixed;
			top: 0;
			bottom: 0;
			left: 0;
			z-index: 1000;
			-webkit-animation: none;
			overflow-y: scroll;
			overflow-x:hidden;
		}
		
		.presentation .filters.open-filters-mode {
			display: inline-block;
		}
		
		.filters .column.price .contain {
			max-width: 100%;
		}
		
		.presentation-wrapper {
			width: 100%;
			margin: 0;
		}
		
		.presentation .filters .advanced-filters {
			display: none;
		}
		
		.presentation .filters .advanced-filters-select p {
			width: 100%;
			margin-bottom: 10px;
			display: inline-block;
		}
		
		.categories a:nth-of-type(n) {
			width: calc(50% - 16px);
			margin: 20px 20px 0 0;
		}
		
		.categories a:nth-of-type(-n+2) {
			margin-top: 0;
		}

		.categories a:nth-of-type(2n+2) {
			margin-right: 0;
		}
		
		.brand-list a:nth-of-type(n) {
			width: calc(50% - 10px);
			margin: 20px 20px 0 0;
		}
		
		.brand-list a:nth-of-type(2n+2) {
			margin-right: 0;
		}
		
		.brand-list a:nth-of-type(-n+2) {
			margin-top: 0;
		}

	}
	
	@media only screen and (min-width: 0) and (max-width: 960px) {
		
		.filters .column.left,
		.filters .column.right {
			width: 100%;
		}
		
		.filters .column.submit {
			width: 100%;
		}
		
		.filters .column .contain-radio {
			display: inline-block;
		}
				
		.filters .column.category label {
			width: 33.3333333333%;
		}
		
		.presentation-contain.column a:nth-of-type(n) {
			width: calc(50% - 10px);
			margin: 20px 20px 0 0;
		}
		
		.presentation-contain.column a:nth-of-type(-n+2) {
			margin-top: 0;
		}
		
		.presentation-contain.column a:nth-of-type(2n+2) {
			margin-right: 0;
		}
		
		.attributes__group:nth-of-type(n) {
			width: calc(50% - 10px);
			margin: 20px 20px 0 0;
		}
		
		.attributes__group:nth-of-type(-n+2) {
			margin-top: 0;
		}
		
		.attributes__group:nth-of-type(2n+2) {
			margin-right: 0;
		}
		
		.accessoires__group:nth-of-type(n) {
			width: calc(50% - 10px);
			margin: 20px 20px 0 0;
		}
		
		.accessoires__group:nth-of-type(-n+2) {
			margin-top: 0;
		}
		
		.accessoires__group:nth-of-type(2n+2) {
			margin-right: 0;
		}		
		
		.detail-carousel {
			max-width: 100%;
			max-height: initial;
		}
		
		.detail-specifications {
			width: 100%;
			margin: 25px 0 0 0;
			padding: 30px;
			
		}
		
		.slick-prev {
			left: 15px;
			background: #fff;
			-webkit-border-radius: 100px;
		}
		
		.slick-next {
			right: 15px;
			background: #fff;
			-webkit-border-radius: 100px;
		}
		
		.detail-specifications .call-to-action {
			width: 100%;
			margin-top: 20px;
			position: static;
			left: 0;
		}
		
	}
	
	@media only screen and (min-width: 0) and (max-width: 768px) {
		
		.header .navigation .cta {
			margin: 0;
			position: absolute;
			top: 20px;
			right: 20px;
		}
		
		.header .navigation {
			width: 100% !important;
			margin-top: 10px;
			text-align: left;
		}	
		
		.header .navigation a {
			padding: 11px 10px 11px 0;
		}
		
		.header .logo {
			max-width: 220px;
		}
		
		.content__section {
			padding: 20px 0;
		}

		.content__contain {
			padding: 0 20px;
		}
		
		.presentation-found {
			display: none;
		}
		
		.presentation-settings .setting-layout {
			display: none;
		}
		
		.presentation-button {
			width: 30px;
			font-size: 0;
			background: no-repeat center / 14px;   
		}
		
		.presentation-contain a {
			margin-top: 25px;
		}

		.presentation-button.previous {
			background-image: url('/assets/img/icons/icon-arrow-left.svg');
		}
		
		.presentation-button.next {
			background-image: url('/assets/img/icons/icon-arrow-right.svg');
		}
		
		.presentation-contain .thumbnail,
		.presentation-contain .contain {
			width: 100%;
			max-width: 100%;
		}
		
		.presentation-contain .thumbnail {
			height: 296px;
			background-size: contain;
		}
		
		.presentation-contain .contain {
			padding: 30px;
		}
		
		.presentation__cta {
			bottom: 30px;
			line-height: 32px;
		}
		
		.presentation-contain .contain .title {
			padding: 0;
		}
		
		.row .presentation__logo {
			width: 100px;
			height: 50px;
			top: -50px;
			-webkit-border-radius: 6px 6px 0 0;
		}
		
		.row .presentation-contain .contain .title {
			padding: 0;
		}
				
		.attributes .attribute .spec:nth-of-type(n) {
			width: 50%;
		}
		
		.content.become-member .content__section > img {
			height: 300px;
		}
		
		.become-member__title {
			top: 50px;
			font: 700 28px / 40px redhat, sans-serif;
		}
		
		.become-member__subslogan {
			top: 100px;
			font: 400 18px / 34px redhat, sans-serif;
		}
		
		.become-member__contain h2 {
			font: 700 32px / 40px redhat, sans-serif;
		}
		
		.become-member__contain.part-one img {
			width: 50%;
		}
		
		.become-member__contain.part-two ul li {
			font: 400 18px / 32px redhat, sans-serif;
		}
		
		.become-member__review_contain {
			width: 100%;
			margin: 20px 0 0 0;
		}
		
		.become-member__left,
		.become-member__right { 
			width: 100%;
			padding: 0;
		}
	
	}
	
	@media only screen and (min-width: 0) and (max-width: 640px) {
		
		.content.contact:before {
			display: none;
		}
		
		.content__left {
			width: 100%;
			max-width: 100%;
			margin: 0;
		}

		.content__section.presentation-list {
			padding: 20px 0;
		}
	
		.filters .column .radio + .radio-select {
			text-align: left;	
			padding: 13px 5px 13px 45px;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
		}
	
		.presentation-contain.column a:nth-of-type(n) {
			width: 100%;
			margin: 20px 0 0 0;
		}
		
		.presentation-contain.column a:first-child {
			margin-top: 0;
		}
		
		.attributes .attribute .spec:nth-of-type(n) {
			width: 100%;
		}
				
		.detail-header {
			margin-top: 10px;
		}
		
		.detail-specifications .call-to-action .button {
			width: 100%;
			margin: 0 0 10px;
			padding-left: 50px;
			text-align: left;
		}
		
		.detail-specifications h1 {
			height: 80px;
			font: 400 28px/38px redhat,sans-serif
		}
		
		div.slbContentOuter h2 {
			padding: 30px 30px 0;
		}
		
		div.popup-confirmation div.portals {
			padding: 0 30px 30px;
		}
		
		div.popup-confirmation div.portals > div {
			width: 100%;
		}
		
		div.popup-confirmation div.portals > div.other {
			margin-top: 30px;
		}
		
		footer p.copyright {
			width: 100%;
			margin-top: 20px;
			display: inline-block;
			float: none;
			text-align: left;
		}
		
		.brand-list a {
			width: 100%;
			margin: 0 0 20px;
		}
		
		.brand-detail img:not(.logo) {
			width: 100%;
			max-width: 100%;
			margin: 0 0 20px !important;
			height: auto;
		}
		
		.brand-detail img.logo {
			margin-bottom: 30px;
			position: static;
		}
		
		.brand-list a:nth-of-type(n) {
			width: 100%;
			margin: 20px 0 0 0;
		}
		
		.brand-list a:nth-of-type(1) {
			margin-top: 0;
		}
		
		.accessoires__group:nth-of-type(n) {
			width: 100%;
			margin: 20px 0 0 0;
		}

	}
	
	@media only screen and (min-width: 0) and (max-width: 512px) {

		.categories a:nth-of-type(n) {
			width: 100%;
			margin: 10px 0 0 0;
		}
		
		.categories a:first-child {
			margin-top: 0;
		}
		
	}
	
	@media only screen and (min-width: 0) and (max-width: 413px) {
		
		.header .navigation a {
			text-align: center;
			font-size: 16px !important;
		}
	
		.header .logo {
			max-width: 141px;
		}
		
		.presentation-settings .setting-filter-mode {
			margin-right: 10px;
		}
		
		.presentation-settings .setting {
			max-width: 166px;
		}
		
	}