/*
 * jQuery FlexSlider v2.6.4
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */

/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/

@font-face {
	font-family: 'flexslider-icon';
	src: url('fonts/flexslider-icon.eot');
	src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/

.flex-container a:hover, .flex-slider a:hover {
	outline: none;
}
.slides, .slides>li, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/

.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flexslider .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .flexslider .slides {
	display: block;
}
* html .flexslider .slides {
	height: 1%;
}
.no-js .flexslider .slides>li:first-child {
	display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/

.flexslider {
	margin: 0 0 60px;
	background: #fff;
	border: 4px solid #fff;
	position: relative;
	zoom: 1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	-o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides img {
	height: auto;
	-moz-user-select: none;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.carousel li {
	margin-right: 5px;
}
.flex-direction-nav {
	*height: 0;
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
	font-family: "flexslider-icon";
	font-size: 40px;
	display: inline-block;
	content: '\f001';
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
	content: '\f002';
}
.flex-direction-nav .flex-prev {
	left: -50px;
}
.flex-direction-nav .flex-next {
	right: -50px;
	text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 0.7;
	left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 0.7;
	right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
	z-index: -1;
}
.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}
.flex-pauseplay a:before {
	font-family: "flexslider-icon";
	font-size: 20px;
	display: inline-block;
	content: '\f004';
}
.flex-pauseplay a:hover {
	opacity: 1;
}
.flex-pauseplay a.flex-play:before {
	content: '\f003';
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: .7;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/

.button.toggle-occasions-filter {
	display: none;
}
.occasions-navbar { display:none; }
.c-occasions__sidebar {
	width: 27.83%;
	float: left;
}
.c-occasions__sidebar+.c-occasions__list {
	float: right;
	width: 65.97%;
}
.c-home-filter .c-select { margin-bottom:0; }
@media screen and (max-width: 860px) {
	.c-home-filter .c-select { margin-bottom:20px; }
	.c-occasions__sidebar + .c-occasions__list {
		width:100%;
	}
	.c-occasions__sidebar.show .occasions-navbar { display:block; }
	.c-occasions__sidebar { left:-1000px; display:none; }
	.button.toggle-occasions-filter {
		bottom: 3rem;
		display:block;
		left: 2%;
		right: 2%;
		width: 96%;
		padding-left: .25rem;
		padding-right: .25rem;
		opacity: .9;
		border-radius: .25rem;
		position:fixed;
		z-index: 9999;
	}
	.c-occasions__sidebar.show { 
		position: fixed;
		top: 0;
		width:100%; 
		left: -1000px;
		right: 0;
		bottom: 0;
		overflow-y: scroll;
		padding: 0;
		margin: 0;
		z-index: 10000;
		transition: transform .3s ease;
		display:block;
	}
	.occasions-navbar {
		width:100%;
		display:block;
		background: #fff;
		padding: 20px 20px;
		padding-left:40px;
	}
	.occasions-navbar #close-occasion-filter {
		font-size:16px;
		padding-left:20px;
	} 
	#close-occasion-filter:before {
		content: '\f060';
		font-family: "FontAwesome";
		left:20px;
		position:absolute;
	} 
	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 10px;
	}
	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 10px;
	}
}
@charset "UTF-8";
/**
 * main.scss
 */

/* ==========================================================================
   Settings
   ========================================================================== */

/**
 * Variables.
 */

/**
 * settings/_main.scss
 */

/* ==========================================================================
   Imports
   ========================================================================== */

/* ==========================================================================
   Tools
   ========================================================================== */

/**
 * Functions, mixins etc.
 */

/**
 * tools/_main.scss
 */

/* ==========================================================================
   Imports
   ========================================================================== */

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*, *::after, *::before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
/*
 Iconfont

For icons on the platform, we use an iconfont. It lives in /css/fonts/insided-icons/ and is called 'insided-icons'.
The font is created through http://icomoon.io/app. To change it, you'll find a folder called 'iconfont' in your theme-folder
that contains the complete icomoon output. To change anything to the font,

1. go to http://icomoon.io/app
2.   then click on the hamburger menu, select 'Manage projects',
3.   then click 'import project' and find the 'insided icons project.json' file in barebones/utilities/iconfont.

You can then use icomoon as expected. Don't forget to save the 'project' in your theme!

    hamburger > manage projects > download

Styleguide 3.3
*/

/*
 the icon-font is created using the createFontface mixin */

[class^="icon"]:before, [class*=" icon"]:before, .icon--whatsapp {
	/*  sets fontstyles for iconfonts (regardless of which font) */
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
[class^="icon"], [class*=" icon"] {
	/*  sets up styles for elements with a class of .icon-XXXX  */
}
[class^="icon"], [class*=" icon"], .icon--whatsapp {
	position: relative;
}
[class^="icon"]:before, [class*=" icon"]:before, .icon--whatsapp:before {
	text-align: center;
	display: inline-block;
	position: absolute;
}
/*
 utility classes iconLocation

For the iconLocation mixin we create some extra (silent) classes, which can be eaily used.

Markup:
<span class="icon icon--caret-right">sometext</span>
<a href="" class="icon icon--caret-right {$modifiers}">sometext</a>
<h1><a href="" class="icon icon--caret-right {$modifiers}">sometext</a></h1>

.icon--b    - An element with and icon before
.icon--a    - An element with and icon after
.icon--replace  - An element replaced by an icon

Styleguide 3.3.4
*/

.icon--b, .icon--whatsapp {
	padding-left: 1.75em;
	display: inline-block;
}
.icon--b:before, .icon--whatsapp:before {
	left: 0;
	width: 1.25em;
}
.icon--a {
	padding-right: 1.75em;
}
.icon--a:before {
	right: 0;
	width: 1.25em;
}
.icon--replace {
	text-indent: -9999px;
	width: 1.25em;
	height: 1.25em;
	display: inline-block;
	line-height: 1.8;
}
.icon--replace:before {
	text-indent: 0;
	width: 100%;
	left: 0;
	text-align: center;
}
/* this creates a list with all icons in use. This lists will be used in Styleguide-comments below */

/*
 Default icons

By default, all icons are a unicode character in the PUA range. See http://unicode.johnholtripley.co.uk/all/ for a nice compatibility list.

Markup:
<span class="icon {$modifiers}">x</span><br />
<span class='icon icon--whatsapp'> </span><span>whatsapp,  automate</span><br> 


Styleguide 3.3.1
*/

/* mixin createIcon

This mixin creates the ::after or ::before pseudo-class with the unicode as content. To add or remove icons, you can change
the $icons variable that lives in _settings.scss. To assign an icon to an element which doesn't have the icon--XXX class,
you can @extend the classname, like .mydiv { @extend %icon--star-full; @extend %icnfont;}
List of icon-names in use:
    | whatsapp

   Parameter 1: the icon-name (see above and/or variable $icons in _settings.scss)
   Parameter 2: whether to use :before or :after (optional, defaults to $default-pseudo [current default: before] )

       createIcon(photo) : becomes :before{content:"\1f4f7";}
       createIcon(check,after) : becomes :after{content:"\2713";}

Styleguide 3.3.2
*/

/*




@mixin iconBase($position:relative,$text-align:center){
    position: $position; // items that have the icon-pseudo need 'position'
    &:before{
        text-align: $text-align;
        display: inline-block;
        position: absolute;
    }
}



/*
 mixin iconLocation

This mixin positions the icon-pseudo element at the end or the beginning or replaces the elements text. To assign an icon to an element which doesn't have the icon--XXX class,
you can @extend the classname, like .mydiv { @extend %icon--star-full; @extend %icon--b; @extend %icnfont;}

    Parameter: before, after, replace

        iconLocation(after) : becomes :before{declarations to move the pseudo after the content of the selector }
        iconLocation(before) : becomes :before{declarations to move the pseudo before the content of the selector }
        iconLocation(replace) : becomes :before{declarations to hide the selector's content and display the pseudo }

Styleguide 3.3.3
*/

/*
 Mixin setIcon

If you want to add an icon to an element which does NOT have an .iconXXXX class, you can add it using this mixin in the CSS.
Inside a mediaquery, this shorcut won't work (because it heavily relies on extend). In that case enter 'true' for the last selector.

    Parameter 1: null                           the icon-name (see above and/or variable $icons in _settings.scss)
    Parameter 2: before | after | replace       Should the icon display before or after the text (or replace it)
    Parameter 3: null | width                   Width of the pseudo element, use 'null' for generic width
    Parameter 4: absolute | relative | fixed    Position of the parent of the pseudo
    Parameter 5: center | right | left          Text-alignment of icon within pseudo
    Parameter 6: false | true                   Use true from within a mediaquery, so the mixin won't use @extends

        setIcon(photo) : sets the photo-icon in front of the element


Styleguide 3.3.5
*/

.icon--whatsapp:before, .icon--whatsapp:before {
	font-family: automate;
	content: "";
}
.am-border-radius, select, .c-button, .c-subscribe input[type="text"], .menu-item-has-children .sub-menu, .f-field .chosen-container-single .chosen-single, .flexslider, .am-img-filter, img {
	z-index: 0;
	border-radius: 3px;
}
.am-bold-text {
	font-weight: 800;
}
.c-tabbarnav__item.active .c-icon svg g {
	fill: #F55C10;
}
.am-background-light {
	background-color: #F7F8FA;
}
@media screen and (max-width: 480px) {
	.flexslider.am-slider--car {
		border-radius: 0 !important;
	}
	.flexslider.am-slider--car img {
		border-radius: 0 !important;
	}
	.c-car-conversion.am-border-radius, select.c-car-conversion, .c-car-conversion.c-button, .c-subscribe input.c-car-conversion[type="text"], .menu-item-has-children .c-car-conversion.sub-menu, .f-field .chosen-container-single .c-car-conversion.chosen-single, .c-car-conversion.flexslider, .c-car-conversion.am-img-filter, img.c-car-conversion {
		border-radius: 0 !important;
	}
	.flat .c-car-conversion {
		border: none !important;
	}
}
.visible-xs {
	display: none !important;
}
@media screen and (max-width: 480px) {
	.visible-xs {
		display: inline-block !important;
	}
}
img {
	width: auto !important;
	max-width: 100%;
	height: auto;
}
/* ==========================================================================
   Generic
   ========================================================================== */

/**
 * Low-specificity, far-reaching rulesets.
 */

/**
 * generic/_main.scss
 */

/* ==========================================================================
   Imports
   ========================================================================== */

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */

body {
	margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	/* 1 */
	display: block;
}
/**
 * Add the correct display in IE 9-.
 */

audio, canvas, progress, video {
	display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, [hidden] {
	display: none;
}
/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
	background-color: transparent;
	/* 1 */
	-webkit-text-decoration-skip: objects;
	/* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active, a:hover {
	outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	/* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b, strong {
	font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b, strong {
	font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
	font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */

mark {
	background-color: #ff0;
	color: #000;
}
/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
	border-style: none;
}
/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
	overflow: hidden;
}
/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code, kbd, pre, samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}
/**
 * Add the correct margin in IE 8.
 */

figure {
	margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}
/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button, input, select, textarea {
	font: inherit;
	/* 1 */
	margin: 0;
	/* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
	font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button, input {
	/* 1 */
	overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button, select {
	/* 1 */
	text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button, html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
	/* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
	overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"], [type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.54;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ==========================================================================
   Base
   ========================================================================== */

/**
 * Unclassed HTML elements.
 */

/**
 * base/_main.scss
 */

/* ==========================================================================
   Imports
   ========================================================================== */

input.am-phone-country-prefix-nl {
	background-image: url("../img/icons/wp-field_+31.png") !important;
	background-repeat: no-repeat;
}
body {
	background-color: #F3F4F6;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #35485B;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 480px) {
	.touch body {
		padding-bottom: 48px;
	}
}
a {
	color: #F55C10;
	text-decoration: none;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
p {
	font-size: 14px;
	line-height: 24px;
	margin: 0;
}
p+img {
	margin-top: 35px;
}
img {
	display: block;
}
img+h2 {
	margin-top: 35px;
}
h1 {
	font-size: 32px;
	font-weight: 600;
	margin: 0 0 20px 0;
	color: #35485B;
}
@media screen and (max-width: 480px) {
	h1 {
		font-size: 24px;
		line-height: 28px;
	}
}
h2 {
	font-size: 20px;
	font-weight: 600;
	line-height: 25px;
	margin: 0 0 8px 0;
	color: #35485B;
}
@media screen and (max-width: 480px) {
	h2 {
		font-size: 16px;
		margin: 0 0 5px 0;
	}
}
h3, h5, h6 {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	margin: 0 0 8px 0;
}
h4 {
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 12px 0;
}
@media screen and (max-width: 480px) {
	h4 {
		margin: 0 0 6px 0;
	}
}
strong {
	font-weight: bold;
}
p {
	margin-bottom: 20px;
}
@font-face {
	font-family: "";
	src: url(".eot");
	src: url(".eot?#iefix") format("embedded-opentype"), url(".woff") format("woff"), url(".ttf") format("truetype"), url(".svg#2dumbregular") format("svg");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "automate";
	src: url("../../assets/fonts/icons/icomoon.eot");
	src: url("../../assets/fonts/icons/icomoon.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/icons/icomoon.woff") format("woff"), url("../../assets/fonts/icons/icomoon.ttf") format("truetype"), url("../../assets/fonts/icons/icomoon.svg#2dumbregular") format("svg");
	font-style: normal;
	font-weight: normal;
}
/* ==========================================================================
   Objects
   ========================================================================== */

/**
 * Design-free objects, abstractions and patterns.
 */

/**
 * objects/_main.scss
 */

/* ==========================================================================
   Imports
   ========================================================================== */

/* Extends
   ========================================================================== */

/* Main
   ========================================================================== */

.l-container, .c-car-heading {
	max-width: 1128px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 60px;
}
.l-container::after, .c-car-heading::after {
	clear: both;
	content: "";
	display: block;
}
.l-container::after, .c-car-heading::after {
	clear: both;
	content: "";
	display: block;
}
@media screen and (max-width: 1030px) {
	.l-container, .c-car-heading {
		margin-left: 20px;
		margin-right: 20px;
	}
}
@media screen and (max-width: 480px) {
	.l-container, .c-car-heading {
		margin-left: 0;
		margin-right: 0;
		padding: 0 10px 32px;
	}
}
.l-container.no-padding, .no-padding.c-car-heading {
	padding: 0;
}
@media screen and (max-width: 480px) {
	.l-container.no-padding, .no-padding.c-car-heading {
		padding: 0 10px;
	}
}
.l-paperview {
	background-color: #fff;
	max-width: 1440px;
	margin: 0 auto;
}
.l-box {
	max-width: 1280px;
	margin: 0 auto;
}
.l-row {
	display: block;
}
.l-row::after {
	clear: both;
	content: "";
	display: block;
}
.l-grid-1 {
	float: left;
	display: block;
	margin-right: 2.22785%;
	width: 6.29114%;
}
.l-grid-1:last-child {
	margin-right: 0;
}
@media screen and (max-width: 480px) {
	.l-grid-1 {
		width: auto;
		min-width: 100%;
		margin-right: 0;
	}
}
.l-grid-2 {
	float: left;
	display: block;
	margin-right: 2.22785%;
	width: 14.81013%;
}
.l-grid-2:last-child {
	margin-right: 0;
}
@media screen and (max-width: 480px) {
	.l-grid-2 {
		width: auto;
		min-width: 100%;
		margin-right: 0;
	}
}
.l-grid-3 {
	float: left;
	display: block;
	margin-right: 2.22785%;
	width: 23.32912%;
}
.l-grid-3:last-child {
	margin-right: 0;
}
@media screen and (max-width: 480px) {
	.l-grid-3 {
		width: auto;
		min-width: 100%;
		margin-right: 0;
	}
}
.l-grid-4 {
	float: left;
	display: block;
	margin-right: 2.22785%;
	width: 31.8481%;
}
.l-grid-4:last-child {
	margin-right: 0;
}
@media screen and (max-width: 480px) {
	.l-grid-4 {
		width: auto;
		min-width: 100%;
		margin-right: 0;
	}
}
.l-grid-5 {
	float: left;
	display: block;
	margin-right: 2.22785%;
	width: 40.36709%;
}
.l-grid-5:last-child {
	margin-right: 0;
}
@media screen and (max-width: 480px) {
	.l-grid-5 {
		width: auto;
		min-width: 100%;
		margin-right: 0;
	}
}
.l-grid-6 {
	float: left;
	display: block;
	margin-right: 2.22785%;
	width: 48.88608%;
}
.l-grid-6:last-child {
	margin-right: 0;
}
@media screen and (max-width: 480px) {
	.l-grid-6 {
		width: auto;
		min-width: 100%;
		margin-right: 0;
	}
}
.l-grid-7 {
	float: left;
	display: block;
	margin-right: 2.22785%;
	width: 57.40506%;
}
.l-grid-7:last-child {
	margin-right: 0;
}
@media screen and (max-width: 480px) {
	.l-grid-7 {
		width: auto;
		min-width: 100%;
		margin-right: 0;
	}
}
.l-grid-8 {
	float: left;
	display: block;
	margin-right: 2.22785%;
	width: 65.92405%;
}
.l-grid-8:last-child {
	margin-right: 0;
}
@media screen and (max-width: 480px) {
	.l-grid-8 {
		width: auto;
		min-width: 100%;
		margin-right: 0;
	}
}
.l-grid-9 {
	float: left;
	display: block;
	margin-right: 2.22785%;
	width: 74.44304%;
}
.l-grid-9:last-child {
	margin-right: 0;
}
@media screen and (max-width: 480px) {
	.l-grid-9 {
		width: auto;
		min-width: 100%;
		margin-right: 0;
	}
}
.l-grid-10 {
	float: left;
	display: block;
	margin-right: 2.22785%;
	width: 82.96203%;
}
.l-grid-10:last-child {
	margin-right: 0;
}
@media screen and (max-width: 480px) {
	.l-grid-10 {
		width: auto;
		min-width: 100%;
		margin-right: 0;
	}
}
.l-grid-11 {
	float: left;
	display: block;
	margin-right: 2.22785%;
	width: 91.48101%;
}
.l-grid-11:last-child {
	margin-right: 0;
}
@media screen and (max-width: 480px) {
	.l-grid-11 {
		width: auto;
		min-width: 100%;
		margin-right: 0;
	}
}
.l-grid-12 {
	float: left;
	display: block;
	margin-right: 2.22785%;
	width: 100%;
}
.l-grid-12:last-child {
	margin-right: 0;
}
@media screen and (max-width: 480px) {
	.l-grid-12 {
		width: auto;
		min-width: 100%;
		margin-right: 0;
	}
}
.l-grid-one-third, .c-home-mid .c-widget {
	width: 30.9%;
	margin-right: 3.6%;
	margin-bottom: 54px;
	float: left;
}
.l-grid-one-third:nth-child(3n), .c-home-mid .c-widget:nth-child(3n) {
	margin-right: 0px;
}
@media screen and (max-width: 480px) {
	.l-grid-one-third, .c-home-mid .c-widget {
		width: auto;
		min-width: 100%;
		margin: 0;
	}
}
@-webkit-keyframes loader {
	0% {
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dashoffset: 130;
	}
	100% {
		stroke-dashoffset: 260;
	}
}
@keyframes loader {
	0% {
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dashoffset: 130;
	}
	100% {
		stroke-dashoffset: 260;
	}
}
@-webkit-keyframes loader_rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes loader_rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes fade_in {
	0% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
	100% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
}
@keyframes fade_in {
	0% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
	100% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
}
@-webkit-keyframes box_shadow {
	0% {
		-webkit-box-shadow: 0 0 0 0px transparent;
		box-shadow: 0 0 0 0px transparent;
	}
	100% {
		-webkit-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2);
		box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2);
	}
}
@keyframes box_shadow {
	0% {
		-webkit-box-shadow: 0 0 0 0px transparent;
		box-shadow: 0 0 0 0px transparent;
	}
	100% {
		-webkit-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2);
		box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2);
	}
}
@-webkit-keyframes occasion_loaded_bg {
	0% {
		background-color: #F7F8FA;
	}
	100% {
		background-color: #fff;
	}
}
@keyframes occasion_loaded_bg {
	0% {
		background-color: #F7F8FA;
	}
	100% {
		background-color: #fff;
	}
}
@-webkit-keyframes occasion_loaded_done {
	0% {
		-webkit-filter: blur(8px);
		-moz-filter: blur(8px);
		-ms-filter: blur(8px);
		-o-filter: blur(8px);
		filter: blur(8px);
	}
	100% {
		-webkit-filter: blur(0px);
		-moz-filter: blur(0px);
		-ms-filter: blur(0px);
		-o-filter: blur(0px);
		filter: blur(0px);
	}
}
@keyframes occasion_loaded_done {
	0% {
		-webkit-filter: blur(8px);
		-moz-filter: blur(8px);
		-ms-filter: blur(8px);
		-o-filter: blur(8px);
		filter: blur(8px);
	}
	100% {
		-webkit-filter: blur(0px);
		-moz-filter: blur(0px);
		-ms-filter: blur(0px);
		-o-filter: blur(0px);
		filter: blur(0px);
	}
}
.o-flex-center {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-box-direction: normal;
	box-direction: normal;
	-moz-flex-direction: row;
	flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-pack: center;
	box-pack: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}
/* ==========================================================================
   Vendor
   ========================================================================== */

/**
 * Third party components.
 */

/**
 * vendor/_main.scss
 */

/* ==========================================================================
   Imports
   ========================================================================== */

/*===============================
=            Choices            =
===============================*/

.choices {
	position: relative;
	margin-bottom: 24px;
	font-size: 16px;
}
.choices:focus {
	outline: none;
}
.choices:last-child {
	margin-bottom: 0;
}
.choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
	background-color: #EAEAEA;
	cursor: not-allowed;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.choices.is-disabled .choices__item {
	cursor: not-allowed;
}
.choices[data-type*="select-one"] {
	cursor: pointer;
}
.choices[data-type*="select-one"] .choices__inner {
	padding-bottom: 7.5px;
}
.choices[data-type*="select-one"] .choices__input {
	display: block;
	width: 100%;
	padding: 10px;
	border-bottom: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	margin: 0;
}
.choices[data-type*="select-one"] .choices__button {
	background-image: url("../../icons/cross-inverse.svg");
	padding: 0;
	background-size: 8px;
	height: 100%;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -10px;
	margin-right: 25px;
	height: 20px;
	width: 20px;
	border-radius: 10em;
	opacity: .5;
}
.choices[data-type*="select-one"] .choices__button:hover, .choices[data-type*="select-one"] .choices__button:focus {
	opacity: 1;
}
.choices[data-type*="select-one"] .choices__button:focus {
	-webkit-box-shadow: 0px 0px 0px 2px #00BCD4;
	box-shadow: 0px 0px 0px 2px #00BCD4;
}
.choices[data-type*="select-one"]:after {
	content: "";
	height: 0;
	width: 0;
	border-style: solid;
	border-color: #333333 transparent transparent transparent;
	border-width: 5px;
	position: absolute;
	right: 11.5px;
	top: 50%;
	margin-top: -2.5px;
	pointer-events: none;
}
.choices[data-type*="select-one"].is-open:after {
	border-color: transparent transparent #333333 transparent;
	margin-top: -7.5px;
}
.choices[data-type*="select-one"][dir="rtl"]:after {
	left: 11.5px;
	right: auto;
}
.choices[data-type*="select-one"][dir="rtl"] .choices__button {
	right: auto;
	left: 0;
	margin-left: 25px;
	margin-right: 0;
}
.choices[data-type*="select-multiple"] .choices__inner, .choices[data-type*="text"] .choices__inner {
	cursor: text;
}
.choices[data-type*="select-multiple"] .choices__button, .choices[data-type*="text"] .choices__button {
	position: relative;
	display: inline-block;
	margin-top: 0;
	margin-right: -4px;
	margin-bottom: 0;
	margin-left: 8px;
	padding-left: 16px;
	border-left: 1px solid #008fa1;
	background-image: url("../../icons/cross.svg");
	background-size: 8px;
	width: 8px;
	line-height: 1;
	opacity: .75;
}
.choices[data-type*="select-multiple"] .choices__button:hover, .choices[data-type*="select-multiple"] .choices__button:focus, .choices[data-type*="text"] .choices__button:hover, .choices[data-type*="text"] .choices__button:focus {
	opacity: 1;
}
.choices__inner {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	background-color: #f9f9f9;
	padding: 7.5px 7.5px 3.75px;
	border: 1px solid #DDDDDD;
	border-radius: 2.5px;
	font-size: 14px;
	min-height: 44px;
	overflow: hidden;
}
.is-focused .choices__inner, .is-open .choices__inner {
	border-color: #b7b7b7;
}
.is-open .choices__inner {
	border-radius: 2.5px 2.5px 0 0;
}
.is-flipped.is-open .choices__inner {
	border-radius: 0 0 2.5px 2.5px;
}
.choices__list {
	margin: 0;
	padding-left: 0;
	list-style: none;
}
.choices__list--single {
	display: inline-block;
	padding: 4px 16px 4px 4px;
	width: 100%;
}
[dir="rtl"] .choices__list--single {
	padding-right: 4px;
	padding-left: 16px;
}
.choices__list--single .choices__item {
	width: 100%;
}
.choices__list--multiple {
	display: inline;
}
.choices__list--multiple .choices__item {
	display: inline-block;
	vertical-align: middle;
	border-radius: 20px;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: 500;
	margin-right: 3.75px;
	margin-bottom: 3.75px;
	background-color: #00BCD4;
	border: 1px solid #00a5bb;
	color: #FFFFFF;
	word-break: break-all;
}
.choices__list--multiple .choices__item[data-deletable] {
	padding-right: 5px;
}
[dir="rtl"] .choices__list--multiple .choices__item {
	margin-right: 0;
	margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
	background-color: #00a5bb;
	border: 1px solid #008fa1;
}
.is-disabled .choices__list--multiple .choices__item {
	background-color: #aaaaaa;
	border: 1px solid #919191;
}
.choices__list--dropdown {
	display: none;
	z-index: 1;
	position: absolute;
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	top: 100%;
	margin-top: -1px;
	border-bottom-left-radius: 2.5px;
	border-bottom-right-radius: 2.5px;
	overflow: hidden;
	word-break: break-all;
}
.choices__list--dropdown.is-active {
	display: block;
}
.is-open .choices__list--dropdown {
	border-color: #b7b7b7;
}
.is-flipped .choices__list--dropdown {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: -1px;
	border-radius: .25rem .25rem 0 0;
}
.choices__list--dropdown .choices__list {
	position: relative;
	max-height: 300px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	will-change: scroll-position;
}
.choices__list--dropdown .choices__item {
	position: relative;
	padding: 10px;
	font-size: 14px;
}
[dir="rtl"] .choices__list--dropdown .choices__item {
	text-align: right;
}
@media (min-width: 640px) {
	.choices__list--dropdown .choices__item--selectable {
		padding-right: 100px;
	}
	.choices__list--dropdown .choices__item--selectable:after {
		content: attr(data-select-text);
		font-size: 12px;
		opacity: 0;
		position: absolute;
		right: 10px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	[dir="rtl"] .choices__list--dropdown .choices__item--selectable {
		text-align: right;
		padding-left: 100px;
		padding-right: 10px;
	}
	[dir="rtl"] .choices__list--dropdown .choices__item--selectable:after {
		right: auto;
		left: 10px;
	}
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
	background-color: #f2f2f2;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
	opacity: .5;
}
.choices__item {
	cursor: default;
}
.choices__item--selectable {
	cursor: pointer;
}
.choices__item--disabled {
	cursor: not-allowed;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	opacity: .5;
}
.choices__heading {
	font-weight: 600;
	font-size: 12px;
	padding: 10px;
	border-bottom: 1px solid #f7f7f7;
	color: gray;
}
.choices__button {
	text-indent: -9999px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.choices__button:focus {
	outline: none;
}
.choices__input {
	display: inline-block;
	vertical-align: baseline;
	background-color: #f9f9f9;
	font-size: 14px;
	margin-bottom: 5px;
	border: 0;
	border-radius: 0;
	max-width: 100%;
	padding: 4px 0 4px 2px;
}
.choices__input:focus {
	outline: 0;
}
[dir="rtl"] .choices__input {
	padding-right: 2px;
	padding-left: 0;
}
.choices__placeholder {
	opacity: .5;
}
/*=====  End of Choices  ======*/

.choices {
	margin-bottom: 10px;
}
.choices:last-child {
	margin-bottom: 10px;
}
.choices__placeholder.choices__item {
	opacity: 1;
	color: #82909e;
}
.choices__inner {
	border: 1px solid #cbced5;
	-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
	background: #fff;
	min-height: 40px;
	padding: 3.5px 7.5px 3.75px;
}
.is-focused .choices__inner, .is-open .choices__inner {
	border: 1px solid #cbced5;
}
.choices.is-disabled .choices__inner {
	background: #fff;
	opacity: .5;
}
.choices__item {
	color: #35485B;
}
.choices__item--selectedvalue {
	color: #5CB5E8;
	font-weight: bold;
	float: right;
}
.choices__list--dropdown {
	border: 1px solid #cbced5;
}
.is-open .choices__list--dropdown {
	border: 1px solid #cbced5;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
	background: none;
	color: #4a90e2;
	cursor: pointer;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
	color: #000;
	opacity: .8;
}
.choices__list--single {
	padding: 8px 16px 0px 4px;
}
.choices[data-type*="select-one"] .choices__input {
	background-color: #f7f8fa;
	border-color: #ebedf1;
	border-width: 1px 0;
	border-style: solid;
	background-image: url("../img/icons/search.svg");
	background-repeat: no-repeat;
	background-position: 12px 7px;
	background-size: 24px;
	padding: 11px 11px 11px 40px;
}
.choices[data-type*="select-one"]:after {
	border: 0;
	width: 30px;
	height: 40px;
	top: 0;
	right: 0;
	margin: 0 10px 0 0;
	background-image: url("../img/icons/select.svg");
	background-position: center;
	background-repeat: no-repeat;
}
.choices[data-type*="select-one"].is-open:after {
	margin: 0 10px 0 0;
	border: 0;
}
.flexslider {
	margin: 0px;
	background: transparent;
	border: 0;
	overflow: hidden;
	background-color: #F7F8FA;
}
.flexslider.am-slider {
	overflow: visible;
}
.gradient .flexslider.am-slider {
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2), 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2), 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 480px) {
	.flexslider.am-slider {
		background: none;
		border-radius: 0 !important;
	}
	.flexslider.am-slider img.am-border-radius, .flexslider.am-slider img.c-button, .flexslider.am-slider .menu-item-has-children img.sub-menu, .menu-item-has-children .flexslider.am-slider img.sub-menu, .flexslider.am-slider .f-field .chosen-container-single img.chosen-single, .f-field .chosen-container-single .flexslider.am-slider img.chosen-single, .flexslider.am-slider img.flexslider, .flexslider.am-slider img.am-img-filter, .flexslider.am-slider img {
		border-radius: 0 !important;
	}
	.gradient .flexslider.am-slider {
		-webkit-box-shadow: 0 0 0 0px transparent;
		box-shadow: 0 0 0 0px transparent;
	}
}
.flexslider.am-slider .flex-viewport {
	background: #F7F8FA;
}
@media screen and (max-width: 480px) {
	.flexslider.am-slider .flex-viewport {
		background: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}
.flexslider.am-slider .flex-direction-nav a {
	-webkit-transition: width 0.1s ease-out, left 0.2s ease-out, right 0.2s ease-out;
	transition: width 0.1s ease-out, left 0.2s ease-out, right 0.2s ease-out;
	height: 56px;
	width: 56px;
	border-radius: 50%;
	opacity: 1;
	filter: alpha(opacity=100);
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	background-color: #fff;
	margin-top: -28px;
	z-index: 200;
}
.flexslider.am-slider .flex-direction-nav a.flex-next:before, .flexslider.am-slider .flex-direction-nav a.flex-prev:before {
	content: '';
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	height: 56px;
	width: 56px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: -webkit-transform .12s ease-out;
	transition: -webkit-transform .12s ease-out;
	transition: transform .12s ease-out;
	transition: transform .12s ease-out, -webkit-transform .12s ease-out;
}
.flexslider.am-slider .flex-direction-nav a.flex-next {
	right: -36px;
}
.touch .flexslider.am-slider .flex-direction-nav a.flex-next {
	right: 0;
}
.flexslider.am-slider .flex-direction-nav a.flex-next:before {
	top: 0;
	left: 0;
	background-image: url("../img/icons/am-slider-next.svg");
	background-size: 60%;
}
@media screen and (max-width: 1360px) {
	.flexslider.am-slider .flex-direction-nav a.flex-next {
		right: 16px;
	}
}
.flexslider.am-slider .flex-direction-nav a.flex-next:hover:before {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}
.flexslider.am-slider .flex-direction-nav a.flex-prev {
	left: -36px;
}
.touch .flexslider.am-slider .flex-direction-nav a.flex-prev {
	left: 0;
}
.flexslider.am-slider .flex-direction-nav a.flex-prev:before {
	background-image: url("../img/icons/am-slider-prev.svg");
	background-size: 60%;
	top: 0px;
	left: auto;
	right: 0px;
}
@media screen and (max-width: 1360px) {
	.flexslider.am-slider .flex-direction-nav a.flex-prev {
		left: 16px;
	}
}
.flexslider.am-slider .flex-direction-nav a.flex-prev:hover:before {
	-webkit-transform: translateX(-5px);
	transform: translateX(-5px);
}
.flexslider.am-slider .flex-control-nav {
	bottom: 64px;
	z-index: 100;
	width: auto;
	right: 12%;
}
@media screen and (max-width: 1030px) {
	.flexslider.am-slider .flex-control-nav {
		right: 20px;
	}
}
@media screen and (max-width: 768px) {
	.flexslider.am-slider .flex-control-nav {
		bottom: 20px;
		left: 20px;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@media screen and (max-width: 480px) {
	.flexslider.am-slider .flex-control-nav {
		bottom: auto;
		top: 88px;
		left: 0;
		width: 100%;
		text-align: left;
		padding-left: 12px;
		padding-top: 30px;
		padding-bottom: 10px;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.35+100 */
		/* FF3.6-15 */
		/* Chrome10-25,Safari5.1-6 */
		background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.35)));
		background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.35) 100%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#59000000', GradientType=0);
		/* IE6-9 */
	}
}
.flexslider.am-slider .flex-control-nav li {
	margin: 0 4px;
}
.flexslider.am-slider .flex-control-nav li a {
	-webkit-transition: none;
	transition: none;
	position: relative;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 8px;
	width: 8px;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
.flexslider.am-slider .flex-control-nav li a svg {
	position: absolute;
	top: -4px;
	left: -4px;
	display: none;
	stroke-dasharray: 35;
	stroke-dashoffset: 35;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.flexslider.am-slider .flex-control-nav li a svg g {
	stroke-width: 1pt;
}
.flexslider.am-slider .flex-control-nav li a.flex-active {
	top: 1px;
	background-color: #fff;
	border: 1px solid rgba(255, 255, 255, 0);
	height: 6px;
	width: 6px;
}
.flexslider.am-slider .flex-control-nav li a.flex-active svg {
	display: block;
	-webkit-animation: flexLoad 7s linear forwards;
	animation: flexLoad 7s linear forwards;
}
.flexslider.am-slider .flex-control-nav.flex-control-nav-disabled>li a {
	height: 8px;
	width: 8px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	top: 0px;
}
.flexslider.am-slider .flex-control-nav.flex-control-nav-disabled>li a svg {
	display: none;
}
.flexslider.am-slider .slides {
	overflow: hidden;
	position: relative;
	z-index: 99;
}
.flexslider.am-slider .slides img {
	display: block;
}
.flexslider.am-slider .slides li {
	position: relative;
}
.flexslider.am-slider .slides li>img {
	width: inherit !important;
	max-width: none !important;
}
.flexslider.am-slider .slides li>.c-yt-video {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
	.flexslider.am-slider .slides li {
		padding-top: 0;
		overflow: visible;
		background-color: #fff;
		border-radius: 0;
	}
	.flexslider.am-slider .slides li>img {
		position: relative;
	}
	.flexslider.am-slider .slides li>.c-yt-video {
		position: relative;
		top: 0;
		left: 0;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
.flexslider.am-slider .slides li .slider-captation {
	z-index: 999;
	position: absolute;
	bottom: 30px;
	left: 30px;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.flexslider.am-slider .slides li .slider-captation span {
	display: block;
	font-size: 14px;
	font-weight: normal;
}
@media screen and (max-width: 480px) {
	.flexslider.am-slider .slides li .slider-captation {
		position: relative;
		bottom: 0;
		left: 0;
		color: #2C3E50;
		padding: 20px 16px;
		font-size: 16px;
		line-height: 20px;
	}
	.flexslider.am-slider .slides li .slider-captation span {
		margin-top: 4px;
	}
}
.flexslider.am-slider .slides li .slider-action {
	z-index: 3;
	position: absolute;
	bottom: 30px;
	right: 30px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
@media screen and (max-width: 480px) {
	.flexslider.am-slider .slides li .slider-action {
		position: relative;
		right: 0;
		bottom: 0;
		padding: 0 16px 24px;
	}
	.flexslider.am-slider .slides li .slider-action .c-button {
		display: block;
		text-align: center;
	}
}
.flexslider.am-slider .slides li:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.35+100 */
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.35)));
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.35) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#59000000', GradientType=0);
	/* IE6-9 */
}
@media screen and (max-width: 480px) {
	.flexslider.am-slider .slides li:after {
		display: none;
	}
}
@media screen and (min-width: 480px) {
	.full-width .flexslider.am-slider {
		max-height: 540px;
		-webkit-box-shadow: 0 0 0 0px transparent;
		box-shadow: 0 0 0 0px transparent;
		border-top-right-radius: 0 !important;
		border-top-left-radius: 0 !important;
	}
	.full-width .flexslider.am-slider img.am-border-radius, .full-width .flexslider.am-slider img.c-button, .full-width .flexslider.am-slider .menu-item-has-children img.sub-menu, .menu-item-has-children .full-width .flexslider.am-slider img.sub-menu, .full-width .flexslider.am-slider .f-field .chosen-container-single img.chosen-single, .f-field .chosen-container-single .full-width .flexslider.am-slider img.chosen-single, .full-width .flexslider.am-slider img.flexslider, .full-width .flexslider.am-slider img.am-img-filter, .full-width .flexslider.am-slider img {
		border-top-right-radius: 0 !important;
		border-top-left-radius: 0 !important;
	}
	.full-width .flexslider.am-slider .slides li .slider-captation {
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
		bottom: 50%;
		font-size: 40px;
		line-height: 48px;
	}
	.full-width .flexslider.am-slider .slides li .slider-captation span {
		max-width: 800px;
		font-size: 20px;
		line-height: 28px;
		margin: 9px 0 0;
	}
	.full-width .flexslider.am-slider .slides li {
		max-height: 540px;
		overflow: visible;
	}
	.full-width .flexslider.am-slider .slides li .slider-action {
		margin-top: 24px;
	}
	.full-width .flexslider.am-slider .slider-content {
		position: absolute;
		top: 20%;
		left: 0;
		width: 100%;
		z-index: 200;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.full-width .flexslider.am-slider .slider-content .slider-captation, .full-width .flexslider.am-slider .slider-content .slider-action {
		position: relative;
		bottom: auto;
		left: auto;
		right: auto;
	}
}
.full-width .flexslider.am-slider:hover .flex-direction-nav .flex-next, .full-width .flexslider.am-slider:hover .flex-direction-nav .flex-prev {
	opacity: 1;
	filter: alpha(opacity=100);
}
@media screen and (min-width: 480px) {
	html.cssanimations.csstransitions .flexslider.am-slider .slider-captation, html.cssanimations.csstransitions .flexslider.am-slider .slider-action {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-animation: flexBoxedCapOut 0.4s ease-in forwards;
		animation: flexBoxedCapOut 0.4s ease-in forwards;
	}
	html.cssanimations.csstransitions .flexslider.am-slider .slides li.flex-active-slide .slider-captation, html.cssanimations.csstransitions .flexslider.am-slider .slides li.flex-active-slide .slider-action {
		-webkit-animation: flexBoxedCapIn 0.5s ease-out 0.4s forwards;
		animation: flexBoxedCapIn 0.5s ease-out 0.4s forwards;
	}
	html.cssanimations.csstransitions .flexslider.am-slider .slides li.flex-active-slide img {
		-webkit-animation: flexImgScale 0.4s ease-out forwards;
		animation: flexImgScale 0.4s ease-out forwards;
	}
}
@media screen and (max-width: 480px) {
	html.cssanimations.csstransitions .flexslider.am-slider .slider-captation, html.cssanimations.csstransitions .flexslider.am-slider .slider-action {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-animation: flexCapMobOut 0.2s ease-in forwards;
		animation: flexCapMobOut 0.2s ease-in forwards;
	}
	html.cssanimations.csstransitions .flexslider.am-slider .slides li.flex-active-slide .slider-captation {
		-webkit-animation: flexCapMobIn 0.3s ease-out 0.45s forwards;
		animation: flexCapMobIn 0.3s ease-out 0.45s forwards;
	}
	html.cssanimations.csstransitions .flexslider.am-slider .slides li.flex-active-slide .slider-action {
		-webkit-animation: flexCapMobIn 0.3s ease-out 0.5s forwards;
		animation: flexCapMobIn 0.3s ease-out 0.5s forwards;
	}
}
@-webkit-keyframes flexBoxedCapIn {
	0% {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transform: translatey(20px);
	}
	30% {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transform: translatey(20px);
	}
	100% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: translatey(0px);
	}
}
@keyframes flexBoxedCapIn {
	0% {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transform: translatey(20px);
		transform: translatey(20px);
	}
	30% {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transform: translatey(20px);
		transform: translatey(20px);
	}
	100% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: translatey(0px);
		transform: translatey(0px);
	}
}
@-webkit-keyframes flexBoxedCapOut {
	0% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: translatey(0px);
	}
	100% {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transform: translatey(-20px);
	}
}
@keyframes flexBoxedCapOut {
	0% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: translatey(0px);
		transform: translatey(0px);
	}
	100% {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transform: translatey(-20px);
		transform: translatey(-20px);
	}
}
@-webkit-keyframes flexCapMobIn {
	0% {
		opacity: 0;
		filter: alpha(opacity=0);
		bottom: 0;
	}
	100% {
		opacity: 1;
		filter: alpha(opacity=100);
		bottom: 0;
	}
}
@keyframes flexCapMobIn {
	0% {
		opacity: 0;
		filter: alpha(opacity=0);
		bottom: 0;
	}
	100% {
		opacity: 1;
		filter: alpha(opacity=100);
		bottom: 0;
	}
}
@-webkit-keyframes flexCapMobOut {
	0% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	100% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
}
@keyframes flexCapMobOut {
	0% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	100% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
}
@-webkit-keyframes flexImgScale {
	0% {
		-webkit-transform: scale(1.025);
	}
	100% {
		-webkit-transform: scale(1);
	}
}
@keyframes flexImgScale {
	0% {
		-webkit-transform: scale(1.025);
		transform: scale(1.025);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@-webkit-keyframes flexVideoScale {
	0% {
		-webkit-transform: translateY(-50%) scale(1.025);
	}
	100% {
		-webkit-transform: translateY(-50%) scale(1);
	}
}
@keyframes flexVideoScale {
	0% {
		-webkit-transform: translateY(-50%) scale(1.025);
		transform: translateY(-50%) scale(1.025);
	}
	100% {
		-webkit-transform: translateY(-50%) scale(1);
		transform: translateY(-50%) scale(1);
	}
}
@-webkit-keyframes flexFadeOut {
	0% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	100% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
}
@keyframes flexFadeOut {
	0% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	100% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
}
@-webkit-keyframes flexFadeIn {
	0% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
	100% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
}
@keyframes flexFadeIn {
	0% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
	100% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
}
@-webkit-keyframes flexLoad {
	to {
		stroke-dashoffset: 0;
	}
}
@keyframes flexLoad {
	to {
		stroke-dashoffset: 0;
	}
}
.flexslider.am-slider--sneakpeek {
	overflow: hidden;
	background-color: transparent;
}
.flexslider.am-slider--sneakpeek .flex-direction-nav a {
	-webkit-transition: left 0.1s ease-out, right 0.1s ease-out;
	transition: left 0.1s ease-out, right 0.1s ease-out;
	height: 36px;
	width: 54px;
	opacity: 1;
	filter: alpha(opacity=100);
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	background-color: #fff;
}
@media screen and (max-width: 480px) {
	.flexslider.am-slider--sneakpeek .flex-direction-nav a {
		display: none;
	}
}
.flexslider.am-slider--sneakpeek .flex-direction-nav a.flex-next:before, .flexslider.am-slider--sneakpeek .flex-direction-nav a.flex-prev:before {
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	height: 24px;
	width: 24px;
}
.flexslider.am-slider--sneakpeek .flex-direction-nav a.flex-next {
	border-bottom-left-radius: 54px;
	border-top-left-radius: 54px;
	right: -54px;
	-webkit-animation: flexNavNextOut 0.2s ease-out forwards;
	animation: flexNavNextOut 0.2s ease-out forwards;
}
.flexslider.am-slider--sneakpeek .flex-direction-nav a.flex-next:before {
	left: 6px;
	background-image: url("../img/icons/am-slider-next.svg");
}
.flexslider.am-slider--sneakpeek .flex-direction-nav a.flex-prev {
	border-bottom-right-radius: 54px;
	border-top-right-radius: 54px;
	left: -54px;
	-webkit-animation: flexNavPrevOut 0.2s ease-out forwards;
	animation: flexNavPrevOut 0.2s ease-out forwards;
}
.flexslider.am-slider--sneakpeek .flex-direction-nav a.flex-prev:before {
	background-image: url("../img/icons/am-slider-prev.svg");
	left: auto;
	right: 6px;
}
.flexslider.am-slider--sneakpeek:hover .am-img-filter:after {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.flexslider.am-slider--sneakpeek:hover .flex-direction-nav .flex-next, .flexslider.am-slider--sneakpeek:hover .flex-direction-nav .flex-prev {
	opacity: 1;
	filter: alpha(opacity=100);
}
.flexslider.am-slider--sneakpeek:hover .flex-direction-nav .flex-next {
	-webkit-animation: flexNavNextIn 0.3s ease-out 0.1s forwards;
	animation: flexNavNextIn 0.3s ease-out 0.1s forwards;
}
.flexslider.am-slider--sneakpeek:hover .flex-direction-nav .flex-prev {
	-webkit-animation: flexNavPrevIn 0.3s ease-out 0.1s forwards;
	animation: flexNavPrevIn 0.3s ease-out 0.1s forwards;
}
@-webkit-keyframes flexNavNextIn {
	0% {
		right: -54px;
	}
	100% {
		right: -30px;
	}
}
@keyframes flexNavNextIn {
	0% {
		right: -54px;
	}
	100% {
		right: -30px;
	}
}
@-webkit-keyframes flexNavNextOut {
	0% {
		right: -30px;
	}
	100% {
		right: -54px;
	}
}
@keyframes flexNavNextOut {
	0% {
		right: -30px;
	}
	100% {
		right: -54px;
	}
}
@-webkit-keyframes flexNavPrevIn {
	0% {
		left: -54px;
	}
	100% {
		left: -30px;
	}
}
@keyframes flexNavPrevIn {
	0% {
		left: -54px;
	}
	100% {
		left: -30px;
	}
}
@-webkit-keyframes flexNavPrevOut {
	0% {
		left: -30px;
	}
	100% {
		left: -54px;
	}
}
@keyframes flexNavPrevOut {
	0% {
		left: -30px;
	}
	100% {
		left: -54px;
	}
}
.flexslider.am-slider--car {
	overflow: hidden;
	position: relative;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 480px) {
	.flexslider.am-slider--car {
		-webkit-box-shadow: 0 0 0 0px transparent;
		box-shadow: 0 0 0 0px transparent;
	}
}
.flexslider.am-slider--car .flex-direction-nav a {
	-webkit-transition: width 0.1s ease-out, right 0.15s ease-out, left 0.15s ease-out;
	transition: width 0.1s ease-out, right 0.15s ease-out, left 0.15s ease-out;
	height: 48px;
	width: 36px;
	opacity: 1;
	filter: alpha(opacity=100);
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	background-color: #fff;
	z-index: 200;
}
.flexslider.am-slider--car .flex-direction-nav a.flex-next:before, .flexslider.am-slider--car .flex-direction-nav a.flex-prev:before {
	content: '';
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;
	background-position: center;
}
.flexslider.am-slider--car .flex-direction-nav a.flex-next {
	border-bottom-left-radius: 36px;
	border-top-left-radius: 36px;
	right: -36px;
}
.flexslider.am-slider--car .flex-direction-nav a.flex-next:before {
	left: -4px;
	background-image: url("../img/icons/am-slider-next.svg");
	background-size: 70%;
}
.flexslider.am-slider--car .flex-direction-nav a.flex-prev {
	border-bottom-right-radius: 36px;
	border-top-right-radius: 36px;
	left: -36px;
}
.flexslider.am-slider--car .flex-direction-nav a.flex-prev:before {
	background-image: url("../img/icons/am-slider-prev.svg");
	background-size: 70%;
	left: auto;
	right: -4px;
}
.flexslider.am-slider--car:hover .flex-direction-nav .flex-next {
	right: 0;
}
.flexslider.am-slider--car:hover .flex-direction-nav .flex-prev {
	left: 0;
}
.flexslider.am-slider--car:hover .flex-direction-nav .flex-next, .flexslider.am-slider--car:hover .flex-direction-nav .flex-prev {
	opacity: 1;
	filter: alpha(opacity=100);
}
.flexslider.am-slider--car:hover .flex-direction-nav .flex-next:hover {
	width: 46px;
}
.flexslider.am-slider--car:hover .flex-direction-nav .flex-prev:hover {
	width: 46px;
}
.flexslider.am-slider--car-carousel {
	padding-top: 15px;
	background-color: transparent;
}
@media screen and (max-width: 480px) {
	.flexslider.am-slider--car-carousel {
		display: none;
	}
}
.flexslider.am-slider--car-carousel:after {
	content: '';
	height: 100%;
	width: 1px;
	position: absolute;
	top: 15px;
	right: 0;
	z-index: 2;
	background-color: #EBEDF1;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,ffffff+100&0.01+0,1+85 */
}
.flexslider.am-slider--car-carousel .flex-viewport {
	padding: 4px;
}
.flexslider.am-slider--car-carousel .slides>li {
	position: relative;
	-webkit-transition: border 0.15s ease-in-out;
	transition: border 0.15s ease-in-out;
}
.flexslider.am-slider--car-carousel .slides>li img {
	position: relative;
	z-index: 1;
}
.flexslider.am-slider--car-carousel .slides>li:after {
	content: '';
	width: calc(100% + 8px);
	height: calc(100% + 8px);
	position: absolute;
	top: -4px;
	left: -4px;
	border: 1px solid transparent;
	-webkit-transition: border 0.15s ease-in-out;
	transition: border 0.15s ease-in-out;
}
.flexslider.am-slider--car-carousel .slides>li:hover {
	cursor: pointer;
}
.flexslider.am-slider--car-carousel .slides>li.flex-active-slide:after {
	border-color: #F55C10;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
	background-color: #fff;
}
.flexslider.am-slider--car-carousel .flex-direction-nav a {
	-webkit-transition: width 0.1s ease-out;
	transition: width 0.1s ease-out;
	height: 40px;
	width: 40px;
	opacity: 1;
	filter: alpha(opacity=100);
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	background-color: #fff;
	top: 50%;
	margin-top: -20px;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}
.flexslider.am-slider--car-carousel .flex-direction-nav a.flex-next:before, .flexslider.am-slider--car-carousel .flex-direction-nav a.flex-prev:before {
	content: '';
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0px;
	left: 0;
	height: 40px;
	width: 40px;
}
.flexslider.am-slider--car-carousel .flex-direction-nav a.flex-next {
	border-radius: 36px;
	right: 1px;
}
.flexslider.am-slider--car-carousel .flex-direction-nav a.flex-next:before {
	left: 0;
	background-image: url("../img/icons/am-slider-next.svg");
}
.flexslider.am-slider--car-carousel .flex-direction-nav a.flex-prev {
	border-radius: 36px;
	left: 20px;
}
.flexslider.am-slider--car-carousel .flex-direction-nav a.flex-prev:before {
	background-image: url("../img/icons/am-slider-prev.svg");
	left: auto;
	right: 0;
}
.flexslider.am-slider--car-carousel:hover .flex-direction-nav .flex-prev, .flexslider.am-slider--car-carousel:hover .flex-direction-nav .flex-next {
	opacity: 1;
	filter: alpha(opacity=100);
}
#car_single_slider_count, #car_single_slider_indicator {
	position: absolute;
	right: 15px;
	bottom: 15px;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	padding: 5px 8px;
	font-size: 12px;
	font-weight: bold;
}
@media screen and (max-width: 480px) {
	#car_single_slider_count, #car_single_slider_indicator {
		right: 10px;
		bottom: 10px;
	}
}
#car_single_slider_indicator {
	display: none;
	left: 10px;
	right: auto;
	font-weight: 600;
}
@media screen and (max-width: 480px) {
	#car_single_slider_indicator {
		display: block;
	}
}
/* ==========================================================================
   Elements
   ========================================================================== */

/**
 * Elements (high rate of use, could be overwritten by component).
 */

.e-avatar {
	padding: 0;
	height: 70px;
	width: 70px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #F7F8FA;
	float: left;
}
.e-avatar img {
	width: 100%;
	height: auto;
}
.badge {
	border-radius: 1.8em;
	font-size: 0.71em;
	font-weight: 600;
	height: 1.8em;
	line-height: 1.8em;
	background-color: #82909E;
	color: #fff;
	display: inline-block;
	padding-left: 0.6em;
	padding-right: 0.6em;
	margin-left: 0.5em;
}
@media screen and (max-width: 480px) {
	.badge {
		position: absolute;
		top: 50%;
		margin-top: -8px;
	}
}
.am-ellipsis {
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
}
.font-weight-semi {
	font-weight: 600 !important;
}
.font-weight-bold {
	font-weight: 800 !important;
}
.e-icon-oval {
	height: 24px;
	width: 24px;
	padding: 0;
	margin: 0;
	margin-right: 15px;
	display: inline-block;
	position: relative;
	top: 7px;
}
.e-icon-oval--white svg path {
	fill: #FFFFFF;
}
.e-icon-oval--white svg g use {
	stroke: #FFFFFF;
}
.e-icon-oval--light svg path {
	fill: #82909E;
}
.e-icon-oval--light svg g use {
	stroke: #82909E;
}
.e-icon-oval--dark svg path {
	fill: #35485B;
}
.e-icon-oval--dark svg g use {
	stroke: #35485B;
}
.e-icon-oval--primary svg path {
	fill: #F55C10;
}
.e-icon-oval--primary svg g use {
	stroke: #F55C10;
}
.e-business-hours {
	display: block;
	padding-left: 39px;
}
.e-business-hours__is-open {
	color: #2ECC71;
	margin-right: 16px;
}
.e-business-hours__day-time {
	color: #82909E;
}
.e-label {
	border-radius: 2px;
	font-weight: 600;
	padding: 4px 7px 6px;
}
.e-label--red {
	color: #FFFFFF;
	background-color: #D91602;
}
.e-carlabel {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	background-color: #43CB3D;
	color: #fff;
	border-radius: 2px;
	height: 20px;
	width: 20px;
	display: inline-block;
	line-height: 20px;
}
.e-stars {
	width: 100px;
	height: 17px;
	display: inline-block;
	background-image: url("../img/icons/star-rating.svg");
	background-repeat: no-repeat;
}
.e-stars__rating {
	width: 100%;
	height: 17px;
	background-image: url("../img/icons/star-rating-active.svg");
	background-repeat: no-repeat;
}
/* ==========================================================================
   Components
   ========================================================================== */

/**
 * Components and widgets.
 */

/**
 * components/_main.scss
 */

/* ==========================================================================
   Imports
   ========================================================================== */

.l-header {
	background-color: #fff;
}
.l-header .l-container.no-padding, .l-header .no-padding.c-car-heading {
	padding: 0;
}
.l-header>.l-container:last-child, .l-header>.c-car-heading:last-child {
	height: 110px;
}
@media screen and (max-width: 480px) {
	.l-header>.l-container:last-child, .l-header>.c-car-heading:last-child {
		height: auto;
	}
}
.c-tagline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 120px;
	padding-top: 50px;
	font-size:18px;
	font-weight:600;
	margin-bottom:0px;
}
@media screen and (max-width: 768px) {
	.c-tagline {
		font-size:12px;
		font-weight:200;
		padding-bottom:20px;
	}
}
@media screen and (max-width: 480px) {
	.c-tagline {
		padding-left: 0px;
		display: block;
		text-align: center;
	}
}
.c-logo {
	height: 110px;
	width: 269px;
	float: left;
}
.c-logo a img {
	width: 320px !Important;
	max-width:100%;
}
@media screen and (max-width: 480px) {
	.c-logo {
		-webkit-box-pack: center;
		box-pack: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		justify-content: center;
		-ms-flex-pack: center;
		width: 100%;
		height: 80px;
		padding: 0 10px;
	}
	.c-logo a {
		display: inline-block;
	}
}
.c-menu {
	position: relative;
	height: 110px;
}
@media screen and (max-width: 480px) {
	.c-menu {
		width: 100%;
		height: auto;
		border-top: 1px solid #EBEDF1;
		padding: 16px 0 17px;
	}
	.c-menu.o-flex-center {
		-webkit-box-align: start;
		box-align: start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		-o-align-items: flex-start;
		align-items: flex-start;
		-ms-flex-align: start;
		-webkit-box-orient: horizontal;
		box-orient: horizontal;
		-webkit-box-direction: normal;
		box-direction: normal;
		-moz-flex-direction: row;
		flex-direction: row;
		-ms-flex-direction: row;
		-webkit-box-pack: start;
		box-pack: start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		-o-justify-content: flex-start;
		justify-content: flex-start;
		-ms-flex-pack: start;
	}
}
.nav::after {
	clear: both;
	content: "";
	display: block;
}
.nav>li:first-child {
	padding-left: 0px;
}
.nav>li a {
	display: block;
	color: #35485B;
	font-size: 14px;
}
.nav>li a:hover {
	color: #12273B;
}
@media screen and (max-width: 480px) {
	.nav>li a {
		font-weight: 600;
	}
}
.nav>li.current-menu-item>a, .nav>li.current-menu-parent>a {
	color: #D81703;
	font-weight: bold;
}
.c-menu .nav>li {
	padding-left: 20px;
	padding-right: 20px;
}
@media screen and (max-width: 480px) {
	.c-menu .nav>li {
		padding: 0 12px;
	}
}
@media screen and (min-width: 480px) {
	.top-nav .menu-item-has-children {
		position: relative;
	}
}
@media screen and (max-width: 480px) {
	.top-nav .menu-item-has-children {
		background-position: right 6px center;
	}
}
.top-nav .menu-item-has-children>a {
	padding-right: 10px;
	position: relative;
}
.top-nav .menu-item-has-children>a:after {
	content: '';
	position: absolute;
	top: 14px;
	right: 10px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #f00;
	z-index: 1;
}
.top-nav .menu-item-has-children .sub-menu {
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 101;
	min-width: 200px;
	margin-top: 10px;
	position: absolute;
	top: 100%;
	left: 50%;
	background-color: #fff;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
	-webkit-animation: submenuOut ease-out 0.15s forwards;
	animation: submenuOut ease-out 0.15s forwards;
}
@media screen and (max-width: 768px) {
	.top-nav .menu-item-has-children .sub-menu {
		left: auto;
		right: 0;
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
}
.top-nav .menu-item-has-children .sub-menu>li {
	border-top: 1px solid #EBEDF1;
}
.top-nav .menu-item-has-children .sub-menu>li:first-child {
	border-top: none;
}
.top-nav .menu-item-has-children .sub-menu>li a {
	padding: 10px;
}
@media screen and (max-width: 480px) {
	.top-nav .menu-item-has-children .sub-menu {
		border-top: 1px solid #EBEDF1;
		margin-top: 0;
		border-radius: 0px;
		position: absolute;
		top: 100%;
		left: 0;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.5);
		box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.5);
		-webkit-animation: submenuOut ease-out 0.25s forwards;
		animation: submenuOut ease-out 0.25s forwards;
		min-width: 100%;
		width: 100%;
	}
	.top-nav .menu-item-has-children .sub-menu:after {
		display: none;
	}
	.top-nav .menu-item-has-children .sub-menu>li {
		border-top: 1px solid #EBEDF1;
	}
	.top-nav .menu-item-has-children .sub-menu>li a {
		padding: 16px;
	}
}
.top-nav .menu-item-has-children.submenu--active>ul {
	opacity: 1;
	visibility: visible;
}
.e-menu-toggle {
	border: none;
	background: none;
	height: 12px;
	width: 16px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -6px;
	-webkit-appearance: none;
}
@media screen and (max-width: 480px) {
	.e-menu-toggle {
		right: 16px;
	}
}
.e-menu-toggle.hidden {
	display: none;
}
.e-menu-toggle.hidden+.visible-links {
	padding-right: 0 !important;
}
.e-menu-toggle:focus {
	outline: none;
}
.e-menu-toggle:after {
	z-index: 1;
	position: absolute;
	right: -6px;
	bottom: -8px;
	height: 13px;
	width: auto;
	min-width: 13px;
	padding: 0 4px;
	line-height: 13px;
	font-weight: 600;
	font-size: 10px;
	content: attr(count);
	background-color: #F55C10;
	color: #fff;
	border-radius: 50%;
}
.e-menu-toggle>span {
	height: 2px;
	width: 16px;
	position: absolute;
	left: 0;
	background-color: #35485B;
}
.e-menu-toggle__htop {
	top: 0;
}
.e-menu-toggle__hmiddle {
	top: 5px;
}
.e-menu-toggle__hbottom {
	top: 10px;
}
.c-menu {
	-webkit-box-pack: end;
	box-pack: end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-o-justify-content: flex-end;
	justify-content: flex-end;
	-ms-flex-pack: end;
	z-index: 999;
}
.home .c-menu {
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	position: relative;
}
.c-menu .visible-links {
	padding-right: 36px;
	display: inline-table;
}
.c-menu .visible-links>li {
	display: table-cell;
	white-space: nowrap;
}
.c-menu .visible-links>li:last-child {
	padding-right: 0;
}
.c-menu .hidden-links {
	z-index: 101;
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	min-width: 200px;
	position: absolute;
	top: 65px;
	right: 80px;
	background-color: #fff;
	-webkit-transform: translateX(40%);
	transform: translateX(40%);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	opacity: 1;
	visibility: visible;
}
.c-menu .hidden-links a {
	color: #35485B;
	padding: 10px;
	display: block;
}
.c-menu .hidden-links li {
	border-top: 1px solid #EBEDF1;
}
.c-menu .hidden-links li:first-child {
	border-top: none;
}
.c-menu .hidden-links.hidden {
	z-index: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
}
.c-menu .hidden-links li.menu-item-has-children a {
	background-position: right 10px center;
}
.c-menu .hidden-links li.menu-item-has-children .sub-menu {
	border-top: 1px solid #EBEDF1;
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	position: relative;
	top: 0;
	left: 0;
	-webkit-transform: translateX(0) scale(1);
	transform: translateX(0) scale(1);
	-webkit-animation: none;
	animation: none;
	display: none;
	margin-top: 0;
	-webkit-box-shadow: 0px 0px 0px 0px transparent;
	box-shadow: 0px 0px 0px 0px transparent;
}
.c-menu .hidden-links li.menu-item-has-children .sub-menu>li {
	padding-left: 10px;
}
.c-menu .hidden-links li.menu-item-has-children.submenu--active .sub-menu {
	display: block;
}
@media screen and (max-width: 480px) {
	.c-menu .hidden-links {
		border-top: 1px solid #EBEDF1;
		min-width: 100%;
		position: absolute;
		top: 100%;
		right: 0;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		border-radius: 0px;
		-webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
	}
	.c-menu .hidden-links:after {
		display: none;
	}
	.c-menu .hidden-links>li {
		padding: 0;
	}
	.c-menu .hidden-links>li a {
		padding: 16px;
		display: block;
		color: #35485B;
		font-weight: 600;
	}
	.c-menu .hidden-links li.menu-item-has-children a {
		background-position: right 20px center;
	}
	.c-menu .hidden-links li.menu-item-has-children .sub-menu a {
		font-weight: 400;
	}
}
.c-brand {
	float: right;
	height: 110px;
	width: 128px;
	border-left: 1px solid #EBEDF1;
	border-right: 1px solid #EBEDF1;
	background-repeat: no-repeat;
	background-position: center;
}
@media screen and (max-width: 480px) {
	.c-brand {
		display: none;
	}
}
.c-brand--peugeot {
	background-image: url("../img/suppliers/peugeot.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.c-brand--peugeot {
		background-image: url("../img/suppliers/peugeot_2x.png");
		background-size: 170px 120px;
	}
}
.c-submenu {
	background-color: #F7F8FA;
	width: 100%;
	height: 48px;
	border-bottom: 1px solid #EBEDF1;
}
.c-submenu::after {
	clear: both;
	content: "";
	display: block;
}
.c-submenu .l-container, .c-submenu .c-car-heading {
	padding-bottom: 0;
}
.c-submenu__inner {
	float: right;
}
.c-submenu__inner.left {
	float: left;
}
.c-submenu__inner.left img{
	float: left;
	padding-right: 40px;
	max-height: 35px;
	padding: 3px;
	margin-top:3px;
	background: #fff;
	margin-right:20px;
}
.c-submenu__item {
	min-height: 40px;
	line-height: 38px;
	float: left;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.c-submenu__item .c-icon {
	margin-right: 5px;
}
.c-submenu__item:last-child {
	padding-right: 0;
}
.c-submenu__item .e-stars {
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	margin-right: 4px;
}
.c-submenu__item .c-rating__score {
	font-size: 18px;
	vertical-align: middle;
}
.c-submenu ul {
	float: right;
}
.c-submenu li {
	float: left;
}
.c-submenu li a {
	color: #82909E;
	line-height: 48px;
	margin-left: 30px;
	font-size: 13px;
}
@media screen and (max-width: 480px) {
	.c-submenu__inner { width:100%; margin:0 auto;}
	.c-submenu .c-submenu__inner.left, #amclientratingwidget-4{
		display: none;
	}
	.c-submenu__inner {
		float:none;
	}
}
.c-submenu--full-width {
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.c-submenu--full-width a {
	line-height: 38px;
}
.c-menu--full-width {
	height: auto;
	padding: 0;
	min-height: 48px;
	background-color: #F55C10;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	font-weight: 600;
}
.c-menu--full-width .l-container, .c-menu--full-width .c-car-heading {
	padding-bottom: 0;
}
.c-menu--full-width .e-menu-toggle {
	right: 30px;
}
.c-menu--full-width a {
	color: #fff;
	line-height: 32px;
	padding: 0 14px;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	border-radius: 2px;
}
.c-menu--full-width a:hover {
	background-color: rgba(0, 0, 0, 0.1);
}
.c-menu--full-width .menu-item-has-children a {
	padding-right: 30px;
	background-position: right 12px center;
}
.c-menu--full-width ul.nav {
	padding: 12px 0 11px;
}
.c-menu--full-width ul.nav>li {
	padding: 0 15px 0 0;
	display: inline-block;
}
@media screen and (max-width: 480px) {
	.c-menu--full-width ul.nav>li {
		padding: 0;
	}
}
.c-menu--full-width ul.nav>li.current-menu-item>a, .c-menu--full-width ul.nav>li.current-page-parent>a {
	background-color: #fff;
}
.c-menu--full-width ul.nav>li.submenu--active>a {
	background-color: #fff;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.c-menu--full-width .menu-item-has-children .sub-menu {
	padding-top: 4px;
	border-top-left-radius: 0;
	margin-top: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	left: 0;
}
.c-menu--full-width .menu-item-has-children .sub-menu:before {
	content: '';
	position: absolute;
	top: -4px;
	left: 0;
	width: 100%;
	height: 6px;
	background-color: #fff;
	border-top-right-radius: 3px;
	z-index: 999;
}
.c-menu--full-width .menu-item-has-children .sub-menu>li a {
	padding: 4px 14px;
}
.c-menu--full-width .menu-item-has-children .sub-menu>li a:hover {
	background-color: #F7F8FA;
}
.c-tabbarnav {
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 999;
	border-top: 1px solid #EBEDF1;
	background-color: #fff;
	height: 48px;
	width: 100%;
}
@media screen and (max-width: 480px) {
	.touch .c-tabbarnav {
		display: block;
	}
}
.c-tabbarnav .c-icon {
	top: 0;
}
.c-tabbarnav__list {
	width: 100%;
	padding: 0;
	margin: 0;
}
.c-tabbarnav__list::after {
	clear: both;
	content: "";
	display: block;
}
.c-tabbarnav__item {
	width: 25%;
	float: left;
	list-style: none;
}
.c-tabbarnav__button {
	padding-top: 4px;
	height: 48px;
	width: 100%;
	display: block;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
	color: #82909E;
}
.active .c-tabbarnav__button {
	color: #F55C10;
}
.c-tabbarnav__button>span {
	display: block;
}
.c-breadcrumb {
	border-bottom: 1px solid #EBEDF1;
	padding: 15px 0 24px;
}
.c-breadcrumb .c-icon--arrow-right {
	background-color: #F55C10;
}
.c-breadcrumb__list {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 70%;
}
.c-breadcrumb__list>li {
	display: inline-block;
	color: #82909E;
}
.c-breadcrumb__meta {
	float: right;
	padding-top: 8px;
	line-height: 22px;
}
.c-breadcrumb__meta strong {
	font-weight: 600;
}
.c-breadcrumb__page-title {
	width: 70%;
}
@media screen and (max-width: 480px) {
	.c-breadcrumb {
		display: none;
	}
}
.c-occasions {
	padding-bottom: 0px;
}
@media screen and (max-width: 480px) {
	.c-occasions {
		padding: 0 10px 20px;
	}
}
.c-occasions__list {
	min-height: 50px;
}
.c-occasions__list::after {
	clear: both;
	content: "";
	display: block;
}
.c-occasions__list .c-occasions-item {
	width: 46.875%;
	margin-bottom: 40px;
	float: right;
}
.c-occasions__list .c-occasions-item:nth-child(2n) {
	float: left;
}
@media screen and (max-width: 480px) {
	.c-occasions__list .c-occasions-item {
		width: 100%;
	}
}
.c-occasions__list--three .c-occasions-item {
	width: 30.9%;
	margin-right: 3.6%;
	margin-bottom: 54px;
	float: left;
}
.c-occasions__list--three .c-occasions-item:nth-child(2n) {
	float: left;
}
.c-occasions__list--three .c-occasions-item:nth-child(3n) {
	margin-right: 0px;
}
@media screen and (max-width: 480px) {
	.c-occasions__list--three .c-occasions-item {
		width: 100%;
		min-width: 100%;
		margin: 0;
	}
}
.c-occasions__list--four .c-occasions-item {
	width: 23%;
	margin-right: 2.5%;
	margin-bottom: 54px;
	float: left;
}
.c-occasions__list--four .c-occasions-item:nth-child(2n) {
	float: left;
}
.c-occasions__list--four .c-occasions-item:nth-child(4n) {
	margin-right: 0px;
}
@media screen and (max-width: 480px) {
	.c-occasions__list--four .c-occasions-item {
		width: 100%;
		min-width: 100%;
		margin: 0;
	}
}
.c-occasions__pagination {
	float: right;
	width: 65.97%;
}
.c-occasions__pagination--nav.hidden {
	display: none;
}
.c-occasions__pagination--right {
	float: right;
}
.c-occasions__pagination--left {
	float: left;
}
@media screen and (max-width: 480px) {
	.c-occasions__pagination {
		width: 100%;
	}
}
.c-occasions .c-occasions-group::after {
	clear: both;
	content: "";
	display: block;
}
.c-occasions .c-tag-action {
	font-size: 16px;
	line-height: 1.5em;
	color: #35485B;
	text-align: center;
	margin: 8px 0 40px 0;
}
@media screen and (max-width: 480px) {
	.c-occasions .c-tag-action {
		display: none;
	}
}
.c-occasions .c-home-view-all {
	display: none;
}
@media screen and (max-width: 480px) {
	.c-occasions .c-home-view-all {
		display: block;
		text-align: center;
	}
}
.c-occasions-header {
	padding-top: 55px;
	padding-bottom: 30px;
	line-height: 32px;
}
.c-occasions-header::after {
	clear: both;
	content: "";
	display: block;
}
@media screen and (max-width: 480px) {
	.c-occasions-header {
		padding-bottom: 10px;
	}
}
@media screen and (max-width: 480px) {
	.c-occasions-header--home {
		padding: 20px 0 16px;
	}
}
.c-occasions-header__filters {
	margin-top: 51px;
}
.c-occasions-header__filters .f-field {
	float: left;
}
.c-occasions-header__filters .f-tags {
	float: left;
	margin-left: 70px;
}
.c-occasions-header__filters .f-tags li {
	display: inline-block;
	line-height: 40px;
	margin-right: 20px;
}
.c-occasions-header__title {
	font-size: 32px;
	font-weight: bold;
	display: inline-block;
	margin-right: 25px;
}
@media screen and (max-width: 480px) {
	.c-occasions-header__title {
		font-size: 16px;
	}
}
.c-occasions-header__tel {
	float: right;
	display: inline-block;
	position: relative;
	top: 6px;
}
.c-occasions-header__sort {
	display: inline-block;
}
.c-occasions-header__sort .c-icon--sort {
	margin: 0 25px;
}
.c-occasions-header__action {
	display: block;
	float: right;
	/*padding-right: 15px;

        background-image: url('../img/icons/arrow-right.svg');
        background-repeat: no-repeat;
        background-position: right;*/
	margin-top: 3px;
}
@media screen and (max-width: 480px) {
	.c-occasions-header__action {
		display: none;
	}
}
.c-occasions-header__toggleview {
	display: inline-block;
	vertical-align: middle;
}
.c-occasions-header__toggleview a {
	display: block;
	float: left;
	border: 1px solid #CDD6DB;
	padding: 8px 0px 7px 0px;
	width: 80px;
	background-color: #FFF;
}
.c-occasions-header__toggleview a span {
	margin: 0 8px;
}
.c-occasions-header__toggleview a.is-active {
	background-color: #F0F3F5;
	color: #8C99A8;
}
.c-occasions-header__toggleview a:first-child {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.c-occasions-header__toggleview a:last-child {
	margin-left: -1px;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}
.c-occasions-header--spacing {
	border: none;
}
.c-occasions-header--spacing .c-occasions-header__title {
	font-size: 20px;
}
.c-occasions-options {
	position: relative;
	background-color: #F7F8FA;
	border-bottom: 1px solid #EBEDF1;
	margin-bottom: 40px;
	height: 49px;
}
.c-occasions-options::after {
	clear: both;
	content: "";
	display: block;
}
@media screen and (max-width: 768px) {
	.c-occasions-options {
		padding: 7px 7px 0;
	}
}
.c-occasions-options #is-filter__km {
	margin-right: 30px;
	padding: 9px 0;
	margin-bottom: 0px;
}
.c-occasions-options #is-filter__km .chosen-container-single .chosen-single {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.c-occasions-options #is-layout__display {
	padding: 18px 5px 18px 0;
}
.c-occasions-options #is-layout__display::after {
	clear: both;
	content: "";
	display: block;
}
.c-occasions-options #is-layout__display>div {
	float: left;
}
.c-occasions-options #is-layout__display>div:last-child {
	margin-left: 2px;
}
@media screen and (max-width: 480px) {
	.c-occasions-item {
		padding-bottom: 20px;
		overflow: hidden;
		line-height: 22px;
	}
}
.c-occasions-item__thumb {
	position: relative;
	padding-bottom: 18px;
}
.c-occasions-item__thumb::after {
	clear: both;
	content: "";
	display: block;
}
.c-occasions-item__thumb .am-img-filter {
	position: relative;
	overflow: hidden;
	width: 100%;
	float: left;
	background-image: url("../img/icons/spinner.svg");
	background-position: center;
	background-repeat: no-repeat;
}
.c-occasions-item__thumb .am-img-filter.has-image:after {
	border-radius: 2px;
	-webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
	opacity: 0;
	filter: alpha(opacity=0);
	content: '';
	z-index: 2;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0%;
	left: 0%;
	background: radial-gradient(50% 50%, circle closest-corner, transparent 45%, rgba(0, 0, 0, 0.3));
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.c-occasions-item__thumb .am-img-filter.has-image:hover:after {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
@media screen and (max-width: 480px) {
	.c-occasions-item__thumb {
		margin-bottom: 10px;
	}
}
.c-occasions-item__thumb img {
	height: auto;
	max-width: 100%;
	width: 100% !important;
	display: block;
	-webkit-filter: contrast(110%) saturate(90%);
	filter: contrast(110%) saturate(90%);
}
.c-occasions-item__thumb .e-label {
	display: none;
	position: absolute;
	right: 8px;
	bottom: 8px;
	z-index: 1;
}
.c-occasions-item__content {
	width: 100%;
	font-size: 14px;
	line-height: 22px;
}
.c-occasions-item__content .am-ellipsis {
	line-height: inherit;
}
.c-occasions-item__name {
	display: block;
	font-weight: bold;
	color: #35485B;
}
.c-occasions-item__name a {
	color: #35485B;
}
.c-occasions-item__name a:hover {
	color: #1e2934;
}
.c-occasions-item__meta {
	font-size: 13px;
	color: #82909E;
	display: block;
}
.c-occasions-item__price {
	color: #D91602;
	font-weight: bold;
	margin-top: 3px;
	display: inline-block;
}
.c-occasions-item__price a {
	color: #D91602;
}
.c-occasions-item__leaseprice {
	display: inline-block;
	padding-left: 5px;
}
.c-occasions-item__price-monthly {
	display: inline-block;
	font-weight: normal;
}
.c-occasions-item__sold .c-occasions-item__price {
	color: #82909E;
}
.c-occasions-item__sold .c-occasions-item__thumb .e-label {
	display: block;
}
.c-occasions--loading .c-occasions__list {
	background-image: url("../img/icons/spinner.svg");
	background-position: center 50%;
	background-repeat: no-repeat;
}
.c-occasions--loading .c-occasions-item__thumb {
	background-color: #F7F8FA;
}
.c-occasions--loading .c-occasions-item__thumb img, .c-occasions--loading .c-occasions-item__thumb .e-label {
	opacity: 0;
	filter: alpha(opacity=0);
}
.c-occasions--loading .c-occasions-item__content {
	position: relative;
	-webkit-transition: background 0.1s ease-out;
	transition: background 0.1s ease-out;
}
.c-occasions--loading .c-occasions-item__content:after {
	height: 16px;
	width: 150px;
	border-radius: 3px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #F7F8FA;
}
.c-occasions--loading .c-occasions-item__content>.c-occasions-item__name, .c-occasions--loading .c-occasions-item__content>.c-occasions-item__meta, .c-occasions--loading .c-occasions-item__content>.c-occasions-item__price {
	opacity: 0;
	filter: alpha(opacity=0);
}
@media screen and (min-width: 480px) {
	.c-occasions--done .c-occasions-item:nth-child(1) .c-occasions-item__thumb {
		background-color: #F7F8FA;
		-webkit-animation: occasion_loaded_bg 0.1s ease-in forwards;
		animation: occasion_loaded_bg 0.1s ease-in forwards;
		-webkit-animation-delay: 60ms;
		animation-delay: 60ms;
	}
	.c-occasions--done .c-occasions-item:nth-child(1) .c-occasions-item__thumb img, .c-occasions--done .c-occasions-item:nth-child(1) .c-occasions-item__thumb .e-label {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-animation: fade_in 0.2s ease-in forwards;
		animation: fade_in 0.2s ease-in forwards;
		-webkit-animation-delay: 60ms;
		animation-delay: 60ms;
	}
	.c-occasions--done .c-occasions-item:nth-child(1) .c-occasions-item__content:after {
		background-color: #F7F8FA;
		-webkit-animation: occasion_loaded_bg 0.1s ease-in forwards;
		animation: occasion_loaded_bg 0.1s ease-in forwards;
		-webkit-animation-delay: 60ms;
		animation-delay: 60ms;
	}
	.c-occasions--done .c-occasions-item:nth-child(1) .c-occasions-item__content>.c-occasions-item__name, .c-occasions--done .c-occasions-item:nth-child(1) .c-occasions-item__content>.c-occasions-item__meta, .c-occasions--done .c-occasions-item:nth-child(1) .c-occasions-item__content>.c-occasions-item__price {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-animation: fade_in 0.25s ease-in forwards;
		animation: fade_in 0.25s ease-in forwards;
		-webkit-animation-delay: 60ms;
		animation-delay: 60ms;
	}
}
@media screen and (min-width: 480px) {
	.c-occasions--done .c-occasions-item:nth-child(2) .c-occasions-item__thumb {
		background-color: #F7F8FA;
		-webkit-animation: occasion_loaded_bg 0.1s ease-in forwards;
		animation: occasion_loaded_bg 0.1s ease-in forwards;
		-webkit-animation-delay: 120ms;
		animation-delay: 120ms;
	}
	.c-occasions--done .c-occasions-item:nth-child(2) .c-occasions-item__thumb img, .c-occasions--done .c-occasions-item:nth-child(2) .c-occasions-item__thumb .e-label {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-animation: fade_in 0.2s ease-in forwards;
		animation: fade_in 0.2s ease-in forwards;
		-webkit-animation-delay: 120ms;
		animation-delay: 120ms;
	}
	.c-occasions--done .c-occasions-item:nth-child(2) .c-occasions-item__content:after {
		background-color: #F7F8FA;
		-webkit-animation: occasion_loaded_bg 0.1s ease-in forwards;
		animation: occasion_loaded_bg 0.1s ease-in forwards;
		-webkit-animation-delay: 120ms;
		animation-delay: 120ms;
	}
	.c-occasions--done .c-occasions-item:nth-child(2) .c-occasions-item__content>.c-occasions-item__name, .c-occasions--done .c-occasions-item:nth-child(2) .c-occasions-item__content>.c-occasions-item__meta, .c-occasions--done .c-occasions-item:nth-child(2) .c-occasions-item__content>.c-occasions-item__price {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-animation: fade_in 0.25s ease-in forwards;
		animation: fade_in 0.25s ease-in forwards;
		-webkit-animation-delay: 120ms;
		animation-delay: 120ms;
	}
}
@media screen and (min-width: 480px) {
	.c-occasions--done .c-occasions-item:nth-child(3) .c-occasions-item__thumb {
		background-color: #F7F8FA;
		-webkit-animation: occasion_loaded_bg 0.1s ease-in forwards;
		animation: occasion_loaded_bg 0.1s ease-in forwards;
		-webkit-animation-delay: 180ms;
		animation-delay: 180ms;
	}
	.c-occasions--done .c-occasions-item:nth-child(3) .c-occasions-item__thumb img, .c-occasions--done .c-occasions-item:nth-child(3) .c-occasions-item__thumb .e-label {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-animation: fade_in 0.2s ease-in forwards;
		animation: fade_in 0.2s ease-in forwards;
		-webkit-animation-delay: 180ms;
		animation-delay: 180ms;
	}
	.c-occasions--done .c-occasions-item:nth-child(3) .c-occasions-item__content:after {
		background-color: #F7F8FA;
		-webkit-animation: occasion_loaded_bg 0.1s ease-in forwards;
		animation: occasion_loaded_bg 0.1s ease-in forwards;
		-webkit-animation-delay: 180ms;
		animation-delay: 180ms;
	}
	.c-occasions--done .c-occasions-item:nth-child(3) .c-occasions-item__content>.c-occasions-item__name, .c-occasions--done .c-occasions-item:nth-child(3) .c-occasions-item__content>.c-occasions-item__meta, .c-occasions--done .c-occasions-item:nth-child(3) .c-occasions-item__content>.c-occasions-item__price {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-animation: fade_in 0.25s ease-in forwards;
		animation: fade_in 0.25s ease-in forwards;
		-webkit-animation-delay: 180ms;
		animation-delay: 180ms;
	}
}
@media screen and (min-width: 480px) {
	.c-occasions--done .c-occasions-item:nth-child(4) .c-occasions-item__thumb {
		background-color: #F7F8FA;
		-webkit-animation: occasion_loaded_bg 0.1s ease-in forwards;
		animation: occasion_loaded_bg 0.1s ease-in forwards;
		-webkit-animation-delay: 240ms;
		animation-delay: 240ms;
	}
	.c-occasions--done .c-occasions-item:nth-child(4) .c-occasions-item__thumb img, .c-occasions--done .c-occasions-item:nth-child(4) .c-occasions-item__thumb .e-label {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-animation: fade_in 0.2s ease-in forwards;
		animation: fade_in 0.2s ease-in forwards;
		-webkit-animation-delay: 240ms;
		animation-delay: 240ms;
	}
	.c-occasions--done .c-occasions-item:nth-child(4) .c-occasions-item__content:after {
		background-color: #F7F8FA;
		-webkit-animation: occasion_loaded_bg 0.1s ease-in forwards;
		animation: occasion_loaded_bg 0.1s ease-in forwards;
		-webkit-animation-delay: 240ms;
		animation-delay: 240ms;
	}
	.c-occasions--done .c-occasions-item:nth-child(4) .c-occasions-item__content>.c-occasions-item__name, .c-occasions--done .c-occasions-item:nth-child(4) .c-occasions-item__content>.c-occasions-item__meta, .c-occasions--done .c-occasions-item:nth-child(4) .c-occasions-item__content>.c-occasions-item__price {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-animation: fade_in 0.25s ease-in forwards;
		animation: fade_in 0.25s ease-in forwards;
		-webkit-animation-delay: 240ms;
		animation-delay: 240ms;
	}
}
@media screen and (min-width: 480px) {
	.c-occasions--done .c-occasions-item:nth-child(5) .c-occasions-item__thumb {
		background-color: #F7F8FA;
		-webkit-animation: occasion_loaded_bg 0.1s ease-in forwards;
		animation: occasion_loaded_bg 0.1s ease-in forwards;
		-webkit-animation-delay: 300ms;
		animation-delay: 300ms;
	}
	.c-occasions--done .c-occasions-item:nth-child(5) .c-occasions-item__thumb img, .c-occasions--done .c-occasions-item:nth-child(5) .c-occasions-item__thumb .e-label {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-animation: fade_in 0.2s ease-in forwards;
		animation: fade_in 0.2s ease-in forwards;
		-webkit-animation-delay: 300ms;
		animation-delay: 300ms;
	}
	.c-occasions--done .c-occasions-item:nth-child(5) .c-occasions-item__content:after {
		background-color: #F7F8FA;
		-webkit-animation: occasion_loaded_bg 0.1s ease-in forwards;
		animation: occasion_loaded_bg 0.1s ease-in forwards;
		-webkit-animation-delay: 300ms;
		animation-delay: 300ms;
	}
	.c-occasions--done .c-occasions-item:nth-child(5) .c-occasions-item__content>.c-occasions-item__name, .c-occasions--done .c-occasions-item:nth-child(5) .c-occasions-item__content>.c-occasions-item__meta, .c-occasions--done .c-occasions-item:nth-child(5) .c-occasions-item__content>.c-occasions-item__price {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-animation: fade_in 0.25s ease-in forwards;
		animation: fade_in 0.25s ease-in forwards;
		-webkit-animation-delay: 300ms;
		animation-delay: 300ms;
	}
}
@media screen and (min-width: 480px) {
	.c-occasions--done .c-occasions-item:nth-child(6) .c-occasions-item__thumb {
		background-color: #F7F8FA;
		-webkit-animation: occasion_loaded_bg 0.1s ease-in forwards;
		animation: occasion_loaded_bg 0.1s ease-in forwards;
		-webkit-animation-delay: 360ms;
		animation-delay: 360ms;
	}
	.c-occasions--done .c-occasions-item:nth-child(6) .c-occasions-item__thumb img, .c-occasions--done .c-occasions-item:nth-child(6) .c-occasions-item__thumb .e-label {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-animation: fade_in 0.2s ease-in forwards;
		animation: fade_in 0.2s ease-in forwards;
		-webkit-animation-delay: 360ms;
		animation-delay: 360ms;
	}
	.c-occasions--done .c-occasions-item:nth-child(6) .c-occasions-item__content:after {
		background-color: #F7F8FA;
		-webkit-animation: occasion_loaded_bg 0.1s ease-in forwards;
		animation: occasion_loaded_bg 0.1s ease-in forwards;
		-webkit-animation-delay: 360ms;
		animation-delay: 360ms;
	}
	.c-occasions--done .c-occasions-item:nth-child(6) .c-occasions-item__content>.c-occasions-item__name, .c-occasions--done .c-occasions-item:nth-child(6) .c-occasions-item__content>.c-occasions-item__meta, .c-occasions--done .c-occasions-item:nth-child(6) .c-occasions-item__content>.c-occasions-item__price {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-animation: fade_in 0.25s ease-in forwards;
		animation: fade_in 0.25s ease-in forwards;
		-webkit-animation-delay: 360ms;
		animation-delay: 360ms;
	}
}
@media screen and (min-width: 480px) {
	.c-occasions--done .c-occasions-item:nth-child(7) .c-occasions-item__thumb {
		background-color: #F7F8FA;
		-webkit-animation: occasion_loaded_bg 0.1s ease-in forwards;
		animation: occasion_loaded_bg 0.1s ease-in forwards;
		-webkit-animation-delay: 420ms;
		animation-delay: 420ms;
	}
	.c-occasions--done .c-occasions-item:nth-child(7) .c-occasions-item__thumb img, .c-occasions--done .c-occasions-item:nth-child(7) .c-occasions-item__thumb .e-label {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-animation: fade_in 0.2s ease-in forwards;
		animation: fade_in 0.2s ease-in forwards;
		-webkit-animation-delay: 420ms;
		animation-delay: 420ms;
	}
	.c-occasions--done .c-occasions-item:nth-child(7) .c-occasions-item__content:after {
		background-color: #F7F8FA;
		-webkit-animation: occasion_loaded_bg 0.1s ease-in forwards;
		animation: occasion_loaded_bg 0.1s ease-in forwards;
		-webkit-animation-delay: 420ms;
		animation-delay: 420ms;
	}
	.c-occasions--done .c-occasions-item:nth-child(7) .c-occasions-item__content>.c-occasions-item__name, .c-occasions--done .c-occasions-item:nth-child(7) .c-occasions-item__content>.c-occasions-item__meta, .c-occasions--done .c-occasions-item:nth-child(7) .c-occasions-item__content>.c-occasions-item__price {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-animation: fade_in 0.25s ease-in forwards;
		animation: fade_in 0.25s ease-in forwards;
		-webkit-animation-delay: 420ms;
		animation-delay: 420ms;
	}
}
@media screen and (min-width: 480px) {
	.c-occasions--done .c-occasions-item:nth-child(8) .c-occasions-item__thumb {
		background-color: #F7F8FA;
		-webkit-animation: occasion_loaded_bg 0.1s ease-in forwards;
		animation: occasion_loaded_bg 0.1s ease-in forwards;
		-webkit-animation-delay: 480ms;
		animation-delay: 480ms;
	}
	.c-occasions--done .c-occasions-item:nth-child(8) .c-occasions-item__thumb img, .c-occasions--done .c-occasions-item:nth-child(8) .c-occasions-item__thumb .e-label {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-animation: fade_in 0.2s ease-in forwards;
		animation: fade_in 0.2s ease-in forwards;
		-webkit-animation-delay: 480ms;
		animation-delay: 480ms;
	}
	.c-occasions--done .c-occasions-item:nth-child(8) .c-occasions-item__content:after {
		background-color: #F7F8FA;
		-webkit-animation: occasion_loaded_bg 0.1s ease-in forwards;
		animation: occasion_loaded_bg 0.1s ease-in forwards;
		-webkit-animation-delay: 480ms;
		animation-delay: 480ms;
	}
	.c-occasions--done .c-occasions-item:nth-child(8) .c-occasions-item__content>.c-occasions-item__name, .c-occasions--done .c-occasions-item:nth-child(8) .c-occasions-item__content>.c-occasions-item__meta, .c-occasions--done .c-occasions-item:nth-child(8) .c-occasions-item__content>.c-occasions-item__price {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-animation: fade_in 0.25s ease-in forwards;
		animation: fade_in 0.25s ease-in forwards;
		-webkit-animation-delay: 480ms;
		animation-delay: 480ms;
	}
}
@media screen and (min-width: 480px) {
	.c-occasions--done .c-occasions-item:nth-child(9) .c-occasions-item__thumb {
		background-color: #F7F8FA;
		-webkit-animation: occasion_loaded_bg 0.1s ease-in forwards;
		animation: occasion_loaded_bg 0.1s ease-in forwards;
		-webkit-animation-delay: 540ms;
		animation-delay: 540ms;
	}
	.c-occasions--done .c-occasions-item:nth-child(9) .c-occasions-item__thumb img, .c-occasions--done .c-occasions-item:nth-child(9) .c-occasions-item__thumb .e-label {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-animation: fade_in 0.2s ease-in forwards;
		animation: fade_in 0.2s ease-in forwards;
		-webkit-animation-delay: 540ms;
		animation-delay: 540ms;
	}
	.c-occasions--done .c-occasions-item:nth-child(9) .c-occasions-item__content:after {
		background-color: #F7F8FA;
		-webkit-animation: occasion_loaded_bg 0.1s ease-in forwards;
		animation: occasion_loaded_bg 0.1s ease-in forwards;
		-webkit-animation-delay: 540ms;
		animation-delay: 540ms;
	}
	.c-occasions--done .c-occasions-item:nth-child(9) .c-occasions-item__content>.c-occasions-item__name, .c-occasions--done .c-occasions-item:nth-child(9) .c-occasions-item__content>.c-occasions-item__meta, .c-occasions--done .c-occasions-item:nth-child(9) .c-occasions-item__content>.c-occasions-item__price {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-animation: fade_in 0.25s ease-in forwards;
		animation: fade_in 0.25s ease-in forwards;
		-webkit-animation-delay: 540ms;
		animation-delay: 540ms;
	}
}
.occasions-label, .occasions-label--C {
	height: 20px;
	width: 20px;
	display: inline-block;
	background-color: #43CB3D;
	color: #fff;
	font-size: 14px;
	text-align: center;
	font-weight: lighter;
	vertical-align: top;
	line-height: 20px;
	text-transform: uppercase;
	vertical-align: middle;
	position: relative;
	top: -2px;
	margin: 0 7px;
}
.occasions-label--C {
	background-color: #CCCE1F;
}
.c-occasions-filter {
	border-bottom: 1px solid #dedede;
	padding-bottom: 20px;
}
.c-occasions-filter:last-child {
	border-bottom: none;
}
.c-occasions-filter .f-field {
	margin-bottom: 15px;
}
.c-occasions-filter__type {
	display: none;
}
@media screen and (max-width: 768px) {
	.c-occasions-filter__type {
		display: block;
	}
}
.c-occasions-filter .f-radio {
	margin-bottom: 15px;
}
.c-occasions-filter .f-radio input {
	margin-right: 5px;
}
.c-occasions-filter__title {
	font-weight: bold;
	color: #35485B;
	margin-bottom: 30px;
}
.c-occasions-filter__recent {
	font-size: 13px;
	margin-bottom: 23px;
}
.c-occasions-filter__recent span {
	color: #82909E;
}
.c-occasions-filter__recent a {
	font-weight: bold;
	color: #F55C10;
}
.c-single-occassion__header {
	margin-top: 25px;
	margin-bottom: 30px;
}
.c-single-occassion__name {
	margin-bottom: 10px;
}
.c-single-occassion__meta {
	font-size: 16px;
	color: #8C99A8;
	margin-bottom: 18px;
}
.c-single-occassion__price {
	font-size: 24px;
	font-weight: 700;
}
.c-single-occassion__media {
	border-bottom: 1px solid #EAEAEA;
	margin-bottom: 32px;
}
.c-single-occassion__media img {
	width: 100%;
}
.c-single-occassion__media .box-bot {
	margin-bottom: 10px;
}
.c-single-occassion__media .l-grid-6:nth-child(2n) {
	margin-right: 0;
	float: right;
}
.c-single-occassion__more-media {
	display: inline-block;
	padding: 20px 0 20px 25px;
	margin-right: 30px;
	background-repeat: no-repeat;
	background-position: left center;
}
.c-single-occassion__more-media.photos {
	background-image: url("../img/icons/photos.svg");
}
.c-single-occassion__more-media.video {
	background-image: url("../img/icons/video-small.svg");
}
.c-single-occassion__content p {
	max-width: 535px;
	line-height: 22px;
	margin-bottom: 22px;
}
.c-single-occassion__content .btn-block {
	font-size: 15px;
	padding: 14px 0 15px 0;
}
.js-occassions-search {
	position:relative !important;
	z-index:1000 !important;
}
.c-home-filter {
	background-color: #fff;
	padding: 24px 32px;
	transform:translateY(-50%);
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	background-color: rgba(255, 255, 255, 0.95); 
	border-bottom: 4px solid #F55C10;
}
.c-home-filter::after {
	clear: both;
	content: "";
	display: block;
}
@media screen and (max-width: 768px) {
	.c-home-filter {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-box-shadow: 0 0 0 0px transparent;
		box-shadow: 0 0 0 0px transparent;
		padding: 16px 0 40px;
	}
}
.c-home-filter .c-button {
	min-height: 48px;
	padding-top: 12px;
	width: 100%;
}
.c-home-filter input {
	height: 48px;
	width: 100%;
	-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
	border: 1px solid #cbced5;
	border-radius: 3px;
	outline: 0;
	padding: 0 15px;
	-webkit-appearance: none;
}
@media screen and (max-width: 480px) {
	.c-home-filter input {
		margin-bottom: 10px;
	}
}
.c-home-filter .choices {
	margin-bottom: 0;
	min-height: 48px;
}
@media screen and (max-width: 480px) {
	.c-home-filter .choices {
		margin-bottom: 10px;
	}
}
.c-home-filter .choices .choices__inner {
	min-height: 48px;
}
.c-home-filter .choices[data-type*="select-one"]:after {
	min-height: 48px;
}
.c-home-filter .choices .choices__list--single {
	padding-top: 11px;
}
.c-home-filter__tabnav::after {
	clear: both;
	content: "";
	display: block;
}
.c-home-filter__tabnav--home {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.c-home-filter__tabnav--home .c-home-filter__tabnav--button.active {
	border-bottom: 1px solid #fff;
}
.c-home-filter__tabnav--overview {
	float: left;
}
.c-home-filter__tabnav--overview button {
	border: 1px solid #F7F8FA;
	border-bottom: 0;
	margin-bottom: -1px;
}
.c-home-filter__tabnav--overview button.active {
	border-color: #EBEDF1;
}
@media screen and (max-width: 768px) {
	.c-home-filter__tabnav--overview {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	.c-home-filter__tabnav {
		position: relative;
		background-color: #F2F3F5;
		padding-top: 1px;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		margin: 0 -10px 20px;
	}
}
.c-home-filter__tabnav--button {
	border: 0;
	float: left;
	background-color: #b5b5b5;
	min-height: 48px;
	line-height: 48px;
	padding: 0 32px;
	color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.c-home-filter__tabnav--button.active {
	background-color: #fff;
}
.c-home-filter__tabnav--button:hover {
	cursor: pointer;
}
.c-home-filter__tabnav--button:focus {
	outline: none;
}
.c-home-filter__tabnav--button:last-child {
	border-right: 0;
}
@media screen and (max-width: 480px) {
	.c-home-filter__tabnav--button {
		width: 50%;
		border: 0;
	}
}
.c-homeintro {
	padding: 55px 0 0;
	margin-bottom: 40px;
}
.c-homeintro h1 {
	margin-bottom: 9px;
}
.c-homeintro h2 {
	font-weight: normal;
	margin-bottom: 0px;
	font-size: 16px;
	line-height: 1.5em;
	color: #82909E;
}
@media screen and (max-width: 480px) {
	.c-homeintro {
		display: none;
	}
}
.c-homeintro__contact {
	float: right;
	text-align: right;
}
@media screen and (max-width: 480px) {
	.c-homeintro__contact {
		float: left;
		text-align: left;
	}
}
.c-homeintro__contact p {
	font-weight: bold;
	font-size: 16px;
	color: #35485B;
	margin: 5px 0 10px 0;
	padding-left: 30px;
}
.c-homeintro__contact p .e-icon-oval {
	margin-right: 10px;
}
.c-homeintro__contact p .e-icon-oval svg g use {
	stroke-width: 4;
}
.c-homeintro__contact span {
	font-size: 13px;
	color: #82909E;
}
.c-homeintro__contact span:before {
	border-radius: 50%;
	width: 8px;
	height: 8px;
	content: "";
	display: inline-block;
	background-color: #2ECC71;
	margin-right: 6px;
}
@media screen and (max-width: 480px) {
	.c-homeintro__contact {
		float: left;
		text-align: left;
		padding-top: 15px;
	}
	.c-homeintro__contact p {
		padding-left: 0;
		margin: 0 0 5px;
	}
}
.c-home-mid {
	padding: 60px 0;
}
.c-home-mid .c-widget {
	height: 288px;
	margin-bottom: 0;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
	border: none;
}
@media screen and (max-width: 480px) {
	.c-home-mid .c-widget {
		height: auto;
		margin-bottom: 16px;
	}
}
@media screen and (max-width: 480px) {
	.c-home-mid .c-widget__item.padding {
		padding: 0;
	}
}
.c-home-mid .c-button {
	position: absolute;
	bottom: 20px;
	width: calc(100% - 40px);
}
.c-home-mid .c-sidebar-rating__number {
	top: 15px;
}
@media screen and (max-width: 480px) {
	.c-home-mid {
		margin-top: 0;
		padding: 16px 0;
	}
}
@media screen and (max-width: 480px) {
	.icon--whatsapp {
		margin-left: -7px;
	}
}
.c-icon, .c-icon--search {
	height: 24px;
	width: 24px;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	display: inline-block;
	text-align: center;
	line-height: 15px;
	position: relative;
	top: 7px;
}
.c-icon--grey svg path {
	fill: #8494A7;
}
.c-icon--inactive {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.c-icon--search {
	vertical-align: middle;
	background-image: url("../img/icons/search.svg");
}
.c-dynamic-sidebar {
	border-radius: 3px;
	padding: 5px;
	background-color: #F7F8FA;
}
.c-dynamic-sidebar__after-icon {
	float: left;
}
.c-dynamic-sidebar .c-button {
	margin-bottom: 20px;
	width: 100%;
}
.c-dynamic-sidebar h2 {
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 12px 0;
}
.c-dynamic-sidebar h2.no-margin {
	margin: 0;
}
.c-dynamic-sidebar .c-widget {
	width: 100%;
	margin: 0;
	padding: 0;
	height: auto;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-radius: 2px;
	background-color: #FFFFFF;
	border: 1px solid #EBEDF1;
	margin-bottom: 5px;
}
.c-dynamic-sidebar .c-widget:last-child {
	margin-bottom: 0;
	border-bottom: 1px solid #EBEDF1;
}
.c-dynamic-sidebar .c-widget .c-icon {
	float: left;
	top: 5px;
	margin-right: 16px;
}
.visible-xs .c-dynamic-sidebar .c-widget .c-icon {
	top: 7px;
}
#conversion {
	padding: 0;
}
@media screen and (max-width: 480px) {
	#conversion {
		border-bottom: 1px solid #EBEDF1;
	}
	#conversion .c-widget:last-child {
		padding-bottom: 0;
	}
	#conversion.c-dynamic-sidebar {
		padding: 0;
		background: none;
		border-radius: 0;
	}
	#conversion.c-dynamic-sidebar .c-widget {
		border-radius: 0;
		border: none;
		background: none;
		margin: 0;
	}
}
.c-sidebar-rating__heading {
	padding: 20px 20px 10px 20px;
}
.c-sidebar-rating__title {
	float: left;
	font-size: 18px;
	margin-bottom: 5px;
}
.c-sidebar-rating__text {
	float: left;
	clear: left;
	font-size: 13px;
	line-height: 18px;
	color: #82909E;
}
.c-sidebar-rating__number {
	background-image: url("../img/icons/logo-klantenvertellen.svg");
	background-repeat: no-repeat;
	color: #35485b;
	float: right;
	font-weight: 600;
	font-size: 18px;
	padding-top: 10px;
	line-height: 40px;
	border-radius: 2px;
	margin-left: 10px;
	width: 60px;
	height: 60px;
	text-align: center;
	position: absolute;
	top: 12px;
	right: 16px;
}
.c-sidebar-rating__quote {
	font-style: italic;
	margin-bottom: 11px;
}
@media screen and (max-width: 480px) {
	.c-sidebar-rating__quote {
		padding-top: 20px;
	}
}
.c-sidebar-rating__quotename {
	font-size: 13px;
	color: #82909E;
}
.e-rating {
	margin-bottom: 5px;
}
.c-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	float: right;
	width: 65.97%;
	padding-top: 15px;
	text-align: center;
	line-height: 31px;
	margin-bottom: 50px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.c-pagination::after {
	clear: both;
	content: "";
	display: block;
}
@media screen and (max-width: 480px) {
	.c-pagination {
		width: 100%;
	}
}
.c-pagination ul {
	display: inline-block;
}
.c-pagination ul li {
	display: inline-block;
}
.c-pagination ul li a {
	border-radius: 50%;
	height: 32px;
	width: 32px;
	margin: 0 2px;
	display: block;
	color: #12273B;
}
.c-pagination ul li a:hover {
	color: #F55C10;
}
.c-pagination ul li.is-active a {
	background-color: #F55C10;
	color: #fff;
}
.c-pagination ul li.is-active a:hover {
	color: #fff;
}
.c-pagination--left, .c-pagination--right {
	width: 25%;
}
.c-pagination--middle {
	width: 50%;
}
.c-pagination--left {
	text-align: left;
}
.c-pagination--right {
	text-align: right;
}
.c-pagination--prev::before {
	content: '\f060';
	font-family: "FontAwesome";
	position:absolute;
	left:0px;
}
.c-pagination--prev {
	position:relative;
	padding-left: 20px;
}
.c-pagination--next::after {
	content: '\f061';
	font-family: "FontAwesome";
	position:absolute;
	right:0px;
}
.c-pagination--next {
	position:relative;
	padding-right: 20px;
}
.c-pagination--nav.hidden {
	display: none;
}
.c-input, .c-textarea {
	-webkit-transition: border-color 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out;
	background-color: #F7F8FA;
	border: 1px solid #CBCED5;
	color: inherit;
	min-height: 40px;
	padding: 11px 15px;
	width: 100%;
	-webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.06);
	box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.06);
}
.invalid.c-input, .invalid.c-textarea, .invalid.c-input:focus, .invalid.c-textarea:focus {
	border-color: #D91602;
}
.c-label {
	font-weight: 600;
	display: block;
	margin-bottom: 10px;
}
.c-input--half {
	width: 50%;
}
.c-input:disabled {
	color: rgba(0, 0, 0, 0.3);
	cursor: not-allowed;
}
.c-textarea {
	resize: none;
	min-height: 200px;
	line-height: 24px;
}
.c-form__section {
	padding: 16px 0 32px;
}
@media screen and (max-width: 480px) {
	.c-form__section {
		padding-bottom: 0;
	}
}
.c-form__title {
	padding: 0 0 8px;
	margin: 0 0 24px;
	min-height: 1px;
	border-bottom: 1px solid #EAEAEA;
}
.c-form__row {
	padding-bottom: 30px;
}
.c-form__row::after {
	clear: both;
	content: "";
	display: block;
}
@media screen and (max-width: 480px) {
	.c-form__row {
		padding-bottom: 16px;
	}
}
.c-form__col.full {
	width: 100%;
}
.c-form__col.full:first-child {
	padding:0;
}

.ratio-1-3 .c-form__col:first-child {
	width: 25%;
}
@media screen and (max-width: 480px) {
	.ratio-1-3 .c-form__col:first-child {
		padding: 0 8px 0 0;
	}
}
.ratio-1-3 .c-form__col:last-child {
	width: 75%;
}
@media screen and (max-width: 480px) {
	.ratio-1-3 .c-form__col:last-child {
		padding: 0 0 0 8px;
	}
}
@media screen and (max-width: 480px) {
	.c-form__col:first-child {
		padding: 0 0 16px;
	}
}
@media screen and (max-width: 480px) {
	.c-form__col {
		width: 100%;
		padding: 0 0 16px;
	}
	.c-form__col:last-child {
		padding-bottom: 0;
	}
}
.c-form--icon {
	position: relative;
}
.c-form--icon .c-icon {
	position: absolute;
	top: 8px;
	left: 8px;
}
.c-form--icon .c-input {
	padding-left: 36px;
}
.c-form__note {
	color: #82909E;
	font-size: 13px;
}
.c-content .c-form__note {
	margin: 0;
}
.g-recaptcha.invalid>div {
	border: 1px solid #D91602;
	border-radius: 4px;
}
.c-checkbox {
	margin-bottom: 12px;
}
.c-checkbox input[type="checkbox"] {
	display: none;
}
.c-checkbox>label {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.c-checkbox>label:hover {
	cursor: pointer;
}
.c-checkbox__style {
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(0, 0, 0, 0.08);
	box-shadow: inset 1px 1px 0px 0px rgba(0, 0, 0, 0.08);
	-webkit-transition: background-color 0.1s ease-out, border-color 0.1s ease-out;
	transition: background-color 0.1s ease-out, border-color 0.1s ease-out;
	position: relative;
	top: 2px;
	display: inline-block;
	width: 14px;
	height: 14px;
	background-color: #F7F8FA;
	border: 1px solid #82909E;
	border-radius: 2px;
	margin-right: 16px;
}
.c-checkbox__style:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/icons/checkbox.svg");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: -webkit-transform 0.1s ease-out, opacity 0.1s ease-out;
	-webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.1s ease-out;
	transition: opacity 0.1s ease-out, -webkit-transform 0.1s ease-out;
	transition: transform 0.1s ease-out, opacity 0.1s ease-out;
	transition: transform 0.1s ease-out, opacity 0.1s ease-out, -webkit-transform 0.1s ease-out;
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	opacity: 0;
}
.c-checkbox input[type="checkbox"]:checked+.c-checkbox__style {
	border-color: #1D9C53;
	background-color: #2ECC71;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.c-checkbox input[type="checkbox"]:checked+.c-checkbox__style:after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
.c-checkbox input[type="checkbox"]:checked+.c-checkbox__style+label {
	font-weight: 600;
}
.c-input--min-max {
	overflow: hidden;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	border: 1px solid #CBCED5;
}
.c-input--min-max::after {
	clear: both;
	content: "";
	display: block;
}
.c-input--min-max label, .c-input--min-max input {
	padding-left: 8px;
	height: 30px;
	line-height: 30px;
}
.c-input--min-max label {
	float: left;
	color: #35485B;
	background-color: #F7F8FA;
	width: 33.3333%;
	border-right: 1px solid #CBCED5;
	font-size: 13px;
}
.c-input--min-max input {
	border: none;
	float: left;
	width: 66.6667%;
	color: #35485B;
}
.c-input--min-max input::-webkit-input-placeholder {
	color: #82909E;
}
.c-input--min-max input::-moz-placeholder {
	color: #82909E;
}
.c-input--min-max input:-moz-placeholder {
	color: #82909E;
}
.c-input--min-max input:-ms-input-placeholder {
	color: #82909E;
}
.c-input--min-max__column {
	float: left;
	width: 50%;
	border-right: 1px solid #CBCED5;
}
.c-input--min-max__column:last-child {
	border-right: none;
}
.c-form input[type="radio"]+label {
	line-height: 36px;
	margin: 0 16px 0 8px;
}
.c-lease-calculator-output {
	color: #fff;
	background-color: #35485B;
	position: relative;
	padding: 13px 15px;
	font-weight: bold;
}
.c-lease-calculator-output::after {
	clear: both;
	content: "";
	display: block;
}
.c-lease-calculator-output label {
	float: left;
}
.c-lease-calculator-output span {
	float: right;
}
.c-lease-calculator-output:before {
	content: '';
	position: absolute;
	top: -5px;
	right: 24px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #35485B;
}
/*
* Depends on form/base
*/

@-webkit-keyframes updateField {
	0% {
		opacity: 0;
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes updateField {
	0% {
		opacity: 0;
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
.c-lease-calculator .c-lease-calculator__input {
	color: #F55C10;
	background-color: #fff;
	text-align: right;
	-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
	font-weight: 600;
	padding: 11px 9px 11px 15px;
}
.c-lease-calculator .c-lease-calculator__input::-webkit-input-placeholder {
	opacity: 1;
}
.c-lease-calculator .c-lease-calculator__input:-ms-input-placeholder {
	opacity: 1;
}
.c-lease-calculator .c-lease-calculator__input::-ms-input-placeholder {
	opacity: 1;
}
.c-lease-calculator .c-lease-calculator__input::placeholder {
	opacity: 1;
}
.c-lease-calculator .c-form__row {
	position: relative;
}
.c-lease-calculator .c-form__row label {
	position: absolute;
	top: 12px;
	left: 16px;
}
.c-lease-calculator .choices {
	margin: 0;
}
.c-lease-calculator .choices__list .choices__list--single {
	padding: 8px 16px 0px 6px;
}
.c-lease-calculator .choices__item--selectedvalue {
	color: #F55C10;
}
.c-lease-calculator .update {
	-webkit-animation: updateField 0.2s ease-out;
	animation: updateField 0.2s ease-out;
}
.c-lease-calculator .js-lease-calculator-email.valid {
	background-image: url('data:image/svg+xml;utf8,<svg width="10" height="9" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M3.165 5.373L1.708 3.916a.997.997 0 0 0-1.414 0 .997.997 0 0 0 0 1.414l2.121 2.122a.996.996 0 0 0 .743.293.993.993 0 0 0 .754-.291L8.16 3.207a1.003 1.003 0 0 0-.002-1.412.996.996 0 0 0-1.412-.003l-3.58 3.58z" fill="#1E9C53"/><path d="M3.165 4.373L1.708 2.916a.997.997 0 0 0-1.414 0 .997.997 0 0 0 0 1.414l2.121 2.122a.996.996 0 0 0 .743.293.993.993 0 0 0 .754-.291L8.16 2.207A1.003 1.003 0 0 0 8.157.795.996.996 0 0 0 6.745.792l-3.58 3.58z" fill="%23FFF"/></g></svg>');
	background-repeat: no-repeat;
	background-position: center right 16px;
}
.c-notifications {
	background-color: #2C3E50;
	color: #fff;
	padding: 20px 0;
}
.c-notifications__close {
	float: right;
}
.c-attention {
	font-size: 13px;
	line-height: 18px;
	padding: 9px 15px;
	background-color: #F7F8FA;
	border: 1px solid #EBEDF1;
}
.c-checklist {
	margin: 0 0 20px;
}
.c-checklist__item {
	line-height: 30px;
}
.c-checklist__item a{
	color:#35485b;
	text-decoration:underline;
}
.c-checklist__item .c-icon {
	top: 3px;
	margin-right: 4px;
}
.c-checklist__item .c-icon--check {
	background-color: #2ECC71;
}
.c-slider {
	position: relative;
	padding-bottom: 0;
}
@media screen and (max-width: 480px) {
	.c-slider {
		margin: 0;
		padding: 0;
	}
}
.c-slider.full-width {
	margin-bottom: 0;
}
@media screen and (max-width: 1030px) {
	.am-slider {
		height: 480px;
	}
}
@media screen and (max-width: 1360px) {
	.am-slider {
		height: 480px;
	}
}
@media screen and (max-width: 768px) {
	.am-slider {
		height: auto;
	}
}
@media screen and (max-width: 480px) {
	.am-slider {
		height: auto;
	}
}
.c-widget {
	padding: 0;
	background-color: #fff;
	position: relative;
	/*
  *
  * FROM HERE ON NEEDS CLEAN UP
  * --------------------------------------
  */
}
.c-widget .rating {
	height: 80px;
	width: 80px;
	background-color: #43CB3D;
	color: #fff;
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	line-height: 80px;
	margin-bottom: 12px;
	padding-left: 1px;
}
.c-widget .c-form__row {
	padding-bottom: 10px;
}
.c-widget__item {
	border-bottom: 1px solid #EBEDF1;
}
.c-widget__item::after {
	clear: both;
	content: "";
	display: block;
}
.c-widget__item.padding {
	padding: 20px 20px 0 20px;
}
@media screen and (max-width: 480px) {
	.c-widget__item.padding {
		padding: 10px 10px 0 10px;
	}
}
.c-widget__item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
.c-widget__link {
	padding: 12px 20px;
	display: inline-block;
	width: 100%;
	min-height: 48px;
	line-height: 24px;
	border-bottom: 1px solid #EBEDF1;
}
.c-widget__link::after {
	clear: both;
	content: "";
	display: block;
}
.c-widget__link:last-child {
	border-bottom: none;
}
@media screen and (max-width: 768px) {
	.c-widget {
		width: 100%;
		height: auto;
		margin: 0 0 16px;
		padding: 20px 15px 15px;
	}
	.c-widget p {
		margin-bottom: 12px;
	}
	.c-widget .rating {
		height: 56px;
		width: 56px;
		font-size: 24px;
		line-height: 56px;
		margin: 2px 15px 0 0;
	}
	.c-widget .c-button {
		position: relative;
		bottom: 0;
		width: auto;
		min-width: 100%;
	}
	.c-widget--list {
		padding: 0;
		display: block;
	}
}
.c-contact {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.c-contact.address {
	background-image: url("../img/icons/location.svg");
	background-position: left 4px;
}
.c-contact.phone {
	background-image: url("../img/icons/tel.svg");
	display: block;
}
.c-contact.email {
	background-image: url("../img/icons/mail.svg");
	display: block;
}
.c-contact.email a {
	text-decoration: underline;
}
.c-form-layout {
	border-radius: 3px;
	background-color: #F7F8FA;
	padding: 6px;
}
@media screen and (max-width: 480px) {
	.c-form-layout {
		padding: 0;
	}
}
.c-form-layout__inner {
	border-radius: 2px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	background-color: #FFFFFF;
	padding: 30px;
}
@media screen and (max-width: 480px) {
	.c-form-layout__inner {
		-webkit-box-shadow: 0 0 0 0px transparent;
		box-shadow: 0 0 0 0px transparent;
		padding: 16px 0;
		border-width: 1px 0 0;
		border-style: solid;
		border-color: #EBEDF1;
	}
}
.c-button, .c-button--flat, .c-button--gradient {
	position: relative;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	border: none;
	color: #fff;
	padding: 12px 20px 13px 20px;
	display: inline-block;
	background-color: #5CB5E8;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #FFFFFF;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}
.c-button:hover, .c-button--flat:hover, .c-button--gradient:hover {
	cursor: pointer;
}
.c-button img, .c-button--flat img, .c-button--gradient img {
	display: inline-block;
	margin-right: 11px;
	vertical-align: bottom;
}
.c-button .c-icon, .c-button--flat .c-icon, .c-button--gradient .c-icon {
	position: absolute;
	left: 8px;
	top: 7px;
}
@media screen and (max-width: 480px) {
	.c-button, .c-button--flat, .c-button--gradient {
		width: 100%;
	}
}
.c-button.btn-white {
	background: #fff;
	color: #35485B;
	border-color: #CBCED5;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
}
.c-button.btn-white:hover {
	color: #35485B;
	border-color: #CBCED5;
	background: #fff;
}
.c-button.btn-transparent {
	background: transparent;
	border: 1px solid #F55C10;
	color: #F55C10;
}
.c-button.btn-block {
	display: block;
	text-align: center;
}
.c-button.btn-block+.btn-block {
	margin-top: 9px;
}
.c-button--gradient {
	border: 1px solid #1E83C2;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(2%, #5CB5E8), to(#F55C10));
	background-image: linear-gradient(#5CB5E8 2%, #F55C10 100%);
}
.c-button--gradient:before {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(2%, #3BACEC), to(#F55C10));
	background-image: linear-gradient(#3BACEC 2%, #F55C10 100%);
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	z-index: -100;
	-webkit-transition: opacity 0.15s;
	transition: opacity 0.15s;
}
.c-button--gradient:hover:before {
	opacity: 1;
}
.c-sidebar {
	float: left;
	display: block;
	margin-right: 2.22785%;
	width: 14.81013%;
	margin-bottom: 20px;
}
.c-sidebar:last-child {
	margin-right: 0;
}
.c-sidebar--contact {
	float: left;
	display: block;
	margin-right: 2.22785%;
	width: 23.32912%;
	margin-bottom: 20px;
}
.c-sidebar--contact:last-child {
	margin-right: 0;
}
@media screen and (max-width: 768px) {
	.c-sidebar--contact {
		width: 100%;
		margin-right: 0;
	}
	.c-sidebar--contact .c-sidebar__image {
		display: none;
	}
}
.c-sidebar__image {
	margin: 0 0 20px;
}
.c-sidebar__image img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 768px) {
	.c-sidebar {
		float: left;
		display: block;
		margin-right: 3.37941%;
		width: 100%;
		border-bottom: 1px solid #EAEAEA;
		margin-right: 0;
		display: none;
	}
	.c-sidebar:last-child {
		margin-right: 0;
	}
}
.c-content h4 {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	margin: 0 0 8px 0;
}
.c-content p, .c-content ul, .c-content ol, .c-content table {
	margin: 0 0 40px;
}
.c-content ul {
	list-style-type: disc;
	margin-left: 16px;
}
.c-content ol {
	list-style-type: decimal;
	margin-left: 16px;
}
.c-content li {
	line-height: 24px;
}
.c-content em {
	font-style: italic;
}
.c-content img {
	width: auto !important;
	max-width: 100%;
	height: auto !important;
	margin-bottom: 40px;
}
.c-content table {
	line-height: 24px;
}
.c-content table td {
	padding: 8px 16px;
	border-style: solid;
	border-color: #EFF1F4;
	border-width: 1px 1px 1px 0;
}
.c-content table td:first-child {
	border-width: 1px;
}
.c-content table th {
	padding: 0 8px 8px 0;
	color: #82909E;
	font-size: 12px;
	line-height: 18px;
}
.c-content table tr:last-child td {
	border-width: 1px 1px 1px 1px;
}
.c-content table tr:nth-child(2n) {
	background-color: #F7F8FA;
}
.c-content blockquote {
	padding: 0 0 0 84px;
}
.c-content blockquote p {
	border-left: 2px solid #D1232A;
	color: #82909E;
	padding: 0 0 0 32px;
	font-size: 18px;
	font-style: italic;
	line-height: 28px;
}
.c-content hr {
	border: none;
	margin: 0 0 36px;
	height: 1px;
	background-color: #EAEAEA;
}
.c-content .wp-caption {
	width: auto !important;
}
.c-content p.wp-caption {
	margin: 0 0 30px;
	font-size: 12px;
	color: #82909E;
	width: auto !important;
	padding: 0 0 0 16px;
}
.c-content p.wp-caption-text {
	margin: 0 0 30px;
	color: #82909E;
}
.c-content .aligncenter {
	float: none;
	margin: 30px auto 20px;
	text-align: center;
}
.c-content .aligncenter img {
	float: none;
	margin: 0 auto 14px;
}
.c-content .alignleft {
	float: left;
	margin: 16px 24px 16px 0;
	text-align: left;
}
.c-content .alignleft img {
	float: none;
	display: inline-block;
	margin-bottom: 14px;
}
.c-content .alignleft p.wp-caption-text {
	margin: 0;
}
.c-content .alignright {
	float: right;
	margin: 16px 0 16px 24px;
	text-align: right;
}
.c-content .alignright img {
	float: none;
	display: inline-block;
	margin-bottom: 14px;
}
.c-content .alignright p.wp-caption-text {
	margin: 0;
}
.c-content .alignnone {
	float: none;
	margin: 30px 0 20px;
	width: auto !important;
	min-width: 100%;
}
.c-content .alignnone img {
	float: none;
	margin-bottom: 14px;
	width: auto;
	min-width: 100%;
}
.c-page {
	padding-top: 60px;
}
.c-page.has-sidebar .c-content {
	float: left;
	display: block;
	margin-right: 2.22785%;
	width: 65.92405%;
	margin-left: 8.51899%;
}
.c-page.has-sidebar .c-content:last-child {
	margin-right: 0;
}
@media screen and (max-width: 768px) {
	.c-page.has-sidebar .c-content {
		float: left;
		display: block;
		margin-right: 3.37941%;
		width: 100%;
		margin-left: 0%;
	}
	.c-page.has-sidebar .c-content:last-child {
		margin-right: 0;
	}
}
.c-widget.submenu ul li.current_page_item a {
	font-weight: bold;
	color: #12273B;
}
.c-widget.submenu ul li a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	padding: 6px 0;
}
.c-widget.contact p {
	line-height: 32px;
}
.c-widget {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #EAEAEA;
}
.c-widget:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
@media screen and (max-width: 480px) {
	.c-widget:last-child {
		padding-bottom: 25px;
	}
}
@media screen and (max-width: 768px) {
	.c-widget {
		width: 50%;
		float: left;
		margin-bottom: 0;
		border-bottom: none;
	}
}
.c-call-to-action {
	background-color: #F0F3F5;
	padding: 60px 0 70px;
	text-align: center;
	margin-bottom: 60px;
}
.c-call-to-action p {
	color: #8C99A8;
	margin-bottom: 29px;
}
.c-subscribe {
	display: inline-block;
}
.c-subscribe input[type="text"] {
	height: 46px;
	padding-left: 46px;
	border: 1px solid #CDD6DB;
	color: #8C99A8;
	background-image: url("../img/icons/mail.svg");
	background-repeat: no-repeat;
	background-size: 20px 16px;
	background-position: 15px center;
	width: 360px;
}
.c-subscribe button {
	height: 46px;
	vertical-align: top;
	margin-left: 5px;
	padding: 0 36px;
}
.c-partners {
	border-top: 1px solid #EAEAEA;
	padding-top: 30px;
	text-align: right;
}
.c-partners--home .c-partner {
	margin-left: 10px;
}
.c-partners--home .c-partner.bovag {
	background-image: url("../img/partners/bovag.jpg");
}
.c-partners--home .c-partner.klantenvertellen{
	background-image: url("../img/partners/klantenvertellen.png");
	background-size: 135px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.c-partners--home .c-partner.bovag {
		background-image: url("../img/partners/bovag_2x.jpg");
		background-size: 86px 32px;
	}
	.c-partners--home .c-partner.klantenvertellen{
		background-image: url("../img/partners/klantenvertellen.jpg");
		background-size: 86px 32px;
	}
}
.c-partners--home .c-partner.nap {
	height: 32px;
	width: 75px;
	background-image: url("../img/partners/nap.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.c-partners--home .c-partner.nap {
		background-image: url("../img/partners/nap_2x.jpg");
		background-size: 75px 32px;
	}
}
.c-partners .l-container, .c-partners .c-car-heading {
	padding-bottom: 30px;
}
.c-partners table {
	width: 100%;
	height: 120px;
	text-align: center;
	table-layout: fixed;
}
.c-partners table td {
	vertical-align: middle;
	border-right: 1px solid #EAEAEA;
}
.c-partners table td:last-child {
	border-right: none;
}
.c-partner {
	display: inline-block;
	background-repeat: no-repeat;
}
.c-partner.bovag {
	height: 46px;
	width: 110px;
	background-image: url("../img/partners/bovag.jpg");
}
.c-partner.klantenvertellen {
	height: 46px;
	width: 140px;
	background-image: url("../img/partners/klantenvertellen.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.c-partner.bovag {
		background-image: url("../img/partners/bovag_2x.jpg");
		background-size: 110px 46px;
	}
}
.c-partner.nap {
	height: 46px;
	width: 110px;
	background-image: url("../img/partners/nap.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.c-partner.nap {
		background-image: url("../img/partners/nap_2x.jpg");
		background-size: 110px 46px;
	}
}
.c-partner.rdw {
	height: 53px;
	width: 86px;
	background-image: url("../img/partners/rdw.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.c-partner.rdw {
		background-image: url("../img/partners/rdw_2x.jpg");
		background-size: 86px 53px;
	}
}
.c-stats {
	display: table;
	table-layout: fixed;
	margin-top: 50px;
}
.c-stats tr td {
	color: #8C99A8;
	width: 50%;
	padding-bottom: 30px;
}
.c-stats tr td:nth-child(2) {
	color: #12273B;
}
#the_car_specs {
	padding-top: 25px;
}
@media screen and (max-width: 768px) {
	#the_car_specs {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#the_car_specs .l-grid-8 {
		width: 100%;
		margin-right: 0;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	#the_car_specs .c-dynamic-sidebar.c-carspec__sidebar {
		margin-top: 0;
		margin-bottom: 20px;
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	#the_car_specs .c-dynamic-sidebar.c-carspec__sidebar .c-widget {
		width: 49.5%;
		margin-bottom: 0;
		margin-right: 1%;
	}
	#the_car_specs .c-dynamic-sidebar.c-carspec__sidebar .c-widget:nth-child(2n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 640px) {
	#the_car_specs .c-dynamic-sidebar.c-carspec__sidebar .c-widget {
		margin-bottom: 5px;
		margin-right: 0;
		width: 100%;
	}
	#the_car_specs .c-dynamic-sidebar.c-carspec__sidebar .c-widget:last-child {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 480px) {
	#the_car_specs {
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
	}
	#the_car_specs .c-dynamic-sidebar.c-carspec__sidebar {
		margin-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}
	#the_car_specs .c-dynamic-sidebar.c-carspec__sidebar .c-widget:last-child {
		padding-bottom: 0;
	}
	#the_car_specs .c-form-layout__inner {
		padding-left: 16px;
		padding-right: 16px;
	}
}
.c-car__visual.l-container, .c-car__visual.c-car-heading {
	padding-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 650px;
}
.c-car__visual.l-container .c-car-conversion, .c-car__visual.c-car-heading .c-car-conversion {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.c-car__visual.l-container .c-dynamic-sidebar .c-widget.c-dynamic-sidebar--labels, .c-car__visual.c-car-heading .c-dynamic-sidebar .c-widget.c-dynamic-sidebar--labels {
	position: relative;
}
.c-car__visual.l-container .c-dynamic-sidebar .c-widget.c-dynamic-sidebar--labels .c-widget__item:first-child, .c-car__visual.c-car-heading .c-dynamic-sidebar .c-widget.c-dynamic-sidebar--labels .c-widget__item:first-child {
	border-bottom: 0;
}
.c-car__visual.l-container .c-dynamic-sidebar .c-widget.c-dynamic-sidebar--labels .c-widget__item:last-child, .c-car__visual.c-car-heading .c-dynamic-sidebar .c-widget.c-dynamic-sidebar--labels .c-widget__item:last-child {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	border-top: 1px solid #EBEDF1;
}
@media screen and (max-width: 768px) {
	.c-car__visual.l-container .c-dynamic-sidebar .c-widget.c-dynamic-sidebar--labels .c-widget__item:last-child, .c-car__visual.c-car-heading .c-dynamic-sidebar .c-widget.c-dynamic-sidebar--labels .c-widget__item:last-child {
		position: relative;
	}
}
@media screen and (max-width: 480px) {
	.c-car__visual.l-container, .c-car__visual.c-car-heading {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
	}
}
.c-car__visual.l-container .c-dynamic-sidebar .c-widget .c-icon, .c-car__visual.c-car-heading .c-dynamic-sidebar .c-widget .c-icon {
	top: 3px;
	margin-right: 4px;
}
@media screen and (max-width: 768px) {
	.c-car__visual.l-container, .c-car__visual.c-car-heading {
		display: block;
	}
	.c-car__visual.l-container .c-car-conversion, .c-car__visual.c-car-heading .c-car-conversion {
		display: block;
	}
	.c-car__visual.l-container .l-grid-8, .c-car__visual.c-car-heading .l-grid-8, .c-car__visual.l-container .l-grid-4, .c-car__visual.c-car-heading .l-grid-4 {
		width: 100%;
	}
	.c-car__visual.l-container .l-grid-4, .c-car__visual.c-car-heading .l-grid-4 {
		margin-top: 20px;
	}
}
@media screen and (max-width: 480px) {
	.single-car .am-background-light {
		background-color: transparent;
	}
	.c-car__visual.l-container .c-dynamic-sidebar .c-widget .c-button .c-icon, .c-car__visual.c-car-heading .c-dynamic-sidebar .c-widget .c-button .c-icon {
		top: 7px;
	}
	.c-car__visual .l-grid-4 {
		margin-top: 0;
	}
}
.c-carspec__sidebar {
	margin-top: 57px;
}
#am_carspec_related .c-occasions-header {
	padding-top: 0;
}
.c-car-heading {
	padding: 44px 0 26px;
}
.c-car-heading__title {
	margin-bottom: 16px;
}
@media screen and (max-width: 480px) {
	.c-car-heading__title {
		margin-bottom: 6px;
	}
}
.c-car-heading__subtitle {
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	color: #82909E;
	margin-bottom: 0;
}
@media screen and (max-width: 480px) {
	.c-car-heading__subtitle {
		font-size: 14px;
		margin-bottom: 9px;
	}
}
@media screen and (max-width: 768px) {
	.c-car-heading .l-grid-8 {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.c-car-heading {
		padding: 44px 10px 16px;
	}
}
.c-car-heading--mobile {
	display: none;
}
@media screen and (max-width: 480px) {
	.c-car-heading--mobile {
		display: block;
	}
}
.c-car-conversion {
	margin-right: 0;
}
.c-car-conversion h3 {
	font-weight: 600;
}
.c-car-conversion h4 {
	margin: 14px 0 20px;
}
.c-car-conversion__price {
	padding: 10px 0 0;
	margin-bottom: 18px;
	font-size: 32px;
}
@media screen and (max-width: 480px) {
	.c-car-conversion__price {
		font-size: 20px;
		font-weight: 600;
		margin-bottom: 7px;
	}
}
.c-car-conversion__leaseprice {
	font-weight: normal;
}
.c-car-conversion__private {
	margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
	.c-car-conversion__private {
		margin-bottom: 0;
	}
}
.c-car-conversion .c-button {
	width: 100%;
	text-align: center;
	margin-bottom: 14px;
}
.c-car-conversion .c-attention {
	margin-bottom: 15px;
}
.c-car-conversion .phone--mobile {
	display: none;
}
.c-car-conversion__button--nap {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	background-image: url("../img/icons/logo-nap.png");
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	width: 50%;
	height: 72px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.c-car-conversion__button--nap {
		background-image: url("../img/icons/logo-nap_2x.png");
		background-size: 80px 34px;
	}
}
.c-car-conversion__button--bovag {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	background-image: url("../img/icons/logo-bovag.png");
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	width: 50%;
	height: 72px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.c-car-conversion__button--bovag {
		background-image: url("../img/icons/logo-bovag_2x.png");
		background-size: 92px 34px;
	}
}
.c-car-conversion__button--bovag+.c-car-conversion__button--nap {
	border-left: 1px solid #EBEDF1;
}
@media screen and (max-width: 480px) {
	.c-car-conversion .c-car-conversion__price, .c-car-conversion .c-car-conversion__private, .c-car-conversion .c-car-conversion__leaseprice {
		display: none;
	}
	.c-car-conversion .phone--mobile {
		display: block;
	}
	.c-car-conversion .btn-white {
		position: relative;
	}
	.c-car-conversion .btn-white .c-icon--phone {
		position: absolute;
		top: 50%;
		left: 8px;
		margin-top: -12px;
		background-color: #35485B;
	}
}
.c-carspec {
	position: relative;
	padding-top: 20px;
}
@media screen and (max-width: 480px) {
	.c-carspec {
		width: 100%;
		background-color: #F7F8FA;
	}
}
.c-carspec__notes {
	position: relative;
}
.c-carspec__notes--collapse {
	overflow: hidden;
	height: 200px;
	-webkit-transition: height .75s;
	transition: height .75s;
}
.c-carspec__notes--fade {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #EBEDF1;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
	background: linear-gradient(rgba(255, 255, 255, 0), #fff);
	text-align: center;
}
.c-carspec__notes--fade a {
	background: #fff;
	position: relative;
	display: inline-block;
	border: 1px solid #EBEDF1;
	padding: 8px 15px;
	border-radius: 5px;
	bottom: -33px;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}
.c-carspec__title, .c-carspec__title--border {
	margin: 0 0 24px 0;
}
@media screen and (max-width: 480px) {
	.c-carspec__title, .c-carspec__title--border {
		padding: 0 10px;
		margin: 0 0 16px;
	}
}
.c-carspec__title--border {
	padding-bottom: 34px;
	border-bottom: 1px solid #EBEDF1;
}
@media screen and (max-width: 480px) {
	.c-carspec__title--border {
		padding-bottom: 10px;
	}
}
.c-carspec__link {
	padding: 4px 0 0 15px;
	display: inline-block;
}
.c-carspec__inner {
	margin-bottom: 30px;
}
.c-carspec__inner::after {
	clear: both;
	content: "";
	display: block;
}
@media screen and (max-width: 480px) {
	.c-carspec__inner {
		padding: 0 10px;
	}
}
.c-carspec-section {
	height: auto;
	width: 100%;
	padding: 0 0 60px;
}
.c-carspec-section::after {
	clear: both;
	content: "";
	display: block;
}
@media screen and (max-width: 480px) {
	.c-carspec-section {
		padding: 20px 0;
		background-color: #fff;
		border-style: solid;
		border-color: #EBEDF1;
		border-width: 1px 0;
		margin-bottom: 20px;
	}
}
.c-carspec-section:last-child {
	border-bottom: 0;
}
#am_carspec_about {
	padding-right: 40px;
}
@media screen and (max-width: 480px) {
	#am_carspec_about {
		padding-right: 0;
	}
}
.c-carspec-submenu {
	width: 100%;
	background-color: #fff;
	font-weight: 600;
}
.c-carspec-submenu__holder {
	border-width: 1px 0;
	border-style: solid;
	border-color: #EBEDF1;
}
.c-carspec-submenu__holder.l-container, .c-carspec-submenu__holder.c-car-heading {
	padding-bottom: 0;
	margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
	.c-carspec-submenu__holder {
		display: none;
	}
}
.c-carspec-submenu.stuck {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	border-bottom: 1px solid #EBEDF1;
}
.c-carspec-submenu.stuck .c-carspec-submenu__inner {
	border: none;
}
.c-carspec-submenu__inner {
	position: relative;
	width: 970px;
	margin: 0 auto;
}
.c-carspec-submenu__inner::after {
	clear: both;
	content: "";
	display: block;
}
.c-carspec-submenu__link {
	position: relative;
	float: left;
	line-height: 20px;
	padding: 20px 0;
	margin-right: 20px;
}
.c-carspec-submenu__indicator {
	height: 2px;
	position: absolute;
	bottom: -1px;
	left: 0;
	background-color: #F55C10;
	-webkit-transition: width 0.2s ease-in-out, left 0.2s ease-in-out;
	transition: width 0.2s ease-in-out, left 0.2s ease-in-out;
}
@media screen and (max-width: 960px) {
	.c-carspec-submenu {
		overflow-y: scroll;
	}
	.c-carspec-submenu.stuck .c-carspec-submenu__inner {
		padding-left: 30px;
		padding-right: 30px;
	}
}
.c-carspec-table {
	width: 50%;
	float: left;
}
@media screen and (max-width: 480px) {
	.c-carspec-table {
		width: 100%;
	}
}
.c-carspec-table--one {
	width: 100%;
}
.c-carspec-table tr>td {
	width: 50%;
	background-color: #F7F8FA;
	line-height: 40px;
	max-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media screen and (max-width: 480px) {
	.c-carspec-table tr>td {
		width: 50%;
	}
}
.c-carspec-table tr>td:first-child {
	padding-left: 14px;
	color: #82909E;
}
.c-carspec-table tr:nth-child(2n) td {
	background-color: #fff;
}
.c-carspec-table tr:first-child td {
	border-top: 1px solid #EBEDF1;
}
.c-carspec-table tr:last-child td {
	border-bottom: 1px solid #EBEDF1;
}
@media screen and (max-width: 480px) {
	.c-carspec-table tr:last-child td {
		border-bottom: none;
	}
}
.c-carspec-list {
	width: 50%;
	float: left;
}
.c-carspec-list>li {
	float: left;
	width: 100%;
	line-height: 22px;
	padding: 0 10px 10px 0;
}
@media screen and (max-width: 480px) {
	.c-carspec-list {
		width: 100%;
	}
}
.c-carspec__sidebar--whatsappinfo {
	color: #82909E;
	font-size: 13px;
	line-height: 20px;
}
.c-carspec-subnav {
	border-bottom: 1px solid #EBEDF1;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.c-carspec-tabnav {
	display: none;
	position: relative;
	width: 100%;
	padding: 0 0 0 10px;
	overflow-x: scroll;
	/* Has to be SCROLL, NOT AUTO. for iOS smooth-scrolling purposes */
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	background-color: #F7F8FA;
	border-color: #EBEDF1;
	border-style: solid;
	border-width: 1px 0;
}
@media screen and (max-width: 480px) {
	.c-carspec-tabnav {
		display: block;
		position: absolute;
		top: 0;
	}
}
.c-carspec-tabnav__btn {
	display: inline-block;
	line-height: 46px;
	border: none;
	background: none;
	padding: 0 5px;
	height: 50px;
	width: auto;
	margin-right: 10px;
	color: #35485B;
}
.c-carspec-tabnav__btn.tab--active {
	color: #F55C10;
}
.c-carspec-tabnav .c-carspec-tabnav__indicator {
	padding: 0;
	margin: 0;
	height: 2px;
	width: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #F55C10;
	-webkit-transition: width 0.2s ease-in-out, left 0.2s ease-in-out;
	transition: width 0.2s ease-in-out, left 0.2s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.c-carspec-tabnav .c-carspec-tabnav__indicator:focus {
	outline: 0;
}
#am_carspec_specs .c-carspec__inner, #am_carspec_techinical_specs .c-carspec__inner {
	padding: 0;
}
.c-tabnav__tab {
	overflow: hidden;
	border: none;
	height: 0;
	padding: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.45s ease-in-out;
	transition: opacity 0.45s ease-in-out;
}
.c-tabnav__tab--active {
	height: auto;
	padding: 16px 0;
	opacity: 1;
	filter: alpha(opacity=100);
}
.c-tabnav .c-carspec__title, .c-tabnav .c-carspec__title--border {
	display: none;
}
.c-tabnav .c-carspec__title--border {
	display: none;
}
.c-tabnav.stick-to-top {
	padding-top: 52px;
	position: relative;
}
.c-tabnav.stick-to-top .c-carspec-tabnav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
}
.c-snackbar {
	height: auto;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 15px 0;
	background-color: #fff;
	z-index: 3;
	overflow: hidden;
	-webkit-transition: bottom 0.32s cubic-bezier(0.72, 0.13, 0.54, 0.94);
	transition: bottom 0.32s cubic-bezier(0.72, 0.13, 0.54, 0.94);
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
	bottom: -110px;
}
.flat .c-snackbar {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.c-snackbar--active {
	bottom: 0px;
}
.c-snackbar__person, .c-snackbar__info {
	float: left;
	line-height: 19px;
}
.c-snackbar__inner {
	float: left;
	padding: 0 0 0 20px;
}
.c-snackbar__action {
	float: right;
	text-align: right;
}
.c-snackbar__action p {
	margin: 10px 0 0;
}
.c-snackbar img {
	height: 80px;
	width: auto;
	float: left;
	margin-right: 20px;
}
.c-snackbar__name {
	font-weight: 600;
}
.c-snackbar__meta {
	color: #82909E;
}
.c-snackbar__pricing {
	font-weight: 600;
	color: #D81703;
}
.c-snackbar__info {
	padding-top: 5px;
	line-height: 22px;
}
.c-snackbar__info .c-snackbar__name {
	margin-bottom: 2px;
}
@media screen and (max-width: 640px) {
	.c-snackbar {
		display: none;
	}
}
body {
	-webkit-transition: padding 0.5s ease-in-out;
	transition: padding 0.5s ease-in-out;
}
body.body-snackbar--active {
	padding-bottom: 110px;
}
.c-loader {
	height: 40px;
	width: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 10;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity, 0.2s, ease-out;
	transition: opacity, 0.2s, ease-out;
}
.c-loader__loading {
	position: absolute;
	top: 0;
	left: 0;
}
.c-loader__loading svg {
	stroke-dasharray: 130;
}
.c-loader__background {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.c-loader--support {
	position: relative;
}
.c-loader--support--loading {
	-webkit-box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.1);
}
.c-loader--support--loading .c-loader {
	opacity: 1;
	filter: alpha(opacity=100);
}
.c-loader--support--loading .c-loader__loading>svg {
	-webkit-animation: loader 1.5s linear infinite, loader_rotate 3s linear infinite;
	animation: loader 1.5s linear infinite, loader_rotate 3s linear infinite;
}
.c-loader--support--loading img {
	-webkit-filter: blur(8px);
	-moz-filter: blur(8px);
	-ms-filter: blur(8px);
	-o-filter: blur(8px);
	filter: blur(8px);
}
.c-loader--support--done .c-loader {
	opacity: 0;
	filter: alpha(opacity=0);
}
.c-loader--support--done .c-loader__loading>svg {
	-webkit-animation: none;
	animation: none;
}
.c-loader--support--done img {
	-webkit-filter: blur(8px);
	-moz-filter: blur(8px);
	-ms-filter: blur(8px);
	-o-filter: blur(8px);
	filter: blur(8px);
	-webkit-animation: occassion_loaded_done 0.25s forwards 0.2s;
	animation: occassion_loaded_done 0.25s forwards 0.2s;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.c-brands {
	border-top: 1px solid #EBEDF1;
	padding: 30px 0;
	text-align: center;
}
@media screen and (max-width: 480px) {
	.c-brands {
		margin-bottom: 0;
		padding: 0;
	}
}
.c-brands__item {
	width: 170px;
	height: 120px;
	display: inline-block;
	background-repeat: no-repeat;
}
.c-brands__item--peugeot {
	background-image: url("../img/suppliers/peugeot.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.c-brands__item--peugeot {
		background-image: url("../img/suppliers/peugeot_2x.png");
		background-size: 170px 120px;
	}
}
.c-brands__item--mitsubishi {
	background-image: url("../img/suppliers/mitsubishi.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
	.c-brands__item--mitsubishi {
		background-image: url("../img/suppliers/mitsubishi_2x.png");
		background-size: 170px 120px;
	}
}
.c-yt-video {
	width: auto;
	min-width: 100%;
	padding-top: 56.25%;
	position: relative;
}
.c-yt-video>iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.c-yt-video__controlls {
	position: absolute;
	bottom: 0;
	left: 0;
	height: auto;
	width: 100%;
	z-index: 2;
}
.c-search {
	float: right;
	background-color: #fff;
	position: relative;
	border: 1px solid #D0D3D9;
	border-radius: 5px;
	padding: 5px;
	margin: 7px 7px 0 0;
}
@media screen and (max-width: 768px) {
	.c-search {
		float: none;
		margin: 0px;
		display: inline-block;
		width: 100%;
	}
}
.c-search .c-icon--search {
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -12px;
	height: 24px;
}
.c-search__input {
	margin-left: 30px;
	border: none;
	font-size: 14px;
	height: 22px;
}
.c-search__input::-webkit-input-placeholder {
	-webkit-transition: opacity, 0.1s ease-in-out;
	transition: opacity, 0.1s ease-in-out;
	color: #82909E;
	opacity: 1;
	filter: alpha(opacity=100);
}
.c-search__input::-moz-placeholder {
	-webkit-transition: opacity, 0.1s ease-in-out;
	transition: opacity, 0.1s ease-in-out;
	color: #82909E;
	opacity: 1;
	filter: alpha(opacity=100);
}
.c-search__input:-moz-placeholder {
	-webkit-transition: opacity, 0.1s ease-in-out;
	transition: opacity, 0.1s ease-in-out;
	color: #82909E;
	opacity: 1;
	filter: alpha(opacity=100);
}
.c-search__input:-ms-input-placeholder {
	-webkit-transition: opacity, 0.1s ease-in-out;
	transition: opacity, 0.1s ease-in-out;
	color: #82909E;
	opacity: 1;
	filter: alpha(opacity=100);
}
.c-search__input:focus {
	outline: 0;
}
.c-search__input:focus::-webkit-input-placeholder {
	color: #82909E;
	opacity: 0;
	filter: alpha(opacity=0);
}
.c-search__input:focus::-moz-placeholder {
	color: #82909E;
	opacity: 0;
	filter: alpha(opacity=0);
}
.c-search__input:focus:-moz-placeholder {
	color: #82909E;
	opacity: 0;
	filter: alpha(opacity=0);
}
.c-search__input:focus:-ms-input-placeholder {
	color: #82909E;
	opacity: 0;
	filter: alpha(opacity=0);
}
.c-mobile-table {
	position: relative;
	margin: 0 0 40px;
}
.c-mobile-table__viewport {
	overflow-x: auto;
	padding-bottom: 12px;
}
.c-mobile-table table {
	margin: 0;
	word-break: keep-all;
	white-space: nowrap;
	margin-right: 24px;
}
.c-mobile-table:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.01+0,1+100 */
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.01)), to(white));
	background: linear-gradient(to right, rgba(255, 255, 255, 0.01) 0%, white 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03ffffff', endColorstr='#ffffff', GradientType=1);
	/* IE6-9 */
}
.l-footer {
	border-top: 1px solid #EBEDF1;
}
.l-footer .l-container, .l-footer .c-car-heading {
	padding: 0;
}
.l-footer .cookies {
	padding-left: 30px;
}
@media screen and (max-width: 480px) {
	.l-footer .cookies {
		padding-left: 0;
	}
}
.l-footer__button-up {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	border: 1px solid #EBEDF1;
	display: inline-block;
	background-color: #fff;
	background-image: url("../img/icons/arrow-up.svg");
	background-repeat: no-repeat;
	background-position: center 13px;
	position: absolute;
	top: -20px;
	right: 0;
}
@media screen and (max-width: 480px) {
	.l-footer__button-up {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	.l-footer {
		padding: 24px 0 0;
	}
}
.l-footer__social {
	padding-top: 20px;
	float: right;
}
@media screen and (max-width: 480px) {
	.l-footer__social {
		margin-bottom: 20px;
		float: left;
	}
}
.l-footer__social a {
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.2);
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	margin-left: 10px;
}
@media screen and (max-width: 480px) {
	.l-footer__social a {
		margin-left: 20px;
	}
}
.l-footer__social a .c-icon {
	top: 50%;
	margin-top: -12px;
}
.l-footer__social svg path {
	fill: #fff;
}
.c-footer-block, .c-info-block {
	float: left;
	color: #35485B;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 50px;
	margin-top: 30px;
}
.c-footer-block h2, .c-info-block h2 {
	padding-bottom: 5px;
}
@media screen and (max-width: 480px) {
	.c-footer-block, .c-info-block {
		width: auto;
		min-width: 100%;
		margin: 0 !important;
	}
	.c-footer-block:last-child, .c-info-block:last-child {
		padding-bottom: 24px;
	}
}
.c-footer-block p, .c-info-block p {
	font-size: 14px;
	line-height: 24px;
}
.c-footer-block p:last-child, .c-info-block p:last-child {
	margin-bottom: 0;
}
.c-footer-block table, .c-info-block table {
	font-size: 14px;
	line-height: 210%;
}
.c-footer-block table tr.closed td, .c-info-block table tr.closed td {
	color: #82909E;
}
.c-footer-block table td, .c-info-block table td {
	vertical-align: top;
}
.c-footer-block .c-times-table td:first-child, .c-info-block .c-times-table td:first-child {
	padding-right: 20px;
}
.c-social {
	margin-top: 23px;
}
@media screen and (max-width: 480px) {
	.c-social {
		margin-top: 16px;
	}
}
.c-social a {
	height: 36px;
	width: 36px;
	display: inline-block;
	margin-right: 3px;
	background-repeat: no-repeat;
	background-position: center;
}
.c-social a svg path, .c-social a svg g use {
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.c-social a:hover svg path {
	fill: #5c6a77;
}
.c-social a:hover svg g use {
	stroke: #5c6a77;
}
.c-copyright {
	padding: 16px 0;
	font-size: 13px;
	color: #82909E;
	background-color: rgba(0, 0, 0, 0.05);
}
.c-copyright .l-container, .c-copyright .c-car-heading {
	padding: 0;
	opacity: 0.5;
}
.c-copyright .l-container::after, .c-copyright .c-car-heading::after {
	clear: both;
	content: "";
	display: block;
}
.c-copyright a, .c-copyright p {
	color: #82909E;
	display: inline-block;
	margin: 0 20px 0 0;
}
.c-copyright p {
	float: left;
}
.l-footer .c-copyright a {
	color: #82909E;
	display: inline-block;
	margin: 0 20px 0 0;
	float: right;
	font-size: 14px;
	line-height: 24px;
}
@media screen and (max-width: 480px) {
	.l-footer .c-copyright a {
		float: left;
		margin-top: 20px;
	}
}
@media screen and (max-width: 480px) {
	.c-copyright {
		padding: 20px;
		line-height: 22px;
	}
	.c-copyright a {
		display: block;
		line-height: 20px;
	}
}
.footer-nav {
	padding: 30px 0;
	float: left;
}
.footer-nav::after {
	clear: both;
	content: "";
	display: block;
}
.footer-nav li {
	float: left;
	margin-right: 50px;
}
@media screen and (max-width: 480px) {
	.footer-nav {
		padding: 10px 20px;
		line-height: 30px;
	}
}
/* ==========================================================================
   Trumps
   ========================================================================== */

/**
 * Helper classes and overrides.
 */

/**
 * trumps/_main.scss
 */

/* ==========================================================================
   Imports
   ========================================================================== */

.is-cover {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.pull-up {
	margin-top: -80px;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
	background-color: #fff;
	margin-bottom: 60px;
	overflow: hidden;
}
.text-x-light {
	color: #8C99A8;
	line-height: 22px;
}
.h-pull-right {
	float: right;
}
.h-pull-left {
	float: left;
}
.h-clearfix::after {
	clear: both;
	content: "";
	display: block;
}
/* ==========================================================================
   Pages
   ========================================================================== */

/**
 * Only for style purposes, just overrides.
 */

@media screen and (max-width: 768px) {
	.p-contact {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.p-contact .c-sidebar--contact {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.p-contact .c-content {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-bottom: 32px;
	}
}
.am-staff>ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.am-staff-members {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.am-staff-members>li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
}
@media screen and (max-width: 480px) {
	.am-staff-members>li {
		width: 50%;
	}
}
.am-staff-content {
	line-height: 22px;
	padding-right: 1.4em;
	padding-bottom: 1.4em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.am-staff-content>img {
	margin: 0 0 6px 0;
}
.am-staff-content>span {
	font-size: 13px;
}
.am-staff-name {
	color: #35485b;
}
.am-staff-function {
	color: #82909E;
}

.flexslider.am-slider .slides { height: 300px; }

.c-home-filter__tabnav--button:first-of-type { margin-right:10px; }

.c-select .form-control .has-overlay {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 1.75rem;
	height: 2.85714285714286em;
	line-height: 2.85714285714286em;
	padding: 0 1.75em 0 .75em;
}
select::-ms-expand {
    display: none;
}

.c-select {
	padding: 0.5rem 1.75em 0.5rem .75em;
    display: inline-block;
    max-width: 100%;
	vertical-align: middle;
	background:none; 
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #d8d8d8;
    -webkit-appearance: none;
	width: 100%;
	font-size: 1rem;
	border-radius: .25rem;
	margin-bottom:20px;
}
.c-select:not(:first-of-type) {
	margin-bottom:0;
}

.bouwjaar .c-select:first-of-type, .prijs .c-select:first-of-type {
	margin-bottom:0;
}

.c-occasions-filter { background:#ededed; }

.c-occasions-filter .l-grid-12 { padding-left:20px; padding-right:20px; margin-right:0px; }
.c-occasions-filter .l-grid-6 { padding-left:20px; padding-right:20px; margin-right:0px; }
.c-occasions-filter { padding-top:20px;}

.button.filter-occasions { float:right; }

.button.orange {
	background: #F55C10; 
	box-shadow: inset 0 -2px 0 0 #f26721; 
	padding:12px 30px; 
	border:0px; 
	border-radius: 3px; 
	transition: background .1s linear;
	color:#fff; 
}

.button.orange:hover {
	background: #f26721;
    box-shadow: inset 0 -2px 0 0 #d65211;
	cursor:pointer;
}

#r-occasions .c-occasions__list .c-occasions-item:hover .c-occasions-item__thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.15);
	transition: background .1s linear;
}

.c-tag-action.left {
	text-align:left;
	font-size:18px;
}
.h-clearfix.h20 { height:20px; }
.h-clearfix.h60 { height:60px; }

.lease-home { font-size:12px; }

select:disabled:hover {
	cursor:not-allowed;
}

button[type="submit"]:disabled:hover {
	cursor:not-allowed !important;
	box-shadow: inset 0 -2px 0 0 #6b6b6b;
}
button[type="submit"]:disabled {
	background-color:gray !important;
	box-shadow: inset 0 -2px 0 0 #6b6b6b;
}

.rt-without-slider figure.homepage-header-image {
	padding: 5px 0;
	max-height: 300px;
	overflow-y: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.rt-without-slider figure.homepage-header-image > img {
  width: 100%;
  height: auto;
  position: relative;
  opacity: 0.65;
  filter: alpha(opacity=65); /* For IE8 and earlier */
}

.rt-without-slider figure.homepage-header-image figcaption {
	top:50px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align:center;
	position:absolute;
	/* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.rt-without-slider figure.homepage-header-image figcaption h1{
	margin:0;
	opacity:1;
	display: inline-block;
	padding:10px;
	text-align:center;
	color:#fff;
	font-size:30px;
	opacity: 1;
}

.js-occassions-search h2 { font-size:20px; padding-bottom:20px; font-weight: 600; color: #35485b;}

.inruil-form h3 { padding-top:30px; margin:0; }
.inruil-form h3.p0 { padding-top:0px; }

.inruil-form .c-form__row { padding-bottom: 10px; }

.indicatie-versturen { margin-top:20px; }

.c-occasions__list .found-cars { padding:20px; background:#ededed; margin-bottom:40px;}
.c-occasions__list .found-cars strong { padding-top:10px; display:block; }
.c-occasions__list .found-cars select { margin:0; }

@media screen and (max-width: 480px) {
	.c-occasions__list .found-cars strong { padding-bottom:20px; }
}

.financial-form-standalone .c-form__col { width:100%; }

.financial-form-standalone .price { font-size:20px; }

.financial-form-standalone label { font-size:12px; padding-bottom:5px; display:block; }

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
	border: 1px solid #ccc;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .c-input {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.financial-form-standalone h6 { padding-bottom:20px; }
.financial-form-standalone { position:relative; padding-bottom:0px; }
.financial-form-standalone .c-form__col { padding-right:0px;}
.l-container.financial { margin-left:15px; margin-right:15px; }

.c-form__row.ppm { width: calc(100% + 62px); position:relative; margin-left:-31px; clear:both; background:#35485B; padding:30px; border:1px solid grey }
.c-form__row.ppm span.price{ text-align:center; display:inline-block; width:100%; font-size:30px; color:#fff; }
.c-form__row.ppm span.text{ font-size:10px; margin-top:5px; text-align:right; display:inline-block; width:100%; color:#fff; }
.c-form__row.ppm span.text.header{ font-size:16px; margin-top:5px; display:inline-block; width:100%; color:#fff; padding-bottom:20px; text-align:center; }

@media screen and (max-width: 480px) {
	.financial-form-standalone.c-form-layout__inner { border-width: 1px; padding:20px 20px 0px 20px; border-bottom:0; }
	.c-form__row.ppm { width: calc(100% + 39px); margin-left:-21px;}
}

.c-form__row.ppm::before {
    content: '';
    position: absolute;
    top: -5px;
    right: 24px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #35485B;
}
.mt-20 { margin-top:20px; }
.button.full-width { width:100%; text-align:center; }

.c-breadcrumb__list li .fa{ margin-left:10px; margin-right:10px;}
.c-breadcrumb__list li{
	padding-top: 8px !important;
	line-height: 22px !important;
}

@media screen and (max-width: 768px) {
	.c-home-filter {
		padding:20px;
	}
}
@media screen and (max-width: 480px) {
	.slides iframe { height: 200px; }
}

@media screen and (min-width: 768px) {
	.c-home-filter .l-grid-6 { margin-bottom:20px; }
	.slides iframe { height: 496px; }
}

.input-group.kenteken .input-group-addon{ background:#0001fb; color:#fff; }
.input-group.kenteken input { background:#f1b600; color:#000; text-transform:uppercase; font-weight:bold; }

.openingtimes-widget td {padding-bottom:10px; }
.openingtimes-widget td:first-child {padding-right:20px; }

.has-error input, .has-error select, .has-error textarea, .has-error .input-group-addon { border-color:#a94442 !important; background-color: #f2dede !important;}

h2.green { color: #2ECC71; }


.fa.fa-check { color:#2ECC71; }

.c-checklist__item .fa.fa-check { padding-right:5px; }

.financial-credentials.hidden { display:none; }

#r-occasions { padding-bottom:40px; padding-top:40px;}
#lease-calculator input:read-only { background: #cccccc; cursor:not-allowed; color:#35485B; }

#lease-calculator input:-moz-read-only { /* For Firefox */
   background: #cccccc; cursor:not-allowed; color:#35485B;
}

em.italic { font-style: italic !important; }

.footernotification {
    width: 100%;
    height: auto;
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0 !important;
    padding: 25px;
    box-sizing: border-box;
    background: rgba(0,0,0,.9);
    z-index: 1000;
}

.footernotification .text {
    width: 100%;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
	text-align:center;
}

@media screen and (max-width: 860px) {
	.footernotification .text {
		width: 100%;
		line-height: 14px;
		font-size: 14px;
		color: #fff;
		text-align:center;
	}
	
	.footernotification {
		padding:10px;
	}
}

.g-recaptcha { margin-bottom:25px; }

.bereken-lease { margin-top:30px; margin-bottom:30px; }

.c-form__row.ppm span.text.js-prijsexclslotsom {
	padding-top:10px;
	font-size:12px;
}
@media screen and (max-width: 860px) {
	.c-form__col {
		padding: 0 0 15px 0;
	}
}
	
@media screen and (min-width: 860px) {
	.c-form__col {
		padding: 0 15px 0 0;
		float:left;
		width:33%;
	}
}