/* TABLE OF CONTENTS ===============

 * 1. GENERAL
 * 2. FONTS
 * 3. SIDE MENU SLIDER
 * 4. HEADER
 * 5. CONTENT
 * 6. NOTIFICATIONS
 * 7. ACTIONS
 * 8. BOTTOM BAR
 * 9. FOOTER
 *10. WEBSHOP LAYOUT
 ===================================*/

 /* ====================================================================================================================
 * 1. GENERAL
 * ====================================================================================================================*/
[canvas=container],
[off-canvas] {
    padding: 0;
}
[class*=js-] {
    cursor: pointer;
}
html, body {
	background-color: #ffffff;
	width: 100%;
	overflow-x: hidden; /* Stops horizontal scrolling. */
	overflow-y: auto;
    /*-webkit-overflow-scrolling: touch; /*MAKES OVERFLOWN OBJECTS HAVE INERTIA SCROLLING*/
}
body {
	background: url(../images/wheelloader.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#dot-matrix {
    /*background: url(../images/dottie.png);*/
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1
}
body {
	margin:0;
	padding:0;
	height:100%;
	min-height:100%;
	text-rendering: optimizeSpeed;
    letter-spacing: .001em;
}
* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

* {
	text-decoration:none;
}
#wrapper {
    min-height: 100%;
    position: relative;
	min-width: 1024px;
	overflow: auto;
}
#wrapperlogin {
    min-height: 100%;
    position: relative;
	background-color:#fbfbfb;
}
#toggle-left {
    display: none;
    float: left;
}
#sb-site {
	background-color: #ffffff;
    margin-bottom: 0px;
    padding: 0;
	min-height: 100%;
    position: relative;
}
#sb-site.login {
	background-color: #142032;
}
#sb-site.home {
	background-color: #142032;
}
.pagewrap {
	    height: 100%;
}
a:-webkit-any-link {
    color: -webkit-link;
    text-decoration: none;
    cursor: auto;
}
.pagination {
    display: block;
    float: left;
    width: 100%;
    height: 50px;
    margin: 6% 0%;
    padding: 0 2%;
}
.prev {
    display: block;
    float: left;
    width: 25%;
    height: 50px;
    background-color: #d1d5d8;
}
.prev a {
    display: block;
    height: 50px;
    background: url(../images/page_left.png);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
}
.pages {
    display: block;
    float: left;
    width: 50%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #d1d5d8;
    font-family: Ubuntu;
    color: #333;
    font-size: 1rem;
    font-weight: 400;
}
.next {
    display: block;
    float: left;
    width: 25%;
    height: 50px;
    background-color: #d1d5d8;
}
.next a {
    display: block;
    height: 50px;
    background: url(../images/page_right.png);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
}
/* ====================================================================================================================
 * 2. FONTS
 * ====================================================================================================================*/
@font-face {
    font-family: HelveticaNeueLTStd65Medium;
    src: url(../font/helveticaneueltstd-md.eot);
    src: url(../font/helveticaneueltstd-md.eot) format('embedded-opentype'),
         url(../font/helveticaneueltstd-md.woff2) format('woff2'),
         url(../font/helveticaneueltstd-md.woff) format('woff'),
         url(../font/helveticaneueltstd-md.ttf) format('truetype'),
         url(../font/helveticaneueltstd-md.svg#HelveticaNeueLTStd65Medium) format('svg');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: HelveticaNeueLTStd85Heavy;
    src: url(../font/helveticaneueltstd-hv.eot);
    src: url(../font/helveticaneueltstd-hv.eot) format('embedded-opentype'),
         url(../font/helveticaneueltstd-hv.woff2) format('woff2'),
         url(../font/helveticaneueltstd-hv.woff) format('woff'),
         url(../font/helveticaneueltstd-hv.ttf) format('truetype'),
         url(../font/helveticaneueltstd-hv.svg#HelveticaNeueLTStd85Heavy) format('svg');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: helveticabold;
    src: url(../font/helvetica_bold-webfont.eot);
    src: url(../font/helvetica_bold-webfont.eot?#iefix) format('embedded-opentype'),
         url(../font/helvetica_bold-webfont.woff) format('woff'),
         url(../font/helvetica_bold-webfont.ttf) format('truetype'),
         url(../font/helvetica_bold-webfont.svg#helveticabold) format('svg');
    font-weight: 700;
    font-style: normal
}
@font-face {
    font-family: helveticaregular;
    src: url(../font/helvetica-webfont.eot);
    src: url(../font/helvetica-webfont.eot?#iefix) format('embedded-opentype'),
         url(../font/helvetica-webfont.woff) format('woff'),
         url(../font/helvetica-webfont.ttf) format('truetype'),
         url(../font/helvetica-webfont.svg#helveticaregular) format('svg');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: HelveticaNeueLTStd75Bold;
    src: url(../font/helveticaneueltstd-bd.eot);
    src: url(../font/helveticaneueltstd-bd.eot) format('embedded-opentype'),
         url(../font/helveticaneueltstd-bd.woff2) format('woff2'),
         url(../font/helveticaneueltstd-bd.woff) format('woff'),
         url(../font/helveticaneueltstd-bd.ttf) format('truetype'),
         url(../font/helveticaneueltstd-bd.svg#HelveticaNeueLTStd75Bold) format('svg');
    font-weight: 400;
    font-style: normal
}


@font-face {
    font-family:'citroenbold';
    src:url('font/citroen_bold-webfont.eot');
    src:url('font/citroen_bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('font/citroen_bold-webfont.woff') format('woff'),
        url('font/citroen_bold-webfont.ttf') format('truetype'),
        url('font/citroen_bold-webfont.svg#citroenbold') format('svg');
    font-weight:bold;
    font-style:normal;
}
@font-face {
    font-family:'citroenlight';
    src:url('font/citroen_light-webfont.eot');
    src:url('font/citroen_light-webfont.eot?#iefix') format('embedded-opentype'),
        url('font/citroen_light-webfont.woff') format('woff'),
        url('font/citroen_light-webfont.ttf') format('truetype'),
        url('font/citroen_light-webfont.svg#citroenlight') format('svg');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'citroenregular';
    src:url('font/citroen_regular-webfont.eot');
    src:url('font/citroen_regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('font/citroen_regular-webfont.woff') format('woff'),
        url('font/citroen_regular-webfont.ttf') format('truetype'),
        url('font/citroen_regular-webfont.svg#citroenregular') format('svg');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family: 'VideoJS';
    src: url('font/vjs.eot');
    src: url('font/vjs.eot?#iefix') format('embedded-opentype'),
        url('font/vjs.woff') format('woff'), url('../font/vjs.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* ====================================================================================================================
 * 2A. DS FONTS
 * ====================================================================================================================*/
@font-face {
    font-family: 'font1';
    src: url('font/DSTitleWebSmall-Regular.eot');
    src: url('font/DSTitleWebSmall-Regular.eot?#iefix') format("embedded-opentype"),
		 url('font/DSTitleWebSmall-Regular.woff') format("woff"),
		 url('font/DSTitleWebSmall-Regular.ttf') format("truetype"),
		 url('font/DSTitleWebSmall-Regular.svg#font1') format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'font2';
    src: url('font/DSTitleWebSmall-Italic.eot');
    src: url('font/DSTitleWebSmall-Italic.eot?#iefix') format("embedded-opentype"),
		 url('font/DSTitleWebSmall-Italic.woff') format("woff"),
		 url('font/DSTitleWebSmall-Italic.ttf') format("truetype"),
		 url('font/DSTitleWebSmall-Italic.svg#font2') format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url('font/Roboto-Regular.eot');
    src: url('font/Roboto-Regular.eot?#iefix') format("embedded-opentype"),
		 url('font/Roboto-Regular.woff') format("woff"),
		 url('font/Roboto-Regular.ttf') format("truetype"),
		 url('font/Roboto-Regular.svg#roboto') format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'font4';
    src: url('fontroboto-light-webfont.eot');
    src: url('font/roboto-light-webfont.eot?#iefix') format("embedded-opentype"),
		 url('font/roboto-light-webfont.woff2') format("woff2"),
		 url('font/roboto-light-webfont.woff') format("woff"),
		 url('font/roboto-light-webfont.ttf') format("truetype"),
		 url('font/roboto-light-webfont.svg#font4') format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'NSpictos';
    src: url('font/ns_pictos.eot');
    src: url('font/ns_pictos.eot?#iefix') format("embedded-opentype"),
		 url('font/ns_pictos.woff2') format("woff2"),
		 url('font/ns_pictos.woff') format("woff"),
		 url('font/ns_pictos.ttf') format("truetype"),
		 url('font/ns_pictos.svg#NSpictos') format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'fontello';
    src: url('font/fontello.eot?14539174');
    src: url('font/fontello.eot?14539174#iefix') format("embedded-opentype"),
		 url('font/fontello.woff?14539174') format("woff"),
		 url('font/fontello.ttf?14539174') format("truetype"),
		 url('font/fontello.svg?14539174#fontello') format("svg");
    font-weight: 400;
    font-style: normal;
}
/* ====================================================================================================================
 * 3. SIDEMENU SLIDER (SEE ALSO SLIDEBARS.CSS)
 * ====================================================================================================================*/

.sb-slidebar {
	background-color: #fff;
}
.sb-slidebar {
	background-color: #fff; /* Background colour. */
	color: #e8e8e8; /* Text colour. */
}
.sb-toggle-left {
	display:inline-block;
	width: 30px;
	height:26px;
	float: left;
	padding: 0px;
	margin-top:19px;
	border: 2px solid #AEA79F;
}
.sb-toggle-left, .sb-open-left, .sb-close {
	cursor: pointer;
}
.navicon-line {
    width: 22px;
    height: 3px;
    border-radius: 0px;
    margin: 4px;
    background-color: #d1d1d0;
}

.sidemenu-header {
	font-family:Ubuntu;
	color:#646464;
	font-size:20px;
	text-transform: uppercase;
	cursor:hand;
	padding: 20px 25px;
	background-color:#f1f1f1;
	border-bottom: 1px solid #f4f4f4;
}

/*MOBILE MENU*/
[off-canvas] ul {
	list-style: none;
	padding: 0 0 50% 0;
	margin: 0;
}
[off-canvas] li {
	display:block;
	margin: 0;
	/*height: 56px;*/
	background-color: #fff;
  	vertical-align: middle;
	padding: 0 13px 0 10px;
	border-top: 6px solid #fff;
	border-bottom: 0px solid #fff;
}
[off-canvas] li a {
	position:relative;
	display:block;
	width:100%;
	font-family:Ubuntu;
	text-transform:uppercase;
	font-weight:bold;
	color: #646464;
	font-size: 0.85em;
	line-height: 50px;
	text-decoration: none;
	background-color:#f1f1f1;
	padding-left: 15px;
}
[off-canvas] li a:after {
	content:"";
	background-image:url('../images/arrow_right.png');
    background-size: 15px 15px;
	background-repeat:no-repeat;
	width: 20px; 
    height: 20px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: 7px;
}
[off-canvas] li.selected a {
	color: #DC002E;
}
[off-canvas] li.selected a:after {
	background-image:url('../images/arrow_right_red.png');
}
[off-canvas] .logoff a {
	font-family:Ubuntu;
	color: #F0780A;
}
[off-canvas] .logoff a:after {
	content:"";
	background-image:url('../images/arrow_right_orange.png');
    background-size: 15px 15px;
	background-repeat:no-repeat;
	width: 20px; 
    height: 20px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: 7px;
}
/*MOBILE MENU*/

/*SUBMENU*/
[off-canvas] li ul {
	list-style: none;
	padding: 0px;
	margin: 0;
	display:none;
}
[off-canvas] li.selected ul {
	list-style: none;
	padding: 0px;
	margin: 0;
	display:block;
}
[off-canvas] li.selected ul li {
	display:block;
	margin: 0;
	height: 41px;
	background-color: #fff;
  	vertical-align: middle;
	padding: 0 0px 0 0px;
	border-top: 1px solid #fff;
	border-bottom: 0px solid #fff;
}
[off-canvas] li.selected ul li a {
	position:relative;
	display:block;
	width:100%;
	font-family:Ubuntu;
	text-transform:uppercase;
	font-weight:normal;
	color: #000;
	font-size: 0.8em;
	line-height: 40px;
	text-decoration: none;
	background-color:#f9f9f9;
	padding-left: 15px;
}
[off-canvas] li.selected ul li a:after {
	content: "";
    background-image: url('../images/arrow_white.png');
    background-size: 10px 10px;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    right: 14px;
}
[off-canvas] li.selected ul li.selected a {
    color: #DC002E;
}
/*SUBMENU*/


/*
.sb-slidebar li.menu-blue {
	margin: 0;
	height: 41px;
	background-image:linear-gradient(#1f698a, #165577);
		-webkit-gradient(linear,(#1f698a, #165577));
			-moz-linear-gradient(#1f698a, #165577);
	background-color: #1b5f80;
  	vertical-align: middle;
	padding-left: 25px;
	border-top: 1px solid #447691;
	border-bottom: 1px solid #063348;
}
.sb-slidebar li.menu-blue-selected {
	margin: 0;
	height: 41px;
	background-image:linear-gradient(#1f698a, #165577);
		-webkit-gradient(linear,(#1f698a, #165577));
			-moz-linear-gradient(#1f698a, #165577);
	background-color: #2b7095;
  	vertical-align: middle;
	padding-left: 35px;
	border-top: 1px solid #447691;
	border-bottom: 1px solid #063348;
}
.sb-slidebar .menu-blue a {
	font-family:'PeugeotExpanded';
	color: #939494;
	font-size: 0.85em;
	line-height: 41px;
	text-decoration: none;
}
.sb-slidebar .menu-blue-selected a {
	font-family:'PeugeotExpanded';
	color: #fff;
	font-size: 0.85em;
	line-height: 41px;
	text-decoration: none;
}
*/

/*
.sb-slidebar li a:hover {
	color: #d90b34;
}
.sb-slidebar li a.selected {
	color: #d90b34;
    padding-bottom: 22px;
	border-bottom: 2px solid #d90b34;
}
.sb-slidebar a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px 0 -30px;
  width: 1px;
  height: 30px;
}
.sb-slidebar li a:before {
  background: url(../defimages/nav-sep.png) center no-repeat;
}*/

/* ====================================================================================================================
 * 4. HEADER
 * ====================================================================================================================*/
.header-top .gologo {
    display: none;
}
.header-wrapper {
    display: block;
    width: 100%;
    margin: 0 auto;
    border-bottom: 10px solid #bcbdc1;
    background-color: #e6e6e6;
}
header {
	top: 0;
    left: 0;
    width: 100%;
}
header {
	display:none;
	width:100%;
	/*background-color:#fff;*/
	height:0px;
}
.header-container {
	display:block;
	height:100px;
	width:100%;
    max-width: 1280px;
	min-width:768px;
	padding: 0 90px 0 15px;
	margin:0 auto;
}
header .homebut {
	display:block;
	float:left;
	width:2%;
}
header .homebut a {
	display:block;
	float:left;
	height:100px;
	width:14px;
	background: url("../images/home.png") no-repeat center center;
	background-size: 14px 20px;
	margin: auto;
}
/* NO TOGLLE ON DESKTOP AND IPAD VERSIONS */
header .toggle{
	display:none;
}
/*
header .login-logo {
	display:block;
	float:left;
	height:70px;
	width:180px;
	min-width:0px;
	background: url("../images/peugeotlogo-long.png") no-repeat center center;
	background-size: 180px 30px;
	margin: 0;
}
*/
header .logos {
	display:block;
	float:right;
	height:100px;
	width:25%;
}
header .psalogo {
	display:block;
	float:right;
	height:100px;
	max-width:100px;
}
header .psalogo a{
	display: inline-block;
	float:left;
	vertical-align: middle;
    text-decoration: none;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	height:100px;
	width:92px;
	background: url("../images/psalogo.png") no-repeat 0px;
	background-size: 92px 100px;
}
header .logo {
	display:block;
	float:right;
	height:100px;
	max-width:100px;
}
header .logo a{
	display: inline-block;
	float:left;
	vertical-align: middle;
    text-decoration: none;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	height:100px;
	width:100px;
	background: url("../images/citroenlogo@2x.jpg") no-repeat 0px;
	background-size: 100px 100px;
}
header .name {
    width: 297px;
    height: 19px;
    line-height: 61px;
    display: block;
    float: left;
    text-indent: -9999px;
    background: url(../images/hcmlogo.png) no-repeat;
    margin: 18px 0px 21px 10px;
}
header .country {
    font-family: Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    padding: 1px 0 0px 10px;
    line-height: 50px;
    float: left;
    font-size: 12px;
    color: #7d7d80;
    font-style: normal;
}
header .gologo {
    display: none;
}
header .brand{
    display: block;
	float:left;
    height:100px;
	padding-left:1.5%;
}
header .brand {
    margin: 0 0;
	font-family:'citroenregular';
	text-transform:uppercase;
	color: #DC002E;
	font-size: 1.2em;
	line-height: 100px;
}
header .sitename{
    display: block;
	float:left;
    height:100px;
	padding-left:2%;
}
header .sitename {
    margin: 0 0;
	font-family:'citroenregular';
	text-transform:uppercase;
	color: #646464;
	font-size: 1.2em;
	line-height: 100px;
}
/* HEADER-NAV IS THE MAIN NAVIGATION */
header .header-nav {
	display: block;
	float:left;
	position:relative;
	height:100px;
	width:50%;
	margin-left:2%;
}
header .header-nav ul {
	list-style: none;
	height:auto;
	margin: 0;
	padding: 0 0;
}
header .header-nav li {
	display: block;
	float:left;
	color: #646464;
	font-family:'citroenregular';
	font-size: 0.9em;
    text-transform: uppercase;
    text-decoration: none;
	line-height: 100px;
	padding-left:6%;
}
header .header-nav li a{
	position:relative;
	display: block;
	color: #646464;
	font-family:'citroenregular';
	font-size: 0.9em;
    text-transform: uppercase;
    text-decoration: none;
}
header .header-nav li a:hover{
	color: #DC002E;
}
header .header-nav li.selected a{
	position:relative;
	display: block;
	color: #DC002E;
	font-family:'citroenregular';
	font-size: 0.9em;
    text-transform: uppercase;
    text-decoration: none;
}
header .header-nav li.selected a:after{
	content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    bottom: 22px;
    left: 25%;
	background: #DC002E;
    -moz-transition-property: all;
    	-o-transition-property: all;
    		-webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.3s;
    	-o-transition-duration: 0.3s;
    		-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease;
    	-o-transition-timing-function: ease;
    		-webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

/* HEADERBAR HOLDS SUB-NAV AND KM NOTOFICATION */
.headerbar-wrapper.login {
	height:0px;
	max-width: 1250px;
    min-width: 968px;
    padding: 0 90px 0 3%;
	margin: 0 auto;
}
.headerbar-wrapper {
	height:35px;
	max-width: 1280px;
    min-width: 968px;
    padding: 0 90px 0 15px;
	margin: 0 auto;
}
.headerbar.login {
	display:block;
	width:100%;
	max-width:1200px;
	height:0px;
	background-color: #dbd8d4;
    border-top: 0px solid #dbd8d4;
	padding: 0 3%;
	margin: 0 auto;
}
.headerbar {
	display:block;
	width:100%;
	max-width:1200px;
	height:35px;
	background-color: #fff;
    border-top: 0px solid #dbd8d4;
	border-bottom: 0px solid #dbd8d4;
	padding: 0 3%;
	margin: 0 auto;
}
.headerbar .subnav {
	display: block;
	float:left;
	position:relative;
	top:0;
	left:-1%;
	vertical-align:top;
}
.headerbar.login .subnav {
	display: none;
}
.headerbar .subnav  ul {
	list-style: none;
	height:auto;
	text-align:center;
	margin: 0;
	padding: 0 0;
}
.headerbar .subnav li {
	display: inline-block;
	color: #646464;
	font-family:"Open Sans", Arial, sans-serif;
	font-size: 0.8em;
    text-decoration: none;
	line-height: 35px;
	padding: 0 10px;
}
.headerbar .subnav li a{
	position:relative;
	display: block;
	color: #646464;
	font-family:"Open Sans", Arial, sans-seriff;
	font-size: 0.9em;
    text-decoration: none;
}
.headerbar .subnav li a:before {
    content: '';
    position: absolute;
	left: -10px;
    top: 25%;
    height: 55%;
    width: 1px;
    background: #fff;
}
.headerbar .subnav li.selected a{
	position:relative;
	display: block;
	color: #DC002E;
	font-family:"Open Sans", Arial, sans-serif;
	font-size: 0.9em;
    text-decoration: none;
}
.headerbar .subnav li.first a:before {
    content: '';
    position: absolute;
	left: -10px;
    top: 25%;
    height: 55%;
    width: 0px;
    background: #c3c4c5;
}
.headerbar .subnav li.first.selected a{
	position:relative;
	display: block;
	color: #DC002E;
	font-family:"Open Sans", Arial, sans-serif;
	font-size: 0.9em;
    text-decoration: none;
}
/*
#km-notification {
	position:relative;
	display:block;
	width:25%;
	float:right;
	max-width:1250px;
	margin: 0px auto;
	height:35px;
	top:0px;
  	vertical-align: middle;
	padding-right: 0;
}
#km-notification p{
	display:block;
	line-height:35px;
	vertical-align: middle;
	font-family:"Ubuntu","Arial","Verdana",sans-serif;
	color: #142032;
	font-size: 12px;
	text-decoration: none;
	text-align:right;
	padding-right:0px;
	-webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
*/

/*
.links {
	display:block;
	width:27%;
	height:100%;
	float:left;
	margin-right:2%;
}
.rechts {
	width:70.5%;
	height:100%;
	float:right;
}
.rechts-webshop {
	width:94%;
	height:100%;
	margin: 0 auto;
}
.links2 {
	display:inline-block;
	width:94%;
	height:100%;
	float:none;
	margin-right:3%;
	margin-left:2.5%;
	margin-top:2%;
}
.bannerbox img {
	display:block;
	width: 24%;
	float:left;
	margin-left:1%;
}
*/

/* SPECIAL MENU FOR HOMEPAGE NAVIGATION DESKTOP AND IPAD VERSION */
/*
.container {
    width:100%;
	height:100%;
	margin: 0px 2% 0px 0px;
}
.container img {
	width:100%;
}*/
/* outer container will define aspect ratio */
/*.outer {
    position: relative;
    width: 100%;
}
.outer.r4x3 {
    padding-top: 75%; /* "height" will be 3/4 of width 
}
.outer.r2x1 {
    padding-top: 100%; /* "height" will be 1/2 of width
}*/
/* inner container positioned absolutely and holds content 
.outer .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    outline: 0px solid grey;
}


.little-box-grey {
    position:relative;
	float: left;
	background-image:linear-gradient(#ffffff, #cfcfcf);
		-webkit-gradient(linear,(#ffffff, #cfcfcf));
			-moz-linear-gradient(#ffffff, #cfcfcf);
	background-color: #cfcfcf;
	outline: 3px solid #142032;
    width: 33.333%;
    height: 33.333%;
}
.little-box {
	position:relative;
	float: left;
    background-image:linear-gradient(#656380, #393948);
		-webkit-gradient(linear,(#656380, #393948));
			-moz-linear-gradient(#656380, #393948);
	background-color: #393948;
	outline: 3px solid #142032;
    width: 33.333%;
    height: 33.333%;
}
.little-box1 {
	position:relative;
	float: left;
    background-image:linear-gradient(#656380, #393948);
		-webkit-gradient(linear,(#656380, #393948));
			-moz-linear-gradient(#656380, #393948);
	background-color: #393948;
	outline: 3px solid #142032;
    width: 66.666%;
    height: 33.333%;
}




*/



.slider {
	position:relative;
	top:0px;
	width:100%;
	height:100%;
	max-height:367px;
	float:left;
}
.slider-webshop {
	position:relative;
	top:0px;
	width:100%;
	height:100%;
	max-height:454px;
	float:left;
}
 .flexslider {
	width:100%;
	float:right;
}
 .flexslider {
	width:100%;
	float:right;
}



/*



.main-nav {
	display:block;
	background-color:#f00;
	float:left;
	top:0px;
	width:100%;
	height:100%;

	margin-left:0;
	margin-right:4px;
}
.main-nav .row1 {
	overflow:auto;
	width:100%;
	max-height:33%;
	margin-bottom:1%;
}
.main-nav .row2 {
	overflow:auto;
	width:100%;
	height:33%;
	margin-bottom:1%;
}
.main-nav .row3 {
	overflow:auto;
	width:100%;
	height:32%;
	margin-bottom:0%;
}

.navbox2-3 {
	position:relative;
	display:block;
	width:65%;
	height:100%;
	float:left;
	background-image:linear-gradient(#656380, #393948);
		-webkit-gradient(linear,(#656380, #393948));
			-moz-linear-gradient(#656380, #393948);
	background-color: #393948;
	margin-right: 0;
}
.navbox3-3G {
	position:relative;
	display:block;
	width:32%;
	height:100%;
	float:left;
	background-image:linear-gradient(#ffffff, #cfcfcf);
		-webkit-gradient(linear,(#ffffff, #cfcfcf));
			-moz-linear-gradient(#ffffff, #cfcfcf);
	background-color: #cfcfcf;
	margin-right:1%;
}
.navbox3-3P {
	position: relative;
	display:block;
	width:32%;
	height:100%;
	float:left;
	background-image:linear-gradient(#656380, #393948);
		-webkit-gradient(linear,(#656380, #393948));
			-moz-linear-gradient(#656380, #393948);
	background-color: #393948;
	margin-right:1%;
}
.button {
	display:block;
	width:100%;
	height:100%;
	padding: 0;
}
.little-box-grey img {
	position:relative;
	top:0px;
	max-width:80%;
	max-height:80%;
	margin: 0% auto;
	display:block;
	vertical-align: top;
	height:100%;
	text-align:center;
}
.little-box1 img {
	position:relative;
	top:0px;
	max-width:80%;
	max-height:80%;
	margin: auto 10% auto 5%;
	display:block;
	vertical-align: top;
	height:100%;
	text-align:center;
}
.little-box img {
	position:relative;
	top:0px;
	max-width:80%;
	max-height:80%;
	margin: 0% auto;
	display:block;
	vertical-align: top;
	height:100%;
	text-align:center;
}
.little-box-grey p {
	position: absolute;
    top: 62%;
    left: 2%;
    width: 96%;
    height: auto;
    font-size: 100%;
    font-family: 'PeugeotNormal',Arial,sans-serif;
	font-size:12px;
	text-align:center;
    line-height: 12px;
}
.little-box1 p {
	position: absolute;
    top: 20%;
    left: 5%;
    width: 96%;
    height: auto;
    font-size: 100%;
    font-family: 'PeugeotNormal',Arial,sans-serif;
	color:#ffffff;
	font-size:12px;
	text-align:center;
    line-height: 18px;
}
.little-box p {
	position: absolute;
    top: 62%;
    left: 2%;
    width: 96%;
    height: auto;
    font-size: 100%;
    font-family: 'PeugeotNormal',Arial,sans-serif;
	color:#ffffff;
	font-size:12px;
	text-align:center;
    line-height: 12px;
}

*/


/* ====================================================================================================================
 * 5. CONTENT
 * ====================================================================================================================*/
.logincontent {
	padding-top: 0%;
	padding-bottom:0%;
    width: 100%;
    margin: 0;
}
.topsection {
 	position:relative;
	width:100%;
	height:100%;
	float:none;
	margin: 0 auto;
 }
.topsection img{
	display: block;
    width: 100%;
    margin: 30px auto 5px auto;
}
.hitlogo {
	float:left;
	width:100%;
}
.hitlogo img {
	display: block;
    width: 100px;
    float:left;
    margin: 0px auto 5px auto;
}
.gologo {
	float:left;
	width:100%;
}
.gologologo img {
	display: block;
    width: 250px;
    float:left;
}
.goheader {
    float:left;
    width:100%;
    background: url(../images/dots.png) left bottom repeat-x;
    padding-bottom: 25px;
    margin-bottom: 10px;
}
.topsection h1{
	-webkit-margin-before: 0;
    -webkit-margin-after: 0.1em;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	text-align:left;
	color: #181818;/*e1412d*/
	font-size: 16px;
	    float: left;
}
.topsection h1 .incentive{
	color: #F60;
    font-style: normal;
}
.topsection h2{
	-webkit-margin-before: 0.1em;
	-webkit-margin-after: 0.5em;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	text-align:left;
	color: #fc6621;
	font-size: 1.2em;
	float: left;
}
.content {
	top: 0;
    margin: 70px auto 100px auto;
    padding-bottom: 0px;
    width: 100%;
    height: 100%;
	min-height: 100%;
	background-color:#142032;
}
/*.content-white {
	position:relative;
	top: 0;
    margin: 0px auto 50px auto;
    padding-bottom: 0px;
	padding-right:70px;
    width: 100%;
    height: 100%;
	min-height: 100%;
	background-color:#ffffff;
	overflow-y: scroll;
	overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}*/
.content-white {
    float: left;
    /* overflow: auto; */
    /* position: relative; */
    top: 0;
    margin: 0 0 100px 2%;
    padding: 0px 20px;
    /* max-width: 290px; */
    width: 98%;
    height: 100%;
    min-height: 100%;
    /* background-color: #FFF; */
    /* background-color: rgba(255, 255, 255, 0.9); */
    -webkit-overflow-scrolling: touch;
}
.content-wrapper {
    float: left;
    width: 100%;
    height: 100%;
    max-width: 290px;
    margin: 0 auto;
    padding: 0;
    font-family: Ubuntu;
    text-align: center;
    font-size: 14px;
    color: #ea6831;
    padding: 25px;
    overflow: auto;
    background-color: rgba(255, 255, 255, 0.9);
}
@media only screen and (max-width: 1250px) {
	.content-wrapper {
		width:100%;
		height:100%;
		max-width:290px;
		margin:0 auto;
		padding: 2%;
	}
}
.content-wrapper-white {
	width:100%;
	height:100%;
	background-color:#ffffff;
}
.main-left {
	display:block;
	width:38%;
	height:100%;
	margin:0;
	box-sizing:border-box;
	padding:3% 2% 3% 0%;
	float:left;
	border-right: 1px solid rgba(44,43,63,.1);*
}
.main-right {
	display:block;
	width:62%;
	height:100%;
	box-sizing:border-box;
	padding: 3% 0% 3% 2%;
	float:left;
}
.main-right .top-box {
	display:block;
	height:80px;
	
	/*background-color: #f5f6f7;*/
}

/* PAGE */
.page {
	display:block;
	float:left;
	background-color: #ffffff;
	min-height:100%;
	width:100%;
	margin: 0px auto 0 auto;
}
.rowpage {
	display:block;
	width:100%;
	max-width:1024px;
	min-width:968;
	background-color: #ffffff;
	padding: 3% 3%;
	box-sizing:border-box;
	margin:0 auto;
}
.actionpage {
    display:block;
	max-width:1024px;
	min-width:968px;
	margin:0 auto;
	background-color: #ffffff;
    padding: 0;
}
.page-select {
	display:none;
}
.pagetitle {
	font-family:'PeugeotExpanded';
	text-transform:uppercase;
	color: #222;
	font-size: 14px;
	text-decoration: none;
	padding:0;
}
.content-title {
    font-family: 'citroenbold';
    text-transform: uppercase;
    color: #DC002E;
    font-size: 18px;
    margin: 0;
    padding: 6% 0 0 0;
    text-decoration: none;
	text-align: center;
}
.sectiontitle {
	font-family:'citroenbold';
	text-transform:uppercase;
	text-align:left;
	color: #222;
	font-size: 14px;
	margin-top: 3%;
	text-decoration: none;
}
.page .section {
	display:block;
	float:left;
	width:100%;
	padding: 0;
}
.page .section-title {
	display:block;
	font-family:'citroenbold';
	color: #646464;
	font-size: 18px;
	line-height:16px;
	text-align:left;
	padding: 2% 0 0 0;
}
.page .section p {
	font-family: Ubuntu;
    color: #646464;
    font-size: 14px;
	text-align:left;
    line-height: 1.5;
}
.support-img {
    display: block;
    float: left;
    width: 100%;
    margin: 0 0 3% 0;
}
.support-img img {
    display: block;
    width: 50%;
    margin: auto;
}
.page .section .col1-1 {
	display:block;
	float:left;
	box-sizing:border-box;
	width:100%;
	padding:0;
}
.page .section .col1-2 {
	display:block;
	float:left;
	box-sizing:border-box;
	width:50%;
	padding:0 2% 0 0;
}
.page .section .col2-2 {
	display:block;
	float:left;
	box-sizing:border-box;
	width:50%;
	padding:0 0 0 2%;
}
.page ul {
	display: block;
	margin: 0 auto;
    padding: 0px 0px 0px 20px;
    list-style-type: none;
}
.page li{
	font-family:Ubuntu;
	text-align:left;
	color: #333;
	font-size: 12px;
	line-height:18px;
	margin-top: 0;
	padding-left:0%;
	text-decoration: none;
	list-style: disc;
}
.page li p{
	font-family:Ubuntu;
	color: #333;
	font-size: 12px;
	line-height:18px;
	margin-top: 0;
	padding-left:0%;
	text-decoration: none;
	list-style: disc;
}
.page ul li ul {
	display: block;
	margin: 0 auto;
    padding: 10px 0px 10px 20px;
    list-style-type: none;
}
.page li ul li{
	font-family:Ubuntu;
	color: #333;
	font-size: 11px;
	line-height:18px;
	margin-top: 0;
	padding-left:0%;
	text-decoration: none;
	list-style: disc;
}
.page li ul li p{
	font-family:Ubuntu;
	color: #333;
	font-size: 12px;
	line-height:18px;
	margin-top: 0;
	padding-left:0%;
	text-decoration: none;
	list-style: disc;
}

/* BELONINGEN PAGE */
.rowpage p {
	font-family:'PeugeotNormal';
	color: #222;
	font-size: 12px;
	text-decoration: none;
}

/* ROWS */
.rows{
	display:block;
	float: left;
	width:100%;
}
/*
.rows.pagetitle {
	display:none;
	font-family:'PeugeotExpanded';
	text-transform:uppercase;
	color: #222;
	font-size: 14px;
	padding-bottom:1em;
	padding-left:6%;
	padding-right:6%;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
}
*/
.rows .row .title {
    cursor: pointer;
}
.rows .row.closed .title {
	width:100%;
	float:left;
	/*border-bottom: 1px solid rgba(44,43,63,.1);*/
    height: 66px;
    color: #000000;
    border-radius: 0px;
	padding: 0;
}
.rows .row.opened .title {
    /*background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(203,203,203,1) 100%);*/
	position: relative;
	width:100%;
	float:left;
	background-color: rgba(44,43,63,.1);
    height: 66px;
    color: #333333;
    border-radius: 0px;
	border-bottom: 0px solid rgba(44,43,63,.1);
		-webkit-border-top-left-radius: 20px;
		-moz-border-radius-topleft: 20px;
			border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
		-moz-border-radius-topright: 20px;
			border-top-right-radius: 20px;
	padding: 0 2%;
}
/*
.arrow_box {
	position: relative;
	background: #88b7d5;
	border: 4px solid #c2e1f5;
}
*/
.rows .row.opened .title:after, .rows .row.opened .title:before {
	top: 10px;
	/*left: 50%;*/
	border: 0px solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: relative;
	pointer-events: none;
}
.rows .row.opened .title::after {
	border-top-color: rgba(44,43,63,.1);
	border-width: 10px;
	margin-left: -10px;
}
.rows .row.opened .title::before {
	border-color: rgba(194, 225, 245, 0);
}
.rows .tickets .row.opened .title:after, .rows .row.opened .title:before {
    top: 40px;
    /* left: 50%; */
    /*border: 0px solid transparent;*/
    content: " ";
    height: 0;
    width: 0;
    position: relative;
    pointer-events: none;
}
/*IE*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
   .rows .row.opened .title:after, .rows .row.opened .title:before {
	display:none;
	top: 8px;
	/*left: 50%;*/
	border: 0px solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: relative;
	pointer-events: none;
}
.content-wrapper {
	width:100%;
	height:100%;
	max-width:1250px;
	margin:0 auto;
	padding: 0;/*0 1% 0 3%;*/
	font-family:Ubuntu;
	text-align:center;
	font-size:14px;
	color:#ea6831;
	padding: 0 0 100px 0;
	overflow: hidden;
}
.rows .row.opened .title:after {
	border-top-color: rgba(44,43,63,.1);
    border-width: 0px;
    margin-left: 0px;
}
.rows .row.opened .title:before {
	border-color: rgba(194, 225, 245, 0);
}
}
/*IE*/
.rows .row .title .column-left {
    height:66px;
	width: 100%;
}
.rows .row .column-left {
    float: left;
}
.rows .row.opened .title .column-left .arrow {
    display:none;
	width: 5%;
    height: 30px;
    float: right;
	margin-top:15px;
	margin-right:4%;
    background: url(../images/arrow_up.png);
    background-repeat: no-repeat;
    background-position: center;
}
.rows .row.closed .title .column-left .arrow {
    width: 5%;
    height: 30px;
    float: right;
	margin-top:15px;
	margin-right:1%;
    background: url(../images/arrow_down.png);
    background-repeat: no-repeat;
	background-size: 20px 21px;
    background-position: center;
}

.rows .row.closed .title .column-left .label {
	margin-left: 2%;
	padding-right:5%;
	width:60%;
    float: left;
}
.rows .row.closed .title .column-left .label .label-ktn {
	display:block;
	float:left;
	height:33px;
	width:100%;
    font-family: 'citroenregular';
	text-transform:uppercase;
	color:#333333;
	text-align:left;
    font-size: 21px;
	line-height:48px;
}
.rows .row.closed .title .column-left .label .label-clnt {
	display:block;
	float:left;
	height:33px;
	width:100%;
    font-family: Ubuntu;
	text-transform:uppercase;
	color:#80878e;
	text-align:left;
    font-size: 10px;
	line-height:22px;
}
.rows .row.closed .title .column-left .label.grey {
	padding-left: 1%;
	width:60%;
    font-family: 'citroenregular';
	color:#AFADC3;
    float: left;
    font-size: 21px;
	line-height:60px;
}
.rows .row.closed .title .column-left .label.grey .label-ktn {
	display:block;
	float:left;
	height:66px;
	width:100%;
    font-family: 'citroenregular';
	color:#AFADC3;
    float: left;
    font-size: 21px;
	line-height:66px;
}
.rows .row.closed .title .column-left .label.grey .label-clnt {
	display:none;
}
.rows .row.opened .title .column-left .label {
	margin:auto;
	padding-right:0;
	width:50%;
	height:60px;
	transition: 0.9s padding ease-out;
}
.rows .row.opened .title .column-left .label .label-ktn {
	display:block;
	height:33px;
	width:100%;
    font-family: 'citroenbold';
	text-transform:uppercase;
	color:#333333;
	text-align:center;
    float: left;
    font-size: 21px;
	line-height:48px;
	transition: 0.1s width ease-out;
}
.rows .row.opened .title .column-left .label .label-clnt {
	display:block;
	float:left;
	height:33px;
	width:100%;
    font-family: Ubuntu;
	text-transform:uppercase;
	color:#333;
    text-align:center;
    font-size: 10px;
	line-height:22px;
}
.rows .row.closed .column-left .list-img {
	width:12%;
	height:66px;
    float: left;
	line-height:100%;
	padding: 1% 0;
}
.rows .row.closed .column-left .list-img img {
    height: 100%;
	display: block;
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
	border: 1px solid #d1d5d8;
	border-radius:50%;
}
.rows .row.opened .column-left .list-img {
    padding-left: 0%;
    padding-top: 8px;
    padding-bottom: 8px;
    height: 50px;
    width: 10%;
    float: left;
    margin-top: 0px;
}
.rows .row.opened .column-left .list-img img {
    display:none;
}
.rows .row.closed .column-left .price {
    height:30px;
	width:17%;
	padding-top: 18px;
	padding-bottom:18px;
	padding-left: 1%;
	padding-right: 1%;
    float: left;
}
.newkmbnr {
	display:block;
	width:100%;
	height:30px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border:1px solid #50beaa;
	font-family: Ubuntu;
	text-transform:uppercase;
	color:#50beaa;
    text-align:center;
    font-size: 11px;
	line-height:30px;
}
.trackingbnr {
	display:block;
	width:100%;
	height:30px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border: 1px solid #AFADC3;
	font-family: 'citroenregular';
	text-transform:uppercase;
	color:#AFADC3;
    text-align:center;
    font-size: 11px;
	line-height:30px;
}
.rows .row.opened .column-left .price {
    display:none;
}
.rows .row.opened .column-left .price .newkmbnr  {
    display:none;
}
.rows .row.opened .column-left .price .trackingbnr {
    display:none;
}
.rows .row.closed .column-left .price img {
   height:40px;
}
.rows .row.opened .column-left .price img {
    display:none;
}
@media only screen and (max-device-width: 320px) {
	.rows .row .column-left .price {
    	padding-top: 9px;
    	float: left;
    	padding-left: 0%;
		padding-right: 1%;
	}
}

/*
.carsaldobar {
	display:block;
	box-sizing:border-box;
	width:100%;
	padding:3%;
}
.carsaldobar p {
	font-family: Ubuntu;
	color:#333;
    text-align:right;
    font-size: 14px;
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}
*/
.rows .row .column-right {
    margin-left: 310px;
}
.column-right {
    display: none;
}
.clear {
    clear: both;
}
.clear {
    float: none;
    display: block;
    clear: both;
}
.listcontent {
	display:block;
	width:100%;
	box-sizing:border-box;
	margin-left:0px;
	margin-bottom:20px;
	height:auto;
	float:left;
	border-left: 1px solid rgba(44,43,63,.1);
	border-right: 1px solid rgba(44,43,63,.1);
	border-bottom: 1px solid rgba(44,43,63,.1);
	-webkit-border-bottom-left-radius: 20px;
		-moz-border-radius-bottomleft: 20px;
			border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
		-moz-border-radius-bottomright: 20px;
			border-bottom-right-radius: 20px;
	/*-webkit-box-shadow: 0px 1px 20px 3px rgba(209,213,216,0.5);
          box-shadow: 0px 1px 3px 3px rgba(209,213,216,0.5);
	background: linear-gradient(from right, rgba(209,213,216,1) 0%,44,43,63,.1) 5%);*/
}
.listcontent .carindex {
	display: block;
    height:60px;
	margin: 0 auto;
    width: 80%;
    height: 44px;
    vertical-align: middle;
    text-align: center;
    font-family: 'PeugeotExpanded';
    color: #333333;
    font-size: 11px;
}
.claimlink {
    display:block;
	float:left;
	width:50%;
	height:63px;
	padding: 0;
}
.claimlink a {
	display:block;
	background-color: #50beaa;
	border: 0px solid #50beaa;
    border-radius: 20px;
    padding: 10px 13px;
	font-family: 'citroenregular';
	color:#fff;
	text-transform:uppercase;
	text-align:center;
    font-size: 12px;
	width:170px;
	margin: 6% auto;
}
.deletelink {
    display: block;
    float: left;
    width: 50%;
    height: 63px;
    padding: 0;
}
.deletelink a {
    display: block;
    background-color: #fff;
    border: 1px solid #FF0000;
    border-radius: 0px;
    padding: 10px 13px;
    font-family: 'citroenbold';
    color: #FF0000;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    width: 150px;
    margin: 6% auto;
}
.rows .row.closed .listcontent .column-left-big {
	display:block;
	float:left;
	width:100%;
}
.rows .row.closed .listcontent .column-left-big .image {
	display:block;
	float:left;
	width:50%;
}
.rows .row.closed .listcontent .column-left-big .image img {
	display:block;
	width:100%;
	margin: 6% 0;
}
.rows .row.closed .listcontent .column-left-big .score {
	display:block;
	float:left;
	box-sizing:border-box;
	width:50%;
	font-family: Ubuntu;
    text-transform: uppercase;
    text-align: center;
    font-size: 11px;
    line-height: 20px;
    color: #999;
	margin:4% 0 0 0;
}
.rows .row.closed .listcontent .column-left-big .amount {
	display:block;
	float:left;
	box-sizing:border-box;
	width:50%;
	font-family: Ubuntu;
    text-align: center;
    font-size: 26px;
    line-height: 20px;
    color: #333;
}
.rows .row.closed .listcontent .column-left-big .amountnew {
	display:block;
	float:left;
	box-sizing:border-box;
	width:50%;
	font-family: Ubuntu;
	color:#3d8eb9;
    font-size: 21px;
	text-align:center;
	padding:1% 0% 0 0;
}
.rows .row.opened .listcontent .column-left-big {
	display:block;
	float:left;
	width:100%;
}
.rows .row.opened .listcontent .column-left-big .image {
	display:block;
	float:left;
	width:50%;
}
.rows .row.opened .listcontent .column-left-big .image img {
	display:block;
	width:100%;
	margin: 6% 0;
}
.rows .row.opened .listcontent .column-left-big .score {
	display:block;
	float:left;
	box-sizing:border-box;
	width:50%;
	font-family: Ubuntu;
    text-transform: uppercase;
    text-align: center;
    font-size: 11px;
    line-height: 20px;
    color: #999;
	margin:4% 0 0 0;
}
.rows .row.opened .listcontent .column-left-big .amount {
	display:block;
	float:left;
	box-sizing:border-box;
	width:50%;
	font-family: Ubuntu;
    text-align: center;
    font-size: 26px;
    line-height: 20px;
    color: #333;
}
.rows .row.opened .listcontent .column-left-big .amountnew {
	display:block;
	float:left;
	box-sizing:border-box;
	width:50%;
	font-family: Ubuntu;
	color:#3d8eb9;
    font-size: 21px;
	text-align:center;
	padding:1% 0 0 0;
}
.rows .row.closed .column-left .price .element {
	display:inline-block;
	height:40px;
	width:16%;
	margin: 0px 0px 0px 0px;
}
.rows .row.opened .column-left .price .element {
	display:none;
}
.element img{
	display:block;
	height:100%;
}
@media only screen and (max-device-width: 320px) {
	.element {
		display:inline-block;
		height:28px;
		width:28px;
		margin: 3px 0px 0px 0px;
	}
	.element img{
		display:block;
		height:28px;
		width:28px;
	}
}

.element-container {
	display:block;
	float:left;
	height:44px;
	width:100%;
	margin: 0;
	background: #fff;
}
.row .listcontent .column-left-big.gesloten .element-container {
	display:block;
	float:left;
	height:45px;
	width:88%;
	margin: 0 6%;
	background: #fff;
	border-top:1px solid rgba(44,43,63,.1);
}
.row .listcontent .column-left-big.open .element-container {
	display:block;
	float:left;
	height:44px;
	width:88%;
	margin: 0 6%;
	background-color: rgba(44,43,63,.1);
	border-top:0px solid #fff;
}
.element-info-container {
	display:block;
	float:left;
	height:auto;
	width:88%;
	margin: 0 6%;
	padding-top:0px;
	padding-bottom:0px;
}
.display-fix {
	height:1px;
	width:100%;
	margin: 0;
	padding-top:0px;
	padding-bottom:0px;
}
.element-large {
	display:block;
	float:left;
	height:45px;
	width:10%;
}
.element-large img{
	display:block;
	height:88%;
	margin: 6%;
}

.element-title {
	display:block;
	float:left;
	vertical-align:middle;
	width:53%;
	padding-left:0px;
    font-family: Ubuntu;
	color:#333;
	text-align:left;
	text-transform:uppercase;
    font-size: 13px;
	line-height:45px;
}
.element-title.grey {
	color:#cccccc;
}
.column-left-big.gesloten .element-container .element-new {
	display:block;
	float:left;
	box-sizing:border-box;
	width:10%;
	height:25px;
	margin:10px 0;
	border: 1px solid #50beaa;
	border-radius:20px;
	padding-left:0px;
    font-family: Ubuntu;
	text-transform:uppercase;
	color: #50beaa;
	text-align:center;
    font-size: 10px;
	line-height:25px;
}
.column-left-big.open .element-container .element-new {
	display:block;
	float:left;
	box-sizing:border-box;
	width:10%;
	height:25px;
	margin:10px 0;
	border: 1px solid rgba(44,43,63,.1);
	border-radius:20px;
	background-color:#fff;
	padding-left:0px;
    font-family: Ubuntu;
	text-transform:uppercase;
	color: #D71F85;
	text-align:center;
    font-size: 10px;
	line-height:25px;
}
.element-kms {
	display:block;
	float:left;
	vertical-align:middle;
	text-align:right;
	width:20%;
	padding-right:0px;
    font-family: Ubuntu;
	color:#333;
    font-size: 13px;
	line-height:45px;
}
.element-kms.blue {
	color:#007C92;
    font-family: Ubuntu;
}
.element-kms.grey {
	color:#cccccc;
}
.rows .listcontent .column-left-big.open .element-container .arrow {
    display:block;
	float:right;
	vertical-align:top;
	width:7%;
    height: 45px;
    background: url(../images/arrow_up_dark.png);
    background-repeat: no-repeat;
    background-position: center;
}
.rows .listcontent .column-left-big.gesloten .element-container .arrow {   
	display:block;
	float:right;
	vertical-align:top;
	width:7%;
    height: 45px;
    background: url(../images/arrow_down.png);
    background-repeat: no-repeat;
	background-size: 20px 21px;
    background-position: center;
}
.element-info {
	margin-left:10%;
	vertical-align:top;
	width:85%;
	margin-top:10px;
	margin-bottom:10px;
}
.element-info-box {
	display:inline-block;
	width:100%;
}
.info-box-title {
	display:block;
	float:left;
	width:130px;
	padding-top: 0px;
	padding-left:0px;
    font-family: Ubuntu;
	text-transform:uppercase;
	text-align:left;
	color:#a0a9b1;
    font-size: 10px;
	line-height:12px;
}
.info-box-content {
	display:block;
	float:left;
	max-width:520px;
	padding-top: 0px;
	padding-left:15px;
    font-family: 'citroenregular';
	color:#333;
    font-size: 12px;
	line-height:12px;
}
.carindexbar {
	display:block;
	width:88%;
	margin:0 6%;
	height:44px;
	font-family: Ubuntu;
	text-transform:uppercase;
	text-align:center;
	color:#646464;
    font-size: 12px;
	line-height:60px;
	border-top:1px solid rgba(44,43,63,.1);
}
.space {
	display:block;
	height:45px;
	border-top: 0px solid #cccccc;
	background: linear-gradient(to bottom, rgba(209,213,216,1) 0%,rgba(255,255,255,1) 30%);
    /*border-bottom:1px solid rgba(44,43,63,.1);*/
}
.page-space {
	display:block;
	height:25px;
}



/* ACTIEPAGINA */
.actiebloks {
	position:relative;
	display:block;
	float:left;
	padding:1% 0 1% 0;
	border-bottom: 1px solid #f1f1f1;
}
.actieblok1 {
	position:relative;
	display:block;
	float:left;
	width:50%;
}
.actieblok-img {
	position:relative;
	width:100%;
	margin:0 auto;
}
.actieblok-img img {
	position:relative;
	width:100%;
	bottom:-5px;
}
.actieblok-subimg {
	position:relative;
	width:100%;
	margin:0 auto;
}
.actieblok-subimg img {
	position:relative;
	width:100%;
}
.actieblok2 {
	position:relative;
	display:block;
	float:left;
	width:50%;
	padding: 1% 0 0 4%;
	margin:0 auto;
}
.actieblok2 .title {
	padding:0;
	text-align:left;
    font-family: 'citroenbold';
	text-transform:uppercase;
	color:#3e3f49;
    font-size: 18px;
	line-height:24px;
}
.actieblok2 .subtitle {
	padding:0;
	text-align:left;
    font-family: 'citroenregular';
	text-transform:uppercase;
	color:#646464;
    font-size: 12px;
	line-height:14px;
}
.actieblok2 p {
	padding:0;
	text-align:left;
    font-family: Ubuntu;
	color:#3e3f49;
    font-size: 12px;
	line-height:18px;
}
.actieblok2 .geldig {
    display: block;
    float: left;
    width: 100%;
    padding: 10px 0 10px 0;
    text-align: center;
    font-family: 'citroenregular';
    text-transform: uppercase;
    color: #16a5b4;
	border:1px solid #16a5b4;
    background-color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    margin: 10px 0;
}
.actiewrapper {
  display: flex;
  max-width:1024px;
  min-width:968px;
  box-sizing: border-box;
  padding: 3% 3% 0 0;
  margin: 0 auto;
}
.actiebox {
	flex: 1;
	width: 40%; /* depends on the number of columns */
	margin:0 0 0 3%;
	/*padding: 1em;
	border: solid;*/
	background-color:#f8f9f9;
}
.actiebeeld {
	padding:0% 0% 3% 0%;
}
.actie-divider {
	display:block;
	float:left;
	width:88%;
	padding-top:16px;
	margin: 0 6% 8% 6%;
	border-bottom: 1px solid #f1f1f1;
}
.actie-header {
	padding:0% 6% 1% 6%;
	text-align:left;
    font-family: "PeugeotExpanded";
	text-transform:uppercase;
	color:#3e3f49;
    font-size: 12px;
}
.actie-text {
	padding:0% 6% 6% 6%;
	overflow:auto;
	text-align:left;
    font-family: "PeugeotNormal";
	color:#3e3f49;
    font-size: 12px;
}
.geldig-text {
	padding:0% 6% 6% 6%;
	text-align:left;
    font-family: "PeugeotBold";
	text-transform:uppercase;
	color:#2caed6;
    font-size: 11px;
}
/* ====================================================================================================================
 * 6. NOTIFICATIONS
 * ====================================================================================================================*/

#newkms {
	display:none;
} 
.updatebar {
    position:relative;
	max-width:100%;
	padding: 0% 6% 2% 6%;
    margin: 0px auto;
}
.updatebar p {
	position:relative;
	/*background: linear-gradient(to bottom, #80878e 0%,#80878e 100%);*/
	max-width: none;
	text-align:center;
	margin: 0 auto;
    display: block;
    height: 60px;
    letter-spacing: 1px;
    line-height: 60px;
    border-radius: 3px;
	border: 1px solid #80878e;
	font-family: "PeugeotBold";
	color:#333333;
	text-transform:uppercase;
    font-size: 12px;
	background-color: #f1f2f2;
}

.saldobar {
    display: none;
}

.loadmore {
    padding: 0;
    margin: 6% auto;
	width:100%;
    display: block;
	float:left;
}
.load-nomore-bar {
	text-align:center;
    display: block;
    height: 50px;
	width:40%;
	margin:0 auto;
    letter-spacing: 1px;
    line-height: 42px;
    border-radius: 0px;
	border: 4px solid #eae9f0;
	font-family:'citroenbold';
	color:#eae9f0;
	text-transform:uppercase;
    font-size: 15px;
}
.load-more-bar a {
	text-align:center;
    text-decoration:none;
	display: block;
    width:50%;
	margin:0 auto;
	height: 50px;
    letter-spacing: 1px;
    line-height: 42px;
    border-radius: 0px;
	border: 4px solid #AFADC3;
	font-family:'citroenbold';
	color:#AFADC3;
	text-transform:uppercase;
    font-size: 15px;
}
.load-more-bar a:hover {
	text-align:center;
    display: block;
    width:50%;
	margin:0 auto;
	height: 50px;
    letter-spacing: 1px;
    line-height: 42px;
    border-radius: 0px;
	border: 4px solid #AFADC3;
	background-color:#AFADC3;
	font-family:'citroenbold';
	color:#fff;
	text-transform:uppercase;
    font-size: 15px;
}

/* ====================================================================================================================
 * 7. ACTIONS
 * ====================================================================================================================*/

.loginactions {
	position:relative;
	overflow:auto;
	float: left;
}
.loginactions .claimbox {
	min-height:60px;
	width: 100%;
    margin: 0 auto;
}
.loginactions .login-text {
	display:block;
	float:left;
	width:50%;
	padding-right:3%;
}
.loginactions .login-text h1 {
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0.67em;
	text-align:right;
	font-family: Ubuntu;
	text-transform:uppercase;
    font-size: 18px;
	line-height:20px;
    color: #868689;
}
.loginactions .login-text p {
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0.67em;
	text-align:right;
	font-family: Ubuntu;
    font-size: 13px;
	line-height:18px;
    color: #868689;
}
.loginactions .login-text a{
    color: #646464;
}
.loginactions .login-box {
	display:block;
	float:left;
	width:100%;
	margin-top:1%;
}
.loginactions .login-input {
	display:block;
	float:left;
	width:100%;
	height:30px;
	margin-right:0%;
	margin-bottom:3%;
}
.loginactions input[type="submit"] {
    display: none;
	width: 0px;
    height: 0px;
	border: 0px #6FD4E4 solid;
	-moz-appearance: none;
    -webkit-appearance: none;
}
input[type="submit"] + label {
	display:block;
	position:relative;
	float:left;
	width:100%;
	height:29px;
	background-color:#fc6621;
	border: 2px solid #fc6621;
	margin:0 0 4% 0;
	cursor: pointer;
}
input[type="submit"] + label {
	font-family: Arial,Verdana,sans-serif;
	font-weight: 400;
    font-size: 13px;
    line-height: 10px;
	color:#fff;
    text-transform: none;
	text-decoration:none;
	padding: 8px 11px;
	text-align:left;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;

}
input[type="submit"] + label:after {
content:"";
	/*background-image:url('../images/arw.png');*/
    background-size: 20px 20px;
	width: 20px; 
    height: 20px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: 10px;
}


.login-but {
    display: block;
    float: left;
    width: 100%;
}

.loginactions .claimbox  .input {
	display: block;
	width:100%;
	padding: 0 0 0 15px;
	font-family: Arial,Verdana,sans-serif;
	text-transform:none;
    font-size: 18px;
    color: #c7c7c7;
    border: 1px #c7c7c7 solid;
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
	behavior: url(/css/border-radius.htc);
    border-radius: 0px;
	background-color: #fff;
	appearance: none;
    padding-right: 0px;
}
.claimbox  .input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666666;
}
.claimbox  .input::-moz-placeholder { /* Firefox 19+ */
  color: #666666;
}
.loginactions .claimbox  .input:-ms-input-placeholder { /* IE 10+ */
  color: #666666;
}
.loginactions .claimbox  .input:-moz-placeholder { /* Firefox 18- */
  color: #666666;
}
.claimbox .input::-webkit-input-placeholder {
   font-family:'helveticaregular';
   font-size:11px;
   color: #666666;
   padding:4px 0 0 0;
}
.claimbox .input::-moz-placeholder { /* Firefox 18- */
   font-family:'helveticaregular';
   font-size:11px;
   color: #666666;
}
.claimbox .input::-moz-placeholder {  /* Firefox 19+ */
   font-family:'helveticaregular';
   font-size:11px;
   color: #666666;
}
.claimbox .input::-ms-input-placeholder {  
   font-family:'helveticaregular';
   font-size:11px;
   color: #666666;
}
.loginactions .claimbut {
	display:block;
	vertical-align: top;
	height:60px;
	width:100%;
	margin-top:0%;
	margin-bottom: 0%;
}
.loginactions .claimbut {
	display:block;
 	width: 100%;
	height:60px;
	margin-left:0px;
	background-image:linear-gradient(#2977a0, #2977a0);
		-webkit-gradient(linear,(#2977a0, #2977a0));
			-moz-linear-gradient(#2977a0, #2977a0);
	background-color: #2977a0;
	border: 1px #3d8eb9 solid;
	padding: 0px 0px 0px 0px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
	behavior: url(/css/border-radius.htc);
    border-radius: 3px;
}
.loginactions .claimbut {
	font-family:'PeugeotBold';
	text-transform:uppercase;
	font-size:14px;
	color:#ffffff;
	text-align:center;
	vertical-align:middle;
}
.claimactions {
	background-color: #fff;
	padding: 0% 3% 0px 3%;
}
.claimactions .claimbox {
	position: relative;
	width:100%;
	margin-top:3%;
}
.searchbox .claimbut a{
	text-decoration:none;
	display: block;
    width: 100%;
    height: 50px;
    background-image: linear-gradient(#D71F85, #D71F85);
    background-color: #D71F85;
    border: 1px #D71F85 solid;
    padding: 0px 0px 0px 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
		-moz-border-radius-topright: 0px;
		-moz-border-radius-bottomright: 0px;
			border-top-right-radius: 0px;
			border-bottom-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-bottomleft: 0px;
			border-top-left-radius: 0px;
			border-bottom-left-radius: 0px;
    /*-khtml-border-radius: 3px;
    behavior: url(/css/border-radius.htc);
    border-radius: 3px;*/
	font-family:'citroenregular';
	text-transform:uppercase;
	font-size:14px;
	color:#ffffff;
	text-align:center;
	vertical-align:middle;
	line-height:50px;
}
.searchbox .claimbut a p{
	font-family:'citroenregular';
	text-transform:uppercase;
	font-size:14px;
	color:#ffffff;
	text-align:center;
	vertical-align:middle;
	line-height:50px;
	margin: 0px;
}

.searchbox {
	background-color: #fff;
	padding: 0;
}
.searchbox .claimbox {
	display:block;
	position: relative;
	float:right;
	box-sizing:border-box;
	margin-top:0;
	width:100%;
	height:100%;
	padding: 0;
	vertical-align:middle;
}
.searchbox .inputbox {
	display:block;
	position:relative;
	float:left;
	height:50px;
	width:53%;
	border: 2px #d1d5d8 solid;
	border-right: 2px #d1d5d8 solid;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
		-moz-border-radius-topright: 0px;
		-moz-border-radius-bottomright: 0px;
			border-top-right-radius: 0px;
			border-bottom-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-bottomleft: 0px;
			border-top-left-radius: 0px;
			border-bottom-left-radius: 0px;
    /*-khtml-border-radius: 3px;
	behavior: url(/css/border-radius.htc);
    border-radius: 3px;*/
	margin-right:2%;
}
.searchbox .searchbut {
	display: block;
    float: left;
    height: 50px;
    width: 45%;
}
.searchbox .searchbut a{
	text-decoration:none;
	display: block;
    width: 100%;
    height: 50px;
    background-image: linear-gradient(#00a5b4, #00a5b4);
    background-color: #00a5b4;
    border: 1px #00a5b4 solid;
    padding: 0px 0px 0px 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
		-moz-border-radius-topright: 0px;
		-moz-border-radius-bottomright: 0px;
			border-top-right-radius: 0px;
			border-bottom-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-bottomleft: 0px;
			border-top-left-radius: 0px;
			border-bottom-left-radius: 0px;
    /*-khtml-border-radius: 3px;
    behavior: url(/css/border-radius.htc);
    border-radius: 3px;*/
	font-family:'citroenbold';
	text-transform:uppercase;
	font-size:14px;
	color:#ffffff;
	text-align:center;
	vertical-align:middle;
	line-height:50px;
}
.searchbox .searchbut a p{
	font-family:'citroenbold';
	text-transform:uppercase;
	font-size:14px;
	color:#ffffff;
	text-align:center;
	vertical-align:middle;
	line-height:50px;
	margin: 0px;
}

.main-box {
	text-align: center;
    text-transform: uppercase;
    color: #0f1a2b;
    /*border-radius: 5px;*/
    margin-top: 2%;
    /*-webkit-box-shadow: 0 7px 6px -6px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 7px 6px -6px rgba(0,0,0,0.3);
    box-shadow: 0 7px 6px -6px rgba(0,0,0,0.3);*/
    background-color: white;
}

.actions {
	position:static;
	display:none;
	background-color: #f1f2f2;
	padding: 6% 6% 3% 6%;
	margin: 0;
	z-index:0;
}
.actions ul {
	list-style: none;
	margin: 0;
	padding: 0 0;
	background-color: #f1f2f2;
}
.actions li {
	font-size: 0.85em;
	background: #fff url('../images/right_grey.png') no-repeat 96% center;
	line-height: 1.4em;
}
.actions .claimbox {
	position: relative;
	height:60px;
	width:100%;
	font-size: 0.85em;
	padding-bottom: 2.5%;
	line-height: 1.4em;
}
.input {
	display:block;
	float:left;
	-webkit-appearance: none;
		-moz-appearance: none;
			appearance: none;
	padding: 0 0 0 15px;
    width: 100%;
	height:100%;
	box-sizing:border-box;
	font-family:Ubuntu;
	text-transform:uppercase;
	font-size:18px;
	color:#646464;
	border: 0px #b7b3b3 solid;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
		-moz-border-radius-topright: 0px;
		-moz-border-radius-bottomright: 0px;
			border-top-right-radius: 0px;
			border-bottom-right-radius: 0px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
		-moz-border-radius-topleft: 3px;
		-moz-border-radius-bottomleft: 3px;
			border-top-left-radius: 3px;
			border-bottom-left-radius: 3px;
    /*-khtml-border-radius: 3px;
	behavior: url(/css/border-radius.htc);
    border-radius: 3px;*/
}
::-webkit-input-placeholder {
   font-family:Ubuntu;
   font-size:10px;
   color: #d1d5d8;
   padding:4px 0 0 0;
}
:-moz-placeholder { /* Firefox 18- */
   font-family:Ubuntu;
   font-size:10px;
   color: #d1d5d8;
}

::-moz-placeholder {  /* Firefox 19+ */
   font-family:Ubuntu;
   font-size:10px;
   color: #d1d5d8;
}

:-ms-input-placeholder {  
   font-family:Ubuntu;
   font-size:10px;
   color: #d1d5d8;
}


input:focus {
    outline:none;
}
.inputbox {
	display:inline-block;
	vertical-align: top;
	height:60px;
	width:57%;
	border: 1px #b7b3b3 solid;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
	behavior: url(/css/border-radius.htc);
    border-radius: 3px;
}
.claimbut {
	display:block;
	float:left;
	height:50px;
	width:45%;
}
.searchbut {
	display:block;
	float:right;
	vertical-align: top;
	height:60px;
	width:40%;
	margin-top:0;
}
.actions .claimbut a{
	display:inline-block;
 	width: 100%;
	height:60px;
	margin-left:10px;
	background-image:linear-gradient(#2a93bc, #094c76);
		-webkit-gradient(linear,(#2a93bc, #094c76));
			-moz-linear-gradient(#2a93bc, #094c76);
	background-color: #094c76;
	border: 1px #094c76 solid;
	padding: 0px 0px 0px 0px;
	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    		-khtml-border-radius: 3px;
	behavior: url(/css/border-radius.htc);
    border-radius: 3px;
}
.actions .claimbut a p{
	font-family:'PeugeotBold';
	text-transform:uppercase;
	font-size:14px;
	color:#ffffff;
	text-align:center;
	vertical-align:middle;
}
.actions a {
  	position: relative;
    display: block;
    color: #646464;
	font-family:Ubuntu;
	font-weight:bold;
	text-transform:uppercase;
    text-decoration: none;
    padding: 6.25% 7.5% 6.25% 7.5%;
}
.actions a.badge {
  	position: relative;
    display: block;
    color: #0f1a2b;
	font-family:'PeugeotExpanded';
	font-size: 0.85em;
	text-transform:uppercase;
    text-decoration: none;
	left:10px;
    padding: 6.25% 7.5% 6.25% 7.5%;
}
.actions a.badge:after {
	display: inline-flex;
	position:relative;
	overflow: hidden;
	background-image: url('../images/badge.png');
	background-repeat: no-repeat;
	background-size: 30px;
	height:30px;
	width: 30px;
	margin-top:-5%;
	margin-left:-2%;
	content: "";
}

/* ====================================================================================================================
 * 8. BOTTOM BAR
 * ====================================================================================================================*/
.bottom-bar {
	display:none;
}

.headline {
	float:left;
	padding:0;
	margin:0 0 0 3.5%;
	width: 90%;
}
.headline h1 {
float:left;
font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    text-align: left;
	    width: 100%;
	font-size: 80px;
    font-size: 6rem;
    line-height: .9em;
	color:#ffffff;
	text-shadow: rgba(0, 0, 0, 0.666) 0.6rem 0.6rem 1.2rem;
    text-shadow: rgba(0, 0, 0, 0.666) 0.6rem 0.6rem 2rem 1.2rem;
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}
.headline h1 .incentive {
    color: #F60;
    font-style: normal;
}
.headline h2 {
	float:left;
        width: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 30px;
    font-size: 3rem;
    line-height: .9em;
    color: #FFF;
    text-shadow: rgba(0, 0, 0, 0.666) 0.4rem 0.4rem 0.8rem;
    text-shadow: rgba(0, 0, 0, 0.666) 0.4rem 0.4rem 1rem 0.8rem;
	-webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
}
.headline h3 {
	float:left;
	font-family: 'helveticaregular';
	font-size: 14px;
    line-height: .9em;
    color: #FFF;
	    -webkit-margin-before: 0em;
    -webkit-margin-after: 2em;
}
@media only screen and (max-width: 1250px) {
	.headline h1 {
    float: left;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    text-align: left;
    font-size: 80px;
    font-size: 7rem;
    /* line-height: .9em; */
    color: #ffffff;
    text-shadow: rgba(0, 0, 0, 0.666) 0.6rem 0.6rem 1.2rem;
    text-shadow: rgba(0, 0, 0, 0.666) 0.6rem 0.6rem 2rem 1.2rem;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
	}
	.headline h2 {
    float: left;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 30px;
    font-size: 2rem;
    /* line-height: .9em; */
    color: #FFF;
    text-shadow: rgba(0, 0, 0, 0.666) 0.4rem 0.4rem 0.8rem;
    text-shadow: rgba(0, 0, 0, 0.666) 0.4rem 0.4rem 1rem 0.8rem;
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
	}
	.headline h3 {
    float: left;
    font-family: Ubuntu;
    font-size: 11px;
	line-height: 14px;
    color: #FFF;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 2em;
	}
}
/* ====================================================================================================================
 * 9. FOOTER
 * ====================================================================================================================*/
footer {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	width:100%;
}

.login-footer {
	position:absolute;
    display: block;
    height:64px;
	padding: 0.675em 0px 1em 0px;
    background-color: #e6e7e8;
    border-top: 1px solid #b9b9b9;
	bottom:0px;
    left:0px;
    right:0px;
}
.footer-container {
	display: block;
    height: 100px;
    width: 100%;
    max-width: 1250px;
    min-width: 768px;
    padding: 0 90px 0 0%;
    margin: 0 auto;
}
.ftr-box {
	display:block;
	width:85%;
	float:left;
	box-sizing:border-box;
	padding: 0 70px 0 4%;
	text-align:left;
	font-family:Ubuntu;
	color: #333;
	font-size: 11px;
	line-height:0px;
}
.ftr-boxp {
	display:block;
	width:85%;
	float:left;
	box-sizing:border-box;
	padding: 0 70px 0 4%;
}
.ftr-box1 {
	display:none;
	/*width:35%;
	float:left;
	box-sizing:border-box;
	padding: 0 3%;
	text-align:left;
	font-family:'PeugeotNormal';
	color: #888;
	font-size: 11px;
	line-height:79px;*/
}
.ftr-avatar {
    display: none;
}
.ftr-box2 {
	display:none;
	/*width:25%;
	float:left;
	box-sizing:border-box;
	padding: 0 3% 0 1%;
	text-align:left;
	font-family:'PeugeotNormal';
	color: #888;
	font-size: 11px;
	line-height:79px;*/
}
.ftr-box2a {
	display:none;
	/*width:25%;
	float:left;
	box-sizing:border-box;
	padding: 0 3% 0 1%;
	text-align:left;
	font-family:'PeugeotNormal';
	color: #888;
	font-size: 11px;
	line-height:79px;*/
}
.ftr-box3 {
	display:block;
	width:15%;
	float:right;
	box-sizing:border-box;
	padding: 0 1% 0 3%;
	text-align:right;
	font-family:'citroenregular';
	text-transform:uppercase;
	color: #333;
	font-size: 12px;
	line-height:0px;
}
.ftr-box3 a{
	text-align:right;
	font-family:'citroenregular';
	text-transform:uppercase;
	color: #333;
	font-size: 12px;
	line-height:0px;
}
.ftr-box3 a:hover{
	text-align:right;
	font-family:'citroenregular';
	text-transform:uppercase;
	color: #888;
	font-size: 12px;
	line-height:00px;
}
/*.footer-header {
	display: none;
}
.footer-container ul {
	list-style: none;
	padding: 0px;
	margin: 0;
}
.footer-container li.login {
	display: block;
	float:left;
	width:100%;
	margin: 1% 2.5% 0 3%;
  	vertical-align: middle;
	text-align:left;
	font-family:'PeugeotNormal';
	color: #646464;
	font-size: 0.7em;
}
.footer-container li.chalindex {
	display: block;
	float:left;
	margin: 0 4%;
	width:23%;
	height:30px;
  	vertical-align: middle;
	text-align:center;
	font-family:'PeugeotExpanded';
	color: #333333;
	font-size: 11px;
}
.footer-container li.member {
	display: block;
	float:left;
	height:30px;
	line-height:30px;
	margin: 0px 3% 0px 6%;
  	vertical-align: middle;
	text-align:right;
	font-family:'PeugeotNormal';
	color: #333333;
	font-size: 0.8em;
}
.footer-container li.location {
	display: block;
	float:left;
	height:30px;
	line-height:30px;
	margin: 0px 3% 0px 3%;
  	vertical-align: middle;
	text-align:right;
	font-family:'PeugeotNormal';
	color: #333333;
	font-size: 0.8em;
}
.footer-container li.logoff {
	display: block;
	float:right;
	height:30px;
	line-height:30px;
	margin: 0px 0% 0px 3%;
	padding-right:6%;
}
.footer-container li.logoff a{
  	vertical-align: middle;
	text-align:right;
	font-family:'PeugeotNormal';
	text-transform:uppercase;
	color: #838484;
	font-size: 0.7em;
}
.footer-container li.member:before {
  	content: '';
  	display: inline-block;
  	vertical-align: middle;
  	margin: 0px 10px 0px 0px;
    width: 1em;
    height: 1.5em;
}
.footer-container li.member:before {
  	background: transparent url(../images/avatar.png) center no-repeat;
	background-size: 100%;
    height: 1.5em;
    width: 1em;
}*/
/*.footer-container li.location:before {
  	content: '';
  	display: inline-block;
  	vertical-align: middle;
  	margin: 0px 10px 0px 0px;
    width: 1em;
    height: 1.5em;
}
.footer-container li.location:before {
  	background: transparent url(../images/locator.png) center no-repeat;
	background-size: 100%;
    height: 1.5em;
    width: 1em;
}

.footer-container a {
  	vertical-align: middle;
	font-family:'PeugeotExpanded';
	text-transform:uppercase;
	color: #838484;
	font-size: 12px;
	text-decoration: none;
}*/




.selectbox {
	width:100%;
	padding:0;
}
select {
    -webkit-appearance: none;
    box-sizing: border-box;
    align-items: center;
	height:36px;
	width:100%;
	padding-left:6%;
	margin-right:6%;
	font-family: Ubuntu;
    color: #333333;
	text-transform:uppercase;
    font-size: 13px;
	background: url(../images/arrow_down.png);
    background-size: 15px 15px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 95%;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: white;
    cursor: default;
    border: 1px solid;
}


/* ====================================================================================================================
 *10. WEBSHOP LAYOUT
 * ====================================================================================================================*/
.shophome {
	display:block;
	float:left;
	width:100%;
}
.shophome img {
	width:100%;
}
.shophome .row {
	display:block;
	height:100%;
	overflow:auto;
	margin-bottom:1%;
}
.shophome1 {
	position:relative;
	display:block;
	float:left;
	width:32%;
	margin-right:2%;
}
.shophome1:after {
    content: '\A';
    position: absolute;
    width: 100%; height:98%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.shophome1:hover:after {
    opacity: 0.9;
}
.shophome2 {
	position:relative;
	display:block;
	float:left;
	width:32%;
	margin-right:2%;
}
.shophome2:after {
    content: '\A';
    position: absolute;
    width: 100%; height:98%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.shophome2:hover:after {
    opacity: 0.9;
}
.shophome3 {
	position:relative;
	display:block;
	float:left;
	width:32%;
}
.shophome3:after {
    content: '\A';
    position: absolute;
    width: 100%; height:98%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.shophome3:hover:after {
    opacity: 0.9;
}
.shophome4 {
	display:block;
	float:left;
	width:100%;
}



.ws-topsection {
	width:100%;
	background-color:#fff;
	overflow:auto;
}
.ws-botsection {
	display:block;
	width:100%;
	height:100%;
	background-color:#f8f9f9;
	overflow:auto;
}
.ws-pagetop {
    background-color: #ffffff;
    height: 100%;
    min-height: 100%;
	width:100%;
    margin: 0 auto;
}
.ws-pagebot {
	display:block;
	overflow:auto;
    background-color: #f5f5f5;
    height: 100%;
    min-height: 100%;
    margin: 0 auto;
}
.ws-topwrapper {
	width:100%;
	margin:0 auto;
	position:relative;
	overflow:auto;
}
.ws-botwrapper {
	padding:3% 0;
	position:relative;
	overflow:auto;
	background-color:#f5f5f5;
	margin:0 auto;
}
.ws-leftcol {
	position:relative;
	display:block;
	width: 100%;
	height:100%;
	float:left;
	background-color:#fff;
	overflow:hidden;
}
.ws-main-image {
	width:100%;
}
.ws-main-image img{
	width:100%;
	padding: 2% 0;
}
.ws-bottom-imgs {
	position:relative;
	display:block;
	box-sizing: border-box;
	padding-left:6%;
	width: 100%;
	margin-top:3%;
	height:100%;
	float:left;
	overflow:auto;
	background-color:#fff;
}
.small-img {
	width:15%;
	box-sizing: border-box;
	padding: 0 2%;
	float:left;
	margin: 0 2% 0 0;
	border: 1px solid #dddfde; 
}
.small-img.selected {
	width:15%;
	box-sizing: border-box;
	padding: 0 2%;
	float:left;
	margin: 0 2% 0 0;
	border: 1px solid #333333; 
}
.small-img img {
	width:100%;
}
.ws-rightcol {
	position:relative;
	display:block;
	width: 100%;
	margin:0%;
	height:100%;
	float:left;
	overflow:auto;
}
.ws-bottom {
	position:relative;
	display:block;
	width: 100%;
	margin:0%;
	height:100%;
	float:left;
	overflow:auto;
	background-color:#f8f9f9;
}
.ws-bottom-cols {
    display: block;
    float: left;
    padding: 0 3%;
    width: 100%;
    overflow: auto;
    background-color: #f5f5f5;
}
.bot-title {
	font-family: 'citroenbold';
	text-transform:uppercase;
    color: #333333;
    font-size: 0.95em;
	text-align:left;
	margin: 1% 0;
}
.bot-text {
    font-family: Ubuntu;
    color: #333333;
    font-size: 0.75em;
	line-height:1.5em;
    text-align: left;
    margin: 0 0 2% 0;
}
.ws-title {
	box-sizing: border-box;
	font-family: 'citroenbold';
    color: #646464;
	text-transform:uppercase;
    font-size: 1.4em;
	text-align:left;
	margin: 2% 0 2% 0;
}
.ws-subtitle {
	width:100%;
	font-family: Ubuntu;
    color: #333333;
    font-size: 0.85em;
	text-align:left;
	margin: 1% 0 3% 0;
}
.ws-pricebox {
	padding: 2% 3%;
    position: relative;
    overflow: auto;
	box-sizing: border-box;
	margin: 0;
	background-color: #1db0ed;
}
.ws-pricetype {
	width:50%;
	float:left;
	box-sizing: border-box;
	font-family: Ubuntu;
	text-transform:uppercase;
    color: #fff;
    font-size: 1em;
	text-align:left;
}
.ws-price {
	width:50%;
	float:right;
	box-sizing: border-box;
	font-family: Ubuntu;
	font-weight:bold;
	text-transform:uppercase;
    color: #fff;
    font-size: 1em;
	text-align:right;
}
.ws-selection {
    position: relative;
    overflow: auto;
	box-sizing: border-box;
	padding: 0 0 4% 0;
	background-color: #fff;
}
.ws-select-header {
	font-family: Ubuntu;
	text-transform:uppercase;
    color: #888;
    font-size: 0.85em;
	text-align:left;
	padding-top:6%;
}
/* END COLOR SELECTOR */
.ws-select-color {
	display:block;
	overflow:hidden;
	
}
.ws-select-color  ul{
  list-style: none;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
.ws-select-color ul li{
  color: #AAAAAA;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 50px;
	border-bottom: 1px solid #dddfde;
}
.ws-select-color ul li input[type=radio]{
  position: absolute;
  visibility: hidden;
}
.ws-select-color ul li label {
  display: block;
  position: relative;
  font-family: Ubuntu;
  color: #abaeb1;
  font-weight: 300;
  font-size: 1em;
  padding: 15px 15px 15px 50px;
  margin: 0px auto;
  height: auto;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}
.ws-select-color ul li:hover label {
  color: #9d9fa2;
}
.ws-select-color ul li .check.silver{
  display: block;
  position: absolute;
  border: 6px solid #dddfde;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 15px;
  left: 0px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}
.ws-select-color ul li .check.spacegrey{
  display: block;
  position: absolute;
  border: 6px solid #abaeb1;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 15px;
  left: 0px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}
.ws-select-color ul li .check.gold{
  display: block;
  position: absolute;
  border: 6px solid #e3d0ba;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 15px;
  left: 0px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}
.ws-select-color ul li .check.rosegold{
  display: block;
  position: absolute;
  border: 6px solid #edccbd;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 15px;
  left: 0px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}
.ws-select-color ul li:hover .check.silver {
  border: 6px solid #cfd1d0;
}
.ws-select-color ul li:hover .check.spacegrey {
  border: 6px solid #9d9fa2;
}
.ws-select-color ul li:hover .check.gold {
  border: 6px solid #d5c3af;
}
.ws-select-color ul li:hover .check.rosegold {
  border: 6px solid #dfc0b2;
}
.ws-select-color ul li .check::before {
  display: block;
  position: absolute;
	content: '';
  border-radius: 100%;
  height: 16px;
    width: 16px;
    top: -4px;
    left: -5px;
  margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}
input[type=radio]:checked ~ .check.silver {
  border: 6px solid #dddfde;
}
input[type=radio]:checked ~ .check.silver::before{
  background: #dddfde;
}
input[type=radio]:checked ~ label{
  color: #333333;
}

input[type=radio]:checked ~ .check.spacegrey {
  border: 6px solid #abaeb1;
}
input[type=radio]:checked ~ .check.spacegrey::before{
  background: #abaeb1;
}
input[type=radio]:checked.spacegrey ~ label{
  color: #abaeb1;
}

input[type=radio]:checked ~ .check.gold {
  border: 6px solid #e3d0ba;
}
input[type=radio]:checked ~ .check.gold::before{
  background: #e3d0ba;
}
input[type=radio]:checked.gold ~ label{
  color: #e3d0ba;
}

input[type=radio]:checked ~ .check.rosegold {
  border: 7px solid #edccbd;
}
input[type=radio]:checked ~ .check.rosegold::before{
  background: #edccbd;
}
input[type=radio]:checked.rosegold ~ label{
  color: #edccbd;
}
/* END COLOR SELECTOR */

.ws-model {
	height: 40px;
	width:100%;
	overflow: hidden;
	border: 1px solid #ccc;
	background-color:#fff;
	float:left;
	margin: 2.5% 0 5% 0%;
}
.ws-model select::-ms-expand {
    display: none;
}
.ws-model select {
   height: 38px;
   overflow: hidden;
	-webkit-appearance: none;
       -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;
	border: 0px #b7b3b3 solid;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
	behavior: url(/css/border-radius.htc);
    border-radius: 3px;
   background: url(../images/arrow_down.png);
   background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: 95%;
	padding-left:5%;
	width:100%;
	float:left;
}
.ws-addtocart {
box-sizing: border-box;
	display:block;
	position:relative;
	overflow:auto;
	width:100%;
	height:100%;
	padding:3%;
	background-color:#f8f9f9;
}
.ws-quantity {
box-sizing: border-box;
       height: 40px;
   overflow: hidden;
   border: 1px solid #ccc;
   background-color:#fff;
	width:17%;
	float:left;
		margin: 2.5% 0 2.5% 2%;
}
.ws-quantity select::-ms-expand {
    display: none;
}
.ws-quantity select {
   height: 38px;
   overflow: hidden;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: 0px #b7b3b3 solid;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
	behavior: url(/css/border-radius.htc);
    border-radius: 3px;
   background: url(../images/arrow_down.png);
   background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: 80%;
	padding-left:20%;
	width:100%;
	float:left;
}
.ws-addbut {
	display:block;
	float:right;
	height:40px;
	width:75%;
	background-color:#33af30;
	margin:3%;
}
.ws-addbut {
	font-family:Ubuntu;
	text-transform:uppercase;
	font-size:14px;
	line-height:40px;
	color:#ffffff;
	text-align:center;
}

.ws-orderinfo {
	width:100%;
	border-top: 1px solid #dddfde;
	font-family:Ubuntu;
	font-size:13px;
	color:#333;
	margin-top:3%;
	padding: 3% 0;
}

/* WEBSHOP SLIDER */
.ws-slider {
	position:relative;
	top:0px;
	width:100%;
	height:100%;
	float:left;
}
 .flexslider {
	width:100%;
	float:right;
}


/* WEBSHOP OVERVIEW PAGE */
.ws-overview-wrapper {
	box-sizing: border-box;
	width:100%;
	max-width:1024px;
	margin: 0 auto;
	height:100%;
	min-height:100%;
	overflow:auto;
	padding-bottom:5%;
	padding-right:3%;
}
.product:hover {
	box-sizing: border-box;
	border: 2px solid #AFADC3; 
}
.product {
	position:relative;
	width:30%;
	display:block;
	float:left;
	margin-top: 3%;
	margin-left: 3.33%;
	box-sizing: border-box;
	border: 2px solid #fff;
}
.product img {
	width:100%;
	box-sizing: border-box;
	padding: 5%;
	border:0;
}
.product-title {
	width:100%;
	height:15px;
	overflow:hidden;
	display:block;
	font-family:'citroenbold';
	text-transform:uppercase;
	box-sizing: border-box;
	font-size:0.75em;
	color:#142032;
	text-align:center;
	vertical-align:middle;
	padding: 0% 3% 0 3%;
}
.product-subtitle {
	width:100%;
	overflow:hidden;
	display:block;
	font-family:Ubuntu;
	box-sizing: border-box;
	font-size:0.65em;
	color:#142032;
	text-align:center;
	vertical-align:middle;
	padding: 0 3% 0 3%;
}
.product-price {
	width:100%;
	display:block;
	float:left;
	box-sizing: border-box;
	font-family:Ubuntu;
	font-weight:bold;
	text-transform:uppercase;
	font-size:0.75em;
	color:#007C92;
	text-align:center;
	vertical-align:middle;
	margin:0;
	padding: 1% 3% 5% 3%;
}
.product-price p {
	font-family:'PeugeotBold';
}
.newproduct {
	position: absolute;
	z-index:2;
	top:10px;
	left:10px;
	width: 100px;
	height: 100px;
	background: #D71F85;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	opacity: 0.8;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
.newproduct p{
	position:absolute;
	top:10px;
	left:10px;
	z-index:3;
	font-family:Ubuntu;
	text-transform:uppercase;
	font-size:1.5em;
	color:#fff;
	text-align:center;
	vertical-align:middle;
}

.controls{
  background: #f9f9f9;
  color: #eee;
  overflow:auto;
  margin:0 auto;
}
.controls-wrapper {
	margin:0 auto;
	overflow:auto;
  box-sizing: border-box;
  padding:1.5% 3%;
}
.controls .box {
	width:30%;
	float:right;
	padding-left:0%;
	padding-right:0%;
}
.controls .box.right {
	width:30%;
	float:right;
	padding-left:0%;
	padding-right:3%;
}
.controls-wrapper .box select::-ms-expand {
    display: none;
}
.controls .box select {
	height: 38px;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: 1px #b7b3b3 solid;
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
	behavior: url(/css/border-radius.htc);
    border-radius: 0px;
   background: url(../images/arrow_down.png);
   background-size: 15px 15px;
   background-color: #fff;
    background-repeat: no-repeat;
    background-position: 95%;
	padding-left:6%;
	padding-right:0%;
	margin-right:0%;
	width:100%;
	float:left;
}
/*
MAANDREALISATIE */
.month-row {
	position:relative;
	display: block;
    width: 100%;
	min-height:65px;
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto;
}
.month-title {
	display:block;
	width:50%;
	float:left;
	font-family: 'PeugeotNormal';
	color:#3b3a48;
	font-size:22px;
	line-height:45px;
	/*text-transform: uppercase;*/
	padding: 0;
}
.activate-month {
	position:relative;
	display:block;
	float:right;
	height:45px;
	width:50%;
	box-sizing:border-box;
	padding-right:5px;
}
.activate-month a{
	position:relative;
	display:block;
	float:right;
	background-color:#1abc9c;
	text-decoration:none;
	box-sizing:border-box;
	text-align:right;
	margin-top:0px;
	margin-right:5px;
	height:45px; 
	width:200px;
	margin: 0 auto;
}
.activate-month a p{
	font-family: 'PeugeotNormal';
	text-transform: uppercase;
	text-decoration:none;
	text-align:center;
	line-height:45px;
	color:#fff;
	font-size:16px;
	margin: 0 auto;
}
.proefritheader {
	height:45px;
	font-family: 'PeugeotNormal';
	color:#666;
	font-size:18px;
	/*text-transform: uppercase;*/
	margin-bottom: 0px;
	text-align:left;
	padding: 0px 0px 0px 12%;
}
.proefritheader:before {
	content: url('../images/peu_testdrive-yes_icon.png');
	transform: scale(.85);
	background-size: 10px 20px;
    position: absolute;
	display: block;
    left: 0px;
    top: 0px;
    height: 40px;
    width: 40px;
	margin: -15px 0px 0 0;
	background: #fff;
}
.accessoireheader {
	font-family: 'PeugeotNormal';
	color:#666;
	font-size:18px;
	/*text-transform: uppercase;*/
	margin-bottom: 5px;
	padding: 0px 0px 0px 12%;
}
.accessoireheader:before {
	content: url('../images/peu_accessoires-yes_icon.png');
	transform: scale(.85);
	background-size: 10px 20px;
    position: absolute;
	display: block;
    left: 0px;
    top: 0px;
    height: 30px;
    width: 30px;
	margin: -15px 0px 0 0;
	background: #fff;
}
.proefritslider {
	display:block;
	position:relative;
	background-image: url('../images/proefritslider1.svg');
	background-repeat: no-repeat;
	width:68%;
	min-height:70px;
	margin-left:12%;
	margin-top:-4%;
}
.accessoireslider {
	display:block;
	position:relative;
	background-image: url('../images/accessoireslider1.svg');
	background-repeat: no-repeat;
	width:68%;
	min-height:70px;
	margin-left:12%;
	margin-top:-2%;
}
.monthcol1 {
	width: 12%;
	display:block;
	float:left;
}
.monthcol2 {
	width: 68%;
	display:block;
	float:left;
}
.monthcol3 {
	width: 20%;
	display:block;
	float:left;
	text-align:center;
	box-sizing:border-box;
	padding: 0 3%;
}
.monthscore-row {
	display:block;
	height:18px;
	margin-bottom:5px;
}
.monthscoreheader {
	font-family: 'PeugeotBold';
	color:#888;
	font-size:11px;
	text-transform: uppercase;
	margin-bottom: 7px;
	padding: 0px 0px 0px 0px;
}
.monthscoreheader-lg {
	font-family: 'PeugeotBold';
	color:#888;
	font-size:11px;
	text-transform: uppercase;
	margin-bottom: 7px;
	padding: 0px 0px 0px 0px;
}
.monthscorelist {
	font-family: 'PeugeotNormal';
	color:#333;
	font-size:14px;
	margin-bottom: 0px;
	padding: 0px 0px 3px 0px;
}
.monthscore {
	font-family: 'PeugeotBold';
	color:#646464;
	font-size:12px;
	line-height:18px;
	text-align:center;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
}
.monthscore-blue {
	font-family: 'PeugeotBold';
	color:#4fc0e8;
	font-size:12px;
	line-height:18px;
	text-align:center;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
}

.monthmeter {
			height: 18px;  /* Can be anything */
			position: relative;
			width:100%;
			margin: 0px 0px 0px 0px; /* Just for demo spacing */
			background: #eae9f0;
			-webkit-border-top-right-radius: 20px;
			-webkit-border-bottom-right-radius: 20px;
			       -moz-border-radius-topright: 20px;
			    -moz-border-radius-bottomright: 20px;
			           border-top-right-radius: 20px;
			        border-bottom-right-radius: 20px;
			    -webkit-border-top-left-radius: 3px;
			 -webkit-border-bottom-left-radius: 3px;
			        -moz-border-radius-topleft: 3px;
			     -moz-border-radius-bottomleft: 3px;
			            border-top-left-radius: 3px;
			         border-bottom-left-radius: 3px;
			padding: 0px;
			-webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
			-moz-box-shadow   : inset 0 -1px 1px rgba(255,255,255,0.3);
			box-shadow        : inset 0 -1px 1px rgba(255,255,255,0.3);
		}
		.monthmeter > span {
			display: block;
			height: 100%;
			   -webkit-border-top-right-radius: 20px;
			-webkit-border-bottom-right-radius: 20px;
			       -moz-border-radius-topright: 20px;
			    -moz-border-radius-bottomright: 20px;
			           border-top-right-radius: 20px;
			        border-bottom-right-radius: 20px;
			    -webkit-border-top-left-radius: 3px;
			 -webkit-border-bottom-left-radius: 3px;
			        -moz-border-radius-topleft: 3px;
			     -moz-border-radius-bottomleft: 3px;
			            border-top-left-radius: 3px;
			         border-bottom-left-radius: 3px;
			
			position: relative;
			overflow: hidden;
		}
		.monthmeter > span p{
			position: relative;
			float:right;
			line-height:18px;
			padding-right:10px;
			font-family: Arial,Verdana,sans-serif;
			text-transform: uppercase;
			color:#ffffff;
    		font-size: 11px;
			display: block;
    			-webkit-margin-before: 0px;
    			-webkit-margin-after: 0px;
    			-webkit-margin-start: 0px;
    			-webkit-margin-end: 0px;
		}
		@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .monthmeter > span p{
			position: relative;
			float:right;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
transform: translateY(-60%);
			padding-right:10px;
			font-family: Arial,Verdana,sans-serif;
			text-transform: uppercase;
			color:#ffffff;
    		font-size: 11px;
			display: block;
    			-webkit-margin-before: 0px;
    			-webkit-margin-after: 0px;
    			-webkit-margin-start: 0px;
    			-webkit-margin-end: 0px;
		}
}
		
		.monthmeter > span:after, .animate > span > span {
			content: "";
			position: absolute;
			top: 0; left: 0; bottom: 0; right: 0;
			background-image:
			   -webkit-gradient(linear, 0 0, 100% 100%,
			      color-stop(.25, rgba(255, 255, 255, .2)),
			      color-stop(.25, transparent), color-stop(.5, transparent),
			      color-stop(.5, rgba(255, 255, 255, .2)),
			      color-stop(.75, rgba(255, 255, 255, .2)),
			      color-stop(.75, transparent), to(transparent)
			   );
			background-image:
				-moz-linear-gradient(
				  -45deg,
			      rgba(255, 255, 255, .2) 25%,
			      transparent 25%,
			      transparent 50%,
			      rgba(255, 255, 255, .2) 50%,
			      rgba(255, 255, 255, .2) 75%,
			      transparent 75%,
			      transparent
			   );
			z-index: 1;
			-webkit-background-size: 50px 50px;
			-moz-background-size: 50px 50px;
			background-size: 50px 50px;
			-webkit-animation: move 2s linear infinite;
			-moz-animation: move 2s linear infinite;
			   -webkit-border-top-right-radius: 8px;
			-webkit-border-bottom-right-radius: 8px;
			       -moz-border-radius-topright: 8px;
			    -moz-border-radius-bottomright: 8px;
			           border-top-right-radius: 8px;
			        border-bottom-right-radius: 8px;
			    -webkit-border-top-left-radius: 20px;
			 -webkit-border-bottom-left-radius: 20px;
			        -moz-border-radius-topleft: 20px;
			     -moz-border-radius-bottomleft: 20px;
			            border-top-left-radius: 20px;
			         border-bottom-left-radius: 20px;
			overflow: hidden;
		}
		.animate > span:after {
			display: none;
		}
		
		@-webkit-keyframes move {
		    0% {
		       background-position: 0 0;
		    }
		    100% {
		       background-position: 50px 50px;
		    }
		}
		
		.blue > span {
			background-color: #b2df00;
			background-image: -moz-linear-gradient(top, #b2df00, #b2df00);
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #b2df00),color-stop(1, #b2df00));
			background-image: -webkit-linear-gradient(#b2df00, #b2df00); 
		}
		
		.grey > span {
			background-color: #bebdc3;
			background-image: -moz-linear-gradient(top, #bebdc3, #bebdc3);
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #bebdc3),color-stop(1, #bebdc3));
			background-image: -webkit-linear-gradient(#bebdc3, #bebdc3);
		}
		
		.green > span {
			background-color: #148cb4;
			background-image: -moz-linear-gradient(top, #148cb4, #148cb4);
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #148cb4),color-stop(1, #148cb4));
			background-image: -webkit-linear-gradient(#148cb4, #148cb4);
		}
		.grey1 > span {
			background-color: #bab9bf;
			background-image: -moz-linear-gradient(top, #bab9bf, #bab9bf);
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #bab9bf),color-stop(1, #bab9bf));
			background-image: -webkit-linear-gradient(#bab9bf, #bab9bf); 
		}
		
		.grey2 > span {
			background-color: #8b8b8b;
			background-image: -moz-linear-gradient(top, #8b8b8b, #8b8b8b);
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #8b8b8b),color-stop(1, #8b8b8b));
			background-image: -webkit-linear-gradient(#8b8b8b, #8b8b8b);
		}
		
		.grey3 > span {
			background-color: #5f5f5f;
			background-image: -moz-linear-gradient(top, #5f5f5f, #5f5f5f);
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #5f5f5f),color-stop(1, #5f5f5f));
			background-image: -webkit-linear-gradient(#5f5f5f, #5f5f5f);
		}
		
		.nostripes > span > span, .nostripes > span:after {
			-webkit-animation: none;
			background-image: none;
		}



/*TRANSACTIONS PAGE */
.info-slider {
    display: block;
    width: 100%;
    height: 100%;
    float: left;
    background-color: #fff;
    box-sizing: border-box;
    margin: 0;
    position: relative;
    top: 0px;
    left: 0%;
    /* max-height: 200px; */
    float: right;
}
.info-slider .flexslider {
    width: 100%;
	height:100%;
	/*margin-left:20%;*/
    float: right;
}
.info-slider .flex-viewport {
    max-height: 2000px;
	width:100%;
	height:100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.info-slider .flexslider .slides {
    zoom: 1;
	/*margin-left: -20%;*/
}
.info-name {
	display:block;
	width:100%;
	height:100%;
	box-sizing:border-box;
	float:left;
	background-color:#fff;
	margin:0;
	padding:12% 3% 6% 3%;
	border-bottom: 1px solid rgba(44,43,63,.1);
}
.info-name .avatar {
	display:block;
	width:100%;
	height:50px;
	float:left;
}
.info-name .avatar img{
	display:block;
	width:50px;
	height:50px;
	-webkit-clip-path: circle(50% at 50% 50%);
clip-path: circle(50% at 50% 50%);
border-radius: 50%;
	margin:0 auto;
}
.info-name .name {
	display:block;
	width:100%;
	float:left;
	margin-left:0%;
	font-family:Ubuntu;
	font-size:16px;
	line-height:25px;
	text-align:center;
	color:#333;
	padding-top:3%;
}
.info-name .dealer {
	display:block;
	width:100%;
	float:left;
	margin-left:0%;
	font-family:Ubuntu;
	font-size:12px;
	line-height:15px;
	text-align:center;
	color:#666;
}
.info-saldo {
	display:block;
	width:100%;
	height:100%;
	box-sizing:border-box;
	float:left;
	background-color:#fff;
	margin:0;
	padding:6% 3%;
	border-bottom: 1px solid rgba(44,43,63,.1);
}
.info-saldo .header {
	display:block;
	float:left;
	margin-left:0%;
	font-family:Ubuntu;
	text-transform:uppercase;
	font-size:12px;
	line-height:30px;
	color:#888;
}
.info-saldo .saldo {
	display:block;
	float:right;
	margin-left:6%;
	margin-right:1%;
	font-family:Ubuntu;
	size:14px;
	line-height:30px;
	color:#333;
}
.info-percentage {
	display:block;
	width:100%;
	height:100%;
	box-sizing:border-box;
	float:left;
	background-color:#fff;
	margin:0;
	padding:6% 0% 3% 0%;
	/*border-bottom: .1rem solid rgba(44,43,63,.1);*/
}
.info-claims {
	display:block;
	width:100%;
	height:100%;
	box-sizing:border-box;
	float:left;
	background-color:#fff;
	margin:0;
	padding:0 0 6% 0%;
	border-bottom: 1px solid rgba(44,43,63,.1);
}
.info-claims .no-of-claims {
	display:block;
	float:left;
	width:33.33%;
	height:100%;
}
.info-claims .no-of-claims .header {
	display:block;
	width:100%;
	float:left;
	font-family:Ubuntu;
	text-transform:uppercase;
	text-align:center;
	font-size:11px;
	line-height:30px;
	color:#999;
}
.info-claims .no-of-claims .claims {
	display:block;
	width:100%;
	float:left;
	font-family:Ubuntu;
	text-align:center;
	font-size:18px;
	line-height:30px;
	color:#333;
}
.searchbox {
	box-sizing:border-box;
	display:block;
	float:right;
	width:55%;
	margin-right:0%;
	padding-left:0%;
	/*background-color: #f5f6f7;*/
}
.transactionbox {
	display:block;
	float:right;
	width:100%;
	box-sizing:border-box;
	padding: 0;
	font-family:Ubuntu;
	text-align:center;
	font-size:14px;
	color:#ea6831;
}
.page-title-row {
	position:relative;
	display: block;
	float:left;
	height:50px;
	padding:0;
    box-sizing: border-box;
    margin: 0 auto;
}
.nopage-title {
	display:none;
}
.page-title {
	display:block;
	width:100%;
	height:50px;
	box-sizing:border-box;
	float:left;
	font-family: 'citroenregular';
	color:#646464;
	font-size:22px;
	/*line-height:50px;*/
	text-align:left;
	text-transform: uppercase;
	padding-left:0%;
}
.page-title a {
	display:block;
	width:100%;
	box-sizing:border-box;
	float:left;
	font-family: 'PeugeotBold';
	color:#80878e;
	background-color:#d1d5d8;
	font-size:12px;
	text-align:left;
	text-transform: uppercase;
	padding: 6% 0%;
}
.rows .row.closed .column-left .transaction-list-img {
    padding-left: 5%;
	padding-top:5px;
	padding-bottom:5px;
    height: 50px;
	width:100%;
    float: left;
	margin-top:0px;
}
#container-pos {
    font-family: 'citroenlight';
	font-size: 45px;
	color:#9bb9c7;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #9bb9c7;
	transition: all .20s linear;
    line-height: 26px;
    text-align: center;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
#container-pos:hover {
    font-family: 'citroenlight';
	font-size: 45px;
	color:#167e96;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #167e96;
    line-height: 26px;
    text-align: center;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
#container-neg {
    font-family: 'citroenlight';
	font-size: 50px;
	color:#dfa1a8;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #dfa1a8;
	transition: all .20s linear;
    line-height: 30px;
    text-align: center;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
#container-neg:hover {
    font-family: 'citroenlight';
	font-size: 50px;
	color:#d0172d;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #d0172d;
    line-height: 30px;
    text-align: center;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.rows .row.closed .column-left .transaction-list-img.positive {
    padding-left: 0;
	padding-top:13px;
	padding-bottom:13px;
    height: 66px;
	width:6%;
	margin-right:3%;
    float: left;
	margin-top:0px;
	/*background: url(../images/plus_list.png);*/
    background-repeat: no-repeat;
    background-position: center;
	background-size: 30px;
}
.rows .row.opened .column-left .transaction-list-img.positive {
    padding-left: 0;
	padding-top:13px;
	padding-bottom:13px;
    height: 66px;
	width:6%;
	margin-right:3%;
    float: left;
	margin-top:0px;
	/*background: url(../images/plus_list.png);*/
    background-repeat: no-repeat;
    background-position: center;
	background-size: 30px;
}
.rows .row.closed .column-left .transaction-list-img.negative {
    padding-left: 0;
	padding-top:13px;
	padding-bottom:13px;
    height: 66px;
	width:6%;
	margin-right:3%;
    float: left;
	margin-top:0px;
	/*background: url(../images/minus_list.png);*/
    background-repeat: no-repeat;
    background-position: center;
	background-size: 30px;
}
.rows .row.opened .column-left .transaction-list-img.negative {
    padding-left: 0;
	padding-top:13px;
	padding-bottom:13px;
    height: 66px;
	width:6%;
	margin-right:3%;
    float: left;
	margin-top:0px;
	/*background: url(../images/minus_list.png);*/
    background-repeat: no-repeat;
    background-position: center;
	background-size: 30px;
}
.rows .row.closed .column-left .transaction-list-img img {
    height: 100%;
}
.rows .row.opened .column-left .transaction-list-img img {
    height: 100%;
}
.rows .row.opened .column-left .transaction-list-img {
    padding-left: 5%;
	padding-top:5px;
	padding-bottom:5px;
    height: 50px;
	width:8%;
    float: left;
	margin-top:0px;
}
.rows .row.closed .title .column-left .transaction-label-box {
	display:block;
	float:left;
	width:40%;
	height:60px;
}
.rows .row.opened .title .column-left .transaction-label-box {
	display:block;
	float:left;
	width:40%;
	height:60px;
}
.rows .row.closed .title .column-left .transaction-label-row {
	width:100%;
	height:30px;
}
.rows .row.opened .title .column-left .transaction-label-row {
	width:100%;
	height:30px;
}
.rows .row.closed .title .column-left .transaction-label {
	height:30px;
	padding: 0;
	width:100%;
    font-family: Ubuntu;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align:left;
	color:#333;
    float: left;
    font-size: 16px;
	line-height:45px;
}
.rows .row.opened .title .column-left .transaction-label {
	height:30px;
	padding: 0;
	width:100%;
    font-family: Ubuntu;
	text-align:left;
	color:#333;
    float: left;
    font-size: 16px;
	line-height:45px;
}
.rows .row.closed .title .column-left .transaction-label-sub {
	display:block;
	float:left;
	padding: 0;
	margin-right:5%;
    font-family: "Ubuntu";
	color:#80878e;
    float: left;
    font-size: 12px;
	line-height:25px;
}
.rows .row.opened .title .column-left .transaction-label-sub {
	display:block;
	float:left;
	padding: 0;
	margin-right:5%;
    font-family: "Ubuntu";
	color:#80878e;
    float: left;
    font-size: 12px;
	line-height:25px;
}
.rows .row.closed .title .column-left .transaction-label-sub1 {
	display:block;
	float:left;
	padding: 0;
	margin-right:5%;
    font-family: "Ubuntu";
	font-weight:bold;
	color:#333;
    float: left;
    font-size: 12px;
	line-height:25px;
}
.rows .row.opened .title .column-left .transaction-label-sub1 {
	display:none;
	float:left;
	padding: 0;
	margin-right:5%;
    font-family: "Ubuntu";
	font-weight:bold;
	color:#333;
    float: left;
    font-size: 12px;
	line-height:25px;
}
.rows .row.closed .title .column-left .transaction-label.grey {
	padding-top: 17px;
	padding-left: 2%;
	color: #9ca5ae;
	width:15%;
    font-family: "PeugeotBold";
    float: left;
    font-size: 21px;
}
.rows .row.opened .title .column-left .transaction-label.grey {
	padding-top: 17px;
	padding-left: 2%;
	color: #9ca5ae;
	width:15%;
    font-family: "PeugeotBold";
    float: left;
    font-size: 21px;
}
/*.rows .row.closed .title .column-left .transaction {
	height:50px;
	width:5%;
	padding-top: 5px;
    padding-bottom: 5px;
    font-family: "PeugeotBold";
	color:#333333;
    float: left;
    font-size: 21px;
	line-height:50px;
	text-align:center;
}
.rows .row.closed .title .column-left .transaction img {
	height:10px;
	padding-top: 20px;
    padding-bottom: 20px;
}*/
.rows .row.opened .title .column-left .transaction {
	display:none;
}
.rows .row.opened .title .column-left .transaction img {
	height:10px;
	padding-top: 20px;
    padding-bottom: 20px;
}
.rows .row.closed .title .column-left .transaction-km {
	display:block;
	float:right;
	height:60px;
	padding-right: 3%;
	width:38%;
	padding-top: 5px;
    padding-bottom: 5px;
    font-family: Ubuntu;
	color:#333;
    font-size: 14px;
	line-height:50px;
	text-align:right;
}
.rows .row.closed .title .column-left .transaction-km-neg {
	display:block;
	float:right;
	height:50px;
	padding-right: 3%;
	width:38%;
	padding-top: 5px;
    padding-bottom: 5px;
    font-family: Ubuntu;
	color:#DC002E;
    font-size: 14px;
	line-height:50px;
	text-align:right;
}
.rows .row.opened .title .column-left .transaction-km {
	display:block;
	float:right;
	height:60px;
	padding-right: 3%;
	width:38%;
	padding-top: 5px;
    padding-bottom: 5px;
    font-family: Ubuntu;
	font-weight:bold;
	color:#007C92;
    font-size: 15px;
	line-height:50px;
	text-align:right;
}
.rows .row.opened .title .column-left .transaction-km-neg {
	display:block;
	float:right;
	height:50px;
	padding-right: 3%;
	width:38%;
	padding-top: 5px;
    padding-bottom: 5px;
    font-family: Ubuntu;
	font-weight:bold;
	color:#DC002E;
    font-size: 14px;
	line-height:50px;
	text-align:right;
}
.transactie-box {
	display:block;
	box-sizing:border-box;
	width:100%;
	overflow:hidden;
	padding:3%;
	/*border-bottom: 1px solid #dadada;*/
}
.transactie-box-top {
	display:block;
	width:100%;
	float:left;
	/*border-right: 1px solid #f1f1f1;*/
}
.godetail {
	display:block;
	width:94%;
	height:60px;
	float:left;
	margin:3%;
}
.godetail-but a {
	display:block;
	width:50%;
	height:60px;
	margin: 0 auto;
	padding:0;
	background-color:#fff;
	font-family: 'citroenbold';
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	color:#F0780A;
    font-size: 15px;
	line-height:52px;
	border: 4px #F0780A solid;
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
	behavior: url(/css/border-radius.htc);
    border-radius: 0px;
}
.godetail-but-shop {
	display:block;
	width:50%;
	height:55px;
	margin: 0 auto;
	background-color:#fff;
	font-family: "PeugeotBold";
	text-transform:uppercase;
	text-align:center;
	color:#eb6b56;
    font-size: 14px;
	line-height:55px;
	border: 1px #eb6b56 solid;
	padding: 0px 0px 0px 0px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
	behavior: url(/css/border-radius.htc);
    border-radius: 3px;
}
.transaction-detail-img {
	display:block;
	width:100%;
	float:left;
}
.transaction-detail-img img {
	width: 10%;
    display: block;
	margin: 0% auto;
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    border: 1px solid #d1d5d8;
    border-radius: 50%;
}
.transactie-detail-head {
	display:block;
	width:100%;
	float:left;
	font-family: Ubuntu;
	text-transform:uppercase;
	text-align:center;
	color:#333;
    font-size: 18px;
	line-height:24px;
	margin-top:0;
}
.transactie-detail {
	display:block;
	float:left;
	width:100%;
	text-align:center;
	font-family: Ubuntu;
	color:#333333;
    font-size: 14px;
	line-height:18px;
}
.transactie-subdetail {
	display:block;
	float:left;
	width:100%;
	text-align:center;
	font-family: Ubuntu;
	text-transform:uppercase;
	color:#80878e;
    font-size: 11px;
	line-height:18px;
}
.transactie-subdetail p {
	display:inline-block;
	font-family: Ubuntu;
	font-weight:bold;
	text-transform:uppercase;
	color:#595e63;
    font-size: 11px;
	line-height:18px;
	-webkit-margin-before: 0;
    -webkit-margin-after: 0;
	padding-left: 5px;
}
.transactie-saldo-title {
	display:block;
	width:100%;
	float:left;
	font-family: "PeugeotNormal";
	text-transform:uppercase;
	color:#a0a9b1;
    font-size: 10px;
	line-height:14px;
	text-align:right;
}
.transactie-date {
	display:block;
	width:100%;
	float:left;
	font-family: "Arial","Verdana",sans-serif;
	color:#333333;
    font-size: 14px;
	line-height:18px;
	text-align:left;
}
.transactie-saldo {
	display:block;
	width:100%;
	float:left;
	font-family: "Arial","Verdana",sans-serif;
	color:#333333;
    font-size: 14px;
	line-height:18px;
	text-align:right;
}
.transactie-saldo-neg {
	display:block;
	width:100%;
	float:left;
	font-family: "PeugeotBold";
	color:#eb6b56;
    font-size: 20px;
	line-height:18px;
	text-align:right;
}
.detailsbut {
	display:block;
	position:relative;
	width:100%;
	height:60px;
	margin-bottom:0;
}
.detailsbut p {
	font-family: "PeugeotBold";
	color:#fff;
    font-size: 20px;
	line-height:60px;
	text-align:center
}

.car-detail-row {
	display:block;
	width:100%;
	float:left;
	height:66px;
	background-color:#fff;
	/*border-bottom:  1px solid rgba(44,43,63,.1);*/
	padding-left:1%;
}
.car-detail-list-img {
	padding-left: 0%;
    padding-top: 8px;
    padding-bottom: 8px;
    height: 50px;
    width: 10%;
    float: left;
    margin-top: 0px;
}
.car-detail-list-img img {
	display:block;
	height:100%;
}
.car-detail-label {
	padding-left: 1%;
    width: 60%;
    font-family: "PeugeotNormal";
    color: #333333;
    float: left;
    font-size: 21px;
    line-height: 60px;
}
.car-detail-label .label-ktn {
	display:block;
	float:left;
	height:33px;
	width:100%;
    font-family: "PeugeotNormal";
	color:#333333;
    float: left;
    font-size: 21px;
	line-height:48px;
}
.car-detail-label .label-clnt {
	display:block;
	float:left;
	height:33px;
	width:100%;
    font-family: "PeugeotNormal";
	text-transform:uppercase;
	color:#80878e;
    float: left;
    font-size: 10px;
	line-height:22px;
}
.car-detail-kms {
	height: 30px;
    width: 17%;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 1%;
    padding-right: 1%;
    float: left;
}
.car-detail-kms img{
	display:block;
	float:left;
	height:40px;
}
.car-detail-kms2 {
	display:block;
	float:left;
	height:60px;
	width:55%;
	font-family: "PeugeotNormal";
	color:#333333;
    font-size: 16px;
	line-height:60px;
	text-align:right;
	padding: 0 0% 0 0;
}
.car-detail-arrow {
    display:block;
	width: 5%;
    height: 60px;
    float: right;
	margin-top:0;
    background: url(../images/arrow_right.png);
    background-repeat: no-repeat;
    background-position: center;
}
.car-detail-arrowclaim {
    display:block;
	width: 5%;
    height: 60px;
    float: right;
	padding-right:2%;
	margin-top:0;
    background: url(../images/arrow_right.png);
    background-repeat: no-repeat;
    background-position: center;
}
.car-detail-back {
    display:block;
	width: 5%;
    height: 60px;
    float: left;
	margin-top:0;
    background: url(../images/arrow_left.png);
    background-repeat: no-repeat;
    background-position: center;
}


/*REWARDS PAGE ACCORDION */
.accordion {
    display:block;
	-webkit-box-shadow: 0px 75px 35px -55px rgba(10, 30, 65, 0.6);
    -moz-box-shadow: 0px 75px 35px -55px rgba(10, 30, 65, 0.6);
    box-shadow: 0px 75px 35px -55px rgba(10, 30, 65, 0.6);
    font-family: Arial, Helvetica, sans-serif;
    border-color: #505050;
    border-style: solid;
    border-width: 0px;
    border-radius: 8px;
    float:left;
    height: 454px;
    width: 100%;
	margin: 0 auto;
}

.accordion > ul > li,
.accordion-title,
.accordion-content,
.accordion-separator {
    float: none;
}

.accordion > ul > li {
    background-color: #1f1f1f;
    margin-right: -0px;
    margin-bottom: -290px;
}

.accordion-select:checked ~ .accordion-separator {
    margin-right: 0px;
    margin-bottom: 290px;
}

.accordion-title,
.accordion-select  {
    background-color: #2d2d2d;
    color: #ffffff;
    width: 100%;
    height: 40px;
    font-size: 15px;
}

.accordion-title span {
    margin-bottom: 20px; 
    margin-left: 20px;
}

.accordion-select:hover ~ .accordion-title,
.accordion-select:checked ~ .accordion-title {
    background-color: #3068cc;
}

.accordion-title span  {	
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-writing-mode: lr-tb;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    margin-bottom: 0px;
    line-height: 40px;
}

.accordion-content {
    box-sizing:border-box;
	background-color: #3e3e3e;
    color: #f5f2f0;
    height: 234px;
    width: 100%;
    padding: 28px;
}

.accordion-title,
.accordion-select:checked ~ .accordion-content {
    margin-right: 1px;
    margin-bottom: 1px;
}

/* Do not change following properties, they aren't 
generated automatically and are common for each slider. */
.accordion {
    overflow: hidden;
}

.accordion > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 101%;
}

.accordion > ul > li,
.accordion-title {
    position: relative;
}

.accordion-select {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 1;
}

.accordion-title span {
    display: block;
    position: absolute;
    bottom: 0px;
    width: 100%;
    white-space: nowrap;
}

.accordion-content {
    position: relative;
    overflow: auto;
}

.accordion-separator {
    transition: margin 0.3s ease 0.1s;
    -o-transition: margin 0.3s ease 0.1s;
    -moz-transition: margin 0.3s ease 0.1s;
    -webkit-transition: margin 0.3s ease 0.1s;
}



/*=================================================
5. NAVIGATION SIDEBAR
=================================================*/
#fixed {
	display:none;
	padding-bottom: 0;
    position: fixed;
    z-index: 10001;
    height: 100%;
    width: 60px;
    background-color: #ffffff;
    top: 0;
    right: 0;
	border-left: 1px solid rgba(115, 115, 115, 0.6);
}
.barlogo {
  	position: relative;
  	width: 5rem;
}
.barlogo a {
  	position: relative;
  	background: url(../images/gologo.png);
	background-size: 60px 70px;
	background-repeat:no-repeat;
		position: relative;
	display: block;
	margin:auto;
    height:70px;
	left:0px;
}
.navbar-bar {
  	position: relative;
  	width: 70px;
  	height: 1px;
  	background-color: #f4a463;
}
.navbar-container {
  	position: absolute;
  	height: 100%;
  	/*background-color: #ffff00;*/
}
.navbar-inner {
	position: absolute;
  	top: 50%;
  	transform: translateY(-50%);
  	/*background-color: #ff0000;*/
}
.navbar-box {
  	position: relative;
  	width: 150px;
	left:0px;
	height:60px;
	background-color:#fc6621;/*F0780A;*/
	font-family:Ubuntu,Arial,Helvetica;
	color:#ffffff;
	font-size:10px;
	text-transform: uppercase;
	cursor:hand;
	border-bottom: 0px solid #fc6621;
	padding: 7px 0 20px 0;
}
.navbar-box a{
	text-decoration: none;
}
.navbar-box:hover {
	position: relative;
  	width: 210px;
	left:-140px;
	height:60px;
	background-color:#eb6428;
	border-bottom: 0px solid #f3933b;
	padding: 7px 0 20px 0;
	-webkit-transition-duration: 0.9s;
		-moz-transition-duration: 0.9s;
			-o-transition-duration: 0.9s;
				transition-duration: 0.9s;
	z-index: 99999;
}
#info {
	background-image: url(../images/info@2x.png);
	background-size: 30px 30px;
	background-repeat:no-repeat;
		position: relative;
	display: block;
	margin:auto;
    height:30px;
	left:15px;
}
#info:after {
	content: "Info";
	display: block;
	width: 100px;
	height: 30%;
	font-family:Ubuntu,Arial,Helvetica;
	color:#ffffff;
	font-size:10px;
	text-transform: uppercase;
	cursor:hand;
	position: relative;
	top:35px;
	left:4px;
}
.navbar-box:hover #info {
	background-image: url(../images/info@2x.png);
	background-size: 40px 40px;
	background-repeat:no-repeat;
		position: relative;
	display: block;
	margin:auto;
    height:40px;
	left:20px;
	top:6px;
}
.navbar-box:hover #info:after {
	content: "Login informatie";
	display: block;
	width: 100px;
	height: 30%;
	font-family:Ubuntu,Arial,Helvetica;
	color:#ffffff;
	font-size:11px;
	text-transform: uppercase;
	cursor:hand;
	position: relative;
	top:12px;
	left:55px;
}
#car {
	background-image: url(../images/car@2x.png);
	background-size: 30px 30px;
	background-repeat:no-repeat;
		position: relative;
	display: block;
	margin:auto;
    height:30px;
	left:20px;
}
#car:after {
	content: "Claimen";
	width: 70px;
	height: 30%;
	font-family:Ubuntu,Arial,Helvetica;
	color:#ffffff;
	font-size:10px;
	text-transform: uppercase;
	cursor:hand;
	position: relative;
	top:30px;
	left:-6px;
}
.navbar-box:hover #car {
	background-image: url(../images/car@2x.png);
	background-size: 40px 40px;
	background-repeat:no-repeat;
		position: relative;
	display: block;
	margin:auto;
    height:40px;
	left:20px;
	top:0px;
}
.navbar-box:hover #car:after {
	content: "Claim Kilometers";
	display: block;
	width: 100px;
	height: 30%;
	font-family:Ubuntu,Arial,Helvetica;
	color:#ffffff;
	font-size:11px;
	text-transform: uppercase;
	cursor:hand;
	position: relative;
	top:15px;
	left:55px;
}
#acties {
	background-image: url(../images/acties@2x.png);
	background-size: 30px 30px;
	background-repeat:no-repeat;
	position: relative;
	left:10px;
	display: block;
	margin:auto;
    height:55px; 
	left:20px;
	top:0px;
}
#acties:after {
	content: "acties";
	width: 100px;
	height: 30%;
	font-family:Ubuntu,Arial,Helvetica;
	color:#ffffff;
	font-size:10px;
	text-transform: uppercase;
	cursor:hand;
	position: relative;
	top:35px;
	left:0px;
}
.navbar-box:hover #acties {
	background-image: url(../images/acties@2x.png);
	background-size: 40px 40px;
	background-repeat:no-repeat;
	position: relative;
	left:10px;
	display: block;
	margin:auto;
    height:40px; 
	left:18px;
	top:2px;
}
.navbar-box:hover #acties:after {
	content: "Bekijk acties";
	display: block;
	width: 100px;
	height: 30%;
	font-family:Ubuntu,Arial,Helvetica;
	color:#ffffff;
	font-size:11px;
	text-transform: uppercase;
	cursor:hand;
	position: relative;
	top:15px;
	left:55px;
}
#tickets {
	background-image: url(../images/tik@2x.png);
	background-size: 30px 30px;
	background-repeat:no-repeat;
	position: relative;
	display: block;
	margin:auto;
    height:40px; 
	left:20px;
	top:0px;
}
#tickets:after {
	content: "tickets";
	width: 70px;
	height: 30%;
	font-family:Ubuntu,Arial,Helvetica;
	color:#ffffff;
	font-size:10px;
	text-transform: uppercase;
	cursor:hand;
	position: relative;
	top:38px;
	left:-4px;
}
.navbar-box:hover #tickets {
	background-image: url(../images/tik@2x.png);
	background-size: 40px 40px;
	background-repeat:no-repeat;
	position: relative;
	display: block;
	margin:auto;
    height:40px; 
	left:15px;
	top:2px;
}
.navbar-box:hover #tickets:after {
	content: "Stuur ticket";
	display: block;
	width: 100px;
	height: 30%;
	font-family:Ubuntu,Arial,Helvetica;
	color:#ffffff;
	font-size:11px;
	text-transform: uppercase;
	cursor:hand;
	position: relative;
	top:15px;
	left:55px;
}
#profiel {
	background-image: url(../images/pop@2x.png);
	background-size: 30px 30px;
	background-repeat:no-repeat;
		position: relative;
	display: block;
	margin:auto;
    height:40px; 
	left:20px;
	top:0px;
}
#profiel:after {
	content: "profiel";
	width: 70px;
	height: 30%;
	font-family:Ubuntu,Arial,Helvetica;
	color:#ffffff;
	font-size:9px;
	text-transform: uppercase;
	cursor:hand;
	position: relative;
	top:38px;
	left:-2px;
}
.navbar-box:hover #profiel {
	background-image: url(../images/pop@2x.png);
	background-size: 40px 40px;
	background-repeat:no-repeat;
	position: relative;
	display: block;
	margin:auto;
    height:40px; 
	left:15px;
	top:2px;
}
.navbar-box:hover #profiel:after {
	content: "Bekijk profiel";
	display: block;
	width: 100px;
	height: 30%;
	font-family:Ubuntu,Arial,Helvetica;
	color:#ffffff;
	font-size:11px;
	text-transform: uppercase;
	cursor:hand;
	position: relative;
	top:15px;
	left:55px;
}




#contact {
	background-image: url(../images/contact.png);
	background-size: 30px 30px;
	background-repeat:no-repeat;
	position: relative;
	display: block;
	margin:auto;
    height:30px; 
    width:30px;
}
#contact:after {
	content: "Contact";
	font-family:Ubuntu,Arial,Helvetica;
	color:#ffffff;
	font-size:10px;
	text-transform: uppercase;
	cursor:hand;
	position: relative;
	top:30px;
	left:-7px;
}



#poppen {
	background-image: url(../images/poppen.png);
	background-size: 30px 30px;
	background-repeat:no-repeat;
		position: relative;
	display: block;
	margin:auto;
    height:30px; 
    width:30px;
}
#poppen:after {
	content: "Info";
	display: block;
	width: 100px;
	height: 30%;
	font-family:Ubuntu,Arial,Helvetica;
	color:#ffffff;
	font-size:10px;
	text-transform: uppercase;
	cursor:hand;
	position: relative;
	top:35px;
	left:5px;
}
#ipadpop {
	background-image: url(../images/ipad.png);
	background-size: 30px 30px;
	background-repeat:no-repeat;
		position: relative;
	display: block;
	margin:auto;
    height:30px; 
    width:30px;
}
#ipadpop:after {
	content: "iPad Air 2";
	display: block;
	width: 100px;
	height: 30%;
	font-family:Ubuntu,Arial,Helvetica;
	color:#ffffff;
	font-size:10px;
	text-transform: uppercase;
	cursor:hand;
	position: relative;
	top:30px;
	left:-7px;
}

.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 70px;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    /*z-index: 99;*/
    opacity:0;
    -webkit-transition: opacity 40ms ease-in;
    -moz-transition: opacity 40ms ease-in;
    transition: opacity 40ms ease-in;
    pointer-events: none;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
    width: 500px;
    position: relative;
    margin: 120px auto;
    padding: 74px 32px 32px 32px;
    border-radius: 3px;
    background: #fff;
    /*background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);*/
}
.modalDialog h2 {
	font-family: 'citroenbold';
	text-transform:uppercase;
    color: #D71F85;
	text-align:left;
    font-size: 24px;
    line-height: 18px;
	padding: 0 0 1.5% 0;
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}
.modalDialog p {
	font-family: Ubuntu;
    color: #333;
	text-align:left;
    font-size: 13px;
    line-height: 18px;
	padding: 0;
}
.closeinfo {
    position: absolute;
	background-image: url("../images/closebut.png");
    background-size: 42px 42px;
    top: 16px;
    right: 16px;
    width: 42px;
    height: 42px;
}
.close {
	background-image: url("../images/closebut.png");
    background-size: 42px 42px;
    top: 16px;
    right: 16px;
    width: 42px;
    height: 42px;
	
	/*background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;*/
}
.close:hover {
    background-image: url("../images/closebut-hvr.png");
}


#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
  display: none;
}

#boxes .window {
  position: absolute;
  left: 25%;
  right: 25%;
  top: 135px;
  width: 50%;
  height: 25%;
  display: none;
  z-index: 9999;
  padding: 20px;
  border-radius: 0px;
  text-align: center;
}

#boxes #dialog {
  width: 50%;
  height: 25%;
  padding-top: 74px;
  background-color: #fff;
  font-family: 'citroenbold';
  text-transform:uppercase;
  color: #F0780A;
  font-size: 15pt;
}

#popupclose {
	top: 16px;
	right:16px;
	width: 42px;
	height: 42px;
}
#popupclose a{
	position: absolute;
	background-image: url("../images/closebut.png");
    background-size: 42px 42px;
	top: 16px;
	right:16px;
	width: 42px;
	height: 42px;
}

/* HOVER BUTTONS */
.hvr_btn {
	display:block;
	position:relative;
	float:left;
	width:100%;
	background-color:#148cb4;
	border: 2px solid #fc6621;
	margin:0 auto;
}
.hvr_btn {
	font-family: Arial,Verdana,sans-serif;
	font-weight: 400;
    font-size: 16px;
    line-height: 16px;
	color:#fff;
    text-transform: uppercase;
	text-decoration:none;
	padding: 16px 11px;
	text-align:left;
	box-sizing:border-box;
}
.hvr_btn:after {
	content:"";
	/*background-image:url('../images/arw.png');*/
    background-size: 20px 20px;
	width: 20px; 
    height: 20px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: 10px;
}
.hvr_btn:hover {
	display:block;
	position:relative;
	float:left;
	width:100%;
	background-color:#fff;
	border: 2px solid #fc6621;
}
.hvr_btn:hover {
	font-family: Arial,Verdana,sans-serif;
	font-weight: 400;
    font-size: 13px;
    line-height: 10px;
	color:#fc6621;
    text-transform: none;
	text-decoration:none;
	padding: 8px 11px;
	text-align:left;
}
.hvr_btn:hover:after {
	content:"";
	background-image:url('../images/arb.png');
    background-size: 20px 20px;
	width: 20px; 
    height: 20px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: 10px;
}

/*PROFILE FORM*/
.profileLeft {
	display:block;
	float:left;
	width:28%;
	border:0px solid #f1f1f1;
}
.profileRight {
	display:block;
	float:left;
	width:72%;
	padding: 0;
	margin: 0 0 3% 0;
}
.dealerLeft {
	display:block;
	float:left;
	width:28%;
	border:0px solid #f1f1f1;
}
.dealerRight {
	display:block;
	float:left;
	width:72%;
	padding: 0 0% 3% 3%;
	border: 1px solid #afadc3;
	margin: 0 0 3% 0;
	-webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.dealerRight.blue {
	border: 1px solid #afadc3;
}

.section .avatar {
    display: block;
    width: 100%;
    height: 130px;
    float: left;
	margin: 15px 0;
}
.section .avatar img {
    display: block;
    width: 130px;
    height: 130px;
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    border-radius: 50%;
    margin: 0 auto;
}
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile + label {
    display: block;
    width: 100%;
    height: 50px;
	margin: 0 auto;
    background-color: #fff;
    border: 4px #afadc3 solid;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
	text-align:center;
	text-transform:uppercase;
    -webkit-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-family: Ubuntu;
    color: #afadc3;
    font-size: 12px;
    line-height: 46px;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: #afadc3;
	color: #fff;
}
.inputfile + label {
	cursor: pointer; /* "hand" cursor */
}
.inputfile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}
.profielButRow {
	display:block;
	float:left;
	width:100%;
	margin: 0 0 3% 0;
}
.updatebut {
    display: block;
    float: left;
    height: 50px;
    width: 28%;
	padding: 0 3%;
}
.updatebut a {
    display: block;
    width: 97%;
    height: 50px;
    background-color: #fff;
    border: 4px #f0780a solid;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
	text-align:center;
	text-transform:uppercase;
    -webkit-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-family: Ubuntu;
    color: #f0780a;
    font-size: 12px;
    line-height: 46px;
}
.updatebut a:hover {
    background-color: #f0780a;
    border: 4px #f0780a solid;
    color: #fff;
}
.wijzigenbut {
    display: block;
    float: left;
    height: 50px;
    width: 72%;
}
.wijzigenbut a {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #fff;
    border: 4px #afadc3 solid;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
	text-align:center;
	text-transform:uppercase;
    -webkit-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-family: Ubuntu;
    color: #afadc3;
    font-size: 12px;
    line-height: 46px;
}
.wijzigenbut a:hover {
    background-color: #afadc3;
    color: #fff;
}
.profileHeader {
	display:block;
	float:left;
	width:30%;
	font-family: Ubuntu;
	text-transform:uppercase;
	text-align:left;
    color: #afadc3;
    font-size: 10px;
    line-height: 20px;
}
.changeHeader {
	display:block;
	float:left;
	width:30%;
	font-family: Ubuntu;
	text-transform:uppercase;
	text-align:left;
    color: #afadc3;
    font-size: 11px;
    line-height: 40px;
	margin:4px 0;
}
.changePass {
	display:block;
	float:left;
	width:70%;
	font-family: Ubuntu;
    color: #f0780a;
    font-size: 12px;
    padding: 12px 20px;
    margin: 4px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.profileInfo {
	display:block;
	float:left;
	width:70%;
	font-family: Ubuntu;
	text-align:left;
    color: #000;
    font-size: 12px;
    line-height: 20px;
}
.profileInfo.password {
    color: #f0780a;
}
.profileName {
	font-family: Ubuntu;
	text-align:left;
	height: 30px;
    color: #000;
    font-size: 18px;
    line-height: 20px;
	border-bottom: 1px solid rgba(44,43,63,.1);
	margin: 15px 0 11px 0;
}
.dealerTag {
	font-family: Ubuntu;
	text-align:left;
	text-transform:uppercase;
	height: 50px;
	background-color:#afadc3;
    color: #fff;
    font-size: 12px;
	padding-left:15%;
    line-height: 50px;
	border: 0px solid #ccc;
	-webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft:0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.dealerTag.blue {
	background-color:#afadc3;
}

.dealerName {
	font-family: Ubuntu;
	text-align:left;
	height: 30px;
    color: #f0780a;
    font-size: 13px;
    line-height: 20px;
	border-bottom: 1px solid rgba(44,43,63,.1);
	margin: 15px 0 11px 0;
}
.dealerName.black {
    color: #000;
}
.profileRow {
	height:20px;
}
.changeRow {
	height:50px;
}
.section .dealerRight input[type=text] {
    width: 70%;
	font-size: 12px;
    padding: 12px 20px;
    margin: 4px 0;
    display: block;
	float:left;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.section .dealerRight select {
    -webkit-appearance: none;
    box-sizing: border-box;
    align-items: center;
    height: 40px;
    width: 70%;
    padding: 12px 20px;
    margin-right: 0%;
    font-family: Ubuntu;
    color: #333333;
    text-transform: lowercase;
    font-size: 12px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: white;
    cursor: default;
	border: 1px solid #ccc;
}

/*TICKETS*/
.tabrow {
	display: block;
    float: left;
    width: 100%;
    border-bottom: 1px solid #afadc3;
    margin: 0 0 3% 0;
}
.tickets input {
  display: none;
}
*:focus {outline:none}

.tickets label {
  display: block;
  float: left;
  width: 20%;
  margin: 0 2% 3% 0;
  height:50px;
  font-family: Ubuntu;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
  line-height:50px;
  color: #000;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background: #f5f5f5;
  -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0pxx;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.tickets [id^="tab"]:checked + label {
    background: #afadc3;
	color:#fff;
}
.tickets section {
  display: none;
}
.tickets #tab1:checked ~ #content1,
.tickets #tab2:checked ~ #content2,
.tickets #tab3:checked ~ #content3 {
  display: block;
}
.tickets .tab_container [id^="tab"]:checked + label {
  background: #fff;
  box-shadow: inset 0 3px #0CE;
}
.tickets .tab-content .row.closed .title {
	width: 100%;
    background-color: #fff;
	border-top: 0px solid rgba(44,43,63,.1);
    border-bottom: 1px solid rgba(44,43,63,.1);
    height: 60px;
    color: #000000;
    border-radius: 0px;
    padding: 0;
}
.tickets .tab-content .row.opened .title {
	width: 100%;
    background-color: #eae9f0;
	border-top: 0px solid rgba(44,43,63,.1);
    border-bottom: 0px solid rgba(44,43,63,.1);
    height: 60px;
    color: #000000;
    border-radius: 0px;
    padding: 0;
}
.tickets .tab-content .row.opened .title:after {
    border-top-color: rgba(255,255,255,.1);
    border-width: 10px;
    margin-left: -10px;
}
.tickets .tab-content .row.closed .title .column-left {
    width: 95%;
	float:left;
	height:60px;
}
.tickets .tab-content .row.opened .title .column-left {
    width: 95%;
	float:left;
	height:60px;
}
.tickets .tab-content .row.closed .title .column-right {
    display:block;
	width: 5%;
	height:60px;
	float:left;
	margin-left: 0px;
}
.tickets .tab-content .row.opened .title .column-right {
    display:block;
	width: 5%;
	height:60px;
	float:left;
	margin-left: 0px;
}
.tickets .tab-content .row.closed .title .column-left .ticket-list-img {
    display:block;
	float:left;
    height: 60px;
    width: 5%;
    margin-right: 0%;
    margin-top: 0px;
}
.tickets .tab-content .row.opened .title .column-left .ticket-list-img {
    display:block;
	float:left;
    height: 60px;
    width: 5%;
    margin-right: 0%;
    margin-top: 0px;
}
.tickets .tab-content .row.closed .title .column-left .ticket-list-img #closed {
	background: #afadc3;
    width: 10px;
    height: 10px;
    border-radius: 50%;
	margin: 18px 0 32px 10px;
}
.tickets .tab-content .row.opened .title .column-left .ticket-list-img #closed {
	background: #afadc3;
    width: 10px;
    height: 10px;
    border-radius: 50%;
	margin: 18px 0 32px 10px;
}
.tickets .tab-content .row.closed .title .column-left .ticket-list-img #open {
	background: #fff;
    border: 1px solid #afadc3;
    width: 10px;
    height: 10px;
    border-radius: 50%;
	margin: 18px 0 32px 10px;
}
.tickets .tab-content .row.opened .title .column-left .ticket-list-img #open {
	background: #fff;
    border: 1px solid #afadc3;
    width: 10px;
    height: 10px;
    border-radius: 50%;
	margin: 18px 0 32px 10px;
}
.tickets .tab-content .row.closed .title .column-left .ticket-list-img #wait {
	background: #f0780a;
    width: 10px;
    height: 10px;
    border-radius: 50%;
	margin: 18px 0 32px 10px;
}
.tickets .tab-content .row.opened .title .column-left .ticket-list-img #wait {
	background: #f0780a;
    width: 10px;
    height: 10px;
    border-radius: 50%;
	margin: 18px 0 32px 10px;
}
.tickets .tab-content .row.closed .title .column-left .ticket-list-img #sent {
	background: #fff;
    border: 1px solid #f0780a;
    width: 10px;
    height: 10px;
    border-radius: 50%;
	margin: 18px 0 32px 10px;
}
.tickets .tab-content .row.opened .title .column-left .ticket-list-img #sent {
	background: #fff;
    border: 1px solid #f0780a;
    width: 10px;
    height: 10px;
    border-radius: 50%;
	margin: 18px 0 32px 10px;
}
.tickets .tab-content .row.closed .title .column-left .ticket-list-img #archive {
	background: #d1d5d8;
    width: 10px;
    height: 10px;
    border-radius: 50%;
	margin: 18px 0 32px 10px;
}
.tickets .tab-content .row.opened .title .column-left .ticket-list-img #archive {
	background: #d1d5d8;
    width: 10px;
    height: 10px;
    border-radius: 50%;
	margin: 18px 0 32px 10px;
}
.tickets .tab-content .row.closed .title .column-left .ticket-subject {
	display:block;
	float:left;
	height:30px;
	width:90%;
	font-family: 'citroenlight';
	text-align:left;
	font-size:16px;
	line-height:20px;
	color:#000;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tickets .tab-content .row.opened .title .column-left .ticket-subject {
	display:block;
	float:left;
	height:30px;
	width:90%;
	font-family: 'citroenlight';
	text-align:left;
	font-size:16px;
	line-height:20px;
	color:#000;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tickets .tab-content .row.closed .title .column-left .ticket-subject.new {
	color:#007edb;
}
.tickets .tab-content .row.opened .title .column-left .ticket-subject.new {
	color:#007edb;
}
.tickets .tab-content .row.closed .title .column-left .ticket-subject.read {
	color:#333;
}
.tickets .tab-content .row.opened .title .column-left .ticket-subject.read {
	color:#333;
}
.tickets .tab-content .row.closed .title .column-left .ticket-subject.sent {
	color:#000;
}
.tickets .tab-content .row.opened .title .column-left .ticket-subject.sent {
	color:#000;
}
.tickets .tab-content .row.closed .title .column-left .ticket-no {
	display: block;
    float: left;
    height: 30px;
    width: 90%;
    font-family: Ubuntu;
    font-weight: 600;
    text-align: left;
    padding: 0 0% 0 0;
    font-size: 12px;
    line-height: 45px;
    color: #444;
}
.tickets .tab-content .row.opened .title .column-left .ticket-no {
	display: block;
    float: left;
    height: 30px;
    width: 90%;
    font-family: Ubuntu;
    font-weight: 600;
    text-align: left;
    padding: 0 0% 0 0;
    font-size: 12px;
    line-height: 45px;
    color: #444;
}
.tickets .tab-content .row.opened .title .column-right .arrow {
    display: block;
    height: 30px;
    margin-top: 15px;
    margin-right: 10px;
    background: url(../images/arrow_up.png);
    background-repeat: no-repeat;
	background-size: 20px 21px;
    background-position: center;
}
.tickets .tab-content .row.closed .title .column-right .arrow {
    height: 30px;
    margin-top: 15px;
    margin-right: 10px;
    background: url(../images/arrow_down.png);
    background-repeat: no-repeat;
	background-size: 20px 21px;
    background-position: center;
}
.ticket-header {
	display:block;
	float:left;
	width:100%;
	height:30px;
	margin: 0;
	border-bottom: 0px solid rgba(44,43,63,.1);
	background-color:#eae9f0;
}
/*
.ticket-header:before {
border-color: rgba(194, 225, 245, 0);
}
.ticket-header:after, .ticket-header:before {
top: 10px;
    left: 50%;
    border: 0px solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: relative;
    pointer-events: none;
}
.ticket-header:after {
border-top-color: rgba(44,43,63,.1);
    border-width: 10px;
    margin-left: -10px;
}
*/
.ticket-header-row {
	display:block;
	float:left;
	width:100%;
	height:30px;
}
.ticket-header-title {
	display:block;
	float:left;
	width:40%;
	font-family: Ubuntu;
	text-align:left;
	font-size:10px;
	line-height:30px;
	padding: 0 0 0 5%;
	color:#888;
}
.ticket-header-info {
	display:block;
	float:right;
	width:60%;
	font-family: Ubuntu;
	font-weight:700;
	font-size:12px;
	text-align:right;
	line-height:30px;
	color:#333;
	padding: 0 10px 0 0;
}
.tickets .listcontent {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-left: 0px;
    margin-bottom: 20px;
    height: auto;
    float: left;
    border-left: 0px solid rgba(44,43,63,.1);
    border-right: 0px solid rgba(44,43,63,.1);
    border-bottom: 1px solid rgba(44,43,63,.1);
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px;
}
.tickets .ticket-box {
    display: block;
    width: 100%;
    overflow: auto;
	padding: 0% 1% 5% 5%;
	font-family: Ubuntu;
	font-size:12px;
	line-height:18px;
}
.tickets .ticket-box p {
	font-family: Ubuntu;
	color:#000;
	text-align:left;
	font-size:12px;
	line-height:18px;
}
.tickets .response-box p {
	font-family: Ubuntu;
	color:#333;
	text-align:left;
	font-size:12px;
	line-height:18px;
}
.tickets .response-box {
    display: block;
    width: 100%;
    overflow: auto;
	padding: 0% 1% 5% 5%;
	font-family: Ubuntu;
	font-size:12px;
	line-height:18px;
}
.tickets .new-ticket {
    display: block;
    width: 100%;
    overflow: auto;
	padding: 0% 1% 3% 0%;
	font-family: Ubuntu;
	font-size:12px;
	line-height:18px;
}
.tickets .response-header {
    display: block;
    width: 100%;
    height:25px;
	font-family: Ubuntu;
	text-align:left;
	font-size:10px;
	line-height:18px;
	color:#888;
	padding: 0 0 0 1%;
	border-bottom:1px solid rgba(44,43,63,.1);
}
.tickets .ticket-buttons {
	display:block;
	float:left;
	width:100%;
	height:50px;
	padding: 0 0 0 1%;
	margin: 0 0 3% 0;
}
.readbut {
    display: block;
    float: left;
    height: 50px;
    width: 20%;
	padding: 0 0 0 4%;
}
.readbut a {
    display: block;
    width: 94%;
    height: 50px;
    background-color: #fff;
    border: 4px #afadc3 solid;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    -webkit-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-family: 'citroenregular';
    color: #afadc3;
    font-size: 14px;
    line-height: 42px;
}
.readbut a:hover {
    background-color: #afadc3;
    color: #fff;
}
.closebut {
    display: block;
    float: left;
    height: 50px;
    width: 20%;
	padding: 0 0 0 4%;
}
.closebut a {
    display: block;
    width: 94%;
    height: 50px;
    background-color: #fff;
    border: 4px #afadc3 solid;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    -webkit-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-family: 'citroenregular';
    color: #afadc3;
    font-size: 14px;
    line-height: 42px;
}
.closebut a:hover {
    background-color: #afadc3;
    color: #fff;
}
.sendTicketbut {
    display: block;
    float: right;
    height: 50px;
    width: 30%;
	margin: 2% 0 0 0;
}
.sendTicketbut a {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #afadc3;
    border: 4px #afadc3 solid;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    -webkit-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-family: 'citroenregular';
    color: #fff;
    font-size: 14px;
    line-height: 42px;
}
.sendTicketbut a:hover {
    background-color: #fff;
    color: #afadc3;
}
.tickets .ticket-answer {
    display: block;
    width: 100%;
    overflow: auto;
	padding: 0% 1% 3% 5%;
	font-family: Ubuntu;
	font-size:12px;
	line-height:18px;
}
.tickets .ticket-answer textarea {
  display: block;
  float:left;
  width:100%;
  min-height:100px;
  padding: 3%;
  font-family: Ubuntu;
	font-size:12px;
	line-height:18px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.ticket-send {
    display: block;
    width: 100%;
	padding: 0%;
	font-family: Ubuntu;
	font-size:12px;
	line-height:18px;
}
.ticket-send input[type=text] {
    width: 100%;
    font-size: 12px;
    padding: 12px 20px;
    margin: 4px 0;
    display: block;
    float: left;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.ticket-send textarea {
  display: block;
  float:left;
  width:100%;
  font-size:12px;
  min-height:300px;
  padding: 3%;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*COMPETITION*/
.compheader {
	display:block;
	float:left;
	width:100%
}
.compheader img {
	width:100%
}

.score-title-pink {
	display:block;
	float:left;
	width:100%;
	text-align:left;
    font-family: 'citroenbold';
    color: #b2df00;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 20px 0px 5px 0px;
}
.score-row {
	display:block;
	float:left;
    height: 46px;
	width: 100%;
	/*min-width:800px;*/
	margin: 0px 0px 5px 0px;
	padding: 2px 0 0 0;
	border-bottom: 0px solid rgba(44,43,63,.1);
}
.score-left {
	display:block;
	float:left;
	width:10%;
}
.score-right {
	display:block;
	float:left;
	width:70%;
}
.time-right {
	display:block;
	float:left;
	width:20%;
}
.score-righta {
	display:block;
	float:left;
	width:90%;
}
.time-righta {
	display:block;
	float:left;
	width:10%;
}
.scorecol1 {
	width: 10%;
	height:20px;
	display:block;
	float:left;
}
.scorecol2 {
	width: 100%;
	height:20px;
	display:block;
	float:left;
}
.scorecol3 {
	width: 32px;
	height:32px;
	display:block;
	float:left;
	text-align:center;
	margin: 5px 2% 0 0;
}
.scorecol4 {
	width: 100%;
	height:30px;
	display:block;
	float:left;
}
.scorecol4a {
	width: 48%;
	height:30px;
	display:block;
	float:left;
}
.scorecol4b {
	width: 48%;
	display:block;
	float:left;
	margin-left:4%;
}
.scorecol5 {
	width: 100%;
    display: block;
    float: left;
    text-align: right;
    margin-left: 1%;
    margin-right: 0%;
}
.scorecol5a {
	width: 100%;
    display: block;
    float: left;
    text-align: right;
    margin-left: 1%;
    margin-right: 0%;
}

.scoreheader {
	font-family:Ubuntu;
	color:#80878e;
	font-size:11px;
	text-transform: uppercase;
	margin-bottom: 7px;
	padding: 10px 0px 0px 0px;
}
.scoreheader2 {
	font-family:Ubuntu;
	color:#80878e;
	text-align:center;
	font-size:11px;
	text-transform: uppercase;
	margin-bottom: 7px;
	padding: 0px 0px 0px 0px;
}
.scoreheader3 {
	font-family:Ubuntu;
	color:#80878e;
	font-size:11px;
	text-align:right;
	text-transform: uppercase;
	margin-bottom: 7px;
	padding: 0px 40px 0px 0px;
}
.scorelist {
	font-family:Ubuntu,Arial,Helvetica;
	text-align:left;
	color:#333;
	font-size:14px;
	line-height:16px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
}
.scorelistsm {
	font-family:'citroenregular';
	text-transform: uppercase;
	color:#AFADC3;
	font-size:9px;
	line-height:24px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
}
.scoretime {
	font-family:'citroenregular';
	color:#666;
	font-size:11px;
	line-height:52px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
}
.scoretotal {
	font-family:'citroenregular';
	color:#148cb4;
	font-size:20px;
	text-align:right;
	line-height:48px;
	margin-bottom: 0px;
	padding: 0px 5px 0px 0px;
}
.scoreposition {
	font-family:'citroenbold';
	color:#666;/*d1d5d8*/
	font-size:14px;
	line-height:30px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #b2df00;
    border-radius: 50%;
}

.scoreposition.klas {
	font-family:'citroenbold';
	color:#148cb4;/*d1d5d8*/
	font-size:14px;
	line-height:30px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #148cb4;
    border-radius: 50%;
}
.score-row .meter {
    height: 18px;
	margin: 0px 0px 2px 0px;
}


.page .section .meter > span p {
	color:#666;
}
.page .section .meter.klas > span p {
	color:#fff;
}
.score-order-row {
	width: 100%;
	box-sizing: border-box;
	overflow:auto;
}
.score-title-row {
	float:left;
	width: 100%;
	margin: 2% 0 1% 0;
	/*min-width:800px;*/
}
.scoretext {
	width: 60%;
	display:block;
	float:left;
	font-family:Ubuntu;
	color:#333;
	font-size:12px;
	line-height:16px;
	margin-bottom: 0px;
	padding: 0px 0px 25px 0px;
}
.scoretextLg {
	height:40px;
	width: 60%;
	display:block;
	float:left;
	    text-align: left;
	font-family:Ubuntu,Arial,Helvetica;
	color:#333;
	font-size:18px;
	line-height:40px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
}
.score-title-row2 {
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    overflow: auto;
    margin: 3% 0 0 0;
    /* min-width: 800px; */
    display: block;
    float: left;
}
.scoretextLg2 {
    width: 100%;
    display: block;
    height: 30px;
    float: left;
    font-family: Ubuntu,Arial,Helvetica;
    text-align: center;
    line-height: 30px;
    background-color: #f1f1f1;
    color: #333;
    font-size: 18px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
}
.mei {
    width: 50%;
    display: block;
    float: left;
    font-family: Ubuntu,Arial,Helvetica;
    text-transform: uppercase;
    text-align: center;
    color: #646464;
    font-size: 14px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
}
.juni {
    width: 50%;
    display: block;
    float: left;
    font-family: Ubuntu,Arial,Helvetica;
    text-transform: uppercase;
    text-align: center;
    color: #646464;
    font-size: 14px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
}
.actiemaand {
	height:36px;
	width:40%;
	display:block;
	float:left;
}
.page .section .actiemaand p{
	font-family: Ubuntu,Arial,Helvetica;
    box-sizing: border-box;
    text-transform: uppercase;
    color: #AFADC3;
    font-size: 14px;
    text-align: right;
    padding: 0 10px 0 0px;
    line-height: 41px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}
.maandselect {
	width:65%;
	float:right;
	vertical-align:top;
	box-sizing:border-box;
	display:block;
	margin-right: 0px;
	line-height:40px;
}
.page .section .score-update select {
    -webkit-appearance: none;
    box-sizing: border-box;
    align-items: center;
    height: 36px;
    width: 100%;
    padding-left: 6%;
    margin-right: 6%;
    font-family: Ubuntu;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    background: url(../images/arrow_down.png);
    background-size: 15px 15px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 95%;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: white;
    cursor: default;
    border: 1px solid #afadc3;
}
.score-update {
	position:relative;
	width: 40%;
	display:block;
	float:left;
}
.score-update a{
    display: block;
	float:right;
    width: 90%;
    height: 50px;
    background-color: #fff;
    border: 4px #afadc3 solid;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    -webkit-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-family: 'citroenbold';
    color: #afadc3;
    font-size: 16px;
    line-height: 42px;
}
.score-update a:hover {
    background-color: #afadc3;
    color: #fff;
}
.score-ordercol {
	width:15%;
	display:block;
	float:left;
	font-family:Ubuntu;
	text-transform: uppercase;
	color:#666;
	font-size:14px;
	margin-bottom: 2%;
	padding: 0px 0px 0px 0px;
	margin-right:5%;
}
.score-title-grey {
    display: block;
    float: left;
    width: 100%;
    text-align: left;
    font-family: 'citroenbold';
    color: #666;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 20px 0px 5px 0px;
}
.actievoorwaarden {
	display:block;
	float:left;
	background-color:#eae9f0;
    padding: 0 6% 4% 4%;
	margin: 4% 0 4% 0;
}
.c3info-title {
	display: block;
    float: left;
    width: 100%;
    text-align: left;
    font-family: 'citroenbold';
    color: #b2df00;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 20px 0px 5px 0px;
}

.competition-info p {
	font-family: Ubuntu;
	font-size: 13px;
	text-align:left;
    color: #333;
}
.competition-info ul {
    display: block;
    float: left;
    width: 100%;
    margin: 20px auto 0px auto;
    padding: 0px 0px 0px 20px;
    list-style-type: none;
}
.competition-info li {
    margin: 0;
    padding: 0;
    color: #3c353f;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    color: #148cb4;
    list-style: disc;
}
.competition-info li p {
    margin: 0;
    padding: 0;
    color: #148cb4;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    color: #148cb4;
    list-style: disc;
}

.c3info-subtitle {
	display: block;
    float: left;
    font-family: 'citroenbold';
    text-transform: uppercase;
	text-align:left;
    color: #646464;
    font-size: 16px;
    margin-top: 3%;
    text-decoration: none;
    width: 100%;
}
.page .competition-info ul {
    display: block;
    float: left;
	width: 100%;
    margin: 0 auto;
    padding: 0px 0px 0px 20px;
    list-style-type: none;
}
.page .competition-info li {
	margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
    color: #1d1717;
    list-style: disc;
	float:left;
}
.page .section li p {
	font-family: Ubuntu;
    text-align: left;
    color: #148cb4;
    font-size: 13px;
    line-height: 18px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}
.c3main {
	display:block;
	float:left;
	width:100%;
}
.c3main img {
	width:100%;
}
.c3subimg {
	display:block;
	float:left;
	width:33%;
}
.c3subimg.one{
	padding: 0 10px 0 0;
}
.c3subimg.two{
	padding: 0 5px 0 5px;
}
.c3subimg.three{
	padding: 0 0 0 10px;
}
.c3subimg img {
	width:100%
}
.rewardgrid {
	display:block;
	float:left;
	width:100%;
	border:16px solid #eae9f0;
	padding:15px;
}
.reward-title-row {
	display:block;
	float:left;
	width:100%;
}
.reward-row {
	display:block;
	float:left;
	width:100%;
}
.reward-title {
	display:block;
	float:left;
	width:33%;
	font-family: 'citroenbold';
    text-align: left;
    color: #148CB4;
    font-size: 18px;
    line-height: 22px;
}
.reward-title.two {
    text-align: center;
}
.reward-title.three {
    text-align: right;
}
.reward-text {
	display:block;
	float:left;
	width:33%;
	font-family: 'citroenLight';
    text-align: left;
    color: #148CB4;
    font-size: 16px;
    line-height: 22px;
}
.reward-text.two {
    text-align: center;
}
.reward-text.three {
    text-align: right;
}
/*BELONINGEN*/
.belsectiontitle {
    display: block;
    float: left;
    width: 97%;
    height: 30px;
    font-family: 'citroenlight';
    text-align: left;
    color: #000;
    font-size: 22px;
    line-height: 22px;
	margin: 3% 3% 0 0;
}
.belspecialrow {
    display: block;
    float: left;
    width: 97%;
    /* height: 30px; */
    font-family: 'citroenlight';
    text-align: left;
    color: #000;
    font-size: 14px;
    line-height: 30px;
    padding: 10px;
    /* margin: 3% 3% 0 0; */
    border: 1px solid #f1f1f1;
}
.belrow {
    display: block;
    float: left;
    width: 97%;
    /* height: 30px; */
    margin: 0 3% 0 0;
    border-bottom: 4px solid #fff;
	background-color: #f5f6f7;
}
.belrowtitle1 {
	display:block;
	float:left;
	width:30%;
	font-family: Ubuntu;
	text-transform:uppercase;
	text-align:left;
    color: #fff;
    font-size: 11px;
    line-height: 30px;
	padding: 5px 5px 5px 10px;
	background-color:#148cb4;
}
.belrowtitle2 {
	display:block;
	float:left;
	width:15%;
	font-family: Ubuntu;
	text-transform:uppercase;
	text-align:center;
    color: #fff;
    font-size: 11px;
    line-height: 30px;
	padding: 5px 5px 5px 0px;
	background-color:#148cb4;
}
.belrowtitle3 {
	display:block;
	float:left;
	width:15%;
	font-family: Ubuntu;
	text-transform:uppercase;
	text-align:center;
    color: #fff;
    font-size: 11px;
    line-height: 30px;
	padding: 5px 5px 5px 0px;
	background-color:#148cb4;
}
.belrowtitle4 {
	display:block;
	float:left;
	width:40%;
	font-family: Ubuntu;
	text-transform:uppercase;
	text-align:left;
    color: #fff;
    font-size: 11px;
    line-height: 30px;
	padding: 5px 5px 5px 0px;
	background-color:#148cb4;
}
.beltitle {
	display: block;
    float: left;
    width: 30%;
    /* height: 20px; */
    font-family: Ubuntu;
    text-align: left;
    color: #000;
    font-size: 12px;
    line-height: 20px;
    padding: 10px;
}
.belbasis {
	display: block;
    float: left;
    width: 15%;
    /* height: 20px; */
    font-family: Ubuntu;
    text-align: center;
    color: #000;
    font-size: 12px;
    line-height: 20px;
    background-color: #f5f6f7;
    padding: 10px;
}
.belactie {
	display:block;
	float:left;
	width:15%;
	min-height:30px;
	font-family: Ubuntu;
	text-align:center;
    color: #000;
    font-size: 12px;
    line-height: 20px;
	background-color: #f5f6f7;
	padding: 10px;
}
.beltoelichting {
	display:block;
	float:left;
	width:40%;
	min-height:30px;
	font-family: Ubuntu;
	text-align:left;
    color: #148cb4;
    font-size: 12px;
    line-height: 20px;
	background-color: #f5f6f7;
	padding: 10px;
}
/*POST*/
.posttitle {
	display: block;
    float: left;
    width: 97%;
    height: 30px;
    font-family: 'PeugeotLight';
    text-align: left;
    color: #000;
    font-size: 22px;
    line-height: 22px;
    margin: 0;
}
.postrow {
	display: block;
    float: left;
    width: 97%;
    height: 56px;
    padding: 0 0 0 0;
}
.postrow a {
    color: #000;
}
.postrow:hover {
    color: #007edb;
	background-color:#f5f6f7;
}
.posticon {
	display: block;
    float: left;
    width: 9%;
}
.posticon img {
	display: block;
    float: left;
    width: 50px;
	height:50px;
	margin: 3px;
	-webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    border-radius: 50%;
	border: 1px solid #d1d5d8;
}
.postdate {
	display: block;
    float: left;
    width: 20%;
    /* height: 20px; */
    font-family: Ubuntu;
	text-transform:uppercase;
    text-align: center;
    color: #888;
    font-size: 12px;
    line-height: 56px;
    padding: 0;
}

.postsubject {
	display: block;
    float: left;
    width: 70%;
    /* height: 20px; */
    font-family: 'PeugeotLight';
    text-align: left;
    color: #000;
    font-size: 14px;
    line-height: 56px;
    padding: 0;
}
/*PRODUCTLOGOS*/
footer ul {
	position: relative;
	list-style: none;
	-webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    border-top: 1px solid #f1f1f1;
}
footer li {
	position:relative;
	display: block;
    float: left;
	color: #000;
    font-family: 'citroenlight';
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
	text-align:left;
    line-height: 60px;
    padding: 0;
	white-space:nowrap;
	margin-right:20px;
}
footer li:nth-child(2):before {
	content: '';
    position: absolute;
	left: -10px;
    top: 38%;
    height: 25%;
    width: 1px;
    background-color: #DC002E;
}
footer li:nth-child(3):before {
	content: '';
    position: absolute;
	left: -10px;
    top: 38%;
    height: 25%;
    width: 1px;
    background-color: #DC002E;
}
footer li b {
    font-family: 'citroenregular';
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	.productlogos ul {
	list-style:none;
	height: auto;
    margin: 0;
    padding: 0 3% 0 3%;
	width:100%;
	float:right;
	}
}

/*DS CHALLENGE STYLES */
.dscmain {
    display: block;
    float: left;
    width: 100%;
}
.dscmain img {
    width: 100%;
}
.dscinfo-title {
    display: block;
    float: left;
    width: 100%;
    text-align: left;
    font-family: 'font1';
    color: #ad0040;
    font-size: 30px;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 20px 0px 5px 0px;
}

.page .section .competition-info p {
    font-family: 'roboto';
    font-size: 13px;
	line-height: 21px;
    text-align: left;
    color: #1d1717;
}
.dscinfo-subtitle {
    display: block;
    float: left;
    font-family: 'font2';
    text-transform: uppercase;
    text-align: left;
    color: #ad9d91;
    font-size: 16px;
	letter-spacing: 1.5px;
    margin-top: 3%;
    text-decoration: none;
    width: 100%;
}
.dscrewardgrid {
    display: block;
    float: left;
    width: 100%;
    border: 1px solid #938c88;
    padding: 4%;
	margin: 2% 0 4% 0;
}
.dscreward-title {
	display:block;
	float:left;
	width:33%;
	font-family: 'font1';
    text-align: left;
    color: #ad0040;
    font-size: 18px;
    line-height: 22px;
}
.dscreward-title.two {
    text-align: center;
}
.dscreward-title.three {
    text-align: right;
}
.dscreward-text {
	display:block;
	float:left;
	width:33%;
	font-family: 'font4';
    text-align: left;
    color: #ad9d91;
    font-size: 14px;
    line-height: 22px;
}
.dscreward-text.two {
    text-align: center;
}
.dscreward-text.three {
    text-align: right;
}
.dscactievoorwaarden {
    display: block;
    float: left;
    background-color: #fff;
	border: 1px solid #938c88;
    padding: 0 6% 4% 4%;
    margin: 4% 0 4% 0;
}
.dsscore-title-grey {
    display: block;
    float: left;
    width: 100%;
    text-align: left;
    font-family: 'font1';
    color: #938c88;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 20px 0px 5px 0px;
}
.page .dsccompetition-info li {
    margin: 0;
    padding: 0;
    color: #1d1717;
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
    color: #148cb4;
    list-style: disc;
}
.dscsubimg {
	display:block;
	float:left;
	width:33%;
	margin: 2% 0;
}
.dscsubimg.one{
	padding: 0 10px 0 0;
}
.dscsubimg.two{
	padding: 0 5px 0 5px;
}
.dscsubimg.three{
	padding: 0 0 0 10px;
}
.dscsubimg.four {
	width:100%;
	padding: 0;
}
.dscsubimg img {
	width:100%
}
.dscscorecol3 {
    width: 34px;
    height: 34px;
    display: block;
    float: left;
    text-align: center;
    margin: 3px 2% 0 0;
}
.dscscoreposition {
    font-family: 'font';
    color: #AD0040;
    font-size: 14px;
    line-height: 34px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
    border: 1px solid #1D1717;
    border-radius: 0;
}
.dscscoretextLg {
    height: 40px;
    width: 100%;
    display: block;
    float: left;
    font-family: 'font2';
    color: #AD9D91;
	text-align:center;
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
}
.dscscore-select .maandselect {
    width: 40%;
	float:none;
	margin: 3% auto;
}
.page .section .dscscore-select select {
    font-family: 'roboto';
    color: #1D1717;
	font-size: 11px;
	letter-spacing: 2px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
    border: 1px solid #1D1717;
	background: url(../images/dsarrow_down.png);
	background-repeat: no-repeat;
    background-size: 9px 9px;
    background-position: 95%;
}
.dscscorelist {
    font-family: 'roboto';
    text-align: left;
    color: #1D1717;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
}
.score-row .meter.dsc {
    height: 16px;
    margin: 0px 0px 0px 0px;
}
.page .section .meter.dsc > span p {
    color: #fff;
	font-size: 11px;
    line-height: 16px;
}
.dscscoretime {
    font-family: 'font4';
    color: #1D1717;
    font-size: 11px;
    line-height: 52px;
    margin-bottom: 0px;
    padding: 0px 5px 0px 0px;
}
.scoretext {
    width: 60%;
    display: block;
    float: left;
    font-family: 'roboto';
    color: #333;
	text-align:left;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0px;
    padding: 0px 0px 25px 0px;
}
.dscscore-select {
    position: relative;
    width: 100%;
    display: block;
    float: left;
}
.dscscore-update {
	position:relative;
	width: 35%;
	display:block;
	float:left;
}
.dscscore-update a {
    display: block;
    float: right;
    width: 90%;
    height: 50px;
    background-color: #AD0040;
    border: 0px #afadc3 solid;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    -webkit-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-family: 'roboto';
    color: #fff;
    font-size: 14px;
	letter-spacing: 2px;
    line-height: 50px;
}
.dscscore-update a:hover {
    background-color: #820030;
    color: #fff;
}
.dscinfo-orderstitle {
    display: block;
    float: left;
    width: 100%;
    text-align: left;
    font-family: 'font1';
    color: #ad0040;
    font-size: 20px;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 20px 0px 5px 0px;
}
.dscscore-ordercol {
    width: 15%;
    display: block;
    float: left;
    font-family: 'roboto';
    text-transform: uppercase;
    color: #AD9D91;
    font-size: 14px;
    margin-bottom: 2%;
    padding: 0px 0px 0px 0px;
    margin-right: 5%;
}
/*DSC ALGEMEEN KLASSEMENT*/
.maand-row {
    display: block;
    float: left;
    height: 26px;
    width: 80%;
	margin: 0 10% 1% 10%;
    border-bottom: 1px solid rgba(44,43,63,.1);
}
.dscmaand {
    display:block;
	float:left;
	width:22%;
	font-family: 'roboto';
    color: #1D1717;
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 26px;
	text-align:center;
    margin-right:4%;
}
.dscmaand:last-child {
    display:block;
	float:left;
	width:20%;
	font-family: 'roboto';
    color: #1D1717;
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 26px;
	text-align:center;
    margin-right:0;
}
.score-rightdsc {
    display: block;
    float: left;
    width: 80%;
}
.scorecoldscak1 {
    width: 22%;
    height: 30px;
    display: block;
    float: left;
	margin-right: 4%;
}
.scorecoldscak2 {
    width: 22%;
    height: 30px;
    display: block;
    float: left;
	margin-right: 4%;
}
.scorecoldscak3 {
    width: 22%;
    height: 30px;
    display: block;
    float: left;
	margin-right: 4%;
}
.scorecoldscak4 {
    width: 22%;
    height: 30px;
    display: block;
    float: left;
}
.dscaktotal {
    display: block;
    float: left;
    width: 10%;
}
.dscaktotalscore {
    font-family: 'font4';
    color: #AD0040;
    font-size: 14px;
    line-height: 52px;
    margin-bottom: 0px;
    padding: 0px 5px 0px 0px;
}